01KQAY83S3K10AQY79B75424PS: 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: 01KQAY8EHXQFBDDVE572CB584Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-28T21:00:50.023Zjob assigned to worker 01KQAY8P2MT33Y7D5FY136Q1ER [factory aws, i-04b9b419e6ea8308e] (queued for 52 s)
 
22026-04-28T21:00:58.765Zstarting task 0: "setup"
32026-04-28T21:00:58.768Z++ uname -s
42026-04-28T21:00:58.771Z+ kern=SunOS
52026-04-28T21:00:58.771Z+ build_user=build
62026-04-28T21:00:58.771Z+ build_uid=12345
72026-04-28T21:00:58.772Z+ work_dir=/work
82026-04-28T21:00:58.772Z+ input_dir=/input
92026-04-28T21:00:58.772Z+ [[ 0 == 12345 ]]
102026-04-28T21:00:58.772Z+ case "$kern" in
112026-04-28T21:00:58.772Z+ groupadd -g 12345 build
122026-04-28T21:00:58.775Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-28T21:01:00.779Z+ zfs create -o mountpoint=/work rpool/work
142026-04-28T21:01:00.855Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-28T21:01:00.858Z+ home_fs=zfs
162026-04-28T21:01:00.858Z+ [[ zfs == autofs ]]
172026-04-28T21:01:00.858Z+ mkdir -p /home/build
182026-04-28T21:01:00.858Z+ chown build:build /home/build /work
192026-04-28T21:01:02.859Z+ chmod 0700 /home/build /work
202026-04-28T21:01:02.880Zprocess exited: duration 4098 ms, exit code 0
 
212026-04-28T21:01:02.896Zstarting task 1: "rust-toolchain"
222026-04-28T21:01:02.905Z * rust toolchain channel = "1.94.0"
232026-04-28T21:01:02.905Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-04-28T21:01:02.905Z * rust toolchain profile = "default"
252026-04-28T21:01:02.905Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-28T21:01:02.905Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-28T21:01:02.905Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-28T21:01:02.905Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-28T21:01:02.905Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-28T21:01:03.001Zinfo: downloading installer
312026-04-28T21:01:04.880Zwarn: It looks like you have an existing installation of Rust at:
322026-04-28T21:01:04.880Zwarn: /opt/ooce/bin
332026-04-28T21:01:04.880Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-28T21:01:04.881Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-28T21:01:04.881Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-28T21:01:04.881Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-28T21:01:04.881Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-28T21:01:04.881Zerror: cannot install while Rust is installed
392026-04-28T21:01:04.881Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-28T21:01:04.881Zwarn: It looks like you have an existing rustup settings file at:
412026-04-28T21:01:04.881Zwarn: /home/build/.rustup/settings.toml
422026-04-28T21:01:04.881Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-28T21:01:04.881Zwarn: instead of the one inferred from the default host triple.
442026-04-28T21:01:04.914Zinfo: profile set to default
452026-04-28T21:01:04.914Zinfo: default host triple is x86_64-unknown-illumos
462026-04-28T21:01:04.922Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-28T21:01:05.060Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-28T21:01:05.070Zinfo: downloading 6 components
492026-04-28T21:01:20.289Z
502026-04-28T21:01:20.289Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-28T21:01:20.320Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-28T21:01:20.320Z
532026-04-28T21:01:20.320Z
542026-04-28T21:01:20.320ZRust is installed now. Great!
552026-04-28T21:01:20.320Z
562026-04-28T21:01:20.320ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-28T21:01:20.320Zenvironment variable. This has not been done automatically.
582026-04-28T21:01:20.320Z
592026-04-28T21:01:20.320ZTo configure your current shell, you need to source
602026-04-28T21:01:20.320Zthe corresponding env file under $HOME/.cargo.
612026-04-28T21:01:20.320Z
622026-04-28T21:01:20.320ZThis is usually done by running one of the following (note the leading DOT):
632026-04-28T21:01:20.320Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-28T21:01:20.320Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-28T21:01:20.320Zsource "~/.cargo/env.nu" # For nushell
662026-04-28T21:01:20.320Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-28T21:01:20.320Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-28T21:01:20.320Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-28T21:01:20.323Zwarn: no default linker (`cc`) was found in your PATH
702026-04-28T21:01:20.323Zwarn: many Rust crates require a system C toolchain to build
712026-04-28T21:01:20.421Z+ rustup --version
722026-04-28T21:01:20.430Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-28T21:01:20.433Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-28T21:01:20.452Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-28T21:01:20.455Z+ cargo --version
762026-04-28T21:01:20.468Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-28T21:01:20.471Z+ rustc --version
782026-04-28T21:01:20.491Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-28T21:01:20.494Zprocess exited: duration 17596 ms, exit code 0
 
802026-04-28T21:01:20.500Zstarting task 2: "authentication"
812026-04-28T21:01:20.516Zprocess exited: duration 16 ms, exit code 0
 
822026-04-28T21:01:20.521Zstarting task 3: "clone repository"
832026-04-28T21:01:20.525Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-28T21:01:20.527Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-28T21:01:20.736ZCloning into '/work/oxidecomputer/omicron'...
862026-04-28T21:01:29.983Z+ cd /work/oxidecomputer/omicron
872026-04-28T21:01:29.983Z+ git fetch origin bcce522e7e20a301284a4cbe454688a3754288c0
882026-04-28T21:01:30.291ZFrom https://github.com/oxidecomputer/omicron
892026-04-28T21:01:30.291Z * branch bcce522e7e20a301284a4cbe454688a3754288c0 -> FETCH_HEAD
902026-04-28T21:01:30.299Z+ [[ -n manual-disk-adoption ]]
912026-04-28T21:01:30.306Z++ git branch --show-current
922026-04-28T21:01:30.316Z+ current=main
932026-04-28T21:01:30.316Z+ [[ main != manual-disk-adoption ]]
942026-04-28T21:01:30.316Z+ git branch -f manual-disk-adoption bcce522e7e20a301284a4cbe454688a3754288c0
952026-04-28T21:01:30.316Z+ git checkout -f manual-disk-adoption
962026-04-28T21:01:30.535ZSwitched to branch 'manual-disk-adoption'
972026-04-28T21:01:30.538Z+ git reset --hard bcce522e7e20a301284a4cbe454688a3754288c0
982026-04-28T21:01:30.551ZHEAD is now at bcce522e7 Merge branch 'main' into manual-disk-adoption
992026-04-28T21:01:30.554Zprocess exited: duration 10030 ms, exit code 0
 
