01KQFWFYW6T7SP7KWFYR1YKG1S: 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: 01KQFWG9Z0V4PPH0A3R1ZN8PGK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T19:06:20.203Zjob assigned to worker 01KQFWGHWSMV5VZ337D3DS0TFQ [factory aws, i-042dd7f5e83a5f941] (queued for 50 s)
 
22026-04-30T19:06:27.016Zstarting task 0: "setup"
32026-04-30T19:06:27.022Z++ uname -s
42026-04-30T19:06:27.025Z+ kern=SunOS
52026-04-30T19:06:27.025Z+ build_user=build
62026-04-30T19:06:27.025Z+ build_uid=12345
72026-04-30T19:06:27.025Z+ work_dir=/work
82026-04-30T19:06:27.025Z+ input_dir=/input
92026-04-30T19:06:27.025Z+ [[ 0 == 12345 ]]
102026-04-30T19:06:27.025Z+ case "$kern" in
112026-04-30T19:06:27.025Z+ groupadd -g 12345 build
122026-04-30T19:06:27.028Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T19:06:29.036Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T19:06:29.100Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T19:06:29.103Z+ home_fs=zfs
162026-04-30T19:06:29.103Z+ [[ zfs == autofs ]]
172026-04-30T19:06:29.103Z+ mkdir -p /home/build
182026-04-30T19:06:29.103Z+ chown build:build /home/build /work
192026-04-30T19:06:31.104Z+ chmod 0700 /home/build /work
202026-04-30T19:06:31.107Zprocess exited: duration 4090 ms, exit code 0
 
212026-04-30T19:06:31.113Zstarting task 1: "rust-toolchain"
222026-04-30T19:06:31.118Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T19:06:31.118Z * rust toolchain channel = "1.94.0"
242026-04-30T19:06:31.118Z * rust toolchain profile = "default"
252026-04-30T19:06:31.118Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-30T19:06:31.118Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-30T19:06:31.118Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T19:06:31.121Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T19:06:31.121Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T19:06:31.227Zinfo: downloading installer
312026-04-30T19:06:32.791Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T19:06:32.791Zwarn: /opt/ooce/bin
332026-04-30T19:06:32.791Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T19:06:32.791Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T19:06:32.791Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T19:06:32.791Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T19:06:32.791Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T19:06:32.791Zerror: cannot install while Rust is installed
392026-04-30T19:06:32.791Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T19:06:32.791Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T19:06:32.791Zwarn: /home/build/.rustup/settings.toml
422026-04-30T19:06:32.791Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T19:06:32.791Zwarn: instead of the one inferred from the default host triple.
442026-04-30T19:06:32.824Zinfo: profile set to default
452026-04-30T19:06:32.824Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T19:06:32.827Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T19:06:32.980Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T19:06:32.982Zinfo: downloading 6 components
492026-04-30T19:06:47.953Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T19:06:47.953Z
512026-04-30T19:06:47.980Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T19:06:47.980Z
532026-04-30T19:06:47.980Z
542026-04-30T19:06:47.980ZRust is installed now. Great!
552026-04-30T19:06:47.980Z
562026-04-30T19:06:47.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T19:06:47.980Zenvironment variable. This has not been done automatically.
582026-04-30T19:06:47.980Z
592026-04-30T19:06:47.980ZTo configure your current shell, you need to source
602026-04-30T19:06:47.980Zthe corresponding env file under $HOME/.cargo.
612026-04-30T19:06:47.980Z
622026-04-30T19:06:47.980ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T19:06:47.981Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T19:06:47.981Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T19:06:47.981Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T19:06:47.981Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T19:06:47.981Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T19:06:47.981Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T19:06:47.984Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T19:06:47.984Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T19:06:48.071Z+ rustup --version
722026-04-30T19:06:48.080Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T19:06:48.083Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T19:06:48.101Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T19:06:48.104Z+ cargo --version
762026-04-30T19:06:48.116Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T19:06:48.119Z+ rustc --version
782026-04-30T19:06:48.138Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T19:06:48.141Zprocess exited: duration 17024 ms, exit code 0
 
802026-04-30T19:06:48.147Zstarting task 2: "authentication"
812026-04-30T19:06:48.163Zprocess exited: duration 15 ms, exit code 0
 
822026-04-30T19:06:48.169Zstarting task 3: "clone repository"
832026-04-30T19:06:48.172Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-30T19:06:48.175Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-30T19:06:48.369ZCloning into '/work/oxidecomputer/omicron'...
862026-04-30T19:06:57.814Z+ cd /work/oxidecomputer/omicron
872026-04-30T19:06:57.814Z+ git fetch origin 63f5023f652506ef09fca393f4ee2dde8d45936d
882026-04-30T19:06:58.109ZFrom https://github.com/oxidecomputer/omicron
892026-04-30T19:06:58.109Z * branch 63f5023f652506ef09fca393f4ee2dde8d45936d -> FETCH_HEAD
902026-04-30T19:06:58.119Z+ [[ -n sunshowers/spr/4n-wip-split-rss-into-its-own-crate ]]
912026-04-30T19:06:58.122Z++ git branch --show-current
922026-04-30T19:06:58.122Z+ current=main
932026-04-30T19:06:58.122Z+ [[ main != sunshowers/spr/4n-wip-split-rss-into-its-own-crate ]]
942026-04-30T19:06:58.122Z+ git branch -f sunshowers/spr/4n-wip-split-rss-into-its-own-crate 63f5023f652506ef09fca393f4ee2dde8d45936d
952026-04-30T19:06:58.125Z+ git checkout -f sunshowers/spr/4n-wip-split-rss-into-its-own-crate
962026-04-30T19:06:58.356ZSwitched to branch 'sunshowers/spr/4n-wip-split-rss-into-its-own-crate'
972026-04-30T19:06:58.359Z+ git reset --hard 63f5023f652506ef09fca393f4ee2dde8d45936d
982026-04-30T19:06:58.378ZHEAD is now at 63f5023f6 review feedback
992026-04-30T19:06:58.382Zprocess exited: duration 10206 ms, exit code 0
 