1002026-04-28T21:01:30.560Zstarting task 4: "build"
1012026-04-28T21:01:30.565Z+ source .github/buildomat/ci-env.sh
1022026-04-28T21:01:30.568Z++ export CARGO_TERM_COLOR=always
1032026-04-28T21:01:30.568Z++ CARGO_TERM_COLOR=always
1042026-04-28T21:01:30.568Z+ cargo --version
1052026-04-28T21:01:30.575Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-28T21:01:30.578Z+ rustc --version
1072026-04-28T21:01:30.598Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-28T21:01:30.601Z+ source ./env.sh
1092026-04-28T21:01:30.601Z++ OLD_SHELL_OPTS=ehxB
1102026-04-28T21:01:30.601Z++ set -o xtrace
1112026-04-28T21:01:30.604Z++++ dirname ./env.sh
1122026-04-28T21:01:30.604Z+++ readlink -f .
1132026-04-28T21:01:30.619Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ 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-28T21:01:30.622Z++ case $OLD_SHELL_OPTS in
1232026-04-28T21:01:30.623Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-28T21:01:30.623Z+ 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-28T21:01:30.623Z+ 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-28T21:01:30.623Z+ banner prerequisites
1272026-04-28T21:01:30.623Z
1282026-04-28T21:01:30.623Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-28T21:01:30.623Z # # # # # # # # # # # # # # #
1302026-04-28T21:01:30.623Z # # # # ##### # # ##### # # # # # #### #
1312026-04-28T21:01:30.623Z ##### ##### # ##### # # # # # # # # #
1322026-04-28T21:01:30.623Z # # # # # # # # # # # # # # #
1332026-04-28T21:01:30.623Z # # # ###### # # ###### ### # #### # #### #
1342026-04-28T21:01:30.623Z
1352026-04-28T21:01:30.623Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-28T21:01:42.042Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-28T21:01:49.390Z Startup: Caching catalogs ... Done
1382026-04-28T21:01:55.847ZPlanning: Solver setup ... Done (4.930s)
1392026-04-28T21:01:55.881ZPlanning: Running solver ... Done (0.034s)
1402026-04-28T21:01:56.008ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-28T21:01:56.020ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-28T21:01:56.136ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-28T21:01:56.173ZPlanning: Package planning ... Done (0.037s)
1442026-04-28T21:01:56.209ZPlanning: Merging actions ... Done (0.036s)
1452026-04-28T21:01:56.442ZPlanning: Checking for conflicting actions ... Done (0.233s)
1462026-04-28T21:01:56.451ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-28T21:01:58.221ZPlanning: Evaluating mediators ... Done (1.770s)
1482026-04-28T21:01:58.229ZPlanning: Planning completed in 8.68 seconds
1492026-04-28T21:01:58.250Z Packages to install: 5
1502026-04-28T21:01:58.250Z Mediators to change: 3
1512026-04-28T21:01:58.253Z Services to change: 1
1522026-04-28T21:01:58.253Z Estimated space available: 155.34 GB
1532026-04-28T21:01:58.253ZEstimated space to be consumed: 1.89 GB
1542026-04-28T21:01:58.253Z Create boot environment: No
1552026-04-28T21:01:58.253ZCreate backup boot environment: No
1562026-04-28T21:01:58.254Z Rebuild boot archive: No
1572026-04-28T21:01:58.254Z
1582026-04-28T21:01:58.254ZChanged mediators:
1592026-04-28T21:01:58.254Z mediator clang:
1602026-04-28T21:01:58.254Z version: None -> 15 (system default)
1612026-04-28T21:01:58.254Z
1622026-04-28T21:01:58.254Z mediator llvm:
1632026-04-28T21:01:58.254Z version: 14 (system default) -> 15 (system default)
1642026-04-28T21:01:58.254Z
1652026-04-28T21:01:58.254Z mediator postgresql:
1662026-04-28T21:01:58.254Z version: 15 (system default) -> 18 (system default)
1672026-04-28T21:01:58.254Z
1682026-04-28T21:01:58.254ZChanged packages:
1692026-04-28T21:01:58.254Zhelios-dev
1702026-04-28T21:01:58.254Z developer/build-essential
1712026-04-28T21:01:58.254Z None -> 11-2.0
1722026-04-28T21:01:58.254Z library/libxmlsec1
1732026-04-28T21:01:58.254Z None -> 1.2.35-2.0
1742026-04-28T21:01:58.254Z ooce/developer/clang-15
1752026-04-28T21:01:58.254Z None -> 15.0.7-2.0
1762026-04-28T21:01:58.254Z ooce/developer/llvm-15
1772026-04-28T21:01:58.254Z None -> 15.0.7-2.0
1782026-04-28T21:01:58.254Z ooce/library/postgresql-18
1792026-04-28T21:01:58.254Z None -> 18.1-2.0
1802026-04-28T21:01:58.254Z
1812026-04-28T21:01:58.254ZServices:
1822026-04-28T21:01:58.254Z restart_fmri:
1832026-04-28T21:01:58.254Z svc:/system/update-man-index:default
1842026-04-28T21:01:58.321Z
1852026-04-28T21:01:58.321ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-28T21:02:03.321ZDownload: 1368/4272 items 113.8/219.0MB 51% complete (23.6M/s)
1872026-04-28T21:02:09.216ZDownload: 2217/4272 items 117.2/219.0MB 53% complete (15.3M/s)
1882026-04-28T21:02:14.218ZDownload: 2485/4272 items 120.2/219.0MB 54% complete (488k/s)
1892026-04-28T21:02:21.036ZDownload: 3243/4272 items 203.1/219.0MB 92% complete (10.5M/s)
1902026-04-28T21:02:29.118ZDownload: 3245/4272 items 203.1/219.0MB 92% complete
1912026-04-28T21:02:36.859ZDownload: 3288/4272 items 211.8/219.0MB 96% complete (1023k/s)
1922026-04-28T21:02:44.920ZDownload: 3289/4272 items 212.4/219.0MB 96% complete (1.1M/s)
1932026-04-28T21:02:48.561ZDownload: Completed 218.99 MB in 50.24 seconds (4.4M/s)
1942026-04-28T21:02:48.688Z Actions: 1/4789 actions (Installing new actions)
1952026-04-28T21:02:52.218Z Actions: Completed 4789 actions in 3.53 seconds.
1962026-04-28T21:02:52.519Z Done (0.297s)
1972026-04-28T21:02:52.519Z Done (0.000s)
1982026-04-28T21:02:53.255Z Done (0.736s)
1992026-04-28T21:02:56.586Z Done (2.987s)
2002026-04-28T21:02:56.669Z Done (0.023s)
2012026-04-28T21:02:56.674Z Done (0.000s)
2022026-04-28T21:02:56.918Z Done (0.000s)
2032026-04-28T21:02:57.760ZPlanning: Evaluating mediator changes ... Done
2042026-04-28T21:02:57.870ZPlanning: Checking for conflicting actions ... Done
2052026-04-28T21:02:57.874ZPlanning: Consolidating action changes ... Done
2062026-04-28T21:02:58.031ZPlanning: Evaluating mediators ... Done
2072026-04-28T21:02:58.034ZPlanning: Planning completed in 0.27 seconds
2082026-04-28T21:02:58.052Z Mediators to change: 2
2092026-04-28T21:02:58.052Z Create boot environment: No
2102026-04-28T21:02:58.052ZCreate backup boot environment: No
2112026-04-28T21:02:58.098Z Done
2122026-04-28T21:02:58.098Z Done
2132026-04-28T21:02:58.705Z Done
2142026-04-28T21:03:01.177Z Done
2152026-04-28T21:03:01.248Z Done
2162026-04-28T21:03:01.248Z Done
2172026-04-28T21:03:01.500Z Done
2182026-04-28T21:03:01.765ZPlanning: Evaluating mediator changes ... Done
2192026-04-28T21:03:01.874ZPlanning: Checking for conflicting actions ... Done
2202026-04-28T21:03:01.878ZPlanning: Consolidating action changes ... Done
2212026-04-28T21:03:02.033ZPlanning: Evaluating mediators ... Done
2222026-04-28T21:03:02.036ZPlanning: Planning completed in 0.27 seconds
2232026-04-28T21:03:02.054Z Mediators to change: 1
2242026-04-28T21:03:02.054Z Create boot environment: No
2252026-04-28T21:03:02.054ZCreate backup boot environment: No
2262026-04-28T21:03:02.093Z Done
2272026-04-28T21:03:02.093Z Done
2282026-04-28T21:03:02.690Z Done
2292026-04-28T21:03:05.152Z Done
2302026-04-28T21:03:05.228Z Done
2312026-04-28T21:03:05.228Z Done
2322026-04-28T21:03:05.468Z Done
2332026-04-28T21:03:05.749ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-04-28T21:03:05.749Zclang system 15 system
2352026-04-28T21:03:05.749Zcsh system system illumos
2362026-04-28T21:03:05.749Zctags system system illumos
2372026-04-28T21:03:05.749Zfile system system illumos
2382026-04-28T21:03:05.749Zgcc vendor 12 vendor
2392026-04-28T21:03:05.749Zgcc system 14 system
2402026-04-28T21:03:05.749Zgcc system 10 system
2412026-04-28T21:03:05.749Zgo system 1.20 system
2422026-04-28T21:03:05.749Zgo system 1.19 system
2432026-04-28T21:03:05.749Zllvm system 15 system
2442026-04-28T21:03:05.749Zllvm system 14 system
2452026-04-28T21:03:05.749Zmariadb system 10.6 system
2462026-04-28T21:03:05.749Zmta vendor vendor dma
2472026-04-28T21:03:05.749Zopenjdk system 17 system
2482026-04-28T21:03:05.749Zopenjdk system 11 system
2492026-04-28T21:03:05.749Zopenjdk system 1.8 system
2502026-04-28T21:03:05.749Zopenssl vendor 3 vendor
2512026-04-28T21:03:05.749Zperl system 5.36 system
2522026-04-28T21:03:05.749Zpostgresql system 18 system
2532026-04-28T21:03:05.749Zpostgresql system 15 system
2542026-04-28T21:03:05.750Zpostgresql system 13 system
2552026-04-28T21:03:05.750Zpython vendor 3 vendor
2562026-04-28T21:03:05.750Zpython system 2 system
2572026-04-28T21:03:05.750Zpython3 system 3.11 system
2582026-04-28T21:03:05.750Zruby system 3.0 system
2592026-04-28T21:03:05.750Zwords vendor vendor american-english
2602026-04-28T21:03:05.750Zwords system system australian-english
2612026-04-28T21:03:05.750Zwords system system british-english
2622026-04-28T21:03:05.750Zwords system system canadian-english
2632026-04-28T21:03:05.750Zwords system system french
2642026-04-28T21:03:05.750Zwords system system italian
2652026-04-28T21:03:05.750Zwords system system ngerman
2662026-04-28T21:03:05.750Zwords system system ogerman
2672026-04-28T21:03:05.750Zwords system system spanish
2682026-04-28T21:03:05.972ZPUBLISHER TYPE STATUS P LOCATION
2692026-04-28T21:03:05.973Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702026-04-28T21:03:10.501ZFMRI IFO
2712026-04-28T21:03:10.501Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722026-04-28T21:03:10.501Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732026-04-28T21:03:10.502Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742026-04-28T21:03:10.502Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752026-04-28T21:03:10.502Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762026-04-28T21:03:10.502Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2772026-04-28T21:03:10.502Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2782026-04-28T21:03:10.502Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2792026-04-28T21:03:10.502Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2802026-04-28T21:03:10.502Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2812026-04-28T21:03:10.502Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2822026-04-28T21:03:10.502Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2832026-04-28T21:03:10.502Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2842026-04-28T21:03:10.502Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852026-04-28T21:03:10.502Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2862026-04-28T21:03:10.502Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2872026-04-28T21:03:10.502Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2882026-04-28T21:03:11.621Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2892026-04-28T21:03:11.910Z Updating crates.io index
2902026-04-28T21:03:11.913Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912026-04-28T21:03:12.199Z Updating git repository `https://github.com/oxidecomputer/lldp`
2922026-04-28T21:03:13.018Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932026-04-28T21:03:13.442Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942026-04-28T21:03:14.494Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952026-04-28T21:03:15.007Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962026-04-28T21:03:16.646Z Updating git repository `https://github.com/oxidecomputer/opte`
2972026-04-28T21:03:17.429Z Updating git repository `https://github.com/oxidecomputer/tofino`
2982026-04-28T21:03:17.696Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2992026-04-28T21:03:18.437Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-04-28T21:03:18.771Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-04-28T21:03:19.152Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-04-28T21:03:19.494Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-04-28T21:03:20.431Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-04-28T21:03:20.929Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-04-28T21:03:21.373Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-04-28T21:03:21.731Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-04-28T21:03:22.068Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-04-28T21:03:22.416Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-04-28T21:03:22.676Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-04-28T21:03:22.950Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-04-28T21:03:23.338Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-04-28T21:03:23.656Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-04-28T21:03:24.198Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-04-28T21:03:24.546Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-04-28T21:03:24.862Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-04-28T21:03:25.158Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3172026-04-28T21:03:26.087Z Updating git repository `https://github.com/oxidecomputer/crucible`
3182026-04-28T21:03:27.017Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3192026-04-28T21:03:28.103Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3202026-04-28T21:03:28.108Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3212026-04-28T21:03:28.161Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3222026-04-28T21:03:28.495Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3232026-04-28T21:03:28.835Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3242026-04-28T21:03:29.400Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3252026-04-28T21:03:29.657Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3262026-04-28T21:03:29.994Z Updating git repository `https://github.com/illumos/smf-rs`
3272026-04-28T21:03:30.421Z Updating git repository `https://github.com/oxidecomputer/omicron`
3282026-04-28T21:03:42.112Z Downloading crates ...
3292026-04-28T21:03:42.168Z Downloaded bitflags v2.11.0
3302026-04-28T21:03:42.171Z Downloaded smawk v0.3.2
3312026-04-28T21:03:42.178Z Downloaded tabled_derive v0.7.0
3322026-04-28T21:03:42.178Z Downloaded once_cell v1.21.3
3332026-04-28T21:03:42.178Z Downloaded litemap v0.8.1
3342026-04-28T21:03:42.181Z Downloaded serde_derive v1.0.228
3352026-04-28T21:03:42.184Z Downloaded unicode-xid v0.2.6
3362026-04-28T21:03:42.184Z Downloaded idna_adapter v1.2.1
3372026-04-28T21:03:42.184Z Downloaded anstyle-query v1.1.5
3382026-04-28T21:03:42.187Z Downloaded memchr v2.8.0
3392026-04-28T21:03:42.190Z Downloaded toml_datetime v0.6.11
3402026-04-28T21:03:42.190Z Downloaded thread-id v4.2.2
3412026-04-28T21:03:42.194Z Downloaded camino-tempfile v1.4.1
3422026-04-28T21:03:42.197Z Downloaded unicode-linebreak v0.1.5
3432026-04-28T21:03:42.197Z Downloaded cpufeatures v0.2.17
3442026-04-28T21:03:42.202Z Downloaded utf8_iter v1.0.4
3452026-04-28T21:03:42.202Z Downloaded fs-err v3.3.0
3462026-04-28T21:03:42.202Z Downloaded cfg-if v1.0.4
3472026-04-28T21:03:42.202Z Downloaded anstyle-parse v0.2.7
3482026-04-28T21:03:42.202Z Downloaded toml_write v0.1.2
3492026-04-28T21:03:43.208Z Downloaded fastrand v2.3.0
3502026-04-28T21:03:43.212Z Downloaded version_check v0.9.5
3512026-04-28T21:03:43.212Z Downloaded yoke-derive v0.8.1
3522026-04-28T21:03:43.212Z Downloaded utf8parse v0.2.2
3532026-04-28T21:03:43.212Z Downloaded zerofrom-derive v0.1.6
3542026-04-28T21:03:43.212Z Downloaded usdt-macro v0.5.0
3552026-04-28T21:03:43.212Z Downloaded zerofrom v0.1.6
3562026-04-28T21:03:43.212Z Downloaded icu_properties v2.1.2
3572026-04-28T21:03:43.212Z Downloaded typeid v1.0.3
3582026-04-28T21:03:43.212Z Downloaded usdt-attr-macro v0.5.0
3592026-04-28T21:03:43.212Z Downloaded errno v0.3.14
3602026-04-28T21:03:43.212Z Downloaded writeable v0.6.2
3612026-04-28T21:03:43.212Z Downloaded displaydoc v0.2.5
3622026-04-28T21:03:43.212Z Downloaded tinystr v0.8.2
3632026-04-28T21:03:43.212Z Downloaded usdt-impl v0.5.0
3642026-04-28T21:03:43.212Z Downloaded usdt v0.5.0
3652026-04-28T21:03:43.212Z Downloaded camino v1.2.2
3662026-04-28T21:03:43.212Z Downloaded block-buffer v0.10.4
3672026-04-28T21:03:43.212Z Downloaded toml v0.8.23
3682026-04-28T21:03:43.212Z Downloaded thiserror-impl v2.0.18
3692026-04-28T21:03:43.212Z Downloaded zmij v1.0.21
3702026-04-28T21:03:43.212Z Downloaded url v2.5.8
3712026-04-28T21:03:43.212Z Downloaded zerovec-derive v0.11.2
3722026-04-28T21:03:43.212Z Downloaded thiserror v2.0.18
3732026-04-28T21:03:43.212Z Downloaded equivalent v1.0.2
3742026-04-28T21:03:43.212Z Downloaded thiserror v1.0.69
3752026-04-28T21:03:43.212Z Downloaded yoke v0.8.1
3762026-04-28T21:03:43.212Z Downloaded zerocopy-derive v0.7.35
3772026-04-28T21:03:43.212Z Downloaded heck v0.5.0
3782026-04-28T21:03:43.212Z Downloaded heck v0.4.1
3792026-04-28T21:03:43.212Z Downloaded icu_locale_core v2.1.1
3802026-04-28T21:03:43.212Z Downloaded ucd-trie v0.1.7
3812026-04-28T21:03:43.212Z Downloaded plain v0.2.3
3822026-04-28T21:03:43.212Z Downloaded percent-encoding v2.3.2
3832026-04-28T21:03:43.212Z Downloaded form_urlencoded v1.2.2
3842026-04-28T21:03:43.213Z Downloaded colorchoice v1.0.4
3852026-04-28T21:03:43.213Z Downloaded generic-array v0.14.7
3862026-04-28T21:03:43.213Z Downloaded unicode-ident v1.0.24
3872026-04-28T21:03:43.213Z Downloaded bytecount v0.6.9
3882026-04-28T21:03:43.213Z Downloaded thiserror-impl v1.0.69
3892026-04-28T21:03:43.213Z Downloaded scroll_derive v0.12.1
3902026-04-28T21:03:43.213Z Downloaded dtrace-parser v0.2.0
3912026-04-28T21:03:43.213Z Downloaded textwrap v0.16.2
3922026-04-28T21:03:43.213Z Downloaded serde-value v0.7.0
3932026-04-28T21:03:43.213Z Downloaded potential_utf v0.1.4
3942026-04-28T21:03:43.213Z Downloaded erased-serde v0.4.9
3952026-04-28T21:03:43.213Z Downloaded zerotrie v0.2.3
3962026-04-28T21:03:43.213Z Downloaded typenum v1.19.0
3972026-04-28T21:03:43.213Z Downloaded anstyle v1.0.13
3982026-04-28T21:03:43.213Z Downloaded toml_edit v0.22.27
3992026-04-28T21:03:43.213Z Downloaded strsim v0.11.1
4002026-04-28T21:03:43.213Z Downloaded zerovec v0.11.5
4012026-04-28T21:03:43.214Z Downloaded serde_spanned v0.6.9
4022026-04-28T21:03:43.214Z Downloaded fnv v1.0.7
4032026-04-28T21:03:43.214Z Downloaded proc-macro-error-attr v1.0.4
4042026-04-28T21:03:43.214Z Downloaded ordered-float v2.10.1
4052026-04-28T21:03:43.214Z Downloaded clap_lex v1.0.0
4062026-04-28T21:03:43.214Z Downloaded stable_deref_trait v1.2.1
4072026-04-28T21:03:43.214Z Downloaded memmap v0.7.0
4082026-04-28T21:03:43.214Z Downloaded macaddr v1.0.1
4092026-04-28T21:03:43.214Z Downloaded zerocopy v0.7.35
4102026-04-28T21:03:43.214Z Downloaded terminal_size v0.4.3
4112026-04-28T21:03:43.214Z Downloaded winnow v0.7.14
4122026-04-28T21:03:43.214Z Downloaded serde-untagged v0.1.9
4132026-04-28T21:03:43.214Z Downloaded serde_tokenstream v0.2.3
4142026-04-28T21:03:43.214Z Downloaded itoa v1.0.17
4152026-04-28T21:03:43.214Z Downloaded byteorder v1.5.0
4162026-04-28T21:03:43.214Z Downloaded icu_normalizer_data v2.1.1
4172026-04-28T21:03:43.214Z Downloaded unicode-width v0.2.0
4182026-04-28T21:03:43.214Z Downloaded unicode-width v0.1.14
4192026-04-28T21:03:43.214Z Downloaded pretty-hex v0.4.1
4202026-04-28T21:03:43.214Z Downloaded cargo-platform v0.2.0
4212026-04-28T21:03:43.214Z Downloaded clap_derive v4.5.55
4222026-04-28T21:03:43.214Z Downloaded clap v4.5.60
4232026-04-28T21:03:43.214Z Downloaded cargo_toml v0.21.0
4242026-04-28T21:03:43.214Z Downloaded cargo_metadata v0.21.0
4252026-04-28T21:03:43.214Z Downloaded proc-macro-error v1.0.4
4262026-04-28T21:03:43.214Z Downloaded dof v0.3.0
4272026-04-28T21:03:43.214Z Downloaded cargo-util-schemas v0.8.2
4282026-04-28T21:03:43.214Z Downloaded anstream v0.6.21
4292026-04-28T21:03:43.214Z Downloaded sha2 v0.10.9
4302026-04-28T21:03:43.214Z Downloaded scroll v0.12.0
4312026-04-28T21:03:43.214Z Downloaded autocfg v1.5.0
4322026-04-28T21:03:43.214Z Downloaded swrite v0.1.0
4332026-04-28T21:03:43.214Z Downloaded icu_collections v2.1.1
4342026-04-28T21:03:43.214Z Downloaded digest v0.10.7
4352026-04-28T21:03:43.214Z Downloaded anyhow v1.0.102
4362026-04-28T21:03:43.214Z Downloaded crypto-common v0.1.7
4372026-04-28T21:03:43.215Z Downloaded is_terminal_polyfill v1.70.2
4382026-04-28T21:03:43.215Z Downloaded pest_generator v2.8.6
4392026-04-28T21:03:43.215Z Downloaded smallvec v1.15.1
4402026-04-28T21:03:43.215Z Downloaded quote v1.0.45
4412026-04-28T21:03:43.215Z Downloaded pest_derive v2.8.6
4422026-04-28T21:03:43.215Z Downloaded synstructure v0.13.2
4432026-04-28T21:03:43.215Z Downloaded icu_provider v2.1.1
4442026-04-28T21:03:43.215Z Downloaded semver v1.0.28
4452026-04-28T21:03:43.215Z Downloaded log v0.4.29
4462026-04-28T21:03:43.215Z Downloaded tempfile v3.25.0
4472026-04-28T21:03:43.215Z Downloaded proc-macro2 v1.0.106
4482026-04-28T21:03:43.215Z Downloaded papergrid v0.11.0
4492026-04-28T21:03:43.215Z Downloaded getrandom v0.4.1
4502026-04-28T21:03:43.218Z Downloaded num-traits v0.2.19
4512026-04-28T21:03:43.219Z Downloaded pest_meta v2.8.6
4522026-04-28T21:03:43.219Z Downloaded serde_core v1.0.228
4532026-04-28T21:03:43.219Z Downloaded icu_normalizer v2.1.1
4542026-04-28T21:03:43.219Z Downloaded serde v1.0.228
4552026-04-28T21:03:43.219Z Downloaded indexmap v2.14.0
4562026-04-28T21:03:43.219Z Downloaded clap_builder v4.5.60
4572026-04-28T21:03:43.219Z Downloaded idna v1.1.0
4582026-04-28T21:03:43.219Z Downloaded goblin v0.8.2
4592026-04-28T21:03:43.219Z Downloaded pest v2.8.6
4602026-04-28T21:03:43.219Z Downloaded hashbrown v0.17.0
4612026-04-28T21:03:43.219Z Downloaded icu_properties_data v2.1.2
4622026-04-28T21:03:43.219Z Downloaded serde_json v1.0.149
4632026-04-28T21:03:43.219Z Downloaded tabled v0.15.0
4642026-04-28T21:03:43.219Z Downloaded syn v1.0.109
4652026-04-28T21:03:43.219Z Downloaded syn v2.0.117
4662026-04-28T21:03:43.219Z Downloaded rustix v1.1.3
4672026-04-28T21:03:43.219Z Downloaded libc v0.2.185
4682026-04-28T21:03:43.219Z Compiling proc-macro2 v1.0.106
4692026-04-28T21:03:43.219Z Compiling unicode-ident v1.0.24
4702026-04-28T21:03:43.219Z Compiling quote v1.0.45
4712026-04-28T21:03:43.219Z Compiling serde_core v1.0.228
4722026-04-28T21:03:43.219Z Compiling libc v0.2.185
4732026-04-28T21:03:43.219Z Compiling version_check v0.9.5
4742026-04-28T21:03:43.219Z Compiling stable_deref_trait v1.2.1
4752026-04-28T21:03:43.219Z Compiling serde v1.0.228
4762026-04-28T21:03:43.219Z Compiling memchr v2.8.0
4772026-04-28T21:03:43.219Z Compiling zmij v1.0.21
4782026-04-28T21:03:43.219Z Compiling autocfg v1.5.0
4792026-04-28T21:03:43.470Z Compiling itoa v1.0.17
4802026-04-28T21:03:43.473Z Compiling thiserror v1.0.69
4812026-04-28T21:03:43.584Z Compiling ucd-trie v0.1.7
4822026-04-28T21:03:43.651Z Compiling writeable v0.6.2
4832026-04-28T21:03:43.750Z Compiling pest v2.8.6
4842026-04-28T21:03:43.850Z Compiling litemap v0.8.1
4852026-04-28T21:03:43.868Z Compiling rustix v1.1.3
4862026-04-28T21:03:43.884Z Compiling icu_properties_data v2.1.2
4872026-04-28T21:03:43.965Z Compiling icu_normalizer_data v2.1.1
4882026-04-28T21:03:44.041Z Compiling byteorder v1.5.0
4892026-04-28T21:03:44.290Z Compiling syn v2.0.117
4902026-04-28T21:03:44.387Z Compiling errno v0.3.14
4912026-04-28T21:03:44.404Z Compiling bitflags v2.11.0
4922026-04-28T21:03:44.435Z Compiling serde_json v1.0.149
4932026-04-28T21:03:44.640Z Compiling num-traits v0.2.19
4942026-04-28T21:03:44.676Z Compiling hashbrown v0.17.0
4952026-04-28T21:03:44.839Z Compiling pest_meta v2.8.6
4962026-04-28T21:03:44.883Z Compiling typeid v1.0.3
4972026-04-28T21:03:44.984Z Compiling smallvec v1.15.1
4982026-04-28T21:03:45.140Z Compiling equivalent v1.0.2
4992026-04-28T21:03:45.233Z Compiling indexmap v2.14.0
5002026-04-28T21:03:45.337Z Compiling thread-id v4.2.2
5012026-04-28T21:03:45.401Z Compiling proc-macro-error-attr v1.0.4
5022026-04-28T21:03:45.418Z Compiling usdt-impl v0.5.0
5032026-04-28T21:03:45.485Z Compiling syn v1.0.109
5042026-04-28T21:03:45.587Z Compiling erased-serde v0.4.9
5052026-04-28T21:03:45.745Z Compiling toml_write v0.1.2
5062026-04-28T21:03:45.764Z Compiling winnow v0.7.14
5072026-04-28T21:03:45.959Z Compiling proc-macro-error v1.0.4
5082026-04-28T21:03:46.077Z Compiling getrandom v0.4.1
5092026-04-28T21:03:46.169Z Compiling log v0.4.29
5102026-04-28T21:03:46.367Z Compiling plain v0.2.3
5112026-04-28T21:03:46.437Z Compiling camino v1.2.2
5122026-04-28T21:03:46.490Z Compiling utf8parse v0.2.2
5132026-04-28T21:03:46.514Z Compiling thiserror v2.0.18
5142026-04-28T21:03:46.544Z Compiling utf8_iter v1.0.4
5152026-04-28T21:03:46.613Z Compiling percent-encoding v2.3.2
5162026-04-28T21:03:46.701Z Compiling anstyle-parse v0.2.7
5172026-04-28T21:03:46.706Z Compiling ordered-float v2.10.1
5182026-04-28T21:03:46.810Z Compiling form_urlencoded v1.2.2
5192026-04-28T21:03:46.958Z Compiling synstructure v0.13.2
5202026-04-28T21:03:46.984Z Compiling pest_generator v2.8.6
5212026-04-28T21:03:47.074Z Compiling terminal_size v0.4.3
5222026-04-28T21:03:47.262Z Compiling anstyle v1.0.13
5232026-04-28T21:03:47.348Z Compiling anstyle-query v1.1.5
5242026-04-28T21:03:47.412Z Compiling is_terminal_polyfill v1.70.2
5252026-04-28T21:03:47.452Z Compiling colorchoice v1.0.4
5262026-04-28T21:03:47.468Z Compiling pretty-hex v0.4.1
5272026-04-28T21:03:47.501Z Compiling cfg-if v1.0.4
5282026-04-28T21:03:47.557Z Compiling anstream v0.6.21
5292026-04-28T21:03:47.575Z Compiling serde-untagged v0.1.9
5302026-04-28T21:03:47.622Z Compiling semver v1.0.28
5312026-04-28T21:03:47.746Z Compiling fs-err v3.3.0
5322026-04-28T21:03:47.828Z Compiling anyhow v1.0.102
5332026-04-28T21:03:47.861Z Compiling fastrand v2.3.0
5342026-04-28T21:03:47.939Z Compiling bytecount v0.6.9
5352026-04-28T21:03:47.942Z Compiling heck v0.4.1
5362026-04-28T21:03:47.980Z Compiling unicode-width v0.1.14
5372026-04-28T21:03:48.076Z Compiling once_cell v1.21.3
5382026-04-28T21:03:48.138Z Compiling unicode-xid v0.2.6
5392026-04-28T21:03:48.178Z Compiling heck v0.5.0
5402026-04-28T21:03:48.258Z Compiling strsim v0.11.1
5412026-04-28T21:03:48.276Z Compiling fnv v1.0.7
5422026-04-28T21:03:48.293Z Compiling clap_lex v1.0.0
5432026-04-28T21:03:48.381Z Compiling papergrid v0.11.0
5442026-04-28T21:03:48.411Z Compiling tempfile v3.25.0
5452026-04-28T21:03:48.529Z Compiling clap_builder v4.5.60
5462026-04-28T21:03:48.629Z Compiling serde_derive v1.0.228
5472026-04-28T21:03:48.646Z Compiling zerofrom-derive v0.1.6
5482026-04-28T21:03:48.712Z Compiling yoke-derive v0.8.1
5492026-04-28T21:03:48.786Z Compiling zerovec-derive v0.11.2
5502026-04-28T21:03:49.044Z Compiling displaydoc v0.2.5
5512026-04-28T21:03:49.769Z Compiling thiserror-impl v1.0.69
5522026-04-28T21:03:49.795Z Compiling zerocopy-derive v0.7.35
5532026-04-28T21:03:49.838Z Compiling pest_derive v2.8.6
5542026-04-28T21:03:49.870Z Compiling scroll_derive v0.12.1
5552026-04-28T21:03:49.991Z Compiling zerofrom v0.1.6
5562026-04-28T21:03:50.124Z Compiling yoke v0.8.1
5572026-04-28T21:03:50.267Z Compiling thiserror-impl v2.0.18
5582026-04-28T21:03:50.362Z Compiling zerovec v0.11.5
5592026-04-28T21:03:50.599Z Compiling zerotrie v0.2.3
5602026-04-28T21:03:50.687Z Compiling zerocopy v0.7.35
5612026-04-28T21:03:50.880Z Compiling tinystr v0.8.2
5622026-04-28T21:03:50.909Z Compiling potential_utf v0.1.4
5632026-04-28T21:03:51.081Z Compiling icu_locale_core v2.1.1
5642026-04-28T21:03:51.099Z Compiling icu_collections v2.1.1
5652026-04-28T21:03:51.125Z Compiling dtrace-parser v0.2.0
5662026-04-28T21:03:51.250Z Compiling scroll v0.12.0
5672026-04-28T21:03:51.536Z Compiling goblin v0.8.2
5682026-04-28T21:03:51.556Z Compiling tabled_derive v0.7.0
5692026-04-28T21:03:51.657Z Compiling clap_derive v4.5.55
5702026-04-28T21:03:51.792Z Compiling icu_provider v2.1.1
5712026-04-28T21:03:51.880Z Compiling memmap v0.7.0
5722026-04-28T21:03:51.984Z Compiling unicode-width v0.2.0
5732026-04-28T21:03:52.063Z Compiling icu_normalizer v2.1.1
5742026-04-28T21:03:52.091Z Compiling icu_properties v2.1.2
5752026-04-28T21:03:52.094Z Compiling toml_datetime v0.6.11
5762026-04-28T21:03:52.127Z Compiling serde_spanned v0.6.9
5772026-04-28T21:03:52.257Z Compiling dof v0.3.0
5782026-04-28T21:03:52.279Z Compiling toml_edit v0.22.27
5792026-04-28T21:03:52.353Z Compiling serde_tokenstream v0.2.3
5802026-04-28T21:03:52.455Z Compiling serde-value v0.7.0
5812026-04-28T21:03:52.643Z Compiling cargo-platform v0.2.0
5822026-04-28T21:03:52.670Z Compiling smawk v0.3.2
5832026-04-28T21:03:52.812Z Compiling unicode-linebreak v0.1.5
5842026-04-28T21:03:52.830Z Compiling tabled v0.15.0
5852026-04-28T21:03:52.917Z Compiling macaddr v1.0.1
5862026-04-28T21:03:53.060Z Compiling idna_adapter v1.2.1
5872026-04-28T21:03:53.147Z Compiling textwrap v0.16.2
5882026-04-28T21:03:53.183Z Compiling idna v1.1.0
5892026-04-28T21:03:53.202Z Compiling usdt-macro v0.5.0
5902026-04-28T21:03:53.398Z Compiling usdt-attr-macro v0.5.0
5912026-04-28T21:03:53.521Z Compiling url v2.5.8
5922026-04-28T21:03:53.619Z Compiling clap v4.5.60
5932026-04-28T21:03:53.716Z Compiling toml v0.8.23
5942026-04-28T21:03:54.070Z Compiling camino-tempfile v1.4.1
5952026-04-28T21:03:54.268Z Compiling cargo-util-schemas v0.8.2
5962026-04-28T21:03:54.330Z Compiling cargo_toml v0.21.0
5972026-04-28T21:03:54.335Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5982026-04-28T21:03:54.522Z Compiling usdt v0.5.0
5992026-04-28T21:03:54.589Z Compiling swrite v0.1.0
6002026-04-28T21:03:55.166Z Compiling cargo_metadata v0.21.0
6012026-04-28T21:03:56.114Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6022026-04-28T21:03:58.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.75s
6032026-04-28T21:03:58.426Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6042026-04-28T21:03:58.990Z Downloading crates ...
6052026-04-28T21:03:59.082Z Downloaded async-bb8-diesel v0.2.1
6062026-04-28T21:03:59.085Z Downloaded buf-list v1.1.2
6072026-04-28T21:03:59.088Z Downloaded corncobs v0.1.4
6082026-04-28T21:03:59.091Z Downloaded array-init v0.0.4
6092026-04-28T21:03:59.091Z Downloaded arrayref v0.3.9
6102026-04-28T21:03:59.091Z Downloaded atomic-waker v1.1.2
6112026-04-28T21:03:59.094Z Downloaded argon2 v0.5.3
6122026-04-28T21:03:59.097Z Downloaded atty v0.2.14
6132026-04-28T21:03:59.097Z Downloaded async-stream v0.3.6
6142026-04-28T21:03:59.105Z Downloaded ascii-canvas v3.0.0
6152026-04-28T21:03:59.108Z Downloaded adler2 v2.0.1
6162026-04-28T21:03:59.108Z Downloaded async-recursion v1.1.1
6172026-04-28T21:03:59.108Z Downloaded atomicwrites v0.4.4
6182026-04-28T21:03:59.110Z Downloaded defmt-macros v1.0.1
6192026-04-28T21:03:59.110Z Downloaded dirs-sys-next v0.1.2
6202026-04-28T21:03:59.114Z Downloaded crc32fast v1.5.0
6212026-04-28T21:03:59.114Z Downloaded allocator-api2 v0.2.21
6222026-04-28T21:03:59.117Z Downloaded debug-ignore v1.0.5
6232026-04-28T21:03:59.117Z Downloaded crossbeam-utils v0.8.21
6242026-04-28T21:03:59.117Z Downloaded either v1.15.0
6252026-04-28T21:03:59.120Z Downloaded data-encoding v2.10.0
6262026-04-28T21:03:59.124Z Downloaded darling_macro v0.23.0
6272026-04-28T21:03:59.127Z Downloaded async-compression v0.4.41
6282026-04-28T21:03:59.130Z Downloaded cassowary v0.3.0
6292026-04-28T21:03:59.130Z Downloaded arc-swap v1.8.2
6302026-04-28T21:03:59.132Z Downloaded byte-wrapper v0.1.0
6312026-04-28T21:03:59.132Z Downloaded crc8 v0.1.1
6322026-04-28T21:03:59.135Z Downloaded crossbeam-deque v0.8.6
6332026-04-28T21:03:59.135Z Downloaded derive_builder v0.20.2
6342026-04-28T21:03:59.139Z Downloaded defmt v1.0.1
6352026-04-28T21:03:59.146Z Downloaded daft-derive v0.1.5
6362026-04-28T21:03:59.176Z Downloaded deranged v0.5.8
6372026-04-28T21:03:59.176Z Downloaded aead v0.5.2
6382026-04-28T21:03:59.176Z Downloaded blowfish v0.9.1
6392026-04-28T21:03:59.176Z Downloaded backon v1.6.0
6402026-04-28T21:03:59.176Z Downloaded bitflags v1.3.2
6412026-04-28T21:03:59.180Z Downloaded derive_builder_core v0.20.2
6422026-04-28T21:03:59.180Z Downloaded expectorate v1.2.0
6432026-04-28T21:03:59.180Z Downloaded block-padding v0.3.3
6442026-04-28T21:03:59.180Z Downloaded async-stream-impl v0.3.6
6452026-04-28T21:03:59.181Z Downloaded derive_builder_macro v0.20.2
6462026-04-28T21:03:59.181Z Downloaded castaway v0.2.4
6472026-04-28T21:03:59.181Z Downloaded convert_case v0.4.0
6482026-04-28T21:03:59.181Z Downloaded defmt v0.3.100
6492026-04-28T21:03:59.181Z Downloaded crossbeam-epoch v0.9.18
6502026-04-28T21:03:59.181Z Downloaded darling_macro v0.21.3
6512026-04-28T21:03:59.181Z Downloaded daft v0.1.5
6522026-04-28T21:03:59.181Z Downloaded derive-ex v0.1.8
6532026-04-28T21:03:59.181Z Downloaded cfg_aliases v0.2.1
6542026-04-28T21:03:59.181Z Downloaded base16ct v0.2.0
6552026-04-28T21:03:59.181Z Downloaded curve25519-dalek-derive v0.1.1
6562026-04-28T21:03:59.181Z Downloaded float-cmp v0.10.0
6572026-04-28T21:03:59.181Z Downloaded endian-type v0.1.2
6582026-04-28T21:03:59.181Z Downloaded cpufeatures v0.3.0
6592026-04-28T21:03:59.181Z Downloaded bcrypt-pbkdf v0.10.0
6602026-04-28T21:03:59.181Z Downloaded defmt-parser v1.0.0
6612026-04-28T21:03:59.181Z Downloaded cobs v0.3.0
6622026-04-28T21:03:59.181Z Downloaded crunchy v0.2.4
6632026-04-28T21:03:59.181Z Downloaded dsl_auto_type v0.2.0
6642026-04-28T21:03:59.181Z Downloaded arrayvec v0.7.6
6652026-04-28T21:03:59.181Z Downloaded darling_macro v0.20.11
6662026-04-28T21:03:59.181Z Downloaded async-trait v0.1.89
6672026-04-28T21:03:59.181Z Downloaded critical-section v1.2.0
6682026-04-28T21:03:59.181Z Downloaded assert_matches v1.5.0
6692026-04-28T21:03:59.181Z Downloaded darling_core v0.20.11
6702026-04-28T21:03:59.182Z Downloaded cfg_aliases v0.1.1
6712026-04-28T21:03:59.187Z Downloaded diesel_table_macro_syntax v0.3.0
6722026-04-28T21:03:59.187Z Downloaded ciborium-ll v0.2.2
6732026-04-28T21:03:59.187Z Downloaded ciborium-io v0.2.2
6742026-04-28T21:03:59.192Z Downloaded flagset v0.4.7
6752026-04-28T21:03:59.192Z Downloaded dof v0.4.0
6762026-04-28T21:03:59.192Z Downloaded fixedbitset v0.4.2
6772026-04-28T21:03:59.196Z Downloaded crc v3.4.0
6782026-04-28T21:03:59.196Z Downloaded bit-set v0.8.0
6792026-04-28T21:03:59.199Z Downloaded float-ord v0.3.2
6802026-04-28T21:03:59.199Z Downloaded env_filter v1.0.0
6812026-04-28T21:03:59.199Z Downloaded foreign-types-shared v0.1.1
6822026-04-28T21:03:59.199Z Downloaded enum-as-inner v0.6.1
6832026-04-28T21:03:59.202Z Downloaded display-error-chain v0.2.2
6842026-04-28T21:03:59.202Z Downloaded dtrace-parser v0.3.0
6852026-04-28T21:03:59.202Z Downloaded downcast-rs v2.0.2
6862026-04-28T21:03:59.202Z Downloaded bb8 v0.8.6
6872026-04-28T21:03:59.206Z Downloaded dyn-clone v1.0.20
6882026-04-28T21:03:59.206Z Downloaded compression-core v0.4.31
6892026-04-28T21:03:59.206Z Downloaded cstr-argument v0.1.2
6902026-04-28T21:03:59.209Z Downloaded crucible-workspace-hack v0.1.0
6912026-04-28T21:03:59.209Z Downloaded embedded-io v0.6.1
6922026-04-28T21:03:59.209Z Downloaded document-features v0.2.12
6932026-04-28T21:03:59.209Z Downloaded ena v0.14.4
6942026-04-28T21:03:59.212Z Downloaded der_derive v0.7.3
6952026-04-28T21:03:59.212Z Downloaded difflib v0.4.0
6962026-04-28T21:03:59.212Z Downloaded foreign-types v0.5.0
6972026-04-28T21:03:59.212Z Downloaded darling v0.23.0
6982026-04-28T21:03:59.215Z Downloaded funty v2.0.0
6992026-04-28T21:03:59.219Z Downloaded foreign-types-macros v0.2.3
7002026-04-28T21:03:59.219Z Downloaded crc-catalog v2.4.0
7012026-04-28T21:03:59.226Z Downloaded bitfield-struct v0.6.2
7022026-04-28T21:03:59.226Z Downloaded futures-io v0.3.32
7032026-04-28T21:03:59.227Z Downloaded foreign-types-shared v0.3.1
7042026-04-28T21:03:59.227Z Downloaded cargo-platform v0.1.9
7052026-04-28T21:03:59.231Z Downloaded dunce v1.0.5
7062026-04-28T21:03:59.231Z Downloaded convert_case v0.10.0
7072026-04-28T21:03:59.231Z Downloaded cipher v0.4.4
7082026-04-28T21:03:59.231Z Downloaded cbc v0.1.2
7092026-04-28T21:03:59.232Z Downloaded bitfield v0.19.4
7102026-04-28T21:03:59.235Z Downloaded dropshot-api-manager-types v0.7.1
7112026-04-28T21:03:59.235Z Downloaded camino-tempfile-ext v0.3.3
7122026-04-28T21:03:59.235Z Downloaded futures-sink v0.3.32
7132026-04-28T21:03:59.235Z Downloaded gethostname v0.5.0
7142026-04-28T21:03:59.238Z Downloaded ghash v0.5.1
7152026-04-28T21:03:59.238Z Downloaded darling v0.21.3
7162026-04-28T21:03:59.241Z Downloaded fxhash v0.2.1
7172026-04-28T21:03:59.241Z Downloaded git-stub v1.0.0
7182026-04-28T21:03:59.251Z Downloaded ctr v0.9.2
7192026-04-28T21:03:59.251Z Downloaded derive_more v0.99.20
7202026-04-28T21:03:59.254Z Downloaded hash32 v0.2.1
7212026-04-28T21:03:59.254Z Downloaded hash32 v0.3.1
7222026-04-28T21:03:59.254Z Downloaded futures-macro v0.3.32
7232026-04-28T21:03:59.254Z Downloaded dirs-next v2.0.0
7242026-04-28T21:03:59.254Z Downloaded headers-core v0.3.0
7252026-04-28T21:03:59.254Z Downloaded globwalk v0.9.1
7262026-04-28T21:03:59.254Z Downloaded blake2 v0.10.6
7272026-04-28T21:03:59.254Z Downloaded http-range v0.1.5
7282026-04-28T21:03:59.257Z Downloaded http-body v1.0.1
7292026-04-28T21:03:59.257Z Downloaded backoff v0.4.0
7302026-04-28T21:03:59.259Z Downloaded drift v0.1.3
7312026-04-28T21:03:59.262Z Downloaded foldhash v0.1.5
7322026-04-28T21:03:59.262Z Downloaded erased-serde v0.3.31
7332026-04-28T21:03:59.266Z Downloaded bitfield-macros v0.19.4
7342026-04-28T21:03:59.266Z Downloaded fd-lock v4.0.4
7352026-04-28T21:03:59.268Z Downloaded chacha20 v0.9.1
7362026-04-28T21:03:59.268Z Downloaded cmake v0.1.57
7372026-04-28T21:03:59.269Z Downloaded hex v0.4.3
7382026-04-28T21:03:59.271Z Downloaded env_logger v0.11.9
7392026-04-28T21:03:59.271Z Downloaded hex-literal v0.4.1
7402026-04-28T21:03:59.271Z Downloaded bit-set v0.5.3
7412026-04-28T21:03:59.274Z Downloaded const_format_proc_macros v0.2.34
7422026-04-28T21:03:59.274Z Downloaded fs-err v2.11.0
7432026-04-28T21:03:59.277Z Downloaded cexpr v0.6.0
7442026-04-28T21:03:59.277Z Downloaded hubpack_derive v0.1.1
7452026-04-28T21:03:59.277Z Downloaded foldhash v0.2.0
7462026-04-28T21:03:59.280Z Downloaded ed25519 v2.2.3
7472026-04-28T21:03:59.280Z Downloaded cargo_metadata v0.19.2
7482026-04-28T21:03:59.280Z Downloaded bit-vec v0.6.3
7492026-04-28T21:03:59.283Z Downloaded foreign-types v0.3.2
7502026-04-28T21:03:59.283Z Downloaded bit-vec v0.8.0
7512026-04-28T21:03:59.283Z Downloaded futures-core v0.3.32
7522026-04-28T21:03:59.286Z Downloaded find-msvc-tools v0.1.9
7532026-04-28T21:03:59.286Z Downloaded ff v0.13.1
7542026-04-28T21:03:59.286Z Downloaded bcs v0.1.6
7552026-04-28T21:03:59.289Z Downloaded filetime v0.2.27
7562026-04-28T21:03:59.289Z Downloaded embedded-io v0.4.0
7572026-04-28T21:03:59.294Z Downloaded hubpack v0.1.2
7582026-04-28T21:03:59.294Z Downloaded httpdate v1.0.3
7592026-04-28T21:03:59.294Z Downloaded hostname v0.3.1
7602026-04-28T21:03:59.294Z Downloaded hyper-tls v0.6.0
7612026-04-28T21:03:59.298Z Downloaded const-oid v0.9.6
7622026-04-28T21:03:59.299Z Downloaded console v0.16.2
7632026-04-28T21:03:59.299Z Downloaded console v0.15.11
7642026-04-28T21:03:59.303Z Downloaded indent_write v2.2.0
7652026-04-28T21:03:59.303Z Downloaded crossbeam-channel v0.5.15
7662026-04-28T21:03:59.303Z Downloaded futures-executor v0.3.32
7672026-04-28T21:03:59.307Z Downloaded colored v2.2.0
7682026-04-28T21:03:59.307Z Downloaded ident_case v1.0.1
7692026-04-28T21:03:59.307Z Downloaded group v0.13.0
7702026-04-28T21:03:59.307Z Downloaded futures-task v0.3.32
7712026-04-28T21:03:59.307Z Downloaded darling_core v0.23.0
7722026-04-28T21:03:59.312Z Downloaded instant v0.1.13
7732026-04-28T21:03:59.312Z Downloaded globset v0.4.18
7742026-04-28T21:03:59.317Z Downloaded indoc v1.0.9
7752026-04-28T21:03:59.317Z Downloaded glob v0.3.3
7762026-04-28T21:03:59.317Z Downloaded is_ci v1.2.0
7772026-04-28T21:03:59.317Z Downloaded internet-checksum v0.2.1
7782026-04-28T21:03:59.317Z Downloaded instability v0.3.11
7792026-04-28T21:03:59.324Z Downloaded http-body-util v0.1.3
7802026-04-28T21:03:59.324Z Downloaded keccak v0.1.6
7812026-04-28T21:03:59.324Z Downloaded is-terminal v0.4.17
7822026-04-28T21:03:59.324Z Downloaded inout v0.1.4
7832026-04-28T21:03:59.324Z Downloaded git-stub-vcs v0.1.0
7842026-04-28T21:03:59.327Z Downloaded ciborium v0.2.2
7852026-04-28T21:03:59.328Z Downloaded chacha20 v0.10.0
7862026-04-28T21:03:59.328Z Downloaded lalrpop-util v0.19.12
7872026-04-28T21:03:59.328Z Downloaded fixedbitset v0.5.7
7882026-04-28T21:03:59.328Z Downloaded linked-hash-map v0.5.6
7892026-04-28T21:03:59.328Z Downloaded darling v0.20.11
7902026-04-28T21:03:59.331Z Downloaded base64ct v1.8.3
7912026-04-28T21:03:59.335Z Downloaded hostname v0.4.2
7922026-04-28T21:03:59.335Z Downloaded ahash v0.8.12
7932026-04-28T21:03:59.338Z Downloaded kstat-rs v0.2.4
7942026-04-28T21:03:59.339Z Downloaded lazy_static v1.5.0
7952026-04-28T21:03:59.339Z Downloaded colored v3.1.1
7962026-04-28T21:03:59.339Z Downloaded bzip2 v0.4.4
7972026-04-28T21:03:59.352Z Downloaded constant_time_eq v0.4.2
7982026-04-28T21:03:59.352Z Downloaded bzip2 v0.6.1
7992026-04-28T21:03:59.352Z Downloaded fallible-iterator v0.2.0
8002026-04-28T21:03:59.352Z Downloaded cancel-safe-futures v0.1.5
8012026-04-28T21:03:59.362Z Downloaded cookie_store v0.22.1
8022026-04-28T21:03:59.362Z Downloaded ecdsa v0.16.9
8032026-04-28T21:03:59.362Z Downloaded home v0.5.12
8042026-04-28T21:03:59.362Z Downloaded derive-where v1.6.0
8052026-04-28T21:03:59.362Z Downloaded libscf-sys v1.1.0
8062026-04-28T21:03:59.362Z Downloaded diff v0.1.13
8072026-04-28T21:03:59.362Z Downloaded lru-cache v0.1.2
8082026-04-28T21:03:59.362Z Downloaded ar_archive_writer v0.5.1
8092026-04-28T21:03:59.375Z Downloaded lru v0.12.5
8102026-04-28T21:03:59.375Z Downloaded des v0.8.1
8112026-04-28T21:03:59.375Z Downloaded hyper-staticfile v0.10.1
8122026-04-28T21:03:59.375Z Downloaded humantime v2.3.0
8132026-04-28T21:03:59.375Z Downloaded futures-channel v0.3.32
8142026-04-28T21:03:59.375Z Downloaded compression-codecs v0.4.37
8152026-04-28T21:03:59.375Z Downloaded fs_extra v1.3.0
8162026-04-28T21:03:59.375Z Downloaded match_cfg v0.1.0
8172026-04-28T21:03:59.375Z Downloaded lzss v0.8.2
8182026-04-28T21:03:59.375Z Downloaded memoffset v0.9.1
8192026-04-28T21:03:59.389Z Downloaded md5 v0.7.0
8202026-04-28T21:03:59.390Z Downloaded managed v0.8.0
8212026-04-28T21:03:59.390Z Downloaded multimap v0.10.1
8222026-04-28T21:03:59.390Z Downloaded md-5 v0.10.6
8232026-04-28T21:03:59.390Z Downloaded newline-converter v0.3.0
8242026-04-28T21:03:59.390Z Downloaded maybe-uninit v2.0.0
8252026-04-28T21:03:59.390Z Downloaded maplit v1.0.2
8262026-04-28T21:03:59.390Z Downloaded lru-slab v0.1.2
8272026-04-28T21:03:59.390Z Downloaded diesel-dtrace v0.5.0
8282026-04-28T21:03:59.390Z Downloaded csv-core v0.1.13
8292026-04-28T21:03:59.404Z Downloaded impl-trait-for-tuples v0.2.3
8302026-04-28T21:03:59.404Z Downloaded ingot-types v0.1.2
8312026-04-28T21:03:59.404Z Downloaded ingot v0.1.1
8322026-04-28T21:03:59.404Z Downloaded nibble_vec v0.1.0
8332026-04-28T21:03:59.404Z Downloaded new_debug_unreachable v1.0.6
8342026-04-28T21:03:59.404Z Downloaded nonempty v0.12.0
8352026-04-28T21:03:59.404Z Downloaded newtype_derive v0.1.6
8362026-04-28T21:03:59.404Z Downloaded ipnetwork v0.21.1
8372026-04-28T21:03:59.404Z Downloaded half v1.8.3
8382026-04-28T21:03:59.404Z Downloaded num v0.4.3
8392026-04-28T21:03:59.404Z Downloaded nodrop v0.1.14
8402026-04-28T21:03:59.404Z Downloaded num-iter v0.1.45
8412026-04-28T21:03:59.404Z Downloaded num-derive v0.4.2
8422026-04-28T21:03:59.446Z Downloaded newtype-uuid-macros v0.1.0
8432026-04-28T21:03:59.446Z Downloaded dropshot_endpoint v0.16.7
8442026-04-28T21:03:59.446Z Downloaded num-derive v0.3.3
8452026-04-28T21:03:59.446Z Downloaded hmac v0.12.1
8462026-04-28T21:03:59.446Z Downloaded httparse v1.10.1
8472026-04-28T21:03:59.446Z Downloaded highway v1.3.0
8482026-04-28T21:03:59.446Z Downloaded normalize-line-endings v0.3.0
8492026-04-28T21:03:59.446Z Downloaded num-conv v0.2.0
8502026-04-28T21:03:59.446Z Downloaded clang-sys v1.8.1
8512026-04-28T21:03:59.446Z Downloaded opaque-debug v0.3.1
8522026-04-28T21:03:59.446Z Downloaded crc-any v2.5.0
8532026-04-28T21:03:59.458Z Downloaded libloading v0.8.9
8542026-04-28T21:03:59.458Z Downloaded dropshot_endpoint v0.17.0
8552026-04-28T21:03:59.458Z Downloaded linear-map v1.2.0
8562026-04-28T21:03:59.458Z Downloaded openssl-macros v0.1.1
8572026-04-28T21:03:59.458Z Downloaded num_threads v0.1.7
8582026-04-28T21:03:59.458Z Downloaded num_enum_derive v0.5.11
8592026-04-28T21:03:59.458Z Downloaded fatfs v0.3.6
8602026-04-28T21:03:59.458Z Downloaded getrandom v0.2.17
8612026-04-28T21:03:59.458Z Downloaded lock_api v0.4.14
8622026-04-28T21:03:59.459Z Downloaded olpc-cjson v0.1.4
8632026-04-28T21:03:59.459Z Downloaded libsw-core v0.3.2
8642026-04-28T21:03:59.459Z Downloaded openssl-probe v0.2.1
8652026-04-28T21:03:59.459Z Downloaded openssl-probe v0.1.6
8662026-04-28T21:03:59.459Z Downloaded elliptic-curve v0.13.8
8672026-04-28T21:03:59.459Z Downloaded aes v0.8.4
8682026-04-28T21:03:59.459Z Downloaded hyper-rustls v0.27.7
8692026-04-28T21:03:59.459Z Downloaded mime v0.3.17
8702026-04-28T21:03:59.459Z Downloaded libsw v3.5.0
8712026-04-28T21:03:59.459Z Downloaded packed_struct_codegen v0.10.1
8722026-04-28T21:03:59.459Z Downloaded indoc v2.0.7
8732026-04-28T21:03:59.459Z Downloaded oso-derive v0.27.3
8742026-04-28T21:03:59.459Z Downloaded crossterm v0.29.0
8752026-04-28T21:03:59.459Z Downloaded parse-size v1.1.0
8762026-04-28T21:03:59.459Z Downloaded getrandom v0.3.4
8772026-04-28T21:03:59.459Z Downloaded bytes v1.11.1
8782026-04-28T21:03:59.459Z Downloaded nanorand v0.7.0
8792026-04-28T21:03:59.459Z Downloaded multer v3.1.0
8802026-04-28T21:03:59.459Z Downloaded half v2.7.1
8812026-04-28T21:03:59.479Z Downloaded ingot-macros v0.1.1
8822026-04-28T21:03:59.480Z Downloaded mime_guess v2.0.5
8832026-04-28T21:03:59.480Z Downloaded ipnet v2.11.0
8842026-04-28T21:03:59.480Z Downloaded libefi-sys v0.1.0
8852026-04-28T21:03:59.480Z Downloaded cookie v0.18.1
8862026-04-28T21:03:59.480Z Downloaded pbkdf2 v0.12.2
8872026-04-28T21:03:59.480Z Downloaded jobserver v0.1.34
8882026-04-28T21:03:59.480Z Downloaded native-tls v0.2.18
8892026-04-28T21:03:59.480Z Downloaded path-slash v0.1.5
8902026-04-28T21:03:59.480Z Downloaded parse-display v0.10.0
8912026-04-28T21:03:59.496Z Downloaded darling_core v0.21.3
8922026-04-28T21:03:59.496Z Downloaded pbkdf2 v0.11.0
8932026-04-28T21:03:59.496Z Downloaded num-integer v0.1.46
8942026-04-28T21:03:59.496Z Downloaded peg-runtime v0.8.5
8952026-04-28T21:03:59.497Z Downloaded phf_shared v0.11.3
8962026-04-28T21:03:59.497Z Downloaded num_enum v0.5.11
8972026-04-28T21:03:59.497Z Downloaded num-complex v0.4.6
8982026-04-28T21:03:59.497Z Downloaded der v0.7.10
8992026-04-28T21:03:59.520Z Downloaded const_format v0.2.35
9002026-04-28T21:03:59.520Z Downloaded num_enum_derive v0.7.5
9012026-04-28T21:03:59.520Z Downloaded phf_shared v0.12.1
9022026-04-28T21:03:59.520Z Downloaded num-rational v0.4.2
9032026-04-28T21:03:59.520Z Downloaded phf_shared v0.13.1
9042026-04-28T21:03:59.520Z Downloaded futures v0.3.32
9052026-04-28T21:03:59.534Z Downloaded predicates-tree v1.0.13
9062026-04-28T21:03:59.534Z Downloaded oxnet v0.1.4
9072026-04-28T21:03:59.535Z Downloaded oxide-tokio-rt v0.1.4
9082026-04-28T21:03:59.536Z Downloaded owo-colors v4.3.0
9092026-04-28T21:03:59.537Z Downloaded num_enum v0.7.5
9102026-04-28T21:03:59.537Z Downloaded proc-macro-crate v1.3.1
9112026-04-28T21:03:59.537Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-04-28T21:03:59.537Z Downloaded packed_struct v0.10.1
9132026-04-28T21:03:59.537Z Downloaded memmap2 v0.9.10
9142026-04-28T21:03:59.538Z Downloaded predicates-core v1.0.10
9152026-04-28T21:03:59.538Z Downloaded precomputed-hash v0.1.1
9162026-04-28T21:03:59.539Z Downloaded powerfmt v0.2.0
9172026-04-28T21:03:59.539Z Downloaded indexmap v1.9.3
9182026-04-28T21:03:59.539Z Downloaded progenitor-client v0.11.2
9192026-04-28T21:03:59.539Z Downloaded progenitor-client v0.10.0
9202026-04-28T21:03:59.602Z Downloaded proc-macro-crate v3.4.0
9212026-04-28T21:03:59.602Z Downloaded paste v1.0.15
9222026-04-28T21:03:59.602Z Downloaded password-hash v0.5.0
9232026-04-28T21:03:59.602Z Downloaded progenitor-macro v0.11.2
9242026-04-28T21:03:59.602Z Downloaded psl-types v2.0.11
9252026-04-28T21:03:59.602Z Downloaded progenitor-macro v0.13.0
9262026-04-28T21:03:59.602Z Downloaded password-hash v0.4.2
9272026-04-28T21:03:59.602Z Downloaded parse-display-derive v0.10.0
9282026-04-28T21:03:59.602Z Downloaded parking_lot_core v0.8.6
9292026-04-28T21:03:59.602Z Downloaded iana-time-zone v0.1.65
9302026-04-28T21:03:59.602Z Downloaded heapless v0.8.0
9312026-04-28T21:03:59.602Z Downloaded crypto-bigint v0.5.5
9322026-04-28T21:03:59.602Z Downloaded peg v0.8.5
9332026-04-28T21:03:59.602Z Downloaded quick-error v1.2.3
9342026-04-28T21:03:59.602Z Downloaded progenitor-macro v0.14.0
9352026-04-28T21:03:59.602Z Downloaded progenitor-macro v0.10.0
9362026-04-28T21:03:59.602Z Downloaded progenitor-client v0.14.0
9372026-04-28T21:03:59.602Z Downloaded pem v3.0.6
9382026-04-28T21:03:59.602Z Downloaded nu-ansi-term v0.50.3
9392026-04-28T21:03:59.602Z Downloaded radium v0.7.0
9402026-04-28T21:03:59.603Z Downloaded phf v0.12.1
9412026-04-28T21:03:59.603Z Downloaded cc v1.2.56
9422026-04-28T21:03:59.603Z Downloaded base64 v0.22.1
9432026-04-28T21:03:59.603Z Downloaded pem-rfc7468 v0.7.0
9442026-04-28T21:03:59.603Z Downloaded pin-utils v0.1.0
9452026-04-28T21:03:59.603Z Downloaded compact_str v0.8.1
9462026-04-28T21:03:59.603Z Downloaded chacha20poly1305 v0.10.1
9472026-04-28T21:03:59.603Z Downloaded base64 v0.21.7
9482026-04-28T21:03:59.603Z Downloaded rand_xorshift v0.4.0
9492026-04-28T21:03:59.603Z Downloaded rand_chacha v0.3.1
9502026-04-28T21:03:59.603Z Downloaded litrs v1.0.0
9512026-04-28T21:03:59.603Z Downloaded flume v0.11.1
9522026-04-28T21:03:59.603Z Downloaded phf v0.13.1
9532026-04-28T21:03:59.603Z Downloaded postgres-protocol v0.6.10
9542026-04-28T21:03:59.603Z Downloaded pin-project-internal v1.1.11
9552026-04-28T21:03:59.603Z Downloaded aes-gcm v0.10.3
9562026-04-28T21:03:59.603Z Downloaded parking_lot v0.12.5
9572026-04-28T21:03:59.603Z Downloaded polyval v0.6.2
9582026-04-28T21:03:59.603Z Downloaded recursive-proc-macro-impl v0.1.1
9592026-04-28T21:03:59.603Z Downloaded ppv-lite86 v0.2.21
9602026-04-28T21:03:59.603Z Downloaded recursive v0.1.1
9612026-04-28T21:03:59.603Z Downloaded poly1305 v0.8.0
9622026-04-28T21:03:59.603Z Downloaded progenitor v0.14.0
9632026-04-28T21:03:59.603Z Downloaded proc-macro-error2 v2.0.1
9642026-04-28T21:03:59.603Z Downloaded ref-cast-impl v1.0.25
9652026-04-28T21:03:59.603Z Downloaded ref-cast v1.0.25
9662026-04-28T21:03:59.603Z Downloaded progenitor v0.13.0
9672026-04-28T21:03:59.603Z Downloaded progenitor v0.11.2
9682026-04-28T21:03:59.603Z Downloaded indicatif v0.18.4
9692026-04-28T21:03:59.617Z Downloaded progenitor-client v0.13.0
9702026-04-28T21:03:59.617Z Downloaded primeorder v0.13.6
9712026-04-28T21:03:59.617Z Downloaded pkg-config v0.3.32
9722026-04-28T21:03:59.617Z Downloaded heapless v0.7.17
9732026-04-28T21:03:59.617Z Downloaded hickory-resolver v0.24.4
9742026-04-28T21:03:59.617Z Downloaded hickory-resolver v0.25.2
9752026-04-28T21:03:59.617Z Downloaded headers v0.4.1
9762026-04-28T21:03:59.617Z Downloaded psm v0.1.30
9772026-04-28T21:03:59.623Z Downloaded rfc6979 v0.4.0
9782026-04-28T21:03:59.623Z Downloaded dropshot-api-manager v0.7.1
9792026-04-28T21:03:59.623Z Downloaded derive_more-impl v2.1.1
9802026-04-28T21:03:59.623Z Downloaded parking_lot_core v0.9.12
9812026-04-28T21:03:59.623Z Downloaded peg-macros v0.8.5
9822026-04-28T21:03:59.623Z Downloaded parking_lot v0.11.2
9832026-04-28T21:03:59.623Z Downloaded omicron-zone-package v0.12.2
9842026-04-28T21:03:59.623Z Downloaded flate2 v1.1.9
9852026-04-28T21:03:59.733Z Downloaded russh-cryptovec v0.7.3
9862026-04-28T21:03:59.733Z Downloaded rtoolbox v0.0.3
9872026-04-28T21:03:59.733Z Downloaded ed25519-dalek v2.2.0
9882026-04-28T21:03:59.733Z Downloaded diesel_derives v2.3.7
9892026-04-28T21:03:59.801Z Downloaded rand_core v0.9.5
9902026-04-28T21:03:59.801Z Downloaded rand_chacha v0.9.0
9912026-04-28T21:03:59.801Z Downloaded postcard v1.1.3
9922026-04-28T21:03:59.801Z Downloaded rustc-hash v2.1.1
9932026-04-28T21:03:59.801Z Downloaded pin-project-lite v0.2.17
9942026-04-28T21:03:59.801Z Downloaded rand_seeder v0.4.0
9952026-04-28T21:03:59.801Z Downloaded rand_core v0.6.4
9962026-04-28T21:03:59.802Z Downloaded r2d2 v0.8.10
9972026-04-28T21:03:59.802Z Downloaded oso v0.27.3
9982026-04-28T21:03:59.802Z Downloaded rustc_version v0.1.7
9992026-04-28T21:03:59.802Z Downloaded bumpalo v3.20.2
10002026-04-28T21:03:59.802Z Downloaded rand_core v0.10.0
10012026-04-28T21:03:59.802Z Downloaded progenitor v0.10.0
10022026-04-28T21:03:59.802Z Downloaded predicates v3.1.4
10032026-04-28T21:03:59.802Z Downloaded papergrid v0.17.0
10042026-04-28T21:03:59.802Z Downloaded scheduled-thread-pool v0.2.7
10052026-04-28T21:03:59.802Z Downloaded sapling-renderdag v0.1.0
10062026-04-28T21:03:59.802Z Downloaded pkcs5 v0.7.1
10072026-04-28T21:03:59.802Z Downloaded libbz2-rs-sys v0.2.2
10082026-04-28T21:03:59.802Z Downloaded derive_more v2.1.1
10092026-04-28T21:03:59.802Z Downloaded semver v0.1.20
10102026-04-28T21:03:59.802Z Downloaded same-file v1.0.6
10112026-04-28T21:03:59.803Z Downloaded salsa20 v0.10.2
10122026-04-28T21:03:59.803Z Downloaded newtype-uuid v1.3.2
10132026-04-28T21:03:59.803Z Downloaded scopeguard v1.2.0
10142026-04-28T21:03:59.803Z Downloaded pin-project v1.1.11
10152026-04-28T21:03:59.803Z Downloaded scroll_derive v0.13.1
10162026-04-28T21:03:59.803Z Downloaded quinn-udp v0.5.14
10172026-04-28T21:03:59.803Z Downloaded sha1 v0.10.6
10182026-04-28T21:03:59.803Z Downloaded serde_spanned v1.0.4
10192026-04-28T21:03:59.803Z Downloaded jiff-static v0.2.21
10202026-04-28T21:03:59.803Z Downloaded serde_plain v1.0.2
10212026-04-28T21:03:59.803Z Downloaded pkcs8 v0.10.2
10222026-04-28T21:03:59.803Z Downloaded hickory-server v0.25.2
10232026-04-28T21:03:59.803Z Downloaded secrecy v0.8.0
10242026-04-28T21:03:59.803Z Downloaded serde-big-array v0.5.1
10252026-04-28T21:03:59.803Z Downloaded seq-macro v0.3.6
10262026-04-28T21:03:59.804Z Downloaded secrecy v0.10.3
10272026-04-28T21:03:59.804Z Downloaded serde_urlencoded v0.7.1
10282026-04-28T21:03:59.804Z Downloaded resolv-conf v0.7.6
10292026-04-28T21:03:59.804Z Downloaded pkcs1 v0.7.5
10302026-04-28T21:03:59.804Z Downloaded serde_bytes v0.11.19
10312026-04-28T21:03:59.804Z Downloaded rustls-native-certs v0.8.3
10322026-04-28T21:03:59.804Z Downloaded serde_repr v0.1.20
10332026-04-28T21:03:59.804Z Downloaded signature v2.2.0
10342026-04-28T21:03:59.804Z Downloaded signal-hook-tokio v0.3.1
10352026-04-28T21:03:59.804Z Downloaded progenitor-extras v0.2.0
10362026-04-28T21:03:59.804Z Downloaded sigpipe v0.1.3
10372026-04-28T21:03:59.804Z Downloaded miniz_oxide v0.8.9
10382026-04-28T21:03:59.804Z Downloaded ignore v0.4.25
10392026-04-28T21:03:59.805Z Downloaded p256 v0.13.2
10402026-04-28T21:03:59.805Z Downloaded postgres-types v0.2.12
10412026-04-28T21:03:59.805Z Downloaded signal-hook-mio v0.2.5
10422026-04-28T21:03:59.805Z Downloaded siphasher v1.0.2
10432026-04-28T21:03:59.805Z Downloaded shell-words v1.1.1
10442026-04-28T21:03:59.805Z Downloaded rustls-pemfile v2.2.0
10452026-04-28T21:03:59.805Z Downloaded rustc_version v0.4.1
10462026-04-28T21:03:59.805Z Downloaded slog-envlogger v2.2.0
10472026-04-28T21:03:59.805Z Downloaded hashbrown v0.13.2
10482026-04-28T21:03:59.805Z Downloaded scrypt v0.11.0
10492026-04-28T21:03:59.805Z Downloaded slog-bunyan v2.5.0
10502026-04-28T21:03:59.805Z Downloaded progenitor-impl v0.11.2
10512026-04-28T21:03:59.805Z Downloaded serde-hex v0.1.0
10522026-04-28T21:03:59.805Z Downloaded crossterm v0.28.1
10532026-04-28T21:03:59.806Z Downloaded schemars_derive v0.8.22
10542026-04-28T21:03:59.806Z Downloaded rusty-fork v0.3.1
10552026-04-28T21:03:59.806Z Downloaded scroll v0.13.0
10562026-04-28T21:03:59.806Z Downloaded minimal-lexical v0.2.1
10572026-04-28T21:03:59.806Z Downloaded hashbrown v0.12.3
10582026-04-28T21:03:59.806Z Downloaded serde_path_to_error v0.1.20
10592026-04-28T21:03:59.806Z Downloaded sec1 v0.7.3
10602026-04-28T21:03:59.844Z Downloaded progenitor-impl v0.10.0
10612026-04-28T21:03:59.845Z Downloaded progenitor-impl v0.13.0
10622026-04-28T21:03:59.845Z Downloaded openssl-sys v0.9.111
10632026-04-28T21:03:59.845Z Downloaded serde_derive_internals v0.29.1
10642026-04-28T21:03:59.845Z Downloaded ssh-cipher v0.2.0
10652026-04-28T21:03:59.845Z Downloaded ssh-encoding v0.2.0
10662026-04-28T21:03:59.845Z Downloaded rustls-pemfile v1.0.4
10672026-04-28T21:03:59.845Z Downloaded sqlparser_derive v0.5.0
10682026-04-28T21:03:59.845Z Downloaded russh-keys v0.45.0
10692026-04-28T21:03:59.845Z Downloaded slab v0.4.12
10702026-04-28T21:03:59.845Z Downloaded rustls-pki-types v1.14.0
10712026-04-28T21:03:59.846Z Downloaded slog-async v2.8.0
10722026-04-28T21:03:59.846Z Downloaded structmeta-derive v0.3.0
10732026-04-28T21:03:59.846Z Downloaded structmeta v0.3.0
10742026-04-28T21:03:59.846Z Downloaded strum v0.27.2
10752026-04-28T21:03:59.846Z Downloaded strip-ansi-escapes v0.2.1
10762026-04-28T21:03:59.846Z Downloaded pretty_assertions v1.4.1
10772026-04-28T21:03:59.846Z Downloaded progenitor-impl v0.14.0
10782026-04-28T21:03:59.846Z Downloaded simd-adler32 v0.3.8
10792026-04-28T21:03:59.846Z Downloaded signal-hook-registry v1.4.8
10802026-04-28T21:03:59.846Z Downloaded shlex v1.3.0
10812026-04-28T21:03:59.846Z Downloaded subtle v2.6.1
10822026-04-28T21:03:59.846Z Downloaded sync_wrapper v1.0.2
10832026-04-28T21:03:59.846Z Downloaded slog-dtrace v0.3.0
10842026-04-28T21:03:59.846Z Downloaded sync-ptr v0.1.4
10852026-04-28T21:03:59.846Z Downloaded tagptr v0.2.0
10862026-04-28T21:03:59.847Z Downloaded tabwriter v1.4.1
10872026-04-28T21:03:59.847Z Downloaded supports-color v3.0.2
10882026-04-28T21:03:59.847Z Downloaded tabled_derive v0.11.0
10892026-04-28T21:03:59.847Z Downloaded prefix-trie v0.7.0
10902026-04-28T21:03:59.847Z Downloaded prettyplease v0.2.37
10912026-04-28T21:03:59.847Z Downloaded sct v0.7.1
10922026-04-28T21:03:59.847Z Downloaded smf v0.2.3
10932026-04-28T21:03:59.847Z Downloaded slog-stdlog v4.1.1
10942026-04-28T21:03:59.847Z Downloaded slog-scope v4.4.1
10952026-04-28T21:03:59.847Z Downloaded tap v1.0.1
10962026-04-28T21:03:59.847Z Downloaded rustversion v1.0.22
10972026-04-28T21:03:59.847Z Downloaded take_mut v0.2.2
10982026-04-28T21:03:59.847Z Downloaded mio v1.2.0
10992026-04-28T21:03:59.847Z Downloaded slog-term v2.9.2
11002026-04-28T21:03:59.878Z Downloaded itertools v0.10.5
11012026-04-28T21:03:59.878Z Downloaded serde_cbor v0.11.2
11022026-04-28T21:03:59.879Z Downloaded thread-id v5.1.0
11032026-04-28T21:03:59.879Z Downloaded termtree v0.5.1
11042026-04-28T21:03:59.879Z Downloaded testing_table v0.3.0
11052026-04-28T21:03:59.879Z Downloaded thiserror-impl-no-std v2.0.2
11062026-04-28T21:03:59.879Z Downloaded hyper-util v0.1.20
11072026-04-28T21:03:59.879Z Downloaded sqlformat v0.3.5
11082026-04-28T21:03:59.879Z Downloaded spki v0.7.3
11092026-04-28T21:03:59.879Z Downloaded time-core v0.1.8
11102026-04-28T21:03:59.879Z Downloaded strum v0.26.3
11112026-04-28T21:03:59.879Z Downloaded strum_macros v0.24.3
11122026-04-28T21:03:59.879Z Downloaded rayon-core v1.13.0
11132026-04-28T21:03:59.880Z Downloaded rcgen v0.12.1
11142026-04-28T21:03:59.923Z Downloaded stringprep v0.1.5
11152026-04-28T21:03:59.923Z Downloaded tokio-macros v2.7.0
11162026-04-28T21:03:59.923Z Downloaded tinyvec_macros v0.1.1
11172026-04-28T21:03:59.923Z Downloaded publicsuffix v2.3.0
11182026-04-28T21:03:59.923Z Downloaded ron v0.8.1
11192026-04-28T21:03:59.923Z Downloaded support-bundle-viewer v0.1.2
11202026-04-28T21:03:59.924Z Downloaded string_cache v0.8.9
11212026-04-28T21:03:59.924Z Downloaded static_assertions v1.1.0
11222026-04-28T21:03:59.924Z Downloaded stacker v0.1.23
11232026-04-28T21:03:59.924Z Downloaded smallvec v0.6.14
11242026-04-28T21:03:59.924Z Downloaded nom v7.1.3
11252026-04-28T21:03:59.924Z Downloaded slog-json v2.6.1
11262026-04-28T21:03:59.924Z Downloaded quinn v0.11.9
11272026-04-28T21:03:59.924Z Downloaded http v1.4.0
11282026-04-28T21:03:59.924Z Downloaded aws-lc-rs v1.16.0
11292026-04-28T21:03:59.924Z Downloaded termios v0.3.3
11302026-04-28T21:03:59.924Z Downloaded schemars v0.8.22
11312026-04-28T21:03:59.977Z Downloaded rand v0.8.5
11322026-04-28T21:03:59.977Z Downloaded serde_yaml v0.9.34+deprecated
11332026-04-28T21:03:59.977Z Downloaded signal-hook v0.3.18
11342026-04-28T21:03:59.977Z Downloaded hashbrown v0.15.5
11352026-04-28T21:03:59.977Z Downloaded snafu-derive v0.8.9
11362026-04-28T21:03:59.978Z Downloaded rustls-platform-verifier v0.6.2
11372026-04-28T21:03:59.978Z Downloaded tower-layer v0.3.3
11382026-04-28T21:03:59.978Z Downloaded strum_macros v0.27.2
11392026-04-28T21:03:59.978Z Downloaded tower-service v0.3.3
11402026-04-28T21:03:59.978Z Downloaded thread_local v1.1.9
11412026-04-28T21:03:59.978Z Downloaded similar v2.7.0
11422026-04-28T21:03:59.978Z Downloaded try-lock v0.2.5
11432026-04-28T21:03:59.978Z Downloaded unarray v0.1.4
11442026-04-28T21:03:59.979Z Downloaded serde_with_macros v3.17.0
11452026-04-28T21:03:59.979Z Downloaded tiny-keccak v2.0.2
11462026-04-28T21:03:59.979Z Downloaded time-macros v0.2.27
11472026-04-28T21:03:59.979Z Downloaded spin v0.9.8
11482026-04-28T21:03:59.979Z Downloaded strum_macros v0.26.4
11492026-04-28T21:03:59.979Z Downloaded trait-variant v0.1.2
11502026-04-28T21:03:59.979Z Downloaded iri-string v0.7.10
11512026-04-28T21:03:59.979Z Downloaded qorb v0.4.1
11522026-04-28T21:03:59.979Z Downloaded tokio-dtrace v0.1.1
11532026-04-28T21:03:59.979Z Downloaded typify-macro v0.6.2
11542026-04-28T21:03:59.979Z Downloaded topological-sort v0.2.2
11552026-04-28T21:03:59.979Z Downloaded libxml v0.3.3
11562026-04-28T21:04:00.012Z Downloaded typify-macro v0.4.3
11572026-04-28T21:04:00.012Z Downloaded tls_codec_derive v0.4.2
11582026-04-28T21:04:00.012Z Downloaded num-bigint-dig v0.8.6
11592026-04-28T21:04:00.013Z Downloaded term v0.7.0
11602026-04-28T21:04:00.013Z Downloaded tokio-rustls v0.25.0
11612026-04-28T21:04:00.013Z Downloaded tokio-native-tls v0.3.1
11622026-04-28T21:04:00.013Z Downloaded tls_codec v0.4.2
11632026-04-28T21:04:00.013Z Downloaded ryu v1.0.23
11642026-04-28T21:04:00.013Z Downloaded hashbrown v0.16.1
11652026-04-28T21:04:00.013Z Downloaded universal-hash v0.5.1
11662026-04-28T21:04:00.013Z Downloaded tokio-tungstenite v0.23.1
11672026-04-28T21:04:00.013Z Downloaded term v1.2.1
11682026-04-28T21:04:00.013Z Downloaded unit-prefix v0.5.2
11692026-04-28T21:04:00.013Z Downloaded socket2 v0.6.3
11702026-04-28T21:04:00.013Z Downloaded aho-corasick v1.1.4
11712026-04-28T21:04:00.014Z Downloaded rand v0.9.2
11722026-04-28T21:04:00.014Z Downloaded tokio-tungstenite v0.21.0
11732026-04-28T21:04:00.014Z Downloaded utf-8 v0.7.6
11742026-04-28T21:04:00.014Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11752026-04-28T21:04:00.014Z Downloaded thiserror-no-std v2.0.2
11762026-04-28T21:04:00.014Z Downloaded untrusted v0.7.1
11772026-04-28T21:04:00.014Z Downloaded untrusted v0.9.0
11782026-04-28T21:04:00.014Z Downloaded itertools v0.13.0
11792026-04-28T21:04:00.014Z Downloaded futures-util v0.3.32
11802026-04-28T21:04:00.014Z Downloaded usdt-attr-macro v0.6.0
11812026-04-28T21:04:00.014Z Downloaded usdt v0.6.0
11822026-04-28T21:04:00.014Z Downloaded wait-timeout v0.2.1
11832026-04-28T21:04:00.014Z Downloaded toml_writer v1.0.6+spec-1.1.0
11842026-04-28T21:04:00.014Z Downloaded unicode-truncate v1.1.0
11852026-04-28T21:04:00.040Z Downloaded subprocess v0.2.15
11862026-04-28T21:04:00.040Z Downloaded iddqd v0.3.18
11872026-04-28T21:04:00.040Z Downloaded want v0.3.1
11882026-04-28T21:04:00.040Z Downloaded tui-tree-widget v0.23.1
11892026-04-28T21:04:00.041Z Downloaded samael v0.0.19
11902026-04-28T21:04:00.041Z Downloaded rustls-webpki v0.103.9
11912026-04-28T21:04:00.042Z Downloaded socket2 v0.5.10
11922026-04-28T21:04:00.042Z Downloaded h2 v0.4.13
11932026-04-28T21:04:00.042Z Downloaded waitgroup v0.1.2
11942026-04-28T21:04:00.042Z Downloaded void v1.0.2
11952026-04-28T21:04:00.043Z Downloaded rsa v0.9.10
11962026-04-28T21:04:00.043Z Downloaded num-bigint v0.4.6
11972026-04-28T21:04:00.043Z Downloaded tokio-stream v0.1.18
11982026-04-28T21:04:00.043Z Downloaded tokio-rustls v0.26.4
11992026-04-28T21:04:00.043Z Downloaded tokio-rustls v0.24.1
12002026-04-28T21:04:00.043Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12012026-04-28T21:04:00.081Z Downloaded unicase v2.9.0
12022026-04-28T21:04:00.081Z Downloaded slog v2.8.2
12032026-04-28T21:04:00.081Z Downloaded libm v0.2.16
12042026-04-28T21:04:00.081Z Downloaded toml_parser v1.0.9+spec-1.1.0
12052026-04-28T21:04:00.081Z Downloaded hyper v1.8.1
12062026-04-28T21:04:00.081Z Downloaded xshell-macros v0.2.7
12072026-04-28T21:04:00.081Z Downloaded schemars v0.9.0
12082026-04-28T21:04:00.081Z Downloaded usdt-macro v0.6.0
12092026-04-28T21:04:00.081Z Downloaded p521 v0.13.3
12102026-04-28T21:04:00.081Z Downloaded usdt-impl v0.6.0
12112026-04-28T21:04:00.081Z Downloaded zeroize_derive v1.4.3
12122026-04-28T21:04:00.081Z Downloaded itertools v0.14.0
12132026-04-28T21:04:00.082Z Downloaded zone_cfg_derive v0.3.1
12142026-04-28T21:04:00.082Z Downloaded zone v0.3.1
12152026-04-28T21:04:00.082Z Downloaded test-strategy v0.4.5
12162026-04-28T21:04:00.082Z Downloaded uzers v0.12.2
12172026-04-28T21:04:00.082Z Downloaded vergen-lib v0.1.6
12182026-04-28T21:04:00.082Z Downloaded snafu v0.8.9
12192026-04-28T21:04:00.104Z Downloaded vergen-gitcl v1.0.8
12202026-04-28T21:04:00.104Z Downloaded vergen-git2 v1.0.7
12212026-04-28T21:04:00.104Z Downloaded itertools v0.12.1
12222026-04-28T21:04:00.104Z Downloaded vsss-rs v3.3.4
12232026-04-28T21:04:00.104Z Downloaded twox-hash v2.1.2
12242026-04-28T21:04:00.104Z Downloaded tinyvec v1.10.0
12252026-04-28T21:04:00.104Z Downloaded toml v0.9.12+spec-1.1.0
12262026-04-28T21:04:00.104Z Downloaded wyz v0.5.1
12272026-04-28T21:04:00.104Z Downloaded whoami v1.6.1
12282026-04-28T21:04:00.104Z Downloaded xattr v1.6.1
12292026-04-28T21:04:00.104Z Downloaded toml v0.7.8
12302026-04-28T21:04:00.112Z Downloaded toml v1.0.6+spec-1.1.0
12312026-04-28T21:04:00.112Z Downloaded rand v0.10.0
12322026-04-28T21:04:00.112Z Downloaded unicode-properties v0.1.4
12332026-04-28T21:04:00.112Z Downloaded schemars v1.2.1
12342026-04-28T21:04:00.136Z Downloaded zstd-safe v7.2.4
12352026-04-28T21:04:00.136Z Downloaded hkdf v0.12.4
12362026-04-28T21:04:00.136Z Downloaded zeroize v1.8.2
12372026-04-28T21:04:00.137Z Downloaded tracing-core v0.1.36
12382026-04-28T21:04:00.137Z Downloaded typify v0.6.2
12392026-04-28T21:04:00.144Z Downloaded walkdir v2.5.0
12402026-04-28T21:04:00.144Z Downloaded vergen v9.0.6
12412026-04-28T21:04:00.144Z Downloaded tungstenite v0.23.0
12422026-04-28T21:04:00.144Z Downloaded tungstenite v0.21.0
12432026-04-28T21:04:00.144Z Downloaded tar v0.4.45
12442026-04-28T21:04:00.144Z Downloaded tracing-attributes v0.1.31
12452026-04-28T21:04:00.144Z Downloaded whoami v2.1.0
12462026-04-28T21:04:00.144Z Downloaded blake3 v1.8.3
12472026-04-28T21:04:00.148Z Downloaded steno v0.4.1
12482026-04-28T21:04:00.148Z Downloaded typify v0.4.3
12492026-04-28T21:04:00.149Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-04-28T21:04:00.161Z Downloaded unicode-bidi v0.3.18
12512026-04-28T21:04:00.173Z Downloaded xshell v0.2.7
12522026-04-28T21:04:00.173Z Downloaded uuid v1.23.0
12532026-04-28T21:04:00.173Z Downloaded yasna v0.5.2
12542026-04-28T21:04:00.173Z Downloaded zstd v0.13.3
12552026-04-28T21:04:00.180Z Downloaded vte v0.14.1
12562026-04-28T21:04:00.180Z Downloaded unsafe-libyaml v0.2.11
12572026-04-28T21:04:00.187Z Downloaded tokio-postgres v0.7.16
12582026-04-28T21:04:00.195Z Downloaded toml_edit v0.19.15
12592026-04-28T21:04:00.199Z Downloaded zerocopy v0.6.6
12602026-04-28T21:04:00.207Z Downloaded rpassword v7.4.0
12612026-04-28T21:04:00.207Z Downloaded russh v0.45.0
12622026-04-28T21:04:00.236Z Downloaded zopfli v0.8.3
12632026-04-28T21:04:00.244Z Downloaded rustyline v14.0.0
12642026-04-28T21:04:00.245Z Downloaded ssh-key v0.6.7
12652026-04-28T21:04:00.251Z Downloaded bitvec v1.0.1
12662026-04-28T21:04:00.267Z Downloaded reedline v0.40.0
12672026-04-28T21:04:00.273Z Downloaded yansi v1.0.1
12682026-04-28T21:04:00.273Z Downloaded quick-xml v0.37.5
12692026-04-28T21:04:00.273Z Downloaded zip v0.6.6
12702026-04-28T21:04:00.285Z Downloaded unicode_categories v0.1.1
12712026-04-28T21:04:00.285Z Downloaded regex v1.12.3
12722026-04-28T21:04:00.290Z Downloaded git2 v0.20.4
12732026-04-28T21:04:00.290Z Downloaded reqwest v0.12.28
12742026-04-28T21:04:00.298Z Downloaded salty v0.3.0
12752026-04-28T21:04:00.298Z Downloaded x509-cert v0.2.5
12762026-04-28T21:04:00.307Z Downloaded reqwest v0.13.2
12772026-04-28T21:04:00.307Z Downloaded typed-path v0.9.3
12782026-04-28T21:04:00.321Z Downloaded chrono v0.4.44
12792026-04-28T21:04:00.321Z Downloaded bindgen v0.71.1
12802026-04-28T21:04:00.321Z Downloaded zerocopy-derive v0.8.40
12812026-04-28T21:04:00.327Z Downloaded p384 v0.13.1
12822026-04-28T21:04:00.327Z Downloaded rustls-webpki v0.101.7
12832026-04-28T21:04:00.337Z Downloaded tower v0.5.3
12842026-04-28T21:04:00.337Z Downloaded tokio-util v0.7.18
12852026-04-28T21:04:00.349Z Downloaded petname v2.0.2
12862026-04-28T21:04:00.349Z Downloaded goblin v0.10.5
12872026-04-28T21:04:00.352Z Downloaded tough v0.20.0
12882026-04-28T21:04:00.352Z Downloaded rustls-webpki v0.102.8
12892026-04-28T21:04:00.360Z Downloaded unicode-normalization v0.1.25
12902026-04-28T21:04:00.369Z Downloaded curve25519-dalek v4.1.3
12912026-04-28T21:04:00.379Z Downloaded rayon v1.11.0
12922026-04-28T21:04:00.379Z Downloaded portable-atomic v1.13.1
12932026-04-28T21:04:00.383Z Downloaded zip v4.6.1
12942026-04-28T21:04:00.397Z Downloaded unicode-segmentation v1.12.0
12952026-04-28T21:04:00.412Z Downloaded tower-http v0.6.8
12962026-04-28T21:04:00.412Z Downloaded winnow v0.5.40
12972026-04-28T21:04:00.419Z Downloaded lalrpop v0.19.12
12982026-04-28T21:04:00.419Z Downloaded nix v0.27.1
12992026-04-28T21:04:00.432Z Downloaded moka v0.12.13
13002026-04-28T21:04:00.444Z Downloaded radix_trie v0.2.1
13012026-04-28T21:04:00.445Z Downloaded proptest v1.10.0
13022026-04-28T21:04:00.455Z Downloaded serde_with v3.17.0
13032026-04-28T21:04:00.459Z Downloaded winnow v0.6.26
13042026-04-28T21:04:00.462Z Downloaded time v0.3.47
13052026-04-28T21:04:00.470Z Downloaded smoltcp v0.9.1
13062026-04-28T21:04:00.482Z Downloaded quinn-proto v0.11.13
13072026-04-28T21:04:00.495Z Downloaded dropshot v0.16.7
13082026-04-28T21:04:00.495Z Downloaded zlib-rs v0.6.2
13092026-04-28T21:04:00.495Z Downloaded dropshot v0.17.0
13102026-04-28T21:04:00.502Z Downloaded openssl v0.10.75
13112026-04-28T21:04:00.512Z Downloaded object v0.30.4
13122026-04-28T21:04:00.517Z Downloaded polar-core v0.27.3
13132026-04-28T21:04:00.532Z Downloaded smoltcp v0.11.0
13142026-04-28T21:04:00.540Z Downloaded zerocopy v0.8.40
13152026-04-28T21:04:00.543Z Downloaded regex-syntax v0.8.10
13162026-04-28T21:04:00.544Z Downloaded tabled v0.20.0
13172026-04-28T21:04:00.550Z Downloaded nix v0.29.0
13182026-04-28T21:04:00.558Z Downloaded rustls v0.23.37
13192026-04-28T21:04:00.564Z Downloaded rustls v0.21.12
13202026-04-28T21:04:00.568Z Downloaded nix v0.28.0
13212026-04-28T21:04:00.574Z Downloaded regex-syntax v0.6.29
13222026-04-28T21:04:00.578Z Downloaded bstr v1.12.1
13232026-04-28T21:04:00.585Z Downloaded diesel v2.3.7
13242026-04-28T21:04:00.599Z Downloaded hickory-proto v0.24.4
13252026-04-28T21:04:00.604Z Downloaded vcpkg v0.2.15
13262026-04-28T21:04:00.631Z Downloaded sqlparser v0.61.0
13272026-04-28T21:04:00.640Z Downloaded object v0.37.3
13282026-04-28T21:04:00.640Z Downloaded sled v0.34.7
13292026-04-28T21:04:00.648Z Downloaded webpki-roots v1.0.6
13302026-04-28T21:04:00.657Z Downloaded typify-impl v0.4.3
13312026-04-28T21:04:00.663Z Downloaded nix v0.31.2
13322026-04-28T21:04:00.668Z Downloaded typify-impl v0.6.2
13332026-04-28T21:04:00.673Z Downloaded openapiv3 v2.2.0
13342026-04-28T21:04:00.682Z Downloaded regress v0.11.1
13352026-04-28T21:04:00.689Z Downloaded regress v0.10.5
13362026-04-28T21:04:00.693Z Downloaded rustix v0.38.44
13372026-04-28T21:04:00.705Z Downloaded hickory-proto v0.25.2
13382026-04-28T21:04:00.709Z Downloaded regex-automata v0.4.14
13392026-04-28T21:04:00.719Z Downloaded rustls v0.22.4
13402026-04-28T21:04:00.758Z Downloaded csv v1.4.0
13412026-04-28T21:04:00.776Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-04-28T21:04:00.803Z Downloaded tracing v0.1.44
13432026-04-28T21:04:00.824Z Downloaded bzip2-sys v0.1.13+1.0.8
13442026-04-28T21:04:00.831Z Downloaded ratatui v0.29.0
13452026-04-28T21:04:00.852Z Downloaded zerocopy-derive v0.6.6
13462026-04-28T21:04:00.858Z Downloaded encoding_rs v0.8.35
13472026-04-28T21:04:00.869Z Downloaded petgraph v0.6.5
13482026-04-28T21:04:00.879Z Downloaded ring v0.17.14
13492026-04-28T21:04:00.902Z Downloaded chrono-tz v0.10.4
13502026-04-28T21:04:00.912Z Downloaded jiff v0.2.21
13512026-04-28T21:04:00.932Z Downloaded petgraph v0.8.3
13522026-04-28T21:04:00.946Z Downloaded libz-sys v1.1.24
13532026-04-28T21:04:00.959Z Downloaded libgit2-sys v0.18.3+1.9.2
13542026-04-28T21:04:00.991Z Downloaded sha3 v0.10.8
13552026-04-28T21:04:00.994Z Downloaded tokio v1.52.1
13562026-04-28T21:04:01.598Z Downloaded aws-lc-sys v0.37.1
13572026-04-28T21:04:01.818Z Compiling libc v0.2.185
13582026-04-28T21:04:01.818Z Compiling serde v1.0.228
13592026-04-28T21:04:01.822Z Compiling shlex v1.3.0
13602026-04-28T21:04:01.822Z Compiling log v0.4.29
13612026-04-28T21:04:01.965Z Compiling find-msvc-tools v0.1.9
13622026-04-28T21:04:01.968Z Compiling smallvec v1.15.1
13632026-04-28T21:04:01.983Z Compiling syn v2.0.117
13642026-04-28T21:04:02.007Z Compiling typenum v1.19.0
13652026-04-28T21:04:02.149Z Compiling generic-array v0.14.7
13662026-04-28T21:04:02.168Z Compiling subtle v2.6.1
13672026-04-28T21:04:02.191Z Compiling scopeguard v1.2.0
13682026-04-28T21:04:02.265Z Compiling const-oid v0.9.6
13692026-04-28T21:04:02.279Z Compiling portable-atomic v1.13.1
13702026-04-28T21:04:02.301Z Compiling lock_api v0.4.14
13712026-04-28T21:04:02.343Z Compiling zerocopy v0.8.40
13722026-04-28T21:04:02.400Z Compiling serde_json v1.0.149
13732026-04-28T21:04:02.530Z Compiling critical-section v1.2.0
13742026-04-28T21:04:02.612Z Compiling parking_lot_core v0.9.12
13752026-04-28T21:04:02.642Z Compiling pin-project-lite v0.2.17
13762026-04-28T21:04:02.818Z Compiling getrandom v0.2.17
13772026-04-28T21:04:02.850Z Compiling jobserver v0.1.34
13782026-04-28T21:04:02.881Z Compiling errno v0.3.14
13792026-04-28T21:04:02.978Z Compiling rand_core v0.6.4
13802026-04-28T21:04:03.020Z Compiling pkg-config v0.3.32
13812026-04-28T21:04:03.038Z Compiling signal-hook-registry v1.4.8
13822026-04-28T21:04:03.060Z Compiling cc v1.2.56
13832026-04-28T21:04:03.234Z Compiling once_cell v1.21.3
13842026-04-28T21:04:03.292Z Compiling bitflags v2.11.0
13852026-04-28T21:04:03.304Z Compiling libm v0.2.16
13862026-04-28T21:04:03.429Z Compiling parking_lot v0.12.5
13872026-04-28T21:04:03.507Z Compiling mio v1.2.0
13882026-04-28T21:04:03.526Z Compiling num-traits v0.2.19
13892026-04-28T21:04:03.557Z Compiling futures-core v0.3.32
13902026-04-28T21:04:03.709Z Compiling percent-encoding v2.3.2
13912026-04-28T21:04:03.803Z Compiling socket2 v0.6.3
13922026-04-28T21:04:03.850Z Compiling futures-sink v0.3.32
13932026-04-28T21:04:03.876Z Compiling cpufeatures v0.2.17
13942026-04-28T21:04:03.910Z Compiling futures-task v0.3.32
13952026-04-28T21:04:03.953Z Compiling futures-channel v0.3.32
13962026-04-28T21:04:03.964Z Compiling getrandom v0.4.1
13972026-04-28T21:04:03.983Z Compiling slab v0.4.12
13982026-04-28T21:04:04.080Z Compiling futures-io v0.3.32
13992026-04-28T21:04:04.152Z Compiling getrandom v0.3.4
14002026-04-28T21:04:04.175Z Compiling rustversion v1.0.22
14012026-04-28T21:04:04.194Z Compiling rand_core v0.10.0
14022026-04-28T21:04:04.232Z Compiling indexmap v2.14.0
14032026-04-28T21:04:04.313Z Compiling form_urlencoded v1.2.2
14042026-04-28T21:04:04.570Z Compiling cmake v0.1.57
14052026-04-28T21:04:04.711Z Compiling synstructure v0.13.2
14062026-04-28T21:04:04.727Z Compiling ident_case v1.0.1
14072026-04-28T21:04:04.846Z Compiling base64ct v1.8.3
14082026-04-28T21:04:04.881Z Compiling fs_extra v1.3.0
14092026-04-28T21:04:05.025Z Compiling dunce v1.0.5
14102026-04-28T21:04:05.032Z Compiling flagset v0.4.7
14112026-04-28T21:04:05.053Z Compiling rand_core v0.9.5
14122026-04-28T21:04:05.102Z Compiling pem-rfc7468 v0.7.0
14132026-04-28T21:04:05.109Z Compiling rustix v1.1.3
14142026-04-28T21:04:05.124Z Compiling iana-time-zone v0.1.65
14152026-04-28T21:04:05.138Z Compiling uuid v1.23.0
14162026-04-28T21:04:05.153Z Compiling aws-lc-sys v0.37.1
14172026-04-28T21:04:05.338Z Compiling ring v0.17.14
14182026-04-28T21:04:05.402Z Compiling rustc_version v0.4.1
14192026-04-28T21:04:05.423Z Compiling vcpkg v0.2.15
14202026-04-28T21:04:05.437Z Compiling aws-lc-rs v1.16.0
14212026-04-28T21:04:05.721Z Compiling regex-syntax v0.8.10
14222026-04-28T21:04:05.735Z Compiling tracing-core v0.1.36
14232026-04-28T21:04:05.939Z Compiling pest_generator v2.8.6
14242026-04-28T21:04:06.154Z Compiling openssl-sys v0.9.111
14252026-04-28T21:04:06.278Z Compiling serde_derive_internals v0.29.1
14262026-04-28T21:04:06.497Z Compiling serde_derive v1.0.228
14272026-04-28T21:04:06.650Z Compiling zeroize_derive v1.4.3
14282026-04-28T21:04:06.678Z Compiling zerofrom-derive v0.1.6
14292026-04-28T21:04:06.918Z Compiling yoke-derive v0.8.1
14302026-04-28T21:04:07.203Z Compiling zerocopy-derive v0.8.40
14312026-04-28T21:04:07.298Z Compiling zeroize v1.8.2
14322026-04-28T21:04:08.058Z Compiling crypto-common v0.1.7
14332026-04-28T21:04:08.072Z Compiling block-buffer v0.10.4
14342026-04-28T21:04:08.085Z Compiling zerofrom v0.1.6
14352026-04-28T21:04:08.085Z Compiling zerovec-derive v0.11.2
14362026-04-28T21:04:08.208Z Compiling yoke v0.8.1
14372026-04-28T21:04:08.223Z Compiling digest v0.10.7
14382026-04-28T21:04:08.240Z Compiling displaydoc v0.2.5
14392026-04-28T21:04:08.395Z Compiling tokio-macros v2.7.0
14402026-04-28T21:04:08.473Z Compiling hmac v0.12.1
14412026-04-28T21:04:08.634Z Compiling futures-macro v0.3.32
14422026-04-28T21:04:08.979Z Compiling zerotrie v0.2.3
14432026-04-28T21:04:09.107Z Compiling block-padding v0.3.3
14442026-04-28T21:04:09.190Z Compiling zerovec v0.11.5
14452026-04-28T21:04:09.261Z Compiling inout v0.1.4
14462026-04-28T21:04:09.275Z Compiling sha2 v0.10.9
14472026-04-28T21:04:09.428Z Compiling cipher v0.4.4
14482026-04-28T21:04:09.431Z Compiling futures-util v0.3.32
14492026-04-28T21:04:09.683Z Compiling tinystr v0.8.2
14502026-04-28T21:04:09.686Z Compiling potential_utf v0.1.4
14512026-04-28T21:04:09.860Z Compiling icu_locale_core v2.1.1
14522026-04-28T21:04:09.882Z Compiling bytes v1.11.1
14532026-04-28T21:04:09.961Z Compiling icu_collections v2.1.1
14542026-04-28T21:04:10.470Z Compiling tokio v1.52.1
14552026-04-28T21:04:10.489Z Compiling icu_provider v2.1.1
14562026-04-28T21:04:10.518Z Compiling der_derive v0.7.3
14572026-04-28T21:04:10.755Z Compiling icu_normalizer v2.1.1
14582026-04-28T21:04:10.784Z Compiling icu_properties v2.1.2
14592026-04-28T21:04:10.927Z Compiling http v1.4.0
14602026-04-28T21:04:11.294Z Compiling chrono v0.4.44
14612026-04-28T21:04:11.463Z Compiling der v0.7.10
14622026-04-28T21:04:11.667Z Compiling idna_adapter v1.2.1
14632026-04-28T21:04:11.699Z Compiling ppv-lite86 v0.2.21
14642026-04-28T21:04:11.806Z Compiling idna v1.1.0
14652026-04-28T21:04:11.838Z Compiling salsa20 v0.10.2
14662026-04-28T21:04:11.882Z Compiling pbkdf2 v0.12.2
14672026-04-28T21:04:11.972Z Compiling thiserror-impl v2.0.18
14682026-04-28T21:04:11.999Z Compiling scrypt v0.11.0
14692026-04-28T21:04:12.013Z Compiling rand_chacha v0.9.0
14702026-04-28T21:04:12.254Z Compiling url v2.5.8
14712026-04-28T21:04:12.437Z Compiling spki v0.7.3
14722026-04-28T21:04:12.640Z Compiling aes v0.8.4
14732026-04-28T21:04:12.656Z Compiling cbc v0.1.2
14742026-04-28T21:04:12.659Z Compiling rustls-pki-types v1.14.0
14752026-04-28T21:04:12.693Z Compiling tracing-attributes v0.1.31
14762026-04-28T21:04:12.803Z Compiling rand v0.9.2
14772026-04-28T21:04:13.038Z Compiling pkcs5 v0.7.1
14782026-04-28T21:04:13.103Z Compiling http-body v1.0.1
14792026-04-28T21:04:13.277Z Compiling thiserror v2.0.18
14802026-04-28T21:04:13.348Z Compiling untrusted v0.9.0
14812026-04-28T21:04:13.385Z Compiling httparse v1.10.1
14822026-04-28T21:04:13.471Z Compiling schemars v0.8.22
14832026-04-28T21:04:13.509Z Compiling openssl-probe v0.2.1
14842026-04-28T21:04:13.584Z Compiling untrusted v0.7.1
14852026-04-28T21:04:13.666Z Compiling base64 v0.22.1
14862026-04-28T21:04:13.707Z Compiling pkcs8 v0.10.2
14872026-04-28T21:04:13.720Z Compiling schemars_derive v0.8.22
14882026-04-28T21:04:13.779Z Compiling pest_derive v2.8.6
14892026-04-28T21:04:13.965Z Compiling tracing v0.1.44
14902026-04-28T21:04:13.981Z Compiling scroll_derive v0.13.1
14912026-04-28T21:04:14.010Z Compiling darling_core v0.20.11
14922026-04-28T21:04:14.195Z Compiling tokio-util v0.7.18
14932026-04-28T21:04:14.224Z Compiling atomic-waker v1.1.2
14942026-04-28T21:04:14.349Z Compiling tower-service v0.3.3
14952026-04-28T21:04:14.453Z Compiling tower-layer v0.3.3
14962026-04-28T21:04:14.616Z Compiling rustls v0.23.37
14972026-04-28T21:04:14.764Z Compiling dyn-clone v1.0.20
14982026-04-28T21:04:14.787Z Compiling tinyvec_macros v0.1.1
14992026-04-28T21:04:14.861Z Compiling try-lock v0.2.5
15002026-04-28T21:04:14.899Z Compiling h2 v0.4.13
15012026-04-28T21:04:14.969Z Compiling want v0.3.1
15022026-04-28T21:04:15.134Z Compiling tinyvec v1.10.0
15032026-04-28T21:04:15.209Z Compiling scroll v0.13.0
15042026-04-28T21:04:15.513Z Compiling ipnet v2.11.0
15052026-04-28T21:04:15.526Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15062026-04-28T21:04:15.794Z Compiling spin v0.9.8
15072026-04-28T21:04:15.911Z Compiling aho-corasick v1.1.4
15082026-04-28T21:04:16.003Z Compiling time-core v0.1.8
15092026-04-28T21:04:16.017Z Compiling httpdate v1.0.3
15102026-04-28T21:04:16.078Z Compiling openssl v0.10.75
15112026-04-28T21:04:16.149Z Compiling num-conv v0.2.0
15122026-04-28T21:04:16.221Z Compiling foreign-types-shared v0.1.1
15132026-04-28T21:04:16.236Z Compiling powerfmt v0.2.0
15142026-04-28T21:04:16.282Z Compiling pin-utils v0.1.0
15152026-04-28T21:04:16.297Z Compiling darling_macro v0.20.11
15162026-04-28T21:04:16.311Z Compiling crc32fast v1.5.0
15172026-04-28T21:04:16.344Z Compiling tempfile v3.25.0
15182026-04-28T21:04:16.357Z Compiling foreign-types v0.3.2
15192026-04-28T21:04:16.428Z Compiling deranged v0.5.8
15202026-04-28T21:04:16.443Z Compiling time-macros v0.2.27
15212026-04-28T21:04:16.713Z Compiling regex-automata v0.4.14
15222026-04-28T21:04:16.759Z Compiling darling v0.20.11
15232026-04-28T21:04:16.845Z Compiling goblin v0.10.5
15242026-04-28T21:04:17.491Z Compiling openssl-macros v0.1.1
15252026-04-28T21:04:17.593Z Compiling wait-timeout v0.2.1
15262026-04-28T21:04:17.864Z Compiling hyper v1.8.1
15272026-04-28T21:04:17.877Z Compiling syn v1.0.109
15282026-04-28T21:04:17.893Z Compiling bit-vec v0.8.0
15292026-04-28T21:04:18.126Z Compiling num_threads v0.1.7
15302026-04-28T21:04:18.178Z Compiling quick-error v1.2.3
15312026-04-28T21:04:18.225Z Compiling usdt-impl v0.6.0
15322026-04-28T21:04:18.284Z Compiling simd-adler32 v0.3.8
15332026-04-28T21:04:18.428Z Compiling crossbeam-utils v0.8.21
15342026-04-28T21:04:18.527Z Compiling siphasher v1.0.2
15352026-04-28T21:04:18.710Z Compiling native-tls v0.2.18
15362026-04-28T21:04:18.764Z Compiling rusty-fork v0.3.1
15372026-04-28T21:04:18.822Z Compiling time v0.3.47
15382026-04-28T21:04:18.928Z Compiling hyper-util v0.1.20
15392026-04-28T21:04:19.128Z Compiling bit-set v0.8.0
15402026-04-28T21:04:19.407Z Compiling derive_builder_core v0.20.2
15412026-04-28T21:04:20.275Z Compiling dof v0.4.0
15422026-04-28T21:04:20.603Z Compiling unicode-normalization v0.1.25
15432026-04-28T21:04:20.651Z Compiling dtrace-parser v0.3.0
15442026-04-28T21:04:20.773Z Compiling rustls-native-certs v0.8.3
15452026-04-28T21:04:21.048Z Compiling signature v2.2.0
15462026-04-28T21:04:21.048Z Compiling scroll_derive v0.12.1
15472026-04-28T21:04:21.076Z Compiling thiserror-impl v1.0.69
15482026-04-28T21:04:21.226Z Compiling heapless v0.7.17
15492026-04-28T21:04:21.394Z Compiling rand_xorshift v0.4.0
15502026-04-28T21:04:21.468Z Compiling slog v2.8.2
15512026-04-28T21:04:21.482Z Compiling darling_core v0.21.3
15522026-04-28T21:04:21.554Z Compiling bzip2-sys v0.1.13+1.0.8
15532026-04-28T21:04:21.652Z Compiling sync_wrapper v1.0.2
15542026-04-28T21:04:21.713Z Compiling thread-id v5.1.0
15552026-04-28T21:04:21.762Z Compiling cookie v0.18.1
15562026-04-28T21:04:21.800Z Compiling signal-hook v0.3.18
15572026-04-28T21:04:21.824Z Compiling unicode-properties v0.1.4
15582026-04-28T21:04:21.941Z Compiling paste v1.0.15
15592026-04-28T21:04:21.969Z Compiling allocator-api2 v0.2.21
15602026-04-28T21:04:22.030Z Compiling anyhow v1.0.102
15612026-04-28T21:04:22.206Z Compiling unicode-bidi v0.3.18
15622026-04-28T21:04:22.238Z Compiling zstd-safe v7.2.4
15632026-04-28T21:04:22.293Z Compiling unarray v0.1.4
15642026-04-28T21:04:22.325Z Compiling adler2 v2.0.1
15652026-04-28T21:04:22.400Z Compiling proptest v1.10.0
15662026-04-28T21:04:22.429Z Compiling miniz_oxide v0.8.9
15672026-04-28T21:04:22.453Z Compiling thiserror v1.0.69
15682026-04-28T21:04:22.548Z Compiling stringprep v0.1.5
15692026-04-28T21:04:22.979Z Compiling tower v0.5.3
15702026-04-28T21:04:23.023Z Compiling scroll v0.12.0
15712026-04-28T21:04:23.300Z Compiling derive_builder_macro v0.20.2
15722026-04-28T21:04:23.445Z Compiling ipnetwork v0.21.1
15732026-04-28T21:04:23.573Z Compiling http-body-util v0.1.3
15742026-04-28T21:04:23.740Z Compiling webpki-roots v1.0.6
15752026-04-28T21:04:23.815Z Compiling rand_chacha v0.3.1
15762026-04-28T21:04:23.833Z Compiling erased-serde v0.3.31
15772026-04-28T21:04:23.860Z Compiling serde_spanned v0.6.9
15782026-04-28T21:04:23.911Z Compiling toml_datetime v0.6.11
15792026-04-28T21:04:23.941Z Compiling darling_macro v0.21.3
15802026-04-28T21:04:23.998Z Compiling serde_tokenstream v0.2.3
15812026-04-28T21:04:24.163Z Compiling md-5 v0.10.6
15822026-04-28T21:04:24.307Z Compiling zerocopy-derive v0.7.35
15832026-04-28T21:04:24.322Z Compiling curve25519-dalek v4.1.3
15842026-04-28T21:04:24.337Z Compiling vergen-lib v0.1.6
15852026-04-28T21:04:24.410Z Compiling num-integer v0.1.46
15862026-04-28T21:04:24.515Z Compiling hash32 v0.2.1
15872026-04-28T21:04:24.618Z Compiling ff v0.13.1
15882026-04-28T21:04:24.655Z Compiling memoffset v0.9.1
15892026-04-28T21:04:24.709Z Compiling litrs v1.0.0
15902026-04-28T21:04:24.733Z Compiling ref-cast v1.0.25
15912026-04-28T21:04:24.753Z Compiling cfg_aliases v0.2.1
15922026-04-28T21:04:24.831Z Compiling psl-types v2.0.11
15932026-04-28T21:04:24.845Z Compiling iri-string v0.7.10
15942026-04-28T21:04:24.955Z Compiling zlib-rs v0.6.2
15952026-04-28T21:04:25.031Z Compiling fallible-iterator v0.2.0
15962026-04-28T21:04:25.173Z Compiling num-bigint-dig v0.8.6
15972026-04-28T21:04:25.221Z Compiling ryu v1.0.23
15982026-04-28T21:04:25.401Z Compiling smoltcp v0.9.1
15992026-04-28T21:04:25.416Z Compiling base16ct v0.2.0
16002026-04-28T21:04:25.419Z Compiling rustix v0.38.44
16012026-04-28T21:04:25.594Z Compiling sec1 v0.7.3
16022026-04-28T21:04:25.788Z Compiling postgres-protocol v0.6.10
16032026-04-28T21:04:25.864Z Compiling serde_urlencoded v0.7.1
16042026-04-28T21:04:25.879Z Compiling document-features v0.2.12
16052026-04-28T21:04:26.109Z Compiling tower-http v0.6.8
16062026-04-28T21:04:26.334Z Compiling zerocopy v0.7.35
16072026-04-28T21:04:26.441Z Compiling publicsuffix v2.3.0
16082026-04-28T21:04:26.513Z Compiling nix v0.31.2
16092026-04-28T21:04:26.554Z Compiling group v0.13.0
16102026-04-28T21:04:26.737Z Compiling newtype-uuid v1.3.2
16112026-04-28T21:04:26.892Z Compiling num-iter v0.1.45
16122026-04-28T21:04:26.976Z Compiling darling v0.21.3
16132026-04-28T21:04:27.058Z Compiling rand v0.8.5
16142026-04-28T21:04:27.071Z Compiling derive_builder v0.20.2
16152026-04-28T21:04:27.085Z Compiling oxnet v0.1.4
16162026-04-28T21:04:27.181Z Compiling hubpack_derive v0.1.1
16172026-04-28T21:04:27.197Z Compiling tokio-native-tls v0.3.1
16182026-04-28T21:04:27.388Z Compiling goblin v0.8.2
16192026-04-28T21:04:27.881Z Compiling flate2 v1.1.9
16202026-04-28T21:04:28.007Z Compiling regex v1.12.3
16212026-04-28T21:04:28.172Z Compiling phf_shared v0.13.1
16222026-04-28T21:04:28.187Z Compiling lazy_static v1.5.0
16232026-04-28T21:04:28.258Z Compiling cargo-platform v0.1.9
16242026-04-28T21:04:28.279Z Compiling hkdf v0.12.4
16252026-04-28T21:04:28.282Z Compiling crypto-bigint v0.5.5
16262026-04-28T21:04:28.411Z Compiling terminal_size v0.4.3
16272026-04-28T21:04:28.436Z Compiling async-trait v0.1.89
16282026-04-28T21:04:28.452Z Compiling ref-cast-impl v1.0.25
16292026-04-28T21:04:28.509Z Compiling daft-derive v0.1.5
16302026-04-28T21:04:28.547Z Compiling curve25519-dalek-derive v0.1.1
16312026-04-28T21:04:28.979Z Compiling strum_macros v0.27.2
16322026-04-28T21:04:29.185Z Compiling vergen v9.0.6
16332026-04-28T21:04:29.211Z Compiling fs-err v3.3.0
16342026-04-28T21:04:29.370Z Compiling ahash v0.8.12
16352026-04-28T21:04:29.400Z Compiling foldhash v0.1.5
16362026-04-28T21:04:29.437Z Compiling winnow v0.5.40
16372026-04-28T21:04:29.571Z Compiling object v0.37.3
16382026-04-28T21:04:29.571Z Compiling bitflags v1.3.2
16392026-04-28T21:04:29.652Z Compiling managed v0.8.0
16402026-04-28T21:04:29.856Z Compiling libbz2-rs-sys v0.2.2
16412026-04-28T21:04:29.871Z Compiling unicode-segmentation v1.12.0
16422026-04-28T21:04:30.251Z Compiling bumpalo v3.20.2
16432026-04-28T21:04:30.405Z Compiling foldhash v0.2.0
16442026-04-28T21:04:30.541Z Compiling zopfli v0.8.3
16452026-04-28T21:04:30.575Z Compiling hashbrown v0.16.1
16462026-04-28T21:04:30.633Z Compiling bzip2 v0.6.1
16472026-04-28T21:04:30.844Z Compiling toml_edit v0.19.15
16482026-04-28T21:04:30.959Z Compiling strum v0.27.2
16492026-04-28T21:04:30.974Z Compiling dof v0.3.0
16502026-04-28T21:04:31.095Z Compiling hashbrown v0.15.5
16512026-04-28T21:04:31.168Z Compiling clap_builder v4.5.60
16522026-04-28T21:04:31.334Z Compiling daft v0.1.5
16532026-04-28T21:04:31.612Z Compiling elliptic-curve v0.13.8
16542026-04-28T21:04:31.705Z Compiling cargo_metadata v0.19.2
16552026-04-28T21:04:31.794Z Compiling phf v0.13.1
16562026-04-28T21:04:32.366Z Compiling signal-hook-mio v0.2.5
16572026-04-28T21:04:32.490Z Compiling cookie_store v0.22.1
16582026-04-28T21:04:33.004Z Compiling zstd v0.13.3
16592026-04-28T21:04:33.141Z Compiling hubpack v0.1.2
16602026-04-28T21:04:33.272Z Compiling bzip2 v0.4.4
16612026-04-28T21:04:33.358Z Compiling hyper-tls v0.6.0
16622026-04-28T21:04:33.380Z Compiling serde_with_macros v3.17.0
16632026-04-28T21:04:33.504Z Compiling postgres-types v0.2.12
16642026-04-28T21:04:33.585Z Compiling usdt-attr-macro v0.6.0
16652026-04-28T21:04:34.047Z Compiling usdt-macro v0.6.0
16662026-04-28T21:04:34.132Z Compiling dtrace-parser v0.2.0
16672026-04-28T21:04:34.368Z Compiling ed25519 v2.2.3
16682026-04-28T21:04:34.485Z Compiling bstr v1.12.1
16692026-04-28T21:04:34.608Z Compiling phf_shared v0.11.3
16702026-04-28T21:04:34.653Z Compiling pkcs1 v0.7.5
16712026-04-28T21:04:34.774Z Compiling serde-big-array v0.5.1
16722026-04-28T21:04:34.796Z Compiling hex v0.4.3
16732026-04-28T21:04:34.885Z Compiling rfc6979 v0.4.0
16742026-04-28T21:04:34.916Z Compiling strum_macros v0.26.4
16752026-04-28T21:04:35.011Z Compiling enum-as-inner v0.6.1
16762026-04-28T21:04:35.049Z Compiling serde_repr v0.1.20
16772026-04-28T21:04:35.063Z Compiling clap_derive v4.5.55
16782026-04-28T21:04:35.135Z Compiling float-cmp v0.10.0
16792026-04-28T21:04:35.292Z Compiling thread-id v4.2.2
16802026-04-28T21:04:35.341Z Compiling memmap2 v0.9.10
16812026-04-28T21:04:35.399Z Compiling env_filter v1.0.0
16822026-04-28T21:04:35.550Z Compiling encoding_rs v0.8.35
16832026-04-28T21:04:35.562Z Compiling mime v0.3.17
16842026-04-28T21:04:35.611Z Compiling difflib v0.4.0
16852026-04-28T21:04:35.707Z Compiling data-encoding v2.10.0
16862026-04-28T21:04:35.820Z Compiling rustc-hash v2.1.1
16872026-04-28T21:04:35.951Z Compiling either v1.15.0
16882026-04-28T21:04:36.168Z Compiling normalize-line-endings v0.3.0
16892026-04-28T21:04:36.183Z Compiling static_assertions v1.1.0
16902026-04-28T21:04:36.261Z Compiling fixedbitset v0.4.2
16912026-04-28T21:04:36.276Z Compiling jiff v0.2.21
16922026-04-28T21:04:36.421Z Compiling predicates-core v1.0.10
16932026-04-28T21:04:36.487Z Compiling keccak v0.1.6
16942026-04-28T21:04:36.608Z Compiling precomputed-hash v0.1.1
16952026-04-28T21:04:36.694Z Compiling fixedbitset v0.5.7
16962026-04-28T21:04:36.713Z Compiling new_debug_unreachable v1.0.6
16972026-04-28T21:04:36.784Z Compiling whoami v2.1.0
16982026-04-28T21:04:36.873Z Compiling clap v4.5.60
16992026-04-28T21:04:36.957Z Compiling petgraph v0.8.3
17002026-04-28T21:04:36.995Z Compiling string_cache v0.8.9
17012026-04-28T21:04:37.076Z Compiling tokio-postgres v0.7.16
17022026-04-28T21:04:37.154Z Compiling strum v0.26.3
17032026-04-28T21:04:37.219Z Compiling sha3 v0.10.8
17042026-04-28T21:04:37.283Z Compiling predicates v3.1.4
17052026-04-28T21:04:37.302Z Compiling petgraph v0.6.5
17062026-04-28T21:04:37.511Z Compiling toml_edit v0.22.27
17072026-04-28T21:04:37.672Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-04-28T21:04:37.927Z Compiling itertools v0.13.0
17092026-04-28T21:04:38.751Z Compiling hickory-proto v0.25.2
17102026-04-28T21:04:38.854Z Compiling zip v4.6.1
17112026-04-28T21:04:39.127Z Compiling iddqd v0.3.18
17122026-04-28T21:04:39.212Z Compiling env_logger v0.11.9
17132026-04-28T21:04:39.569Z Compiling usdt v0.6.0
17142026-04-28T21:04:39.812Z Compiling usdt-impl v0.5.0
17152026-04-28T21:04:39.833Z Compiling serde_with v3.17.0
17162026-04-28T21:04:40.176Z Compiling ecdsa v0.16.9
17172026-04-28T21:04:40.267Z Compiling similar v2.7.0
17182026-04-28T21:04:40.418Z Compiling rsa v0.9.10
17192026-04-28T21:04:40.439Z Compiling ed25519-dalek v2.2.0
17202026-04-28T21:04:40.442Z Compiling crossterm v0.28.1
17212026-04-28T21:04:41.115Z Compiling zip v0.6.6
17222026-04-28T21:04:41.579Z Compiling toml v0.7.8
17232026-04-28T21:04:41.928Z Compiling heck v0.4.1
17242026-04-28T21:04:42.002Z Compiling toml_parser v1.0.9+spec-1.1.0
17252026-04-28T21:04:42.017Z Compiling crossbeam-epoch v0.9.18
17262026-04-28T21:04:42.162Z Compiling tokio-stream v0.1.18
17272026-04-28T21:04:42.180Z Compiling buf-list v1.1.2
17282026-04-28T21:04:42.341Z Compiling x509-cert v0.2.5
17292026-04-28T21:04:42.455Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17302026-04-28T21:04:42.628Z Compiling openapiv3 v2.2.0
17312026-04-28T21:04:42.631Z Compiling sha1 v0.10.6
17322026-04-28T21:04:42.765Z Compiling toml_datetime v0.7.5+spec-1.1.0
17332026-04-28T21:04:42.867Z Compiling lalrpop-util v0.19.12
17342026-04-28T21:04:43.057Z Compiling peg-runtime v0.8.5
17352026-04-28T21:04:43.073Z Compiling thread_local v1.1.9
17362026-04-28T21:04:43.330Z Compiling slog-async v2.8.0
17372026-04-28T21:04:43.351Z Compiling crossbeam-channel v0.5.15
17382026-04-28T21:04:43.446Z Compiling futures-executor v0.3.32
17392026-04-28T21:04:43.652Z Compiling filetime v0.2.27
17402026-04-28T21:04:43.705Z Compiling is-terminal v0.4.17
17412026-04-28T21:04:43.736Z Compiling take_mut v0.2.2
17422026-04-28T21:04:43.803Z Compiling term v1.2.1
17432026-04-28T21:04:43.803Z Compiling xattr v1.6.1
17442026-04-28T21:04:43.848Z Compiling futures v0.3.32
17452026-04-28T21:04:43.932Z Compiling tar v0.4.45
17462026-04-28T21:04:44.198Z Compiling slog-term v2.9.2
17472026-04-28T21:04:50.610Z Compiling rustls-webpki v0.103.9
17482026-04-28T21:04:53.374Z Compiling tokio-rustls v0.26.4
17492026-04-28T21:04:53.375Z Compiling rustls-platform-verifier v0.6.2
17502026-04-28T21:04:53.571Z Compiling hyper-rustls v0.27.7
17512026-04-28T21:04:53.775Z Compiling reqwest v0.12.28
17522026-04-28T21:04:53.775Z Compiling reqwest v0.13.2
17532026-04-28T21:04:55.906Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-04-28T21:04:56.122Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-04-28T21:04:58.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17562026-04-28T21:04:59.066Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-04-28T21:04:59.121ZApr 28 21:04:57.661 INFO Starting download, target: Console
17582026-04-28T21:04:59.121ZApr 28 21:04:57.661 INFO Starting download, target: Clickhouse
17592026-04-28T21:04:59.121ZApr 28 21:04:57.661 INFO Starting download, target: Cockroach
17602026-04-28T21:04:59.121ZApr 28 21:04:57.661 INFO Starting download, target: DendriteStub
17612026-04-28T21:04:59.121ZApr 28 21:04:57.661 INFO Starting download, target: MaghemiteMgd
17622026-04-28T21:04:59.124ZApr 28 21:04:57.661 INFO Starting download, target: TransceiverControl
17632026-04-28T21:04:59.124ZApr 28 21:04:57.662 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-04-28T21:04:59.124ZApr 28 21:04:57.662 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-04-28T21:04:59.124ZApr 28 21:04:57.662 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-04-28T21:04:59.124ZApr 28 21:04:57.662 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17672026-04-28T21:04:59.124ZApr 28 21:04:57.662 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-04-28T21:04:59.124ZApr 28 21:04:57.662 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-04-28T21:04:59.659ZApr 28 21:04:58.196 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-04-28T21:04:59.863ZApr 28 21:04:58.400 INFO Download complete, target: TransceiverControl
17712026-04-28T21:05:00.120ZApr 28 21:04:58.656 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17722026-04-28T21:05:00.374ZApr 28 21:04:58.910 INFO Download complete, target: Console
17732026-04-28T21:05:00.871ZApr 28 21:04:59.409 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-04-28T21:05:00.922ZApr 28 21:04:59.462 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-04-28T21:05:01.282ZApr 28 21:04:59.823 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-04-28T21:05:01.282ZApr 28 21:04:59.823 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-04-28T21:05:01.289ZApr 28 21:04:59.829 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17782026-04-28T21:05:03.215ZApr 28 21:05:01.755 INFO Download complete, target: DendriteStub
17792026-04-28T21:05:03.258ZApr 28 21:05:01.798 INFO Download complete, target: MaghemiteMgd
17802026-04-28T21:05:05.826ZApr 28 21:05:04.366 INFO Checking that binary works, target: Cockroach
17812026-04-28T21:05:05.946ZApr 28 21:05:04.486 INFO Download complete, target: Cockroach
17822026-04-28T21:05:07.969ZApr 28 21:05:06.509 INFO Checking that binary works, target: Clickhouse
17832026-04-28T21:05:08.141ZApr 28 21:05:06.681 INFO Download complete, target: Clickhouse
17842026-04-28T21:05:08.164ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-04-28T21:05:08.167Z
17862026-04-28T21:05:08.167Zreal 3:37.533468031
17872026-04-28T21:05:08.167Zuser 7:13.793287684
17882026-04-28T21:05:08.167Zsys 1:24.452559473
17892026-04-28T21:05:08.167Ztrap 0.219396317
17902026-04-28T21:05:08.167Ztflt 1.081711215
17912026-04-28T21:05:08.167Zdflt 1.370908904
17922026-04-28T21:05:08.167Zkflt 0.094434379
17932026-04-28T21:05:08.168Zlock 22:21.143418205
17942026-04-28T21:05:08.168Zslp 22:52.955193151
17952026-04-28T21:05:08.168Zlat 44.070140759
17962026-04-28T21:05:08.168Zstop 1:59.623567665
17972026-04-28T21:05:08.168Z+ banner hack-check
17982026-04-28T21:05:08.168Z
17992026-04-28T21:05:08.168Z # # ## #### # # #### # # ###### #### # #
18002026-04-28T21:05:08.168Z # # # # # # # # # # # # # # # # #
18012026-04-28T21:05:08.168Z ###### # # # #### ##### # ###### ##### # ####
18022026-04-28T21:05:08.168Z # # ###### # # # # # # # # # #
18032026-04-28T21:05:08.168Z # # # # # # # # # # # # # # # # #
18042026-04-28T21:05:08.168Z # # # # #### # # #### # # ###### #### # #
18052026-04-28T21:05:08.168Z
18062026-04-28T21:05:08.168Z+ export CARGO_INCREMENTAL=0
18072026-04-28T21:05:08.168Z+ CARGO_INCREMENTAL=0
18082026-04-28T21:05:08.168Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-04-28T21:05:08.696Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-04-28T21:05:08.914Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-04-28T21:05:10.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
18122026-04-28T21:05:10.905Z Running `target/debug/xtask check-features --ci`
18132026-04-28T21:05:10.933Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-04-28T21:05:10.936Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-04-28T21:05:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18162026-04-28T21:05:11.442Z Running `target/debug/xtask download cargo-hack`
18172026-04-28T21:05:12.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-04-28T21:05:12.513Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-04-28T21:05:14.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18202026-04-28T21:05:15.123Z Running `target/debug/xtask-downloader cargo-hack`
18212026-04-28T21:05:15.165ZApr 28 21:05:13.705 INFO Starting download, target: CargoHack
18222026-04-28T21:05:15.168ZApr 28 21:05:13.705 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-04-28T21:05:15.542ZApr 28 21:05:14.082 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-04-28T21:05:15.591ZApr 28 21:05:14.131 INFO Download complete, target: CargoHack
18252026-04-28T21:05:15.593Zrunning: "/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"
18262026-04-28T21:05:15.606Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-04-28T21:05:15.760Zinfo: running `cargo check --bins` on api_identity (1/272)
18282026-04-28T21:05:16.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-04-28T21:05:16.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-04-28T21:05:16.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-04-28T21:05:16.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18322026-04-28T21:05:16.342Z
18332026-04-28T21:05:16.342Zinfo: running `cargo check --bins` on bootstore (2/272)
18342026-04-28T21:05:16.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-04-28T21:05:16.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-04-28T21:05:16.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-04-28T21:05:16.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18382026-04-28T21:05:16.924Z
18392026-04-28T21:05:16.924Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18402026-04-28T21:05:17.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-04-28T21:05:17.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-04-28T21:05:17.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-04-28T21:05:17.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18442026-04-28T21:05:17.510Z
18452026-04-28T21:05:17.510Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18462026-04-28T21:05:18.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-04-28T21:05:18.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-04-28T21:05:18.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-04-28T21:05:18.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18502026-04-28T21:05:18.081Z
18512026-04-28T21:05:18.081Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18522026-04-28T21:05:18.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-04-28T21:05:18.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-04-28T21:05:18.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-04-28T21:05:18.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18562026-04-28T21:05:18.662Z
18572026-04-28T21:05:18.662Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18582026-04-28T21:05:19.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-04-28T21:05:19.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-04-28T21:05:19.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-04-28T21:05:19.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18622026-04-28T21:05:19.254Z
18632026-04-28T21:05:19.254Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18642026-04-28T21:05:19.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-04-28T21:05:19.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-04-28T21:05:19.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-04-28T21:05:19.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18682026-04-28T21:05:19.849Z
18692026-04-28T21:05:19.849Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18702026-04-28T21:05:20.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-04-28T21:05:20.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-04-28T21:05:20.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-04-28T21:05:20.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18742026-04-28T21:05:20.439Z
18752026-04-28T21:05:20.439Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18762026-04-28T21:05:20.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-04-28T21:05:20.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-04-28T21:05:20.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-04-28T21:05:20.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-04-28T21:05:20.910Z
18812026-04-28T21:05:20.910Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18822026-04-28T21:05:21.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-04-28T21:05:21.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-04-28T21:05:21.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-04-28T21:05:21.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-04-28T21:05:21.381Z
18872026-04-28T21:05:21.381Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18882026-04-28T21:05:21.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-04-28T21:05:21.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-04-28T21:05:21.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-04-28T21:05:21.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-04-28T21:05:21.851Z
18932026-04-28T21:05:21.851Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18942026-04-28T21:05:22.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-04-28T21:05:22.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-04-28T21:05:22.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-04-28T21:05:22.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-04-28T21:05:22.321Z
18992026-04-28T21:05:22.321Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
19002026-04-28T21:05:22.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-04-28T21:05:22.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-04-28T21:05:22.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-04-28T21:05:22.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-04-28T21:05:22.790Z
19052026-04-28T21:05:22.790Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19062026-04-28T21:05:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-04-28T21:05:23.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-04-28T21:05:23.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-04-28T21:05:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-04-28T21:05:23.255Z
19112026-04-28T21:05:23.255Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19122026-04-28T21:05:23.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-04-28T21:05:23.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-04-28T21:05:23.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-04-28T21:05:23.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-04-28T21:05:23.729Z
19172026-04-28T21:05:23.729Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19182026-04-28T21:05:24.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-04-28T21:05:24.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-04-28T21:05:24.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-04-28T21:05:24.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-04-28T21:05:24.199Z
19232026-04-28T21:05:24.199Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19242026-04-28T21:05:24.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-04-28T21:05:24.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-04-28T21:05:24.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-04-28T21:05:24.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-04-28T21:05:24.670Z
19292026-04-28T21:05:24.670Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19302026-04-28T21:05:25.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-04-28T21:05:25.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-04-28T21:05:25.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-04-28T21:05:25.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-04-28T21:05:25.139Z
19352026-04-28T21:05:25.139Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19362026-04-28T21:05:25.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-04-28T21:05:25.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-04-28T21:05:25.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-04-28T21:05:25.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-04-28T21:05:25.604Z
19412026-04-28T21:05:25.604Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19422026-04-28T21:05:26.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-04-28T21:05:26.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-04-28T21:05:26.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-04-28T21:05:26.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-04-28T21:05:26.076Z
19472026-04-28T21:05:26.076Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19482026-04-28T21:05:26.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-04-28T21:05:26.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-04-28T21:05:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-04-28T21:05:26.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-04-28T21:05:26.548Z
19532026-04-28T21:05:26.548Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19542026-04-28T21:05:26.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-04-28T21:05:26.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-04-28T21:05:26.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-04-28T21:05:26.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-04-28T21:05:27.019Z
19592026-04-28T21:05:27.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19602026-04-28T21:05:27.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-04-28T21:05:27.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-04-28T21:05:27.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-04-28T21:05:27.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-04-28T21:05:27.490Z
19652026-04-28T21:05:27.490Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19662026-04-28T21:05:27.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-04-28T21:05:27.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-04-28T21:05:27.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-04-28T21:05:27.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-04-28T21:05:27.964Z
19712026-04-28T21:05:27.964Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19722026-04-28T21:05:28.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-04-28T21:05:28.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-04-28T21:05:28.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-04-28T21:05:28.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-04-28T21:05:28.436Z
19772026-04-28T21:05:28.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19782026-04-28T21:05:28.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-04-28T21:05:28.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-04-28T21:05:28.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-04-28T21:05:28.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-04-28T21:05:28.911Z
19832026-04-28T21:05:28.911Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19842026-04-28T21:05:29.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-04-28T21:05:29.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-04-28T21:05:29.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-04-28T21:05:29.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-04-28T21:05:29.383Z
19892026-04-28T21:05:29.383Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19902026-04-28T21:05:29.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-04-28T21:05:29.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-04-28T21:05:29.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-04-28T21:05:29.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-04-28T21:05:29.857Z
19952026-04-28T21:05:29.857Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19962026-04-28T21:05:30.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-04-28T21:05:30.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-04-28T21:05:30.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-04-28T21:05:30.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-04-28T21:05:30.331Z
20012026-04-28T21:05:30.331Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
20022026-04-28T21:05:30.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-04-28T21:05:30.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-04-28T21:05:30.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-04-28T21:05:30.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-04-28T21:05:30.804Z
20072026-04-28T21:05:30.804Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20082026-04-28T21:05:31.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-04-28T21:05:31.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-04-28T21:05:31.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-04-28T21:05:31.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-04-28T21:05:31.274Z
20132026-04-28T21:05:31.275Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20142026-04-28T21:05:31.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-04-28T21:05:31.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-04-28T21:05:31.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-04-28T21:05:31.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-04-28T21:05:31.745Z
20192026-04-28T21:05:31.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20202026-04-28T21:05:32.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-04-28T21:05:32.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-04-28T21:05:32.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-04-28T21:05:32.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-04-28T21:05:32.217Z
20252026-04-28T21:05:32.217Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20262026-04-28T21:05:32.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-04-28T21:05:32.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-04-28T21:05:32.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-04-28T21:05:32.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-04-28T21:05:32.687Z
20312026-04-28T21:05:32.688Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20322026-04-28T21:05:33.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-04-28T21:05:33.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-04-28T21:05:33.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-04-28T21:05:33.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-04-28T21:05:33.159Z
20372026-04-28T21:05:33.159Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20382026-04-28T21:05:33.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-04-28T21:05:33.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-04-28T21:05:33.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-04-28T21:05:33.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-04-28T21:05:33.628Z
20432026-04-28T21:05:33.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20442026-04-28T21:05:34.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-04-28T21:05:34.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-04-28T21:05:34.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-04-28T21:05:34.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-04-28T21:05:34.098Z
20492026-04-28T21:05:34.098Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20502026-04-28T21:05:34.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-04-28T21:05:34.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-04-28T21:05:34.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-04-28T21:05:34.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-04-28T21:05:34.570Z
20552026-04-28T21:05:34.570Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20562026-04-28T21:05:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-04-28T21:05:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-04-28T21:05:34.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-04-28T21:05:34.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-04-28T21:05:35.042Z
20612026-04-28T21:05:35.042Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20622026-04-28T21:05:35.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-04-28T21:05:35.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-04-28T21:05:35.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-04-28T21:05:35.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20662026-04-28T21:05:35.513Z
20672026-04-28T21:05:35.513Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20682026-04-28T21:05:35.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-04-28T21:05:35.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-04-28T21:05:35.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-04-28T21:05:35.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-04-28T21:05:35.987Z
20732026-04-28T21:05:35.987Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20742026-04-28T21:05:36.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-04-28T21:05:36.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-04-28T21:05:36.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-04-28T21:05:36.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-04-28T21:05:36.461Z
20792026-04-28T21:05:36.461Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20802026-04-28T21:05:36.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-04-28T21:05:36.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-04-28T21:05:36.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-04-28T21:05:36.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-04-28T21:05:36.934Z
20852026-04-28T21:05:36.935Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20862026-04-28T21:05:37.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-04-28T21:05:37.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-04-28T21:05:37.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-04-28T21:05:37.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-04-28T21:05:37.408Z
20912026-04-28T21:05:37.408Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20922026-04-28T21:05:37.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-04-28T21:05:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-04-28T21:05:37.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-04-28T21:05:37.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-04-28T21:05:37.882Z
20972026-04-28T21:05:37.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20982026-04-28T21:05:38.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-04-28T21:05:38.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-04-28T21:05:38.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-04-28T21:05:38.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21022026-04-28T21:05:38.358Z
21032026-04-28T21:05:38.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21042026-04-28T21:05:38.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-04-28T21:05:38.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-04-28T21:05:38.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-04-28T21:05:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21082026-04-28T21:05:38.834Z
21092026-04-28T21:05:38.834Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21102026-04-28T21:05:39.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-04-28T21:05:39.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-04-28T21:05:39.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-04-28T21:05:39.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21142026-04-28T21:05:39.308Z
21152026-04-28T21:05:39.308Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21162026-04-28T21:05:39.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-04-28T21:05:39.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-04-28T21:05:39.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-04-28T21:05:39.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-04-28T21:05:39.947Z
21212026-04-28T21:05:39.947Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21222026-04-28T21:05:40.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-04-28T21:05:40.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-04-28T21:05:40.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-04-28T21:05:40.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-04-28T21:05:40.588Z
21272026-04-28T21:05:40.588Zinfo: running `cargo check --bins` on nexus-config (51/272)
21282026-04-28T21:05:41.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-04-28T21:05:41.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-04-28T21:05:41.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-04-28T21:05:41.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21322026-04-28T21:05:41.223Z
21332026-04-28T21:05:41.223Zinfo: running `cargo check --bins` on nexus-types (52/272)
21342026-04-28T21:05:41.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-04-28T21:05:41.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-04-28T21:05:41.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-04-28T21:05:41.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21382026-04-28T21:05:41.865Z
21392026-04-28T21:05:41.865Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21402026-04-28T21:05:42.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-04-28T21:05:42.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-04-28T21:05:42.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-04-28T21:05:42.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21442026-04-28T21:05:42.467Z
21452026-04-28T21:05:42.467Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21462026-04-28T21:05:42.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-04-28T21:05:42.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-04-28T21:05:42.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-04-28T21:05:42.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21502026-04-28T21:05:43.047Z
21512026-04-28T21:05:43.047Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21522026-04-28T21:05:43.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-04-28T21:05:43.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-04-28T21:05:43.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-04-28T21:05:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21562026-04-28T21:05:43.966Z
21572026-04-28T21:05:43.966Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21582026-04-28T21:05:44.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-04-28T21:05:44.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-04-28T21:05:44.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-04-28T21:05:44.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-04-28T21:05:44.259Z
21632026-04-28T21:05:44.259Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21642026-04-28T21:05:44.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-04-28T21:05:44.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-04-28T21:05:44.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-04-28T21:05:44.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21682026-04-28T21:05:44.864Z
21692026-04-28T21:05:44.864Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21702026-04-28T21:05:45.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-04-28T21:05:45.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-04-28T21:05:45.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-04-28T21:05:45.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21742026-04-28T21:05:45.469Z
21752026-04-28T21:05:45.469Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21762026-04-28T21:05:45.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-04-28T21:05:45.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-04-28T21:05:45.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-04-28T21:05:45.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-04-28T21:05:46.057Z
21812026-04-28T21:05:46.057Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21822026-04-28T21:05:46.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-04-28T21:05:46.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-04-28T21:05:46.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-04-28T21:05:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-04-28T21:05:46.646Z
21872026-04-28T21:05:46.646Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21882026-04-28T21:05:47.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-04-28T21:05:47.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-04-28T21:05:47.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-04-28T21:05:47.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-04-28T21:05:47.228Z
21932026-04-28T21:05:47.228Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21942026-04-28T21:05:47.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-04-28T21:05:47.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-04-28T21:05:47.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-04-28T21:05:47.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21982026-04-28T21:05:47.811Z
21992026-04-28T21:05:47.811Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
22002026-04-28T21:05:48.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-04-28T21:05:48.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-04-28T21:05:48.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-04-28T21:05:48.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-04-28T21:05:48.409Z
22052026-04-28T21:05:48.409Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22062026-04-28T21:05:48.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-04-28T21:05:48.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-04-28T21:05:48.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-04-28T21:05:48.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22102026-04-28T21:05:49.008Z
22112026-04-28T21:05:49.008Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22122026-04-28T21:05:49.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-04-28T21:05:49.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-04-28T21:05:49.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-04-28T21:05:49.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22162026-04-28T21:05:49.593Z
22172026-04-28T21:05:49.593Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22182026-04-28T21:05:50.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-04-28T21:05:50.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-04-28T21:05:50.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-04-28T21:05:50.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22222026-04-28T21:05:50.176Z
22232026-04-28T21:05:50.176Zinfo: running `cargo check --bins` on ereport-types (67/272)
22242026-04-28T21:05:50.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-04-28T21:05:50.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-04-28T21:05:50.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-04-28T21:05:50.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-04-28T21:05:50.769Z
22292026-04-28T21:05:50.769Zinfo: running `cargo check --bins` on gateway-client (68/272)
22302026-04-28T21:05:51.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-04-28T21:05:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-04-28T21:05:51.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-04-28T21:05:51.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22342026-04-28T21:05:51.364Z
22352026-04-28T21:05:51.364Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22362026-04-28T21:05:51.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-04-28T21:05:51.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-04-28T21:05:51.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-04-28T21:05:51.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22402026-04-28T21:05:51.958Z
22412026-04-28T21:05:51.958Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22422026-04-28T21:05:52.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-04-28T21:05:52.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-04-28T21:05:52.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-04-28T21:05:52.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-04-28T21:05:52.549Z
22472026-04-28T21:05:52.549Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22482026-04-28T21:05:53.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-04-28T21:05:53.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-04-28T21:05:53.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-04-28T21:05:53.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22522026-04-28T21:05:53.143Z
22532026-04-28T21:05:53.143Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22542026-04-28T21:05:53.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-04-28T21:05:53.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-04-28T21:05:53.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-04-28T21:05:53.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22582026-04-28T21:05:53.737Z
22592026-04-28T21:05:53.737Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22602026-04-28T21:05:54.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-04-28T21:05:54.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-04-28T21:05:54.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-04-28T21:05:54.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22642026-04-28T21:05:54.351Z
22652026-04-28T21:05:54.351Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22662026-04-28T21:05:54.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-04-28T21:05:54.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-04-28T21:05:54.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-04-28T21:05:54.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22702026-04-28T21:05:54.963Z
22712026-04-28T21:05:54.963Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22722026-04-28T21:05:55.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-04-28T21:05:55.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-04-28T21:05:55.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-04-28T21:05:55.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22762026-04-28T21:05:55.545Z
22772026-04-28T21:05:55.545Zinfo: running `cargo check --bins` on oxlog (76/272)
22782026-04-28T21:05:56.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-04-28T21:05:56.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-04-28T21:05:56.152Z Checking cfg-if v1.0.4
22812026-04-28T21:05:56.155Z Checking libc v0.2.185
22822026-04-28T21:05:56.155Z Checking serde_core v1.0.228
22832026-04-28T21:05:56.268Z Checking zeroize v1.8.2
22842026-04-28T21:05:56.276Z Checking memchr v2.8.0
22852026-04-28T21:05:56.283Z Checking log v0.4.29
22862026-04-28T21:05:56.293Z Checking smallvec v1.15.1
22872026-04-28T21:05:56.303Z Checking typenum v1.19.0
22882026-04-28T21:05:56.315Z Checking subtle v2.6.1
22892026-04-28T21:05:56.404Z Checking itoa v1.0.17
22902026-04-28T21:05:56.439Z Checking scopeguard v1.2.0
22912026-04-28T21:05:56.456Z Checking const-oid v0.9.6
22922026-04-28T21:05:56.467Z Checking stable_deref_trait v1.2.1
22932026-04-28T21:05:56.535Z Checking lock_api v0.4.14
22942026-04-28T21:05:56.548Z Checking portable-atomic v1.13.1
22952026-04-28T21:05:56.548Z Checking zerofrom v0.1.6
22962026-04-28T21:05:56.646Z Checking critical-section v1.2.0
22972026-04-28T21:05:56.660Z Checking getrandom v0.2.17
22982026-04-28T21:05:56.660Z Checking errno v0.3.14
22992026-04-28T21:05:56.727Z Checking yoke v0.8.1
23002026-04-28T21:05:56.742Z Checking parking_lot_core v0.9.12
23012026-04-28T21:05:56.781Z Checking signal-hook-registry v1.4.8
23022026-04-28T21:05:56.800Z Checking rand_core v0.6.4
23032026-04-28T21:05:56.813Z Checking generic-array v0.14.7
23042026-04-28T21:05:56.884Z Checking zerovec v0.11.5
23052026-04-28T21:05:56.924Z Checking zerocopy v0.8.40
23062026-04-28T21:05:56.935Z Checking pin-project-lite v0.2.17
23072026-04-28T21:05:56.949Z Checking once_cell v1.21.3
23082026-04-28T21:05:56.971Z Checking parking_lot v0.12.5
23092026-04-28T21:05:57.019Z Checking mio v1.2.0
23102026-04-28T21:05:57.118Z Checking socket2 v0.6.3
23112026-04-28T21:05:57.121Z Checking libm v0.2.16
23122026-04-28T21:05:57.148Z Checking zmij v1.0.21
23132026-04-28T21:05:57.249Z Checking crypto-common v0.1.7
23142026-04-28T21:05:57.293Z Checking block-buffer v0.10.4
23152026-04-28T21:05:57.310Z Checking tinystr v0.8.2
23162026-04-28T21:05:57.355Z Checking litemap v0.8.1
23172026-04-28T21:05:57.366Z Checking writeable v0.6.2
23182026-04-28T21:05:57.377Z Checking futures-core v0.3.32
23192026-04-28T21:05:57.431Z Checking digest v0.10.7
23202026-04-28T21:05:57.488Z Checking equivalent v1.0.2
23212026-04-28T21:05:57.500Z Checking percent-encoding v2.3.2
23222026-04-28T21:05:57.526Z Checking potential_utf v0.1.4
23232026-04-28T21:05:57.537Z Checking icu_locale_core v2.1.1
23242026-04-28T21:05:57.566Z Checking zerotrie v0.2.3
23252026-04-28T21:05:57.621Z Checking cpufeatures v0.2.17
23262026-04-28T21:05:57.635Z Checking hmac v0.12.1
23272026-04-28T21:05:57.651Z Checking icu_collections v2.1.1
23282026-04-28T21:05:57.691Z Checking block-padding v0.3.3
23292026-04-28T21:05:57.743Z Checking serde v1.0.228
23302026-04-28T21:05:57.761Z Checking bitflags v2.11.0
23312026-04-28T21:05:57.807Z Checking serde_json v1.0.149
23322026-04-28T21:05:57.819Z Checking icu_normalizer_data v2.1.1
23332026-04-28T21:05:57.833Z Checking num-traits v0.2.19
23342026-04-28T21:05:57.890Z Checking icu_properties_data v2.1.2
23352026-04-28T21:05:57.923Z Checking rand_core v0.10.0
23362026-04-28T21:05:57.963Z Checking futures-sink v0.3.32
23372026-04-28T21:05:58.015Z Checking hashbrown v0.17.0
23382026-04-28T21:05:58.059Z Checking futures-channel v0.3.32
23392026-04-28T21:05:58.071Z Checking getrandom v0.4.1
23402026-04-28T21:05:58.082Z Checking icu_provider v2.1.1
23412026-04-28T21:05:58.144Z Checking bytes v1.11.1
23422026-04-28T21:05:58.209Z Checking inout v0.1.4
23432026-04-28T21:05:58.242Z Checking futures-task v0.3.32
23442026-04-28T21:05:58.306Z Checking icu_properties v2.1.2
23452026-04-28T21:05:58.342Z Checking icu_normalizer v2.1.1
23462026-04-28T21:05:58.374Z Checking slab v0.4.12
23472026-04-28T21:05:58.378Z Checking futures-io v0.3.32
23482026-04-28T21:05:58.468Z Checking cipher v0.4.4
23492026-04-28T21:05:58.480Z Checking indexmap v2.14.0
23502026-04-28T21:05:58.496Z Checking sha2 v0.10.9
23512026-04-28T21:05:58.528Z Checking futures-util v0.3.32
23522026-04-28T21:05:58.576Z Checking tokio v1.52.1
23532026-04-28T21:05:58.646Z Checking getrandom v0.3.4
23542026-04-28T21:05:58.672Z Checking utf8_iter v1.0.4
23552026-04-28T21:05:58.763Z Checking base64ct v1.8.3
23562026-04-28T21:05:58.784Z Checking byteorder v1.5.0
23572026-04-28T21:05:58.798Z Checking form_urlencoded v1.2.2
23582026-04-28T21:05:58.920Z Checking fnv v1.0.7
23592026-04-28T21:05:58.989Z Checking flagset v0.4.7
23602026-04-28T21:05:59.001Z Checking pem-rfc7468 v0.7.0
23612026-04-28T21:05:59.017Z Checking rand_core v0.9.5
23622026-04-28T21:05:59.033Z Checking salsa20 v0.10.2
23632026-04-28T21:05:59.107Z Checking http v1.4.0
23642026-04-28T21:05:59.129Z Checking idna_adapter v1.2.1
23652026-04-28T21:05:59.150Z Checking der v0.7.10
23662026-04-28T21:05:59.162Z Checking uuid v1.23.0
23672026-04-28T21:05:59.187Z Checking pbkdf2 v0.12.2
23682026-04-28T21:05:59.242Z Checking idna v1.1.0
23692026-04-28T21:05:59.295Z Checking scrypt v0.11.0
23702026-04-28T21:05:59.433Z Checking cbc v0.1.2
23712026-04-28T21:05:59.464Z Checking aes v0.8.4
23722026-04-28T21:05:59.481Z Checking url v2.5.8
23732026-04-28T21:05:59.558Z Checking rustix v1.1.3
23742026-04-28T21:05:59.662Z Checking tracing-core v0.1.36
23752026-04-28T21:05:59.679Z Checking ppv-lite86 v0.2.21
23762026-04-28T21:05:59.850Z Checking rustls-pki-types v1.14.0
23772026-04-28T21:05:59.871Z Checking spki v0.7.3
23782026-04-28T21:05:59.910Z Checking regex-syntax v0.8.10
23792026-04-28T21:05:59.964Z Checking iana-time-zone v0.1.65
23802026-04-28T21:05:59.976Z Checking rand_chacha v0.9.0
23812026-04-28T21:06:00.030Z Checking pkcs5 v0.7.1
23822026-04-28T21:06:00.068Z Checking chrono v0.4.44
23832026-04-28T21:06:00.130Z Checking tracing v0.1.44
23842026-04-28T21:06:00.169Z Checking rand v0.9.2
23852026-04-28T21:06:00.284Z Checking http-body v1.0.1
23862026-04-28T21:06:00.332Z Checking aws-lc-sys v0.37.1
23872026-04-28T21:06:00.366Z Checking untrusted v0.7.1
23882026-04-28T21:06:00.411Z Checking base64 v0.22.1
23892026-04-28T21:06:00.423Z Checking untrusted v0.9.0
23902026-04-28T21:06:00.478Z Checking openssl-probe v0.2.1
23912026-04-28T21:06:00.527Z Checking ring v0.17.14
23922026-04-28T21:06:00.585Z Checking pkcs8 v0.10.2
23932026-04-28T21:06:00.642Z Checking tower-service v0.3.3
23942026-04-28T21:06:00.654Z Checking atomic-waker v1.1.2
23952026-04-28T21:06:00.732Z Checking try-lock v0.2.5
23962026-04-28T21:06:00.750Z Checking tower-layer v0.3.3
23972026-04-28T21:06:00.762Z Checking tinyvec_macros v0.1.1
23982026-04-28T21:06:00.826Z Checking plain v0.2.3
23992026-04-28T21:06:00.838Z Checking aws-lc-rs v1.16.0
24002026-04-28T21:06:00.850Z Checking want v0.3.1
24012026-04-28T21:06:00.893Z Checking tinyvec v1.10.0
24022026-04-28T21:06:00.916Z Checking ipnet v2.11.0
24032026-04-28T21:06:00.929Z Checking semver v1.0.28
24042026-04-28T21:06:00.967Z Checking httparse v1.10.1
24052026-04-28T21:06:01.133Z Checking spin v0.9.8
24062026-04-28T21:06:01.166Z Checking unicode-ident v1.0.24
24072026-04-28T21:06:01.178Z Checking dyn-clone v1.0.20
24082026-04-28T21:06:01.196Z Checking fastrand v2.3.0
24092026-04-28T21:06:01.211Z Checking foreign-types-shared v0.1.1
24102026-04-28T21:06:01.271Z Checking httpdate v1.0.3
24112026-04-28T21:06:01.283Z Checking ucd-trie v0.1.7
24122026-04-28T21:06:01.295Z Checking pin-utils v0.1.0
24132026-04-28T21:06:01.307Z Checking foreign-types v0.3.2
24142026-04-28T21:06:01.361Z Checking schemars v0.8.22
24152026-04-28T21:06:01.373Z Checking tempfile v3.25.0
24162026-04-28T21:06:01.385Z Checking proc-macro2 v1.0.106
24172026-04-28T21:06:01.408Z Checking pest v2.8.6
24182026-04-28T21:06:01.423Z Checking openssl-sys v0.9.111
24192026-04-28T21:06:01.516Z Checking thiserror v2.0.18
24202026-04-28T21:06:01.567Z Checking wait-timeout v0.2.1
24212026-04-28T21:06:01.615Z Checking aho-corasick v1.1.4
24222026-04-28T21:06:01.674Z Checking rustls-webpki v0.103.9
24232026-04-28T21:06:01.691Z Checking anstyle v1.0.13
24242026-04-28T21:06:01.703Z Checking powerfmt v0.2.0
24252026-04-28T21:06:01.752Z Checking tokio-util v0.7.18
24262026-04-28T21:06:01.848Z Checking siphasher v1.0.2
24272026-04-28T21:06:01.871Z Checking pretty-hex v0.4.1
24282026-04-28T21:06:01.903Z Checking utf8parse v0.2.2
24292026-04-28T21:06:01.984Z Checking bit-vec v0.8.0
24302026-04-28T21:06:02.002Z Checking quick-error v1.2.3
24312026-04-28T21:06:02.006Z Checking simd-adler32 v0.3.8
24322026-04-28T21:06:02.025Z Checking anstyle-parse v0.2.7
24332026-04-28T21:06:02.097Z Checking rusty-fork v0.3.1
24342026-04-28T21:06:02.100Z Checking rustls v0.23.37
24352026-04-28T21:06:02.168Z Checking openssl v0.10.75
24362026-04-28T21:06:02.171Z Checking bit-set v0.8.0
24372026-04-28T21:06:02.181Z Checking deranged v0.5.8
24382026-04-28T21:06:02.263Z Checking quote v1.0.45
24392026-04-28T21:06:02.296Z Checking regex-automata v0.4.14
24402026-04-28T21:06:02.326Z Compiling newtype-uuid v1.3.2
24412026-04-28T21:06:02.372Z Checking h2 v0.4.13
24422026-04-28T21:06:02.444Z Checking unicode-normalization v0.1.25
24432026-04-28T21:06:02.475Z Checking rustls-native-certs v0.8.3
24442026-04-28T21:06:02.505Z Checking crossbeam-utils v0.8.21
24452026-04-28T21:06:02.602Z Checking rand_xorshift v0.4.0
24462026-04-28T21:06:02.725Z Checking crc32fast v1.5.0
24472026-04-28T21:06:02.842Z Checking scroll v0.13.0
24482026-04-28T21:06:02.855Z Checking signature v2.2.0
24492026-04-28T21:06:02.867Z Checking sync_wrapper v1.0.2
24502026-04-28T21:06:02.966Z Checking allocator-api2 v0.2.21
24512026-04-28T21:06:02.981Z Checking adler2 v2.0.1
24522026-04-28T21:06:03.068Z Checking num-conv v0.2.0
24532026-04-28T21:06:03.086Z Checking time-core v0.1.8
24542026-04-28T21:06:03.150Z Checking unarray v0.1.4
24552026-04-28T21:06:03.180Z Checking unicode-bidi v0.3.18
24562026-04-28T21:06:03.222Z Checking anstyle-query v1.1.5
24572026-04-28T21:06:03.239Z Checking is_terminal_polyfill v1.70.2
24582026-04-28T21:06:03.252Z Checking num_threads v0.1.7
24592026-04-28T21:06:03.311Z Checking unicode-properties v0.1.4
24602026-04-28T21:06:03.325Z Checking colorchoice v1.0.4
24612026-04-28T21:06:03.338Z Checking time v0.3.47
24622026-04-28T21:06:03.423Z Checking anstream v0.6.21
24632026-04-28T21:06:03.468Z Checking proptest v1.10.0
24642026-04-28T21:06:03.494Z Checking stringprep v0.1.5
24652026-04-28T21:06:03.619Z Checking miniz_oxide v0.8.9
24662026-04-28T21:06:03.643Z Checking goblin v0.10.5
24672026-04-28T21:06:03.978Z Checking tower v0.5.3
24682026-04-28T21:06:04.109Z Checking crossbeam-epoch v0.9.18
24692026-04-28T21:06:04.148Z Checking native-tls v0.2.18
24702026-04-28T21:06:04.323Z Compiling daft v0.1.5
24712026-04-28T21:06:04.335Z Checking syn v2.0.117
24722026-04-28T21:06:04.353Z Checking ipnetwork v0.21.1
24732026-04-28T21:06:04.465Z Checking tokio-rustls v0.26.4
24742026-04-28T21:06:04.480Z Checking http-body-util v0.1.3
24752026-04-28T21:06:04.564Z Checking webpki-roots v1.0.6
24762026-04-28T21:06:04.594Z Checking rand_chacha v0.3.1
24772026-04-28T21:06:04.680Z Checking scroll v0.12.0
24782026-04-28T21:06:04.692Z Checking thiserror v1.0.69
24792026-04-28T21:06:04.695Z Checking zstd-sys v2.0.16+zstd.1.5.7
24802026-04-28T21:06:04.797Z Checking hash32 v0.2.1
24812026-04-28T21:06:04.800Z Checking num-integer v0.1.46
24822026-04-28T21:06:04.800Z Checking serde_spanned v0.6.9
24832026-04-28T21:06:04.902Z Checking toml_datetime v0.6.11
24842026-04-28T21:06:04.931Z Checking md-5 v0.10.6
24852026-04-28T21:06:04.951Z Checking ff v0.13.1
24862026-04-28T21:06:05.042Z Checking psl-types v2.0.11
24872026-04-28T21:06:05.056Z Checking hyper v1.8.1
24882026-04-28T21:06:05.068Z Checking fallible-iterator v0.2.0
24892026-04-28T21:06:05.081Z Checking base16ct v0.2.0
24902026-04-28T21:06:05.083Z Checking ryu v1.0.23
24912026-04-28T21:06:05.153Z Checking zlib-rs v0.6.2
24922026-04-28T21:06:05.202Z Checking iri-string v0.7.10
24932026-04-28T21:06:05.222Z Checking serde_urlencoded v0.7.1
24942026-04-28T21:06:05.334Z Checking postgres-protocol v0.6.10
24952026-04-28T21:06:05.386Z Compiling iddqd v0.3.18
24962026-04-28T21:06:05.423Z Checking sec1 v0.7.3
24972026-04-28T21:06:05.625Z Checking publicsuffix v2.3.0
24982026-04-28T21:06:05.639Z Checking group v0.13.0
24992026-04-28T21:06:05.783Z Checking num-iter v0.1.45
25002026-04-28T21:06:05.795Z Checking heapless v0.7.17
25012026-04-28T21:06:05.895Z Checking goblin v0.8.2
25022026-04-28T21:06:05.947Z Checking hyper-util v0.1.20
25032026-04-28T21:06:05.959Z Checking dof v0.4.0
25042026-04-28T21:06:06.020Z Checking flate2 v1.1.9
25052026-04-28T21:06:06.187Z Checking tower-http v0.6.8
25062026-04-28T21:06:06.200Z Checking zstd-safe v7.2.4
25072026-04-28T21:06:06.316Z Checking rand v0.8.5
25082026-04-28T21:06:06.360Z Checking oxnet v0.1.4
25092026-04-28T21:06:06.458Z Checking cookie v0.18.1
25102026-04-28T21:06:06.487Z Checking tokio-native-tls v0.3.1
25112026-04-28T21:06:06.573Z Checking dtrace-parser v0.3.0
25122026-04-28T21:06:06.587Z Checking phf_shared v0.13.1
25132026-04-28T21:06:06.597Z Checking lazy_static v1.5.0
25142026-04-28T21:06:06.641Z Checking zerocopy v0.7.35
25152026-04-28T21:06:06.680Z Checking terminal_size v0.4.3
25162026-04-28T21:06:06.692Z Checking bzip2-sys v0.1.13+1.0.8
25172026-04-28T21:06:06.774Z Checking signal-hook v0.3.18
25182026-04-28T21:06:06.786Z Checking hkdf v0.12.4
25192026-04-28T21:06:06.798Z Checking crypto-bigint v0.5.5
25202026-04-28T21:06:06.809Z Checking thread-id v5.1.0
25212026-04-28T21:06:06.822Z Checking bumpalo v3.20.2
25222026-04-28T21:06:06.885Z Checking either v1.15.0
25232026-04-28T21:06:06.914Z Checking foldhash v0.1.5
25242026-04-28T21:06:06.958Z Checking strsim v0.11.1
25252026-04-28T21:06:07.016Z Checking bitflags v1.3.2
25262026-04-28T21:06:07.045Z Checking foldhash v0.2.0
25272026-04-28T21:06:07.065Z Checking winnow v0.7.14
25282026-04-28T21:06:07.085Z Checking winnow v0.5.40
25292026-04-28T21:06:07.115Z Checking clap_lex v1.0.0
25302026-04-28T21:06:07.127Z Compiling rayon-core v1.13.0
25312026-04-28T21:06:07.195Z Checking managed v0.8.0
25322026-04-28T21:06:07.198Z Checking hyper-rustls v0.27.7
25332026-04-28T21:06:07.263Z Checking libbz2-rs-sys v0.2.2
25342026-04-28T21:06:07.317Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25352026-04-28T21:06:07.390Z Checking smoltcp v0.9.1
25362026-04-28T21:06:07.431Z Checking clap_builder v4.5.60
25372026-04-28T21:06:07.506Z Checking hyper-tls v0.6.0
25382026-04-28T21:06:07.659Z Checking bzip2 v0.6.1
25392026-04-28T21:06:07.679Z Checking hashbrown v0.16.1
25402026-04-28T21:06:07.700Z Checking elliptic-curve v0.13.8
25412026-04-28T21:06:07.812Z Checking dof v0.3.0
25422026-04-28T21:06:07.824Z Checking hashbrown v0.15.5
25432026-04-28T21:06:07.984Z Checking zopfli v0.8.3
25442026-04-28T21:06:08.003Z Checking signal-hook-mio v0.2.5
25452026-04-28T21:06:08.091Z Checking usdt-impl v0.6.0
25462026-04-28T21:06:08.107Z Checking num-bigint-dig v0.8.6
25472026-04-28T21:06:08.169Z Checking bzip2 v0.4.4
25482026-04-28T21:06:08.231Z Checking toml_edit v0.19.15
25492026-04-28T21:06:08.260Z Checking phf v0.13.1
25502026-04-28T21:06:08.279Z Checking cookie_store v0.22.1
25512026-04-28T21:06:08.327Z Checking zstd v0.13.3
25522026-04-28T21:06:08.374Z Checking postgres-types v0.2.12
25532026-04-28T21:06:08.403Z Checking dtrace-parser v0.2.0
25542026-04-28T21:06:08.507Z Checking rustls-platform-verifier v0.6.2
25552026-04-28T21:06:08.542Z Checking crossbeam-deque v0.8.6
25562026-04-28T21:06:08.604Z Checking bstr v1.12.1
25572026-04-28T21:06:08.632Z Checking regex v1.12.3
25582026-04-28T21:06:08.644Z Checking ed25519 v2.2.3
25592026-04-28T21:06:08.657Z Checking phf_shared v0.11.3
25602026-04-28T21:06:08.685Z Checking curve25519-dalek v4.1.3
25612026-04-28T21:06:08.716Z Checking ref-cast v1.0.25
25622026-04-28T21:06:08.794Z Checking strum v0.27.2
25632026-04-28T21:06:08.813Z Checking hubpack v0.1.2
25642026-04-28T21:06:08.825Z Checking memoffset v0.9.1
25652026-04-28T21:06:08.901Z Checking rustix v0.38.44
25662026-04-28T21:06:08.904Z Checking pkcs1 v0.7.5
25672026-04-28T21:06:08.925Z Checking float-cmp v0.10.0
25682026-04-28T21:06:08.928Z Checking serde-big-array v0.5.1
25692026-04-28T21:06:08.984Z Checking hex v0.4.3
25702026-04-28T21:06:09.010Z Checking erased-serde v0.3.31
25712026-04-28T21:06:09.054Z Checking rfc6979 v0.4.0
25722026-04-28T21:06:09.091Z Checking thread-id v4.2.2
25732026-04-28T21:06:09.115Z Checking memmap2 v0.9.10
25742026-04-28T21:06:09.166Z Checking env_filter v1.0.0
25752026-04-28T21:06:09.169Z Checking encoding_rs v0.8.35
25762026-04-28T21:06:09.211Z Checking toml_write v0.1.2
25772026-04-28T21:06:09.250Z Checking difflib v0.4.0
25782026-04-28T21:06:09.272Z Checking data-encoding v2.10.0
25792026-04-28T21:06:09.315Z Checking predicates-core v1.0.10
25802026-04-28T21:06:09.376Z Checking rustc-hash v2.1.1
25812026-04-28T21:06:09.395Z Checking static_assertions v1.1.0
25822026-04-28T21:06:09.424Z Checking precomputed-hash v0.1.1
25832026-04-28T21:06:09.436Z Checking unicode-segmentation v1.12.0
25842026-04-28T21:06:09.449Z Checking fixedbitset v0.5.7
25852026-04-28T21:06:09.465Z Checking jiff v0.2.21
25862026-04-28T21:06:09.487Z Checking whoami v2.1.0
25872026-04-28T21:06:09.502Z Checking normalize-line-endings v0.3.0
25882026-04-28T21:06:09.538Z Checking new_debug_unreachable v1.0.6
25892026-04-28T21:06:09.590Z Checking mime v0.3.17
25902026-04-28T21:06:09.606Z Checking keccak v0.1.6
25912026-04-28T21:06:09.643Z Checking fixedbitset v0.4.2
25922026-04-28T21:06:09.675Z Checking tokio-postgres v0.7.16
25932026-04-28T21:06:09.689Z Checking crossterm v0.28.1
25942026-04-28T21:06:09.747Z Checking similar v2.7.0
25952026-04-28T21:06:09.759Z Checking petgraph v0.8.3
25962026-04-28T21:06:09.771Z Checking sha3 v0.10.8
25972026-04-28T21:06:09.791Z Checking petgraph v0.6.5
25982026-04-28T21:06:09.971Z Checking string_cache v0.8.9
25992026-04-28T21:06:10.112Z Checking reqwest v0.12.28
26002026-04-28T21:06:10.125Z Checking predicates v3.1.4
26012026-04-28T21:06:10.138Z Checking hickory-proto v0.25.2
26022026-04-28T21:06:10.414Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26032026-04-28T21:06:10.924Z Checking ed25519-dalek v2.2.0
26042026-04-28T21:06:10.967Z Checking slog v2.8.2
26052026-04-28T21:06:11.016Z Checking toml_edit v0.22.27
26062026-04-28T21:06:11.153Z Checking env_logger v0.11.9
26072026-04-28T21:06:11.226Z Checking usdt v0.6.0
26082026-04-28T21:06:11.239Z Checking toml v0.7.8
26092026-04-28T21:06:11.310Z Checking serde_with v3.17.0
26102026-04-28T21:06:11.336Z Checking ecdsa v0.16.9
26112026-04-28T21:06:11.390Z Checking usdt-impl v0.5.0
26122026-04-28T21:06:11.541Z Checking rsa v0.9.10
26132026-04-28T21:06:11.663Z Checking zip v4.6.1
26142026-04-28T21:06:11.666Z Checking nix v0.31.2
26152026-04-28T21:06:12.002Z Checking clap v4.5.60
26162026-04-28T21:06:12.005Z Checking reqwest v0.13.2
26172026-04-28T21:06:12.079Z Checking zip v0.6.6
26182026-04-28T21:06:12.129Z Checking toml_parser v1.0.9+spec-1.1.0
26192026-04-28T21:06:12.246Z Checking itertools v0.13.0
26202026-04-28T21:06:12.411Z Checking strum v0.26.3
26212026-04-28T21:06:12.437Z Checking tokio-stream v0.1.18
26222026-04-28T21:06:12.524Z Checking fs-err v3.3.0
26232026-04-28T21:06:12.606Z Checking ahash v0.8.12
26242026-04-28T21:06:12.677Z Checking object v0.37.3
26252026-04-28T21:06:12.703Z Checking buf-list v1.1.2
26262026-04-28T21:06:12.805Z Checking camino v1.2.2
26272026-04-28T21:06:12.822Z Checking anyhow v1.0.102
26282026-04-28T21:06:12.836Z Checking x509-cert v0.2.5
26292026-04-28T21:06:12.858Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26302026-04-28T21:06:12.884Z Checking openapiv3 v2.2.0
26312026-04-28T21:06:12.910Z Checking toml_datetime v0.7.5+spec-1.1.0
26322026-04-28T21:06:13.015Z Checking sha1 v0.10.6
26332026-04-28T21:06:13.049Z Checking lalrpop-util v0.19.12
26342026-04-28T21:06:13.104Z Checking peg-runtime v0.8.5
26352026-04-28T21:06:13.120Z Checking rayon v1.11.0
26362026-04-28T21:06:13.173Z Checking sigpipe v0.1.3
26372026-04-28T21:06:13.207Z Checking glob v0.3.3
26382026-04-28T21:06:14.833Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26392026-04-28T21:06:15.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
26402026-04-28T21:06:15.272Z
26412026-04-28T21:06:15.272Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26422026-04-28T21:06:15.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-04-28T21:06:15.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-04-28T21:06:15.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-04-28T21:06:15.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26462026-04-28T21:06:15.869Z
26472026-04-28T21:06:15.870Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26482026-04-28T21:06:16.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-04-28T21:06:16.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-04-28T21:06:16.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-04-28T21:06:16.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26522026-04-28T21:06:16.469Z
26532026-04-28T21:06:16.469Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26542026-04-28T21:06:16.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-04-28T21:06:16.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-04-28T21:06:16.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-04-28T21:06:16.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26582026-04-28T21:06:17.085Z
26592026-04-28T21:06:17.085Zinfo: running `cargo check --bins` on oxql-types (80/272)
26602026-04-28T21:06:17.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-04-28T21:06:17.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-04-28T21:06:17.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-04-28T21:06:17.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26642026-04-28T21:06:17.687Z
26652026-04-28T21:06:17.687Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26662026-04-28T21:06:18.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-04-28T21:06:18.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-04-28T21:06:18.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-04-28T21:06:18.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26702026-04-28T21:06:18.281Z
26712026-04-28T21:06:18.281Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26722026-04-28T21:06:18.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-04-28T21:06:18.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-04-28T21:06:18.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-04-28T21:06:18.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26762026-04-28T21:06:18.883Z
26772026-04-28T21:06:18.884Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26782026-04-28T21:06:19.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-04-28T21:06:19.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-04-28T21:06:19.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812026-04-28T21:06:19.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26822026-04-28T21:06:19.470Z
26832026-04-28T21:06:19.471Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26842026-04-28T21:06:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852026-04-28T21:06:19.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862026-04-28T21:06:20.156Z Compiling structmeta-derive v0.3.0
26872026-04-28T21:06:20.271Z Compiling rustls v0.22.4
26882026-04-28T21:06:20.280Z Compiling multer v3.1.0
26892026-04-28T21:06:20.289Z Compiling async-stream-impl v0.3.6
26902026-04-28T21:06:20.292Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-04-28T21:06:20.311Z Compiling dropshot v0.17.0
26922026-04-28T21:06:20.326Z Compiling dropshot_endpoint v0.17.0
26932026-04-28T21:06:20.326Z Compiling newtype-uuid-macros v0.1.0
26942026-04-28T21:06:20.445Z Checking newtype-uuid v1.3.2
26952026-04-28T21:06:20.505Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-04-28T21:06:20.567Z Checking rustls-webpki v0.102.8
26972026-04-28T21:06:20.640Z Checking daft v0.1.5
26982026-04-28T21:06:20.669Z Checking futures-executor v0.3.32
26992026-04-28T21:06:20.865Z Checking thread_local v1.1.9
27002026-04-28T21:06:20.878Z Checking match_cfg v0.1.0
27012026-04-28T21:06:20.896Z Checking compression-core v0.4.31
27022026-04-28T21:06:21.008Z Compiling hostname v0.3.1
27032026-04-28T21:06:21.022Z Checking compression-codecs v0.4.37
27042026-04-28T21:06:21.124Z Checking iddqd v0.3.18
27052026-04-28T21:06:21.138Z Checking futures v0.3.32
27062026-04-28T21:06:21.186Z Checking crossbeam-channel v0.5.15
27072026-04-28T21:06:21.316Z Checking slog-json v2.6.1
27082026-04-28T21:06:21.328Z Compiling structmeta v0.3.0
27092026-04-28T21:06:21.515Z Checking toml_datetime v1.0.0+spec-1.1.0
27102026-04-28T21:06:21.541Z Compiling derive-ex v0.1.8
27112026-04-28T21:06:21.567Z Compiling parse-display-derive v0.10.0
27122026-04-28T21:06:21.671Z Checking serde_spanned v1.0.4
27132026-04-28T21:06:21.860Z Checking is-terminal v0.4.17
27142026-04-28T21:06:21.952Z Compiling toml_writer v1.0.6+spec-1.1.0
27152026-04-28T21:06:21.973Z Checking term v1.2.1
27162026-04-28T21:06:22.091Z Checking debug-ignore v1.0.5
27172026-04-28T21:06:22.163Z Checking take_mut v0.2.2
27182026-04-28T21:06:22.188Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-04-28T21:06:22.201Z Checking slog-term v2.9.2
27202026-04-28T21:06:22.242Z Checking toml v1.0.6+spec-1.1.0
27212026-04-28T21:06:22.273Z Checking slog-async v2.8.0
27222026-04-28T21:06:22.466Z Compiling slog-bunyan v2.5.0
27232026-04-28T21:06:22.549Z Checking tokio-rustls v0.25.0
27242026-04-28T21:06:22.591Z Compiling async-compression v0.4.41
27252026-04-28T21:06:22.750Z Compiling async-stream v0.3.6
27262026-04-28T21:06:22.870Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27272026-04-28T21:06:22.923Z Checking progenitor-client v0.14.0
27282026-04-28T21:06:22.973Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27292026-04-28T21:06:23.156Z Checking backon v1.6.0
27302026-04-28T21:06:23.222Z Checking waitgroup v0.1.2
27312026-04-28T21:06:23.248Z Compiling test-strategy v0.4.5
27322026-04-28T21:06:23.316Z Checking rustls-pemfile v2.2.0
27332026-04-28T21:06:23.524Z Checking serde_path_to_error v0.1.20
27342026-04-28T21:06:23.555Z Compiling hostname v0.4.2
27352026-04-28T21:06:23.582Z Checking instant v0.1.13
27362026-04-28T21:06:23.664Z Compiling prettyplease v0.2.37
27372026-04-28T21:06:23.689Z Checking backoff v0.4.0
27382026-04-28T21:06:23.778Z Compiling progenitor-extras v0.2.0
27392026-04-28T21:06:23.893Z Checking parse-display v0.10.0
27402026-04-28T21:06:24.020Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27412026-04-28T21:06:24.099Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27422026-04-28T21:06:24.242Z Checking progenitor-client v0.10.0
27432026-04-28T21:06:24.286Z Checking itertools v0.14.0
27442026-04-28T21:06:24.443Z Checking regress v0.10.5
27452026-04-28T21:06:24.467Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27462026-04-28T21:06:24.541Z Checking num-rational v0.4.2
27472026-04-28T21:06:24.727Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27482026-04-28T21:06:25.314Z Checking num-complex v0.4.6
27492026-04-28T21:06:25.660Z Compiling macaddr v1.0.1
27502026-04-28T21:06:25.833Z Checking num v0.4.3
27512026-04-28T21:06:25.882Z Compiling usdt-attr-macro v0.5.0
27522026-04-28T21:06:25.908Z Compiling usdt-macro v0.5.0
27532026-04-28T21:06:25.925Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27542026-04-28T21:06:26.102Z Checking memmap v0.7.0
27552026-04-28T21:06:26.115Z Checking float-ord v0.3.2
27562026-04-28T21:06:26.232Z Compiling toml v0.8.23
27572026-04-28T21:06:26.275Z Checking linked-hash-map v0.5.6
27582026-04-28T21:06:26.443Z Compiling minimal-lexical v0.2.1
27592026-04-28T21:06:26.648Z Checking usdt v0.5.0
27602026-04-28T21:06:26.699Z Compiling nom v7.1.3
27612026-04-28T21:06:26.812Z Checking lru-cache v0.1.2
27622026-04-28T21:06:27.258Z Checking hickory-proto v0.24.4
27632026-04-28T21:06:27.401Z Checking phf_shared v0.12.1
27642026-04-28T21:06:27.403Z Compiling slog-dtrace v0.3.0
27652026-04-28T21:06:27.549Z Checking resolv-conf v0.7.6
27662026-04-28T21:06:27.612Z Compiling convert_case v0.4.0
27672026-04-28T21:06:27.740Z Compiling chrono-tz v0.10.4
27682026-04-28T21:06:27.922Z Checking heck v0.5.0
27692026-04-28T21:06:27.998Z Compiling derive_more v0.99.20
27702026-04-28T21:06:28.051Z Compiling const_format_proc_macros v0.2.34
27712026-04-28T21:06:28.097Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-04-28T21:06:28.329Z Checking phf v0.12.1
27732026-04-28T21:06:28.476Z Checking tokio-dtrace v0.1.1
27742026-04-28T21:06:28.578Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-04-28T21:06:28.666Z Compiling derive-where v1.6.0
27762026-04-28T21:06:28.862Z Checking highway v1.3.0
27772026-04-28T21:06:29.080Z Checking hickory-resolver v0.24.4
27782026-04-28T21:06:29.100Z Checking const_format v0.2.35
27792026-04-28T21:06:29.235Z Checking oxide-tokio-rt v0.1.4
27802026-04-28T21:06:29.629Z Checking gethostname v0.5.0
27812026-04-28T21:06:29.710Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27822026-04-28T21:06:29.724Z Checking bcs v0.1.6
27832026-04-28T21:06:29.803Z Compiling async-recursion v1.1.1
27842026-04-28T21:06:29.955Z Checking termtree v0.5.1
27852026-04-28T21:06:29.969Z Checking qorb v0.4.1
27862026-04-28T21:06:30.514Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27872026-04-28T21:06:31.150Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-04-28T21:06:31.344Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27892026-04-28T21:06:31.347Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27902026-04-28T21:06:33.406Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27912026-04-28T21:06:36.101Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27922026-04-28T21:06:38.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.69s
27932026-04-28T21:06:38.345Z
27942026-04-28T21:06:38.346Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27952026-04-28T21:06:38.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-04-28T21:06:38.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-04-28T21:06:39.018Z Compiling ar_archive_writer v0.5.1
27982026-04-28T21:06:39.128Z Compiling stacker v0.1.23
27992026-04-28T21:06:39.131Z Compiling cfg_aliases v0.1.1
28002026-04-28T21:06:39.141Z Compiling convert_case v0.10.0
28012026-04-28T21:06:39.146Z Checking unicode-width v0.1.14
28022026-04-28T21:06:39.154Z Compiling proc-macro-error v1.0.4
28032026-04-28T21:06:39.165Z Checking fd-lock v4.0.4
28042026-04-28T21:06:39.165Z Checking nibble_vec v0.1.0
28052026-04-28T21:06:39.190Z Compiling nix v0.28.0
28062026-04-28T21:06:39.277Z Checking vte v0.14.1
28072026-04-28T21:06:39.291Z Compiling recursive-proc-macro-impl v0.1.1
28082026-04-28T21:06:39.377Z Checking bytecount v0.6.9
28092026-04-28T21:06:39.389Z Checking endian-type v0.1.2
28102026-04-28T21:06:39.421Z Checking strip-ansi-escapes v0.2.1
28112026-04-28T21:06:39.424Z Compiling derive_more-impl v2.1.1
28122026-04-28T21:06:39.446Z Compiling tabled_derive v0.7.0
28132026-04-28T21:06:39.473Z Checking papergrid v0.11.0
28142026-04-28T21:06:39.508Z Checking radix_trie v0.2.1
28152026-04-28T21:06:39.533Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162026-04-28T21:06:39.680Z Compiling peg-macros v0.8.5
28172026-04-28T21:06:39.725Z Checking winnow v0.6.26
28182026-04-28T21:06:39.945Z Compiling psm v0.1.30
28192026-04-28T21:06:39.990Z Compiling sqlparser_derive v0.5.0
28202026-04-28T21:06:40.073Z Checking unicode_categories v0.1.1
28212026-04-28T21:06:40.200Z Checking derive_more v2.1.1
28222026-04-28T21:06:40.224Z Checking nu-ansi-term v0.50.3
28232026-04-28T21:06:40.276Z Checking unicode-width v0.2.0
28242026-04-28T21:06:40.399Z Checking home v0.5.12
28252026-04-28T21:06:40.429Z Checking tabled v0.15.0
28262026-04-28T21:06:40.463Z Checking crossterm v0.29.0
28272026-04-28T21:06:40.504Z Checking rustyline v14.0.0
28282026-04-28T21:06:40.526Z Checking reedline v0.40.0
28292026-04-28T21:06:40.702Z Checking recursive v0.1.1
28302026-04-28T21:06:40.757Z Checking display-error-chain v0.2.2
28312026-04-28T21:06:40.793Z Checking sqlparser v0.61.0
28322026-04-28T21:06:40.859Z Checking sqlformat v0.3.5
28332026-04-28T21:06:41.048Z Checking peg v0.8.5
28342026-04-28T21:06:51.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
28352026-04-28T21:06:52.050Z
28362026-04-28T21:06:52.050Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28372026-04-28T21:06:52.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-04-28T21:06:52.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-04-28T21:06:52.723Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-04-28T21:06:56.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28412026-04-28T21:06:56.273Z
28422026-04-28T21:06:56.273Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28432026-04-28T21:06:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-04-28T21:06:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-04-28T21:06:56.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-04-28T21:06:59.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28472026-04-28T21:06:59.525Z
28482026-04-28T21:06:59.525Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28492026-04-28T21:07:00.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-04-28T21:07:00.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-04-28T21:07:00.192Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-04-28T21:07:03.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28532026-04-28T21:07:03.539Z
28542026-04-28T21:07:03.539Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28552026-04-28T21:07:05.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-04-28T21:07:05.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-04-28T21:07:05.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-04-28T21:07:07.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28592026-04-28T21:07:07.586Z
28602026-04-28T21:07:07.586Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28612026-04-28T21:07:08.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-04-28T21:07:08.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-04-28T21:07:08.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-04-28T21:07:10.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28652026-04-28T21:07:10.933Z
28662026-04-28T21:07:10.933Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28672026-04-28T21:07:11.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-04-28T21:07:11.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-04-28T21:07:11.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-04-28T21:07:14.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28712026-04-28T21:07:14.323Z
28722026-04-28T21:07:14.323Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28732026-04-28T21:07:14.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-04-28T21:07:14.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-04-28T21:07:14.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-04-28T21:07:18.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28772026-04-28T21:07:18.526Z
28782026-04-28T21:07:18.526Zinfo: running `cargo check --bins` on oximeter (93/272)
28792026-04-28T21:07:19.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-04-28T21:07:19.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-04-28T21:07:19.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-04-28T21:07:19.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28832026-04-28T21:07:19.123Z
28842026-04-28T21:07:19.123Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28852026-04-28T21:07:19.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-04-28T21:07:19.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-04-28T21:07:19.758Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882026-04-28T21:07:19.917Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28892026-04-28T21:07:19.932Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-04-28T21:07:20.250Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-04-28T21:07:23.297Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-04-28T21:07:24.446Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932026-04-28T21:07:24.606Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942026-04-28T21:07:25.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28952026-04-28T21:07:25.451Z
28962026-04-28T21:07:25.451Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28972026-04-28T21:07:25.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-04-28T21:07:25.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-04-28T21:07:25.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-04-28T21:07:25.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-04-28T21:07:26.053Z
29022026-04-28T21:07:26.053Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
29032026-04-28T21:07:26.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-04-28T21:07:26.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-04-28T21:07:26.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-04-28T21:07:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29072026-04-28T21:07:26.702Z
29082026-04-28T21:07:26.702Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29092026-04-28T21:07:27.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-04-28T21:07:27.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-04-28T21:07:27.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-04-28T21:07:27.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-04-28T21:07:27.310Z
29142026-04-28T21:07:27.310Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29152026-04-28T21:07:27.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-04-28T21:07:27.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-04-28T21:07:27.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-04-28T21:07:27.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-04-28T21:07:27.912Z
29202026-04-28T21:07:27.912Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29212026-04-28T21:07:28.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-04-28T21:07:28.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-04-28T21:07:28.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-04-28T21:07:28.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-04-28T21:07:28.517Z
29262026-04-28T21:07:28.517Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29272026-04-28T21:07:29.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-04-28T21:07:29.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-04-28T21:07:29.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-04-28T21:07:29.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-04-28T21:07:29.123Z
29322026-04-28T21:07:29.123Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29332026-04-28T21:07:29.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-04-28T21:07:29.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-04-28T21:07:29.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-04-28T21:07:29.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29372026-04-28T21:07:29.714Z
29382026-04-28T21:07:29.714Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29392026-04-28T21:07:30.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-04-28T21:07:30.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-04-28T21:07:30.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-04-28T21:07:30.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29432026-04-28T21:07:30.325Z
29442026-04-28T21:07:30.325Zinfo: running `cargo check --bins` on update-engine (103/272)
29452026-04-28T21:07:30.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-04-28T21:07:30.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-04-28T21:07:30.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-04-28T21:07:30.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29492026-04-28T21:07:30.915Z
29502026-04-28T21:07:30.915Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29512026-04-28T21:07:31.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-04-28T21:07:31.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-04-28T21:07:31.636Z Compiling crucible-workspace-hack v0.1.0
29542026-04-28T21:07:31.753Z Checking secrecy v0.10.3
29552026-04-28T21:07:31.761Z Compiling heapless v0.8.0
29562026-04-28T21:07:31.768Z Compiling ingot-macros v0.1.1
29572026-04-28T21:07:31.775Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-04-28T21:07:31.778Z Checking hash32 v0.3.1
29592026-04-28T21:07:31.795Z Compiling smoltcp v0.11.0
29602026-04-28T21:07:31.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29612026-04-28T21:07:31.854Z Checking cobs v0.3.0
29622026-04-28T21:07:31.900Z Compiling thiserror-impl-no-std v2.0.2
29632026-04-28T21:07:31.991Z Checking half v2.7.1
29642026-04-28T21:07:32.004Z Checking universal-hash v0.5.1
29652026-04-28T21:07:32.043Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29662026-04-28T21:07:32.129Z Checking opaque-debug v0.3.1
29672026-04-28T21:07:32.144Z Checking ciborium-io v0.2.2
29682026-04-28T21:07:32.215Z Checking poly1305 v0.8.0
29692026-04-28T21:07:32.231Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29702026-04-28T21:07:32.234Z Checking postcard v1.1.3
29712026-04-28T21:07:32.248Z Checking ciborium-ll v0.2.2
29722026-04-28T21:07:32.461Z Compiling proc-macro-crate v3.4.0
29732026-04-28T21:07:32.474Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29742026-04-28T21:07:32.559Z Checking password-hash v0.5.0
29752026-04-28T21:07:32.594Z Checking chacha20 v0.9.1
29762026-04-28T21:07:32.745Z Compiling proc-macro-crate v1.3.1
29772026-04-28T21:07:32.783Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-04-28T21:07:32.783Z Checking blake2 v0.10.6
29792026-04-28T21:07:32.822Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-04-28T21:07:33.018Z Checking aead v0.5.2
29812026-04-28T21:07:33.018Z Compiling foreign-types-macros v0.2.3
29822026-04-28T21:07:33.044Z Compiling num_enum_derive v0.7.5
29832026-04-28T21:07:33.047Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29842026-04-28T21:07:33.085Z Checking thiserror-no-std v2.0.2
29852026-04-28T21:07:33.159Z Checking foreign-types-shared v0.3.1
29862026-04-28T21:07:33.173Z Checking cpufeatures v0.3.0
29872026-04-28T21:07:33.175Z Checking vsss-rs v3.3.4
29882026-04-28T21:07:33.252Z Checking chacha20poly1305 v0.10.1
29892026-04-28T21:07:33.254Z Checking chacha20 v0.10.0
29902026-04-28T21:07:33.284Z Compiling num_enum_derive v0.5.11
29912026-04-28T21:07:33.377Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29922026-04-28T21:07:33.475Z Checking argon2 v0.5.3
29932026-04-28T21:07:33.602Z Checking foreign-types v0.5.0
29942026-04-28T21:07:33.681Z Checking ciborium v0.2.2
29952026-04-28T21:07:33.843Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29962026-04-28T21:07:33.926Z Checking tabwriter v1.4.1
29972026-04-28T21:07:34.072Z Checking console v0.15.11
29982026-04-28T21:07:34.075Z Checking num_enum v0.7.5
29992026-04-28T21:07:34.098Z Checking newline-converter v0.3.0
30002026-04-28T21:07:34.121Z Checking atomicwrites v0.4.4
30012026-04-28T21:07:34.197Z Checking camino-tempfile v1.4.1
30022026-04-28T21:07:34.210Z Checking byte-wrapper v0.1.0
30032026-04-28T21:07:34.248Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-04-28T21:07:34.265Z Checking cstr-argument v0.1.2
30052026-04-28T21:07:34.316Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30062026-04-28T21:07:34.347Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30072026-04-28T21:07:34.361Z Checking expectorate v1.2.0
30082026-04-28T21:07:34.386Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30092026-04-28T21:07:34.411Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-04-28T21:07:34.487Z Checking num_enum v0.5.11
30112026-04-28T21:07:34.539Z Checking ingot-types v0.1.2
30122026-04-28T21:07:34.552Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30132026-04-28T21:07:34.555Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30142026-04-28T21:07:34.597Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30152026-04-28T21:07:34.657Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30162026-04-28T21:07:34.724Z Checking rand v0.10.0
30172026-04-28T21:07:34.751Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30182026-04-28T21:07:34.765Z Checking indent_write v2.2.0
30192026-04-28T21:07:34.790Z Checking colored v3.1.1
30202026-04-28T21:07:34.822Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-04-28T21:07:34.891Z Compiling zone_cfg_derive v0.3.1
30222026-04-28T21:07:34.904Z Checking ingot v0.1.1
30232026-04-28T21:07:34.919Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30242026-04-28T21:07:34.981Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30252026-04-28T21:07:35.021Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-04-28T21:07:35.057Z Checking itertools v0.12.1
30272026-04-28T21:07:35.085Z Compiling num-derive v0.4.2
30282026-04-28T21:07:35.191Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30292026-04-28T21:07:35.374Z Checking swrite v0.1.0
30302026-04-28T21:07:35.467Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30312026-04-28T21:07:35.541Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30322026-04-28T21:07:35.640Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30332026-04-28T21:07:35.695Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30342026-04-28T21:07:35.773Z Checking dropshot-api-manager-types v0.7.1
30352026-04-28T21:07:35.803Z Checking smf v0.2.3
30362026-04-28T21:07:35.939Z Checking nanorand v0.7.0
30372026-04-28T21:07:35.997Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-04-28T21:07:36.022Z Checking whoami v1.6.1
30392026-04-28T21:07:36.057Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30402026-04-28T21:07:36.057Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30412026-04-28T21:07:36.084Z Checking zone v0.3.1
30422026-04-28T21:07:36.134Z Checking flume v0.11.1
30432026-04-28T21:07:36.495Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30442026-04-28T21:07:37.462Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30452026-04-28T21:07:38.351Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30462026-04-28T21:07:41.405Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30472026-04-28T21:07:43.419Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30482026-04-28T21:07:44.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
30492026-04-28T21:07:44.626Z
30502026-04-28T21:07:44.626Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30512026-04-28T21:07:45.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-04-28T21:07:45.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-04-28T21:07:45.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-04-28T21:07:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-04-28T21:07:45.220Z
30562026-04-28T21:07:45.220Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30572026-04-28T21:07:45.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-04-28T21:07:45.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-04-28T21:07:45.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-04-28T21:07:45.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-04-28T21:07:45.819Z
30622026-04-28T21:07:45.819Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30632026-04-28T21:07:46.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-04-28T21:07:46.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-04-28T21:07:46.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-04-28T21:07:46.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-04-28T21:07:46.426Z
30682026-04-28T21:07:46.426Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30692026-04-28T21:07:46.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-04-28T21:07:46.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-04-28T21:07:46.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-04-28T21:07:46.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-04-28T21:07:47.029Z
30742026-04-28T21:07:47.029Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30752026-04-28T21:07:47.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-04-28T21:07:47.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-04-28T21:07:47.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-04-28T21:07:47.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-04-28T21:07:47.627Z
30802026-04-28T21:07:47.627Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30812026-04-28T21:07:48.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-04-28T21:07:48.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-04-28T21:07:48.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-04-28T21:07:48.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-04-28T21:07:48.231Z
30862026-04-28T21:07:48.231Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30872026-04-28T21:07:48.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-04-28T21:07:48.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-04-28T21:07:48.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-04-28T21:07:48.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-04-28T21:07:48.838Z
30922026-04-28T21:07:48.838Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30932026-04-28T21:07:49.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-04-28T21:07:49.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-04-28T21:07:49.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-04-28T21:07:49.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30972026-04-28T21:07:49.427Z
30982026-04-28T21:07:49.427Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30992026-04-28T21:07:49.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-04-28T21:07:49.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-04-28T21:07:49.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-04-28T21:07:49.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-04-28T21:07:50.033Z
31042026-04-28T21:07:50.033Zinfo: running `cargo check --bins` on dns-service-client (114/272)
31052026-04-28T21:07:50.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-04-28T21:07:50.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-04-28T21:07:50.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-04-28T21:07:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-04-28T21:07:50.639Z
31102026-04-28T21:07:50.640Zinfo: running `cargo check --bins` on installinator-client (115/272)
31112026-04-28T21:07:51.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-04-28T21:07:51.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-04-28T21:07:51.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-04-28T21:07:51.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-04-28T21:07:51.241Z
31162026-04-28T21:07:51.241Zinfo: running `cargo check --bins` on nexus-client (116/272)
31172026-04-28T21:07:51.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-04-28T21:07:51.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-04-28T21:07:51.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-04-28T21:07:51.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31212026-04-28T21:07:51.880Z
31222026-04-28T21:07:51.880Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31232026-04-28T21:07:52.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-04-28T21:07:52.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-04-28T21:07:52.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-04-28T21:07:52.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31272026-04-28T21:07:52.518Z
31282026-04-28T21:07:52.518Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31292026-04-28T21:07:53.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-04-28T21:07:53.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-04-28T21:07:53.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-04-28T21:07:53.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-04-28T21:07:53.107Z
31342026-04-28T21:07:53.107Zinfo: running `cargo check --bins` on oxide-client (119/272)
31352026-04-28T21:07:53.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-04-28T21:07:53.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-04-28T21:07:53.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-04-28T21:07:53.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31392026-04-28T21:07:53.701Z
31402026-04-28T21:07:53.701Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31412026-04-28T21:07:54.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-04-28T21:07:54.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-04-28T21:07:54.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-04-28T21:07:54.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31452026-04-28T21:07:54.304Z
31462026-04-28T21:07:54.304Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31472026-04-28T21:07:54.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-04-28T21:07:54.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-04-28T21:07:54.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-04-28T21:07:54.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31512026-04-28T21:07:54.882Z
31522026-04-28T21:07:54.882Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31532026-04-28T21:07:55.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-04-28T21:07:55.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-04-28T21:07:55.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-04-28T21:07:55.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-04-28T21:07:55.487Z
31582026-04-28T21:07:55.487Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31592026-04-28T21:07:56.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-04-28T21:07:56.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-04-28T21:07:56.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-04-28T21:07:56.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-04-28T21:07:56.104Z
31642026-04-28T21:07:56.104Zinfo: running `cargo check --bins` on installinator-common (124/272)
31652026-04-28T21:07:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-04-28T21:07:56.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-04-28T21:07:56.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-04-28T21:07:56.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31692026-04-28T21:07:56.713Z
31702026-04-28T21:07:56.713Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31712026-04-28T21:07:57.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-04-28T21:07:57.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-04-28T21:07:57.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-04-28T21:07:57.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31752026-04-28T21:07:57.299Z
31762026-04-28T21:07:57.299Zinfo: running `cargo check --bins` on wicket-common (126/272)
31772026-04-28T21:07:57.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-04-28T21:07:57.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-04-28T21:07:57.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-04-28T21:07:57.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31812026-04-28T21:07:57.906Z
31822026-04-28T21:07:57.906Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31832026-04-28T21:07:58.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-04-28T21:07:58.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-04-28T21:07:58.589Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31862026-04-28T21:07:58.704Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31872026-04-28T21:07:58.711Z Checking csv-core v0.1.13
31882026-04-28T21:07:58.718Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31892026-04-28T21:07:58.721Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-04-28T21:07:58.735Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-04-28T21:07:58.746Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-04-28T21:07:58.756Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31932026-04-28T21:07:58.865Z Checking csv v1.4.0
31942026-04-28T21:07:58.882Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31952026-04-28T21:07:58.934Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-04-28T21:07:58.957Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-04-28T21:07:59.198Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-04-28T21:07:59.553Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31992026-04-28T21:07:59.556Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32002026-04-28T21:07:59.882Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-04-28T21:08:05.446Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-04-28T21:08:05.976Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-04-28T21:08:08.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
32042026-04-28T21:08:08.505Z
32052026-04-28T21:08:08.505Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
32062026-04-28T21:08:09.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-04-28T21:08:09.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-04-28T21:08:09.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-04-28T21:08:09.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32102026-04-28T21:08:09.096Z
32112026-04-28T21:08:09.096Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32122026-04-28T21:08:09.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-04-28T21:08:09.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-04-28T21:08:09.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-04-28T21:08:09.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32162026-04-28T21:08:09.783Z
32172026-04-28T21:08:09.783Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32182026-04-28T21:08:10.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-04-28T21:08:10.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-04-28T21:08:10.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-04-28T21:08:10.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32222026-04-28T21:08:10.459Z
32232026-04-28T21:08:10.459Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32242026-04-28T21:08:11.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-04-28T21:08:11.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-04-28T21:08:11.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-04-28T21:08:11.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32282026-04-28T21:08:11.110Z
32292026-04-28T21:08:11.111Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32302026-04-28T21:08:11.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-04-28T21:08:11.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-04-28T21:08:11.874Z Compiling regress v0.11.1
32332026-04-28T21:08:12.012Z Compiling unsafe-libyaml v0.2.11
32342026-04-28T21:08:12.025Z Compiling semver v0.1.20
32352026-04-28T21:08:12.025Z Compiling radium v0.7.0
32362026-04-28T21:08:12.050Z Compiling pin-project-internal v1.1.11
32372026-04-28T21:08:12.062Z Checking tap v1.0.1
32382026-04-28T21:08:12.065Z Compiling maybe-uninit v2.0.0
32392026-04-28T21:08:12.175Z Checking wyz v0.5.1
32402026-04-28T21:08:12.294Z Compiling rustc_version v0.1.7
32412026-04-28T21:08:12.352Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32422026-04-28T21:08:12.380Z Checking progenitor-client v0.13.0
32432026-04-28T21:08:12.493Z Compiling snafu-derive v0.8.9
32442026-04-28T21:08:12.518Z Compiling newtype_derive v0.1.6
32452026-04-28T21:08:12.619Z Compiling serde_yaml v0.9.34+deprecated
32462026-04-28T21:08:12.704Z Compiling zerocopy-derive v0.6.6
32472026-04-28T21:08:12.761Z Checking crc-catalog v2.4.0
32482026-04-28T21:08:12.879Z Checking funty v2.0.0
32492026-04-28T21:08:13.163Z Checking pin-project v1.1.11
32502026-04-28T21:08:13.177Z Compiling cancel-safe-futures v0.1.5
32512026-04-28T21:08:13.260Z Compiling packed_struct v0.10.1
32522026-04-28T21:08:13.381Z Checking same-file v1.0.6
32532026-04-28T21:08:13.435Z Checking typify-impl v0.6.2
32542026-04-28T21:08:13.516Z Compiling owo-colors v4.3.0
32552026-04-28T21:08:13.579Z Checking zerocopy v0.6.6
32562026-04-28T21:08:13.861Z Checking walkdir v2.5.0
32572026-04-28T21:08:13.891Z Checking bitvec v1.0.1
32582026-04-28T21:08:13.908Z Checking crc v3.4.0
32592026-04-28T21:08:14.080Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-04-28T21:08:14.081Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32612026-04-28T21:08:14.133Z Checking globset v0.4.18
32622026-04-28T21:08:14.387Z Checking olpc-cjson v0.1.4
32632026-04-28T21:08:14.412Z Checking snafu v0.8.9
32642026-04-28T21:08:14.428Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32652026-04-28T21:08:14.526Z Checking pem v3.0.6
32662026-04-28T21:08:14.579Z Compiling packed_struct_codegen v0.10.1
32672026-04-28T21:08:14.632Z Checking libsw-core v0.3.2
32682026-04-28T21:08:14.655Z Checking serde_plain v1.0.2
32692026-04-28T21:08:14.680Z Compiling bitfield-macros v0.19.4
32702026-04-28T21:08:14.683Z Compiling indexmap v1.9.3
32712026-04-28T21:08:14.775Z Checking typed-path v0.9.3
32722026-04-28T21:08:14.802Z Checking nodrop v0.1.14
32732026-04-28T21:08:14.899Z Checking array-init v0.0.4
32742026-04-28T21:08:14.917Z Checking libsw v3.5.0
32752026-04-28T21:08:15.067Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-04-28T21:08:15.170Z Checking smallvec v0.6.14
32772026-04-28T21:08:15.197Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32782026-04-28T21:08:15.387Z Checking bitfield v0.19.4
32792026-04-28T21:08:15.457Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32802026-04-28T21:08:15.491Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-04-28T21:08:15.541Z Checking tough v0.20.0
32822026-04-28T21:08:15.608Z Checking linear-map v1.2.0
32832026-04-28T21:08:15.624Z Checking unicode-linebreak v0.1.5
32842026-04-28T21:08:15.638Z Checking smawk v0.3.2
32852026-04-28T21:08:15.664Z Checking base64 v0.21.7
32862026-04-28T21:08:15.761Z Checking hashbrown v0.12.3
32872026-04-28T21:08:15.776Z Checking tagptr v0.2.0
32882026-04-28T21:08:15.834Z Checking textwrap v0.16.2
32892026-04-28T21:08:15.902Z Checking ron v0.8.1
32902026-04-28T21:08:15.916Z Checking moka v0.12.13
32912026-04-28T21:08:15.929Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32922026-04-28T21:08:16.049Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32932026-04-28T21:08:16.419Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32942026-04-28T21:08:16.492Z Checking serde-hex v0.1.0
32952026-04-28T21:08:16.539Z Checking steno v0.4.1
32962026-04-28T21:08:16.593Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32972026-04-28T21:08:16.683Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-04-28T21:08:16.754Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-04-28T21:08:16.844Z Checking hashbrown v0.13.2
33002026-04-28T21:08:17.177Z Checking humantime v2.3.0
33012026-04-28T21:08:17.267Z Checking crc-any v2.5.0
33022026-04-28T21:08:17.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33032026-04-28T21:08:17.390Z Checking object v0.30.4
33042026-04-28T21:08:17.471Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33052026-04-28T21:08:17.532Z Checking hickory-resolver v0.25.2
33062026-04-28T21:08:17.566Z Checking void v1.0.2
33072026-04-28T21:08:17.569Z Checking path-slash v0.1.5
33082026-04-28T21:08:17.637Z Checking utf-8 v0.7.6
33092026-04-28T21:08:17.675Z Checking half v1.8.3
33102026-04-28T21:08:17.689Z Checking lzss v0.8.2
33112026-04-28T21:08:17.774Z Checking tungstenite v0.23.0
33122026-04-28T21:08:17.874Z Checking serde_cbor v0.11.2
33132026-04-28T21:08:17.972Z Compiling typify-macro v0.6.2
33142026-04-28T21:08:18.022Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33152026-04-28T21:08:18.039Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33162026-04-28T21:08:18.179Z Checking nix v0.27.1
33172026-04-28T21:08:18.193Z Checking kstat-rs v0.2.4
33182026-04-28T21:08:18.248Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33192026-04-28T21:08:18.262Z Checking fxhash v0.2.1
33202026-04-28T21:08:18.277Z Checking serde_bytes v0.11.19
33212026-04-28T21:08:18.380Z Checking tokio-tungstenite v0.23.1
33222026-04-28T21:08:18.384Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-04-28T21:08:18.450Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-04-28T21:08:18.645Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-04-28T21:08:18.662Z Checking signal-hook-tokio v0.3.1
33262026-04-28T21:08:19.483Z Compiling typify v0.6.2
33272026-04-28T21:08:19.570Z Compiling progenitor-impl v0.13.0
33282026-04-28T21:08:19.570Z Compiling progenitor-impl v0.14.0
33292026-04-28T21:08:19.675Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-04-28T21:08:20.574Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33312026-04-28T21:08:20.895Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33322026-04-28T21:08:21.129Z Compiling progenitor-macro v0.13.0
33332026-04-28T21:08:21.168Z Compiling progenitor-macro v0.14.0
33342026-04-28T21:08:23.758Z Checking progenitor v0.13.0
33352026-04-28T21:08:23.800Z Checking progenitor v0.14.0
33362026-04-28T21:08:23.875Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33372026-04-28T21:08:23.911Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-04-28T21:08:26.843Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33392026-04-28T21:08:34.246Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33402026-04-28T21:08:40.487Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33412026-04-28T21:08:41.845Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33422026-04-28T21:08:42.351Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33432026-04-28T21:08:44.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33442026-04-28T21:08:44.601Z
33452026-04-28T21:08:44.601Zinfo: running `cargo check --bins` on gateway-api (133/272)
33462026-04-28T21:08:45.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-04-28T21:08:45.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-04-28T21:08:45.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-04-28T21:08:45.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-04-28T21:08:45.203Z
33512026-04-28T21:08:45.203Zinfo: running `cargo check --bins` on ipcc (134/272)
33522026-04-28T21:08:45.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-04-28T21:08:45.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-04-28T21:08:45.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-04-28T21:08:45.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-04-28T21:08:45.797Z
33572026-04-28T21:08:45.797Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33582026-04-28T21:08:46.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-04-28T21:08:46.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-04-28T21:08:46.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-04-28T21:08:46.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33622026-04-28T21:08:46.376Z
33632026-04-28T21:08:46.376Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33642026-04-28T21:08:46.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-04-28T21:08:46.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-04-28T21:08:46.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-04-28T21:08:46.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-04-28T21:08:46.972Z
33692026-04-28T21:08:46.972Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33702026-04-28T21:08:47.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-04-28T21:08:47.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-04-28T21:08:47.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-04-28T21:08:47.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-04-28T21:08:47.569Z
33752026-04-28T21:08:47.569Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33762026-04-28T21:08:48.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-04-28T21:08:48.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-04-28T21:08:48.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-04-28T21:08:48.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-04-28T21:08:48.161Z
33812026-04-28T21:08:48.161Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33822026-04-28T21:08:48.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-04-28T21:08:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-04-28T21:08:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-04-28T21:08:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-04-28T21:08:48.756Z
33872026-04-28T21:08:48.756Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33882026-04-28T21:08:49.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-04-28T21:08:49.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-04-28T21:08:49.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-04-28T21:08:49.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-04-28T21:08:49.353Z
33932026-04-28T21:08:49.353Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33942026-04-28T21:08:49.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-04-28T21:08:49.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-04-28T21:08:49.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-04-28T21:08:49.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-04-28T21:08:49.949Z
33992026-04-28T21:08:49.949Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
34002026-04-28T21:08:50.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-04-28T21:08:50.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-04-28T21:08:50.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-04-28T21:08:50.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-04-28T21:08:50.547Z
34052026-04-28T21:08:50.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
34062026-04-28T21:08:51.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-04-28T21:08:51.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-04-28T21:08:51.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-04-28T21:08:51.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-04-28T21:08:51.148Z
34112026-04-28T21:08:51.148Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34122026-04-28T21:08:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-04-28T21:08:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-04-28T21:08:51.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-04-28T21:08:51.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-04-28T21:08:51.745Z
34172026-04-28T21:08:51.745Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34182026-04-28T21:08:52.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-04-28T21:08:52.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-04-28T21:08:52.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-04-28T21:08:52.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-04-28T21:08:52.340Z
34232026-04-28T21:08:52.340Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34242026-04-28T21:08:52.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-04-28T21:08:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-04-28T21:08:52.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-04-28T21:08:52.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-04-28T21:08:52.935Z
34292026-04-28T21:08:52.936Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34302026-04-28T21:08:53.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-04-28T21:08:53.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-04-28T21:08:53.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-04-28T21:08:53.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-04-28T21:08:53.530Z
34352026-04-28T21:08:53.530Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34362026-04-28T21:08:54.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-04-28T21:08:54.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-04-28T21:08:54.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-04-28T21:08:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-04-28T21:08:54.126Z
34412026-04-28T21:08:54.126Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34422026-04-28T21:08:54.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-04-28T21:08:54.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-04-28T21:08:54.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-04-28T21:08:54.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-04-28T21:08:54.721Z
34472026-04-28T21:08:54.721Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34482026-04-28T21:08:55.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-04-28T21:08:55.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-04-28T21:08:55.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-04-28T21:08:55.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-04-28T21:08:55.320Z
34532026-04-28T21:08:55.320Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34542026-04-28T21:08:55.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-04-28T21:08:55.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-04-28T21:08:55.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-04-28T21:08:55.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-04-28T21:08:55.917Z
34592026-04-28T21:08:55.917Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34602026-04-28T21:08:56.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-04-28T21:08:56.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-04-28T21:08:56.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-04-28T21:08:56.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-04-28T21:08:56.515Z
34652026-04-28T21:08:56.515Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34662026-04-28T21:08:57.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-04-28T21:08:57.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-04-28T21:08:57.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-04-28T21:08:57.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-04-28T21:08:57.110Z
34712026-04-28T21:08:57.110Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34722026-04-28T21:08:57.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-04-28T21:08:57.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-04-28T21:08:57.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-04-28T21:08:57.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34762026-04-28T21:08:57.749Z
34772026-04-28T21:08:57.749Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34782026-04-28T21:08:58.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-04-28T21:08:58.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-04-28T21:08:58.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-04-28T21:08:58.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-04-28T21:08:58.347Z
34832026-04-28T21:08:58.348Zinfo: running `cargo check --bins` on dns-server (156/272)
34842026-04-28T21:08:58.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-04-28T21:08:58.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-04-28T21:08:58.992Z Compiling parking_lot_core v0.8.6
34872026-04-28T21:08:58.992Z Compiling git-stub v1.0.0
34882026-04-28T21:08:58.992Z Compiling atomicwrites v0.4.4
34892026-04-28T21:08:58.995Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34902026-04-28T21:08:58.995Z Checking prefix-trie v0.7.0
34912026-04-28T21:08:59.225Z Compiling git-stub-vcs v0.1.0
34922026-04-28T21:08:59.390Z Checking hickory-server v0.25.2
34932026-04-28T21:08:59.493Z Checking parking_lot v0.11.2
34942026-04-28T21:08:59.496Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34952026-04-28T21:08:59.586Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34962026-04-28T21:08:59.586Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34972026-04-28T21:08:59.661Z Checking sled v0.34.7
34982026-04-28T21:09:01.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
34992026-04-28T21:09:01.718Z
35002026-04-28T21:09:01.718Zinfo: running `cargo check --bins` on dns-server-api (157/272)
35012026-04-28T21:09:02.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-04-28T21:09:02.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-04-28T21:09:02.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-04-28T21:09:02.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35052026-04-28T21:09:02.309Z
35062026-04-28T21:09:02.310Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
35072026-04-28T21:09:02.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-04-28T21:09:02.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-04-28T21:09:02.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-04-28T21:09:02.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35112026-04-28T21:09:02.911Z
35122026-04-28T21:09:02.911Zinfo: running `cargo check --bins` on sp-sim (159/272)
35132026-04-28T21:09:03.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-04-28T21:09:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-04-28T21:09:03.634Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35162026-04-28T21:09:05.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35172026-04-28T21:09:05.579Z
35182026-04-28T21:09:05.579Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35192026-04-28T21:09:06.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-04-28T21:09:06.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-04-28T21:09:06.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-04-28T21:09:06.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232026-04-28T21:09:06.229Z
35242026-04-28T21:09:06.229Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35252026-04-28T21:09:06.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-04-28T21:09:06.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-04-28T21:09:06.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-04-28T21:09:06.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35292026-04-28T21:09:06.892Z
35302026-04-28T21:09:06.892Zinfo: running `cargo check --bins` on db-macros (162/272)
35312026-04-28T21:09:07.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-04-28T21:09:07.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-04-28T21:09:07.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-04-28T21:09:07.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35352026-04-28T21:09:07.483Z
35362026-04-28T21:09:07.484Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35372026-04-28T21:09:07.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-04-28T21:09:07.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-04-28T21:09:07.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-04-28T21:09:07.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35412026-04-28T21:09:08.060Z
35422026-04-28T21:09:08.060Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35432026-04-28T21:09:08.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-04-28T21:09:08.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-04-28T21:09:08.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-04-28T21:09:08.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35472026-04-28T21:09:08.708Z
35482026-04-28T21:09:08.708Zinfo: running `cargo check --bins` on authz-macros (165/272)
35492026-04-28T21:09:09.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-04-28T21:09:09.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-04-28T21:09:09.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-04-28T21:09:09.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35532026-04-28T21:09:09.284Z
35542026-04-28T21:09:09.284Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35552026-04-28T21:09:09.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-04-28T21:09:09.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-04-28T21:09:09.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-04-28T21:09:09.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-04-28T21:09:09.925Z
35602026-04-28T21:09:09.926Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35612026-04-28T21:09:10.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-04-28T21:09:10.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-04-28T21:09:10.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-04-28T21:09:10.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35652026-04-28T21:09:10.563Z
35662026-04-28T21:09:10.563Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35672026-04-28T21:09:11.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-04-28T21:09:11.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-04-28T21:09:11.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-04-28T21:09:11.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-04-28T21:09:11.144Z
35722026-04-28T21:09:11.144Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35732026-04-28T21:09:11.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-04-28T21:09:11.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-04-28T21:09:11.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-04-28T21:09:11.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35772026-04-28T21:09:11.722Z
35782026-04-28T21:09:11.722Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35792026-04-28T21:09:12.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-04-28T21:09:12.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-04-28T21:09:12.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-04-28T21:09:12.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35832026-04-28T21:09:12.315Z
35842026-04-28T21:09:12.315Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35852026-04-28T21:09:12.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-04-28T21:09:12.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-04-28T21:09:12.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-04-28T21:09:12.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-04-28T21:09:12.895Z
35902026-04-28T21:09:12.895Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35912026-04-28T21:09:13.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-04-28T21:09:13.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-04-28T21:09:13.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-04-28T21:09:13.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35952026-04-28T21:09:13.472Z
35962026-04-28T21:09:13.473Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35972026-04-28T21:09:14.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-04-28T21:09:14.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-04-28T21:09:14.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-04-28T21:09:14.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012026-04-28T21:09:14.120Z
36022026-04-28T21:09:14.120Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
36032026-04-28T21:09:14.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-04-28T21:09:14.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-04-28T21:09:14.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-04-28T21:09:14.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-04-28T21:09:14.767Z
36082026-04-28T21:09:14.767Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
36092026-04-28T21:09:15.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-04-28T21:09:15.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-04-28T21:09:15.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-04-28T21:09:15.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36132026-04-28T21:09:15.406Z
36142026-04-28T21:09:15.406Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36152026-04-28T21:09:15.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-04-28T21:09:15.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-04-28T21:09:15.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-04-28T21:09:15.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36192026-04-28T21:09:16.018Z
36202026-04-28T21:09:16.018Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36212026-04-28T21:09:16.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-04-28T21:09:16.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-04-28T21:09:16.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-04-28T21:09:16.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36252026-04-28T21:09:16.632Z
36262026-04-28T21:09:16.632Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36272026-04-28T21:09:17.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-04-28T21:09:17.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-04-28T21:09:17.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-04-28T21:09:17.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36312026-04-28T21:09:17.237Z
36322026-04-28T21:09:17.237Zinfo: running `cargo check --bins` on key-manager (179/272)
36332026-04-28T21:09:17.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-04-28T21:09:17.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-04-28T21:09:17.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-04-28T21:09:17.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36372026-04-28T21:09:17.839Z
36382026-04-28T21:09:17.839Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36392026-04-28T21:09:18.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-04-28T21:09:18.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-04-28T21:09:18.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-04-28T21:09:18.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-04-28T21:09:18.446Z
36442026-04-28T21:09:18.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36452026-04-28T21:09:18.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-04-28T21:09:18.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-04-28T21:09:18.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-04-28T21:09:18.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36492026-04-28T21:09:19.057Z
36502026-04-28T21:09:19.058Zinfo: running `cargo check --bins` on typed-rng (182/272)
36512026-04-28T21:09:19.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-04-28T21:09:19.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-04-28T21:09:19.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-04-28T21:09:19.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36552026-04-28T21:09:19.637Z
36562026-04-28T21:09:19.637Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36572026-04-28T21:09:20.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-04-28T21:09:20.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-04-28T21:09:20.476Z Compiling typify-impl v0.4.3
36602026-04-28T21:09:20.477Z Compiling libefi-sys v0.1.0
36612026-04-28T21:09:20.479Z Compiling bitfield-struct v0.6.2
36622026-04-28T21:09:20.625Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-04-28T21:09:20.634Z Compiling xshell-macros v0.2.7
36642026-04-28T21:09:20.645Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-04-28T21:09:20.659Z Compiling salty v0.3.0
36662026-04-28T21:09:20.700Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-04-28T21:09:20.859Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-04-28T21:09:20.966Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36692026-04-28T21:09:20.982Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-04-28T21:09:20.994Z Checking xshell v0.2.7
36712026-04-28T21:09:21.160Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-04-28T21:09:21.177Z Checking primeorder v0.13.6
36732026-04-28T21:09:21.215Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-04-28T21:09:21.325Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-04-28T21:09:21.391Z Compiling proc-macro-error-attr2 v2.0.0
36762026-04-28T21:09:21.409Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36772026-04-28T21:09:21.452Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-04-28T21:09:21.612Z Checking tungstenite v0.21.0
36792026-04-28T21:09:21.632Z Checking p384 v0.13.1
36802026-04-28T21:09:21.689Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36812026-04-28T21:09:21.773Z Compiling proc-macro-error2 v2.0.1
36822026-04-28T21:09:21.845Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36832026-04-28T21:09:22.039Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36842026-04-28T21:09:22.039Z Compiling num-derive v0.3.3
36852026-04-28T21:09:22.087Z Compiling unicase v2.9.0
36862026-04-28T21:09:22.292Z Compiling mime_guess v2.0.5
36872026-04-28T21:09:22.383Z Compiling tabled_derive v0.11.0
36882026-04-28T21:09:22.502Z Checking tokio-tungstenite v0.21.0
36892026-04-28T21:09:22.568Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36902026-04-28T21:09:22.847Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-04-28T21:09:22.865Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-04-28T21:09:22.943Z Checking libscf-sys v1.1.0
36932026-04-28T21:09:23.074Z Checking papergrid v0.17.0
36942026-04-28T21:09:23.221Z Checking testing_table v0.3.0
36952026-04-28T21:09:23.257Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36962026-04-28T21:09:23.318Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-28T21:09:23.362Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-04-28T21:09:23.542Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36992026-04-28T21:09:23.712Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37002026-04-28T21:09:23.753Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-04-28T21:09:23.838Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-04-28T21:09:23.861Z Checking corncobs v0.1.4
37032026-04-28T21:09:23.892Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37042026-04-28T21:09:23.948Z Checking tabled v0.20.0
37052026-04-28T21:09:23.987Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-04-28T21:09:24.113Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-04-28T21:09:24.130Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-04-28T21:09:24.130Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37092026-04-28T21:09:24.268Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37102026-04-28T21:09:24.329Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37112026-04-28T21:09:24.345Z Checking progenitor-client v0.11.2
37122026-04-28T21:09:24.407Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37132026-04-28T21:09:24.441Z Checking secrecy v0.8.0
37142026-04-28T21:09:24.538Z Checking filetime v0.2.27
37152026-04-28T21:09:24.580Z Checking xattr v1.6.1
37162026-04-28T21:09:24.674Z Checking http-range v0.1.5
37172026-04-28T21:09:24.711Z Checking tar v0.4.45
37182026-04-28T21:09:24.988Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37192026-04-28T21:09:25.002Z Compiling typify-macro v0.4.3
37202026-04-28T21:09:25.081Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37212026-04-28T21:09:25.097Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37222026-04-28T21:09:25.176Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-04-28T21:09:25.365Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37242026-04-28T21:09:25.565Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37252026-04-28T21:09:25.653Z Checking atty v0.2.14
37262026-04-28T21:09:25.755Z Checking crc8 v0.1.1
37272026-04-28T21:09:25.829Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37282026-04-28T21:09:25.858Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37292026-04-28T21:09:25.968Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-04-28T21:09:26.157Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-04-28T21:09:26.204Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37322026-04-28T21:09:26.307Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37332026-04-28T21:09:26.492Z Checking hyper-staticfile v0.10.1
37342026-04-28T21:09:26.532Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-04-28T21:09:26.547Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37362026-04-28T21:09:26.651Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37372026-04-28T21:09:26.694Z Compiling typify v0.4.3
37382026-04-28T21:09:26.781Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37392026-04-28T21:09:26.811Z Compiling progenitor-impl v0.10.0
37402026-04-28T21:09:26.895Z Compiling progenitor-impl v0.11.2
37412026-04-28T21:09:27.243Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37422026-04-28T21:09:27.302Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37432026-04-28T21:09:27.810Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37442026-04-28T21:09:28.216Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37452026-04-28T21:09:28.267Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37462026-04-28T21:09:28.507Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37472026-04-28T21:09:28.634Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37482026-04-28T21:09:28.787Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37492026-04-28T21:09:28.918Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37502026-04-28T21:09:29.086Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37512026-04-28T21:09:29.129Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37522026-04-28T21:09:29.479Z Compiling progenitor-macro v0.10.0
37532026-04-28T21:09:29.550Z Compiling progenitor-macro v0.11.2
37542026-04-28T21:09:32.239Z Checking progenitor v0.10.0
37552026-04-28T21:09:32.366Z Checking progenitor v0.11.2
37562026-04-28T21:09:32.381Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37572026-04-28T21:09:32.498Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37582026-04-28T21:09:37.137Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-04-28T21:09:48.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s
37602026-04-28T21:09:48.271Z
37612026-04-28T21:09:48.271Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37622026-04-28T21:09:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-28T21:09:48.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-28T21:09:49.047Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-04-28T21:10:00.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37662026-04-28T21:10:00.282Z
37672026-04-28T21:10:00.282Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37682026-04-28T21:10:00.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-28T21:10:00.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-28T21:10:01.055Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-04-28T21:10:12.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37722026-04-28T21:10:12.270Z
37732026-04-28T21:10:12.270Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37742026-04-28T21:10:12.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-28T21:10:12.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-28T21:10:13.052Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-04-28T21:10:24.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37782026-04-28T21:10:24.261Z
37792026-04-28T21:10:24.261Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37802026-04-28T21:10:24.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-28T21:10:24.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-28T21:10:25.035Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-04-28T21:10:36.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37842026-04-28T21:10:36.357Z
37852026-04-28T21:10:36.357Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37862026-04-28T21:10:36.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-28T21:10:36.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-28T21:10:37.134Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-04-28T21:10:48.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37902026-04-28T21:10:48.451Z
37912026-04-28T21:10:48.451Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37922026-04-28T21:10:49.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-28T21:10:49.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-28T21:10:49.220Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-04-28T21:11:00.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37962026-04-28T21:11:00.472Z
37972026-04-28T21:11:00.472Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37982026-04-28T21:11:01.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-28T21:11:01.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-28T21:11:01.242Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-04-28T21:11:12.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
38022026-04-28T21:11:12.461Z
38032026-04-28T21:11:12.461Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
38042026-04-28T21:11:12.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-28T21:11:12.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-28T21:11:12.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-28T21:11:12.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-04-28T21:11:13.072Z
38092026-04-28T21:11:13.072Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38102026-04-28T21:11:13.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-28T21:11:13.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-28T21:11:13.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-28T21:11:13.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-04-28T21:11:13.678Z
38152026-04-28T21:11:13.678Zinfo: running `cargo check --bins` on range-requests (193/272)
38162026-04-28T21:11:14.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-28T21:11:14.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-28T21:11:14.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-28T21:11:14.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38202026-04-28T21:11:14.275Z
38212026-04-28T21:11:14.275Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38222026-04-28T21:11:14.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-28T21:11:14.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-28T21:11:14.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-28T21:11:14.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38262026-04-28T21:11:14.876Z
38272026-04-28T21:11:14.876Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38282026-04-28T21:11:15.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-28T21:11:15.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-28T21:11:15.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-28T21:11:15.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-04-28T21:11:15.501Z
38332026-04-28T21:11:15.501Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38342026-04-28T21:11:16.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-28T21:11:16.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-28T21:11:16.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-28T21:11:16.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-04-28T21:11:16.122Z
38392026-04-28T21:11:16.123Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38402026-04-28T21:11:16.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-28T21:11:16.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-28T21:11:16.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-28T21:11:16.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38442026-04-28T21:11:16.748Z
38452026-04-28T21:11:16.748Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38462026-04-28T21:11:17.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-28T21:11:17.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-28T21:11:17.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-28T21:11:17.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38502026-04-28T21:11:17.375Z
38512026-04-28T21:11:17.375Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38522026-04-28T21:11:17.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-28T21:11:17.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-28T21:11:17.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-28T21:11:17.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38562026-04-28T21:11:18.007Z
38572026-04-28T21:11:18.007Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38582026-04-28T21:11:18.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-28T21:11:18.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-28T21:11:18.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-28T21:11:18.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-04-28T21:11:18.632Z
38632026-04-28T21:11:18.632Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38642026-04-28T21:11:19.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-28T21:11:19.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-28T21:11:19.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-04-28T21:11:19.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38682026-04-28T21:11:19.257Z
38692026-04-28T21:11:19.257Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38702026-04-28T21:11:19.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-04-28T21:11:19.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-04-28T21:11:19.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-04-28T21:11:19.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38742026-04-28T21:11:19.876Z
38752026-04-28T21:11:19.877Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38762026-04-28T21:11:20.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-04-28T21:11:20.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-04-28T21:11:20.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-04-28T21:11:20.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38802026-04-28T21:11:20.499Z
38812026-04-28T21:11:20.499Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38822026-04-28T21:11:21.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-04-28T21:11:21.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-04-28T21:11:21.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-04-28T21:11:21.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38862026-04-28T21:11:21.110Z
38872026-04-28T21:11:21.110Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38882026-04-28T21:11:21.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-04-28T21:11:21.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-04-28T21:11:21.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-04-28T21:11:21.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38922026-04-28T21:11:21.739Z
38932026-04-28T21:11:21.739Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38942026-04-28T21:11:22.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-04-28T21:11:22.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-04-28T21:11:22.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-04-28T21:11:22.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38982026-04-28T21:11:22.382Z
38992026-04-28T21:11:22.382Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
39002026-04-28T21:11:22.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-04-28T21:11:22.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-04-28T21:11:22.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-04-28T21:11:22.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39042026-04-28T21:11:23.042Z
39052026-04-28T21:11:23.042Zinfo: running `cargo check --bins` on update-common (208/272)
39062026-04-28T21:11:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-04-28T21:11:23.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-04-28T21:11:23.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-04-28T21:11:23.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39102026-04-28T21:11:23.654Z
39112026-04-28T21:11:23.654Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39122026-04-28T21:11:24.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-04-28T21:11:24.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-04-28T21:11:24.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-04-28T21:11:24.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39162026-04-28T21:11:24.315Z
39172026-04-28T21:11:24.315Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39182026-04-28T21:11:24.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-04-28T21:11:24.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-04-28T21:11:25.088Z Compiling fs-err v2.11.0
39212026-04-28T21:11:25.091Z Checking ignore v0.4.25
39222026-04-28T21:11:25.091Z Checking arc-swap v1.8.2
39232026-04-28T21:11:25.091Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39242026-04-28T21:11:25.218Z Checking predicates-tree v1.0.13
39252026-04-28T21:11:25.231Z Checking parse-size v1.1.0
39262026-04-28T21:11:25.254Z Checking rand_seeder v0.4.0
39272026-04-28T21:11:25.257Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39282026-04-28T21:11:25.328Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39292026-04-28T21:11:25.350Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39302026-04-28T21:11:25.390Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39312026-04-28T21:11:25.411Z Checking slog-scope v4.4.1
39322026-04-28T21:11:25.531Z Compiling petname v2.0.2
39332026-04-28T21:11:25.547Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39342026-04-28T21:11:25.577Z Checking slog-stdlog v4.1.1
39352026-04-28T21:11:25.597Z Checking globwalk v0.9.1
39362026-04-28T21:11:25.643Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39372026-04-28T21:11:25.696Z Checking slog-envlogger v2.2.0
39382026-04-28T21:11:25.770Z Checking camino-tempfile-ext v0.3.3
39392026-04-28T21:11:25.786Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39402026-04-28T21:11:25.843Z Checking sapling-renderdag v0.1.0
39412026-04-28T21:11:25.952Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39422026-04-28T21:11:25.966Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39432026-04-28T21:11:26.078Z Checking subprocess v0.2.15
39442026-04-28T21:11:26.122Z Checking sync-ptr v0.1.4
39452026-04-28T21:11:26.167Z Checking colored v2.2.0
39462026-04-28T21:11:26.212Z Checking assert_matches v1.5.0
39472026-04-28T21:11:26.349Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39482026-04-28T21:11:26.366Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39492026-04-28T21:11:26.436Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39502026-04-28T21:11:26.439Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39512026-04-28T21:11:27.020Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39522026-04-28T21:11:28.327Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39532026-04-28T21:11:30.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
39542026-04-28T21:11:30.736Z
39552026-04-28T21:11:30.736Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39562026-04-28T21:11:31.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-28T21:11:31.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-28T21:11:31.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-04-28T21:11:31.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39602026-04-28T21:11:31.325Z
39612026-04-28T21:11:31.326Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39622026-04-28T21:11:31.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-04-28T21:11:31.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-04-28T21:11:31.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-04-28T21:11:31.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39662026-04-28T21:11:31.991Z
39672026-04-28T21:11:31.991Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39682026-04-28T21:11:32.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-04-28T21:11:32.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-04-28T21:11:32.711Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39712026-04-28T21:11:32.711Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39722026-04-28T21:11:33.354Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39732026-04-28T21:11:34.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39742026-04-28T21:11:35.133Z
39752026-04-28T21:11:35.133Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39762026-04-28T21:11:35.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-04-28T21:11:35.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-04-28T21:11:35.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-04-28T21:11:35.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39802026-04-28T21:11:35.732Z
39812026-04-28T21:11:35.732Zinfo: running `cargo check --bins` on cert-dev (215/272)
39822026-04-28T21:11:36.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-04-28T21:11:36.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-04-28T21:11:36.336Z Checking yasna v0.5.2
39852026-04-28T21:11:36.736Z Checking rcgen v0.12.1
39862026-04-28T21:11:36.984Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39872026-04-28T21:11:37.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39882026-04-28T21:11:37.344Z
39892026-04-28T21:11:37.345Zinfo: running `cargo check --bins` on clickana (216/272)
39902026-04-28T21:11:37.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-04-28T21:11:37.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-04-28T21:11:37.985Z Compiling darling_core v0.23.0
39932026-04-28T21:11:37.988Z Compiling instability v0.3.11
39942026-04-28T21:11:38.100Z Checking castaway v0.2.4
39952026-04-28T21:11:38.105Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39962026-04-28T21:11:38.107Z Compiling indoc v2.0.7
39972026-04-28T21:11:38.119Z Checking unicode-truncate v1.1.0
39982026-04-28T21:11:38.122Z Checking lru v0.12.5
39992026-04-28T21:11:38.122Z Checking cassowary v0.3.0
40002026-04-28T21:11:38.184Z Checking compact_str v0.8.1
40012026-04-28T21:11:39.047Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40022026-04-28T21:11:39.225Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40032026-04-28T21:11:39.481Z Compiling darling_macro v0.23.0
40042026-04-28T21:11:39.880Z Compiling darling v0.23.0
40052026-04-28T21:11:40.505Z Checking ratatui v0.29.0
40062026-04-28T21:11:41.508Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40072026-04-28T21:11:42.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
40082026-04-28T21:11:42.363Z
40092026-04-28T21:11:42.363Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40102026-04-28T21:11:42.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-04-28T21:11:42.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-04-28T21:11:43.085Z Checking headers-core v0.3.0
40132026-04-28T21:11:43.088Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40142026-04-28T21:11:43.278Z Checking headers v0.4.1
40152026-04-28T21:11:43.655Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40162026-04-28T21:11:44.496Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40172026-04-28T21:11:44.987Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40182026-04-28T21:11:45.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40192026-04-28T21:11:45.610Z
40202026-04-28T21:11:45.610Zinfo: running `cargo check --bins` on ch-dev (218/272)
40212026-04-28T21:11:46.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-04-28T21:11:46.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-04-28T21:11:46.328Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40242026-04-28T21:11:47.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40252026-04-28T21:11:47.264Z
40262026-04-28T21:11:47.264Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40272026-04-28T21:11:47.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-04-28T21:11:47.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-04-28T21:11:47.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-04-28T21:11:47.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
40312026-04-28T21:11:47.725Z
40322026-04-28T21:11:47.725Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40332026-04-28T21:11:48.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-04-28T21:11:48.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-04-28T21:11:48.434Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40362026-04-28T21:11:49.409Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40372026-04-28T21:11:49.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40382026-04-28T21:11:49.959Z
40392026-04-28T21:11:49.959Zinfo: running `cargo check --bins` on db-dev (221/272)
40402026-04-28T21:11:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-04-28T21:11:50.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-04-28T21:11:50.672Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40432026-04-28T21:11:51.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40442026-04-28T21:11:51.619Z
40452026-04-28T21:11:51.619Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40462026-04-28T21:11:52.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-04-28T21:11:52.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-04-28T21:11:52.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-04-28T21:11:52.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40502026-04-28T21:11:52.260Z
40512026-04-28T21:11:52.260Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40522026-04-28T21:11:52.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-04-28T21:11:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-04-28T21:11:52.859Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40552026-04-28T21:11:53.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40562026-04-28T21:11:53.710Z
40572026-04-28T21:11:53.710Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40582026-04-28T21:11:54.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-04-28T21:11:54.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-04-28T21:11:54.456Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40612026-04-28T21:11:54.456Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-04-28T21:11:54.459Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40632026-04-28T21:11:54.460Z Checking git-stub v1.0.0
40642026-04-28T21:11:54.460Z Compiling trait-variant v0.1.2
40652026-04-28T21:11:54.460Z Checking is_ci v1.2.0
40662026-04-28T21:11:54.460Z Checking maplit v1.0.2
40672026-04-28T21:11:54.575Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40682026-04-28T21:11:54.665Z Checking supports-color v3.0.2
40692026-04-28T21:11:54.668Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40702026-04-28T21:11:54.712Z Checking git-stub-vcs v0.1.0
40712026-04-28T21:11:54.805Z Checking drift v0.1.3
40722026-04-28T21:11:54.833Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40732026-04-28T21:11:54.848Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40742026-04-28T21:11:54.904Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40752026-04-28T21:11:55.024Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40762026-04-28T21:11:55.082Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40772026-04-28T21:11:55.096Z Checking dropshot-api-manager v0.7.1
40782026-04-28T21:11:55.120Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40792026-04-28T21:11:55.307Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40802026-04-28T21:11:55.331Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40812026-04-28T21:11:55.579Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40822026-04-28T21:11:55.825Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40832026-04-28T21:12:00.765Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40842026-04-28T21:12:01.854Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40852026-04-28T21:12:02.410Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40862026-04-28T21:12:02.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40872026-04-28T21:12:03.042Z
40882026-04-28T21:12:03.042Zinfo: running `cargo check --bins` on installinator-api (225/272)
40892026-04-28T21:12:03.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-04-28T21:12:03.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-04-28T21:12:03.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-04-28T21:12:03.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-04-28T21:12:03.638Z
40942026-04-28T21:12:03.638Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40952026-04-28T21:12:04.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-04-28T21:12:04.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-04-28T21:12:04.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-04-28T21:12:04.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40992026-04-28T21:12:04.275Z
41002026-04-28T21:12:04.275Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
41012026-04-28T21:12:04.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-28T21:12:04.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-28T21:12:04.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-04-28T21:12:04.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41052026-04-28T21:12:04.913Z
41062026-04-28T21:12:04.913Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
41072026-04-28T21:12:05.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-04-28T21:12:05.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-04-28T21:12:05.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-04-28T21:12:05.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41112026-04-28T21:12:05.554Z
41122026-04-28T21:12:05.554Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41132026-04-28T21:12:06.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-04-28T21:12:06.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-04-28T21:12:06.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-04-28T21:12:06.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41172026-04-28T21:12:06.149Z
41182026-04-28T21:12:06.149Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41192026-04-28T21:12:06.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-04-28T21:12:06.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-04-28T21:12:06.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-04-28T21:12:06.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41232026-04-28T21:12:06.732Z
41242026-04-28T21:12:06.732Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41252026-04-28T21:12:07.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-04-28T21:12:07.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-04-28T21:12:07.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-04-28T21:12:07.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41292026-04-28T21:12:07.345Z
41302026-04-28T21:12:07.345Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41312026-04-28T21:12:07.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-04-28T21:12:07.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-04-28T21:12:07.943Z Checking typeid v1.0.3
41342026-04-28T21:12:08.056Z Checking ordered-float v2.10.1
41352026-04-28T21:12:08.076Z Checking unicode-xid v0.2.6
41362026-04-28T21:12:08.095Z Checking cargo-platform v0.2.0
41372026-04-28T21:12:08.119Z Checking erased-serde v0.4.9
41382026-04-28T21:12:08.252Z Checking serde-value v0.7.0
41392026-04-28T21:12:08.424Z Checking serde-untagged v0.1.9
41402026-04-28T21:12:08.574Z Checking cargo-util-schemas v0.8.2
41412026-04-28T21:12:09.246Z Checking cargo_metadata v0.21.0
41422026-04-28T21:12:09.842Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41432026-04-28T21:12:10.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41442026-04-28T21:12:10.697Z
41452026-04-28T21:12:10.697Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41462026-04-28T21:12:11.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-04-28T21:12:11.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-04-28T21:12:11.424Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41492026-04-28T21:12:12.056Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41502026-04-28T21:12:12.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41512026-04-28T21:12:12.775Z
41522026-04-28T21:12:12.775Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41532026-04-28T21:12:13.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-04-28T21:12:13.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-04-28T21:12:13.635Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41562026-04-28T21:12:13.635Z Compiling vergen-gitcl v1.0.8
41572026-04-28T21:12:13.638Z Compiling dirs-sys-next v0.1.2
41582026-04-28T21:12:13.638Z Compiling crunchy v0.2.4
41592026-04-28T21:12:13.639Z Compiling diesel_derives v2.3.7
41602026-04-28T21:12:13.639Z Compiling glob v0.3.3
41612026-04-28T21:12:13.639Z Compiling dsl_auto_type v0.2.0
41622026-04-28T21:12:13.768Z Checking scheduled-thread-pool v0.2.7
41632026-04-28T21:12:13.942Z Compiling dirs-next v2.0.0
41642026-04-28T21:12:13.969Z Compiling diesel_table_macro_syntax v0.3.0
41652026-04-28T21:12:13.987Z Compiling tiny-keccak v2.0.2
41662026-04-28T21:12:14.037Z Compiling term v0.7.0
41672026-04-28T21:12:14.103Z Checking r2d2 v0.8.10
41682026-04-28T21:12:14.167Z Compiling bit-vec v0.6.3
41692026-04-28T21:12:14.196Z Compiling clang-sys v1.8.1
41702026-04-28T21:12:14.214Z Checking downcast-rs v2.0.2
41712026-04-28T21:12:14.310Z Compiling ascii-canvas v3.0.0
41722026-04-28T21:12:14.381Z Compiling bit-set v0.5.3
41732026-04-28T21:12:14.539Z Compiling itertools v0.10.5
41742026-04-28T21:12:14.542Z Compiling ena v0.14.4
41752026-04-28T21:12:14.621Z Compiling libloading v0.8.9
41762026-04-28T21:12:14.624Z Compiling bindgen v0.71.1
41772026-04-28T21:12:14.656Z Compiling regex-syntax v0.6.29
41782026-04-28T21:12:14.676Z Compiling diff v0.1.13
41792026-04-28T21:12:14.826Z Compiling cexpr v0.6.0
41802026-04-28T21:12:14.941Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41812026-04-28T21:12:15.067Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41822026-04-28T21:12:15.151Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41832026-04-28T21:12:15.215Z Compiling libxml v0.3.3
41842026-04-28T21:12:15.436Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41852026-04-28T21:12:15.529Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41862026-04-28T21:12:15.618Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41872026-04-28T21:12:15.730Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41882026-04-28T21:12:15.746Z Compiling strum_macros v0.24.3
41892026-04-28T21:12:15.802Z Compiling indoc v1.0.9
41902026-04-28T21:12:15.990Z Compiling lalrpop v0.19.12
41912026-04-28T21:12:16.788Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41922026-04-28T21:12:16.977Z Checking derive_builder v0.20.2
41932026-04-28T21:12:17.083Z Compiling oso-derive v0.27.3
41942026-04-28T21:12:17.098Z Checking quick-xml v0.37.5
41952026-04-28T21:12:17.302Z Compiling impl-trait-for-tuples v0.2.3
41962026-04-28T21:12:17.609Z Checking openssl-probe v0.1.6
41972026-04-28T21:12:17.751Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41982026-04-28T21:12:18.029Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41992026-04-28T21:12:18.223Z Checking bb8 v0.8.6
42002026-04-28T21:12:18.479Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42012026-04-28T21:12:18.497Z Checking nonempty v0.12.0
42022026-04-28T21:12:18.516Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42032026-04-28T21:12:18.660Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42042026-04-28T21:12:18.699Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42052026-04-28T21:12:18.736Z Checking console v0.16.2
42062026-04-28T21:12:18.872Z Checking unit-prefix v0.5.2
42072026-04-28T21:12:18.887Z Checking support-bundle-viewer v0.1.2
42082026-04-28T21:12:19.007Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42092026-04-28T21:12:19.043Z Checking indicatif v0.18.4
42102026-04-28T21:12:19.133Z Checking multimap v0.10.1
42112026-04-28T21:12:19.642Z Checking diesel v2.3.7
42122026-04-28T21:12:21.438Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42132026-04-28T21:12:21.709Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42142026-04-28T21:12:22.012Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42152026-04-28T21:12:23.143Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42162026-04-28T21:12:23.477Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42172026-04-28T21:12:23.639Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42182026-04-28T21:12:24.119Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-04-28T21:12:24.222Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42202026-04-28T21:12:26.101Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42212026-04-28T21:12:31.298Z Compiling samael v0.0.19
42222026-04-28T21:12:35.039Z Checking async-bb8-diesel v0.2.1
42232026-04-28T21:12:35.162Z Checking diesel-dtrace v0.5.0
42242026-04-28T21:12:36.155Z Compiling polar-core v0.27.3
42252026-04-28T21:12:40.536Z Checking oso v0.27.3
42262026-04-28T21:13:17.122Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42272026-04-28T21:13:50.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42282026-04-28T21:13:50.397Z
42292026-04-28T21:13:50.397Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42302026-04-28T21:13:50.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-04-28T21:13:50.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-04-28T21:13:50.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-04-28T21:13:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42342026-04-28T21:13:51.067Z
42352026-04-28T21:13:51.067Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42362026-04-28T21:13:51.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-04-28T21:13:51.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-04-28T21:13:51.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-04-28T21:13:51.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42402026-04-28T21:13:51.736Z
42412026-04-28T21:13:51.736Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42422026-04-28T21:13:52.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-04-28T21:13:52.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-04-28T21:13:52.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-04-28T21:13:52.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42462026-04-28T21:13:52.332Z
42472026-04-28T21:13:52.332Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42482026-04-28T21:13:52.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-04-28T21:13:52.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-04-28T21:13:53.293Z Compiling libz-sys v1.1.24
42512026-04-28T21:13:53.332Z Compiling libgit2-sys v0.18.3+1.9.2
42522026-04-28T21:13:53.343Z Compiling vergen-git2 v1.0.7
42532026-04-28T21:13:53.353Z Compiling rustls v0.21.12
42542026-04-28T21:13:53.378Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42552026-04-28T21:13:53.381Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42562026-04-28T21:13:53.381Z Checking sct v0.7.1
42572026-04-28T21:13:53.381Z Checking rustls-webpki v0.101.7
42582026-04-28T21:13:53.525Z Compiling nix v0.29.0
42592026-04-28T21:13:53.539Z Compiling dropshot v0.16.7
42602026-04-28T21:13:53.587Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42612026-04-28T21:13:53.631Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-04-28T21:13:53.706Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42632026-04-28T21:13:53.784Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42642026-04-28T21:13:53.809Z Checking toml v0.9.12+spec-1.1.0
42652026-04-28T21:13:53.847Z Compiling dropshot_endpoint v0.16.7
42662026-04-28T21:13:53.999Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42672026-04-28T21:13:54.145Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42682026-04-28T21:13:54.351Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42692026-04-28T21:13:54.390Z Checking rustls-pemfile v1.0.4
42702026-04-28T21:13:54.529Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42712026-04-28T21:13:54.737Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42722026-04-28T21:13:54.810Z Checking twox-hash v2.1.2
42732026-04-28T21:13:54.953Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42742026-04-28T21:13:55.040Z Checking tokio-rustls v0.24.1
42752026-04-28T21:13:55.552Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42762026-04-28T21:13:55.569Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42772026-04-28T21:13:55.840Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42782026-04-28T21:13:56.229Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42792026-04-28T21:13:56.307Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42802026-04-28T21:13:56.379Z Checking fatfs v0.3.6
42812026-04-28T21:13:56.446Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42822026-04-28T21:13:56.527Z Compiling seq-macro v0.3.6
42832026-04-28T21:14:00.210Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42842026-04-28T21:14:00.332Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42852026-04-28T21:14:00.443Z Compiling git2 v0.20.4
42862026-04-28T21:14:02.685Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42872026-04-28T21:14:49.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.76s
42882026-04-28T21:14:49.319Z
42892026-04-28T21:14:49.320Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42902026-04-28T21:14:49.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-28T21:14:49.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-28T21:14:50.212Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42932026-04-28T21:15:28.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.23s
42942026-04-28T21:15:28.766Z
42952026-04-28T21:15:28.766Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42962026-04-28T21:15:29.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-28T21:15:29.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-28T21:15:29.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-04-28T21:15:29.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43002026-04-28T21:15:29.349Z
43012026-04-28T21:15:29.349Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
43022026-04-28T21:15:29.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-04-28T21:15:29.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-04-28T21:15:29.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-04-28T21:15:29.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43062026-04-28T21:15:29.995Z
43072026-04-28T21:15:29.995Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
43082026-04-28T21:15:30.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-04-28T21:15:30.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-04-28T21:15:30.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-04-28T21:15:30.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43122026-04-28T21:15:30.648Z
43132026-04-28T21:15:30.648Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43142026-04-28T21:15:31.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-04-28T21:15:31.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-04-28T21:15:31.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-04-28T21:15:31.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43182026-04-28T21:15:31.294Z
43192026-04-28T21:15:31.294Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43202026-04-28T21:15:32.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-28T21:15:32.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-28T21:15:32.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-04-28T21:15:32.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43242026-04-28T21:15:32.051Z
43252026-04-28T21:15:32.051Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43262026-04-28T21:15:32.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-04-28T21:15:32.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-04-28T21:15:32.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-04-28T21:15:32.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43302026-04-28T21:15:32.605Z
43312026-04-28T21:15:32.605Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43322026-04-28T21:15:33.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-04-28T21:15:33.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-04-28T21:15:33.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-04-28T21:15:33.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43362026-04-28T21:15:33.272Z
43372026-04-28T21:15:33.272Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43382026-04-28T21:15:33.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-04-28T21:15:33.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-04-28T21:15:33.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-04-28T21:15:33.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43422026-04-28T21:15:34.170Z
43432026-04-28T21:15:34.170Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43442026-04-28T21:15:34.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-04-28T21:15:34.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-04-28T21:15:35.010Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-04-28T21:15:35.010Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43482026-04-28T21:15:35.018Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43492026-04-28T21:15:35.047Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43502026-04-28T21:15:35.054Z Checking diff v0.1.13
43512026-04-28T21:15:35.054Z Checking yansi v1.0.1
43522026-04-28T21:15:35.077Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43532026-04-28T21:15:35.085Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43542026-04-28T21:15:35.142Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43552026-04-28T21:15:35.304Z Checking pretty_assertions v1.4.1
43562026-04-28T21:15:35.979Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43572026-04-28T21:15:59.603Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43582026-04-28T21:15:59.606Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43592026-04-28T21:15:59.606Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43602026-04-28T21:15:59.606Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43612026-04-28T21:15:59.606Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43622026-04-28T21:15:59.606Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43632026-04-28T21:16:00.433Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-04-28T21:16:01.518Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-04-28T21:16:40.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43662026-04-28T21:16:40.482Z
43672026-04-28T21:16:40.482Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43682026-04-28T21:16:40.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-04-28T21:16:40.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-04-28T21:16:40.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43712026-04-28T21:16:40.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43722026-04-28T21:16:40.937Z
43732026-04-28T21:16:40.937Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43742026-04-28T21:16:41.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-04-28T21:16:41.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-04-28T21:16:41.716Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43772026-04-28T21:16:41.841Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43782026-04-28T21:16:41.848Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43792026-04-28T21:17:07.371Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43802026-04-28T21:17:07.759Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43812026-04-28T21:17:09.452Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43822026-04-28T21:17:10.086Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43832026-04-28T21:17:12.822Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43842026-04-28T21:17:35.298Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43852026-04-28T21:17:36.008Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43862026-04-28T21:17:37.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.70s
43872026-04-28T21:17:37.864Z
43882026-04-28T21:17:37.864Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43892026-04-28T21:17:38.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-04-28T21:17:38.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-04-28T21:17:38.586Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43922026-04-28T21:17:39.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43932026-04-28T21:17:39.465Z
43942026-04-28T21:17:39.465Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43952026-04-28T21:17:39.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-04-28T21:17:39.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-04-28T21:17:40.122Z Compiling blake3 v1.8.3
43982026-04-28T21:17:40.231Z Checking arrayvec v0.7.6
43992026-04-28T21:17:40.231Z Checking constant_time_eq v0.4.2
44002026-04-28T21:17:40.234Z Checking arrayref v0.3.9
44012026-04-28T21:17:40.252Z Checking topological-sort v0.2.2
44022026-04-28T21:17:40.254Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44032026-04-28T21:17:40.254Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44042026-04-28T21:17:40.254Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44052026-04-28T21:17:40.295Z Checking shell-words v1.1.1
44062026-04-28T21:17:41.005Z Checking omicron-zone-package v0.12.2
44072026-04-28T21:17:41.717Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44082026-04-28T21:17:42.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
44092026-04-28T21:17:42.723Z
44102026-04-28T21:17:42.723Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44112026-04-28T21:17:43.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-04-28T21:17:43.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-04-28T21:17:43.367Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44142026-04-28T21:17:43.687Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44152026-04-28T21:17:44.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44162026-04-28T21:17:44.267Z
44172026-04-28T21:17:44.267Zinfo: running `cargo check --bins` on schema (254/272)
44182026-04-28T21:17:44.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-04-28T21:17:44.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-04-28T21:17:44.996Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44212026-04-28T21:17:45.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44222026-04-28T21:17:45.906Z
44232026-04-28T21:17:45.906Zinfo: running `cargo check --bins` on xtask (255/272)
44242026-04-28T21:17:46.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-04-28T21:17:46.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-04-28T21:17:46.359Z Checking libc v0.2.185
44272026-04-28T21:17:46.439Z Checking serde v1.0.228
44282026-04-28T21:17:46.448Z Checking zerofrom v0.1.6
44292026-04-28T21:17:46.453Z Checking bitflags v2.11.0
44302026-04-28T21:17:46.461Z Checking smallvec v1.15.1
44312026-04-28T21:17:46.464Z Checking indexmap v2.14.0
44322026-04-28T21:17:46.480Z Checking serde_json v1.0.149
44332026-04-28T21:17:46.483Z Checking scroll v0.12.0
44342026-04-28T21:17:46.546Z Checking yoke v0.8.1
44352026-04-28T21:17:46.602Z Checking num-traits v0.2.19
44362026-04-28T21:17:46.635Z Checking thiserror v1.0.69
44372026-04-28T21:17:46.708Z Checking zerovec v0.11.5
44382026-04-28T21:17:46.708Z Checking zerotrie v0.2.3
44392026-04-28T21:17:46.729Z Checking percent-encoding v2.3.2
44402026-04-28T21:17:46.737Z Checking errno v0.3.14
44412026-04-28T21:17:46.828Z Checking serde_spanned v0.6.9
44422026-04-28T21:17:46.851Z Checking rustix v1.1.3
44432026-04-28T21:17:46.861Z Checking toml_datetime v0.6.11
44442026-04-28T21:17:46.940Z Checking log v0.4.29
44452026-04-28T21:17:46.955Z Checking zerocopy v0.7.35
44462026-04-28T21:17:46.997Z Checking form_urlencoded v1.2.2
44472026-04-28T21:17:47.038Z Checking toml_edit v0.22.27
44482026-04-28T21:17:47.079Z Checking getrandom v0.4.1
44492026-04-28T21:17:47.090Z Checking goblin v0.8.2
44502026-04-28T21:17:47.128Z Checking ordered-float v2.10.1
44512026-04-28T21:17:47.128Z Checking thiserror v2.0.18
44522026-04-28T21:17:47.147Z Checking tinystr v0.8.2
44532026-04-28T21:17:47.205Z Checking potential_utf v0.1.4
44542026-04-28T21:17:47.222Z Checking syn v2.0.117
44552026-04-28T21:17:47.321Z Checking icu_locale_core v2.1.1
44562026-04-28T21:17:47.332Z Checking icu_collections v2.1.1
44572026-04-28T21:17:47.342Z Checking serde-value v0.7.0
44582026-04-28T21:17:47.440Z Checking dtrace-parser v0.2.0
44592026-04-28T21:17:47.544Z Checking thread-id v4.2.2
44602026-04-28T21:17:47.625Z Checking once_cell v1.21.3
44612026-04-28T21:17:47.643Z Checking cargo-platform v0.2.0
44622026-04-28T21:17:47.654Z Checking terminal_size v0.4.3
44632026-04-28T21:17:47.684Z Checking memmap v0.7.0
44642026-04-28T21:17:47.785Z Checking clap_builder v4.5.60
44652026-04-28T21:17:47.796Z Checking tempfile v3.25.0
44662026-04-28T21:17:47.807Z Checking textwrap v0.16.2
44672026-04-28T21:17:47.833Z Checking fs-err v3.3.0
44682026-04-28T21:17:47.863Z Checking icu_provider v2.1.1
44692026-04-28T21:17:47.982Z Checking camino-tempfile v1.4.1
44702026-04-28T21:17:48.010Z Checking tabled v0.15.0
44712026-04-28T21:17:48.010Z Checking anyhow v1.0.102
44722026-04-28T21:17:48.096Z Checking icu_properties v2.1.2
44732026-04-28T21:17:48.128Z Checking icu_normalizer v2.1.1
44742026-04-28T21:17:48.139Z Checking toml v0.8.23
44752026-04-28T21:17:48.212Z Checking macaddr v1.0.1
44762026-04-28T21:17:48.392Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44772026-04-28T21:17:48.449Z Checking cargo_toml v0.21.0
44782026-04-28T21:17:48.893Z Checking idna_adapter v1.2.1
44792026-04-28T21:17:48.941Z Checking dof v0.3.0
44802026-04-28T21:17:48.955Z Checking clap v4.5.60
44812026-04-28T21:17:49.010Z Checking idna v1.1.0
44822026-04-28T21:17:49.205Z Checking usdt-impl v0.5.0
44832026-04-28T21:17:49.230Z Checking url v2.5.8
44842026-04-28T21:17:49.452Z Checking usdt v0.5.0
44852026-04-28T21:17:49.568Z Checking cargo-util-schemas v0.8.2
44862026-04-28T21:17:50.241Z Checking cargo_metadata v0.21.0
44872026-04-28T21:17:50.853Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44882026-04-28T21:17:51.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44892026-04-28T21:17:51.395Z
44902026-04-28T21:17:51.395Zinfo: running `cargo check --bins` on dnsadm (256/272)
44912026-04-28T21:17:51.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-04-28T21:17:51.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-04-28T21:17:52.030Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44942026-04-28T21:17:52.500Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44952026-04-28T21:17:52.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44962026-04-28T21:17:53.087Z
44972026-04-28T21:17:53.087Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44982026-04-28T21:17:53.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-04-28T21:17:53.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-04-28T21:17:53.886Z Checking polyval v0.6.2
45012026-04-28T21:17:54.009Z Checking ctr v0.9.2
45022026-04-28T21:17:54.019Z Checking ssh-encoding v0.2.0
45032026-04-28T21:17:54.023Z Checking blowfish v0.9.1
45042026-04-28T21:17:54.041Z Checking password-hash v0.4.2
45052026-04-28T21:17:54.056Z Checking p521 v0.13.3
45062026-04-28T21:17:54.056Z Checking p256 v0.13.2
45072026-04-28T21:17:54.085Z Checking russh-cryptovec v0.7.3
45082026-04-28T21:17:54.149Z Checking ghash v0.5.1
45092026-04-28T21:17:54.163Z Checking bcrypt-pbkdf v0.10.0
45102026-04-28T21:17:54.166Z Checking md5 v0.7.0
45112026-04-28T21:17:54.233Z Checking num-bigint v0.4.6
45122026-04-28T21:17:54.233Z Checking des v0.8.1
45132026-04-28T21:17:54.261Z Checking pbkdf2 v0.11.0
45142026-04-28T21:17:54.280Z Checking aes-gcm v0.10.3
45152026-04-28T21:17:54.308Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-04-28T21:17:54.366Z Checking hex-literal v0.4.1
45172026-04-28T21:17:54.382Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-04-28T21:17:54.393Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-04-28T21:17:54.426Z Checking socket2 v0.5.10
45202026-04-28T21:17:54.429Z Checking ssh-cipher v0.2.0
45212026-04-28T21:17:54.459Z Checking internet-checksum v0.2.1
45222026-04-28T21:17:54.605Z Checking ssh-key v0.6.7
45232026-04-28T21:17:54.696Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-04-28T21:17:55.223Z Checking russh-keys v0.45.0
45252026-04-28T21:17:55.763Z Checking russh v0.45.0
45262026-04-28T21:18:11.124Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45272026-04-28T21:18:12.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
45282026-04-28T21:18:12.552Z
45292026-04-28T21:18:12.552Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45302026-04-28T21:18:13.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-04-28T21:18:13.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-04-28T21:18:13.191Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45332026-04-28T21:18:13.319Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45342026-04-28T21:18:13.374Z Checking termios v0.3.3
45352026-04-28T21:18:14.492Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45362026-04-28T21:18:14.637Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45372026-04-28T21:18:16.414Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45382026-04-28T21:18:16.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45392026-04-28T21:18:17.159Z
45402026-04-28T21:18:17.159Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45412026-04-28T21:18:17.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-04-28T21:18:17.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-04-28T21:18:17.862Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45442026-04-28T21:18:17.975Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45452026-04-28T21:18:17.985Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45462026-04-28T21:18:17.988Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45472026-04-28T21:18:18.001Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45482026-04-28T21:18:18.004Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45492026-04-28T21:18:18.709Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45502026-04-28T21:18:19.078Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-04-28T21:18:19.081Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45522026-04-28T21:18:19.712Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45532026-04-28T21:18:21.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45542026-04-28T21:18:21.588Z
45552026-04-28T21:18:21.588Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45562026-04-28T21:18:22.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-04-28T21:18:22.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-04-28T21:18:22.206Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45592026-04-28T21:18:22.784Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45602026-04-28T21:18:22.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45612026-04-28T21:18:23.151Z
45622026-04-28T21:18:23.151Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45632026-04-28T21:18:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-04-28T21:18:23.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-04-28T21:18:23.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-04-28T21:18:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45672026-04-28T21:18:23.743Z
45682026-04-28T21:18:23.743Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45692026-04-28T21:18:24.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-04-28T21:18:24.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-04-28T21:18:24.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-04-28T21:18:24.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45732026-04-28T21:18:24.358Z
45742026-04-28T21:18:24.358Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45752026-04-28T21:18:24.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-04-28T21:18:24.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-04-28T21:18:25.087Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45782026-04-28T21:18:26.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45792026-04-28T21:18:26.169Z
45802026-04-28T21:18:26.169Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45812026-04-28T21:18:30.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-04-28T21:18:30.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-04-28T21:18:30.213Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45842026-04-28T21:18:30.213Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45852026-04-28T21:18:30.213Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45862026-04-28T21:18:30.213Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45872026-04-28T21:18:30.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45882026-04-28T21:18:30.213Z
45892026-04-28T21:18:30.213Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45902026-04-28T21:18:30.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-04-28T21:18:30.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-04-28T21:18:30.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45932026-04-28T21:18:30.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45942026-04-28T21:18:30.213Z
45952026-04-28T21:18:30.214Zinfo: running `cargo check --bins` on omicron-package (266/272)
45962026-04-28T21:18:30.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-04-28T21:18:30.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-04-28T21:18:30.242Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45992026-04-28T21:18:30.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46002026-04-28T21:18:30.299Z
46012026-04-28T21:18:30.299Zinfo: running `cargo check --bins` on tqdb (267/272)
46022026-04-28T21:18:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-04-28T21:18:30.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-04-28T21:18:31.079Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46052026-04-28T21:18:31.428Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46062026-04-28T21:18:31.939Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46072026-04-28T21:18:31.942Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46082026-04-28T21:18:37.506Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46092026-04-28T21:18:37.509Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46102026-04-28T21:18:38.079Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46112026-04-28T21:18:38.079Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46122026-04-28T21:18:38.082Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46132026-04-28T21:18:38.082Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46142026-04-28T21:18:38.853Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46152026-04-28T21:18:39.789Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46162026-04-28T21:18:40.537Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46172026-04-28T21:18:41.138Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46182026-04-28T21:18:45.261Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46192026-04-28T21:18:51.468Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46202026-04-28T21:18:51.471Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46212026-04-28T21:18:51.471Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46222026-04-28T21:18:51.472Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46232026-04-28T21:18:52.938Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46242026-04-28T21:18:54.266Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46252026-04-28T21:18:54.944Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46262026-04-28T21:18:56.182Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46272026-04-28T21:18:56.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.42s
46282026-04-28T21:18:56.949Z
46292026-04-28T21:18:56.949Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46302026-04-28T21:18:57.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-04-28T21:18:57.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-04-28T21:18:57.668Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46332026-04-28T21:18:57.668Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46342026-04-28T21:18:57.669Z Checking rtoolbox v0.0.3
46352026-04-28T21:18:57.678Z Checking tui-tree-widget v0.23.1
46362026-04-28T21:18:57.901Z Checking rpassword v7.4.0
46372026-04-28T21:18:58.896Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46382026-04-28T21:19:01.964Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46392026-04-28T21:19:03.673Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46402026-04-28T21:19:04.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
46412026-04-28T21:19:04.775Z
46422026-04-28T21:19:04.775Zinfo: running `cargo check --bins` on wicket (269/272)
46432026-04-28T21:19:05.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-04-28T21:19:05.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-04-28T21:19:05.459Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46462026-04-28T21:19:05.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46472026-04-28T21:19:06.009Z
46482026-04-28T21:19:06.009Zinfo: running `cargo check --bins` on wicketd (270/272)
46492026-04-28T21:19:06.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-04-28T21:19:06.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-04-28T21:19:06.720Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46522026-04-28T21:19:06.723Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46532026-04-28T21:19:06.723Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46542026-04-28T21:19:06.724Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46552026-04-28T21:19:07.699Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46562026-04-28T21:19:08.276Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46572026-04-28T21:19:11.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46582026-04-28T21:19:11.415Z
46592026-04-28T21:19:11.415Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46602026-04-28T21:19:11.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-04-28T21:19:11.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-04-28T21:19:11.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46632026-04-28T21:19:11.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46642026-04-28T21:19:11.993Z
46652026-04-28T21:19:11.993Zinfo: running `cargo check --bins` on zone-setup (272/272)
46662026-04-28T21:19:12.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-04-28T21:19:12.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-04-28T21:19:12.657Z Checking uzers v0.12.2
46692026-04-28T21:19:12.928Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46702026-04-28T21:19:13.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46712026-04-28T21:19:13.888Z
46722026-04-28T21:19:13.888Zreal 14:05.688907125
46732026-04-28T21:19:13.888Zuser 20:31.022709719
46742026-04-28T21:19:13.888Zsys 4:12.666315509
46752026-04-28T21:19:13.888Ztrap 0.328343559
46762026-04-28T21:19:13.888Ztflt 0.324139971
46772026-04-28T21:19:13.888Zdflt 0.798605207
46782026-04-28T21:19:13.888Zkflt 0.001571729
46792026-04-28T21:19:13.888Zlock 1:17:18.323183218
46802026-04-28T21:19:13.888Zslp 1:38:03.408614481
46812026-04-28T21:19:13.891Zlat 57.911097809
46822026-04-28T21:19:13.891Zstop 3:32.680659736
46832026-04-28T21:19:13.891Zprocess exited: duration 1063290 ms, exit code 0
 
46842026-04-28T21:19:13.897Zfound 0 output files