1002026-04-30T19:06:58.388Zstarting task 4: "build"
1012026-04-30T19:06:58.392Z+ source .github/buildomat/ci-env.sh
1022026-04-30T19:06:58.392Z++ export CARGO_TERM_COLOR=always
1032026-04-30T19:06:58.395Z++ CARGO_TERM_COLOR=always
1042026-04-30T19:06:58.395Z+ cargo --version
1052026-04-30T19:06:58.402Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-30T19:06:58.405Z+ rustc --version
1072026-04-30T19:06:58.424Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-30T19:06:58.427Z+ source ./env.sh
1092026-04-30T19:06:58.427Z++ OLD_SHELL_OPTS=ehxB
1102026-04-30T19:06:58.427Z++ set -o xtrace
1112026-04-30T19:06:58.429Z++++ dirname ./env.sh
1122026-04-30T19:06:58.430Z+++ readlink -f .
1132026-04-30T19:06:58.443Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-30T19:06:58.443Z++ 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-30T19:06:58.443Z++ 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-30T19:06:58.446Z++ 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-30T19:06:58.447Z++ 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-30T19:06:58.447Z++ 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-30T19:06:58.447Z++ 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-30T19:06:58.447Z++ 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-30T19:06:58.447Z++ 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-30T19:06:58.447Z++ case $OLD_SHELL_OPTS in
1232026-04-30T19:06:58.447Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-30T19:06:58.447Z+ 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-30T19:06:58.447Z+ 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-30T19:06:58.447Z+ banner prerequisites
1272026-04-30T19:06:58.447Z
1282026-04-30T19:06:58.447Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-30T19:06:58.447Z # # # # # # # # # # # # # # #
1302026-04-30T19:06:58.447Z # # # # ##### # # ##### # # # # # #### #
1312026-04-30T19:06:58.447Z ##### ##### # ##### # # # # # # # # #
1322026-04-30T19:06:58.447Z # # # # # # # # # # # # # # #
1332026-04-30T19:06:58.447Z # # # ###### # # ###### ### # #### # #### #
1342026-04-30T19:06:58.447Z
1352026-04-30T19:06:58.447Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-30T19:07:09.394Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-30T19:07:17.025Z Startup: Caching catalogs ... Done
1382026-04-30T19:07:23.794ZPlanning: Solver setup ... Done (5.231s)
1392026-04-30T19:07:23.829ZPlanning: Running solver ... Done (0.036s)
1402026-04-30T19:07:23.961ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-30T19:07:23.972ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-30T19:07:24.091ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-30T19:07:24.128ZPlanning: Package planning ... Done (0.037s)
1442026-04-30T19:07:24.164ZPlanning: Merging actions ... Done (0.036s)
1452026-04-30T19:07:24.394ZPlanning: Checking for conflicting actions ... Done (0.229s)
1462026-04-30T19:07:24.403ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-30T19:07:26.053ZPlanning: Evaluating mediators ... Done (1.650s)
1482026-04-30T19:07:26.060ZPlanning: Planning completed in 8.87 seconds
1492026-04-30T19:07:26.076Z Packages to install: 5
1502026-04-30T19:07:26.076Z Mediators to change: 3
1512026-04-30T19:07:26.079Z Services to change: 1
1522026-04-30T19:07:26.079Z Estimated space available: 155.34 GB
1532026-04-30T19:07:26.079ZEstimated space to be consumed: 1.89 GB
1542026-04-30T19:07:26.079Z Create boot environment: No
1552026-04-30T19:07:26.079ZCreate backup boot environment: No
1562026-04-30T19:07:26.079Z Rebuild boot archive: No
1572026-04-30T19:07:26.079Z
1582026-04-30T19:07:26.079ZChanged mediators:
1592026-04-30T19:07:26.079Z mediator clang:
1602026-04-30T19:07:26.079Z version: None -> 15 (system default)
1612026-04-30T19:07:26.079Z
1622026-04-30T19:07:26.079Z mediator llvm:
1632026-04-30T19:07:26.079Z version: 14 (system default) -> 15 (system default)
1642026-04-30T19:07:26.079Z
1652026-04-30T19:07:26.080Z mediator postgresql:
1662026-04-30T19:07:26.080Z version: 15 (system default) -> 18 (system default)
1672026-04-30T19:07:26.081Z
1682026-04-30T19:07:26.081ZChanged packages:
1692026-04-30T19:07:26.082Zhelios-dev
1702026-04-30T19:07:26.082Z developer/build-essential
1712026-04-30T19:07:26.082Z None -> 11-2.0
1722026-04-30T19:07:26.082Z library/libxmlsec1
1732026-04-30T19:07:26.082Z None -> 1.2.35-2.0
1742026-04-30T19:07:26.082Z ooce/developer/clang-15
1752026-04-30T19:07:26.082Z None -> 15.0.7-2.0
1762026-04-30T19:07:26.082Z ooce/developer/llvm-15
1772026-04-30T19:07:26.082Z None -> 15.0.7-2.0
1782026-04-30T19:07:26.082Z ooce/library/postgresql-18
1792026-04-30T19:07:26.082Z None -> 18.1-2.0
1802026-04-30T19:07:26.082Z
1812026-04-30T19:07:26.082ZServices:
1822026-04-30T19:07:26.082Z restart_fmri:
1832026-04-30T19:07:26.082Z svc:/system/update-man-index:default
1842026-04-30T19:07:26.142Z
1852026-04-30T19:07:26.142ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-30T19:07:31.146ZDownload: 1691/4272 items 116.5/219.0MB 53% complete (23.7M/s)
1872026-04-30T19:07:36.148ZDownload: 3249/4272 items 203.1/219.0MB 92% complete (20.4M/s)
1882026-04-30T19:07:42.579ZDownload: 3286/4272 items 212.0/219.0MB 96% complete (15.2M/s)
1892026-04-30T19:07:44.021ZDownload: Completed 218.99 MB in 17.88 seconds (12.2M/s)
1902026-04-30T19:07:44.177Z Actions: 1/4789 actions (Installing new actions)
1912026-04-30T19:07:47.679Z Actions: Completed 4789 actions in 3.50 seconds.
1922026-04-30T19:07:47.990Z Done (0.306s)
1932026-04-30T19:07:47.990Z Done (0.000s)
1942026-04-30T19:07:48.742Z Done (0.752s)
1952026-04-30T19:07:52.398Z Done (3.299s)
1962026-04-30T19:07:52.483Z Done (0.025s)
1972026-04-30T19:07:52.485Z Done (0.000s)
1982026-04-30T19:07:52.769Z Done (0.000s)
1992026-04-30T19:07:53.625ZPlanning: Evaluating mediator changes ... Done
2002026-04-30T19:07:53.735ZPlanning: Checking for conflicting actions ... Done
2012026-04-30T19:07:53.743ZPlanning: Consolidating action changes ... Done
2022026-04-30T19:07:53.897ZPlanning: Evaluating mediators ... Done
2032026-04-30T19:07:53.907ZPlanning: Planning completed in 0.27 seconds
2042026-04-30T19:07:53.915Z Mediators to change: 2
2052026-04-30T19:07:53.915Z Create boot environment: No
2062026-04-30T19:07:53.915ZCreate backup boot environment: No
2072026-04-30T19:07:54.005Z Done
2082026-04-30T19:07:54.005Z Done
2092026-04-30T19:07:54.612Z Done
2102026-04-30T19:07:57.061Z Done
2112026-04-30T19:07:57.137Z Done
2122026-04-30T19:07:57.140Z Done
2132026-04-30T19:07:57.285Z Done
2142026-04-30T19:07:57.544ZPlanning: Evaluating mediator changes ... Done
2152026-04-30T19:07:57.651ZPlanning: Checking for conflicting actions ... Done
2162026-04-30T19:07:57.654ZPlanning: Consolidating action changes ... Done
2172026-04-30T19:07:57.812ZPlanning: Evaluating mediators ... Done
2182026-04-30T19:07:57.816ZPlanning: Planning completed in 0.27 seconds
2192026-04-30T19:07:57.834Z Mediators to change: 1
2202026-04-30T19:07:57.834Z Create boot environment: No
2212026-04-30T19:07:57.834ZCreate backup boot environment: No
2222026-04-30T19:07:57.887Z Done
2232026-04-30T19:07:57.887Z Done
2242026-04-30T19:07:58.503Z Done
2252026-04-30T19:08:01.032Z Done
2262026-04-30T19:08:01.109Z Done
2272026-04-30T19:08:01.112Z Done
2282026-04-30T19:08:01.239Z Done
2292026-04-30T19:08:01.530ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-30T19:08:01.530Zclang system 15 system
2312026-04-30T19:08:01.530Zcsh system system illumos
2322026-04-30T19:08:01.530Zctags system system illumos
2332026-04-30T19:08:01.530Zfile system system illumos
2342026-04-30T19:08:01.530Zgcc vendor 12 vendor
2352026-04-30T19:08:01.530Zgcc system 14 system
2362026-04-30T19:08:01.530Zgcc system 10 system
2372026-04-30T19:08:01.530Zgo system 1.20 system
2382026-04-30T19:08:01.530Zgo system 1.19 system
2392026-04-30T19:08:01.530Zllvm system 15 system
2402026-04-30T19:08:01.530Zllvm system 14 system
2412026-04-30T19:08:01.530Zmariadb system 10.6 system
2422026-04-30T19:08:01.530Zmta vendor vendor dma
2432026-04-30T19:08:01.530Zopenjdk system 17 system
2442026-04-30T19:08:01.530Zopenjdk system 11 system
2452026-04-30T19:08:01.530Zopenjdk system 1.8 system
2462026-04-30T19:08:01.530Zopenssl vendor 3 vendor
2472026-04-30T19:08:01.531Zperl system 5.36 system
2482026-04-30T19:08:01.531Zpostgresql system 18 system
2492026-04-30T19:08:01.531Zpostgresql system 15 system
2502026-04-30T19:08:01.531Zpostgresql system 13 system
2512026-04-30T19:08:01.531Zpython vendor 3 vendor
2522026-04-30T19:08:01.531Zpython system 2 system
2532026-04-30T19:08:01.531Zpython3 system 3.11 system
2542026-04-30T19:08:01.531Zruby system 3.0 system
2552026-04-30T19:08:01.531Zwords vendor vendor american-english
2562026-04-30T19:08:01.531Zwords system system australian-english
2572026-04-30T19:08:01.531Zwords system system british-english
2582026-04-30T19:08:01.531Zwords system system canadian-english
2592026-04-30T19:08:01.531Zwords system system french
2602026-04-30T19:08:01.531Zwords system system italian
2612026-04-30T19:08:01.531Zwords system system ngerman
2622026-04-30T19:08:01.531Zwords system system ogerman
2632026-04-30T19:08:01.531Zwords system system spanish
2642026-04-30T19:08:01.757ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-30T19:08:01.757Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-30T19:08:06.330ZFMRI IFO
2672026-04-30T19:08:06.330Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-30T19:08:06.330Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-30T19:08:06.330Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-30T19:08:06.330Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-30T19:08:06.330Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-30T19:08:06.330Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-30T19:08:06.331Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-04-30T19:08:06.331Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-04-30T19:08:06.331Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-04-30T19:08:06.331Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-04-30T19:08:06.331Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-04-30T19:08:06.331Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-04-30T19:08:06.331Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-04-30T19:08:06.331Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-04-30T19:08:06.331Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-04-30T19:08:06.331Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-04-30T19:08:06.331Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-04-30T19:08:07.456Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-04-30T19:08:07.768Z Updating crates.io index
2862026-04-30T19:08:07.771Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-04-30T19:08:08.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-04-30T19:08:08.868Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-04-30T19:08:09.345Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-30T19:08:10.488Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-04-30T19:08:10.961Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-30T19:08:12.706Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-30T19:08:13.411Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-30T19:08:13.790Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-30T19:08:14.498Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-30T19:08:14.861Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-30T19:08:15.349Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-30T19:08:15.700Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-30T19:08:16.707Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-30T19:08:17.199Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-30T19:08:17.608Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-30T19:08:17.972Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-30T19:08:18.375Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-30T19:08:18.691Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-30T19:08:18.931Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-30T19:08:19.184Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-30T19:08:19.595Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-30T19:08:19.979Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-30T19:08:20.583Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-30T19:08:20.896Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-30T19:08:21.201Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-30T19:08:21.528Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-30T19:08:22.410Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-30T19:08:23.311Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-04-30T19:08:23.819Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-30T19:08:24.210Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-30T19:08:24.548Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-30T19:08:24.990Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-30T19:08:25.356Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-30T19:08:25.848Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-30T19:08:26.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-30T19:08:26.460Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-30T19:08:26.836Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-30T19:08:38.440Z Downloading crates ...
3252026-04-30T19:08:38.494Z Downloaded anstream v0.6.21
3262026-04-30T19:08:38.504Z Downloaded colorchoice v1.0.4
3272026-04-30T19:08:38.507Z Downloaded thiserror v1.0.69
3282026-04-30T19:08:38.510Z Downloaded yoke-derive v0.8.1
3292026-04-30T19:08:38.513Z Downloaded fastrand v2.3.0
3302026-04-30T19:08:38.513Z Downloaded digest v0.10.7
3312026-04-30T19:08:38.513Z Downloaded equivalent v1.0.2
3322026-04-30T19:08:38.516Z Downloaded clap_lex v1.0.0
3332026-04-30T19:08:38.516Z Downloaded utf8_iter v1.0.4
3342026-04-30T19:08:38.523Z Downloaded displaydoc v0.2.5
3352026-04-30T19:08:38.527Z Downloaded pretty-hex v0.4.1
3362026-04-30T19:08:38.527Z Downloaded fnv v1.0.7
3372026-04-30T19:08:38.528Z Downloaded proc-macro-error v1.0.4
3382026-04-30T19:08:38.534Z Downloaded thread-id v4.2.2
3392026-04-30T19:08:38.534Z Downloaded dof v0.3.0
3402026-04-30T19:08:38.534Z Downloaded block-buffer v0.10.4
3412026-04-30T19:08:38.534Z Downloaded fs-err v3.3.0
3422026-04-30T19:08:38.538Z Downloaded utf8parse v0.2.2
3432026-04-30T19:08:38.538Z Downloaded unicode-linebreak v0.1.5
3442026-04-30T19:08:38.538Z Downloaded usdt-macro v0.5.0
3452026-04-30T19:08:38.538Z Downloaded usdt-attr-macro v0.5.0
3462026-04-30T19:08:38.542Z Downloaded heck v0.5.0
3472026-04-30T19:08:38.542Z Downloaded errno v0.3.14
3482026-04-30T19:08:38.546Z Downloaded dtrace-parser v0.2.0
3492026-04-30T19:08:38.546Z Downloaded toml_write v0.1.2
3502026-04-30T19:08:38.549Z Downloaded strsim v0.11.1
3512026-04-30T19:08:38.549Z Downloaded icu_provider v2.1.1
3522026-04-30T19:08:38.552Z Downloaded typeid v1.0.3
3532026-04-30T19:08:38.552Z Downloaded zerofrom-derive v0.1.6
3542026-04-30T19:08:38.555Z Downloaded toml_datetime v0.6.11
3552026-04-30T19:08:38.558Z Downloaded zerofrom v0.1.6
3562026-04-30T19:08:38.561Z Downloaded zerovec-derive v0.11.2
3572026-04-30T19:08:38.561Z Downloaded tinystr v0.8.2
3582026-04-30T19:08:38.564Z Downloaded textwrap v0.16.2
3592026-04-30T19:08:38.564Z Downloaded memmap v0.7.0
3602026-04-30T19:08:38.566Z Downloaded unicode-xid v0.2.6
3612026-04-30T19:08:38.569Z Downloaded serde_spanned v0.6.9
3622026-04-30T19:08:38.569Z Downloaded usdt v0.5.0
3632026-04-30T19:08:38.572Z Downloaded writeable v0.6.2
3642026-04-30T19:08:38.572Z Downloaded scroll_derive v0.12.1
3652026-04-30T19:08:38.572Z Downloaded crypto-common v0.1.7
3662026-04-30T19:08:38.575Z Downloaded yoke v0.8.1
3672026-04-30T19:08:38.575Z Downloaded thiserror-impl v2.0.18
3682026-04-30T19:08:38.580Z Downloaded once_cell v1.21.3
3692026-04-30T19:08:38.584Z Downloaded getrandom v0.4.1
3702026-04-30T19:08:38.584Z Downloaded zmij v1.0.21
3712026-04-30T19:08:38.584Z Downloaded usdt-impl v0.5.0
3722026-04-30T19:08:38.584Z Downloaded thiserror-impl v1.0.69
3732026-04-30T19:08:38.588Z Downloaded ucd-trie v0.1.7
3742026-04-30T19:08:38.588Z Downloaded thiserror v2.0.18
3752026-04-30T19:08:38.595Z Downloaded version_check v0.9.5
3762026-04-30T19:08:38.595Z Downloaded serde-value v0.7.0
3772026-04-30T19:08:38.595Z Downloaded smawk v0.3.2
3782026-04-30T19:08:38.598Z Downloaded tabled_derive v0.7.0
3792026-04-30T19:08:38.598Z Downloaded macaddr v1.0.1
3802026-04-30T19:08:38.598Z Downloaded heck v0.4.1
3812026-04-30T19:08:38.601Z Downloaded cpufeatures v0.2.17
3822026-04-30T19:08:38.601Z Downloaded zerocopy-derive v0.7.35
3832026-04-30T19:08:38.604Z Downloaded toml v0.8.23
3842026-04-30T19:08:38.607Z Downloaded plain v0.2.3
3852026-04-30T19:08:38.610Z Downloaded potential_utf v0.1.4
3862026-04-30T19:08:38.610Z Downloaded idna_adapter v1.2.1
3872026-04-30T19:08:38.610Z Downloaded form_urlencoded v1.2.2
3882026-04-30T19:08:38.610Z Downloaded anstyle-query v1.1.5
3892026-04-30T19:08:38.613Z Downloaded unicode-ident v1.0.24
3902026-04-30T19:08:38.613Z Downloaded typenum v1.19.0
3912026-04-30T19:08:38.616Z Downloaded terminal_size v0.4.3
3922026-04-30T19:08:38.616Z Downloaded percent-encoding v2.3.2
3932026-04-30T19:08:38.619Z Downloaded is_terminal_polyfill v1.70.2
3942026-04-30T19:08:38.619Z Downloaded ordered-float v2.10.1
3952026-04-30T19:08:38.619Z Downloaded swrite v0.1.0
3962026-04-30T19:08:38.619Z Downloaded proc-macro-error-attr v1.0.4
3972026-04-30T19:08:38.622Z Downloaded zerotrie v0.2.3
3982026-04-30T19:08:38.627Z Downloaded toml_edit v0.22.27
3992026-04-30T19:08:38.630Z Downloaded itoa v1.0.17
4002026-04-30T19:08:38.630Z Downloaded cfg-if v1.0.4
4012026-04-30T19:08:38.633Z Downloaded generic-array v0.14.7
4022026-04-30T19:08:38.636Z Downloaded zerocopy v0.7.35
4032026-04-30T19:08:38.641Z Downloaded winnow v0.7.14
4042026-04-30T19:08:38.646Z Downloaded zerovec v0.11.5
4052026-04-30T19:08:38.649Z Downloaded bytecount v0.6.9
4062026-04-30T19:08:38.652Z Downloaded bitflags v2.11.0
4072026-04-30T19:08:38.652Z Downloaded quote v1.0.45
4082026-04-30T19:08:38.655Z Downloaded anstyle v1.0.13
4092026-04-30T19:08:38.655Z Downloaded cargo_toml v0.21.0
4102026-04-30T19:08:38.655Z Downloaded cargo-platform v0.2.0
4112026-04-30T19:08:38.658Z Downloaded byteorder v1.5.0
4122026-04-30T19:08:38.658Z Downloaded serde_tokenstream v0.2.3
4132026-04-30T19:08:38.658Z Downloaded url v2.5.8
4142026-04-30T19:08:38.662Z Downloaded erased-serde v0.4.9
4152026-04-30T19:08:38.665Z Downloaded unicode-width v0.2.0
4162026-04-30T19:08:38.668Z Downloaded stable_deref_trait v1.2.1
4172026-04-30T19:08:38.670Z Downloaded autocfg v1.5.0
4182026-04-30T19:08:38.670Z Downloaded cargo_metadata v0.21.0
4192026-04-30T19:08:38.670Z Downloaded unicode-width v0.1.14
4202026-04-30T19:08:38.673Z Downloaded scroll v0.12.0
4212026-04-30T19:08:38.676Z Downloaded sha2 v0.10.9
4222026-04-30T19:08:38.679Z Downloaded camino-tempfile v1.4.1
4232026-04-30T19:08:38.694Z Downloaded synstructure v0.13.2
4242026-04-30T19:08:38.699Z Downloaded litemap v0.8.1
4252026-04-30T19:08:38.699Z Downloaded proc-macro2 v1.0.106
4262026-04-30T19:08:38.706Z Downloaded log v0.4.29
4272026-04-30T19:08:38.706Z Downloaded clap_derive v4.5.55
4282026-04-30T19:08:38.706Z Downloaded tempfile v3.25.0
4292026-04-30T19:08:38.709Z Downloaded serde-untagged v0.1.9
4302026-04-30T19:08:38.709Z Downloaded semver v1.0.28
4312026-04-30T19:08:38.709Z Downloaded pest_generator v2.8.6
4322026-04-30T19:08:38.709Z Downloaded anstyle-parse v0.2.7
4332026-04-30T19:08:38.713Z Downloaded anyhow v1.0.102
4342026-04-30T19:08:38.713Z Downloaded smallvec v1.15.1
4352026-04-30T19:08:38.725Z Downloaded camino v1.2.2
4362026-04-30T19:08:38.728Z Downloaded papergrid v0.11.0
4372026-04-30T19:08:38.731Z Downloaded serde_core v1.0.228
4382026-04-30T19:08:38.731Z Downloaded cargo-util-schemas v0.8.2
4392026-04-30T19:08:38.733Z Downloaded icu_properties v2.1.2
4402026-04-30T19:08:38.736Z Downloaded serde_derive v1.0.228
4412026-04-30T19:08:38.746Z Downloaded pest_derive v2.8.6
4422026-04-30T19:08:38.750Z Downloaded num-traits v0.2.19
4432026-04-30T19:08:38.753Z Downloaded icu_locale_core v2.1.1
4442026-04-30T19:08:38.756Z Downloaded icu_normalizer_data v2.1.1
4452026-04-30T19:08:38.756Z Downloaded clap v4.5.60
4462026-04-30T19:08:38.761Z Downloaded icu_normalizer v2.1.1
4472026-04-30T19:08:38.765Z Downloaded pest_meta v2.8.6
4482026-04-30T19:08:38.786Z Downloaded icu_collections v2.1.1
4492026-04-30T19:08:38.789Z Downloaded serde v1.0.228
4502026-04-30T19:08:38.793Z Downloaded indexmap v2.14.0
4512026-04-30T19:08:38.801Z Downloaded memchr v2.8.0
4522026-04-30T19:08:38.805Z Downloaded serde_json v1.0.149
4532026-04-30T19:08:38.821Z Downloaded pest v2.8.6
4542026-04-30T19:08:38.824Z Downloaded goblin v0.8.2
4552026-04-30T19:08:38.832Z Downloaded hashbrown v0.17.0
4562026-04-30T19:08:38.840Z Downloaded idna v1.1.0
4572026-04-30T19:08:38.856Z Downloaded icu_properties_data v2.1.2
4582026-04-30T19:08:38.863Z Downloaded clap_builder v4.5.60
4592026-04-30T19:08:38.867Z Downloaded tabled v0.15.0
4602026-04-30T19:08:38.932Z Downloaded syn v1.0.109
4612026-04-30T19:08:38.932Z Downloaded syn v2.0.117
4622026-04-30T19:08:38.932Z Downloaded rustix v1.1.3
4632026-04-30T19:08:38.945Z Downloaded libc v0.2.185
4642026-04-30T19:08:39.014Z Compiling proc-macro2 v1.0.106
4652026-04-30T19:08:39.014Z Compiling unicode-ident v1.0.24
4662026-04-30T19:08:39.014Z Compiling quote v1.0.45
4672026-04-30T19:08:39.015Z Compiling serde_core v1.0.228
4682026-04-30T19:08:39.015Z Compiling libc v0.2.185
4692026-04-30T19:08:39.015Z Compiling version_check v0.9.5
4702026-04-30T19:08:39.018Z Compiling stable_deref_trait v1.2.1
4712026-04-30T19:08:39.018Z Compiling serde v1.0.228
4722026-04-30T19:08:39.345Z Compiling memchr v2.8.0
4732026-04-30T19:08:39.362Z Compiling zmij v1.0.21
4742026-04-30T19:08:39.538Z Compiling thiserror v1.0.69
4752026-04-30T19:08:39.836Z Compiling ucd-trie v0.1.7
4762026-04-30T19:08:39.839Z Compiling itoa v1.0.17
4772026-04-30T19:08:39.940Z Compiling autocfg v1.5.0
4782026-04-30T19:08:40.043Z Compiling pest v2.8.6
4792026-04-30T19:08:40.118Z Compiling writeable v0.6.2
4802026-04-30T19:08:40.245Z Compiling litemap v0.8.1
4812026-04-30T19:08:40.280Z Compiling rustix v1.1.3
4822026-04-30T19:08:40.317Z Compiling icu_normalizer_data v2.1.1
4832026-04-30T19:08:40.501Z Compiling byteorder v1.5.0
4842026-04-30T19:08:40.617Z Compiling icu_properties_data v2.1.2
4852026-04-30T19:08:40.662Z Compiling syn v2.0.117
4862026-04-30T19:08:40.758Z Compiling errno v0.3.14
4872026-04-30T19:08:40.786Z Compiling bitflags v2.11.0
4882026-04-30T19:08:40.825Z Compiling serde_json v1.0.149
4892026-04-30T19:08:41.056Z Compiling pest_meta v2.8.6
4902026-04-30T19:08:41.074Z Compiling num-traits v0.2.19
4912026-04-30T19:08:41.104Z Compiling smallvec v1.15.1
4922026-04-30T19:08:41.310Z Compiling typeid v1.0.3
4932026-04-30T19:08:41.360Z Compiling hashbrown v0.17.0
4942026-04-30T19:08:41.486Z Compiling equivalent v1.0.2
4952026-04-30T19:08:41.639Z Compiling thread-id v4.2.2
4962026-04-30T19:08:41.718Z Compiling proc-macro-error-attr v1.0.4
4972026-04-30T19:08:41.735Z Compiling usdt-impl v0.5.0
4982026-04-30T19:08:41.786Z Compiling toml_write v0.1.2
4992026-04-30T19:08:41.905Z Compiling indexmap v2.14.0
5002026-04-30T19:08:41.946Z Compiling winnow v0.7.14
5012026-04-30T19:08:41.985Z Compiling erased-serde v0.4.9
5022026-04-30T19:08:42.146Z Compiling syn v1.0.109
5032026-04-30T19:08:42.461Z Compiling proc-macro-error v1.0.4
5042026-04-30T19:08:42.548Z Compiling log v0.4.29
5052026-04-30T19:08:42.651Z Compiling plain v0.2.3
5062026-04-30T19:08:42.741Z Compiling camino v1.2.2
5072026-04-30T19:08:42.768Z Compiling percent-encoding v2.3.2
5082026-04-30T19:08:42.786Z Compiling utf8parse v0.2.2
5092026-04-30T19:08:42.905Z Compiling utf8_iter v1.0.4
5102026-04-30T19:08:42.922Z Compiling getrandom v0.4.1
5112026-04-30T19:08:42.963Z Compiling thiserror v2.0.18
5122026-04-30T19:08:43.004Z Compiling form_urlencoded v1.2.2
5132026-04-30T19:08:43.060Z Compiling anstyle-parse v0.2.7
5142026-04-30T19:08:43.128Z Compiling ordered-float v2.10.1
5152026-04-30T19:08:43.392Z Compiling synstructure v0.13.2
5162026-04-30T19:08:43.453Z Compiling pest_generator v2.8.6
5172026-04-30T19:08:43.471Z Compiling terminal_size v0.4.3
5182026-04-30T19:08:43.608Z Compiling pretty-hex v0.4.1
5192026-04-30T19:08:43.713Z Compiling anstyle v1.0.13
5202026-04-30T19:08:43.739Z Compiling is_terminal_polyfill v1.70.2
5212026-04-30T19:08:43.742Z Compiling anstyle-query v1.1.5
5222026-04-30T19:08:43.773Z Compiling cfg-if v1.0.4
5232026-04-30T19:08:43.850Z Compiling colorchoice v1.0.4
5242026-04-30T19:08:43.945Z Compiling anstream v0.6.21
5252026-04-30T19:08:43.968Z Compiling serde-untagged v0.1.9
5262026-04-30T19:08:44.004Z Compiling semver v1.0.28
5272026-04-30T19:08:44.143Z Compiling fs-err v3.3.0
5282026-04-30T19:08:44.209Z Compiling strsim v0.11.1
5292026-04-30T19:08:44.246Z Compiling anyhow v1.0.102
5302026-04-30T19:08:44.324Z Compiling fastrand v2.3.0
5312026-04-30T19:08:44.359Z Compiling bytecount v0.6.9
5322026-04-30T19:08:44.498Z Compiling once_cell v1.21.3
5332026-04-30T19:08:44.551Z Compiling fnv v1.0.7
5342026-04-30T19:08:44.569Z Compiling clap_lex v1.0.0
5352026-04-30T19:08:44.588Z Compiling unicode-width v0.1.14
5362026-04-30T19:08:44.641Z Compiling heck v0.5.0
5372026-04-30T19:08:44.659Z Compiling heck v0.4.1
5382026-04-30T19:08:44.712Z Compiling unicode-xid v0.2.6
5392026-04-30T19:08:44.803Z Compiling papergrid v0.11.0
5402026-04-30T19:08:44.839Z Compiling clap_builder v4.5.60
5412026-04-30T19:08:44.856Z Compiling tempfile v3.25.0
5422026-04-30T19:08:44.996Z Compiling memmap v0.7.0
5432026-04-30T19:08:45.030Z Compiling serde_derive v1.0.228
5442026-04-30T19:08:45.093Z Compiling zerofrom-derive v0.1.6
5452026-04-30T19:08:45.180Z Compiling yoke-derive v0.8.1
5462026-04-30T19:08:45.226Z Compiling zerovec-derive v0.11.2
5472026-04-30T19:08:45.259Z Compiling displaydoc v0.2.5
5482026-04-30T19:08:46.002Z Compiling thiserror-impl v1.0.69
5492026-04-30T19:08:46.248Z Compiling zerocopy-derive v0.7.35
5502026-04-30T19:08:46.355Z Compiling pest_derive v2.8.6
5512026-04-30T19:08:46.373Z Compiling scroll_derive v0.12.1
5522026-04-30T19:08:46.499Z Compiling zerofrom v0.1.6
5532026-04-30T19:08:46.599Z Compiling yoke v0.8.1
5542026-04-30T19:08:46.780Z Compiling zerovec v0.11.5
5552026-04-30T19:08:46.798Z Compiling zerotrie v0.2.3
5562026-04-30T19:08:47.036Z Compiling scroll v0.12.0
5572026-04-30T19:08:47.119Z Compiling thiserror-impl v2.0.18
5582026-04-30T19:08:47.140Z Compiling zerocopy v0.7.35
5592026-04-30T19:08:47.284Z Compiling tinystr v0.8.2
5602026-04-30T19:08:47.323Z Compiling potential_utf v0.1.4
5612026-04-30T19:08:47.416Z Compiling dtrace-parser v0.2.0
5622026-04-30T19:08:47.490Z Compiling icu_locale_core v2.1.1
5632026-04-30T19:08:47.508Z Compiling icu_collections v2.1.1
5642026-04-30T19:08:47.693Z Compiling goblin v0.8.2
5652026-04-30T19:08:47.861Z Compiling tabled_derive v0.7.0
5662026-04-30T19:08:48.003Z Compiling clap_derive v4.5.55
5672026-04-30T19:08:48.161Z Compiling icu_provider v2.1.1
5682026-04-30T19:08:48.389Z Compiling toml_datetime v0.6.11
5692026-04-30T19:08:48.440Z Compiling icu_properties v2.1.2
5702026-04-30T19:08:48.466Z Compiling icu_normalizer v2.1.1
5712026-04-30T19:08:48.469Z Compiling serde_spanned v0.6.9
5722026-04-30T19:08:48.500Z Compiling dof v0.3.0
5732026-04-30T19:08:48.632Z Compiling toml_edit v0.22.27
5742026-04-30T19:08:48.649Z Compiling serde_tokenstream v0.2.3
5752026-04-30T19:08:48.963Z Compiling serde-value v0.7.0
5762026-04-30T19:08:49.003Z Compiling cargo-platform v0.2.0
5772026-04-30T19:08:49.023Z Compiling smawk v0.3.2
5782026-04-30T19:08:49.164Z Compiling unicode-width v0.2.0
5792026-04-30T19:08:49.278Z Compiling idna_adapter v1.2.1
5802026-04-30T19:08:49.327Z Compiling unicode-linebreak v0.1.5
5812026-04-30T19:08:49.405Z Compiling usdt-macro v0.5.0
5822026-04-30T19:08:49.422Z Compiling idna v1.1.0
5832026-04-30T19:08:49.439Z Compiling usdt-attr-macro v0.5.0
5842026-04-30T19:08:49.509Z Compiling tabled v0.15.0
5852026-04-30T19:08:49.574Z Compiling textwrap v0.16.2
5862026-04-30T19:08:49.741Z Compiling url v2.5.8
5872026-04-30T19:08:50.045Z Compiling toml v0.8.23
5882026-04-30T19:08:50.073Z Compiling clap v4.5.60
5892026-04-30T19:08:50.119Z Compiling macaddr v1.0.1
5902026-04-30T19:08:50.497Z Compiling cargo-util-schemas v0.8.2
5912026-04-30T19:08:50.516Z Compiling cargo_toml v0.21.0
5922026-04-30T19:08:50.655Z Compiling camino-tempfile v1.4.1
5932026-04-30T19:08:50.893Z Compiling usdt v0.5.0
5942026-04-30T19:08:50.942Z Compiling swrite v0.1.0
5952026-04-30T19:08:50.970Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-04-30T19:08:51.483Z Compiling cargo_metadata v0.21.0
5972026-04-30T19:08:52.426Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-30T19:08:54.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.21s
5992026-04-30T19:08:54.735Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-30T19:08:55.290Z Downloading crates ...
6012026-04-30T19:08:55.389Z Downloaded adler2 v2.0.1
6022026-04-30T19:08:55.392Z Downloaded cmake v0.1.57
6032026-04-30T19:08:55.396Z Downloaded aead v0.5.2
6042026-04-30T19:08:55.399Z Downloaded aes-gcm v0.10.3
6052026-04-30T19:08:55.404Z Downloaded cargo-platform v0.1.9
6062026-04-30T19:08:55.407Z Downloaded crc32fast v1.5.0
6072026-04-30T19:08:55.407Z Downloaded cargo_metadata v0.19.2
6082026-04-30T19:08:55.411Z Downloaded bcrypt-pbkdf v0.10.0
6092026-04-30T19:08:55.411Z Downloaded cobs v0.3.0
6102026-04-30T19:08:55.413Z Downloaded ascii-canvas v3.0.0
6112026-04-30T19:08:55.413Z Downloaded chacha20 v0.9.1
6122026-04-30T19:08:55.416Z Downloaded crc8 v0.1.1
6132026-04-30T19:08:55.416Z Downloaded atomicwrites v0.4.4
6142026-04-30T19:08:55.419Z Downloaded document-features v0.2.12
6152026-04-30T19:08:55.419Z Downloaded async-bb8-diesel v0.2.1
6162026-04-30T19:08:55.422Z Downloaded crossbeam-utils v0.8.21
6172026-04-30T19:08:55.422Z Downloaded endian-type v0.1.2
6182026-04-30T19:08:55.426Z Downloaded aes v0.8.4
6192026-04-30T19:08:55.429Z Downloaded critical-section v1.2.0
6202026-04-30T19:08:55.429Z Downloaded block-padding v0.3.3
6212026-04-30T19:08:55.429Z Downloaded castaway v0.2.4
6222026-04-30T19:08:55.429Z Downloaded crossterm v0.28.1
6232026-04-30T19:08:55.432Z Downloaded bit-set v0.5.3
6242026-04-30T19:08:55.435Z Downloaded crossbeam-epoch v0.9.18
6252026-04-30T19:08:55.435Z Downloaded crunchy v0.2.4
6262026-04-30T19:08:55.440Z Downloaded base64ct v1.8.3
6272026-04-30T19:08:55.440Z Downloaded darling_macro v0.21.3
6282026-04-30T19:08:55.444Z Downloaded backon v1.6.0
6292026-04-30T19:08:55.444Z Downloaded ena v0.14.4
6302026-04-30T19:08:55.444Z Downloaded bzip2 v0.4.4
6312026-04-30T19:08:55.444Z Downloaded derive-where v1.6.0
6322026-04-30T19:08:55.447Z Downloaded cexpr v0.6.0
6332026-04-30T19:08:55.450Z Downloaded crossbeam-deque v0.8.6
6342026-04-30T19:08:55.450Z Downloaded compact_str v0.8.1
6352026-04-30T19:08:55.454Z Downloaded bit-set v0.8.0
6362026-04-30T19:08:55.454Z Downloaded diff v0.1.13
6372026-04-30T19:08:55.462Z Downloaded diesel-dtrace v0.5.0
6382026-04-30T19:08:55.462Z Downloaded data-encoding v2.10.0
6392026-04-30T19:08:55.462Z Downloaded darling v0.23.0
6402026-04-30T19:08:55.466Z Downloaded der_derive v0.7.3
6412026-04-30T19:08:55.466Z Downloaded crossbeam-channel v0.5.15
6422026-04-30T19:08:55.466Z Downloaded async-recursion v1.1.1
6432026-04-30T19:08:55.469Z Downloaded dsl_auto_type v0.2.0
6442026-04-30T19:08:55.469Z Downloaded diesel_table_macro_syntax v0.3.0
6452026-04-30T19:08:55.469Z Downloaded cstr-argument v0.1.2
6462026-04-30T19:08:55.472Z Downloaded embedded-io v0.4.0
6472026-04-30T19:08:55.472Z Downloaded dirs-next v2.0.0
6482026-04-30T19:08:55.472Z Downloaded convert_case v0.4.0
6492026-04-30T19:08:55.477Z Downloaded bitfield-macros v0.19.4
6502026-04-30T19:08:55.477Z Downloaded enum-as-inner v0.6.1
6512026-04-30T19:08:55.477Z Downloaded dtrace-parser v0.3.0
6522026-04-30T19:08:55.477Z Downloaded defmt-parser v1.0.0
6532026-04-30T19:08:55.477Z Downloaded base16ct v0.2.0
6542026-04-30T19:08:55.480Z Downloaded cfg_aliases v0.2.1
6552026-04-30T19:08:55.480Z Downloaded bb8 v0.8.6
6562026-04-30T19:08:55.480Z Downloaded curve25519-dalek-derive v0.1.1
6572026-04-30T19:08:55.483Z Downloaded atomic-waker v1.1.2
6582026-04-30T19:08:55.483Z Downloaded ctr v0.9.2
6592026-04-30T19:08:55.486Z Downloaded defmt-macros v1.0.1
6602026-04-30T19:08:55.486Z Downloaded ciborium-ll v0.2.2
6612026-04-30T19:08:55.489Z Downloaded async-stream-impl v0.3.6
6622026-04-30T19:08:55.489Z Downloaded assert_matches v1.5.0
6632026-04-30T19:08:55.489Z Downloaded arrayref v0.3.9
6642026-04-30T19:08:55.491Z Downloaded async-stream v0.3.6
6652026-04-30T19:08:55.492Z Downloaded cpufeatures v0.3.0
6662026-04-30T19:08:55.495Z Downloaded float-ord v0.3.2
6672026-04-30T19:08:55.495Z Downloaded atty v0.2.14
6682026-04-30T19:08:55.495Z Downloaded compression-core v0.4.31
6692026-04-30T19:08:55.499Z Downloaded cfg_aliases v0.1.1
6702026-04-30T19:08:55.499Z Downloaded flagset v0.4.7
6712026-04-30T19:08:55.499Z Downloaded crc-catalog v2.4.0
6722026-04-30T19:08:55.499Z Downloaded difflib v0.4.0
6732026-04-30T19:08:55.499Z Downloaded debug-ignore v1.0.5
6742026-04-30T19:08:55.502Z Downloaded fixedbitset v0.4.2
6752026-04-30T19:08:55.505Z Downloaded foreign-types v0.3.2
6762026-04-30T19:08:55.505Z Downloaded ciborium-io v0.2.2
6772026-04-30T19:08:55.505Z Downloaded foreign-types-shared v0.3.1
6782026-04-30T19:08:55.508Z Downloaded fd-lock v4.0.4
6792026-04-30T19:08:55.508Z Downloaded dirs-sys-next v0.1.2
6802026-04-30T19:08:55.512Z Downloaded float-cmp v0.10.0
6812026-04-30T19:08:55.512Z Downloaded foreign-types-macros v0.2.3
6822026-04-30T19:08:55.512Z Downloaded embedded-io v0.6.1
6832026-04-30T19:08:55.515Z Downloaded derive_builder_macro v0.20.2
6842026-04-30T19:08:55.515Z Downloaded array-init v0.0.4
6852026-04-30T19:08:55.516Z Downloaded defmt v0.3.100
6862026-04-30T19:08:55.516Z Downloaded darling_macro v0.20.11
6872026-04-30T19:08:55.519Z Downloaded bitfield-struct v0.6.2
6882026-04-30T19:08:55.519Z Downloaded dunce v1.0.5
6892026-04-30T19:08:55.519Z Downloaded display-error-chain v0.2.2
6902026-04-30T19:08:55.522Z Downloaded foreign-types v0.5.0
6912026-04-30T19:08:55.522Z Downloaded darling_macro v0.23.0
6922026-04-30T19:08:55.522Z Downloaded crc v3.4.0
6932026-04-30T19:08:55.525Z Downloaded foldhash v0.2.0
6942026-04-30T19:08:55.525Z Downloaded bitfield v0.19.4
6952026-04-30T19:08:55.528Z Downloaded argon2 v0.5.3
6962026-04-30T19:08:55.528Z Downloaded dropshot-api-manager-types v0.7.1
6972026-04-30T19:08:55.528Z Downloaded arrayvec v0.7.6
6982026-04-30T19:08:55.531Z Downloaded async-trait v0.1.89
6992026-04-30T19:08:55.534Z Downloaded compression-codecs v0.4.37
7002026-04-30T19:08:55.537Z Downloaded crucible-workspace-hack v0.1.0
7012026-04-30T19:08:55.537Z Downloaded colored v3.1.1
7022026-04-30T19:08:55.540Z Downloaded foreign-types-shared v0.1.1
7032026-04-30T19:08:55.540Z Downloaded futures-sink v0.3.32
7042026-04-30T19:08:55.540Z Downloaded des v0.8.1
7052026-04-30T19:08:55.543Z Downloaded funty v2.0.0
7062026-04-30T19:08:55.543Z Downloaded csv-core v0.1.13
7072026-04-30T19:08:55.546Z Downloaded futures-task v0.3.32
7082026-04-30T19:08:55.546Z Downloaded ghash v0.5.1
7092026-04-30T19:08:55.549Z Downloaded fxhash v0.2.1
7102026-04-30T19:08:55.549Z Downloaded futures-macro v0.3.32
7112026-04-30T19:08:55.549Z Downloaded gethostname v0.5.0
7122026-04-30T19:08:55.552Z Downloaded dof v0.4.0
7132026-04-30T19:08:55.552Z Downloaded dyn-clone v1.0.20
7142026-04-30T19:08:55.555Z Downloaded hash32 v0.3.1
7152026-04-30T19:08:55.555Z Downloaded env_filter v1.0.0
7162026-04-30T19:08:55.562Z Downloaded cipher v0.4.4
7172026-04-30T19:08:55.562Z Downloaded globwalk v0.9.1
7182026-04-30T19:08:55.563Z Downloaded buf-list v1.1.2
7192026-04-30T19:08:55.569Z Downloaded derive-ex v0.1.8
7202026-04-30T19:08:55.570Z Downloaded cassowary v0.3.0
7212026-04-30T19:08:55.570Z Downloaded camino-tempfile-ext v0.3.3
7222026-04-30T19:08:55.570Z Downloaded daft v0.1.5
7232026-04-30T19:08:55.570Z Downloaded backoff v0.4.0
7242026-04-30T19:08:55.575Z Downloaded fixedbitset v0.5.7
7252026-04-30T19:08:55.576Z Downloaded foldhash v0.1.5
7262026-04-30T19:08:55.576Z Downloaded const_format_proc_macros v0.2.34
7272026-04-30T19:08:55.576Z Downloaded byte-wrapper v0.1.0
7282026-04-30T19:08:55.576Z Downloaded constant_time_eq v0.4.2
7292026-04-30T19:08:55.576Z Downloaded deranged v0.5.8
7302026-04-30T19:08:55.580Z Downloaded hex v0.4.3
7312026-04-30T19:08:55.581Z Downloaded headers-core v0.3.0
7322026-04-30T19:08:55.581Z Downloaded hex-literal v0.4.1
7332026-04-30T19:08:55.581Z Downloaded futures-core v0.3.32
7342026-04-30T19:08:55.585Z Downloaded blowfish v0.9.1
7352026-04-30T19:08:55.585Z Downloaded ecdsa v0.16.9
7362026-04-30T19:08:55.585Z Downloaded hostname v0.4.2
7372026-04-30T19:08:55.585Z Downloaded home v0.5.12
7382026-04-30T19:08:55.589Z Downloaded env_logger v0.11.9
7392026-04-30T19:08:55.589Z Downloaded corncobs v0.1.4
7402026-04-30T19:08:55.589Z Downloaded ff v0.13.1
7412026-04-30T19:08:55.592Z Downloaded console v0.15.11
7422026-04-30T19:08:55.592Z Downloaded cookie_store v0.22.1
7432026-04-30T19:08:55.595Z Downloaded ciborium v0.2.2
7442026-04-30T19:08:55.595Z Downloaded convert_case v0.10.0
7452026-04-30T19:08:55.598Z Downloaded hubpack_derive v0.1.1
7462026-04-30T19:08:55.598Z Downloaded httpdate v1.0.3
7472026-04-30T19:08:55.598Z Downloaded bitflags v1.3.2
7482026-04-30T19:08:55.601Z Downloaded http-body v1.0.1
7492026-04-30T19:08:55.601Z Downloaded git-stub v1.0.0
7502026-04-30T19:08:55.604Z Downloaded filetime v0.2.27
7512026-04-30T19:08:55.604Z Downloaded either v1.15.0
7522026-04-30T19:08:55.607Z Downloaded drift v0.1.3
7532026-04-30T19:08:55.610Z Downloaded ident_case v1.0.1
7542026-04-30T19:08:55.610Z Downloaded find-msvc-tools v0.1.9
7552026-04-30T19:08:55.610Z Downloaded hyper-tls v0.6.0
7562026-04-30T19:08:55.662Z Downloaded futures-io v0.3.32
7572026-04-30T19:08:55.662Z Downloaded fs_extra v1.3.0
7582026-04-30T19:08:55.662Z Downloaded ed25519 v2.2.3
7592026-04-30T19:08:55.662Z Downloaded internet-checksum v0.2.1
7602026-04-30T19:08:55.662Z Downloaded derive_builder_core v0.20.2
7612026-04-30T19:08:55.662Z Downloaded is-terminal v0.4.17
7622026-04-30T19:08:55.662Z Downloaded git-stub-vcs v0.1.0
7632026-04-30T19:08:55.662Z Downloaded group v0.13.0
7642026-04-30T19:08:55.662Z Downloaded glob v0.3.3
7652026-04-30T19:08:55.662Z Downloaded const-oid v0.9.6
7662026-04-30T19:08:55.663Z Downloaded ahash v0.8.12
7672026-04-30T19:08:55.663Z Downloaded inout v0.1.4
7682026-04-30T19:08:55.663Z Downloaded indoc v1.0.9
7692026-04-30T19:08:55.663Z Downloaded instability v0.3.11
7702026-04-30T19:08:55.663Z Downloaded bzip2 v0.6.1
7712026-04-30T19:08:55.663Z Downloaded bcs v0.1.6
7722026-04-30T19:08:55.663Z Downloaded instant v0.1.13
7732026-04-30T19:08:55.663Z Downloaded is_ci v1.2.0
7742026-04-30T19:08:55.663Z Downloaded cookie v0.18.1
7752026-04-30T19:08:55.663Z Downloaded defmt v1.0.1
7762026-04-30T19:08:55.663Z Downloaded console v0.16.2
7772026-04-30T19:08:55.663Z Downloaded clang-sys v1.8.1
7782026-04-30T19:08:55.663Z Downloaded chacha20 v0.10.0
7792026-04-30T19:08:55.663Z Downloaded erased-serde v0.3.31
7802026-04-30T19:08:55.663Z Downloaded darling v0.21.3
7812026-04-30T19:08:55.663Z Downloaded fs-err v2.11.0
7822026-04-30T19:08:55.663Z Downloaded crc-any v2.5.0
7832026-04-30T19:08:55.663Z Downloaded darling v0.20.11
7842026-04-30T19:08:55.663Z Downloaded lalrpop-util v0.19.12
7852026-04-30T19:08:55.663Z Downloaded kstat-rs v0.2.4
7862026-04-30T19:08:55.663Z Downloaded keccak v0.1.6
7872026-04-30T19:08:55.663Z Downloaded highway v1.3.0
7882026-04-30T19:08:55.663Z Downloaded hash32 v0.2.1
7892026-04-30T19:08:55.663Z Downloaded daft-derive v0.1.5
7902026-04-30T19:08:55.669Z Downloaded libscf-sys v1.1.0
7912026-04-30T19:08:55.669Z Downloaded humantime v2.3.0
7922026-04-30T19:08:55.669Z Downloaded getrandom v0.2.17
7932026-04-30T19:08:55.670Z Downloaded futures-channel v0.3.32
7942026-04-30T19:08:55.670Z Downloaded cancel-safe-futures v0.1.5
7952026-04-30T19:08:55.673Z Downloaded ingot-types v0.1.2
7962026-04-30T19:08:55.673Z Downloaded indoc v2.0.7
7972026-04-30T19:08:55.673Z Downloaded indent_write v2.2.0
7982026-04-30T19:08:55.678Z Downloaded impl-trait-for-tuples v0.2.3
7992026-04-30T19:08:55.678Z Downloaded managed v0.8.0
8002026-04-30T19:08:55.678Z Downloaded linked-hash-map v0.5.6
8012026-04-30T19:08:55.678Z Downloaded lru-slab v0.1.2
8022026-04-30T19:08:55.681Z Downloaded lru-cache v0.1.2
8032026-04-30T19:08:55.681Z Downloaded lru v0.12.5
8042026-04-30T19:08:55.681Z Downloaded hyper-staticfile v0.10.1
8052026-04-30T19:08:55.681Z Downloaded memoffset v0.9.1
8062026-04-30T19:08:55.686Z Downloaded http-body-util v0.1.3
8072026-04-30T19:08:55.686Z Downloaded half v1.8.3
8082026-04-30T19:08:55.691Z Downloaded allocator-api2 v0.2.21
8092026-04-30T19:08:55.691Z Downloaded derive_more v0.99.20
8102026-04-30T19:08:55.691Z Downloaded hostname v0.3.1
8112026-04-30T19:08:55.695Z Downloaded futures-executor v0.3.32
8122026-04-30T19:08:55.695Z Downloaded http-range v0.1.5
8132026-04-30T19:08:55.695Z Downloaded fallible-iterator v0.2.0
8142026-04-30T19:08:55.695Z Downloaded cbc v0.1.2
8152026-04-30T19:08:55.698Z Downloaded downcast-rs v2.0.2
8162026-04-30T19:08:55.698Z Downloaded darling_core v0.23.0
8172026-04-30T19:08:55.702Z Downloaded md5 v0.7.0
8182026-04-30T19:08:55.702Z Downloaded match_cfg v0.1.0
8192026-04-30T19:08:55.702Z Downloaded maplit v1.0.2
8202026-04-30T19:08:55.705Z Downloaded newline-converter v0.3.0
8212026-04-30T19:08:55.705Z Downloaded new_debug_unreachable v1.0.6
8222026-04-30T19:08:55.705Z Downloaded lzss v0.8.2
8232026-04-30T19:08:55.706Z Downloaded jobserver v0.1.34
8242026-04-30T19:08:55.709Z Downloaded normalize-line-endings v0.3.0
8252026-04-30T19:08:55.709Z Downloaded nibble_vec v0.1.0
8262026-04-30T19:08:55.709Z Downloaded newtype_derive v0.1.6
8272026-04-30T19:08:55.712Z Downloaded ipnetwork v0.21.1
8282026-04-30T19:08:55.712Z Downloaded mime v0.3.17
8292026-04-30T19:08:55.712Z Downloaded maybe-uninit v2.0.0
8302026-04-30T19:08:55.715Z Downloaded dropshot_endpoint v0.16.7
8312026-04-30T19:08:55.715Z Downloaded multimap v0.10.1
8322026-04-30T19:08:55.718Z Downloaded libefi-sys v0.1.0
8332026-04-30T19:08:55.718Z Downloaded hubpack v0.1.2
8342026-04-30T19:08:55.718Z Downloaded chacha20poly1305 v0.10.1
8352026-04-30T19:08:55.721Z Downloaded bit-vec v0.8.0
8362026-04-30T19:08:55.721Z Downloaded hyper-rustls v0.27.7
8372026-04-30T19:08:55.724Z Downloaded bit-vec v0.6.3
8382026-04-30T19:08:55.724Z Downloaded lazy_static v1.5.0
8392026-04-30T19:08:55.727Z Downloaded iana-time-zone v0.1.65
8402026-04-30T19:08:55.727Z Downloaded num-derive v0.4.2
8412026-04-30T19:08:55.730Z Downloaded num-derive v0.3.3
8422026-04-30T19:08:55.730Z Downloaded nonempty v0.12.0
8432026-04-30T19:08:55.733Z Downloaded num_enum_derive v0.5.11
8442026-04-30T19:08:55.733Z Downloaded nodrop v0.1.14
8452026-04-30T19:08:55.733Z Downloaded elliptic-curve v0.13.8
8462026-04-30T19:08:55.737Z Downloaded opaque-debug v0.3.1
8472026-04-30T19:08:55.737Z Downloaded libloading v0.8.9
8482026-04-30T19:08:55.743Z Downloaded lock_api v0.4.14
8492026-04-30T19:08:55.743Z Downloaded colored v2.2.0
8502026-04-30T19:08:55.743Z Downloaded hmac v0.12.1
8512026-04-30T19:08:55.747Z Downloaded fatfs v0.3.6
8522026-04-30T19:08:55.747Z Downloaded httparse v1.10.1
8532026-04-30T19:08:55.747Z Downloaded bytes v1.11.1
8542026-04-30T19:08:55.752Z Downloaded num_threads v0.1.7
8552026-04-30T19:08:55.752Z Downloaded olpc-cjson v0.1.4
8562026-04-30T19:08:55.755Z Downloaded md-5 v0.10.6
8572026-04-30T19:08:55.755Z Downloaded libsw-core v0.3.2
8582026-04-30T19:08:55.755Z Downloaded linear-map v1.2.0
8592026-04-30T19:08:55.761Z Downloaded libsw v3.5.0
8602026-04-30T19:08:55.761Z Downloaded base64 v0.22.1
8612026-04-30T19:08:55.764Z Downloaded oso-derive v0.27.3
8622026-04-30T19:08:55.764Z Downloaded openssl-probe v0.1.6
8632026-04-30T19:08:55.764Z Downloaded openssl-probe v0.2.1
8642026-04-30T19:08:55.764Z Downloaded blake2 v0.10.6
8652026-04-30T19:08:55.764Z Downloaded derive_builder v0.20.2
8662026-04-30T19:08:55.767Z Downloaded parse-size v1.1.0
8672026-04-30T19:08:55.767Z Downloaded packed_struct_codegen v0.10.1
8682026-04-30T19:08:55.768Z Downloaded globset v0.4.18
8692026-04-30T19:08:55.770Z Downloaded getrandom v0.3.4
8702026-04-30T19:08:55.773Z Downloaded dropshot_endpoint v0.17.0
8712026-04-30T19:08:55.776Z Downloaded half v2.7.1
8722026-04-30T19:08:55.776Z Downloaded cc v1.2.56
8732026-04-30T19:08:55.779Z Downloaded mime_guess v2.0.5
8742026-04-30T19:08:55.779Z Downloaded ipnet v2.11.0
8752026-04-30T19:08:55.782Z Downloaded newtype-uuid-macros v0.1.0
8762026-04-30T19:08:55.782Z Downloaded native-tls v0.2.18
8772026-04-30T19:08:55.784Z Downloaded newtype-uuid v1.3.2
8782026-04-30T19:08:55.784Z Downloaded nanorand v0.7.0
8792026-04-30T19:08:55.787Z Downloaded pbkdf2 v0.12.2
8802026-04-30T19:08:55.787Z Downloaded multer v3.1.0
8812026-04-30T19:08:55.790Z Downloaded ingot-macros v0.1.1
8822026-04-30T19:08:55.790Z Downloaded futures v0.3.32
8832026-04-30T19:08:55.795Z Downloaded indexmap v1.9.3
8842026-04-30T19:08:55.798Z Downloaded litrs v1.0.0
8852026-04-30T19:08:55.798Z Downloaded ingot v0.1.1
8862026-04-30T19:08:55.800Z Downloaded bumpalo v3.20.2
8872026-04-30T19:08:55.800Z Downloaded pbkdf2 v0.11.0
8882026-04-30T19:08:55.818Z Downloaded phf_shared v0.13.1
8892026-04-30T19:08:55.821Z Downloaded derive_more-impl v2.1.1
8902026-04-30T19:08:55.824Z Downloaded darling_core v0.21.3
8912026-04-30T19:08:55.827Z Downloaded packed_struct v0.10.1
8922026-04-30T19:08:55.830Z Downloaded const_format v0.2.35
8932026-04-30T19:08:55.830Z Downloaded arc-swap v1.8.2
8942026-04-30T19:08:55.833Z Downloaded ar_archive_writer v0.5.1
8952026-04-30T19:08:55.837Z Downloaded password-hash v0.4.2
8962026-04-30T19:08:55.837Z Downloaded owo-colors v4.3.0
8972026-04-30T19:08:55.840Z Downloaded ignore v0.4.25
8982026-04-30T19:08:55.840Z Downloaded base64 v0.21.7
8992026-04-30T19:08:55.842Z Downloaded pin-utils v0.1.0
9002026-04-30T19:08:55.845Z Downloaded proc-macro-crate v1.3.1
9012026-04-30T19:08:55.845Z Downloaded predicates-core v1.0.10
9022026-04-30T19:08:55.845Z Downloaded powerfmt v0.2.0
9032026-04-30T19:08:55.848Z Downloaded libbz2-rs-sys v0.2.2
9042026-04-30T19:08:55.848Z Downloaded memmap2 v0.9.10
9052026-04-30T19:08:55.850Z Downloaded parking_lot_core v0.8.6
9062026-04-30T19:08:55.850Z Downloaded heapless v0.8.0
9072026-04-30T19:08:55.855Z Downloaded darling_core v0.20.11
9082026-04-30T19:08:55.858Z Downloaded precomputed-hash v0.1.1
9092026-04-30T19:08:55.859Z Downloaded nu-ansi-term v0.50.3
9102026-04-30T19:08:55.859Z Downloaded heapless v0.7.17
9112026-04-30T19:08:55.862Z Downloaded headers v0.4.1
9122026-04-30T19:08:55.865Z Downloaded progenitor-macro v0.10.0
9132026-04-30T19:08:55.865Z Downloaded parse-display-derive v0.10.0
9142026-04-30T19:08:55.868Z Downloaded crypto-bigint v0.5.5
9152026-04-30T19:08:55.871Z Downloaded der v0.7.10
9162026-04-30T19:08:55.874Z Downloaded progenitor-macro v0.13.0
9172026-04-30T19:08:55.874Z Downloaded progenitor-client v0.10.0
9182026-04-30T19:08:55.877Z Downloaded progenitor-macro v0.11.2
9192026-04-30T19:08:55.877Z Downloaded proc-macro-error-attr2 v2.0.0
9202026-04-30T19:08:55.877Z Downloaded proc-macro-crate v3.4.0
9212026-04-30T19:08:55.880Z Downloaded progenitor-client v0.14.0
9222026-04-30T19:08:55.880Z Downloaded progenitor-client v0.11.2
9232026-04-30T19:08:55.880Z Downloaded quick-error v1.2.3
9242026-04-30T19:08:55.883Z Downloaded crossterm v0.29.0
9252026-04-30T19:08:55.886Z Downloaded pem-rfc7468 v0.7.0
9262026-04-30T19:08:55.889Z Downloaded parking_lot v0.12.5
9272026-04-30T19:08:55.889Z Downloaded parking_lot v0.11.2
9282026-04-30T19:08:55.893Z Downloaded pem v3.0.6
9292026-04-30T19:08:55.893Z Downloaded peg v0.8.5
9302026-04-30T19:08:55.896Z Downloaded rand_chacha v0.3.1
9312026-04-30T19:08:55.896Z Downloaded phf v0.12.1
9322026-04-30T19:08:55.899Z Downloaded hickory-resolver v0.25.2
9332026-04-30T19:08:55.899Z Downloaded psl-types v2.0.11
9342026-04-30T19:08:55.903Z Downloaded peg-macros v0.8.5
9352026-04-30T19:08:55.903Z Downloaded oxnet v0.1.4
9362026-04-30T19:08:55.903Z Downloaded pkg-config v0.3.32
9372026-04-30T19:08:55.906Z Downloaded pkcs8 v0.10.2
9382026-04-30T19:08:55.906Z Downloaded oxide-tokio-rt v0.1.4
9392026-04-30T19:08:55.909Z Downloaded progenitor-macro v0.14.0
9402026-04-30T19:08:55.909Z Downloaded phf v0.13.1
9412026-04-30T19:08:55.909Z Downloaded dropshot-api-manager v0.7.1
9422026-04-30T19:08:55.915Z Downloaded ppv-lite86 v0.2.21
9432026-04-30T19:08:55.915Z Downloaded polyval v0.6.2
9442026-04-30T19:08:55.918Z Downloaded poly1305 v0.8.0
9452026-04-30T19:08:55.918Z Downloaded pin-project-internal v1.1.11
9462026-04-30T19:08:55.918Z Downloaded postgres-protocol v0.6.10
9472026-04-30T19:08:55.919Z Downloaded progenitor v0.13.0
9482026-04-30T19:08:55.922Z Downloaded progenitor v0.11.2
9492026-04-30T19:08:55.922Z Downloaded expectorate v1.2.0
9502026-04-30T19:08:55.930Z Downloaded radium v0.7.0
9512026-04-30T19:08:55.930Z Downloaded primeorder v0.13.6
9522026-04-30T19:08:55.930Z Downloaded predicates-tree v1.0.13
9532026-04-30T19:08:55.930Z Downloaded progenitor v0.14.0
9542026-04-30T19:08:55.930Z Downloaded ref-cast v1.0.25
9552026-04-30T19:08:55.930Z Downloaded predicates v3.1.4
9562026-04-30T19:08:55.934Z Downloaded ref-cast-impl v1.0.25
9572026-04-30T19:08:55.934Z Downloaded recursive-proc-macro-impl v0.1.1
9582026-04-30T19:08:55.934Z Downloaded rand_xorshift v0.4.0
9592026-04-30T19:08:55.935Z Downloaded pin-project-lite v0.2.17
9602026-04-30T19:08:55.938Z Downloaded recursive v0.1.1
9612026-04-30T19:08:55.938Z Downloaded progenitor-client v0.13.0
9622026-04-30T19:08:55.938Z Downloaded progenitor v0.10.0
9632026-04-30T19:08:55.941Z Downloaded proc-macro-error2 v2.0.1
9642026-04-30T19:08:55.941Z Downloaded progenitor-extras v0.2.0
9652026-04-30T19:08:55.945Z Downloaded paste v1.0.15
9662026-04-30T19:08:55.948Z Downloaded russh-cryptovec v0.7.3
9672026-04-30T19:08:55.948Z Downloaded async-compression v0.4.41
9682026-04-30T19:08:55.951Z Downloaded rustc_version v0.1.7
9692026-04-30T19:08:55.951Z Downloaded hashbrown v0.12.3
9702026-04-30T19:08:55.954Z Downloaded hickory-resolver v0.24.4
9712026-04-30T19:08:55.957Z Downloaded oso v0.27.3
9722026-04-30T19:08:55.959Z Downloaded jiff-static v0.2.21
9732026-04-30T19:08:55.963Z Downloaded p256 v0.13.2
9742026-04-30T19:08:55.963Z Downloaded rand_chacha v0.9.0
9752026-04-30T19:08:55.966Z Downloaded r2d2 v0.8.10
9762026-04-30T19:08:55.966Z Downloaded omicron-zone-package v0.12.2
9772026-04-30T19:08:55.969Z Downloaded psm v0.1.30
9782026-04-30T19:08:55.969Z Downloaded rustc_version v0.4.1
9792026-04-30T19:08:55.974Z Downloaded rustc-hash v2.1.1
9802026-04-30T19:08:55.974Z Downloaded rfc6979 v0.4.0
9812026-04-30T19:08:55.974Z Downloaded pkcs5 v0.7.1
9822026-04-30T19:08:55.978Z Downloaded rand_core v0.6.4
9832026-04-30T19:08:55.978Z Downloaded pkcs1 v0.7.5
9842026-04-30T19:08:55.978Z Downloaded miniz_oxide v0.8.9
9852026-04-30T19:08:55.981Z Downloaded flate2 v1.1.9
9862026-04-30T19:08:55.988Z Downloaded rtoolbox v0.0.3
9872026-04-30T19:08:55.988Z Downloaded rand_core v0.9.5
9882026-04-30T19:08:55.988Z Downloaded diesel_derives v2.3.7
9892026-04-30T19:08:55.991Z Downloaded scopeguard v1.2.0
9902026-04-30T19:08:55.991Z Downloaded same-file v1.0.6
9912026-04-30T19:08:55.991Z Downloaded salsa20 v0.10.2
9922026-04-30T19:08:55.991Z Downloaded rand_seeder v0.4.0
9932026-04-30T19:08:55.994Z Downloaded rand_core v0.10.0
9942026-04-30T19:08:55.994Z Downloaded postcard v1.1.3
9952026-04-30T19:08:55.997Z Downloaded ed25519-dalek v2.2.0
9962026-04-30T19:08:56.000Z Downloaded password-hash v0.5.0
9972026-04-30T19:08:56.000Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-30T19:08:56.000Z Downloaded parking_lot_core v0.9.12
9992026-04-30T19:08:56.004Z Downloaded indicatif v0.18.4
10002026-04-30T19:08:56.006Z Downloaded sapling-renderdag v0.1.0
10012026-04-30T19:08:56.006Z Downloaded derive_more v2.1.1
10022026-04-30T19:08:56.012Z Downloaded seq-macro v0.3.6
10032026-04-30T19:08:56.015Z Downloaded secrecy v0.8.0
10042026-04-30T19:08:56.015Z Downloaded phf_shared v0.12.1
10052026-04-30T19:08:56.018Z Downloaded phf_shared v0.11.3
10062026-04-30T19:08:56.018Z Downloaded scrypt v0.11.0
10072026-04-30T19:08:56.019Z Downloaded scroll_derive v0.13.1
10082026-04-30T19:08:56.022Z Downloaded peg-runtime v0.8.5
10092026-04-30T19:08:56.022Z Downloaded secrecy v0.10.3
10102026-04-30T19:08:56.022Z Downloaded num_enum_derive v0.7.5
10112026-04-30T19:08:56.022Z Downloaded num_enum v0.7.5
10122026-04-30T19:08:56.024Z Downloaded num_enum v0.5.11
10132026-04-30T19:08:56.028Z Downloaded resolv-conf v0.7.6
10142026-04-30T19:08:56.028Z Downloaded num-rational v0.4.2
10152026-04-30T19:08:56.031Z Downloaded num-integer v0.1.46
10162026-04-30T19:08:56.031Z Downloaded serde_repr v0.1.20
10172026-04-30T19:08:56.034Z Downloaded serde_plain v1.0.2
10182026-04-30T19:08:56.034Z Downloaded serde_bytes v0.11.19
10192026-04-30T19:08:56.034Z Downloaded sha1 v0.10.6
10202026-04-30T19:08:56.037Z Downloaded hickory-server v0.25.2
10212026-04-30T19:08:56.040Z Downloaded openssl-sys v0.9.114
10222026-04-30T19:08:56.043Z Downloaded papergrid v0.17.0
10232026-04-30T19:08:56.046Z Downloaded serde_urlencoded v0.7.1
10242026-04-30T19:08:56.046Z Downloaded serde_spanned v1.0.4
10252026-04-30T19:08:56.048Z Downloaded minimal-lexical v0.2.1
10262026-04-30T19:08:56.051Z Downloaded signal-hook-mio v0.2.5
10272026-04-30T19:08:56.051Z Downloaded shell-words v1.1.1
10282026-04-30T19:08:56.054Z Downloaded rustversion v1.0.22
10292026-04-30T19:08:56.054Z Downloaded rustls-pemfile v2.2.0
10302026-04-30T19:08:56.059Z Downloaded signature v2.2.0
10312026-04-30T19:08:56.059Z Downloaded signal-hook-tokio v0.3.1
10322026-04-30T19:08:56.059Z Downloaded postgres-types v0.2.12
10332026-04-30T19:08:56.062Z Downloaded rustls-pemfile v1.0.4
10342026-04-30T19:08:56.062Z Downloaded rustls-native-certs v0.8.3
10352026-04-30T19:08:56.062Z Downloaded pin-project v1.1.11
10362026-04-30T19:08:56.069Z Downloaded slog-envlogger v2.2.0
10372026-04-30T19:08:56.072Z Downloaded siphasher v1.0.2
10382026-04-30T19:08:56.072Z Downloaded sigpipe v0.1.3
10392026-04-30T19:08:56.072Z Downloaded slog-bunyan v2.5.0
10402026-04-30T19:08:56.075Z Downloaded rusty-fork v0.3.1
10412026-04-30T19:08:56.075Z Downloaded hashbrown v0.13.2
10422026-04-30T19:08:56.078Z Downloaded serde-big-array v0.5.1
10432026-04-30T19:08:56.078Z Downloaded semver v0.1.20
10442026-04-30T19:08:56.081Z Downloaded num-conv v0.2.0
10452026-04-30T19:08:56.081Z Downloaded flume v0.11.1
10462026-04-30T19:08:56.084Z Downloaded path-slash v0.1.5
10472026-04-30T19:08:56.084Z Downloaded parse-display v0.10.0
10482026-04-30T19:08:56.084Z Downloaded openssl-macros v0.1.1
10492026-04-30T19:08:56.088Z Downloaded num-complex v0.4.6
10502026-04-30T19:08:56.088Z Downloaded num-iter v0.1.45
10512026-04-30T19:08:56.088Z Downloaded sec1 v0.7.3
10522026-04-30T19:08:56.088Z Downloaded sct v0.7.1
10532026-04-30T19:08:56.093Z Downloaded scroll v0.13.0
10542026-04-30T19:08:56.094Z Downloaded schemars_derive v0.8.22
10552026-04-30T19:08:56.099Z Downloaded num v0.4.3
10562026-04-30T19:08:56.099Z Downloaded progenitor-impl v0.13.0
10572026-04-30T19:08:56.105Z Downloaded quinn-udp v0.5.14
10582026-04-30T19:08:56.112Z Downloaded sqlparser_derive v0.5.0
10592026-04-30T19:08:56.112Z Downloaded serde-hex v0.1.0
10602026-04-30T19:08:56.112Z Downloaded serde_path_to_error v0.1.20
10612026-04-30T19:08:56.115Z Downloaded strum v0.26.3
10622026-04-30T19:08:56.115Z Downloaded structmeta-derive v0.3.0
10632026-04-30T19:08:56.115Z Downloaded structmeta v0.3.0
10642026-04-30T19:08:56.115Z Downloaded serde_derive_internals v0.29.1
10652026-04-30T19:08:56.119Z Downloaded ssh-cipher v0.2.0
10662026-04-30T19:08:56.123Z Downloaded ssh-encoding v0.2.0
10672026-04-30T19:08:56.126Z Downloaded signal-hook-registry v1.4.8
10682026-04-30T19:08:56.126Z Downloaded shlex v1.3.0
10692026-04-30T19:08:56.129Z Downloaded blake3 v1.8.3
10702026-04-30T19:08:56.133Z Downloaded rcgen v0.12.1
10712026-04-30T19:08:56.135Z Downloaded strip-ansi-escapes v0.2.1
10722026-04-30T19:08:56.135Z Downloaded rustls-pki-types v1.14.0
10732026-04-30T19:08:56.152Z Downloaded strum v0.27.2
10742026-04-30T19:08:56.152Z Downloaded slog-scope v4.4.1
10752026-04-30T19:08:56.155Z Downloaded tagptr v0.2.0
10762026-04-30T19:08:56.155Z Downloaded slog-async v2.8.0
10772026-04-30T19:08:56.158Z Downloaded prefix-trie v0.7.0
10782026-04-30T19:08:56.158Z Downloaded progenitor-impl v0.11.2
10792026-04-30T19:08:56.161Z Downloaded progenitor-impl v0.10.0
10802026-04-30T19:08:56.161Z Downloaded pretty_assertions v1.4.1
10812026-04-30T19:08:56.164Z Downloaded subtle v2.6.1
10822026-04-30T19:08:56.164Z Downloaded itertools v0.10.5
10832026-04-30T19:08:56.167Z Downloaded smallvec v0.6.14
10842026-04-30T19:08:56.170Z Downloaded slog-term v2.9.2
10852026-04-30T19:08:56.170Z Downloaded tap v1.0.1
10862026-04-30T19:08:56.173Z Downloaded hashbrown v0.15.5
10872026-04-30T19:08:56.176Z Downloaded thread-id v5.1.0
10882026-04-30T19:08:56.176Z Downloaded take_mut v0.2.2
10892026-04-30T19:08:56.179Z Downloaded tabwriter v1.4.1
10902026-04-30T19:08:56.179Z Downloaded tabled_derive v0.11.0
10912026-04-30T19:08:56.179Z Downloaded sync_wrapper v1.0.2
10922026-04-30T19:08:56.179Z Downloaded supports-color v3.0.2
10932026-04-30T19:08:56.182Z Downloaded sync-ptr v0.1.4
10942026-04-30T19:08:56.182Z Downloaded progenitor-impl v0.14.0
10952026-04-30T19:08:56.182Z Downloaded ron v0.8.1
10962026-04-30T19:08:56.185Z Downloaded http v1.4.0
10972026-04-30T19:08:56.189Z Downloaded russh-keys v0.45.0
10982026-04-30T19:08:56.192Z Downloaded serde_cbor v0.11.2
10992026-04-30T19:08:56.192Z Downloaded tinyvec_macros v0.1.1
11002026-04-30T19:08:56.192Z Downloaded snafu-derive v0.8.9
11012026-04-30T19:08:56.195Z Downloaded time-core v0.1.8
11022026-04-30T19:08:56.195Z Downloaded mio v1.2.0
11032026-04-30T19:08:56.198Z Downloaded termtree v0.5.1
11042026-04-30T19:08:56.198Z Downloaded sqlformat v0.3.5
11052026-04-30T19:08:56.201Z Downloaded string_cache v0.8.9
11062026-04-30T19:08:56.201Z Downloaded static_assertions v1.1.0
11072026-04-30T19:08:56.201Z Downloaded stacker v0.1.23
11082026-04-30T19:08:56.205Z Downloaded spki v0.7.3
11092026-04-30T19:08:56.205Z Downloaded serde_with_macros v3.17.0
11102026-04-30T19:08:56.209Z Downloaded rustls-platform-verifier v0.6.2
11112026-04-30T19:08:56.209Z Downloaded thiserror-impl-no-std v2.0.2
11122026-04-30T19:08:56.209Z Downloaded smf v0.2.3
11132026-04-30T19:08:56.213Z Downloaded nom v7.1.3
11142026-04-30T19:08:56.213Z Downloaded slog-stdlog v4.1.1
11152026-04-30T19:08:56.218Z Downloaded testing_table v0.3.0
11162026-04-30T19:08:56.218Z Downloaded slog-json v2.6.1
11172026-04-30T19:08:56.218Z Downloaded slog-dtrace v0.3.0
11182026-04-30T19:08:56.218Z Downloaded tokio-macros v2.7.0
11192026-04-30T19:08:56.227Z Downloaded hyper-util v0.1.20
11202026-04-30T19:08:56.227Z Downloaded simd-adler32 v0.3.8
11212026-04-30T19:08:56.227Z Downloaded rayon-core v1.13.0
11222026-04-30T19:08:56.227Z Downloaded prettyplease v0.2.37
11232026-04-30T19:08:56.227Z Downloaded strum_macros v0.26.4
11242026-04-30T19:08:56.230Z Downloaded itertools v0.12.1
11252026-04-30T19:08:56.233Z Downloaded schemars v0.8.22
11262026-04-30T19:08:56.240Z Downloaded support-bundle-viewer v0.1.2
11272026-04-30T19:08:56.243Z Downloaded publicsuffix v2.3.0
11282026-04-30T19:08:56.243Z Downloaded strum_macros v0.27.2
11292026-04-30T19:08:56.246Z Downloaded slab v0.4.12
11302026-04-30T19:08:56.246Z Downloaded hashbrown v0.16.1
11312026-04-30T19:08:56.255Z Downloaded topological-sort v0.2.2
11322026-04-30T19:08:56.258Z Downloaded num-bigint v0.4.6
11332026-04-30T19:08:56.262Z Downloaded spin v0.9.8
11342026-04-30T19:08:56.266Z Downloaded thiserror-no-std v2.0.2
11352026-04-30T19:08:56.271Z Downloaded termios v0.3.3
11362026-04-30T19:08:56.274Z Downloaded tls_codec_derive v0.4.2
11372026-04-30T19:08:56.274Z Downloaded trait-variant v0.1.2
11382026-04-30T19:08:56.274Z Downloaded tower-service v0.3.3
11392026-04-30T19:08:56.274Z Downloaded time-macros v0.2.27
11402026-04-30T19:08:56.277Z Downloaded strum_macros v0.24.3
11412026-04-30T19:08:56.277Z Downloaded tls_codec v0.4.2
11422026-04-30T19:08:56.277Z Downloaded iri-string v0.7.10
11432026-04-30T19:08:56.281Z Downloaded quinn v0.11.9
11442026-04-30T19:08:56.285Z Downloaded tower-layer v0.3.3
11452026-04-30T19:08:56.285Z Downloaded thread_local v1.1.9
11462026-04-30T19:08:56.288Z Downloaded aho-corasick v1.1.4
11472026-04-30T19:08:56.291Z Downloaded tiny-keccak v2.0.2
11482026-04-30T19:08:56.291Z Downloaded stringprep v0.1.5
11492026-04-30T19:08:56.294Z Downloaded schemars v0.9.0
11502026-04-30T19:08:56.300Z Downloaded similar v2.7.0
11512026-04-30T19:08:56.303Z Downloaded itertools v0.14.0
11522026-04-30T19:08:56.307Z Downloaded try-lock v0.2.5
11532026-04-30T19:08:56.310Z Downloaded tokio-rustls v0.25.0
11542026-04-30T19:08:56.310Z Downloaded tokio-native-tls v0.3.1
11552026-04-30T19:08:56.313Z Downloaded tokio-dtrace v0.1.1
11562026-04-30T19:08:56.313Z Downloaded iddqd v0.3.18
11572026-04-30T19:08:56.315Z Downloaded unit-prefix v0.5.2
11582026-04-30T19:08:56.319Z Downloaded usdt-attr-macro v0.6.0
11592026-04-30T19:08:56.319Z Downloaded untrusted v0.9.0
11602026-04-30T19:08:56.319Z Downloaded universal-hash v0.5.1
11612026-04-30T19:08:56.322Z Downloaded typify-macro v0.4.3
11622026-04-30T19:08:56.322Z Downloaded usdt v0.6.0
11632026-04-30T19:08:56.323Z Downloaded unarray v0.1.4
11642026-04-30T19:08:56.323Z Downloaded typify-macro v0.6.2
11652026-04-30T19:08:56.326Z Downloaded tokio-tungstenite v0.21.0
11662026-04-30T19:08:56.337Z Downloaded num-bigint-dig v0.8.6
11672026-04-30T19:08:56.345Z Downloaded socket2 v0.6.3
11682026-04-30T19:08:56.345Z Downloaded untrusted v0.7.1
11692026-04-30T19:08:56.345Z Downloaded unicode-truncate v1.1.0
11702026-04-30T19:08:56.345Z Downloaded term v1.2.1
11712026-04-30T19:08:56.345Z Downloaded usdt-macro v0.6.0
11722026-04-30T19:08:56.348Z Downloaded socket2 v0.5.10
11732026-04-30T19:08:56.348Z Downloaded hyper v1.8.1
11742026-04-30T19:08:56.351Z Downloaded rsa v0.9.10
11752026-04-30T19:08:56.354Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11762026-04-30T19:08:56.354Z Downloaded waitgroup v0.1.2
11772026-04-30T19:08:56.355Z Downloaded signal-hook v0.3.18
11782026-04-30T19:08:56.358Z Downloaded ryu v1.0.23
11792026-04-30T19:08:56.361Z Downloaded libxml v0.3.3
11802026-04-30T19:08:56.363Z Downloaded rand v0.9.2
11812026-04-30T19:08:56.368Z Downloaded wait-timeout v0.2.1
11822026-04-30T19:08:56.368Z Downloaded want v0.3.1
11832026-04-30T19:08:56.368Z Downloaded toml_writer v1.0.6+spec-1.1.0
11842026-04-30T19:08:56.374Z Downloaded void v1.0.2
11852026-04-30T19:08:56.374Z Downloaded rand v0.8.5
11862026-04-30T19:08:56.374Z Downloaded slog v2.8.2
11872026-04-30T19:08:56.377Z Downloaded tui-tree-widget v0.23.1
11882026-04-30T19:08:56.377Z Downloaded itertools v0.13.0
11892026-04-30T19:08:56.380Z Downloaded h2 v0.4.13
11902026-04-30T19:08:56.383Z Downloaded subprocess v0.2.15
11912026-04-30T19:08:56.386Z Downloaded tokio-stream v0.1.18
11922026-04-30T19:08:56.390Z Downloaded rustls-webpki v0.103.9
11932026-04-30T19:08:56.393Z Downloaded qorb v0.4.1
11942026-04-30T19:08:56.399Z Downloaded zeroize_derive v1.4.3
11952026-04-30T19:08:56.402Z Downloaded unicase v2.9.0
11962026-04-30T19:08:56.402Z Downloaded xattr v1.6.1
11972026-04-30T19:08:56.402Z Downloaded tokio-rustls v0.26.4
11982026-04-30T19:08:56.405Z Downloaded tokio-rustls v0.24.1
11992026-04-30T19:08:56.405Z Downloaded term v0.7.0
12002026-04-30T19:08:56.408Z Downloaded russh v0.45.0
12012026-04-30T19:08:56.411Z Downloaded samael v0.0.19
12022026-04-30T19:08:56.414Z Downloaded libm v0.2.16
12032026-04-30T19:08:56.419Z Downloaded zone_cfg_derive v0.3.1
12042026-04-30T19:08:56.422Z Downloaded usdt-impl v0.6.0
12052026-04-30T19:08:56.422Z Downloaded xshell-macros v0.2.7
12062026-04-30T19:08:56.422Z Downloaded vergen-git2 v1.0.7
12072026-04-30T19:08:56.425Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12082026-04-30T19:08:56.425Z Downloaded snafu v0.8.9
12092026-04-30T19:08:56.428Z Downloaded vergen-gitcl v1.0.8
12102026-04-30T19:08:56.431Z Downloaded futures-util v0.3.32
12112026-04-30T19:08:56.434Z Downloaded vsss-rs v3.3.4
12122026-04-30T19:08:56.437Z Downloaded whoami v2.1.0
12132026-04-30T19:08:56.440Z Downloaded uzers v0.12.2
12142026-04-30T19:08:56.440Z Downloaded p521 v0.13.3
12152026-04-30T19:08:56.445Z Downloaded utf-8 v0.7.6
12162026-04-30T19:08:56.445Z Downloaded zone v0.3.1
12172026-04-30T19:08:56.445Z Downloaded test-strategy v0.4.5
12182026-04-30T19:08:56.451Z Downloaded tracing-attributes v0.1.31
12192026-04-30T19:08:56.451Z Downloaded toml_parser v1.0.9+spec-1.1.0
12202026-04-30T19:08:56.451Z Downloaded vergen-lib v0.1.6
12212026-04-30T19:08:56.486Z Downloaded serde_yaml v0.9.34+deprecated
12222026-04-30T19:08:56.486Z Downloaded wyz v0.5.1
12232026-04-30T19:08:56.486Z Downloaded twox-hash v2.1.2
12242026-04-30T19:08:56.486Z Downloaded rand v0.10.0
12252026-04-30T19:08:56.486Z Downloaded tokio-tungstenite v0.23.1
12262026-04-30T19:08:56.505Z Downloaded tinyvec v1.10.0
12272026-04-30T19:08:56.505Z Downloaded walkdir v2.5.0
12282026-04-30T19:08:56.505Z Downloaded toml v0.7.8
12292026-04-30T19:08:56.505Z Downloaded xshell v0.2.7
12302026-04-30T19:08:56.505Z Downloaded whoami v1.6.1
12312026-04-30T19:08:56.505Z Downloaded zeroize v1.8.2
12322026-04-30T19:08:56.505Z Downloaded schemars v1.2.1
12332026-04-30T19:08:56.505Z Downloaded unicode-properties v0.1.4
12342026-04-30T19:08:56.505Z Downloaded toml v0.9.12+spec-1.1.0
12352026-04-30T19:08:56.505Z Downloaded tar v0.4.45
12362026-04-30T19:08:56.505Z Downloaded toml v1.0.6+spec-1.1.0
12372026-04-30T19:08:56.510Z Downloaded rustyline v14.0.0
12382026-04-30T19:08:56.510Z Downloaded steno v0.4.1
12392026-04-30T19:08:56.510Z Downloaded tracing-core v0.1.36
12402026-04-30T19:08:56.510Z Downloaded tungstenite v0.23.0
12412026-04-30T19:08:56.511Z Downloaded tungstenite v0.21.0
12422026-04-30T19:08:56.514Z Downloaded chrono v0.4.44
12432026-04-30T19:08:56.517Z Downloaded typify v0.6.2
12442026-04-30T19:08:56.520Z Downloaded yasna v0.5.2
12452026-04-30T19:08:56.520Z Downloaded unsafe-libyaml v0.2.11
12462026-04-30T19:08:56.523Z Downloaded zstd-safe v7.2.4
12472026-04-30T19:08:56.523Z Downloaded zstd v0.13.3
12482026-04-30T19:08:56.523Z Downloaded hkdf v0.12.4
12492026-04-30T19:08:56.526Z Downloaded bitvec v1.0.1
12502026-04-30T19:08:56.533Z Downloaded zerocopy v0.6.6
12512026-04-30T19:08:56.545Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-04-30T19:08:56.549Z Downloaded vergen v9.0.6
12532026-04-30T19:08:56.552Z Downloaded git2 v0.20.4
12542026-04-30T19:08:56.560Z Downloaded aws-lc-rs v1.16.0
12552026-04-30T19:08:56.568Z Downloaded bindgen v0.71.1
12562026-04-30T19:08:56.583Z Downloaded typify v0.4.3
12572026-04-30T19:08:56.595Z Downloaded unicode-bidi v0.3.18
12582026-04-30T19:08:56.595Z Downloaded reedline v0.40.0
12592026-04-30T19:08:56.613Z Downloaded ssh-key v0.6.7
12602026-04-30T19:08:56.613Z Downloaded uuid v1.23.0
12612026-04-30T19:08:56.613Z Downloaded rpassword v7.4.0
12622026-04-30T19:08:56.613Z Downloaded zopfli v0.8.3
12632026-04-30T19:08:56.617Z Downloaded p384 v0.13.1
12642026-04-30T19:08:56.617Z Downloaded vte v0.14.1
12652026-04-30T19:08:56.629Z Downloaded portable-atomic v1.13.1
12662026-04-30T19:08:56.634Z Downloaded yansi v1.0.1
12672026-04-30T19:08:56.637Z Downloaded reqwest v0.12.28
12682026-04-30T19:08:56.642Z Downloaded regex v1.12.3
12692026-04-30T19:08:56.649Z Downloaded zip v0.6.6
12702026-04-30T19:08:56.659Z Downloaded reqwest v0.13.2
12712026-04-30T19:08:56.659Z Downloaded tokio-postgres v0.7.16
12722026-04-30T19:08:56.673Z Downloaded rustls-webpki v0.101.7
12732026-04-30T19:08:56.678Z Downloaded toml_edit v0.19.15
12742026-04-30T19:08:56.690Z Downloaded unicode_categories v0.1.1
12752026-04-30T19:08:56.705Z Downloaded tower v0.5.3
12762026-04-30T19:08:56.711Z Downloaded unicode-segmentation v1.12.0
12772026-04-30T19:08:56.711Z Downloaded moka v0.12.13
12782026-04-30T19:08:56.714Z Downloaded rayon v1.11.0
12792026-04-30T19:08:56.722Z Downloaded x509-cert v0.2.5
12802026-04-30T19:08:56.726Z Downloaded bstr v1.12.1
12812026-04-30T19:08:56.730Z Downloaded proptest v1.10.0
12822026-04-30T19:08:56.735Z Downloaded petname v2.0.2
12832026-04-30T19:08:56.738Z Downloaded unicode-normalization v0.1.25
12842026-04-30T19:08:56.741Z Downloaded serde_with v3.17.0
12852026-04-30T19:08:56.747Z Downloaded zip v4.6.1
12862026-04-30T19:08:56.753Z Downloaded object v0.30.4
12872026-04-30T19:08:56.756Z Downloaded tower-http v0.6.8
12882026-04-30T19:08:56.759Z Downloaded quick-xml v0.37.5
12892026-04-30T19:08:56.762Z Downloaded nix v0.27.1
12902026-04-30T19:08:56.767Z Downloaded typed-path v0.9.3
12912026-04-30T19:08:56.770Z Downloaded zerocopy-derive v0.8.40
12922026-04-30T19:08:56.813Z Downloaded tokio-util v0.7.18
12932026-04-30T19:08:56.822Z Downloaded goblin v0.10.5
12942026-04-30T19:08:56.822Z Downloaded salty v0.3.0
12952026-04-30T19:08:56.822Z Downloaded lalrpop v0.19.12
12962026-04-30T19:08:56.822Z Downloaded openssl v0.10.78
12972026-04-30T19:08:56.822Z Downloaded winnow v0.6.26
12982026-04-30T19:08:56.826Z Downloaded curve25519-dalek v4.1.3
12992026-04-30T19:08:56.831Z Downloaded nix v0.28.0
13002026-04-30T19:08:56.838Z Downloaded tough v0.20.0
13012026-04-30T19:08:56.847Z Downloaded polar-core v0.27.3
13022026-04-30T19:08:56.867Z Downloaded smoltcp v0.9.1
13032026-04-30T19:08:56.877Z Downloaded hickory-proto v0.24.4
13042026-04-30T19:08:56.885Z Downloaded rustls-webpki v0.102.8
13052026-04-30T19:08:56.895Z Downloaded zlib-rs v0.6.2
13062026-04-30T19:08:56.898Z Downloaded object v0.37.3
13072026-04-30T19:08:56.904Z Downloaded nix v0.31.2
13082026-04-30T19:08:56.911Z Downloaded webpki-roots v1.0.6
13092026-04-30T19:08:56.914Z Downloaded quinn-proto v0.11.13
13102026-04-30T19:08:56.917Z Downloaded winnow v0.5.40
13112026-04-30T19:08:56.921Z Downloaded radix_trie v0.2.1
13122026-04-30T19:08:56.939Z Downloaded openapiv3 v2.2.0
13132026-04-30T19:08:56.956Z Downloaded rustls v0.23.37
13142026-04-30T19:08:56.974Z Downloaded rustls v0.21.12
13152026-04-30T19:08:56.985Z Downloaded time v0.3.47
13162026-04-30T19:08:56.991Z Downloaded tabled v0.20.0
13172026-04-30T19:08:57.001Z Downloaded nix v0.29.0
13182026-04-30T19:08:57.008Z Downloaded dropshot v0.17.0
13192026-04-30T19:08:57.019Z Downloaded dropshot v0.16.7
13202026-04-30T19:08:57.032Z Downloaded regex-syntax v0.6.29
13212026-04-30T19:08:57.048Z Downloaded sqlparser v0.61.0
13222026-04-30T19:08:57.057Z Downloaded vcpkg v0.2.15
13232026-04-30T19:08:57.073Z Downloaded sled v0.34.7
13242026-04-30T19:08:57.078Z Downloaded ratatui v0.29.0
13252026-04-30T19:08:57.092Z Downloaded typify-impl v0.6.2
13262026-04-30T19:08:57.099Z Downloaded rustls v0.22.4
13272026-04-30T19:08:57.107Z Downloaded zerocopy v0.8.40
13282026-04-30T19:08:57.112Z Downloaded smoltcp v0.11.0
13292026-04-30T19:08:57.119Z Downloaded regex-syntax v0.8.10
13302026-04-30T19:08:57.124Z Downloaded regress v0.10.5
13312026-04-30T19:08:57.131Z Downloaded diesel v2.3.7
13322026-04-30T19:08:57.142Z Downloaded regress v0.11.1
13332026-04-30T19:08:57.148Z Downloaded rustix v0.38.44
13342026-04-30T19:08:57.164Z Downloaded chrono-tz v0.10.4
13352026-04-30T19:08:57.173Z Downloaded hickory-proto v0.25.2
13362026-04-30T19:08:57.182Z Downloaded bzip2-sys v0.1.13+1.0.8
13372026-04-30T19:08:57.198Z Downloaded libz-sys v1.1.24
13382026-04-30T19:08:57.220Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-04-30T19:08:57.230Z Downloaded sha3 v0.10.8
13402026-04-30T19:08:57.265Z Downloaded typify-impl v0.4.3
13412026-04-30T19:08:57.276Z Downloaded tracing v0.1.44
13422026-04-30T19:08:57.303Z Downloaded zerocopy-derive v0.6.6
13432026-04-30T19:08:57.310Z Downloaded ring v0.17.14
13442026-04-30T19:08:57.336Z Downloaded regex-automata v0.4.14
13452026-04-30T19:08:57.345Z Downloaded petgraph v0.6.5
13462026-04-30T19:08:57.366Z Downloaded jiff v0.2.21
13472026-04-30T19:08:57.387Z Downloaded petgraph v0.8.3
13482026-04-30T19:08:57.400Z Downloaded csv v1.4.0
13492026-04-30T19:08:57.431Z Downloaded tokio v1.52.1
13502026-04-30T19:08:57.483Z Downloaded encoding_rs v0.8.35
13512026-04-30T19:08:57.520Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-04-30T19:08:57.928Z Downloaded aws-lc-sys v0.37.1
13532026-04-30T19:08:58.176Z Compiling libc v0.2.185
13542026-04-30T19:08:58.176Z Compiling serde v1.0.228
13552026-04-30T19:08:58.180Z Compiling shlex v1.3.0
13562026-04-30T19:08:58.180Z Compiling find-msvc-tools v0.1.9
13572026-04-30T19:08:58.180Z Compiling log v0.4.29
13582026-04-30T19:08:58.180Z Compiling smallvec v1.15.1
13592026-04-30T19:08:58.180Z Compiling syn v2.0.117
13602026-04-30T19:08:58.180Z Compiling typenum v1.19.0
13612026-04-30T19:08:58.486Z Compiling generic-array v0.14.7
13622026-04-30T19:08:58.514Z Compiling subtle v2.6.1
13632026-04-30T19:08:58.574Z Compiling scopeguard v1.2.0
13642026-04-30T19:08:58.609Z Compiling const-oid v0.9.6
13652026-04-30T19:08:58.641Z Compiling portable-atomic v1.13.1
13662026-04-30T19:08:58.683Z Compiling lock_api v0.4.14
13672026-04-30T19:08:58.709Z Compiling zerocopy v0.8.40
13682026-04-30T19:08:58.736Z Compiling critical-section v1.2.0
13692026-04-30T19:08:58.853Z Compiling serde_json v1.0.149
13702026-04-30T19:08:58.923Z Compiling pin-project-lite v0.2.17
13712026-04-30T19:08:59.011Z Compiling parking_lot_core v0.9.12
13722026-04-30T19:08:59.124Z Compiling getrandom v0.2.17
13732026-04-30T19:08:59.140Z Compiling jobserver v0.1.34
13742026-04-30T19:08:59.195Z Compiling errno v0.3.14
13752026-04-30T19:08:59.291Z Compiling rand_core v0.6.4
13762026-04-30T19:08:59.332Z Compiling cc v1.2.56
13772026-04-30T19:08:59.345Z Compiling pkg-config v0.3.32
13782026-04-30T19:08:59.511Z Compiling signal-hook-registry v1.4.8
13792026-04-30T19:08:59.571Z Compiling bitflags v2.11.0
13802026-04-30T19:08:59.642Z Compiling once_cell v1.21.3
13812026-04-30T19:08:59.731Z Compiling libm v0.2.16
13822026-04-30T19:08:59.778Z Compiling parking_lot v0.12.5
13832026-04-30T19:08:59.792Z Compiling mio v1.2.0
13842026-04-30T19:08:59.857Z Compiling num-traits v0.2.19
13852026-04-30T19:08:59.892Z Compiling futures-core v0.3.32
13862026-04-30T19:09:00.043Z Compiling percent-encoding v2.3.2
13872026-04-30T19:09:00.141Z Compiling socket2 v0.6.3
13882026-04-30T19:09:00.166Z Compiling cpufeatures v0.2.17
13892026-04-30T19:09:00.207Z Compiling futures-sink v0.3.32
13902026-04-30T19:09:00.240Z Compiling getrandom v0.4.1
13912026-04-30T19:09:00.252Z Compiling futures-io v0.3.32
13922026-04-30T19:09:00.271Z Compiling slab v0.4.12
13932026-04-30T19:09:00.296Z Compiling futures-channel v0.3.32
13942026-04-30T19:09:00.441Z Compiling futures-task v0.3.32
13952026-04-30T19:09:00.459Z Compiling rand_core v0.10.0
13962026-04-30T19:09:00.530Z Compiling rustversion v1.0.22
13972026-04-30T19:09:00.553Z Compiling getrandom v0.3.4
13982026-04-30T19:09:00.583Z Compiling indexmap v2.14.0
13992026-04-30T19:09:00.623Z Compiling form_urlencoded v1.2.2
14002026-04-30T19:09:00.816Z Compiling cmake v0.1.57
14012026-04-30T19:09:00.857Z Compiling base64ct v1.8.3
14022026-04-30T19:09:01.164Z Compiling synstructure v0.13.2
14032026-04-30T19:09:01.237Z Compiling dunce v1.0.5
14042026-04-30T19:09:01.336Z Compiling ident_case v1.0.1
14052026-04-30T19:09:01.342Z Compiling fs_extra v1.3.0
14062026-04-30T19:09:01.346Z Compiling pem-rfc7468 v0.7.0
14072026-04-30T19:09:01.442Z Compiling flagset v0.4.7
14082026-04-30T19:09:01.474Z Compiling iana-time-zone v0.1.65
14092026-04-30T19:09:01.575Z Compiling rand_core v0.9.5
14102026-04-30T19:09:01.604Z Compiling rustix v1.1.3
14112026-04-30T19:09:01.645Z Compiling ring v0.17.14
14122026-04-30T19:09:01.645Z Compiling aws-lc-sys v0.37.1
14132026-04-30T19:09:01.663Z Compiling uuid v1.23.0
14142026-04-30T19:09:01.679Z Compiling rustc_version v0.4.1
14152026-04-30T19:09:01.850Z Compiling regex-syntax v0.8.10
14162026-04-30T19:09:01.864Z Compiling aws-lc-rs v1.16.0
14172026-04-30T19:09:02.004Z Compiling vcpkg v0.2.15
14182026-04-30T19:09:02.161Z Compiling tracing-core v0.1.36
14192026-04-30T19:09:02.357Z Compiling pest_generator v2.8.6
14202026-04-30T19:09:02.735Z Compiling serde_derive_internals v0.29.1
14212026-04-30T19:09:02.756Z Compiling openssl-sys v0.9.114
14222026-04-30T19:09:02.790Z Compiling serde_derive v1.0.228
14232026-04-30T19:09:03.075Z Compiling zeroize_derive v1.4.3
14242026-04-30T19:09:03.270Z Compiling zerofrom-derive v0.1.6
14252026-04-30T19:09:03.362Z Compiling yoke-derive v0.8.1
14262026-04-30T19:09:03.658Z Compiling zerocopy-derive v0.8.40
14272026-04-30T19:09:03.734Z Compiling zeroize v1.8.2
14282026-04-30T19:09:04.242Z Compiling zerovec-derive v0.11.2
14292026-04-30T19:09:04.512Z Compiling crypto-common v0.1.7
14302026-04-30T19:09:04.512Z Compiling block-buffer v0.10.4
14312026-04-30T19:09:04.676Z Compiling zerofrom v0.1.6
14322026-04-30T19:09:04.682Z Compiling digest v0.10.7
14332026-04-30T19:09:04.707Z Compiling displaydoc v0.2.5
14342026-04-30T19:09:04.810Z Compiling yoke v0.8.1
14352026-04-30T19:09:04.944Z Compiling tokio-macros v2.7.0
14362026-04-30T19:09:05.008Z Compiling hmac v0.12.1
14372026-04-30T19:09:05.175Z Compiling futures-macro v0.3.32
14382026-04-30T19:09:05.381Z Compiling zerovec v0.11.5
14392026-04-30T19:09:05.456Z Compiling zerotrie v0.2.3
14402026-04-30T19:09:05.678Z Compiling block-padding v0.3.3
14412026-04-30T19:09:05.745Z Compiling sha2 v0.10.9
14422026-04-30T19:09:05.831Z Compiling tinystr v0.8.2
14432026-04-30T19:09:05.871Z Compiling potential_utf v0.1.4
14442026-04-30T19:09:05.954Z Compiling futures-util v0.3.32
14452026-04-30T19:09:06.028Z Compiling icu_locale_core v2.1.1
14462026-04-30T19:09:06.028Z Compiling icu_collections v2.1.1
14472026-04-30T19:09:06.287Z Compiling bytes v1.11.1
14482026-04-30T19:09:06.556Z Compiling inout v0.1.4
14492026-04-30T19:09:06.731Z Compiling icu_provider v2.1.1
14502026-04-30T19:09:06.885Z Compiling tokio v1.52.1
14512026-04-30T19:09:06.903Z Compiling cipher v0.4.4
14522026-04-30T19:09:06.931Z Compiling der_derive v0.7.3
14532026-04-30T19:09:06.992Z Compiling icu_normalizer v2.1.1
14542026-04-30T19:09:07.022Z Compiling icu_properties v2.1.2
14552026-04-30T19:09:07.174Z Compiling salsa20 v0.10.2
14562026-04-30T19:09:07.318Z Compiling http v1.4.0
14572026-04-30T19:09:07.529Z Compiling chrono v0.4.44
14582026-04-30T19:09:07.887Z Compiling idna_adapter v1.2.1
14592026-04-30T19:09:08.033Z Compiling ppv-lite86 v0.2.21
14602026-04-30T19:09:08.117Z Compiling idna v1.1.0
14612026-04-30T19:09:08.136Z Compiling der v0.7.10
14622026-04-30T19:09:08.207Z Compiling pbkdf2 v0.12.2
14632026-04-30T19:09:08.244Z Compiling thiserror-impl v2.0.18
14642026-04-30T19:09:08.328Z Compiling scrypt v0.11.0
14652026-04-30T19:09:08.346Z Compiling rand_chacha v0.9.0
14662026-04-30T19:09:08.578Z Compiling url v2.5.8
14672026-04-30T19:09:08.734Z Compiling aes v0.8.4
14682026-04-30T19:09:08.889Z Compiling cbc v0.1.2
14692026-04-30T19:09:09.030Z Compiling spki v0.7.3
14702026-04-30T19:09:09.045Z Compiling rustls-pki-types v1.14.0
14712026-04-30T19:09:09.234Z Compiling tracing-attributes v0.1.31
14722026-04-30T19:09:09.294Z Compiling pkcs5 v0.7.1
14732026-04-30T19:09:09.355Z Compiling rand v0.9.2
14742026-04-30T19:09:09.486Z Compiling http-body v1.0.1
14752026-04-30T19:09:09.531Z Compiling thiserror v2.0.18
14762026-04-30T19:09:09.635Z Compiling openssl-probe v0.2.1
14772026-04-30T19:09:09.719Z Compiling schemars v0.8.22
14782026-04-30T19:09:09.756Z Compiling untrusted v0.7.1
14792026-04-30T19:09:09.784Z Compiling base64 v0.22.1
14802026-04-30T19:09:09.821Z Compiling httparse v1.10.1
14812026-04-30T19:09:09.878Z Compiling untrusted v0.9.0
14822026-04-30T19:09:09.931Z Compiling pkcs8 v0.10.2
14832026-04-30T19:09:10.098Z Compiling schemars_derive v0.8.22
14842026-04-30T19:09:10.136Z Compiling pest_derive v2.8.6
14852026-04-30T19:09:10.198Z Compiling scroll_derive v0.13.1
14862026-04-30T19:09:10.240Z Compiling darling_core v0.20.11
14872026-04-30T19:09:10.526Z Compiling tokio-util v0.7.18
14882026-04-30T19:09:10.557Z Compiling tracing v0.1.44
14892026-04-30T19:09:10.821Z Compiling rustls v0.23.37
14902026-04-30T19:09:10.984Z Compiling try-lock v0.2.5
14912026-04-30T19:09:10.998Z Compiling tinyvec_macros v0.1.1
14922026-04-30T19:09:11.067Z Compiling tower-layer v0.3.3
14932026-04-30T19:09:11.096Z Compiling tower-service v0.3.3
14942026-04-30T19:09:11.225Z Compiling dyn-clone v1.0.20
14952026-04-30T19:09:11.279Z Compiling atomic-waker v1.1.2
14962026-04-30T19:09:11.364Z Compiling h2 v0.4.13
14972026-04-30T19:09:11.403Z Compiling want v0.3.1
14982026-04-30T19:09:11.575Z Compiling tinyvec v1.10.0
14992026-04-30T19:09:11.582Z Compiling scroll v0.13.0
15002026-04-30T19:09:11.842Z Compiling ipnet v2.11.0
15012026-04-30T19:09:11.917Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-04-30T19:09:12.101Z Compiling spin v0.9.8
15032026-04-30T19:09:12.302Z Compiling aho-corasick v1.1.4
15042026-04-30T19:09:12.305Z Compiling num-conv v0.2.0
15052026-04-30T19:09:12.340Z Compiling openssl v0.10.78
15062026-04-30T19:09:12.450Z Compiling crc32fast v1.5.0
15072026-04-30T19:09:12.481Z Compiling httpdate v1.0.3
15082026-04-30T19:09:12.542Z Compiling darling_macro v0.20.11
15092026-04-30T19:09:12.565Z Compiling powerfmt v0.2.0
15102026-04-30T19:09:12.630Z Compiling foreign-types-shared v0.1.1
15112026-04-30T19:09:12.698Z Compiling time-core v0.1.8
15122026-04-30T19:09:12.713Z Compiling pin-utils v0.1.0
15132026-04-30T19:09:12.762Z Compiling deranged v0.5.8
15142026-04-30T19:09:12.776Z Compiling foreign-types v0.3.2
15152026-04-30T19:09:12.809Z Compiling tempfile v3.25.0
15162026-04-30T19:09:12.841Z Compiling time-macros v0.2.27
15172026-04-30T19:09:12.992Z Compiling darling v0.20.11
15182026-04-30T19:09:13.075Z Compiling goblin v0.10.5
15192026-04-30T19:09:13.168Z Compiling regex-automata v0.4.14
15202026-04-30T19:09:13.873Z Compiling openssl-macros v0.1.1
15212026-04-30T19:09:13.969Z Compiling wait-timeout v0.2.1
15222026-04-30T19:09:14.214Z Compiling usdt-impl v0.6.0
15232026-04-30T19:09:14.234Z Compiling hyper v1.8.1
15242026-04-30T19:09:14.267Z Compiling simd-adler32 v0.3.8
15252026-04-30T19:09:14.415Z Compiling bit-vec v0.8.0
15262026-04-30T19:09:14.506Z Compiling num_threads v0.1.7
15272026-04-30T19:09:14.606Z Compiling quick-error v1.2.3
15282026-04-30T19:09:14.645Z Compiling crossbeam-utils v0.8.21
15292026-04-30T19:09:14.712Z Compiling syn v1.0.109
15302026-04-30T19:09:14.922Z Compiling siphasher v1.0.2
15312026-04-30T19:09:15.012Z Compiling native-tls v0.2.18
15322026-04-30T19:09:15.186Z Compiling rusty-fork v0.3.1
15332026-04-30T19:09:15.230Z Compiling bit-set v0.8.0
15342026-04-30T19:09:15.247Z Compiling time v0.3.47
15352026-04-30T19:09:15.391Z Compiling hyper-util v0.1.20
15362026-04-30T19:09:15.766Z Compiling dof v0.4.0
15372026-04-30T19:09:16.827Z Compiling derive_builder_core v0.20.2
15382026-04-30T19:09:17.136Z Compiling unicode-normalization v0.1.25
15392026-04-30T19:09:17.139Z Compiling dtrace-parser v0.3.0
15402026-04-30T19:09:17.253Z Compiling rustls-native-certs v0.8.3
15412026-04-30T19:09:17.290Z Compiling signature v2.2.0
15422026-04-30T19:09:17.472Z Compiling thiserror-impl v1.0.69
15432026-04-30T19:09:17.543Z Compiling scroll_derive v0.12.1
15442026-04-30T19:09:17.578Z Compiling heapless v0.7.17
15452026-04-30T19:09:17.693Z Compiling rand_xorshift v0.4.0
15462026-04-30T19:09:17.811Z Compiling slog v2.8.2
15472026-04-30T19:09:17.854Z Compiling darling_core v0.21.3
15482026-04-30T19:09:17.887Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-30T19:09:17.987Z Compiling sync_wrapper v1.0.2
15502026-04-30T19:09:18.099Z Compiling thread-id v5.1.0
15512026-04-30T19:09:18.159Z Compiling cookie v0.18.1
15522026-04-30T19:09:18.182Z Compiling allocator-api2 v0.2.21
15532026-04-30T19:09:18.197Z Compiling adler2 v2.0.1
15542026-04-30T19:09:18.326Z Compiling unicode-properties v0.1.4
15552026-04-30T19:09:18.340Z Compiling zstd-safe v7.2.4
15562026-04-30T19:09:18.476Z Compiling signal-hook v0.3.18
15572026-04-30T19:09:18.507Z Compiling unicode-bidi v0.3.18
15582026-04-30T19:09:18.529Z Compiling paste v1.0.15
15592026-04-30T19:09:18.532Z Compiling anyhow v1.0.102
15602026-04-30T19:09:18.643Z Compiling unarray v0.1.4
15612026-04-30T19:09:18.683Z Compiling thiserror v1.0.69
15622026-04-30T19:09:18.749Z Compiling proptest v1.10.0
15632026-04-30T19:09:18.815Z Compiling stringprep v0.1.5
15642026-04-30T19:09:18.877Z Compiling miniz_oxide v0.8.9
15652026-04-30T19:09:19.029Z Compiling scroll v0.12.0
15662026-04-30T19:09:19.269Z Compiling tower v0.5.3
15672026-04-30T19:09:19.477Z Compiling derive_builder_macro v0.20.2
15682026-04-30T19:09:19.724Z Compiling ipnetwork v0.21.1
15692026-04-30T19:09:19.920Z Compiling http-body-util v0.1.3
15702026-04-30T19:09:20.006Z Compiling webpki-roots v1.0.6
15712026-04-30T19:09:20.085Z Compiling rand_chacha v0.3.1
15722026-04-30T19:09:20.110Z Compiling serde_tokenstream v0.2.3
15732026-04-30T19:09:20.133Z Compiling toml_datetime v0.6.11
15742026-04-30T19:09:20.160Z Compiling erased-serde v0.3.31
15752026-04-30T19:09:20.320Z Compiling darling_macro v0.21.3
15762026-04-30T19:09:20.378Z Compiling serde_spanned v0.6.9
15772026-04-30T19:09:20.414Z Compiling md-5 v0.10.6
15782026-04-30T19:09:20.523Z Compiling zerocopy-derive v0.7.35
15792026-04-30T19:09:20.578Z Compiling curve25519-dalek v4.1.3
15802026-04-30T19:09:20.636Z Compiling vergen-lib v0.1.6
15812026-04-30T19:09:20.785Z Compiling num-integer v0.1.46
15822026-04-30T19:09:20.816Z Compiling hash32 v0.2.1
15832026-04-30T19:09:20.879Z Compiling ff v0.13.1
15842026-04-30T19:09:20.910Z Compiling memoffset v0.9.1
15852026-04-30T19:09:21.007Z Compiling iri-string v0.7.10
15862026-04-30T19:09:21.022Z Compiling zlib-rs v0.6.2
15872026-04-30T19:09:21.106Z Compiling num-bigint-dig v0.8.6
15882026-04-30T19:09:21.106Z Compiling rustix v0.38.44
15892026-04-30T19:09:21.357Z Compiling smoltcp v0.9.1
15902026-04-30T19:09:21.416Z Compiling ref-cast v1.0.25
15912026-04-30T19:09:21.484Z Compiling fallible-iterator v0.2.0
15922026-04-30T19:09:21.689Z Compiling litrs v1.0.0
15932026-04-30T19:09:21.719Z Compiling ryu v1.0.23
15942026-04-30T19:09:21.792Z Compiling base16ct v0.2.0
15952026-04-30T19:09:21.899Z Compiling psl-types v2.0.11
15962026-04-30T19:09:21.972Z Compiling cfg_aliases v0.2.1
15972026-04-30T19:09:22.029Z Compiling publicsuffix v2.3.0
15982026-04-30T19:09:22.065Z Compiling nix v0.31.2
15992026-04-30T19:09:22.203Z Compiling document-features v0.2.12
16002026-04-30T19:09:22.214Z Compiling tower-http v0.6.8
16012026-04-30T19:09:22.412Z Compiling sec1 v0.7.3
16022026-04-30T19:09:22.561Z Compiling serde_urlencoded v0.7.1
16032026-04-30T19:09:22.612Z Compiling postgres-protocol v0.6.10
16042026-04-30T19:09:22.774Z Compiling zerocopy v0.7.35
16052026-04-30T19:09:22.847Z Compiling newtype-uuid v1.3.2
16062026-04-30T19:09:22.916Z Compiling num-iter v0.1.45
16072026-04-30T19:09:23.037Z Compiling group v0.13.0
16082026-04-30T19:09:23.234Z Compiling darling v0.21.3
16092026-04-30T19:09:23.302Z Compiling rand v0.8.5
16102026-04-30T19:09:23.417Z Compiling oxnet v0.1.4
16112026-04-30T19:09:23.486Z Compiling hubpack_derive v0.1.1
16122026-04-30T19:09:23.613Z Compiling derive_builder v0.20.2
16132026-04-30T19:09:23.629Z Compiling tokio-native-tls v0.3.1
16142026-04-30T19:09:23.750Z Compiling goblin v0.8.2
16152026-04-30T19:09:23.919Z Compiling flate2 v1.1.9
16162026-04-30T19:09:24.246Z Compiling regex v1.12.3
16172026-04-30T19:09:24.326Z Compiling phf_shared v0.13.1
16182026-04-30T19:09:24.449Z Compiling lazy_static v1.5.0
16192026-04-30T19:09:24.533Z Compiling cargo-platform v0.1.9
16202026-04-30T19:09:24.547Z Compiling hkdf v0.12.4
16212026-04-30T19:09:24.563Z Compiling crypto-bigint v0.5.5
16222026-04-30T19:09:24.646Z Compiling terminal_size v0.4.3
16232026-04-30T19:09:24.671Z Compiling async-trait v0.1.89
16242026-04-30T19:09:24.703Z Compiling daft-derive v0.1.5
16252026-04-30T19:09:24.780Z Compiling ref-cast-impl v1.0.25
16262026-04-30T19:09:24.783Z Compiling strum_macros v0.27.2
16272026-04-30T19:09:25.314Z Compiling curve25519-dalek-derive v0.1.1
16282026-04-30T19:09:25.398Z Compiling vergen v9.0.6
16292026-04-30T19:09:25.585Z Compiling fs-err v3.3.0
16302026-04-30T19:09:25.673Z Compiling ahash v0.8.12
16312026-04-30T19:09:25.772Z Compiling libbz2-rs-sys v0.2.2
16322026-04-30T19:09:25.876Z Compiling foldhash v0.2.0
16332026-04-30T19:09:25.948Z Compiling unicode-segmentation v1.12.0
16342026-04-30T19:09:26.099Z Compiling object v0.37.3
16352026-04-30T19:09:26.395Z Compiling bumpalo v3.20.2
16362026-04-30T19:09:26.413Z Compiling bitflags v1.3.2
16372026-04-30T19:09:26.474Z Compiling foldhash v0.1.5
16382026-04-30T19:09:26.490Z Compiling managed v0.8.0
16392026-04-30T19:09:26.650Z Compiling winnow v0.5.40
16402026-04-30T19:09:26.650Z Compiling hashbrown v0.15.5
16412026-04-30T19:09:26.707Z Compiling zopfli v0.8.3
16422026-04-30T19:09:26.749Z Compiling strum v0.27.2
16432026-04-30T19:09:26.881Z Compiling clap_builder v4.5.60
16442026-04-30T19:09:27.253Z Compiling bzip2 v0.6.1
16452026-04-30T19:09:27.256Z Compiling hashbrown v0.16.1
16462026-04-30T19:09:27.459Z Compiling dof v0.3.0
16472026-04-30T19:09:27.671Z Compiling elliptic-curve v0.13.8
16482026-04-30T19:09:27.848Z Compiling daft v0.1.5
16492026-04-30T19:09:28.070Z Compiling toml_edit v0.19.15
16502026-04-30T19:09:28.125Z Compiling cargo_metadata v0.19.2
16512026-04-30T19:09:28.185Z Compiling phf v0.13.1
16522026-04-30T19:09:28.345Z Compiling signal-hook-mio v0.2.5
16532026-04-30T19:09:28.462Z Compiling cookie_store v0.22.1
16542026-04-30T19:09:29.428Z Compiling zstd v0.13.3
16552026-04-30T19:09:29.468Z Compiling hubpack v0.1.2
16562026-04-30T19:09:29.687Z Compiling hyper-tls v0.6.0
16572026-04-30T19:09:29.701Z Compiling bzip2 v0.4.4
16582026-04-30T19:09:29.744Z Compiling serde_with_macros v3.17.0
16592026-04-30T19:09:29.863Z Compiling postgres-types v0.2.12
16602026-04-30T19:09:30.003Z Compiling usdt-attr-macro v0.6.0
16612026-04-30T19:09:30.337Z Compiling usdt-macro v0.6.0
16622026-04-30T19:09:30.401Z Compiling dtrace-parser v0.2.0
16632026-04-30T19:09:30.676Z Compiling ed25519 v2.2.3
16642026-04-30T19:09:30.788Z Compiling bstr v1.12.1
16652026-04-30T19:09:30.843Z Compiling phf_shared v0.11.3
16662026-04-30T19:09:31.004Z Compiling pkcs1 v0.7.5
16672026-04-30T19:09:31.028Z Compiling serde-big-array v0.5.1
16682026-04-30T19:09:31.061Z Compiling hex v0.4.3
16692026-04-30T19:09:31.144Z Compiling rfc6979 v0.4.0
16702026-04-30T19:09:31.201Z Compiling enum-as-inner v0.6.1
16712026-04-30T19:09:31.302Z Compiling clap_derive v4.5.55
16722026-04-30T19:09:31.382Z Compiling serde_repr v0.1.20
16732026-04-30T19:09:31.441Z Compiling strum_macros v0.26.4
16742026-04-30T19:09:31.488Z Compiling float-cmp v0.10.0
16752026-04-30T19:09:31.612Z Compiling memmap2 v0.9.10
16762026-04-30T19:09:31.635Z Compiling thread-id v4.2.2
16772026-04-30T19:09:31.699Z Compiling env_filter v1.0.0
16782026-04-30T19:09:31.721Z Compiling encoding_rs v0.8.35
16792026-04-30T19:09:31.823Z Compiling normalize-line-endings v0.3.0
16802026-04-30T19:09:31.907Z Compiling keccak v0.1.6
16812026-04-30T19:09:31.924Z Compiling data-encoding v2.10.0
16822026-04-30T19:09:32.005Z Compiling difflib v0.4.0
16832026-04-30T19:09:32.558Z Compiling new_debug_unreachable v1.0.6
16842026-04-30T19:09:32.606Z Compiling precomputed-hash v0.1.1
16852026-04-30T19:09:32.633Z Compiling either v1.15.0
16862026-04-30T19:09:32.697Z Compiling static_assertions v1.1.0
16872026-04-30T19:09:32.724Z Compiling whoami v2.1.0
16882026-04-30T19:09:32.775Z Compiling fixedbitset v0.5.7
16892026-04-30T19:09:32.842Z Compiling mime v0.3.17
16902026-04-30T19:09:33.059Z Compiling rustc-hash v2.1.1
16912026-04-30T19:09:33.087Z Compiling jiff v0.2.21
16922026-04-30T19:09:33.103Z Compiling predicates-core v1.0.10
16932026-04-30T19:09:33.106Z Compiling fixedbitset v0.4.2
16942026-04-30T19:09:33.176Z Compiling strum v0.26.3
16952026-04-30T19:09:33.191Z Compiling iddqd v0.3.18
16962026-04-30T19:09:33.229Z Compiling toml_edit v0.22.27
16972026-04-30T19:09:33.289Z Compiling petgraph v0.6.5
16982026-04-30T19:09:33.305Z Compiling predicates v3.1.4
16992026-04-30T19:09:33.319Z Compiling clap v4.5.60
17002026-04-30T19:09:33.401Z Compiling petgraph v0.8.3
17012026-04-30T19:09:33.737Z Compiling tokio-postgres v0.7.16
17022026-04-30T19:09:33.961Z Compiling itertools v0.13.0
17032026-04-30T19:09:34.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-04-30T19:09:34.733Z Compiling string_cache v0.8.9
17052026-04-30T19:09:34.958Z Compiling hickory-proto v0.25.2
17062026-04-30T19:09:35.173Z Compiling sha3 v0.10.8
17072026-04-30T19:09:35.295Z Compiling env_logger v0.11.9
17082026-04-30T19:09:35.628Z Compiling zip v4.6.1
17092026-04-30T19:09:35.647Z Compiling usdt v0.6.0
17102026-04-30T19:09:35.904Z Compiling usdt-impl v0.5.0
17112026-04-30T19:09:35.907Z Compiling serde_with v3.17.0
17122026-04-30T19:09:35.907Z Compiling ecdsa v0.16.9
17132026-04-30T19:09:36.357Z Compiling rsa v0.9.10
17142026-04-30T19:09:36.499Z Compiling similar v2.7.0
17152026-04-30T19:09:36.619Z Compiling ed25519-dalek v2.2.0
17162026-04-30T19:09:37.165Z Compiling crossterm v0.28.1
17172026-04-30T19:09:37.282Z Compiling zip v0.6.6
17182026-04-30T19:09:37.383Z Compiling toml v0.7.8
17192026-04-30T19:09:38.212Z Compiling heck v0.4.1
17202026-04-30T19:09:38.263Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-04-30T19:09:38.446Z Compiling crossbeam-epoch v0.9.18
17222026-04-30T19:09:38.467Z Compiling tokio-stream v0.1.18
17232026-04-30T19:09:38.616Z Compiling buf-list v1.1.2
17242026-04-30T19:09:38.785Z Compiling x509-cert v0.2.5
17252026-04-30T19:09:38.881Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-04-30T19:09:38.896Z Compiling openapiv3 v2.2.0
17272026-04-30T19:09:38.929Z Compiling sha1 v0.10.6
17282026-04-30T19:09:39.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-30T19:09:39.193Z Compiling lalrpop-util v0.19.12
17302026-04-30T19:09:39.377Z Compiling peg-runtime v0.8.5
17312026-04-30T19:09:39.466Z Compiling thread_local v1.1.9
17322026-04-30T19:09:39.669Z Compiling slog-async v2.8.0
17332026-04-30T19:09:39.683Z Compiling crossbeam-channel v0.5.15
17342026-04-30T19:09:39.694Z Compiling futures-executor v0.3.32
17352026-04-30T19:09:39.712Z Compiling is-terminal v0.4.17
17362026-04-30T19:09:39.806Z Compiling filetime v0.2.27
17372026-04-30T19:09:39.968Z Compiling take_mut v0.2.2
17382026-04-30T19:09:39.996Z Compiling xattr v1.6.1
17392026-04-30T19:09:39.996Z Compiling term v1.2.1
17402026-04-30T19:09:40.154Z Compiling tar v0.4.45
17412026-04-30T19:09:40.161Z Compiling futures v0.3.32
17422026-04-30T19:09:40.389Z Compiling slog-term v2.9.2
17432026-04-30T19:09:47.716Z Compiling rustls-webpki v0.103.9
17442026-04-30T19:09:50.486Z Compiling tokio-rustls v0.26.4
17452026-04-30T19:09:50.486Z Compiling rustls-platform-verifier v0.6.2
17462026-04-30T19:09:50.683Z Compiling hyper-rustls v0.27.7
17472026-04-30T19:09:50.885Z Compiling reqwest v0.13.2
17482026-04-30T19:09:50.888Z Compiling reqwest v0.12.28
17492026-04-30T19:09:53.022Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-30T19:09:53.238Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-30T19:09:56.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-04-30T19:09:56.224Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-30T19:09:56.282ZApr 30 19:09:55.226 INFO Starting download, target: MaghemiteMgd
17542026-04-30T19:09:56.282ZApr 30 19:09:55.226 INFO Starting download, target: Console
17552026-04-30T19:09:56.282ZApr 30 19:09:55.226 INFO Starting download, target: Cockroach
17562026-04-30T19:09:56.283ZApr 30 19:09:55.226 INFO Starting download, target: DendriteStub
17572026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Starting download, target: Clickhouse
17582026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Starting download, target: TransceiverControl
17592026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-04-30T19:09:56.286ZApr 30 19:09:55.226 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-04-30T19:09:56.733ZApr 30 19:09:55.676 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-30T19:09:56.957ZApr 30 19:09:55.894 INFO Download complete, target: TransceiverControl
17672026-04-30T19:09:57.312ZApr 30 19:09:56.247 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-30T19:09:57.460ZApr 30 19:09:56.401 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-04-30T19:09:57.564ZApr 30 19:09:56.507 INFO Download complete, target: Console
17702026-04-30T19:09:57.600ZApr 30 19:09:56.535 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-04-30T19:09:58.151ZApr 30 19:09:57.095 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-04-30T19:09:58.151ZApr 30 19:09:57.095 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-04-30T19:09:58.446ZApr 30 19:09:57.390 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-04-30T19:09:59.813ZApr 30 19:09:58.757 INFO Download complete, target: DendriteStub
17752026-04-30T19:09:59.956ZApr 30 19:09:58.899 INFO Download complete, target: MaghemiteMgd
17762026-04-30T19:10:02.745ZApr 30 19:10:01.682 INFO Checking that binary works, target: Cockroach
17772026-04-30T19:10:02.854ZApr 30 19:10:01.787 INFO Download complete, target: Cockroach
17782026-04-30T19:10:05.186ZApr 30 19:10:04.128 INFO Checking that binary works, target: Clickhouse
17792026-04-30T19:10:05.342ZApr 30 19:10:04.284 INFO Download complete, target: Clickhouse
17802026-04-30T19:10:05.366ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-30T19:10:05.369Z
17822026-04-30T19:10:05.370Zreal 3:06.889396283
17832026-04-30T19:10:05.370Zuser 7:14.956750858
17842026-04-30T19:10:05.370Zsys 1:24.404912471
17852026-04-30T19:10:05.370Ztrap 0.214122200
17862026-04-30T19:10:05.370Ztflt 0.895614090
17872026-04-30T19:10:05.370Zdflt 1.086235533
17882026-04-30T19:10:05.370Zkflt 0.059426226
17892026-04-30T19:10:05.370Zlock 21:10.782244014
17902026-04-30T19:10:05.370Zslp 21:47.402039836
17912026-04-30T19:10:05.370Zlat 42.073169423
17922026-04-30T19:10:05.370Zstop 2:01.107162358
17932026-04-30T19:10:05.370Z+ banner hack-check
17942026-04-30T19:10:05.370Z
17952026-04-30T19:10:05.370Z # # ## #### # # #### # # ###### #### # #
17962026-04-30T19:10:05.371Z # # # # # # # # # # # # # # # # #
17972026-04-30T19:10:05.371Z ###### # # # #### ##### # ###### ##### # ####
17982026-04-30T19:10:05.371Z # # ###### # # # # # # # # # #
17992026-04-30T19:10:05.371Z # # # # # # # # # # # # # # # # #
18002026-04-30T19:10:05.371Z # # # # #### # # #### # # ###### #### # #
18012026-04-30T19:10:05.371Z
18022026-04-30T19:10:05.371Z+ export CARGO_INCREMENTAL=0
18032026-04-30T19:10:05.371Z+ CARGO_INCREMENTAL=0
18042026-04-30T19:10:05.371Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-04-30T19:10:05.900Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-30T19:10:06.121Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-30T19:10:07.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18082026-04-30T19:10:08.057Z Running `target/debug/xtask check-features --ci`
18092026-04-30T19:10:08.081Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-04-30T19:10:08.086Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-04-30T19:10:08.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18122026-04-30T19:10:08.593Z Running `target/debug/xtask download cargo-hack`
18132026-04-30T19:10:09.367Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-04-30T19:10:09.677Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-04-30T19:10:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18162026-04-30T19:10:12.288Z Running `target/debug/xtask-downloader cargo-hack`
18172026-04-30T19:10:12.328ZApr 30 19:10:11.270 INFO Starting download, target: CargoHack
18182026-04-30T19:10:12.332ZApr 30 19:10:11.270 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-04-30T19:10:12.950ZApr 30 19:10:11.892 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-04-30T19:10:12.999ZApr 30 19:10:11.941 INFO Download complete, target: CargoHack
18212026-04-30T19:10:13.003Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-04-30T19:10:13.015Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-04-30T19:10:13.165Zinfo: running `cargo check --bins` on api_identity (1/274)
18242026-04-30T19:10:13.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-30T19:10:13.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-30T19:10:13.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-30T19:10:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-04-30T19:10:13.749Z
18292026-04-30T19:10:13.750Zinfo: running `cargo check --bins` on bootstore (2/274)
18302026-04-30T19:10:14.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-30T19:10:14.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-30T19:10:14.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-30T19:10:14.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-04-30T19:10:14.332Z
18352026-04-30T19:10:14.332Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18362026-04-30T19:10:14.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-30T19:10:14.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-30T19:10:14.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-30T19:10:14.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-04-30T19:10:14.910Z
18412026-04-30T19:10:14.911Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18422026-04-30T19:10:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-30T19:10:15.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-30T19:10:15.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-30T19:10:15.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-04-30T19:10:15.493Z
18472026-04-30T19:10:15.493Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18482026-04-30T19:10:15.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-30T19:10:15.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-30T19:10:15.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-30T19:10:15.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-30T19:10:16.066Z
18532026-04-30T19:10:16.066Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18542026-04-30T19:10:16.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-30T19:10:16.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-30T19:10:16.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-30T19:10:16.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18582026-04-30T19:10:16.657Z
18592026-04-30T19:10:16.657Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18602026-04-30T19:10:17.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-30T19:10:17.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-30T19:10:17.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-30T19:10:17.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18642026-04-30T19:10:17.256Z
18652026-04-30T19:10:17.256Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18662026-04-30T19:10:17.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-30T19:10:17.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-30T19:10:17.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-30T19:10:17.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-04-30T19:10:17.852Z
18712026-04-30T19:10:17.852Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18722026-04-30T19:10:18.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-30T19:10:18.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-30T19:10:18.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-30T19:10:18.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-04-30T19:10:18.327Z
18772026-04-30T19:10:18.327Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18782026-04-30T19:10:18.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-30T19:10:18.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-30T19:10:18.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-30T19:10:18.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-04-30T19:10:18.805Z
18832026-04-30T19:10:18.805Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18842026-04-30T19:10:19.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-30T19:10:19.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-30T19:10:19.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-30T19:10:19.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-04-30T19:10:19.278Z
18892026-04-30T19:10:19.278Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18902026-04-30T19:10:19.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-30T19:10:19.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-30T19:10:19.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-30T19:10:19.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-04-30T19:10:19.754Z
18952026-04-30T19:10:19.754Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18962026-04-30T19:10:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-30T19:10:20.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-30T19:10:20.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-30T19:10:20.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-04-30T19:10:20.219Z
19012026-04-30T19:10:20.219Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19022026-04-30T19:10:20.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-30T19:10:20.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-30T19:10:20.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-30T19:10:20.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-30T19:10:20.687Z
19072026-04-30T19:10:20.687Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19082026-04-30T19:10:21.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-30T19:10:21.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-30T19:10:21.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-30T19:10:21.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-04-30T19:10:21.155Z
19132026-04-30T19:10:21.156Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19142026-04-30T19:10:21.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-30T19:10:21.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-30T19:10:21.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-30T19:10:21.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-04-30T19:10:21.622Z
19192026-04-30T19:10:21.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19202026-04-30T19:10:22.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-30T19:10:22.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-30T19:10:22.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-30T19:10:22.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-04-30T19:10:22.088Z
19252026-04-30T19:10:22.089Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19262026-04-30T19:10:22.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-30T19:10:22.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-30T19:10:22.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-30T19:10:22.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-04-30T19:10:22.554Z
19312026-04-30T19:10:22.554Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19322026-04-30T19:10:22.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-30T19:10:22.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-30T19:10:22.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-30T19:10:22.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-04-30T19:10:23.020Z
19372026-04-30T19:10:23.020Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19382026-04-30T19:10:23.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-30T19:10:23.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-30T19:10:23.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-30T19:10:23.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-04-30T19:10:23.479Z
19432026-04-30T19:10:23.479Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19442026-04-30T19:10:23.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-30T19:10:23.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-30T19:10:23.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-30T19:10:23.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-04-30T19:10:23.949Z
19492026-04-30T19:10:23.949Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19502026-04-30T19:10:24.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-30T19:10:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-30T19:10:24.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-30T19:10:24.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-04-30T19:10:24.420Z
19552026-04-30T19:10:24.420Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19562026-04-30T19:10:24.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-30T19:10:24.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-30T19:10:24.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-30T19:10:24.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-04-30T19:10:24.890Z
19612026-04-30T19:10:24.890Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19622026-04-30T19:10:25.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-30T19:10:25.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-30T19:10:25.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-30T19:10:25.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-04-30T19:10:25.361Z
19672026-04-30T19:10:25.362Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19682026-04-30T19:10:25.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-30T19:10:25.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-30T19:10:25.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-30T19:10:25.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-04-30T19:10:25.835Z
19732026-04-30T19:10:25.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19742026-04-30T19:10:26.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-30T19:10:26.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-30T19:10:26.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-30T19:10:26.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-04-30T19:10:26.310Z
19792026-04-30T19:10:26.310Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19802026-04-30T19:10:26.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-30T19:10:26.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-30T19:10:26.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-30T19:10:26.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-04-30T19:10:26.780Z
19852026-04-30T19:10:26.780Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19862026-04-30T19:10:27.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-30T19:10:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-30T19:10:27.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-30T19:10:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-04-30T19:10:27.252Z
19912026-04-30T19:10:27.252Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19922026-04-30T19:10:27.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-30T19:10:27.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-30T19:10:27.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-30T19:10:27.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-04-30T19:10:27.723Z
19972026-04-30T19:10:27.723Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19982026-04-30T19:10:28.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-30T19:10:28.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-30T19:10:28.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-30T19:10:28.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-04-30T19:10:28.192Z
20032026-04-30T19:10:28.192Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20042026-04-30T19:10:28.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-30T19:10:28.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-30T19:10:28.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-30T19:10:28.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-04-30T19:10:28.664Z
20092026-04-30T19:10:28.664Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20102026-04-30T19:10:29.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-30T19:10:29.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-30T19:10:29.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-30T19:10:29.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-04-30T19:10:29.137Z
20152026-04-30T19:10:29.137Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20162026-04-30T19:10:29.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-30T19:10:29.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-30T19:10:29.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-30T19:10:29.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-04-30T19:10:29.613Z
20212026-04-30T19:10:29.613Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20222026-04-30T19:10:30.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-30T19:10:30.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-30T19:10:30.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-30T19:10:30.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-30T19:10:30.084Z
20272026-04-30T19:10:30.084Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20282026-04-30T19:10:30.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-30T19:10:30.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-30T19:10:30.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-30T19:10:30.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-04-30T19:10:30.551Z
20332026-04-30T19:10:30.551Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20342026-04-30T19:10:30.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-30T19:10:30.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-30T19:10:30.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-30T19:10:30.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-04-30T19:10:31.025Z
20392026-04-30T19:10:31.025Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20402026-04-30T19:10:31.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-30T19:10:31.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-30T19:10:31.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-30T19:10:31.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-04-30T19:10:31.497Z
20452026-04-30T19:10:31.497Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20462026-04-30T19:10:31.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-30T19:10:31.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-30T19:10:31.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-30T19:10:31.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-30T19:10:31.967Z
20512026-04-30T19:10:31.967Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20522026-04-30T19:10:32.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-30T19:10:32.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-30T19:10:32.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-30T19:10:32.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-30T19:10:32.437Z
20572026-04-30T19:10:32.437Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20582026-04-30T19:10:32.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-30T19:10:32.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-30T19:10:32.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-30T19:10:32.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-04-30T19:10:32.907Z
20632026-04-30T19:10:32.907Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20642026-04-30T19:10:33.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-30T19:10:33.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-30T19:10:33.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-30T19:10:33.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-04-30T19:10:33.378Z
20692026-04-30T19:10:33.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20702026-04-30T19:10:33.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-30T19:10:33.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-30T19:10:33.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-30T19:10:33.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-04-30T19:10:33.851Z
20752026-04-30T19:10:33.851Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20762026-04-30T19:10:34.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-30T19:10:34.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-30T19:10:34.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-30T19:10:34.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-04-30T19:10:34.325Z
20812026-04-30T19:10:34.325Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20822026-04-30T19:10:34.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-30T19:10:34.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-30T19:10:34.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-30T19:10:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-04-30T19:10:34.797Z
20872026-04-30T19:10:34.797Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20882026-04-30T19:10:35.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-30T19:10:35.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-30T19:10:35.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-30T19:10:35.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20922026-04-30T19:10:35.270Z
20932026-04-30T19:10:35.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20942026-04-30T19:10:35.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-30T19:10:35.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-30T19:10:35.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-30T19:10:35.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-30T19:10:35.740Z
20992026-04-30T19:10:35.740Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21002026-04-30T19:10:36.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-30T19:10:36.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-30T19:10:36.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-30T19:10:36.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21042026-04-30T19:10:36.214Z
21052026-04-30T19:10:36.214Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21062026-04-30T19:10:36.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-30T19:10:36.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-30T19:10:36.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-30T19:10:36.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21102026-04-30T19:10:36.691Z
21112026-04-30T19:10:36.691Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21122026-04-30T19:10:37.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-30T19:10:37.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-30T19:10:37.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-30T19:10:37.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21162026-04-30T19:10:37.336Z
21172026-04-30T19:10:37.336Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21182026-04-30T19:10:37.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-30T19:10:37.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-30T19:10:37.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-30T19:10:37.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21222026-04-30T19:10:37.978Z
21232026-04-30T19:10:37.978Zinfo: running `cargo check --bins` on nexus-config (51/274)
21242026-04-30T19:10:38.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-30T19:10:38.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-30T19:10:38.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-30T19:10:38.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-04-30T19:10:38.612Z
21292026-04-30T19:10:38.612Zinfo: running `cargo check --bins` on nexus-types (52/274)
21302026-04-30T19:10:39.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-30T19:10:39.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-30T19:10:39.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-30T19:10:39.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342026-04-30T19:10:39.257Z
21352026-04-30T19:10:39.257Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21362026-04-30T19:10:39.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-30T19:10:39.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-30T19:10:39.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-30T19:10:39.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-04-30T19:10:39.863Z
21412026-04-30T19:10:39.863Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21422026-04-30T19:10:40.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-30T19:10:40.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-30T19:10:40.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-30T19:10:40.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-04-30T19:10:40.447Z
21472026-04-30T19:10:40.447Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21482026-04-30T19:10:40.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-30T19:10:40.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-30T19:10:40.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-30T19:10:40.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-04-30T19:10:41.051Z
21532026-04-30T19:10:41.051Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21542026-04-30T19:10:41.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-30T19:10:41.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-30T19:10:41.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-30T19:10:41.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21582026-04-30T19:10:41.658Z
21592026-04-30T19:10:41.658Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21602026-04-30T19:10:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-30T19:10:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-30T19:10:42.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-30T19:10:42.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21642026-04-30T19:10:42.270Z
21652026-04-30T19:10:42.270Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21662026-04-30T19:10:42.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-30T19:10:42.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-30T19:10:42.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-30T19:10:42.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-04-30T19:10:42.882Z
21712026-04-30T19:10:42.882Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21722026-04-30T19:10:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-30T19:10:43.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-30T19:10:43.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-30T19:10:43.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-04-30T19:10:43.471Z
21772026-04-30T19:10:43.471Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21782026-04-30T19:10:43.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-30T19:10:43.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-30T19:10:43.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-30T19:10:43.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-04-30T19:10:44.061Z
21832026-04-30T19:10:44.061Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21842026-04-30T19:10:44.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-30T19:10:44.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-30T19:10:44.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-30T19:10:44.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-04-30T19:10:44.651Z
21892026-04-30T19:10:44.651Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21902026-04-30T19:10:45.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-30T19:10:45.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-30T19:10:45.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-30T19:10:45.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-04-30T19:10:45.236Z
21952026-04-30T19:10:45.236Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21962026-04-30T19:10:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-30T19:10:45.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-30T19:10:45.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-30T19:10:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-04-30T19:10:45.839Z
22012026-04-30T19:10:45.839Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22022026-04-30T19:10:46.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-30T19:10:46.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-30T19:10:46.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-30T19:10:46.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-04-30T19:10:46.441Z
22072026-04-30T19:10:46.441Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22082026-04-30T19:10:46.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-30T19:10:46.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-30T19:10:46.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-30T19:10:46.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-04-30T19:10:47.025Z
22132026-04-30T19:10:47.026Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22142026-04-30T19:10:47.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-30T19:10:47.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-30T19:10:47.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-30T19:10:47.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-04-30T19:10:47.615Z
22192026-04-30T19:10:47.615Zinfo: running `cargo check --bins` on ereport-types (67/274)
22202026-04-30T19:10:48.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-30T19:10:48.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-30T19:10:48.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-30T19:10:48.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-04-30T19:10:48.209Z
22252026-04-30T19:10:48.209Zinfo: running `cargo check --bins` on gateway-client (68/274)
22262026-04-30T19:10:48.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-30T19:10:48.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-30T19:10:48.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-30T19:10:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-04-30T19:10:48.810Z
22312026-04-30T19:10:48.810Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22322026-04-30T19:10:49.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-30T19:10:49.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-30T19:10:49.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-30T19:10:49.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22362026-04-30T19:10:49.405Z
22372026-04-30T19:10:49.405Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22382026-04-30T19:10:49.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-30T19:10:49.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-30T19:10:49.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-30T19:10:49.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-04-30T19:10:49.999Z
22432026-04-30T19:10:50.000Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22442026-04-30T19:10:50.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-30T19:10:50.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-30T19:10:50.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-30T19:10:50.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-04-30T19:10:50.594Z
22492026-04-30T19:10:50.594Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22502026-04-30T19:10:51.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-30T19:10:51.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-30T19:10:51.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-30T19:10:51.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-04-30T19:10:51.193Z
22552026-04-30T19:10:51.193Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22562026-04-30T19:10:51.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-30T19:10:51.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-30T19:10:51.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-30T19:10:51.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22602026-04-30T19:10:51.809Z
22612026-04-30T19:10:51.809Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22622026-04-30T19:10:52.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-30T19:10:52.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-30T19:10:52.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-30T19:10:52.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22662026-04-30T19:10:52.429Z
22672026-04-30T19:10:52.429Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22682026-04-30T19:10:52.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-30T19:10:52.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-30T19:10:52.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-04-30T19:10:52.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22722026-04-30T19:10:53.018Z
22732026-04-30T19:10:53.018Zinfo: running `cargo check --bins` on oxlog (76/274)
22742026-04-30T19:10:53.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-04-30T19:10:53.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-04-30T19:10:53.627Z Checking cfg-if v1.0.4
22772026-04-30T19:10:53.630Z Checking libc v0.2.185
22782026-04-30T19:10:53.630Z Checking serde_core v1.0.228
22792026-04-30T19:10:53.745Z Checking zeroize v1.8.2
22802026-04-30T19:10:53.752Z Checking memchr v2.8.0
22812026-04-30T19:10:53.760Z Checking log v0.4.29
22822026-04-30T19:10:53.769Z Checking smallvec v1.15.1
22832026-04-30T19:10:53.780Z Checking typenum v1.19.0
22842026-04-30T19:10:53.790Z Checking subtle v2.6.1
22852026-04-30T19:10:53.882Z Checking itoa v1.0.17
22862026-04-30T19:10:53.915Z Checking scopeguard v1.2.0
22872026-04-30T19:10:53.933Z Checking stable_deref_trait v1.2.1
22882026-04-30T19:10:53.945Z Checking const-oid v0.9.6
22892026-04-30T19:10:54.007Z Checking portable-atomic v1.13.1
22902026-04-30T19:10:54.020Z Checking lock_api v0.4.14
22912026-04-30T19:10:54.031Z Checking zerofrom v0.1.6
22922026-04-30T19:10:54.125Z Checking critical-section v1.2.0
22932026-04-30T19:10:54.137Z Checking getrandom v0.2.17
22942026-04-30T19:10:54.147Z Checking errno v0.3.14
22952026-04-30T19:10:54.215Z Checking yoke v0.8.1
22962026-04-30T19:10:54.229Z Checking parking_lot_core v0.9.12
22972026-04-30T19:10:54.257Z Checking signal-hook-registry v1.4.8
22982026-04-30T19:10:54.274Z Checking rand_core v0.6.4
22992026-04-30T19:10:54.292Z Checking generic-array v0.14.7
23002026-04-30T19:10:54.377Z Checking zerovec v0.11.5
23012026-04-30T19:10:54.401Z Checking once_cell v1.21.3
23022026-04-30T19:10:54.413Z Checking zerocopy v0.8.40
23032026-04-30T19:10:54.416Z Checking pin-project-lite v0.2.17
23042026-04-30T19:10:54.442Z Checking parking_lot v0.12.5
23052026-04-30T19:10:54.510Z Checking mio v1.2.0
23062026-04-30T19:10:54.569Z Checking socket2 v0.6.3
23072026-04-30T19:10:54.616Z Checking libm v0.2.16
23082026-04-30T19:10:54.629Z Checking zmij v1.0.21
23092026-04-30T19:10:54.729Z Checking crypto-common v0.1.7
23102026-04-30T19:10:54.788Z Checking block-buffer v0.10.4
23112026-04-30T19:10:54.799Z Checking tinystr v0.8.2
23122026-04-30T19:10:54.811Z Checking percent-encoding v2.3.2
23132026-04-30T19:10:54.830Z Checking litemap v0.8.1
23142026-04-30T19:10:54.850Z Checking equivalent v1.0.2
23152026-04-30T19:10:54.920Z Checking digest v0.10.7
23162026-04-30T19:10:54.931Z Checking writeable v0.6.2
23172026-04-30T19:10:54.944Z Checking futures-core v0.3.32
23182026-04-30T19:10:54.966Z Checking potential_utf v0.1.4
23192026-04-30T19:10:54.996Z Checking zerotrie v0.2.3
23202026-04-30T19:10:55.060Z Checking cpufeatures v0.2.17
23212026-04-30T19:10:55.083Z Checking icu_locale_core v2.1.1
23222026-04-30T19:10:55.096Z Checking icu_collections v2.1.1
23232026-04-30T19:10:55.112Z Checking hmac v0.12.1
23242026-04-30T19:10:55.127Z Checking block-padding v0.3.3
23252026-04-30T19:10:55.201Z Checking serde v1.0.228
23262026-04-30T19:10:55.234Z Checking bitflags v2.11.0
23272026-04-30T19:10:55.247Z Checking serde_json v1.0.149
23282026-04-30T19:10:55.259Z Checking icu_normalizer_data v2.1.1
23292026-04-30T19:10:55.307Z Checking num-traits v0.2.19
23302026-04-30T19:10:55.328Z Checking icu_properties_data v2.1.2
23312026-04-30T19:10:55.399Z Checking futures-sink v0.3.32
23322026-04-30T19:10:55.413Z Checking rand_core v0.10.0
23332026-04-30T19:10:55.473Z Checking hashbrown v0.17.0
23342026-04-30T19:10:55.497Z Checking futures-channel v0.3.32
23352026-04-30T19:10:55.550Z Checking getrandom v0.4.1
23362026-04-30T19:10:55.610Z Checking bytes v1.11.1
23372026-04-30T19:10:55.643Z Checking icu_provider v2.1.1
23382026-04-30T19:10:55.687Z Checking inout v0.1.4
23392026-04-30T19:10:55.700Z Checking futures-task v0.3.32
23402026-04-30T19:10:55.823Z Checking futures-io v0.3.32
23412026-04-30T19:10:55.835Z Checking slab v0.4.12
23422026-04-30T19:10:55.860Z Checking cipher v0.4.4
23432026-04-30T19:10:55.872Z Checking icu_properties v2.1.2
23442026-04-30T19:10:55.904Z Checking icu_normalizer v2.1.1
23452026-04-30T19:10:55.930Z Checking indexmap v2.14.0
23462026-04-30T19:10:55.930Z Checking sha2 v0.10.9
23472026-04-30T19:10:55.984Z Checking futures-util v0.3.32
23482026-04-30T19:10:56.042Z Checking tokio v1.52.1
23492026-04-30T19:10:56.061Z Checking getrandom v0.3.4
23502026-04-30T19:10:56.203Z Checking byteorder v1.5.0
23512026-04-30T19:10:56.206Z Checking base64ct v1.8.3
23522026-04-30T19:10:56.227Z Checking utf8_iter v1.0.4
23532026-04-30T19:10:56.345Z Checking form_urlencoded v1.2.2
23542026-04-30T19:10:56.403Z Checking flagset v0.4.7
23552026-04-30T19:10:56.447Z Checking pem-rfc7468 v0.7.0
23562026-04-30T19:10:56.470Z Checking fnv v1.0.7
23572026-04-30T19:10:56.483Z Checking rand_core v0.9.5
23582026-04-30T19:10:56.528Z Checking salsa20 v0.10.2
23592026-04-30T19:10:56.561Z Checking http v1.4.0
23602026-04-30T19:10:56.606Z Checking der v0.7.10
23612026-04-30T19:10:56.656Z Checking uuid v1.23.0
23622026-04-30T19:10:56.659Z Checking pbkdf2 v0.12.2
23632026-04-30T19:10:56.682Z Checking idna_adapter v1.2.1
23642026-04-30T19:10:56.774Z Checking scrypt v0.11.0
23652026-04-30T19:10:56.797Z Checking idna v1.1.0
23662026-04-30T19:10:56.913Z Checking aes v0.8.4
23672026-04-30T19:10:56.974Z Checking cbc v0.1.2
23682026-04-30T19:10:57.052Z Checking url v2.5.8
23692026-04-30T19:10:57.103Z Checking rustix v1.1.3
23702026-04-30T19:10:57.134Z Checking tracing-core v0.1.36
23712026-04-30T19:10:57.169Z Checking ppv-lite86 v0.2.21
23722026-04-30T19:10:57.306Z Checking rustls-pki-types v1.14.0
23732026-04-30T19:10:57.337Z Checking spki v0.7.3
23742026-04-30T19:10:57.435Z Checking iana-time-zone v0.1.65
23752026-04-30T19:10:57.459Z Checking rand_chacha v0.9.0
23762026-04-30T19:10:57.482Z Checking regex-syntax v0.8.10
23772026-04-30T19:10:57.500Z Checking pkcs5 v0.7.1
23782026-04-30T19:10:57.541Z Checking chrono v0.4.44
23792026-04-30T19:10:57.583Z Checking tracing v0.1.44
23802026-04-30T19:10:57.653Z Checking rand v0.9.2
23812026-04-30T19:10:57.749Z Checking http-body v1.0.1
23822026-04-30T19:10:57.785Z Checking aws-lc-sys v0.37.1
23832026-04-30T19:10:57.878Z Checking untrusted v0.9.0
23842026-04-30T19:10:57.878Z Checking base64 v0.22.1
23852026-04-30T19:10:57.915Z Checking openssl-probe v0.2.1
23862026-04-30T19:10:57.999Z Checking untrusted v0.7.1
23872026-04-30T19:10:58.020Z Checking ring v0.17.14
23882026-04-30T19:10:58.113Z Checking pkcs8 v0.10.2
23892026-04-30T19:10:58.128Z Checking plain v0.2.3
23902026-04-30T19:10:58.131Z Checking atomic-waker v1.1.2
23912026-04-30T19:10:58.228Z Checking try-lock v0.2.5
23922026-04-30T19:10:58.242Z Checking tower-layer v0.3.3
23932026-04-30T19:10:58.281Z Checking aws-lc-rs v1.16.0
23942026-04-30T19:10:58.294Z Checking tinyvec_macros v0.1.1
23952026-04-30T19:10:58.325Z Checking tower-service v0.3.3
23962026-04-30T19:10:58.357Z Checking tinyvec v1.10.0
23972026-04-30T19:10:58.379Z Checking want v0.3.1
23982026-04-30T19:10:58.395Z Checking ipnet v2.11.0
23992026-04-30T19:10:58.410Z Checking semver v1.0.28
24002026-04-30T19:10:58.500Z Checking httparse v1.10.1
24012026-04-30T19:10:58.611Z Checking spin v0.9.8
24022026-04-30T19:10:58.644Z Checking pin-utils v0.1.0
24032026-04-30T19:10:58.670Z Checking httpdate v1.0.3
24042026-04-30T19:10:58.709Z Checking ucd-trie v0.1.7
24052026-04-30T19:10:58.721Z Checking foreign-types-shared v0.1.1
24062026-04-30T19:10:58.783Z Checking unicode-ident v1.0.24
24072026-04-30T19:10:58.796Z Checking dyn-clone v1.0.20
24082026-04-30T19:10:58.796Z Checking fastrand v2.3.0
24092026-04-30T19:10:58.820Z Checking foreign-types v0.3.2
24102026-04-30T19:10:58.837Z Checking pest v2.8.6
24112026-04-30T19:10:58.885Z Checking proc-macro2 v1.0.106
24122026-04-30T19:10:58.899Z Checking schemars v0.8.22
24132026-04-30T19:10:58.911Z Checking openssl-sys v0.9.114
24142026-04-30T19:10:59.007Z Checking tempfile v3.25.0
24152026-04-30T19:10:59.014Z Checking thiserror v2.0.18
24162026-04-30T19:10:59.103Z Checking wait-timeout v0.2.1
24172026-04-30T19:10:59.116Z Checking rustls-webpki v0.103.9
24182026-04-30T19:10:59.177Z Checking aho-corasick v1.1.4
24192026-04-30T19:10:59.199Z Checking bit-vec v0.8.0
24202026-04-30T19:10:59.227Z Checking simd-adler32 v0.3.8
24212026-04-30T19:10:59.250Z Checking tokio-util v0.7.18
24222026-04-30T19:10:59.370Z Checking siphasher v1.0.2
24232026-04-30T19:10:59.388Z Checking pretty-hex v0.4.1
24242026-04-30T19:10:59.401Z Checking anstyle v1.0.13
24252026-04-30T19:10:59.504Z Checking utf8parse v0.2.2
24262026-04-30T19:10:59.524Z Checking powerfmt v0.2.0
24272026-04-30T19:10:59.541Z Checking rustls v0.23.37
24282026-04-30T19:10:59.555Z Checking quick-error v1.2.3
24292026-04-30T19:10:59.582Z Checking bit-set v0.8.0
24302026-04-30T19:10:59.601Z Checking anstyle-parse v0.2.7
24312026-04-30T19:10:59.651Z Checking rusty-fork v0.3.1
24322026-04-30T19:10:59.670Z Checking deranged v0.5.8
24332026-04-30T19:10:59.727Z Checking openssl v0.10.78
24342026-04-30T19:10:59.749Z Checking quote v1.0.45
24352026-04-30T19:10:59.821Z Compiling newtype-uuid v1.3.2
24362026-04-30T19:10:59.846Z Checking regex-automata v0.4.14
24372026-04-30T19:10:59.858Z Checking h2 v0.4.13
24382026-04-30T19:10:59.895Z Checking unicode-normalization v0.1.25
24392026-04-30T19:10:59.916Z Checking rustls-native-certs v0.8.3
24402026-04-30T19:10:59.998Z Checking crossbeam-utils v0.8.21
24412026-04-30T19:11:00.041Z Checking rand_xorshift v0.4.0
24422026-04-30T19:11:00.162Z Checking crc32fast v1.5.0
24432026-04-30T19:11:00.307Z Checking scroll v0.13.0
24442026-04-30T19:11:00.323Z Checking signature v2.2.0
24452026-04-30T19:11:00.344Z Checking sync_wrapper v1.0.2
24462026-04-30T19:11:00.449Z Checking colorchoice v1.0.4
24472026-04-30T19:11:00.462Z Checking adler2 v2.0.1
24482026-04-30T19:11:00.534Z Checking anstyle-query v1.1.5
24492026-04-30T19:11:00.551Z Checking num_threads v0.1.7
24502026-04-30T19:11:00.570Z Checking unicode-properties v0.1.4
24512026-04-30T19:11:00.622Z Checking num-conv v0.2.0
24522026-04-30T19:11:00.636Z Checking unicode-bidi v0.3.18
24532026-04-30T19:11:00.638Z Checking allocator-api2 v0.2.21
24542026-04-30T19:11:00.742Z Checking unarray v0.1.4
24552026-04-30T19:11:00.756Z Checking is_terminal_polyfill v1.70.2
24562026-04-30T19:11:00.845Z Checking time-core v0.1.8
24572026-04-30T19:11:00.845Z Checking anstream v0.6.21
24582026-04-30T19:11:00.928Z Checking stringprep v0.1.5
24592026-04-30T19:11:00.941Z Checking proptest v1.10.0
24602026-04-30T19:11:00.986Z Checking time v0.3.47
24612026-04-30T19:11:01.049Z Checking miniz_oxide v0.8.9
24622026-04-30T19:11:01.078Z Checking goblin v0.10.5
24632026-04-30T19:11:01.400Z Checking tower v0.5.3
24642026-04-30T19:11:01.647Z Checking crossbeam-epoch v0.9.18
24652026-04-30T19:11:01.721Z Checking native-tls v0.2.18
24662026-04-30T19:11:01.783Z Compiling daft v0.1.5
24672026-04-30T19:11:01.870Z Checking syn v2.0.117
24682026-04-30T19:11:01.899Z Checking ipnetwork v0.21.1
24692026-04-30T19:11:01.912Z Checking tokio-rustls v0.26.4
24702026-04-30T19:11:02.063Z Checking http-body-util v0.1.3
24712026-04-30T19:11:02.114Z Checking webpki-roots v1.0.6
24722026-04-30T19:11:02.128Z Checking rand_chacha v0.3.1
24732026-04-30T19:11:02.140Z Checking thiserror v1.0.69
24742026-04-30T19:11:02.229Z Checking scroll v0.12.0
24752026-04-30T19:11:02.242Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-04-30T19:11:02.282Z Checking hash32 v0.2.1
24772026-04-30T19:11:02.333Z Checking num-integer v0.1.46
24782026-04-30T19:11:02.350Z Checking toml_datetime v0.6.11
24792026-04-30T19:11:02.437Z Checking serde_spanned v0.6.9
24802026-04-30T19:11:02.453Z Checking md-5 v0.10.6
24812026-04-30T19:11:02.531Z Checking ff v0.13.1
24822026-04-30T19:11:02.555Z Checking hyper v1.8.1
24832026-04-30T19:11:02.569Z Checking fallible-iterator v0.2.0
24842026-04-30T19:11:02.569Z Checking iri-string v0.7.10
24852026-04-30T19:11:02.593Z Checking ryu v1.0.23
24862026-04-30T19:11:02.654Z Checking psl-types v2.0.11
24872026-04-30T19:11:02.701Z Checking zlib-rs v0.6.2
24882026-04-30T19:11:02.725Z Checking base16ct v0.2.0
24892026-04-30T19:11:02.771Z Checking publicsuffix v2.3.0
24902026-04-30T19:11:02.843Z Checking postgres-protocol v0.6.10
24912026-04-30T19:11:02.855Z Checking sec1 v0.7.3
24922026-04-30T19:11:02.931Z Compiling iddqd v0.3.18
24932026-04-30T19:11:03.053Z Checking serde_urlencoded v0.7.1
24942026-04-30T19:11:03.258Z Checking group v0.13.0
24952026-04-30T19:11:03.308Z Checking num-iter v0.1.45
24962026-04-30T19:11:03.385Z Checking dof v0.4.0
24972026-04-30T19:11:03.405Z Checking goblin v0.8.2
24982026-04-30T19:11:03.417Z Checking heapless v0.7.17
24992026-04-30T19:11:03.447Z Checking hyper-util v0.1.20
25002026-04-30T19:11:03.566Z Checking flate2 v1.1.9
25012026-04-30T19:11:03.579Z Checking tower-http v0.6.8
25022026-04-30T19:11:03.814Z Checking zstd-safe v7.2.4
25032026-04-30T19:11:03.855Z Checking rand v0.8.5
25042026-04-30T19:11:03.869Z Checking cookie v0.18.1
25052026-04-30T19:11:03.979Z Checking oxnet v0.1.4
25062026-04-30T19:11:04.005Z Checking tokio-native-tls v0.3.1
25072026-04-30T19:11:04.054Z Checking dtrace-parser v0.3.0
25082026-04-30T19:11:04.095Z Checking phf_shared v0.13.1
25092026-04-30T19:11:04.114Z Checking lazy_static v1.5.0
25102026-04-30T19:11:04.156Z Checking terminal_size v0.4.3
25112026-04-30T19:11:04.243Z Checking zerocopy v0.7.35
25122026-04-30T19:11:04.247Z Checking bzip2-sys v0.1.13+1.0.8
25132026-04-30T19:11:04.266Z Checking signal-hook v0.3.18
25142026-04-30T19:11:04.283Z Checking hkdf v0.12.4
25152026-04-30T19:11:04.286Z Checking crypto-bigint v0.5.5
25162026-04-30T19:11:04.307Z Checking thread-id v5.1.0
25172026-04-30T19:11:04.373Z Checking foldhash v0.1.5
25182026-04-30T19:11:04.386Z Checking clap_lex v1.0.0
25192026-04-30T19:11:04.414Z Checking strsim v0.11.1
25202026-04-30T19:11:04.449Z Checking bitflags v1.3.2
25212026-04-30T19:11:04.503Z Checking either v1.15.0
25222026-04-30T19:11:04.523Z Checking foldhash v0.2.0
25232026-04-30T19:11:04.535Z Checking managed v0.8.0
25242026-04-30T19:11:04.571Z Compiling rayon-core v1.13.0
25252026-04-30T19:11:04.675Z Checking winnow v0.5.40
25262026-04-30T19:11:04.688Z Checking winnow v0.7.14
25272026-04-30T19:11:04.699Z Checking libbz2-rs-sys v0.2.2
25282026-04-30T19:11:04.711Z Checking hyper-rustls v0.27.7
25292026-04-30T19:11:04.714Z Checking bumpalo v3.20.2
25302026-04-30T19:11:04.764Z Checking smoltcp v0.9.1
25312026-04-30T19:11:04.916Z Checking hyper-tls v0.6.0
25322026-04-30T19:11:04.929Z Checking zopfli v0.8.3
25332026-04-30T19:11:05.084Z Checking bzip2 v0.6.1
25342026-04-30T19:11:05.086Z Checking hashbrown v0.16.1
25352026-04-30T19:11:05.176Z Checking elliptic-curve v0.13.8
25362026-04-30T19:11:05.245Z Checking clap_builder v4.5.60
25372026-04-30T19:11:05.273Z Checking hashbrown v0.15.5
25382026-04-30T19:11:05.286Z Checking dof v0.3.0
25392026-04-30T19:11:05.367Z Checking signal-hook-mio v0.2.5
25402026-04-30T19:11:05.479Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25412026-04-30T19:11:05.504Z Checking usdt-impl v0.6.0
25422026-04-30T19:11:05.571Z Checking num-bigint-dig v0.8.6
25432026-04-30T19:11:05.599Z Checking bzip2 v0.4.4
25442026-04-30T19:11:05.667Z Checking phf v0.13.1
25452026-04-30T19:11:05.767Z Checking cookie_store v0.22.1
25462026-04-30T19:11:05.786Z Checking zstd v0.13.3
25472026-04-30T19:11:05.816Z Checking postgres-types v0.2.12
25482026-04-30T19:11:05.842Z Checking toml_edit v0.19.15
25492026-04-30T19:11:05.874Z Checking dtrace-parser v0.2.0
25502026-04-30T19:11:05.973Z Checking rustls-platform-verifier v0.6.2
25512026-04-30T19:11:05.975Z Checking crossbeam-deque v0.8.6
25522026-04-30T19:11:06.091Z Checking bstr v1.12.1
25532026-04-30T19:11:06.104Z Checking regex v1.12.3
25542026-04-30T19:11:06.116Z Checking ed25519 v2.2.3
25552026-04-30T19:11:06.127Z Checking phf_shared v0.11.3
25562026-04-30T19:11:06.157Z Checking ref-cast v1.0.25
25572026-04-30T19:11:06.255Z Checking curve25519-dalek v4.1.3
25582026-04-30T19:11:06.270Z Checking strum v0.27.2
25592026-04-30T19:11:06.298Z Checking hubpack v0.1.2
25602026-04-30T19:11:06.377Z Checking memoffset v0.9.1
25612026-04-30T19:11:06.380Z Checking rustix v0.38.44
25622026-04-30T19:11:06.402Z Checking pkcs1 v0.7.5
25632026-04-30T19:11:06.457Z Checking float-cmp v0.10.0
25642026-04-30T19:11:06.469Z Checking serde-big-array v0.5.1
25652026-04-30T19:11:06.480Z Checking erased-serde v0.3.31
25662026-04-30T19:11:06.505Z Checking hex v0.4.3
25672026-04-30T19:11:06.582Z Checking rfc6979 v0.4.0
25682026-04-30T19:11:06.596Z Checking memmap2 v0.9.10
25692026-04-30T19:11:06.610Z Checking thread-id v4.2.2
25702026-04-30T19:11:06.686Z Checking env_filter v1.0.0
25712026-04-30T19:11:06.699Z Checking encoding_rs v0.8.35
25722026-04-30T19:11:06.725Z Checking toml_write v0.1.2
25732026-04-30T19:11:06.753Z Checking new_debug_unreachable v1.0.6
25742026-04-30T19:11:06.827Z Checking data-encoding v2.10.0
25752026-04-30T19:11:06.838Z Checking keccak v0.1.6
25762026-04-30T19:11:06.858Z Checking rustc-hash v2.1.1
25772026-04-30T19:11:06.870Z Checking normalize-line-endings v0.3.0
25782026-04-30T19:11:06.888Z Checking fixedbitset v0.4.2
25792026-04-30T19:11:06.956Z Checking unicode-segmentation v1.12.0
25802026-04-30T19:11:06.971Z Checking precomputed-hash v0.1.1
25812026-04-30T19:11:06.994Z Checking static_assertions v1.1.0
25822026-04-30T19:11:07.027Z Checking mime v0.3.17
25832026-04-30T19:11:07.040Z Checking predicates-core v1.0.10
25842026-04-30T19:11:07.053Z Checking whoami v2.1.0
25852026-04-30T19:11:07.066Z Checking difflib v0.4.0
25862026-04-30T19:11:07.091Z Checking jiff v0.2.21
25872026-04-30T19:11:07.160Z Checking fixedbitset v0.5.7
25882026-04-30T19:11:07.192Z Checking crossterm v0.28.1
25892026-04-30T19:11:07.205Z Checking hickory-proto v0.25.2
25902026-04-30T19:11:07.239Z Checking predicates v3.1.4
25912026-04-30T19:11:07.239Z Checking tokio-postgres v0.7.16
25922026-04-30T19:11:07.272Z Checking similar v2.7.0
25932026-04-30T19:11:07.353Z Checking petgraph v0.8.3
25942026-04-30T19:11:07.544Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25952026-04-30T19:11:07.649Z Checking reqwest v0.12.28
25962026-04-30T19:11:07.652Z Checking string_cache v0.8.9
25972026-04-30T19:11:07.821Z Checking petgraph v0.6.5
25982026-04-30T19:11:07.906Z Checking ed25519-dalek v2.2.0
25992026-04-30T19:11:08.140Z Checking sha3 v0.10.8
26002026-04-30T19:11:08.490Z Checking toml_edit v0.22.27
26012026-04-30T19:11:08.504Z Checking toml v0.7.8
26022026-04-30T19:11:08.816Z Checking slog v2.8.2
26032026-04-30T19:11:08.898Z Checking env_logger v0.11.9
26042026-04-30T19:11:09.058Z Checking usdt v0.6.0
26052026-04-30T19:11:09.078Z Checking serde_with v3.17.0
26062026-04-30T19:11:09.092Z Checking ecdsa v0.16.9
26072026-04-30T19:11:09.183Z Checking usdt-impl v0.5.0
26082026-04-30T19:11:09.221Z Checking rsa v0.9.10
26092026-04-30T19:11:09.297Z Checking zip v4.6.1
26102026-04-30T19:11:09.420Z Checking clap v4.5.60
26112026-04-30T19:11:09.458Z Checking nix v0.31.2
26122026-04-30T19:11:09.559Z Checking reqwest v0.13.2
26132026-04-30T19:11:09.686Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-04-30T19:11:09.791Z Checking zip v0.6.6
26152026-04-30T19:11:09.838Z Checking itertools v0.13.0
26162026-04-30T19:11:09.864Z Checking strum v0.26.3
26172026-04-30T19:11:09.953Z Checking tokio-stream v0.1.18
26182026-04-30T19:11:09.975Z Checking fs-err v3.3.0
26192026-04-30T19:11:10.013Z Checking ahash v0.8.12
26202026-04-30T19:11:10.112Z Checking object v0.37.3
26212026-04-30T19:11:10.205Z Checking buf-list v1.1.2
26222026-04-30T19:11:10.282Z Checking camino v1.2.2
26232026-04-30T19:11:10.331Z Checking anyhow v1.0.102
26242026-04-30T19:11:10.386Z Checking x509-cert v0.2.5
26252026-04-30T19:11:10.403Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-04-30T19:11:10.467Z Checking openapiv3 v2.2.0
26272026-04-30T19:11:10.515Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-04-30T19:11:10.533Z Checking sha1 v0.10.6
26292026-04-30T19:11:10.546Z Checking lalrpop-util v0.19.12
26302026-04-30T19:11:10.669Z Checking peg-runtime v0.8.5
26312026-04-30T19:11:10.696Z Checking rayon v1.11.0
26322026-04-30T19:11:10.708Z Checking sigpipe v0.1.3
26332026-04-30T19:11:10.720Z Checking glob v0.3.3
26342026-04-30T19:11:12.279Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-04-30T19:11:12.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s
26362026-04-30T19:11:12.723Z
26372026-04-30T19:11:12.723Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26382026-04-30T19:11:13.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-30T19:11:13.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-30T19:11:13.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-30T19:11:13.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-04-30T19:11:13.318Z
26432026-04-30T19:11:13.318Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26442026-04-30T19:11:13.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-30T19:11:13.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-30T19:11:13.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-30T19:11:13.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-04-30T19:11:13.916Z
26492026-04-30T19:11:13.916Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26502026-04-30T19:11:14.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-30T19:11:14.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-30T19:11:14.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-30T19:11:14.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-04-30T19:11:14.530Z
26552026-04-30T19:11:14.530Zinfo: running `cargo check --bins` on oxql-types (80/274)
26562026-04-30T19:11:15.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-30T19:11:15.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-30T19:11:15.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-30T19:11:15.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-04-30T19:11:15.130Z
26612026-04-30T19:11:15.130Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26622026-04-30T19:11:15.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-30T19:11:15.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-30T19:11:15.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-30T19:11:15.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-04-30T19:11:15.724Z
26672026-04-30T19:11:15.724Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26682026-04-30T19:11:16.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-30T19:11:16.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-30T19:11:16.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-04-30T19:11:16.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26722026-04-30T19:11:16.321Z
26732026-04-30T19:11:16.321Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26742026-04-30T19:11:16.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-04-30T19:11:16.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-04-30T19:11:16.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-04-30T19:11:16.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26782026-04-30T19:11:16.909Z
26792026-04-30T19:11:16.909Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26802026-04-30T19:11:17.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-04-30T19:11:17.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-04-30T19:11:17.594Z Compiling structmeta-derive v0.3.0
26832026-04-30T19:11:17.710Z Compiling rustls v0.22.4
26842026-04-30T19:11:17.719Z Compiling multer v3.1.0
26852026-04-30T19:11:17.728Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-04-30T19:11:17.728Z Compiling async-stream-impl v0.3.6
26872026-04-30T19:11:17.749Z Compiling dropshot v0.17.0
26882026-04-30T19:11:17.764Z Compiling newtype-uuid-macros v0.1.0
26892026-04-30T19:11:17.764Z Compiling dropshot_endpoint v0.17.0
26902026-04-30T19:11:17.887Z Checking newtype-uuid v1.3.2
26912026-04-30T19:11:17.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-04-30T19:11:18.022Z Checking rustls-webpki v0.102.8
26932026-04-30T19:11:18.087Z Checking daft v0.1.5
26942026-04-30T19:11:18.101Z Checking futures-executor v0.3.32
26952026-04-30T19:11:18.310Z Checking thread_local v1.1.9
26962026-04-30T19:11:18.326Z Checking compression-core v0.4.31
26972026-04-30T19:11:18.364Z Checking match_cfg v0.1.0
26982026-04-30T19:11:18.451Z Checking compression-codecs v0.4.37
26992026-04-30T19:11:18.464Z Compiling hostname v0.3.1
27002026-04-30T19:11:18.585Z Checking iddqd v0.3.18
27012026-04-30T19:11:18.599Z Checking futures v0.3.32
27022026-04-30T19:11:18.614Z Checking crossbeam-channel v0.5.15
27032026-04-30T19:11:18.767Z Compiling structmeta v0.3.0
27042026-04-30T19:11:18.807Z Checking slog-json v2.6.1
27052026-04-30T19:11:18.965Z Checking serde_spanned v1.0.4
27062026-04-30T19:11:18.981Z Compiling derive-ex v0.1.8
27072026-04-30T19:11:19.002Z Compiling parse-display-derive v0.10.0
27082026-04-30T19:11:19.090Z Checking is-terminal v0.4.17
27092026-04-30T19:11:19.181Z Checking toml_datetime v1.0.0+spec-1.1.0
27102026-04-30T19:11:19.379Z Checking toml_writer v1.0.6+spec-1.1.0
27112026-04-30T19:11:19.448Z Checking debug-ignore v1.0.5
27122026-04-30T19:11:19.550Z Checking take_mut v0.2.2
27132026-04-30T19:11:19.562Z Checking term v1.2.1
27142026-04-30T19:11:19.594Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-04-30T19:11:19.653Z Checking slog-async v2.8.0
27162026-04-30T19:11:19.670Z Compiling toml v1.0.6+spec-1.1.0
27172026-04-30T19:11:19.783Z Checking slog-term v2.9.2
27182026-04-30T19:11:19.824Z Compiling slog-bunyan v2.5.0
27192026-04-30T19:11:19.958Z Checking tokio-rustls v0.25.0
27202026-04-30T19:11:20.039Z Compiling async-compression v0.4.41
27212026-04-30T19:11:20.156Z Checking async-stream v0.3.6
27222026-04-30T19:11:20.319Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-04-30T19:11:20.383Z Checking progenitor-client v0.14.0
27242026-04-30T19:11:20.428Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-04-30T19:11:20.619Z Checking backon v1.6.0
27262026-04-30T19:11:20.680Z Compiling test-strategy v0.4.5
27272026-04-30T19:11:20.693Z Checking waitgroup v0.1.2
27282026-04-30T19:11:20.780Z Checking rustls-pemfile v2.2.0
27292026-04-30T19:11:20.993Z Checking serde_path_to_error v0.1.20
27302026-04-30T19:11:21.018Z Checking hostname v0.4.2
27312026-04-30T19:11:21.031Z Checking instant v0.1.13
27322026-04-30T19:11:21.129Z Compiling prettyplease v0.2.37
27332026-04-30T19:11:21.167Z Checking backoff v0.4.0
27342026-04-30T19:11:21.243Z Compiling progenitor-extras v0.2.0
27352026-04-30T19:11:21.363Z Checking parse-display v0.10.0
27362026-04-30T19:11:21.484Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-04-30T19:11:21.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-04-30T19:11:21.721Z Checking progenitor-client v0.10.0
27392026-04-30T19:11:21.755Z Checking itertools v0.14.0
27402026-04-30T19:11:21.946Z Checking regress v0.10.5
27412026-04-30T19:11:22.026Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-04-30T19:11:22.040Z Checking num-rational v0.4.2
27432026-04-30T19:11:22.181Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-04-30T19:11:22.857Z Checking num-complex v0.4.6
27452026-04-30T19:11:23.194Z Checking macaddr v1.0.1
27462026-04-30T19:11:23.369Z Checking num v0.4.3
27472026-04-30T19:11:23.382Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27482026-04-30T19:11:23.409Z Compiling usdt-attr-macro v0.5.0
27492026-04-30T19:11:23.442Z Compiling usdt-macro v0.5.0
27502026-04-30T19:11:23.556Z Checking memmap v0.7.0
27512026-04-30T19:11:23.610Z Checking float-ord v0.3.2
27522026-04-30T19:11:23.712Z Compiling toml v0.8.23
27532026-04-30T19:11:23.800Z Compiling minimal-lexical v0.2.1
27542026-04-30T19:11:24.063Z Checking linked-hash-map v0.5.6
27552026-04-30T19:11:24.178Z Checking usdt v0.5.0
27562026-04-30T19:11:24.232Z Checking lru-cache v0.1.2
27572026-04-30T19:11:24.330Z Compiling nom v7.1.3
27582026-04-30T19:11:24.674Z Checking hickory-proto v0.24.4
27592026-04-30T19:11:24.855Z Checking phf_shared v0.12.1
27602026-04-30T19:11:24.858Z Compiling slog-dtrace v0.3.0
27612026-04-30T19:11:25.004Z Compiling convert_case v0.4.0
27622026-04-30T19:11:25.064Z Checking heck v0.5.0
27632026-04-30T19:11:25.194Z Compiling chrono-tz v0.10.4
27642026-04-30T19:11:25.383Z Checking resolv-conf v0.7.6
27652026-04-30T19:11:25.430Z Compiling derive_more v0.99.20
27662026-04-30T19:11:25.570Z Compiling const_format_proc_macros v0.2.34
27672026-04-30T19:11:25.662Z Checking phf v0.12.1
27682026-04-30T19:11:25.714Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27692026-04-30T19:11:25.805Z Checking tokio-dtrace v0.1.1
27702026-04-30T19:11:25.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-04-30T19:11:26.201Z Compiling derive-where v1.6.0
27722026-04-30T19:11:26.389Z Checking highway v1.3.0
27732026-04-30T19:11:26.476Z Checking hickory-resolver v0.24.4
27742026-04-30T19:11:26.620Z Checking const_format v0.2.35
27752026-04-30T19:11:26.790Z Checking oxide-tokio-rt v0.1.4
27762026-04-30T19:11:27.194Z Checking gethostname v0.5.0
27772026-04-30T19:11:27.207Z Checking bcs v0.1.6
27782026-04-30T19:11:27.224Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-04-30T19:11:27.282Z Compiling async-recursion v1.1.1
27802026-04-30T19:11:27.451Z Checking termtree v0.5.1
27812026-04-30T19:11:27.506Z Checking qorb v0.4.1
27822026-04-30T19:11:27.973Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-04-30T19:11:28.676Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-04-30T19:11:28.871Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-04-30T19:11:28.874Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-04-30T19:11:31.019Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-04-30T19:11:33.573Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-04-30T19:11:35.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s
27892026-04-30T19:11:35.792Z
27902026-04-30T19:11:35.792Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27912026-04-30T19:11:36.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-04-30T19:11:36.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-04-30T19:11:36.469Z Compiling ar_archive_writer v0.5.1
27942026-04-30T19:11:36.579Z Compiling stacker v0.1.23
27952026-04-30T19:11:36.582Z Compiling cfg_aliases v0.1.1
27962026-04-30T19:11:36.591Z Compiling convert_case v0.10.0
27972026-04-30T19:11:36.591Z Checking unicode-width v0.1.14
27982026-04-30T19:11:36.605Z Compiling proc-macro-error v1.0.4
27992026-04-30T19:11:36.615Z Checking fd-lock v4.0.4
28002026-04-30T19:11:36.618Z Checking nibble_vec v0.1.0
28012026-04-30T19:11:36.642Z Compiling nix v0.28.0
28022026-04-30T19:11:36.726Z Checking vte v0.14.1
28032026-04-30T19:11:36.741Z Compiling recursive-proc-macro-impl v0.1.1
28042026-04-30T19:11:36.832Z Checking endian-type v0.1.2
28052026-04-30T19:11:36.845Z Checking bytecount v0.6.9
28062026-04-30T19:11:36.875Z Checking strip-ansi-escapes v0.2.1
28072026-04-30T19:11:36.888Z Compiling derive_more-impl v2.1.1
28082026-04-30T19:11:36.900Z Compiling tabled_derive v0.7.0
28092026-04-30T19:11:36.941Z Checking papergrid v0.11.0
28102026-04-30T19:11:36.954Z Checking radix_trie v0.2.1
28112026-04-30T19:11:36.996Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-04-30T19:11:37.132Z Compiling peg-macros v0.8.5
28132026-04-30T19:11:37.154Z Checking winnow v0.6.26
28142026-04-30T19:11:37.400Z Compiling psm v0.1.30
28152026-04-30T19:11:37.487Z Compiling sqlparser_derive v0.5.0
28162026-04-30T19:11:37.551Z Checking nu-ansi-term v0.50.3
28172026-04-30T19:11:37.675Z Checking derive_more v2.1.1
28182026-04-30T19:11:37.754Z Checking unicode-width v0.2.0
28192026-04-30T19:11:37.766Z Checking unicode_categories v0.1.1
28202026-04-30T19:11:37.851Z Checking home v0.5.12
28212026-04-30T19:11:37.918Z Checking tabled v0.15.0
28222026-04-30T19:11:37.957Z Checking crossterm v0.29.0
28232026-04-30T19:11:37.960Z Checking rustyline v14.0.0
28242026-04-30T19:11:37.998Z Checking reedline v0.40.0
28252026-04-30T19:11:38.171Z Checking recursive v0.1.1
28262026-04-30T19:11:38.256Z Checking display-error-chain v0.2.2
28272026-04-30T19:11:38.279Z Checking sqlparser v0.61.0
28282026-04-30T19:11:38.285Z Checking sqlformat v0.3.5
28292026-04-30T19:11:38.478Z Checking peg v0.8.5
28302026-04-30T19:11:49.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
28312026-04-30T19:11:49.514Z
28322026-04-30T19:11:49.514Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28332026-04-30T19:11:50.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-30T19:11:50.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-30T19:11:50.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-04-30T19:11:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28372026-04-30T19:11:53.745Z
28382026-04-30T19:11:53.745Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28392026-04-30T19:11:54.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-30T19:11:54.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-30T19:11:54.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-04-30T19:11:56.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28432026-04-30T19:11:56.999Z
28442026-04-30T19:11:56.999Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28452026-04-30T19:11:57.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-30T19:11:57.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-30T19:11:57.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-04-30T19:12:00.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28492026-04-30T19:12:01.009Z
28502026-04-30T19:12:01.009Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28512026-04-30T19:12:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-30T19:12:01.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-30T19:12:01.690Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-04-30T19:12:04.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28552026-04-30T19:12:05.115Z
28562026-04-30T19:12:05.115Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28572026-04-30T19:12:05.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-30T19:12:05.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-30T19:12:05.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-04-30T19:12:08.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28612026-04-30T19:12:08.414Z
28622026-04-30T19:12:08.414Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28632026-04-30T19:12:08.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-30T19:12:08.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-30T19:12:09.088Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-04-30T19:12:11.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28672026-04-30T19:12:11.837Z
28682026-04-30T19:12:11.837Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28692026-04-30T19:12:12.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-30T19:12:12.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-30T19:12:12.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-04-30T19:12:15.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28732026-04-30T19:12:16.047Z
28742026-04-30T19:12:16.047Zinfo: running `cargo check --bins` on oximeter (93/274)
28752026-04-30T19:12:16.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-30T19:12:16.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-30T19:12:16.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-30T19:12:16.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-04-30T19:12:16.657Z
28802026-04-30T19:12:16.657Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28812026-04-30T19:12:17.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-30T19:12:17.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-30T19:12:17.296Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-04-30T19:12:17.459Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-04-30T19:12:17.474Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-04-30T19:12:17.794Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-04-30T19:12:20.840Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-04-30T19:12:22.039Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-04-30T19:12:22.201Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-04-30T19:12:22.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
28912026-04-30T19:12:23.052Z
28922026-04-30T19:12:23.052Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28932026-04-30T19:12:23.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-30T19:12:23.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-30T19:12:23.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-30T19:12:23.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-04-30T19:12:23.639Z
28982026-04-30T19:12:23.639Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28992026-04-30T19:12:24.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-30T19:12:24.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-30T19:12:24.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-30T19:12:24.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29032026-04-30T19:12:24.269Z
29042026-04-30T19:12:24.269Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29052026-04-30T19:12:24.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-30T19:12:24.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-30T19:12:24.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-30T19:12:24.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-04-30T19:12:24.869Z
29102026-04-30T19:12:24.869Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29112026-04-30T19:12:25.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-30T19:12:25.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-30T19:12:25.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-30T19:12:25.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-04-30T19:12:25.471Z
29162026-04-30T19:12:25.471Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29172026-04-30T19:12:25.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-30T19:12:25.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-30T19:12:25.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-30T19:12:25.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-04-30T19:12:26.064Z
29222026-04-30T19:12:26.064Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29232026-04-30T19:12:26.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-30T19:12:26.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-30T19:12:26.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-30T19:12:26.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-04-30T19:12:26.660Z
29282026-04-30T19:12:26.660Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29292026-04-30T19:12:27.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-30T19:12:27.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-30T19:12:27.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-04-30T19:12:27.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-04-30T19:12:27.241Z
29342026-04-30T19:12:27.241Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29352026-04-30T19:12:27.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-04-30T19:12:27.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-04-30T19:12:27.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-04-30T19:12:27.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-04-30T19:12:27.839Z
29402026-04-30T19:12:27.839Zinfo: running `cargo check --bins` on update-engine (103/274)
29412026-04-30T19:12:28.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-04-30T19:12:28.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-04-30T19:12:28.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-04-30T19:12:28.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29452026-04-30T19:12:28.419Z
29462026-04-30T19:12:28.419Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29472026-04-30T19:12:28.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-04-30T19:12:28.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-04-30T19:12:29.130Z Compiling crucible-workspace-hack v0.1.0
29502026-04-30T19:12:29.247Z Checking secrecy v0.10.3
29512026-04-30T19:12:29.255Z Compiling heapless v0.8.0
29522026-04-30T19:12:29.262Z Compiling ingot-macros v0.1.1
29532026-04-30T19:12:29.269Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-04-30T19:12:29.271Z Checking hash32 v0.3.1
29552026-04-30T19:12:29.289Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-04-30T19:12:29.292Z Compiling smoltcp v0.11.0
29572026-04-30T19:12:29.350Z Checking cobs v0.3.0
29582026-04-30T19:12:29.383Z Compiling thiserror-impl-no-std v2.0.2
29592026-04-30T19:12:29.484Z Checking half v2.7.1
29602026-04-30T19:12:29.496Z Checking universal-hash v0.5.1
29612026-04-30T19:12:29.535Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-04-30T19:12:29.617Z Checking ciborium-io v0.2.2
29632026-04-30T19:12:29.653Z Checking opaque-debug v0.3.1
29642026-04-30T19:12:29.709Z Checking postcard v1.1.3
29652026-04-30T19:12:29.720Z Checking poly1305 v0.8.0
29662026-04-30T19:12:29.745Z Checking ciborium-ll v0.2.2
29672026-04-30T19:12:29.756Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29682026-04-30T19:12:29.915Z Compiling proc-macro-crate v3.4.0
29692026-04-30T19:12:29.984Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-04-30T19:12:29.986Z Checking password-hash v0.5.0
29712026-04-30T19:12:30.038Z Checking chacha20 v0.9.1
29722026-04-30T19:12:30.220Z Compiling proc-macro-crate v1.3.1
29732026-04-30T19:12:30.236Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-04-30T19:12:30.251Z Checking blake2 v0.10.6
29752026-04-30T19:12:30.341Z Checking aead v0.5.2
29762026-04-30T19:12:30.476Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-04-30T19:12:30.489Z Compiling num_enum_derive v0.7.5
29782026-04-30T19:12:30.494Z Compiling foreign-types-macros v0.2.3
29792026-04-30T19:12:30.514Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-04-30T19:12:30.543Z Checking thiserror-no-std v2.0.2
29812026-04-30T19:12:30.635Z Checking cpufeatures v0.3.0
29822026-04-30T19:12:30.668Z Checking foreign-types-shared v0.3.1
29832026-04-30T19:12:30.686Z Compiling num_enum_derive v0.5.11
29842026-04-30T19:12:30.713Z Checking chacha20 v0.10.0
29852026-04-30T19:12:30.747Z Checking vsss-rs v3.3.4
29862026-04-30T19:12:30.760Z Checking argon2 v0.5.3
29872026-04-30T19:12:30.922Z Checking chacha20poly1305 v0.10.1
29882026-04-30T19:12:31.051Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-04-30T19:12:31.082Z Checking foreign-types v0.5.0
29902026-04-30T19:12:31.104Z Checking ciborium v0.2.2
29912026-04-30T19:12:31.302Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-04-30T19:12:31.375Z Checking tabwriter v1.4.1
29932026-04-30T19:12:31.529Z Checking console v0.15.11
29942026-04-30T19:12:31.542Z Checking num_enum v0.7.5
29952026-04-30T19:12:31.545Z Checking newline-converter v0.3.0
29962026-04-30T19:12:31.592Z Checking camino-tempfile v1.4.1
29972026-04-30T19:12:31.649Z Checking atomicwrites v0.4.4
29982026-04-30T19:12:31.665Z Checking byte-wrapper v0.1.0
29992026-04-30T19:12:31.713Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-04-30T19:12:31.751Z Checking cstr-argument v0.1.2
30012026-04-30T19:12:31.776Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-04-30T19:12:31.802Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-04-30T19:12:31.861Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-04-30T19:12:31.875Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-04-30T19:12:31.878Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-04-30T19:12:32.002Z Checking expectorate v1.2.0
30072026-04-30T19:12:32.043Z Checking num_enum v0.5.11
30082026-04-30T19:12:32.082Z Checking ingot-types v0.1.2
30092026-04-30T19:12:32.128Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-04-30T19:12:32.142Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-04-30T19:12:32.155Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-04-30T19:12:32.210Z Checking rand v0.10.0
30132026-04-30T19:12:32.235Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-04-30T19:12:32.303Z Checking colored v3.1.1
30152026-04-30T19:12:32.351Z Checking indent_write v2.2.0
30162026-04-30T19:12:32.433Z Checking ingot v0.1.1
30172026-04-30T19:12:32.493Z Compiling zone_cfg_derive v0.3.1
30182026-04-30T19:12:32.505Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-04-30T19:12:32.505Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-04-30T19:12:32.531Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-04-30T19:12:32.543Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-04-30T19:12:32.599Z Checking itertools v0.12.1
30232026-04-30T19:12:32.682Z Compiling num-derive v0.4.2
30242026-04-30T19:12:32.713Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-04-30T19:12:32.899Z Checking swrite v0.1.0
30262026-04-30T19:12:32.959Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-04-30T19:12:32.990Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-04-30T19:12:33.138Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30292026-04-30T19:12:33.296Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-04-30T19:12:33.311Z Checking dropshot-api-manager-types v0.7.1
30312026-04-30T19:12:33.411Z Checking smf v0.2.3
30322026-04-30T19:12:33.481Z Checking nanorand v0.7.0
30332026-04-30T19:12:33.505Z Checking whoami v1.6.1
30342026-04-30T19:12:33.593Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-04-30T19:12:33.596Z Checking zone v0.3.1
30362026-04-30T19:12:33.622Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30372026-04-30T19:12:33.643Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30382026-04-30T19:12:33.673Z Checking flume v0.11.1
30392026-04-30T19:12:34.028Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-04-30T19:12:34.984Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-04-30T19:12:35.879Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-04-30T19:12:38.910Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-04-30T19:12:40.935Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-04-30T19:12:41.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
30452026-04-30T19:12:42.133Z
30462026-04-30T19:12:42.133Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30472026-04-30T19:12:42.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-30T19:12:42.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-30T19:12:42.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-04-30T19:12:42.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-04-30T19:12:42.733Z
30522026-04-30T19:12:42.734Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30532026-04-30T19:12:43.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-04-30T19:12:43.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-04-30T19:12:43.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-04-30T19:12:43.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-04-30T19:12:43.330Z
30582026-04-30T19:12:43.330Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30592026-04-30T19:12:43.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-30T19:12:43.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-30T19:12:43.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-30T19:12:43.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-04-30T19:12:43.928Z
30642026-04-30T19:12:43.928Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30652026-04-30T19:12:44.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-30T19:12:44.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-30T19:12:44.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-30T19:12:44.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-04-30T19:12:44.529Z
30702026-04-30T19:12:44.529Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30712026-04-30T19:12:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-30T19:12:45.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-30T19:12:45.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-30T19:12:45.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-04-30T19:12:45.124Z
30762026-04-30T19:12:45.124Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30772026-04-30T19:12:45.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-30T19:12:45.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-30T19:12:45.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-30T19:12:45.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-04-30T19:12:45.718Z
30822026-04-30T19:12:45.718Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30832026-04-30T19:12:46.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-30T19:12:46.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-30T19:12:46.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-30T19:12:46.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30872026-04-30T19:12:46.309Z
30882026-04-30T19:12:46.309Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30892026-04-30T19:12:46.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-30T19:12:46.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-30T19:12:46.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-30T19:12:46.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30932026-04-30T19:12:46.883Z
30942026-04-30T19:12:46.883Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30952026-04-30T19:12:47.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-30T19:12:47.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-30T19:12:47.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-30T19:12:47.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-04-30T19:12:47.476Z
31002026-04-30T19:12:47.476Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31012026-04-30T19:12:47.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-30T19:12:47.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-30T19:12:47.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-30T19:12:47.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-04-30T19:12:48.071Z
31062026-04-30T19:12:48.071Zinfo: running `cargo check --bins` on installinator-client (115/274)
31072026-04-30T19:12:48.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-30T19:12:48.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-30T19:12:48.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-30T19:12:48.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-04-30T19:12:48.664Z
31122026-04-30T19:12:48.664Zinfo: running `cargo check --bins` on nexus-client (116/274)
31132026-04-30T19:12:49.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-30T19:12:49.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-30T19:12:49.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-04-30T19:12:49.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-04-30T19:12:49.299Z
31182026-04-30T19:12:49.299Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31192026-04-30T19:12:49.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-04-30T19:12:49.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-04-30T19:12:49.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-04-30T19:12:49.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31232026-04-30T19:12:49.931Z
31242026-04-30T19:12:49.931Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31252026-04-30T19:12:50.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-04-30T19:12:50.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-04-30T19:12:50.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-04-30T19:12:50.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-04-30T19:12:50.508Z
31302026-04-30T19:12:50.509Zinfo: running `cargo check --bins` on oxide-client (119/274)
31312026-04-30T19:12:51.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-04-30T19:12:51.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-04-30T19:12:51.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-04-30T19:12:51.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-04-30T19:12:51.091Z
31362026-04-30T19:12:51.091Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31372026-04-30T19:12:51.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-04-30T19:12:51.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-04-30T19:12:51.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-04-30T19:12:51.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-04-30T19:12:51.685Z
31422026-04-30T19:12:51.685Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31432026-04-30T19:12:52.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-04-30T19:12:52.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-04-30T19:12:52.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-04-30T19:12:52.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-04-30T19:12:52.263Z
31482026-04-30T19:12:52.263Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31492026-04-30T19:12:52.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-04-30T19:12:52.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-04-30T19:12:52.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-04-30T19:12:52.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31532026-04-30T19:12:52.861Z
31542026-04-30T19:12:52.861Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31552026-04-30T19:12:53.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-04-30T19:12:53.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-04-30T19:12:53.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-04-30T19:12:53.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-04-30T19:12:53.478Z
31602026-04-30T19:12:53.478Zinfo: running `cargo check --bins` on installinator-common (124/274)
31612026-04-30T19:12:53.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-04-30T19:12:53.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-04-30T19:12:53.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-04-30T19:12:53.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-04-30T19:12:54.084Z
31662026-04-30T19:12:54.084Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31672026-04-30T19:12:54.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-04-30T19:12:54.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-04-30T19:12:54.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-04-30T19:12:54.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31712026-04-30T19:12:54.659Z
31722026-04-30T19:12:54.659Zinfo: running `cargo check --bins` on wicket-common (126/274)
31732026-04-30T19:12:55.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-04-30T19:12:55.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-04-30T19:12:55.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-04-30T19:12:55.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-04-30T19:12:55.265Z
31782026-04-30T19:12:55.265Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31792026-04-30T19:12:55.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-04-30T19:12:55.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-04-30T19:12:55.947Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-04-30T19:12:56.062Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-04-30T19:12:56.070Z Checking csv-core v0.1.13
31842026-04-30T19:12:56.078Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-04-30T19:12:56.080Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-04-30T19:12:56.096Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-04-30T19:12:56.106Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-04-30T19:12:56.151Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-04-30T19:12:56.231Z Checking csv v1.4.0
31902026-04-30T19:12:56.245Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-04-30T19:12:56.292Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-04-30T19:12:56.320Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-04-30T19:12:56.563Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-04-30T19:12:56.922Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-04-30T19:12:56.925Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-04-30T19:12:57.255Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-04-30T19:13:02.950Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-04-30T19:13:03.476Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-04-30T19:13:05.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
32002026-04-30T19:13:06.015Z
32012026-04-30T19:13:06.015Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32022026-04-30T19:13:06.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-30T19:13:06.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-30T19:13:06.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-30T19:13:06.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-04-30T19:13:06.604Z
32072026-04-30T19:13:06.604Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32082026-04-30T19:13:07.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-30T19:13:07.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-30T19:13:07.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-30T19:13:07.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-04-30T19:13:07.286Z
32132026-04-30T19:13:07.286Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32142026-04-30T19:13:07.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-30T19:13:07.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-30T19:13:07.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-04-30T19:13:07.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32182026-04-30T19:13:07.968Z
32192026-04-30T19:13:07.969Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32202026-04-30T19:13:08.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-04-30T19:13:08.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-04-30T19:13:08.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-04-30T19:13:08.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-04-30T19:13:08.619Z
32252026-04-30T19:13:08.619Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32262026-04-30T19:13:09.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-04-30T19:13:09.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-04-30T19:13:09.383Z Compiling regress v0.11.1
32292026-04-30T19:13:09.521Z Compiling unsafe-libyaml v0.2.11
32302026-04-30T19:13:09.533Z Compiling radium v0.7.0
32312026-04-30T19:13:09.534Z Compiling semver v0.1.20
32322026-04-30T19:13:09.558Z Compiling pin-project-internal v1.1.11
32332026-04-30T19:13:09.561Z Compiling maybe-uninit v2.0.0
32342026-04-30T19:13:09.582Z Checking tap v1.0.1
32352026-04-30T19:13:09.685Z Checking wyz v0.5.1
32362026-04-30T19:13:09.798Z Compiling rustc_version v0.1.7
32372026-04-30T19:13:09.860Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-30T19:13:09.880Z Checking progenitor-client v0.13.0
32392026-04-30T19:13:09.988Z Compiling snafu-derive v0.8.9
32402026-04-30T19:13:10.014Z Compiling serde_yaml v0.9.34+deprecated
32412026-04-30T19:13:10.115Z Compiling newtype_derive v0.1.6
32422026-04-30T19:13:10.242Z Compiling zerocopy-derive v0.6.6
32432026-04-30T19:13:10.305Z Checking crc-catalog v2.4.0
32442026-04-30T19:13:10.447Z Compiling packed_struct v0.10.1
32452026-04-30T19:13:10.678Z Checking pin-project v1.1.11
32462026-04-30T19:13:10.703Z Compiling owo-colors v4.3.0
32472026-04-30T19:13:10.777Z Checking funty v2.0.0
32482026-04-30T19:13:10.961Z Checking typify-impl v0.6.2
32492026-04-30T19:13:11.089Z Checking same-file v1.0.6
32502026-04-30T19:13:11.103Z Compiling cancel-safe-futures v0.1.5
32512026-04-30T19:13:11.211Z Checking walkdir v2.5.0
32522026-04-30T19:13:11.334Z Checking bitvec v1.0.1
32532026-04-30T19:13:11.358Z Checking zerocopy v0.6.6
32542026-04-30T19:13:11.454Z Checking crc v3.4.0
32552026-04-30T19:13:11.592Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-04-30T19:13:11.629Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-04-30T19:13:11.655Z Checking globset v0.4.18
32582026-04-30T19:13:11.899Z Checking snafu v0.8.9
32592026-04-30T19:13:11.914Z Checking olpc-cjson v0.1.4
32602026-04-30T19:13:11.971Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-04-30T19:13:12.054Z Checking pem v3.0.6
32622026-04-30T19:13:12.113Z Compiling packed_struct_codegen v0.10.1
32632026-04-30T19:13:12.128Z Checking libsw-core v0.3.2
32642026-04-30T19:13:12.142Z Checking serde_plain v1.0.2
32652026-04-30T19:13:12.214Z Compiling bitfield-macros v0.19.4
32662026-04-30T19:13:12.229Z Compiling indexmap v1.9.3
32672026-04-30T19:13:12.271Z Checking typed-path v0.9.3
32682026-04-30T19:13:12.286Z Checking nodrop v0.1.14
32692026-04-30T19:13:12.378Z Checking array-init v0.0.4
32702026-04-30T19:13:12.444Z Checking libsw v3.5.0
32712026-04-30T19:13:12.596Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-30T19:13:12.623Z Checking smallvec v0.6.14
32732026-04-30T19:13:12.710Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-04-30T19:13:12.814Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-04-30T19:13:12.915Z Checking bitfield v0.19.4
32762026-04-30T19:13:13.006Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-04-30T19:13:13.050Z Checking tough v0.20.0
32782026-04-30T19:13:13.125Z Checking hashbrown v0.12.3
32792026-04-30T19:13:13.141Z Checking smawk v0.3.2
32802026-04-30T19:13:13.182Z Checking tagptr v0.2.0
32812026-04-30T19:13:13.227Z Checking unicode-linebreak v0.1.5
32822026-04-30T19:13:13.269Z Checking base64 v0.21.7
32832026-04-30T19:13:13.311Z Checking linear-map v1.2.0
32842026-04-30T19:13:13.326Z Checking moka v0.12.13
32852026-04-30T19:13:13.444Z Checking textwrap v0.16.2
32862026-04-30T19:13:13.488Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-04-30T19:13:13.508Z Checking ron v0.8.1
32882026-04-30T19:13:13.664Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-04-30T19:13:13.849Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-04-30T19:13:13.953Z Checking serde-hex v0.1.0
32912026-04-30T19:13:14.023Z Checking steno v0.4.1
32922026-04-30T19:13:14.037Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-04-30T19:13:14.198Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-04-30T19:13:14.238Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-04-30T19:13:14.461Z Checking hashbrown v0.13.2
32962026-04-30T19:13:14.751Z Checking humantime v2.3.0
32972026-04-30T19:13:14.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-04-30T19:13:14.887Z Checking crc-any v2.5.0
32992026-04-30T19:13:14.936Z Checking object v0.30.4
33002026-04-30T19:13:14.979Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-04-30T19:13:14.993Z Checking hickory-resolver v0.25.2
33022026-04-30T19:13:15.010Z Checking utf-8 v0.7.6
33032026-04-30T19:13:15.066Z Checking void v1.0.2
33042026-04-30T19:13:15.142Z Checking path-slash v0.1.5
33052026-04-30T19:13:15.146Z Checking half v1.8.3
33062026-04-30T19:13:15.173Z Checking lzss v0.8.2
33072026-04-30T19:13:15.251Z Checking tungstenite v0.23.0
33082026-04-30T19:13:15.383Z Checking serde_cbor v0.11.2
33092026-04-30T19:13:15.471Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-04-30T19:13:15.529Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-04-30T19:13:15.548Z Compiling typify-macro v0.6.2
33122026-04-30T19:13:15.631Z Checking nix v0.27.1
33132026-04-30T19:13:15.690Z Checking kstat-rs v0.2.4
33142026-04-30T19:13:15.737Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-04-30T19:13:15.756Z Checking fxhash v0.2.1
33162026-04-30T19:13:15.771Z Checking serde_bytes v0.11.19
33172026-04-30T19:13:15.878Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-04-30T19:13:15.881Z Checking tokio-tungstenite v0.23.1
33192026-04-30T19:13:15.944Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-04-30T19:13:16.144Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-04-30T19:13:16.158Z Checking signal-hook-tokio v0.3.1
33222026-04-30T19:13:17.002Z Compiling typify v0.6.2
33232026-04-30T19:13:17.091Z Compiling progenitor-impl v0.13.0
33242026-04-30T19:13:17.094Z Compiling progenitor-impl v0.14.0
33252026-04-30T19:13:17.212Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-04-30T19:13:18.126Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-04-30T19:13:18.452Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-04-30T19:13:18.675Z Compiling progenitor-macro v0.14.0
33292026-04-30T19:13:18.688Z Compiling progenitor-macro v0.13.0
33302026-04-30T19:13:21.209Z Checking progenitor v0.13.0
33312026-04-30T19:13:21.330Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33322026-04-30T19:13:21.361Z Checking progenitor v0.14.0
33332026-04-30T19:13:21.477Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-04-30T19:13:24.293Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-04-30T19:13:31.640Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-04-30T19:13:37.861Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-04-30T19:13:39.225Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-04-30T19:13:39.726Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-04-30T19:13:41.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.18s
33402026-04-30T19:13:42.009Z
33412026-04-30T19:13:42.009Zinfo: running `cargo check --bins` on gateway-api (133/274)
33422026-04-30T19:13:42.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-30T19:13:42.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-30T19:13:42.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-30T19:13:42.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-04-30T19:13:42.609Z
33472026-04-30T19:13:42.609Zinfo: running `cargo check --bins` on ipcc (134/274)
33482026-04-30T19:13:43.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-30T19:13:43.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-30T19:13:43.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-30T19:13:43.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-30T19:13:43.210Z
33532026-04-30T19:13:43.210Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33542026-04-30T19:13:43.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-30T19:13:43.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-30T19:13:43.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-30T19:13:43.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-04-30T19:13:43.795Z
33592026-04-30T19:13:43.795Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33602026-04-30T19:13:44.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-30T19:13:44.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-30T19:13:44.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-30T19:13:44.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-04-30T19:13:44.394Z
33652026-04-30T19:13:44.394Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33662026-04-30T19:13:44.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-30T19:13:44.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-30T19:13:44.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-30T19:13:44.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-04-30T19:13:44.993Z
33712026-04-30T19:13:44.993Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33722026-04-30T19:13:45.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-30T19:13:45.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-30T19:13:45.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-30T19:13:45.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-04-30T19:13:45.593Z
33772026-04-30T19:13:45.594Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33782026-04-30T19:13:46.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-30T19:13:46.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-30T19:13:46.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-30T19:13:46.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-04-30T19:13:46.193Z
33832026-04-30T19:13:46.193Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33842026-04-30T19:13:46.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-30T19:13:46.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-30T19:13:46.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-30T19:13:46.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-30T19:13:46.795Z
33892026-04-30T19:13:46.795Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33902026-04-30T19:13:47.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-30T19:13:47.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-30T19:13:47.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-30T19:13:47.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-04-30T19:13:47.396Z
33952026-04-30T19:13:47.396Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33962026-04-30T19:13:47.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-30T19:13:47.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-30T19:13:47.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-30T19:13:47.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-04-30T19:13:47.994Z
34012026-04-30T19:13:47.994Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34022026-04-30T19:13:48.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-30T19:13:48.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-30T19:13:48.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-30T19:13:48.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-04-30T19:13:48.596Z
34072026-04-30T19:13:48.597Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34082026-04-30T19:13:49.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-30T19:13:49.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-30T19:13:49.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-30T19:13:49.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-04-30T19:13:49.194Z
34132026-04-30T19:13:49.194Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34142026-04-30T19:13:49.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-30T19:13:49.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-30T19:13:49.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-30T19:13:49.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-04-30T19:13:49.795Z
34192026-04-30T19:13:49.795Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34202026-04-30T19:13:50.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-30T19:13:50.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-30T19:13:50.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-30T19:13:50.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-30T19:13:50.400Z
34252026-04-30T19:13:50.400Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34262026-04-30T19:13:50.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-30T19:13:50.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-30T19:13:50.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-30T19:13:50.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34302026-04-30T19:13:51.001Z
34312026-04-30T19:13:51.001Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34322026-04-30T19:13:51.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-30T19:13:51.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-30T19:13:51.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-30T19:13:51.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-04-30T19:13:51.603Z
34372026-04-30T19:13:51.603Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34382026-04-30T19:13:52.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-30T19:13:52.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-30T19:13:52.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-30T19:13:52.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-04-30T19:13:52.203Z
34432026-04-30T19:13:52.203Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34442026-04-30T19:13:52.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-30T19:13:52.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-30T19:13:52.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-30T19:13:52.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-04-30T19:13:52.801Z
34492026-04-30T19:13:52.801Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34502026-04-30T19:13:53.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-30T19:13:53.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-30T19:13:53.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-30T19:13:53.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34542026-04-30T19:13:53.400Z
34552026-04-30T19:13:53.400Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34562026-04-30T19:13:53.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-30T19:13:53.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-30T19:13:53.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-30T19:13:53.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34602026-04-30T19:13:53.998Z
34612026-04-30T19:13:53.998Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34622026-04-30T19:13:54.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-30T19:13:54.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-30T19:13:54.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-30T19:13:54.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34662026-04-30T19:13:54.589Z
34672026-04-30T19:13:54.589Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34682026-04-30T19:13:55.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-30T19:13:55.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-30T19:13:55.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-30T19:13:55.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34722026-04-30T19:13:55.225Z
34732026-04-30T19:13:55.225Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34742026-04-30T19:13:55.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-30T19:13:55.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-30T19:13:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-30T19:13:55.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-04-30T19:13:55.824Z
34792026-04-30T19:13:55.824Zinfo: running `cargo check --bins` on dns-server (156/274)
34802026-04-30T19:13:56.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-30T19:13:56.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-30T19:13:56.480Z Compiling parking_lot_core v0.8.6
34832026-04-30T19:13:56.480Z Compiling git-stub v1.0.0
34842026-04-30T19:13:56.480Z Compiling atomicwrites v0.4.4
34852026-04-30T19:13:56.483Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-04-30T19:13:56.483Z Checking prefix-trie v0.7.0
34872026-04-30T19:13:56.717Z Compiling git-stub-vcs v0.1.0
34882026-04-30T19:13:56.894Z Checking hickory-server v0.25.2
34892026-04-30T19:13:56.989Z Checking parking_lot v0.11.2
34902026-04-30T19:13:56.992Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34912026-04-30T19:13:57.065Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34922026-04-30T19:13:57.068Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34932026-04-30T19:13:57.163Z Checking sled v0.34.7
34942026-04-30T19:13:59.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34952026-04-30T19:13:59.220Z
34962026-04-30T19:13:59.221Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34972026-04-30T19:13:59.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-30T19:13:59.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-30T19:13:59.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-30T19:13:59.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-04-30T19:13:59.814Z
35022026-04-30T19:13:59.814Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35032026-04-30T19:14:00.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-30T19:14:00.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-30T19:14:00.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-30T19:14:00.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-04-30T19:14:00.409Z
35082026-04-30T19:14:00.409Zinfo: running `cargo check --bins` on sp-sim (159/274)
35092026-04-30T19:14:00.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-30T19:14:00.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-30T19:14:01.128Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-04-30T19:14:02.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35132026-04-30T19:14:03.079Z
35142026-04-30T19:14:03.079Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35152026-04-30T19:14:03.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-30T19:14:03.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-30T19:14:03.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-30T19:14:03.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35192026-04-30T19:14:03.734Z
35202026-04-30T19:14:03.734Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35212026-04-30T19:14:04.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-30T19:14:04.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-30T19:14:04.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-30T19:14:04.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252026-04-30T19:14:04.393Z
35262026-04-30T19:14:04.393Zinfo: running `cargo check --bins` on db-macros (162/274)
35272026-04-30T19:14:04.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-30T19:14:04.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-30T19:14:04.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-30T19:14:04.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-04-30T19:14:04.978Z
35322026-04-30T19:14:04.978Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35332026-04-30T19:14:05.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-30T19:14:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-30T19:14:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-30T19:14:05.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-04-30T19:14:05.562Z
35382026-04-30T19:14:05.562Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35392026-04-30T19:14:06.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-30T19:14:06.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-30T19:14:06.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-30T19:14:06.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432026-04-30T19:14:06.212Z
35442026-04-30T19:14:06.212Zinfo: running `cargo check --bins` on authz-macros (165/274)
35452026-04-30T19:14:06.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-30T19:14:06.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-30T19:14:06.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-30T19:14:06.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-04-30T19:14:06.801Z
35502026-04-30T19:14:06.801Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35512026-04-30T19:14:07.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-30T19:14:07.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-30T19:14:07.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-30T19:14:07.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-04-30T19:14:07.448Z
35562026-04-30T19:14:07.448Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35572026-04-30T19:14:07.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-30T19:14:07.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-30T19:14:08.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-30T19:14:08.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612026-04-30T19:14:08.102Z
35622026-04-30T19:14:08.102Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35632026-04-30T19:14:08.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-30T19:14:08.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-30T19:14:08.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-30T19:14:08.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-04-30T19:14:08.691Z
35682026-04-30T19:14:08.691Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35692026-04-30T19:14:09.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-30T19:14:09.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-30T19:14:09.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-30T19:14:09.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-04-30T19:14:09.278Z
35742026-04-30T19:14:09.278Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35752026-04-30T19:14:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-30T19:14:09.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-30T19:14:09.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-30T19:14:09.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-04-30T19:14:09.880Z
35802026-04-30T19:14:09.881Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35812026-04-30T19:14:10.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-30T19:14:10.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-30T19:14:10.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-30T19:14:10.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-04-30T19:14:10.467Z
35862026-04-30T19:14:10.467Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35872026-04-30T19:14:10.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-30T19:14:10.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-30T19:14:10.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-30T19:14:10.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-04-30T19:14:11.049Z
35922026-04-30T19:14:11.050Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35932026-04-30T19:14:11.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-30T19:14:11.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-30T19:14:11.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-30T19:14:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35972026-04-30T19:14:11.704Z
35982026-04-30T19:14:11.704Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35992026-04-30T19:14:12.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-30T19:14:12.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-30T19:14:12.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-30T19:14:12.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-04-30T19:14:12.356Z
36042026-04-30T19:14:12.356Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36052026-04-30T19:14:12.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-30T19:14:12.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-30T19:14:12.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-30T19:14:12.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-04-30T19:14:13.001Z
36102026-04-30T19:14:13.001Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36112026-04-30T19:14:13.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-30T19:14:13.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-30T19:14:13.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-30T19:14:13.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36152026-04-30T19:14:13.621Z
36162026-04-30T19:14:13.621Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36172026-04-30T19:14:14.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-30T19:14:14.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-30T19:14:14.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-30T19:14:14.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-04-30T19:14:14.235Z
36222026-04-30T19:14:14.235Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36232026-04-30T19:14:14.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-30T19:14:14.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-30T19:14:14.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-30T19:14:14.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-04-30T19:14:14.854Z
36282026-04-30T19:14:14.854Zinfo: running `cargo check --bins` on key-manager (179/274)
36292026-04-30T19:14:15.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-30T19:14:15.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-30T19:14:15.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-30T19:14:15.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36332026-04-30T19:14:15.455Z
36342026-04-30T19:14:15.455Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36352026-04-30T19:14:15.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-30T19:14:15.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-30T19:14:15.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-30T19:14:15.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-04-30T19:14:16.074Z
36402026-04-30T19:14:16.075Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36412026-04-30T19:14:16.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-30T19:14:16.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-30T19:14:16.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-04-30T19:14:16.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36452026-04-30T19:14:16.688Z
36462026-04-30T19:14:16.688Zinfo: running `cargo check --bins` on typed-rng (182/274)
36472026-04-30T19:14:17.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-04-30T19:14:17.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-04-30T19:14:17.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-04-30T19:14:17.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-04-30T19:14:17.273Z
36522026-04-30T19:14:17.273Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36532026-04-30T19:14:17.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-04-30T19:14:17.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-04-30T19:14:18.125Z Compiling typify-impl v0.4.3
36562026-04-30T19:14:18.125Z Compiling libefi-sys v0.1.0
36572026-04-30T19:14:18.128Z Compiling bitfield-struct v0.6.2
36582026-04-30T19:14:18.277Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-04-30T19:14:18.287Z Compiling xshell-macros v0.2.7
36602026-04-30T19:14:18.311Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-04-30T19:14:18.315Z Compiling salty v0.3.0
36622026-04-30T19:14:18.386Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-04-30T19:14:18.515Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-04-30T19:14:18.623Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-04-30T19:14:18.703Z Checking xshell v0.2.7
36662026-04-30T19:14:18.720Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-04-30T19:14:18.844Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-04-30T19:14:18.869Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36692026-04-30T19:14:18.895Z Checking primeorder v0.13.6
36702026-04-30T19:14:19.012Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-04-30T19:14:19.042Z Compiling proc-macro-error-attr2 v2.0.0
36722026-04-30T19:14:19.109Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-04-30T19:14:19.130Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36742026-04-30T19:14:19.338Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36752026-04-30T19:14:19.341Z Checking tungstenite v0.21.0
36762026-04-30T19:14:19.368Z Checking p384 v0.13.1
36772026-04-30T19:14:19.427Z Compiling proc-macro-error2 v2.0.1
36782026-04-30T19:14:19.488Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-04-30T19:14:19.741Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-04-30T19:14:19.775Z Compiling num-derive v0.3.3
36812026-04-30T19:14:19.792Z Checking tokio-tungstenite v0.21.0
36822026-04-30T19:14:20.068Z Compiling tabled_derive v0.11.0
36832026-04-30T19:14:20.143Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36842026-04-30T19:14:20.185Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36852026-04-30T19:14:20.221Z Checking papergrid v0.17.0
36862026-04-30T19:14:20.521Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-04-30T19:14:20.538Z Checking testing_table v0.3.0
36882026-04-30T19:14:20.667Z Checking libscf-sys v1.1.0
36892026-04-30T19:14:20.806Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-04-30T19:14:20.895Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36912026-04-30T19:14:21.019Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-04-30T19:14:21.035Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36932026-04-30T19:14:21.248Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-04-30T19:14:21.266Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-04-30T19:14:21.333Z Checking corncobs v0.1.4
36962026-04-30T19:14:21.353Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-04-30T19:14:21.446Z Compiling unicase v2.9.0
36982026-04-30T19:14:21.462Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-04-30T19:14:21.512Z Checking tabled v0.20.0
37002026-04-30T19:14:21.611Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37012026-04-30T19:14:21.651Z Compiling mime_guess v2.0.5
37022026-04-30T19:14:21.731Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-30T19:14:21.784Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-04-30T19:14:21.818Z Checking progenitor-client v0.11.2
37052026-04-30T19:14:22.055Z Checking secrecy v0.8.0
37062026-04-30T19:14:22.059Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-04-30T19:14:22.087Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37082026-04-30T19:14:22.095Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-04-30T19:14:22.210Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-04-30T19:14:22.297Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37112026-04-30T19:14:22.650Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37122026-04-30T19:14:22.672Z Compiling typify-macro v0.4.3
37132026-04-30T19:14:22.749Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37142026-04-30T19:14:22.764Z Checking filetime v0.2.27
37152026-04-30T19:14:22.778Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-04-30T19:14:22.898Z Checking http-range v0.1.5
37172026-04-30T19:14:22.915Z Checking crc8 v0.1.1
37182026-04-30T19:14:23.032Z Checking xattr v1.6.1
37192026-04-30T19:14:23.164Z Checking tar v0.4.45
37202026-04-30T19:14:23.376Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37212026-04-30T19:14:23.507Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222026-04-30T19:14:23.546Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-04-30T19:14:23.650Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-04-30T19:14:23.666Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37252026-04-30T19:14:23.759Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37262026-04-30T19:14:23.932Z Checking atty v0.2.14
37272026-04-30T19:14:24.039Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-04-30T19:14:24.188Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-04-30T19:14:24.265Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-04-30T19:14:24.399Z Compiling typify v0.4.3
37312026-04-30T19:14:24.536Z Compiling progenitor-impl v0.11.2
37322026-04-30T19:14:24.604Z Compiling progenitor-impl v0.10.0
37332026-04-30T19:14:24.905Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37342026-04-30T19:14:24.923Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37352026-04-30T19:14:25.143Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-04-30T19:14:25.476Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37372026-04-30T19:14:25.936Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-04-30T19:14:25.953Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-04-30T19:14:26.064Z Checking hyper-staticfile v0.10.1
37402026-04-30T19:14:26.161Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37412026-04-30T19:14:26.361Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37422026-04-30T19:14:26.425Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37432026-04-30T19:14:26.466Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37442026-04-30T19:14:26.735Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-04-30T19:14:26.752Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37462026-04-30T19:14:27.029Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-04-30T19:14:27.046Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-04-30T19:14:27.210Z Compiling progenitor-macro v0.11.2
37492026-04-30T19:14:27.227Z Compiling progenitor-macro v0.10.0
37502026-04-30T19:14:29.961Z Checking progenitor v0.11.2
37512026-04-30T19:14:30.092Z Checking progenitor v0.10.0
37522026-04-30T19:14:30.095Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-04-30T19:14:30.216Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-04-30T19:14:34.696Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37552026-04-30T19:14:35.798Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-30T19:14:46.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.82s
37572026-04-30T19:14:46.319Z
37582026-04-30T19:14:46.319Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37592026-04-30T19:14:46.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-30T19:14:46.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-30T19:14:47.101Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-04-30T19:14:57.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37632026-04-30T19:14:57.738Z
37642026-04-30T19:14:57.738Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37652026-04-30T19:14:58.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-30T19:14:58.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-30T19:14:58.512Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-04-30T19:15:08.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37692026-04-30T19:15:09.114Z
37702026-04-30T19:15:09.114Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37712026-04-30T19:15:09.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-30T19:15:09.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-30T19:15:09.897Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-04-30T19:15:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37752026-04-30T19:15:20.508Z
37762026-04-30T19:15:20.508Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37772026-04-30T19:15:21.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-30T19:15:21.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-30T19:15:21.291Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-04-30T19:15:31.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37812026-04-30T19:15:31.868Z
37822026-04-30T19:15:31.868Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37832026-04-30T19:15:32.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-30T19:15:32.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-30T19:15:32.646Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-04-30T19:15:43.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37872026-04-30T19:15:43.278Z
37882026-04-30T19:15:43.278Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37892026-04-30T19:15:43.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-30T19:15:43.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-30T19:15:44.059Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-04-30T19:15:54.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37932026-04-30T19:15:54.668Z
37942026-04-30T19:15:54.668Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37952026-04-30T19:15:55.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-30T19:15:55.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-30T19:15:55.451Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-04-30T19:16:05.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37992026-04-30T19:16:06.070Z
38002026-04-30T19:16:06.070Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38012026-04-30T19:16:06.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-30T19:16:06.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-30T19:16:06.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-30T19:16:06.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-04-30T19:16:06.675Z
38062026-04-30T19:16:06.676Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38072026-04-30T19:16:07.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-30T19:16:07.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-30T19:16:07.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-30T19:16:07.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-04-30T19:16:07.285Z
38122026-04-30T19:16:07.285Zinfo: running `cargo check --bins` on range-requests (193/274)
38132026-04-30T19:16:07.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-30T19:16:07.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-30T19:16:07.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-30T19:16:07.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-04-30T19:16:07.879Z
38182026-04-30T19:16:07.879Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38192026-04-30T19:16:08.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-30T19:16:08.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-30T19:16:08.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-30T19:16:08.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38232026-04-30T19:16:08.479Z
38242026-04-30T19:16:08.479Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38252026-04-30T19:16:08.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-30T19:16:09.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-30T19:16:09.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-30T19:16:09.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-04-30T19:16:09.099Z
38302026-04-30T19:16:09.099Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38312026-04-30T19:16:09.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-30T19:16:09.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-30T19:16:09.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-30T19:16:09.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-04-30T19:16:09.716Z
38362026-04-30T19:16:09.716Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38372026-04-30T19:16:10.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-30T19:16:10.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-30T19:16:10.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-30T19:16:10.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-04-30T19:16:10.335Z
38422026-04-30T19:16:10.335Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38432026-04-30T19:16:10.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-30T19:16:10.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-30T19:16:10.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-30T19:16:10.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-04-30T19:16:10.955Z
38482026-04-30T19:16:10.955Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38492026-04-30T19:16:11.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-30T19:16:11.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-30T19:16:11.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-30T19:16:11.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-04-30T19:16:11.577Z
38542026-04-30T19:16:11.577Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38552026-04-30T19:16:12.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-30T19:16:12.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-30T19:16:12.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-30T19:16:12.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-04-30T19:16:12.202Z
38602026-04-30T19:16:12.202Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38612026-04-30T19:16:12.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-30T19:16:12.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-30T19:16:12.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-30T19:16:12.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-04-30T19:16:12.828Z
38662026-04-30T19:16:12.828Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38672026-04-30T19:16:13.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-30T19:16:13.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-30T19:16:13.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-30T19:16:13.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38712026-04-30T19:16:13.455Z
38722026-04-30T19:16:13.455Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38732026-04-30T19:16:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-30T19:16:13.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-30T19:16:13.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-04-30T19:16:13.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38772026-04-30T19:16:14.083Z
38782026-04-30T19:16:14.084Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38792026-04-30T19:16:14.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-04-30T19:16:14.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-04-30T19:16:14.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-04-30T19:16:14.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38832026-04-30T19:16:14.743Z
38842026-04-30T19:16:14.744Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38852026-04-30T19:16:15.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-04-30T19:16:15.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-04-30T19:16:15.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-04-30T19:16:15.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38892026-04-30T19:16:15.372Z
38902026-04-30T19:16:15.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38912026-04-30T19:16:15.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-04-30T19:16:15.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-04-30T19:16:15.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-04-30T19:16:15.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-04-30T19:16:16.017Z
38962026-04-30T19:16:16.017Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38972026-04-30T19:16:16.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-04-30T19:16:16.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-04-30T19:16:16.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-04-30T19:16:16.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-04-30T19:16:16.679Z
39022026-04-30T19:16:16.679Zinfo: running `cargo check --bins` on update-common (208/274)
39032026-04-30T19:16:17.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-04-30T19:16:17.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-04-30T19:16:17.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-04-30T19:16:17.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39072026-04-30T19:16:17.288Z
39082026-04-30T19:16:17.288Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39092026-04-30T19:16:17.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-04-30T19:16:17.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-04-30T19:16:17.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-04-30T19:16:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-04-30T19:16:17.946Z
39142026-04-30T19:16:17.946Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39152026-04-30T19:16:18.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-04-30T19:16:18.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-04-30T19:16:18.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-04-30T19:16:18.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-04-30T19:16:18.535Z
39202026-04-30T19:16:18.535Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39212026-04-30T19:16:19.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-04-30T19:16:19.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-04-30T19:16:19.310Z Compiling fs-err v2.11.0
39242026-04-30T19:16:19.313Z Checking ignore v0.4.25
39252026-04-30T19:16:19.313Z Checking arc-swap v1.8.2
39262026-04-30T19:16:19.313Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39272026-04-30T19:16:19.313Z Checking predicates-tree v1.0.13
39282026-04-30T19:16:19.447Z Checking parse-size v1.1.0
39292026-04-30T19:16:19.477Z Checking rand_seeder v0.4.0
39302026-04-30T19:16:19.480Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39312026-04-30T19:16:19.542Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39322026-04-30T19:16:19.575Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39332026-04-30T19:16:19.618Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39342026-04-30T19:16:19.664Z Checking slog-scope v4.4.1
39352026-04-30T19:16:19.742Z Compiling petname v2.0.2
39362026-04-30T19:16:19.764Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39372026-04-30T19:16:19.797Z Checking slog-stdlog v4.1.1
39382026-04-30T19:16:19.814Z Checking globwalk v0.9.1
39392026-04-30T19:16:19.871Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-04-30T19:16:19.917Z Checking slog-envlogger v2.2.0
39412026-04-30T19:16:19.991Z Checking camino-tempfile-ext v0.3.3
39422026-04-30T19:16:20.019Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39432026-04-30T19:16:20.066Z Checking sapling-renderdag v0.1.0
39442026-04-30T19:16:20.186Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39452026-04-30T19:16:20.200Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39462026-04-30T19:16:20.301Z Checking subprocess v0.2.15
39472026-04-30T19:16:20.367Z Checking sync-ptr v0.1.4
39482026-04-30T19:16:20.412Z Checking colored v2.2.0
39492026-04-30T19:16:20.467Z Checking assert_matches v1.5.0
39502026-04-30T19:16:20.553Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-04-30T19:16:20.577Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39522026-04-30T19:16:20.684Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39532026-04-30T19:16:20.688Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39542026-04-30T19:16:21.279Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39552026-04-30T19:16:22.585Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39562026-04-30T19:16:24.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
39572026-04-30T19:16:25.006Z
39582026-04-30T19:16:25.006Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39592026-04-30T19:16:25.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-04-30T19:16:25.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-04-30T19:16:25.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-04-30T19:16:25.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-04-30T19:16:25.602Z
39642026-04-30T19:16:25.602Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39652026-04-30T19:16:26.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-04-30T19:16:26.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-04-30T19:16:26.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-04-30T19:16:26.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-04-30T19:16:26.219Z
39702026-04-30T19:16:26.219Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39712026-04-30T19:16:26.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-04-30T19:16:26.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-04-30T19:16:26.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-04-30T19:16:26.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-04-30T19:16:26.880Z
39762026-04-30T19:16:26.880Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39772026-04-30T19:16:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-30T19:16:27.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-30T19:16:27.613Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39802026-04-30T19:16:27.613Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39812026-04-30T19:16:28.258Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39822026-04-30T19:16:29.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39832026-04-30T19:16:30.047Z
39842026-04-30T19:16:30.047Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39852026-04-30T19:16:30.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-04-30T19:16:30.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-04-30T19:16:30.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-04-30T19:16:30.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39892026-04-30T19:16:30.651Z
39902026-04-30T19:16:30.651Zinfo: running `cargo check --bins` on cert-dev (217/274)
39912026-04-30T19:16:31.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-04-30T19:16:31.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-04-30T19:16:31.260Z Checking yasna v0.5.2
39942026-04-30T19:16:31.661Z Checking rcgen v0.12.1
39952026-04-30T19:16:31.907Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39962026-04-30T19:16:32.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39972026-04-30T19:16:32.274Z
39982026-04-30T19:16:32.274Zinfo: running `cargo check --bins` on clickana (218/274)
39992026-04-30T19:16:32.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-04-30T19:16:32.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-04-30T19:16:32.919Z Compiling darling_core v0.23.0
40022026-04-30T19:16:32.922Z Compiling instability v0.3.11
40032026-04-30T19:16:33.027Z Checking castaway v0.2.4
40042026-04-30T19:16:33.034Z Compiling indoc v2.0.7
40052026-04-30T19:16:33.039Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40062026-04-30T19:16:33.053Z Checking unicode-truncate v1.1.0
40072026-04-30T19:16:33.056Z Checking lru v0.12.5
40082026-04-30T19:16:33.056Z Checking cassowary v0.3.0
40092026-04-30T19:16:33.121Z Checking compact_str v0.8.1
40102026-04-30T19:16:33.979Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40112026-04-30T19:16:34.160Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40122026-04-30T19:16:34.428Z Compiling darling_macro v0.23.0
40132026-04-30T19:16:34.836Z Compiling darling v0.23.0
40142026-04-30T19:16:35.430Z Checking ratatui v0.29.0
40152026-04-30T19:16:36.473Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40162026-04-30T19:16:37.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
40172026-04-30T19:16:37.324Z
40182026-04-30T19:16:37.324Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40192026-04-30T19:16:37.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-04-30T19:16:37.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-04-30T19:16:38.052Z Checking headers-core v0.3.0
40222026-04-30T19:16:38.052Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40232026-04-30T19:16:38.249Z Checking headers v0.4.1
40242026-04-30T19:16:38.612Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-04-30T19:16:39.462Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40262026-04-30T19:16:39.950Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40272026-04-30T19:16:40.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40282026-04-30T19:16:40.567Z
40292026-04-30T19:16:40.567Zinfo: running `cargo check --bins` on ch-dev (220/274)
40302026-04-30T19:16:41.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-04-30T19:16:41.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-04-30T19:16:41.290Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40332026-04-30T19:16:42.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40342026-04-30T19:16:42.244Z
40352026-04-30T19:16:42.244Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40362026-04-30T19:16:42.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-04-30T19:16:42.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-04-30T19:16:42.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-04-30T19:16:42.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40402026-04-30T19:16:42.722Z
40412026-04-30T19:16:42.722Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40422026-04-30T19:16:43.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-04-30T19:16:43.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-04-30T19:16:43.443Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40452026-04-30T19:16:44.420Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40462026-04-30T19:16:44.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40472026-04-30T19:16:44.966Z
40482026-04-30T19:16:44.966Zinfo: running `cargo check --bins` on db-dev (223/274)
40492026-04-30T19:16:45.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-04-30T19:16:45.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-04-30T19:16:45.688Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40522026-04-30T19:16:46.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40532026-04-30T19:16:46.648Z
40542026-04-30T19:16:46.648Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40552026-04-30T19:16:47.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-04-30T19:16:47.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-04-30T19:16:47.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-04-30T19:16:47.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40592026-04-30T19:16:47.294Z
40602026-04-30T19:16:47.294Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40612026-04-30T19:16:47.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-04-30T19:16:47.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-04-30T19:16:47.897Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40642026-04-30T19:16:48.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40652026-04-30T19:16:48.741Z
40662026-04-30T19:16:48.741Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40672026-04-30T19:16:49.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-04-30T19:16:49.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-04-30T19:16:49.492Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-04-30T19:16:49.492Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-04-30T19:16:49.492Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40722026-04-30T19:16:49.495Z Checking git-stub v1.0.0
40732026-04-30T19:16:49.495Z Compiling trait-variant v0.1.2
40742026-04-30T19:16:49.495Z Checking is_ci v1.2.0
40752026-04-30T19:16:49.610Z Checking maplit v1.0.2
40762026-04-30T19:16:49.633Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40772026-04-30T19:16:49.700Z Checking supports-color v3.0.2
40782026-04-30T19:16:49.713Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40792026-04-30T19:16:49.748Z Checking git-stub-vcs v0.1.0
40802026-04-30T19:16:49.821Z Checking drift v0.1.3
40812026-04-30T19:16:49.882Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40822026-04-30T19:16:49.896Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40832026-04-30T19:16:49.942Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-04-30T19:16:50.077Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40852026-04-30T19:16:50.106Z Checking dropshot-api-manager v0.7.1
40862026-04-30T19:16:50.142Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40872026-04-30T19:16:50.170Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40882026-04-30T19:16:50.357Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40892026-04-30T19:16:50.388Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40902026-04-30T19:16:50.589Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40912026-04-30T19:16:50.892Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-04-30T19:16:55.916Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40932026-04-30T19:16:57.001Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40942026-04-30T19:16:57.560Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40952026-04-30T19:16:57.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
40962026-04-30T19:16:58.198Z
40972026-04-30T19:16:58.198Zinfo: running `cargo check --bins` on installinator-api (227/274)
40982026-04-30T19:16:58.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-30T19:16:58.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-30T19:16:58.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-30T19:16:58.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-04-30T19:16:58.793Z
41032026-04-30T19:16:58.794Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41042026-04-30T19:16:59.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-30T19:16:59.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-30T19:16:59.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-04-30T19:16:59.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41082026-04-30T19:16:59.429Z
41092026-04-30T19:16:59.429Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41102026-04-30T19:16:59.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-04-30T19:16:59.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-04-30T19:16:59.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-04-30T19:16:59.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41142026-04-30T19:17:00.067Z
41152026-04-30T19:17:00.067Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41162026-04-30T19:17:00.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-04-30T19:17:00.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-04-30T19:17:00.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-04-30T19:17:00.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41202026-04-30T19:17:00.709Z
41212026-04-30T19:17:00.709Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41222026-04-30T19:17:01.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-04-30T19:17:01.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-04-30T19:17:01.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-04-30T19:17:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41262026-04-30T19:17:01.302Z
41272026-04-30T19:17:01.302Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41282026-04-30T19:17:01.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-04-30T19:17:01.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-04-30T19:17:01.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-04-30T19:17:01.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41322026-04-30T19:17:01.884Z
41332026-04-30T19:17:01.884Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41342026-04-30T19:17:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-04-30T19:17:02.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-04-30T19:17:02.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-04-30T19:17:02.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41382026-04-30T19:17:02.499Z
41392026-04-30T19:17:02.499Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41402026-04-30T19:17:02.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-04-30T19:17:02.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-04-30T19:17:03.102Z Checking typeid v1.0.3
41432026-04-30T19:17:03.213Z Checking ordered-float v2.10.1
41442026-04-30T19:17:03.232Z Checking unicode-xid v0.2.6
41452026-04-30T19:17:03.244Z Checking cargo-platform v0.2.0
41462026-04-30T19:17:03.253Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41472026-04-30T19:17:03.282Z Checking erased-serde v0.4.9
41482026-04-30T19:17:03.423Z Checking serde-value v0.7.0
41492026-04-30T19:17:03.590Z Checking serde-untagged v0.1.9
41502026-04-30T19:17:03.743Z Checking cargo-util-schemas v0.8.2
41512026-04-30T19:17:04.421Z Checking cargo_metadata v0.21.0
41522026-04-30T19:17:05.014Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41532026-04-30T19:17:05.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41542026-04-30T19:17:05.877Z
41552026-04-30T19:17:05.877Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41562026-04-30T19:17:06.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-04-30T19:17:06.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-04-30T19:17:06.614Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41592026-04-30T19:17:07.235Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41602026-04-30T19:17:07.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41612026-04-30T19:17:07.949Z
41622026-04-30T19:17:07.950Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41632026-04-30T19:17:08.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-04-30T19:17:08.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-04-30T19:17:08.813Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41662026-04-30T19:17:08.813Z Compiling vergen-gitcl v1.0.8
41672026-04-30T19:17:08.813Z Compiling dirs-sys-next v0.1.2
41682026-04-30T19:17:08.817Z Compiling diesel_derives v2.3.7
41692026-04-30T19:17:08.817Z Compiling glob v0.3.3
41702026-04-30T19:17:08.817Z Compiling crunchy v0.2.4
41712026-04-30T19:17:08.817Z Compiling dsl_auto_type v0.2.0
41722026-04-30T19:17:08.817Z Checking scheduled-thread-pool v0.2.7
41732026-04-30T19:17:09.090Z Compiling diesel_table_macro_syntax v0.3.0
41742026-04-30T19:17:09.143Z Compiling dirs-next v2.0.0
41752026-04-30T19:17:09.221Z Compiling tiny-keccak v2.0.2
41762026-04-30T19:17:09.276Z Compiling term v0.7.0
41772026-04-30T19:17:09.300Z Checking r2d2 v0.8.10
41782026-04-30T19:17:09.329Z Compiling clang-sys v1.8.1
41792026-04-30T19:17:09.343Z Compiling bit-vec v0.6.3
41802026-04-30T19:17:09.433Z Checking downcast-rs v2.0.2
41812026-04-30T19:17:09.533Z Compiling bit-set v0.5.3
41822026-04-30T19:17:09.560Z Compiling ascii-canvas v3.0.0
41832026-04-30T19:17:09.688Z Compiling itertools v0.10.5
41842026-04-30T19:17:09.707Z Compiling ena v0.14.4
41852026-04-30T19:17:09.804Z Compiling libloading v0.8.9
41862026-04-30T19:17:09.828Z Compiling diff v0.1.13
41872026-04-30T19:17:09.862Z Compiling bindgen v0.71.1
41882026-04-30T19:17:09.906Z Compiling regex-syntax v0.6.29
41892026-04-30T19:17:09.922Z Compiling cexpr v0.6.0
41902026-04-30T19:17:10.085Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41912026-04-30T19:17:10.292Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41922026-04-30T19:17:10.346Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-04-30T19:17:10.464Z Compiling libxml v0.3.3
41942026-04-30T19:17:10.633Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41952026-04-30T19:17:10.722Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41962026-04-30T19:17:10.765Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-04-30T19:17:10.932Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41982026-04-30T19:17:10.949Z Compiling strum_macros v0.24.3
41992026-04-30T19:17:10.965Z Compiling indoc v1.0.9
42002026-04-30T19:17:11.402Z Compiling lalrpop v0.19.12
42012026-04-30T19:17:11.999Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-04-30T19:17:12.016Z Checking derive_builder v0.20.2
42032026-04-30T19:17:12.134Z Compiling oso-derive v0.27.3
42042026-04-30T19:17:12.193Z Checking quick-xml v0.37.5
42052026-04-30T19:17:12.285Z Compiling impl-trait-for-tuples v0.2.3
42062026-04-30T19:17:12.626Z Checking openssl-probe v0.1.6
42072026-04-30T19:17:12.770Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42082026-04-30T19:17:13.074Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-04-30T19:17:13.271Z Checking bb8 v0.8.6
42102026-04-30T19:17:13.526Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112026-04-30T19:17:13.561Z Checking nonempty v0.12.0
42122026-04-30T19:17:13.694Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-04-30T19:17:13.730Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42142026-04-30T19:17:13.750Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42152026-04-30T19:17:13.810Z Checking console v0.16.2
42162026-04-30T19:17:13.904Z Checking unit-prefix v0.5.2
42172026-04-30T19:17:13.942Z Checking support-bundle-viewer v0.1.2
42182026-04-30T19:17:14.038Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42192026-04-30T19:17:14.116Z Checking indicatif v0.18.4
42202026-04-30T19:17:14.188Z Checking multimap v0.10.1
42212026-04-30T19:17:14.904Z Checking diesel v2.3.7
42222026-04-30T19:17:16.497Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-04-30T19:17:17.282Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-04-30T19:17:17.310Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-04-30T19:17:18.156Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42262026-04-30T19:17:18.889Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-04-30T19:17:19.036Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42282026-04-30T19:17:19.229Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42292026-04-30T19:17:19.686Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42302026-04-30T19:17:21.746Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-04-30T19:17:26.793Z Compiling samael v0.0.19
42322026-04-30T19:17:30.357Z Checking async-bb8-diesel v0.2.1
42332026-04-30T19:17:30.709Z Checking diesel-dtrace v0.5.0
42342026-04-30T19:17:31.619Z Compiling polar-core v0.27.3
42352026-04-30T19:17:36.031Z Checking oso v0.27.3
42362026-04-30T19:18:12.754Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-04-30T19:18:45.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42382026-04-30T19:18:45.956Z
42392026-04-30T19:18:45.956Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42402026-04-30T19:18:46.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-04-30T19:18:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-04-30T19:18:46.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-04-30T19:18:46.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42442026-04-30T19:18:46.613Z
42452026-04-30T19:18:46.613Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42462026-04-30T19:18:47.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-04-30T19:18:47.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-04-30T19:18:47.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-04-30T19:18:47.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-04-30T19:18:47.269Z
42512026-04-30T19:18:47.269Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42522026-04-30T19:18:47.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-04-30T19:18:47.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-04-30T19:18:47.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-04-30T19:18:47.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42562026-04-30T19:18:47.854Z
42572026-04-30T19:18:47.854Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42582026-04-30T19:18:48.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-04-30T19:18:48.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-04-30T19:18:48.721Z Compiling libz-sys v1.1.24
42612026-04-30T19:18:48.853Z Compiling libgit2-sys v0.18.3+1.9.2
42622026-04-30T19:18:48.864Z Compiling vergen-git2 v1.0.7
42632026-04-30T19:18:48.873Z Compiling rustls v0.21.12
42642026-04-30T19:18:48.883Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-04-30T19:18:48.895Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-04-30T19:18:48.898Z Checking rustls-webpki v0.101.7
42672026-04-30T19:18:48.898Z Checking sct v0.7.1
42682026-04-30T19:18:49.068Z Compiling nix v0.29.0
42692026-04-30T19:18:49.083Z Compiling dropshot v0.16.7
42702026-04-30T19:18:49.099Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42712026-04-30T19:18:49.140Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42722026-04-30T19:18:49.235Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-04-30T19:18:49.334Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42742026-04-30T19:18:49.350Z Checking toml v0.9.12+spec-1.1.0
42752026-04-30T19:18:49.400Z Compiling dropshot_endpoint v0.16.7
42762026-04-30T19:18:49.545Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42772026-04-30T19:18:49.685Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42782026-04-30T19:18:49.778Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42792026-04-30T19:18:49.925Z Checking rustls-pemfile v1.0.4
42802026-04-30T19:18:50.066Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42812026-04-30T19:18:50.278Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42822026-04-30T19:18:50.330Z Checking twox-hash v2.1.2
42832026-04-30T19:18:50.516Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42842026-04-30T19:18:50.603Z Checking tokio-rustls v0.24.1
42852026-04-30T19:18:51.095Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42862026-04-30T19:18:51.144Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42872026-04-30T19:18:51.400Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42882026-04-30T19:18:51.819Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42892026-04-30T19:18:51.881Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42902026-04-30T19:18:51.950Z Checking fatfs v0.3.6
42912026-04-30T19:18:52.025Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42922026-04-30T19:18:52.140Z Compiling seq-macro v0.3.6
42932026-04-30T19:18:55.611Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-04-30T19:18:55.738Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42952026-04-30T19:18:56.061Z Compiling git2 v0.20.4
42962026-04-30T19:18:58.264Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42972026-04-30T19:19:45.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.38s
42982026-04-30T19:19:45.467Z
42992026-04-30T19:19:45.467Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43002026-04-30T19:19:46.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-04-30T19:19:46.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-04-30T19:19:46.350Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43032026-04-30T19:20:24.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.35s
43042026-04-30T19:20:25.057Z
43052026-04-30T19:20:25.057Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43062026-04-30T19:20:25.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-04-30T19:20:25.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-04-30T19:20:25.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-04-30T19:20:25.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43102026-04-30T19:20:25.646Z
43112026-04-30T19:20:25.646Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43122026-04-30T19:20:26.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-04-30T19:20:26.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-04-30T19:20:26.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-04-30T19:20:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-04-30T19:20:26.288Z
43172026-04-30T19:20:26.288Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43182026-04-30T19:20:26.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-04-30T19:20:26.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-04-30T19:20:26.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-04-30T19:20:26.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-04-30T19:20:26.940Z
43232026-04-30T19:20:26.940Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43242026-04-30T19:20:27.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-04-30T19:20:27.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-04-30T19:20:27.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-04-30T19:20:27.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43282026-04-30T19:20:27.598Z
43292026-04-30T19:20:27.598Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43302026-04-30T19:20:28.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-04-30T19:20:28.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-04-30T19:20:28.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-04-30T19:20:28.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43342026-04-30T19:20:28.251Z
43352026-04-30T19:20:28.251Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43362026-04-30T19:20:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-04-30T19:20:28.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-04-30T19:20:28.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-04-30T19:20:28.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-04-30T19:20:28.907Z
43412026-04-30T19:20:28.907Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43422026-04-30T19:20:29.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-04-30T19:20:29.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-04-30T19:20:29.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-04-30T19:20:29.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43462026-04-30T19:20:29.567Z
43472026-04-30T19:20:29.568Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43482026-04-30T19:20:30.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-04-30T19:20:30.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-04-30T19:20:30.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43512026-04-30T19:20:30.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43522026-04-30T19:20:30.219Z
43532026-04-30T19:20:30.219Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43542026-04-30T19:20:30.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-04-30T19:20:30.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-04-30T19:20:31.101Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43572026-04-30T19:20:31.102Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43582026-04-30T19:20:31.291Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43592026-04-30T19:20:31.322Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43602026-04-30T19:20:31.341Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43612026-04-30T19:20:31.357Z Checking yansi v1.0.1
43622026-04-30T19:20:31.360Z Checking diff v0.1.13
43632026-04-30T19:20:31.385Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43642026-04-30T19:20:31.424Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43652026-04-30T19:20:31.618Z Checking pretty_assertions v1.4.1
43662026-04-30T19:20:32.240Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-04-30T19:20:32.584Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43682026-04-30T19:20:55.817Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-04-30T19:20:55.820Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43702026-04-30T19:20:55.820Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43712026-04-30T19:20:55.820Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43722026-04-30T19:20:55.820Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43732026-04-30T19:20:55.820Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43742026-04-30T19:20:56.656Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43752026-04-30T19:20:57.743Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43762026-04-30T19:21:36.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43772026-04-30T19:21:36.445Z
43782026-04-30T19:21:36.445Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43792026-04-30T19:21:36.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-04-30T19:21:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-04-30T19:21:36.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-04-30T19:21:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43832026-04-30T19:21:37.037Z
43842026-04-30T19:21:37.037Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43852026-04-30T19:21:37.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-04-30T19:21:37.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-04-30T19:21:37.820Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43882026-04-30T19:21:37.943Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43892026-04-30T19:21:37.946Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43902026-04-30T19:22:03.441Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43912026-04-30T19:22:03.834Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43922026-04-30T19:22:05.527Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-04-30T19:22:05.985Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43942026-04-30T19:22:08.913Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43952026-04-30T19:22:31.502Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43962026-04-30T19:22:32.198Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43972026-04-30T19:22:33.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.76s
43982026-04-30T19:22:34.034Z
43992026-04-30T19:22:34.034Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44002026-04-30T19:22:34.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-04-30T19:22:34.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-04-30T19:22:34.758Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44032026-04-30T19:22:35.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44042026-04-30T19:22:35.640Z
44052026-04-30T19:22:35.640Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44062026-04-30T19:22:36.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-04-30T19:22:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-04-30T19:22:36.300Z Compiling blake3 v1.8.3
44092026-04-30T19:22:36.410Z Checking arrayvec v0.7.6
44102026-04-30T19:22:36.410Z Checking constant_time_eq v0.4.2
44112026-04-30T19:22:36.413Z Checking arrayref v0.3.9
44122026-04-30T19:22:36.429Z Checking topological-sort v0.2.2
44132026-04-30T19:22:36.432Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44142026-04-30T19:22:36.432Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44152026-04-30T19:22:36.432Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44162026-04-30T19:22:36.472Z Checking shell-words v1.1.1
44172026-04-30T19:22:37.289Z Checking omicron-zone-package v0.12.2
44182026-04-30T19:22:38.002Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44192026-04-30T19:22:38.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44202026-04-30T19:22:39.027Z
44212026-04-30T19:22:39.027Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44222026-04-30T19:22:39.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-04-30T19:22:39.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-04-30T19:22:39.677Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44252026-04-30T19:22:39.998Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44262026-04-30T19:22:40.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44272026-04-30T19:22:40.579Z
44282026-04-30T19:22:40.580Zinfo: running `cargo check --bins` on schema (256/274)
44292026-04-30T19:22:41.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-04-30T19:22:41.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-04-30T19:22:41.321Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44322026-04-30T19:22:42.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44332026-04-30T19:22:42.223Z
44342026-04-30T19:22:42.223Zinfo: running `cargo check --bins` on xtask (257/274)
44352026-04-30T19:22:42.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-04-30T19:22:42.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-04-30T19:22:42.678Z Checking libc v0.2.185
44382026-04-30T19:22:42.759Z Checking serde v1.0.228
44392026-04-30T19:22:42.765Z Checking zerofrom v0.1.6
44402026-04-30T19:22:42.768Z Checking bitflags v2.11.0
44412026-04-30T19:22:42.776Z Checking smallvec v1.15.1
44422026-04-30T19:22:42.779Z Checking indexmap v2.14.0
44432026-04-30T19:22:42.789Z Checking serde_json v1.0.149
44442026-04-30T19:22:42.792Z Checking num-traits v0.2.19
44452026-04-30T19:22:42.863Z Checking yoke v0.8.1
44462026-04-30T19:22:42.911Z Checking scroll v0.12.0
44472026-04-30T19:22:42.944Z Checking thiserror v1.0.69
44482026-04-30T19:22:43.034Z Checking zerovec v0.11.5
44492026-04-30T19:22:43.045Z Checking zerotrie v0.2.3
44502026-04-30T19:22:43.054Z Checking errno v0.3.14
44512026-04-30T19:22:43.132Z Checking log v0.4.29
44522026-04-30T19:22:43.143Z Checking toml_datetime v0.6.11
44532026-04-30T19:22:43.167Z Checking rustix v1.1.3
44542026-04-30T19:22:43.277Z Checking serde_spanned v0.6.9
44552026-04-30T19:22:43.287Z Checking percent-encoding v2.3.2
44562026-04-30T19:22:43.307Z Checking zerocopy v0.7.35
44572026-04-30T19:22:43.319Z Checking ordered-float v2.10.1
44582026-04-30T19:22:43.328Z Checking goblin v0.8.2
44592026-04-30T19:22:43.389Z Checking getrandom v0.4.1
44602026-04-30T19:22:43.400Z Checking toml_edit v0.22.27
44612026-04-30T19:22:43.419Z Checking form_urlencoded v1.2.2
44622026-04-30T19:22:43.469Z Checking tinystr v0.8.2
44632026-04-30T19:22:43.516Z Checking potential_utf v0.1.4
44642026-04-30T19:22:43.542Z Checking thiserror v2.0.18
44652026-04-30T19:22:43.545Z Checking serde-value v0.7.0
44662026-04-30T19:22:43.642Z Checking icu_collections v2.1.1
44672026-04-30T19:22:43.645Z Checking icu_locale_core v2.1.1
44682026-04-30T19:22:43.646Z Checking syn v2.0.117
44692026-04-30T19:22:43.750Z Checking dtrace-parser v0.2.0
44702026-04-30T19:22:43.789Z Checking thread-id v4.2.2
44712026-04-30T19:22:43.871Z Checking once_cell v1.21.3
44722026-04-30T19:22:43.954Z Checking cargo-platform v0.2.0
44732026-04-30T19:22:43.964Z Checking terminal_size v0.4.3
44742026-04-30T19:22:43.996Z Checking memmap v0.7.0
44752026-04-30T19:22:44.043Z Checking tempfile v3.25.0
44762026-04-30T19:22:44.093Z Checking clap_builder v4.5.60
44772026-04-30T19:22:44.122Z Checking textwrap v0.16.2
44782026-04-30T19:22:44.145Z Checking fs-err v3.3.0
44792026-04-30T19:22:44.208Z Checking icu_provider v2.1.1
44802026-04-30T19:22:44.238Z Checking camino-tempfile v1.4.1
44812026-04-30T19:22:44.321Z Checking anyhow v1.0.102
44822026-04-30T19:22:44.332Z Checking tabled v0.15.0
44832026-04-30T19:22:44.389Z Checking macaddr v1.0.1
44842026-04-30T19:22:44.444Z Checking icu_normalizer v2.1.1
44852026-04-30T19:22:44.500Z Checking icu_properties v2.1.2
44862026-04-30T19:22:44.520Z Checking toml v0.8.23
44872026-04-30T19:22:44.566Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44882026-04-30T19:22:44.828Z Checking cargo_toml v0.21.0
44892026-04-30T19:22:45.224Z Checking dof v0.3.0
44902026-04-30T19:22:45.287Z Checking clap v4.5.60
44912026-04-30T19:22:45.300Z Checking idna_adapter v1.2.1
44922026-04-30T19:22:45.415Z Checking idna v1.1.0
44932026-04-30T19:22:45.491Z Checking usdt-impl v0.5.0
44942026-04-30T19:22:45.634Z Checking url v2.5.8
44952026-04-30T19:22:45.737Z Checking usdt v0.5.0
44962026-04-30T19:22:45.972Z Checking cargo-util-schemas v0.8.2
44972026-04-30T19:22:46.666Z Checking cargo_metadata v0.21.0
44982026-04-30T19:22:47.267Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44992026-04-30T19:22:47.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
45002026-04-30T19:22:47.814Z
45012026-04-30T19:22:47.814Zinfo: running `cargo check --bins` on dnsadm (258/274)
45022026-04-30T19:22:48.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-04-30T19:22:48.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-04-30T19:22:48.460Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45052026-04-30T19:22:48.938Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45062026-04-30T19:22:49.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45072026-04-30T19:22:49.532Z
45082026-04-30T19:22:49.532Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45092026-04-30T19:22:50.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-04-30T19:22:50.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-04-30T19:22:50.332Z Checking polyval v0.6.2
45122026-04-30T19:22:50.458Z Checking ctr v0.9.2
45132026-04-30T19:22:50.468Z Checking ssh-encoding v0.2.0
45142026-04-30T19:22:50.468Z Checking blowfish v0.9.1
45152026-04-30T19:22:50.488Z Checking password-hash v0.4.2
45162026-04-30T19:22:50.503Z Checking p256 v0.13.2
45172026-04-30T19:22:50.506Z Checking p521 v0.13.3
45182026-04-30T19:22:50.530Z Checking russh-cryptovec v0.7.3
45192026-04-30T19:22:50.597Z Checking ghash v0.5.1
45202026-04-30T19:22:50.611Z Checking bcrypt-pbkdf v0.10.0
45212026-04-30T19:22:50.614Z Checking md5 v0.7.0
45222026-04-30T19:22:50.640Z Checking num-bigint v0.4.6
45232026-04-30T19:22:50.656Z Checking des v0.8.1
45242026-04-30T19:22:50.704Z Checking pbkdf2 v0.11.0
45252026-04-30T19:22:50.717Z Checking aes-gcm v0.10.3
45262026-04-30T19:22:50.756Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45272026-04-30T19:22:50.772Z Checking hex-literal v0.4.1
45282026-04-30T19:22:50.786Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45292026-04-30T19:22:50.838Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45302026-04-30T19:22:50.863Z Checking socket2 v0.5.10
45312026-04-30T19:22:50.866Z Checking internet-checksum v0.2.1
45322026-04-30T19:22:50.866Z Checking ssh-cipher v0.2.0
45332026-04-30T19:22:51.042Z Checking ssh-key v0.6.7
45342026-04-30T19:22:51.145Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45352026-04-30T19:22:51.667Z Checking russh-keys v0.45.0
45362026-04-30T19:22:52.211Z Checking russh v0.45.0
45372026-04-30T19:23:07.002Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45382026-04-30T19:23:08.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.69s
45392026-04-30T19:23:08.437Z
45402026-04-30T19:23:08.437Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45412026-04-30T19:23:08.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-04-30T19:23:08.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-04-30T19:23:09.082Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45442026-04-30T19:23:09.191Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45452026-04-30T19:23:09.200Z Checking termios v0.3.3
45462026-04-30T19:23:10.392Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45472026-04-30T19:23:10.535Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45482026-04-30T19:23:12.303Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45492026-04-30T19:23:12.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45502026-04-30T19:23:13.053Z
45512026-04-30T19:23:13.053Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45522026-04-30T19:23:13.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-30T19:23:13.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-30T19:23:13.767Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45552026-04-30T19:23:13.882Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45562026-04-30T19:23:13.891Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45572026-04-30T19:23:13.894Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45582026-04-30T19:23:13.905Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45592026-04-30T19:23:13.916Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45602026-04-30T19:23:14.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45612026-04-30T19:23:14.963Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45622026-04-30T19:23:14.967Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45632026-04-30T19:23:15.588Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45642026-04-30T19:23:17.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45652026-04-30T19:23:17.432Z
45662026-04-30T19:23:17.432Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45672026-04-30T19:23:17.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-04-30T19:23:17.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-04-30T19:23:18.062Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45702026-04-30T19:23:18.512Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45712026-04-30T19:23:18.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45722026-04-30T19:23:19.012Z
45732026-04-30T19:23:19.012Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45742026-04-30T19:23:19.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-04-30T19:23:19.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-04-30T19:23:19.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45772026-04-30T19:23:19.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45782026-04-30T19:23:19.605Z
45792026-04-30T19:23:19.605Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45802026-04-30T19:23:20.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-04-30T19:23:20.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-04-30T19:23:20.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45832026-04-30T19:23:20.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45842026-04-30T19:23:20.194Z
45852026-04-30T19:23:20.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45862026-04-30T19:23:20.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-04-30T19:23:20.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-04-30T19:23:20.947Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45892026-04-30T19:23:21.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45902026-04-30T19:23:21.767Z
45912026-04-30T19:23:21.767Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45922026-04-30T19:23:22.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-30T19:23:22.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-30T19:23:22.414Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45952026-04-30T19:23:22.417Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45962026-04-30T19:23:22.665Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45972026-04-30T19:23:22.665Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45982026-04-30T19:23:23.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45992026-04-30T19:23:23.635Z
46002026-04-30T19:23:23.635Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46012026-04-30T19:23:24.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-04-30T19:23:24.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-04-30T19:23:24.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-04-30T19:23:24.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46052026-04-30T19:23:24.221Z
46062026-04-30T19:23:24.221Zinfo: running `cargo check --bins` on omicron-package (268/274)
46072026-04-30T19:23:24.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-04-30T19:23:24.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-04-30T19:23:24.900Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46102026-04-30T19:23:25.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46112026-04-30T19:23:26.153Z
46122026-04-30T19:23:26.153Zinfo: running `cargo check --bins` on tqdb (269/274)
46132026-04-30T19:23:26.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-04-30T19:23:26.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-04-30T19:23:26.930Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46162026-04-30T19:23:27.288Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46172026-04-30T19:23:27.796Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46182026-04-30T19:23:27.799Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46192026-04-30T19:23:33.492Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46202026-04-30T19:23:33.495Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46212026-04-30T19:23:34.062Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46222026-04-30T19:23:34.062Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46232026-04-30T19:23:34.065Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46242026-04-30T19:23:34.065Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46252026-04-30T19:23:34.840Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46262026-04-30T19:23:35.807Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46272026-04-30T19:23:36.571Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46282026-04-30T19:23:37.182Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46292026-04-30T19:23:41.226Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46302026-04-30T19:23:47.457Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46312026-04-30T19:23:47.461Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-04-30T19:23:47.461Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46332026-04-30T19:23:47.461Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46342026-04-30T19:23:48.910Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46352026-04-30T19:23:50.219Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46362026-04-30T19:23:50.897Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46372026-04-30T19:23:52.136Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46382026-04-30T19:23:52.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.52s
46392026-04-30T19:23:52.896Z
46402026-04-30T19:23:52.896Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46412026-04-30T19:23:53.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-04-30T19:23:53.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-04-30T19:23:53.604Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46442026-04-30T19:23:53.608Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46452026-04-30T19:23:53.608Z Checking rtoolbox v0.0.3
46462026-04-30T19:23:53.735Z Checking tui-tree-widget v0.23.1
46472026-04-30T19:23:53.834Z Checking rpassword v7.4.0
46482026-04-30T19:23:54.838Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46492026-04-30T19:23:57.823Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46502026-04-30T19:23:59.652Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46512026-04-30T19:24:00.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46522026-04-30T19:24:00.760Z
46532026-04-30T19:24:00.760Zinfo: running `cargo check --bins` on wicket (271/274)
46542026-04-30T19:24:01.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-04-30T19:24:01.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-04-30T19:24:01.453Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46572026-04-30T19:24:01.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46582026-04-30T19:24:02.008Z
46592026-04-30T19:24:02.008Zinfo: running `cargo check --bins` on wicketd (272/274)
46602026-04-30T19:24:02.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-04-30T19:24:02.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-04-30T19:24:02.731Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46632026-04-30T19:24:02.736Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46642026-04-30T19:24:02.737Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46652026-04-30T19:24:02.737Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46662026-04-30T19:24:03.715Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46672026-04-30T19:24:04.287Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46682026-04-30T19:24:07.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46692026-04-30T19:24:07.436Z
46702026-04-30T19:24:07.436Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46712026-04-30T19:24:07.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-04-30T19:24:07.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-04-30T19:24:07.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-04-30T19:24:07.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46752026-04-30T19:24:08.016Z
46762026-04-30T19:24:08.017Zinfo: running `cargo check --bins` on zone-setup (274/274)
46772026-04-30T19:24:08.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-04-30T19:24:08.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-04-30T19:24:08.683Z Checking uzers v0.12.2
46802026-04-30T19:24:08.958Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46812026-04-30T19:24:09.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46822026-04-30T19:24:09.918Z
46832026-04-30T19:24:09.918Zreal 14:04.413088294
46842026-04-30T19:24:09.918Zuser 20:29.296288543
46852026-04-30T19:24:09.918Zsys 4:14.974095286
46862026-04-30T19:24:09.918Ztrap 0.329359497
46872026-04-30T19:24:09.918Ztflt 0.327426268
46882026-04-30T19:24:09.918Zdflt 0.957904070
46892026-04-30T19:24:09.918Zkflt 0.001688991
46902026-04-30T19:24:09.918Zlock 1:16:27.601643186
46912026-04-30T19:24:09.918Zslp 1:37:53.340446457
46922026-04-30T19:24:09.918Zlat 57.106693594
46932026-04-30T19:24:09.918Zstop 3:36.760492141
46942026-04-30T19:24:09.924Zprocess exited: duration 1031367 ms, exit code 0
 
46952026-04-30T19:24:09.932Zfound 0 output files