01KMPJETC912GFY2YBJRY1S467: 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: 01KMPJF500YGCHDEDT5D1PPXBQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T02:38:38.388Zjob assigned to worker 01KMPJFMAQZRANPB2PF5RRE75X [factory aws, i-00995bff26a350ceb] (queued for 56 s)
 
22026-03-27T02:38:45.517Zstarting task 0: "setup"
32026-03-27T02:38:45.521Z++ uname -s
42026-03-27T02:38:45.524Z+ kern=SunOS
52026-03-27T02:38:45.524Z+ build_user=build
62026-03-27T02:38:45.524Z+ build_uid=12345
72026-03-27T02:38:45.525Z+ work_dir=/work
82026-03-27T02:38:45.525Z+ input_dir=/input
92026-03-27T02:38:45.525Z+ [[ 0 == 12345 ]]
102026-03-27T02:38:45.525Z+ case "$kern" in
112026-03-27T02:38:45.525Z+ groupadd -g 12345 build
122026-03-27T02:38:45.525Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T02:38:47.532Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T02:38:47.642Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T02:38:47.645Z+ home_fs=zfs
162026-03-27T02:38:47.645Z+ [[ zfs == autofs ]]
172026-03-27T02:38:47.645Z+ mkdir -p /home/build
182026-03-27T02:38:47.645Z+ chown build:build /home/build /work
192026-03-27T02:38:49.646Z+ chmod 0700 /home/build /work
202026-03-27T02:38:49.649Zprocess exited: duration 4133 ms, exit code 0
 
212026-03-27T02:38:49.655Zstarting task 1: "rust-toolchain"
222026-03-27T02:38:49.659Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-27T02:38:49.659Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T02:38:49.659Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-27T02:38:49.659Z * rust toolchain channel = "1.94.0"
262026-03-27T02:38:49.660Z * rust toolchain profile = "default"
272026-03-27T02:38:49.660Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T02:38:49.663Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T02:38:49.663Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-27T02:38:49.782Zinfo: downloading installer
312026-03-27T02:38:51.501Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T02:38:51.501Zwarn: /opt/ooce/bin
332026-03-27T02:38:51.501Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T02:38:51.501Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T02:38:51.501Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T02:38:51.501Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T02:38:51.502Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T02:38:51.502Zerror: cannot install while Rust is installed
392026-03-27T02:38:51.502Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T02:38:51.502Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T02:38:51.502Zwarn: /home/build/.rustup/settings.toml
422026-03-27T02:38:51.502Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T02:38:51.502Zwarn: instead of the one inferred from the default host triple.
442026-03-27T02:38:51.515Zinfo: profile set to default
452026-03-27T02:38:51.515Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T02:38:51.518Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-27T02:38:51.658Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-27T02:38:51.661Zinfo: downloading 6 components
492026-03-27T02:39:06.013Z
502026-03-27T02:39:06.013Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-27T02:39:06.045Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-27T02:39:06.045Z
532026-03-27T02:39:06.045Z
542026-03-27T02:39:06.045ZRust is installed now. Great!
552026-03-27T02:39:06.045Z
562026-03-27T02:39:06.048ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T02:39:06.048Zenvironment variable. This has not been done automatically.
582026-03-27T02:39:06.048Z
592026-03-27T02:39:06.048ZTo configure your current shell, you need to source
602026-03-27T02:39:06.048Zthe corresponding env file under $HOME/.cargo.
612026-03-27T02:39:06.048Z
622026-03-27T02:39:06.048ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T02:39:06.048Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T02:39:06.048Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T02:39:06.048Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T02:39:06.049Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T02:39:06.049Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T02:39:06.049Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T02:39:06.049Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T02:39:06.049Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T02:39:06.132Z+ rustup --version
722026-03-27T02:39:06.141Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T02:39:06.144Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T02:39:06.162Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-27T02:39:06.165Z+ cargo --version
762026-03-27T02:39:06.177Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-27T02:39:06.180Z+ rustc --version
782026-03-27T02:39:06.199Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-27T02:39:06.202Zprocess exited: duration 16545 ms, exit code 0
 
802026-03-27T02:39:06.208Zstarting task 2: "authentication"
812026-03-27T02:39:06.224Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T02:39:06.229Zstarting task 3: "clone repository"
832026-03-27T02:39:06.233Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-27T02:39:06.235Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-27T02:39:06.282ZCloning into '/work/oxidecomputer/omicron'...
862026-03-27T02:39:15.948Z+ cd /work/oxidecomputer/omicron
872026-03-27T02:39:15.951Z+ git fetch origin bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
882026-03-27T02:39:16.242ZFrom https://github.com/oxidecomputer/omicron
892026-03-27T02:39:16.242Z * branch bcbbf9bb6ddb4826ac55c1842b43980570b26fe8 -> FETCH_HEAD
902026-03-27T02:39:16.251Z+ [[ -n jmcarp/clickhouse-profile ]]
912026-03-27T02:39:16.254Z++ git branch --show-current
922026-03-27T02:39:16.254Z+ current=main
932026-03-27T02:39:16.254Z+ [[ main != jmcarp/clickhouse-profile ]]
942026-03-27T02:39:16.254Z+ git branch -f jmcarp/clickhouse-profile bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
952026-03-27T02:39:16.256Z+ git checkout -f jmcarp/clickhouse-profile
962026-03-27T02:39:16.494ZSwitched to branch 'jmcarp/clickhouse-profile'
972026-03-27T02:39:16.497Z+ git reset --hard bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
982026-03-27T02:39:16.738ZHEAD is now at bcbbf9bb6 Capture clickhouse profile events in query summaries.
992026-03-27T02:39:16.741Zprocess exited: duration 10509 ms, exit code 0
 
1002026-03-27T02:39:16.747Zstarting task 4: "build"
1012026-03-27T02:39:16.752Z+ source .github/buildomat/ci-env.sh
1022026-03-27T02:39:16.755Z++ export CARGO_TERM_COLOR=always
1032026-03-27T02:39:16.755Z++ CARGO_TERM_COLOR=always
1042026-03-27T02:39:16.755Z+ cargo --version
1052026-03-27T02:39:16.763Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-27T02:39:16.765Z+ rustc --version
1072026-03-27T02:39:16.785Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-27T02:39:16.787Z+ source ./env.sh
1092026-03-27T02:39:16.787Z++ OLD_SHELL_OPTS=ehxB
1102026-03-27T02:39:16.787Z++ set -o xtrace
1112026-03-27T02:39:16.790Z++++ dirname ./env.sh
1122026-03-27T02:39:16.790Z+++ readlink -f .
1132026-03-27T02:39:16.793Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ 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-03-27T02:39:16.793Z++ case $OLD_SHELL_OPTS in
1232026-03-27T02:39:16.793Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-27T02:39:16.793Z+ 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-03-27T02:39:16.793Z+ 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-03-27T02:39:16.793Z+ banner prerequisites
1272026-03-27T02:39:16.796Z
1282026-03-27T02:39:16.796Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-27T02:39:16.797Z # # # # # # # # # # # # # # #
1302026-03-27T02:39:16.797Z # # # # ##### # # ##### # # # # # #### #
1312026-03-27T02:39:16.797Z ##### ##### # ##### # # # # # # # # #
1322026-03-27T02:39:16.797Z # # # # # # # # # # # # # # #
1332026-03-27T02:39:16.797Z # # # ###### # # ###### ### # #### # #### #
1342026-03-27T02:39:16.797Z
1352026-03-27T02:39:16.797Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-27T02:39:24.850Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-27T02:39:31.705Z Startup: Caching catalogs ... Done
1382026-03-27T02:39:35.520ZPlanning: Solver setup ... Done (2.460s)
1392026-03-27T02:39:35.536ZPlanning: Running solver ... Done (0.016s)
1402026-03-27T02:39:35.649ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-27T02:39:35.660ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-27T02:39:35.751ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-27T02:39:35.782ZPlanning: Package planning ... Done (0.031s)
1442026-03-27T02:39:35.810ZPlanning: Merging actions ... Done (0.027s)
1452026-03-27T02:39:35.991ZPlanning: Checking for conflicting actions ... Done (0.181s)
1462026-03-27T02:39:35.998ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-27T02:39:36.711ZPlanning: Evaluating mediators ... Done (0.713s)
1482026-03-27T02:39:36.717ZPlanning: Planning completed in 4.86 seconds
1492026-03-27T02:39:36.728Z Packages to install: 4
1502026-03-27T02:39:36.731Z Mediators to change: 2
1512026-03-27T02:39:36.731Z Services to change: 1
1522026-03-27T02:39:36.731Z Estimated space available: 155.35 GB
1532026-03-27T02:39:36.731ZEstimated space to be consumed: 1.83 GB
1542026-03-27T02:39:36.731Z Create boot environment: No
1552026-03-27T02:39:36.731ZCreate backup boot environment: No
1562026-03-27T02:39:36.731Z Rebuild boot archive: No
1572026-03-27T02:39:36.731Z
1582026-03-27T02:39:36.731ZChanged mediators:
1592026-03-27T02:39:36.731Z mediator clang:
1602026-03-27T02:39:36.731Z version: None -> 15 (system default)
1612026-03-27T02:39:36.731Z
1622026-03-27T02:39:36.731Z mediator llvm:
1632026-03-27T02:39:36.731Z version: 14 (system default) -> 15 (system default)
1642026-03-27T02:39:36.731Z
1652026-03-27T02:39:36.731ZChanged packages:
1662026-03-27T02:39:36.731Zhelios-dev
1672026-03-27T02:39:36.731Z developer/build-essential
1682026-03-27T02:39:36.731Z None -> 11-2.0
1692026-03-27T02:39:36.731Z library/libxmlsec1
1702026-03-27T02:39:36.731Z None -> 1.2.35-2.0
1712026-03-27T02:39:36.731Z ooce/developer/clang-15
1722026-03-27T02:39:36.731Z None -> 15.0.7-2.0
1732026-03-27T02:39:36.731Z ooce/developer/llvm-15
1742026-03-27T02:39:36.731Z None -> 15.0.7-2.0
1752026-03-27T02:39:36.731Z
1762026-03-27T02:39:36.731ZServices:
1772026-03-27T02:39:36.731Z restart_fmri:
1782026-03-27T02:39:36.731Z svc:/system/update-man-index:default
1792026-03-27T02:39:36.768Z
1802026-03-27T02:39:36.768ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-27T02:39:44.718ZDownload: 212/3290 items 1.3/212.6MB 0% complete (2.0M/s)
1822026-03-27T02:39:49.724ZDownload: 1807/3290 items 116.9/212.6MB 54% complete (12.3M/s)
1832026-03-27T02:39:55.298ZDownload: 3241/3290 items 198.7/212.6MB 93% complete (20.9M/s)
1842026-03-27T02:40:01.087ZDownload: 3284/3290 items 210.8/212.6MB 99% complete (9.3M/s)
1852026-03-27T02:40:01.120ZDownload: Completed 212.60 MB in 24.35 seconds (8.7M/s)
1862026-03-27T02:40:01.259Z Actions: 1/3689 actions (Installing new actions)
1872026-03-27T02:40:04.437Z Actions: Completed 3689 actions in 3.18 seconds.
1882026-03-27T02:40:05.048Z Done (0.607s)
1892026-03-27T02:40:05.048Z Done (0.000s)
1902026-03-27T02:40:05.731Z Done (0.683s)
1912026-03-27T02:40:08.608Z Done (2.550s)
1922026-03-27T02:40:08.682Z Done (0.012s)
1932026-03-27T02:40:08.685Z Done (0.000s)
1942026-03-27T02:40:08.986Z Done (0.000s)
1952026-03-27T02:40:09.790ZPlanning: Evaluating mediator changes ... Done
1962026-03-27T02:40:09.896ZPlanning: Checking for conflicting actions ... Done
1972026-03-27T02:40:09.899ZPlanning: Consolidating action changes ... Done
1982026-03-27T02:40:10.055ZPlanning: Evaluating mediators ... Done
1992026-03-27T02:40:10.058ZPlanning: Planning completed in 0.27 seconds
2002026-03-27T02:40:10.076Z Mediators to change: 2
2012026-03-27T02:40:10.076Z Create boot environment: No
2022026-03-27T02:40:10.076ZCreate backup boot environment: No
2032026-03-27T02:40:10.143Z Done
2042026-03-27T02:40:10.143Z Done
2052026-03-27T02:40:10.733Z Done
2062026-03-27T02:40:13.198Z Done
2072026-03-27T02:40:13.270Z Done
2082026-03-27T02:40:13.270Z Done
2092026-03-27T02:40:13.414Z Done
2102026-03-27T02:40:13.808ZPlanning: Evaluating mediator changes ... Done
2112026-03-27T02:40:13.811ZPlanning: Merging actions ... Done
2122026-03-27T02:40:13.950ZPlanning: Checking for conflicting actions ... Done
2132026-03-27T02:40:13.953ZPlanning: Consolidating action changes ... Done
2142026-03-27T02:40:14.089ZPlanning: Evaluating mediators ... Done
2152026-03-27T02:40:14.118ZPlanning: Planning completed in 0.45 seconds
2162026-03-27T02:40:14.140Z Packages to change: 1
2172026-03-27T02:40:14.140Z Mediators to change: 1
2182026-03-27T02:40:14.140Z Services to change: 1
2192026-03-27T02:40:14.140Z Create boot environment: No
2202026-03-27T02:40:14.140ZCreate backup boot environment: Yes
2212026-03-27T02:40:16.471Z Actions: 1/6 actions (Updating modified actions)
2222026-03-27T02:40:16.474Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-27T02:40:16.475Z Done
2242026-03-27T02:40:16.475Z Done
2252026-03-27T02:40:16.609Z Done
2262026-03-27T02:40:19.043Z Done
2272026-03-27T02:40:19.113Z Done
2282026-03-27T02:40:19.116Z Done
2292026-03-27T02:40:19.271Z Done
2302026-03-27T02:40:19.554ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-27T02:40:19.554Zclang system 15 system
2322026-03-27T02:40:19.554Zcsh system system illumos
2332026-03-27T02:40:19.554Zctags system system illumos
2342026-03-27T02:40:19.554Zfile system system illumos
2352026-03-27T02:40:19.554Zgcc vendor 12 vendor
2362026-03-27T02:40:19.554Zgcc system 14 system
2372026-03-27T02:40:19.554Zgcc system 10 system
2382026-03-27T02:40:19.554Zgo system 1.20 system
2392026-03-27T02:40:19.555Zgo system 1.19 system
2402026-03-27T02:40:19.555Zllvm system 15 system
2412026-03-27T02:40:19.555Zllvm system 14 system
2422026-03-27T02:40:19.555Zmariadb system 10.6 system
2432026-03-27T02:40:19.555Zmta vendor vendor dma
2442026-03-27T02:40:19.555Zopenjdk system 17 system
2452026-03-27T02:40:19.555Zopenjdk system 11 system
2462026-03-27T02:40:19.555Zopenjdk system 1.8 system
2472026-03-27T02:40:19.555Zopenssl vendor 3 vendor
2482026-03-27T02:40:19.555Zperl system 5.36 system
2492026-03-27T02:40:19.555Zpostgresql system 15 system
2502026-03-27T02:40:19.555Zpostgresql system 13 system
2512026-03-27T02:40:19.555Zpython vendor 3 vendor
2522026-03-27T02:40:19.555Zpython system 2 system
2532026-03-27T02:40:19.555Zpython3 system 3.11 system
2542026-03-27T02:40:19.555Zruby system 3.0 system
2552026-03-27T02:40:19.555Zwords vendor vendor american-english
2562026-03-27T02:40:19.555Zwords system system australian-english
2572026-03-27T02:40:19.555Zwords system system british-english
2582026-03-27T02:40:19.555Zwords system system canadian-english
2592026-03-27T02:40:19.555Zwords system system french
2602026-03-27T02:40:19.555Zwords system system italian
2612026-03-27T02:40:19.555Zwords system system ngerman
2622026-03-27T02:40:19.555Zwords system system ogerman
2632026-03-27T02:40:19.555Zwords system system spanish
2642026-03-27T02:40:20.780ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-27T02:40:20.780Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-27T02:40:24.031ZFMRI IFO
2672026-03-27T02:40:24.031Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-27T02:40:24.031Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-27T02:40:24.031Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-27T02:40:24.031Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-27T02:40:24.031Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-27T02:40:24.031Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-27T02:40:24.031Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-27T02:40:24.031Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-27T02:40:24.031Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-27T02:40:24.031Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-27T02:40:24.031Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-27T02:40:24.031Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-27T02:40:24.031Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-27T02:40:24.031Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-27T02:40:24.031Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-27T02:40:24.031Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-27T02:40:25.098Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-27T02:40:25.355Z Updating crates.io index
2852026-03-27T02:40:25.358Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-27T02:40:25.601Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-27T02:40:26.398Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-27T02:40:26.798Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-27T02:40:27.620Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-27T02:40:28.186Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-27T02:40:29.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-27T02:40:30.990Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-27T02:40:31.789Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-27T02:40:32.078Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-27T02:40:33.005Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-27T02:40:33.272Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-27T02:40:33.707Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-27T02:40:34.064Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-27T02:40:35.037Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-27T02:40:35.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-27T02:40:36.049Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-27T02:40:36.431Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-27T02:40:36.713Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-27T02:40:37.086Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-27T02:40:37.326Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-27T02:40:37.595Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-27T02:40:38.086Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-27T02:40:38.846Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-27T02:40:39.244Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-27T02:40:39.658Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-27T02:40:39.942Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-27T02:40:40.327Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-03-27T02:40:41.630Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-27T02:40:42.046Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-03-27T02:40:42.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-03-27T02:40:42.821Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-03-27T02:40:43.177Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-03-27T02:40:43.527Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-03-27T02:40:44.084Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-03-27T02:40:44.331Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-03-27T02:40:44.606Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-03-27T02:40:44.842Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-03-27T02:40:45.175Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-03-27T02:40:57.411Z Downloading crates ...
3252026-03-27T02:40:57.473Z Downloaded anyhow v1.0.102
3262026-03-27T02:40:57.476Z Downloaded block-buffer v0.10.4
3272026-03-27T02:40:57.479Z Downloaded cargo-platform v0.2.0
3282026-03-27T02:40:57.482Z Downloaded anstyle-query v1.1.5
3292026-03-27T02:40:57.485Z Downloaded cargo_metadata v0.21.0
3302026-03-27T02:40:57.485Z Downloaded anstream v0.6.21
3312026-03-27T02:40:57.488Z Downloaded bytecount v0.6.9
3322026-03-27T02:40:57.488Z Downloaded stable_deref_trait v1.2.1
3332026-03-27T02:40:57.488Z Downloaded toml_datetime v0.6.11
3342026-03-27T02:40:57.493Z Downloaded byteorder v1.5.0
3352026-03-27T02:40:57.496Z Downloaded anstyle-parse v0.2.7
3362026-03-27T02:40:57.496Z Downloaded autocfg v1.5.0
3372026-03-27T02:40:57.499Z Downloaded anstyle v1.0.13
3382026-03-27T02:40:57.499Z Downloaded zerovec-derive v0.11.2
3392026-03-27T02:40:57.502Z Downloaded camino-tempfile v1.4.1
3402026-03-27T02:40:57.502Z Downloaded thiserror-impl v1.0.69
3412026-03-27T02:40:57.505Z Downloaded icu_provider v2.1.1
3422026-03-27T02:40:57.505Z Downloaded bitflags v2.11.0
3432026-03-27T02:40:57.508Z Downloaded cargo-util-schemas v0.8.2
3442026-03-27T02:40:57.509Z Downloaded camino v1.2.2
3452026-03-27T02:40:57.511Z Downloaded toml_write v0.1.2
3462026-03-27T02:40:57.512Z Downloaded goblin v0.8.2
3472026-03-27T02:40:57.517Z Downloaded yoke-derive v0.8.1
3482026-03-27T02:40:57.519Z Downloaded serde_spanned v0.6.9
3492026-03-27T02:40:57.520Z Downloaded usdt-attr-macro v0.5.0
3502026-03-27T02:40:57.520Z Downloaded thread-id v4.2.2
3512026-03-27T02:40:57.520Z Downloaded fnv v1.0.7
3522026-03-27T02:40:57.523Z Downloaded unicode-linebreak v0.1.5
3532026-03-27T02:40:57.523Z Downloaded smallvec v1.15.1
3542026-03-27T02:40:57.526Z Downloaded clap_derive v4.5.55
3552026-03-27T02:40:57.526Z Downloaded serde-value v0.7.0
3562026-03-27T02:40:57.529Z Downloaded crypto-common v0.1.7
3572026-03-27T02:40:57.529Z Downloaded usdt v0.5.0
3582026-03-27T02:40:57.529Z Downloaded typeid v1.0.3
3592026-03-27T02:40:57.533Z Downloaded zerofrom-derive v0.1.6
3602026-03-27T02:40:57.536Z Downloaded version_check v0.9.5
3612026-03-27T02:40:57.536Z Downloaded macaddr v1.0.1
3622026-03-27T02:40:57.536Z Downloaded is_terminal_polyfill v1.70.2
3632026-03-27T02:40:57.536Z Downloaded clap_lex v1.0.0
3642026-03-27T02:40:57.539Z Downloaded cfg-if v1.0.4
3652026-03-27T02:40:57.539Z Downloaded pretty-hex v0.4.1
3662026-03-27T02:40:57.539Z Downloaded heck v0.5.0
3672026-03-27T02:40:57.542Z Downloaded usdt-macro v0.5.0
3682026-03-27T02:40:57.545Z Downloaded unicode-xid v0.2.6
3692026-03-27T02:40:57.545Z Downloaded zmij v1.0.21
3702026-03-27T02:40:57.545Z Downloaded utf8parse v0.2.2
3712026-03-27T02:40:57.545Z Downloaded percent-encoding v2.3.2
3722026-03-27T02:40:57.548Z Downloaded memmap v0.7.0
3732026-03-27T02:40:57.548Z Downloaded form_urlencoded v1.2.2
3742026-03-27T02:40:57.548Z Downloaded fastrand v2.3.0
3752026-03-27T02:40:57.551Z Downloaded utf8_iter v1.0.4
3762026-03-27T02:40:57.554Z Downloaded zerofrom v0.1.6
3772026-03-27T02:40:57.554Z Downloaded erased-serde v0.4.9
3782026-03-27T02:40:57.554Z Downloaded digest v0.10.7
3792026-03-27T02:40:57.557Z Downloaded idna_adapter v1.2.1
3802026-03-27T02:40:57.560Z Downloaded terminal_size v0.4.3
3812026-03-27T02:40:57.560Z Downloaded strsim v0.11.1
3822026-03-27T02:40:57.561Z Downloaded heck v0.4.1
3832026-03-27T02:40:57.561Z Downloaded zerotrie v0.2.3
3842026-03-27T02:40:57.565Z Downloaded yoke v0.8.1
3852026-03-27T02:40:57.565Z Downloaded plain v0.2.3
3862026-03-27T02:40:57.565Z Downloaded itoa v1.0.17
3872026-03-27T02:40:57.565Z Downloaded equivalent v1.0.2
3882026-03-27T02:40:57.567Z Downloaded tinystr v0.8.2
3892026-03-27T02:40:57.568Z Downloaded thiserror v1.0.69
3902026-03-27T02:40:57.570Z Downloaded zerocopy-derive v0.7.35
3912026-03-27T02:40:57.573Z Downloaded ucd-trie v0.1.7
3922026-03-27T02:40:57.573Z Downloaded toml v0.8.23
3932026-03-27T02:40:57.573Z Downloaded potential_utf v0.1.4
3942026-03-27T02:40:57.576Z Downloaded cpufeatures v0.2.17
3952026-03-27T02:40:57.576Z Downloaded usdt-impl v0.5.0
3962026-03-27T02:40:57.579Z Downloaded thiserror v2.0.18
3972026-03-27T02:40:57.580Z Downloaded tabled_derive v0.7.0
3982026-03-27T02:40:57.584Z Downloaded cargo_toml v0.21.0
3992026-03-27T02:40:57.587Z Downloaded writeable v0.6.2
4002026-03-27T02:40:57.587Z Downloaded litemap v0.8.1
4012026-03-27T02:40:57.587Z Downloaded generic-array v0.14.7
4022026-03-27T02:40:57.590Z Downloaded thiserror-impl v2.0.18
4032026-03-27T02:40:57.592Z Downloaded scroll_derive v0.12.1
4042026-03-27T02:40:57.593Z Downloaded ordered-float v2.10.1
4052026-03-27T02:40:57.593Z Downloaded swrite v0.1.0
4062026-03-27T02:40:57.593Z Downloaded smawk v0.3.2
4072026-03-27T02:40:57.596Z Downloaded zerovec v0.11.5
4082026-03-27T02:40:57.598Z Downloaded unicode-ident v1.0.24
4092026-03-27T02:40:57.598Z Downloaded errno v0.3.14
4102026-03-27T02:40:57.601Z Downloaded typenum v1.19.0
4112026-03-27T02:40:57.601Z Downloaded colorchoice v1.0.4
4122026-03-27T02:40:57.601Z Downloaded proc-macro-error-attr v1.0.4
4132026-03-27T02:40:57.606Z Downloaded textwrap v0.16.2
4142026-03-27T02:40:57.609Z Downloaded toml_edit v0.22.27
4152026-03-27T02:40:57.612Z Downloaded url v2.5.8
4162026-03-27T02:40:57.612Z Downloaded serde_tokenstream v0.2.3
4172026-03-27T02:40:57.615Z Downloaded sha2 v0.10.9
4182026-03-27T02:40:57.615Z Downloaded fs-err v3.3.0
4192026-03-27T02:40:57.615Z Downloaded synstructure v0.13.2
4202026-03-27T02:40:57.618Z Downloaded dtrace-parser v0.2.0
4212026-03-27T02:40:57.621Z Downloaded displaydoc v0.2.5
4222026-03-27T02:40:57.624Z Downloaded semver v1.0.27
4232026-03-27T02:40:57.627Z Downloaded zerocopy v0.7.35
4242026-03-27T02:40:57.634Z Downloaded log v0.4.29
4252026-03-27T02:40:57.637Z Downloaded winnow v0.7.14
4262026-03-27T02:40:57.640Z Downloaded scroll v0.12.0
4272026-03-27T02:40:57.643Z Downloaded proc-macro-error v1.0.4
4282026-03-27T02:40:57.643Z Downloaded quote v1.0.44
4292026-03-27T02:40:57.646Z Downloaded dof v0.3.0
4302026-03-27T02:40:57.649Z Downloaded unicode-width v0.2.0
4312026-03-27T02:40:57.653Z Downloaded unicode-width v0.1.14
4322026-03-27T02:40:57.655Z Downloaded serde-untagged v0.1.9
4332026-03-27T02:40:57.659Z Downloaded pest_derive v2.8.6
4342026-03-27T02:40:57.676Z Downloaded tempfile v3.25.0
4352026-03-27T02:40:57.680Z Downloaded once_cell v1.21.3
4362026-03-27T02:40:57.680Z Downloaded pest_generator v2.8.6
4372026-03-27T02:40:57.683Z Downloaded num-traits v0.2.19
4382026-03-27T02:40:57.686Z Downloaded getrandom v0.4.1
4392026-03-27T02:40:57.689Z Downloaded serde_core v1.0.228
4402026-03-27T02:40:57.692Z Downloaded icu_locale_core v2.1.1
4412026-03-27T02:40:57.695Z Downloaded papergrid v0.11.0
4422026-03-27T02:40:57.698Z Downloaded clap v4.5.60
4432026-03-27T02:40:57.701Z Downloaded serde_derive v1.0.228
4442026-03-27T02:40:57.704Z Downloaded proc-macro2 v1.0.106
4452026-03-27T02:40:57.707Z Downloaded icu_normalizer v2.1.1
4462026-03-27T02:40:57.716Z Downloaded pest_meta v2.8.6
4472026-03-27T02:40:57.718Z Downloaded icu_normalizer_data v2.1.1
4482026-03-27T02:40:57.723Z Downloaded serde v1.0.228
4492026-03-27T02:40:57.726Z Downloaded indexmap v2.13.0
4502026-03-27T02:40:57.729Z Downloaded icu_properties v2.1.2
4512026-03-27T02:40:57.731Z Downloaded memchr v2.8.0
4522026-03-27T02:40:57.735Z Downloaded icu_collections v2.1.1
4532026-03-27T02:40:57.741Z Downloaded serde_json v1.0.149
4542026-03-27T02:40:57.750Z Downloaded pest v2.8.6
4552026-03-27T02:40:57.760Z Downloaded idna v1.1.0
4562026-03-27T02:40:57.763Z Downloaded hashbrown v0.16.1
4572026-03-27T02:40:57.769Z Downloaded clap_builder v4.5.60
4582026-03-27T02:40:57.778Z Downloaded icu_properties_data v2.1.2
4592026-03-27T02:40:57.793Z Downloaded tabled v0.15.0
4602026-03-27T02:40:57.801Z Downloaded syn v1.0.109
4612026-03-27T02:40:57.814Z Downloaded syn v2.0.117
4622026-03-27T02:40:57.819Z Downloaded rustix v1.1.3
4632026-03-27T02:40:57.847Z Downloaded libc v0.2.180
4642026-03-27T02:40:57.913Z Compiling proc-macro2 v1.0.106
4652026-03-27T02:40:57.913Z Compiling unicode-ident v1.0.24
4662026-03-27T02:40:57.916Z Compiling quote v1.0.44
4672026-03-27T02:40:57.916Z Compiling serde_core v1.0.228
4682026-03-27T02:40:57.916Z Compiling libc v0.2.180
4692026-03-27T02:40:57.916Z Compiling version_check v0.9.5
4702026-03-27T02:40:57.916Z Compiling serde v1.0.228
4712026-03-27T02:40:57.916Z Compiling memchr v2.8.0
4722026-03-27T02:40:58.250Z Compiling stable_deref_trait v1.2.1
4732026-03-27T02:40:58.325Z Compiling zmij v1.0.21
4742026-03-27T02:40:58.492Z Compiling autocfg v1.5.0
4752026-03-27T02:40:58.495Z Compiling itoa v1.0.17
4762026-03-27T02:40:58.495Z Compiling thiserror v1.0.69
4772026-03-27T02:40:58.794Z Compiling ucd-trie v0.1.7
4782026-03-27T02:40:58.931Z Compiling litemap v0.8.1
4792026-03-27T02:40:58.958Z Compiling pest v2.8.6
4802026-03-27T02:40:58.965Z Compiling writeable v0.6.2
4812026-03-27T02:40:59.010Z Compiling rustix v1.1.3
4822026-03-27T02:40:59.064Z Compiling icu_properties_data v2.1.2
4832026-03-27T02:40:59.179Z Compiling icu_normalizer_data v2.1.1
4842026-03-27T02:40:59.374Z Compiling byteorder v1.5.0
4852026-03-27T02:40:59.474Z Compiling syn v2.0.117
4862026-03-27T02:40:59.581Z Compiling errno v0.3.14
4872026-03-27T02:40:59.600Z Compiling bitflags v2.11.0
4882026-03-27T02:40:59.618Z Compiling serde_json v1.0.149
4892026-03-27T02:40:59.828Z Compiling num-traits v0.2.19
4902026-03-27T02:40:59.845Z Compiling hashbrown v0.16.1
4912026-03-27T02:40:59.863Z Compiling smallvec v1.15.1
4922026-03-27T02:41:00.083Z Compiling pest_meta v2.8.6
4932026-03-27T02:41:00.231Z Compiling typeid v1.0.3
4942026-03-27T02:41:00.269Z Compiling equivalent v1.0.2
4952026-03-27T02:41:00.370Z Compiling indexmap v2.13.0
4962026-03-27T02:41:00.477Z Compiling thread-id v4.2.2
4972026-03-27T02:41:00.552Z Compiling proc-macro-error-attr v1.0.4
4982026-03-27T02:41:00.571Z Compiling usdt-impl v0.5.0
4992026-03-27T02:41:00.608Z Compiling winnow v0.7.14
5002026-03-27T02:41:00.738Z Compiling toml_write v0.1.2
5012026-03-27T02:41:00.780Z Compiling erased-serde v0.4.9
5022026-03-27T02:41:00.934Z Compiling syn v1.0.109
5032026-03-27T02:41:01.180Z Compiling proc-macro-error v1.0.4
5042026-03-27T02:41:01.286Z Compiling camino v1.2.2
5052026-03-27T02:41:01.367Z Compiling thiserror v2.0.18
5062026-03-27T02:41:01.597Z Compiling plain v0.2.3
5072026-03-27T02:41:01.632Z Compiling log v0.4.29
5082026-03-27T02:41:01.695Z Compiling percent-encoding v2.3.2
5092026-03-27T02:41:01.713Z Compiling utf8_iter v1.0.4
5102026-03-27T02:41:01.757Z Compiling utf8parse v0.2.2
5112026-03-27T02:41:01.833Z Compiling getrandom v0.4.1
5122026-03-27T02:41:01.874Z Compiling anstyle-parse v0.2.7
5132026-03-27T02:41:01.892Z Compiling form_urlencoded v1.2.2
5142026-03-27T02:41:01.975Z Compiling ordered-float v2.10.1
5152026-03-27T02:41:02.094Z Compiling synstructure v0.13.2
5162026-03-27T02:41:02.112Z Compiling pest_generator v2.8.6
5172026-03-27T02:41:02.198Z Compiling terminal_size v0.4.3
5182026-03-27T02:41:02.345Z Compiling pretty-hex v0.4.1
5192026-03-27T02:41:02.455Z Compiling cfg-if v1.0.4
5202026-03-27T02:41:02.492Z Compiling anstyle v1.0.13
5212026-03-27T02:41:02.532Z Compiling anstyle-query v1.1.5
5222026-03-27T02:41:02.550Z Compiling is_terminal_polyfill v1.70.2
5232026-03-27T02:41:02.584Z Compiling colorchoice v1.0.4
5242026-03-27T02:41:02.666Z Compiling serde-untagged v0.1.9
5252026-03-27T02:41:02.705Z Compiling anstream v0.6.21
5262026-03-27T02:41:02.790Z Compiling semver v1.0.27
5272026-03-27T02:41:02.827Z Compiling fs-err v3.3.0
5282026-03-27T02:41:02.907Z Compiling bytecount v0.6.9
5292026-03-27T02:41:03.005Z Compiling strsim v0.11.1
5302026-03-27T02:41:03.024Z Compiling unicode-xid v0.2.6
5312026-03-27T02:41:03.048Z Compiling fastrand v2.3.0
5322026-03-27T02:41:03.091Z Compiling heck v0.4.1
5332026-03-27T02:41:03.115Z Compiling heck v0.5.0
5342026-03-27T02:41:03.149Z Compiling anyhow v1.0.102
5352026-03-27T02:41:03.325Z Compiling unicode-width v0.1.14
5362026-03-27T02:41:03.349Z Compiling fnv v1.0.7
5372026-03-27T02:41:03.367Z Compiling once_cell v1.21.3
5382026-03-27T02:41:03.453Z Compiling clap_lex v1.0.0
5392026-03-27T02:41:03.583Z Compiling papergrid v0.11.0
5402026-03-27T02:41:03.600Z Compiling tempfile v3.25.0
5412026-03-27T02:41:03.618Z Compiling clap_builder v4.5.60
5422026-03-27T02:41:03.707Z Compiling memmap v0.7.0
5432026-03-27T02:41:03.743Z Compiling serde_derive v1.0.228
5442026-03-27T02:41:03.791Z Compiling zerofrom-derive v0.1.6
5452026-03-27T02:41:03.886Z Compiling yoke-derive v0.8.1
5462026-03-27T02:41:03.974Z Compiling zerovec-derive v0.11.2
5472026-03-27T02:41:04.087Z Compiling displaydoc v0.2.5
5482026-03-27T02:41:04.888Z Compiling thiserror-impl v1.0.69
5492026-03-27T02:41:05.054Z Compiling zerocopy-derive v0.7.35
5502026-03-27T02:41:05.057Z Compiling pest_derive v2.8.6
5512026-03-27T02:41:05.102Z Compiling scroll_derive v0.12.1
5522026-03-27T02:41:05.210Z Compiling zerofrom v0.1.6
5532026-03-27T02:41:05.343Z Compiling yoke v0.8.1
5542026-03-27T02:41:05.494Z Compiling thiserror-impl v2.0.18
5552026-03-27T02:41:05.547Z Compiling zerovec v0.11.5
5562026-03-27T02:41:05.762Z Compiling zerotrie v0.2.3
5572026-03-27T02:41:05.911Z Compiling zerocopy v0.7.35
5582026-03-27T02:41:06.056Z Compiling tinystr v0.8.2
5592026-03-27T02:41:06.075Z Compiling potential_utf v0.1.4
5602026-03-27T02:41:06.244Z Compiling icu_locale_core v2.1.1
5612026-03-27T02:41:06.262Z Compiling icu_collections v2.1.1
5622026-03-27T02:41:06.265Z Compiling dtrace-parser v0.2.0
5632026-03-27T02:41:06.458Z Compiling scroll v0.12.0
5642026-03-27T02:41:06.649Z Compiling tabled_derive v0.7.0
5652026-03-27T02:41:06.732Z Compiling goblin v0.8.2
5662026-03-27T02:41:06.751Z Compiling clap_derive v4.5.55
5672026-03-27T02:41:06.932Z Compiling icu_provider v2.1.1
5682026-03-27T02:41:07.023Z Compiling unicode-width v0.2.0
5692026-03-27T02:41:07.124Z Compiling toml_datetime v0.6.11
5702026-03-27T02:41:07.190Z Compiling icu_properties v2.1.2
5712026-03-27T02:41:07.210Z Compiling icu_normalizer v2.1.1
5722026-03-27T02:41:07.230Z Compiling serde_spanned v0.6.9
5732026-03-27T02:41:07.296Z Compiling dof v0.3.0
5742026-03-27T02:41:07.379Z Compiling toml_edit v0.22.27
5752026-03-27T02:41:07.398Z Compiling serde_tokenstream v0.2.3
5762026-03-27T02:41:07.678Z Compiling serde-value v0.7.0
5772026-03-27T02:41:07.711Z Compiling cargo-platform v0.2.0
5782026-03-27T02:41:07.741Z Compiling smawk v0.3.2
5792026-03-27T02:41:07.904Z Compiling unicode-linebreak v0.1.5
5802026-03-27T02:41:08.006Z Compiling tabled v0.15.0
5812026-03-27T02:41:08.062Z Compiling idna_adapter v1.2.1
5822026-03-27T02:41:08.151Z Compiling textwrap v0.16.2
5832026-03-27T02:41:08.180Z Compiling usdt-macro v0.5.0
5842026-03-27T02:41:08.207Z Compiling idna v1.1.0
5852026-03-27T02:41:08.295Z Compiling usdt-attr-macro v0.5.0
5862026-03-27T02:41:08.472Z Compiling clap v4.5.60
5872026-03-27T02:41:08.566Z Compiling url v2.5.8
5882026-03-27T02:41:08.609Z Compiling macaddr v1.0.1
5892026-03-27T02:41:08.804Z Compiling toml v0.8.23
5902026-03-27T02:41:08.845Z Compiling camino-tempfile v1.4.1
5912026-03-27T02:41:09.155Z Compiling swrite v0.1.0
5922026-03-27T02:41:09.320Z Compiling cargo-util-schemas v0.8.2
5932026-03-27T02:41:09.340Z Compiling cargo_toml v0.21.0
5942026-03-27T02:41:09.461Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-03-27T02:41:09.784Z Compiling usdt v0.5.0
5962026-03-27T02:41:10.255Z Compiling cargo_metadata v0.21.0
5972026-03-27T02:41:11.186Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-03-27T02:41:13.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s
5992026-03-27T02:41:13.474Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-03-27T02:41:14.031Z Downloading crates ...
6012026-03-27T02:41:14.136Z Downloaded base16ct v1.0.0
6022026-03-27T02:41:14.144Z Downloaded cfg_aliases v0.2.1
6032026-03-27T02:41:14.147Z Downloaded crunchy v0.2.4
6042026-03-27T02:41:14.150Z Downloaded async-stream v0.3.6
6052026-03-27T02:41:14.153Z Downloaded arrayref v0.3.9
6062026-03-27T02:41:14.153Z Downloaded cstr-argument v0.1.2
6072026-03-27T02:41:14.157Z Downloaded atomic-waker v1.1.2
6082026-03-27T02:41:14.157Z Downloaded bit-vec v0.8.0
6092026-03-27T02:41:14.160Z Downloaded critical-section v1.2.0
6102026-03-27T02:41:14.160Z Downloaded ascii-canvas v3.0.0
6112026-03-27T02:41:14.160Z Downloaded assert_matches v1.5.0
6122026-03-27T02:41:14.160Z Downloaded aead v0.5.2
6132026-03-27T02:41:14.163Z Downloaded crc8 v0.1.1
6142026-03-27T02:41:14.163Z Downloaded crc v3.4.0
6152026-03-27T02:41:14.163Z Downloaded diesel_table_macro_syntax v0.3.0
6162026-03-27T02:41:14.166Z Downloaded darling_macro v0.20.11
6172026-03-27T02:41:14.166Z Downloaded base16ct v0.2.0
6182026-03-27T02:41:14.166Z Downloaded bb8 v0.8.6
6192026-03-27T02:41:14.166Z Downloaded bit-set v0.5.3
6202026-03-27T02:41:14.169Z Downloaded dtrace-parser v0.3.0
6212026-03-27T02:41:14.169Z Downloaded defmt v0.3.100
6222026-03-27T02:41:14.169Z Downloaded curve25519-dalek-derive v0.1.1
6232026-03-27T02:41:14.169Z Downloaded array-init v0.0.4
6242026-03-27T02:41:14.173Z Downloaded atomicwrites v0.4.4
6252026-03-27T02:41:14.173Z Downloaded fixedbitset v0.4.2
6262026-03-27T02:41:14.173Z Downloaded embedded-io v0.4.0
6272026-03-27T02:41:14.175Z Downloaded async-recursion v1.1.1
6282026-03-27T02:41:14.176Z Downloaded crossbeam-epoch v0.9.18
6292026-03-27T02:41:14.178Z Downloaded crossbeam-utils v0.8.21
6302026-03-27T02:41:14.181Z Downloaded find-msvc-tools v0.1.9
6312026-03-27T02:41:14.181Z Downloaded dsl_auto_type v0.2.0
6322026-03-27T02:41:14.181Z Downloaded crossbeam-channel v0.5.15
6332026-03-27T02:41:14.184Z Downloaded bcs v0.1.6
6342026-03-27T02:41:14.187Z Downloaded darling v0.21.3
6352026-03-27T02:41:14.190Z Downloaded fs-err v2.11.0
6362026-03-27T02:41:14.190Z Downloaded crossbeam-deque v0.8.6
6372026-03-27T02:41:14.194Z Downloaded darling_macro v0.21.3
6382026-03-27T02:41:14.194Z Downloaded aes v0.8.4
6392026-03-27T02:41:14.194Z Downloaded endian-type v0.1.2
6402026-03-27T02:41:14.196Z Downloaded either v1.15.0
6412026-03-27T02:41:14.197Z Downloaded difflib v0.4.0
6422026-03-27T02:41:14.197Z Downloaded enum-as-inner v0.6.1
6432026-03-27T02:41:14.199Z Downloaded ecdsa v0.16.9
6442026-03-27T02:41:14.199Z Downloaded dropshot-api-manager-types v0.6.0
6452026-03-27T02:41:14.200Z Downloaded ciborium-ll v0.2.2
6462026-03-27T02:41:14.204Z Downloaded derive_builder_core v0.20.2
6472026-03-27T02:41:14.204Z Downloaded darling_macro v0.23.0
6482026-03-27T02:41:14.204Z Downloaded async-trait v0.1.89
6492026-03-27T02:41:14.207Z Downloaded argon2 v0.5.3
6502026-03-27T02:41:14.207Z Downloaded embedded-io v0.6.1
6512026-03-27T02:41:14.207Z Downloaded ctr v0.9.2
6522026-03-27T02:41:14.210Z Downloaded ena v0.14.4
6532026-03-27T02:41:14.210Z Downloaded deranged v0.5.8
6542026-03-27T02:41:14.213Z Downloaded bitfield-macros v0.19.4
6552026-03-27T02:41:14.213Z Downloaded backon v1.6.0
6562026-03-27T02:41:14.213Z Downloaded async-stream-impl v0.3.6
6572026-03-27T02:41:14.215Z Downloaded crypto-bigint v0.5.5
6582026-03-27T02:41:14.218Z Downloaded document-features v0.2.12
6592026-03-27T02:41:14.221Z Downloaded flagset v0.4.7
6602026-03-27T02:41:14.221Z Downloaded dof v0.4.0
6612026-03-27T02:41:14.221Z Downloaded foreign-types v0.3.2
6622026-03-27T02:41:14.221Z Downloaded cexpr v0.6.0
6632026-03-27T02:41:14.224Z Downloaded arrayvec v0.7.6
6642026-03-27T02:41:14.224Z Downloaded dirs-next v2.0.0
6652026-03-27T02:41:14.224Z Downloaded dirs-sys-next v0.1.2
6662026-03-27T02:41:14.227Z Downloaded debug-ignore v1.0.5
6672026-03-27T02:41:14.227Z Downloaded crucible-workspace-hack v0.1.0
6682026-03-27T02:41:14.227Z Downloaded bcrypt-pbkdf v0.10.0
6692026-03-27T02:41:14.230Z Downloaded derive_builder_macro v0.20.2
6702026-03-27T02:41:14.230Z Downloaded cpufeatures v0.3.0
6712026-03-27T02:41:14.230Z Downloaded foreign-types-macros v0.2.3
6722026-03-27T02:41:14.230Z Downloaded atty v0.2.14
6732026-03-27T02:41:14.234Z Downloaded adler2 v2.0.1
6742026-03-27T02:41:14.237Z Downloaded bitfield-struct v0.6.2
6752026-03-27T02:41:14.238Z Downloaded cobs v0.3.0
6762026-03-27T02:41:14.238Z Downloaded filetime v0.2.27
6772026-03-27T02:41:14.242Z Downloaded blowfish v0.9.1
6782026-03-27T02:41:14.245Z Downloaded base64ct v1.8.3
6792026-03-27T02:41:14.245Z Downloaded env_filter v1.0.0
6802026-03-27T02:41:14.248Z Downloaded backoff v0.4.0
6812026-03-27T02:41:14.248Z Downloaded async-bb8-diesel v0.2.1
6822026-03-27T02:41:14.251Z Downloaded display-error-chain v0.2.2
6832026-03-27T02:41:14.253Z Downloaded dyn-clone v1.0.20
6842026-03-27T02:41:14.253Z Downloaded ciborium-io v0.2.2
6852026-03-27T02:41:14.254Z Downloaded block-padding v0.3.3
6862026-03-27T02:41:14.257Z Downloaded float-cmp v0.10.0
6872026-03-27T02:41:14.257Z Downloaded fd-lock v4.0.4
6882026-03-27T02:41:14.260Z Downloaded byte-wrapper v0.1.0
6892026-03-27T02:41:14.263Z Downloaded cfg_aliases v0.1.1
6902026-03-27T02:41:14.266Z Downloaded futures-core v0.3.32
6912026-03-27T02:41:14.269Z Downloaded foreign-types v0.5.0
6922026-03-27T02:41:14.272Z Downloaded dunce v1.0.5
6932026-03-27T02:41:14.276Z Downloaded bit-set v0.8.0
6942026-03-27T02:41:14.276Z Downloaded float-ord v0.3.2
6952026-03-27T02:41:14.276Z Downloaded crc-catalog v2.4.0
6962026-03-27T02:41:14.279Z Downloaded erased-serde v0.3.31
6972026-03-27T02:41:14.282Z Downloaded cargo-platform v0.1.9
6982026-03-27T02:41:14.285Z Downloaded foreign-types-shared v0.3.1
6992026-03-27T02:41:14.285Z Downloaded der_derive v0.7.3
7002026-03-27T02:41:14.287Z Downloaded downcast-rs v2.0.2
7012026-03-27T02:41:14.287Z Downloaded derive-ex v0.1.8
7022026-03-27T02:41:14.287Z Downloaded castaway v0.2.4
7032026-03-27T02:41:14.290Z Downloaded globwalk v0.9.1
7042026-03-27T02:41:14.293Z Downloaded ff v0.13.1
7052026-03-27T02:41:14.293Z Downloaded funty v2.0.0
7062026-03-27T02:41:14.296Z Downloaded futures-task v0.3.32
7072026-03-27T02:41:14.296Z Downloaded gethostname v0.5.0
7082026-03-27T02:41:14.296Z Downloaded hash32 v0.3.1
7092026-03-27T02:41:14.297Z Downloaded derive_more-impl v2.1.1
7102026-03-27T02:41:14.300Z Downloaded hex-literal v0.4.1
7112026-03-27T02:41:14.303Z Downloaded hex v0.4.3
7122026-03-27T02:41:14.303Z Downloaded ahash v0.8.12
7132026-03-27T02:41:14.306Z Downloaded headers-core v0.3.0
7142026-03-27T02:41:14.306Z Downloaded hash32 v0.2.1
7152026-03-27T02:41:14.306Z Downloaded futures-macro v0.3.32
7162026-03-27T02:41:14.309Z Downloaded futures-io v0.3.32
7172026-03-27T02:41:14.309Z Downloaded ed25519 v2.2.3
7182026-03-27T02:41:14.309Z Downloaded home v0.5.12
7192026-03-27T02:41:14.312Z Downloaded bitflags v1.3.2
7202026-03-27T02:41:14.312Z Downloaded http-range v0.1.5
7212026-03-27T02:41:14.315Z Downloaded ghash v0.5.1
7222026-03-27T02:41:14.315Z Downloaded hyper-tls v0.6.0
7232026-03-27T02:41:14.315Z Downloaded hubpack_derive v0.1.1
7242026-03-27T02:41:14.318Z Downloaded futures-sink v0.3.32
7252026-03-27T02:41:14.318Z Downloaded cargo_metadata v0.19.2
7262026-03-27T02:41:14.318Z Downloaded diesel-dtrace v0.5.0
7272026-03-27T02:41:14.321Z Downloaded ident_case v1.0.1
7282026-03-27T02:41:14.321Z Downloaded fxhash v0.2.1
7292026-03-27T02:41:14.321Z Downloaded allocator-api2 v0.2.21
7302026-03-27T02:41:14.324Z Downloaded defmt-parser v1.0.0
7312026-03-27T02:41:14.324Z Downloaded defmt v1.0.1
7322026-03-27T02:41:14.327Z Downloaded data-encoding v2.10.0
7332026-03-27T02:41:14.327Z Downloaded corncobs v0.1.4
7342026-03-27T02:41:14.332Z Downloaded chacha20 v0.9.1
7352026-03-27T02:41:14.332Z Downloaded daft-derive v0.1.5
7362026-03-27T02:41:14.335Z Downloaded foldhash v0.2.0
7372026-03-27T02:41:14.335Z Downloaded bit-vec v0.6.3
7382026-03-27T02:41:14.335Z Downloaded defmt-macros v1.0.1
7392026-03-27T02:41:14.338Z Downloaded foldhash v0.1.5
7402026-03-27T02:41:14.338Z Downloaded hostname v0.3.1
7412026-03-27T02:41:14.341Z Downloaded httpdate v1.0.3
7422026-03-27T02:41:14.341Z Downloaded http-body v1.0.1
7432026-03-27T02:41:14.341Z Downloaded hostname v0.4.2
7442026-03-27T02:41:14.344Z Downloaded env_logger v0.11.9
7452026-03-27T02:41:14.344Z Downloaded csv-core v0.1.13
7462026-03-27T02:41:14.347Z Downloaded hubpack v0.1.2
7472026-03-27T02:41:14.347Z Downloaded indoc v1.0.9
7482026-03-27T02:41:14.350Z Downloaded indent_write v2.2.0
7492026-03-27T02:41:14.354Z Downloaded daft v0.1.5
7502026-03-27T02:41:14.358Z Downloaded inout v0.1.4
7512026-03-27T02:41:14.358Z Downloaded cbc v0.1.2
7522026-03-27T02:41:14.361Z Downloaded foreign-types-shared v0.1.1
7532026-03-27T02:41:14.361Z Downloaded flume v0.11.1
7542026-03-27T02:41:14.361Z Downloaded darling v0.20.11
7552026-03-27T02:41:14.364Z Downloaded constant_time_eq v0.4.2
7562026-03-27T02:41:14.367Z Downloaded instant v0.1.13
7572026-03-27T02:41:14.367Z Downloaded convert_case v0.10.0
7582026-03-27T02:41:14.370Z Downloaded convert_case v0.4.0
7592026-03-27T02:41:14.370Z Downloaded const_format_proc_macros v0.2.34
7602026-03-27T02:41:14.373Z Downloaded glob v0.3.3
7612026-03-27T02:41:14.373Z Downloaded cipher v0.4.4
7622026-03-27T02:41:14.373Z Downloaded camino-tempfile-ext v0.3.3
7632026-03-27T02:41:14.376Z Downloaded instability v0.3.11
7642026-03-27T02:41:14.376Z Downloaded cassowary v0.3.0
7652026-03-27T02:41:14.380Z Downloaded internet-checksum v0.2.1
7662026-03-27T02:41:14.382Z Downloaded humantime v2.3.0
7672026-03-27T02:41:14.382Z Downloaded is_ci v1.2.0
7682026-03-27T02:41:14.385Z Downloaded is-terminal v0.4.17
7692026-03-27T02:41:14.388Z Downloaded futures-executor v0.3.32
7702026-03-27T02:41:14.391Z Downloaded const-oid v0.9.6
7712026-03-27T02:41:14.391Z Downloaded ciborium v0.2.2
7722026-03-27T02:41:14.394Z Downloaded lazy_static v1.5.0
7732026-03-27T02:41:14.394Z Downloaded lalrpop-util v0.19.12
7742026-03-27T02:41:14.397Z Downloaded fs_extra v1.3.0
7752026-03-27T02:41:14.400Z Downloaded impl-trait-for-tuples v0.2.3
7762026-03-27T02:41:14.403Z Downloaded group v0.13.0
7772026-03-27T02:41:14.403Z Downloaded git-stub-vcs v0.1.0
7782026-03-27T02:41:14.403Z Downloaded git-stub v1.0.0
7792026-03-27T02:41:14.406Z Downloaded diff v0.1.13
7802026-03-27T02:41:14.409Z Downloaded fallible-iterator v0.2.0
7812026-03-27T02:41:14.409Z Downloaded drift v0.1.3
7822026-03-27T02:41:14.412Z Downloaded bzip2 v0.4.4
7832026-03-27T02:41:14.412Z Downloaded fixedbitset v0.5.7
7842026-03-27T02:41:14.414Z Downloaded globset v0.4.18
7852026-03-27T02:41:14.417Z Downloaded kstat-rs v0.2.4
7862026-03-27T02:41:14.417Z Downloaded libscf-sys v1.1.0
7872026-03-27T02:41:14.417Z Downloaded keccak v0.1.6
7882026-03-27T02:41:14.420Z Downloaded highway v1.3.0
7892026-03-27T02:41:14.421Z Downloaded cmake v0.1.57
7902026-03-27T02:41:14.421Z Downloaded lru-cache v0.1.2
7912026-03-27T02:41:14.423Z Downloaded linked-hash-map v0.5.6
7922026-03-27T02:41:14.423Z Downloaded futures-channel v0.3.32
7932026-03-27T02:41:14.423Z Downloaded managed v0.8.0
7942026-03-27T02:41:14.426Z Downloaded maybe-uninit v2.0.0
7952026-03-27T02:41:14.426Z Downloaded match_cfg v0.1.0
7962026-03-27T02:41:14.426Z Downloaded lzss v0.8.2
7972026-03-27T02:41:14.430Z Downloaded lru v0.12.5
7982026-03-27T02:41:14.430Z Downloaded maplit v1.0.2
7992026-03-27T02:41:14.430Z Downloaded chacha20 v0.10.0
8002026-03-27T02:41:14.433Z Downloaded md5 v0.7.0
8012026-03-27T02:41:14.433Z Downloaded half v1.8.3
8022026-03-27T02:41:14.436Z Downloaded ipnetwork v0.21.1
8032026-03-27T02:41:14.436Z Downloaded hyper-staticfile v0.10.1
8042026-03-27T02:41:14.436Z Downloaded getrandom v0.2.17
8052026-03-27T02:41:14.439Z Downloaded memoffset v0.9.1
8062026-03-27T02:41:14.439Z Downloaded cookie_store v0.22.1
8072026-03-27T02:41:14.443Z Downloaded multimap v0.10.1
8082026-03-27T02:41:14.443Z Downloaded newline-converter v0.3.0
8092026-03-27T02:41:14.443Z Downloaded cookie v0.18.1
8102026-03-27T02:41:14.446Z Downloaded colored v2.2.0
8112026-03-27T02:41:14.446Z Downloaded console v0.15.11
8122026-03-27T02:41:14.449Z Downloaded clang-sys v1.8.1
8132026-03-27T02:41:14.449Z Downloaded ingot v0.1.1
8142026-03-27T02:41:14.452Z Downloaded hmac v0.12.1
8152026-03-27T02:41:14.452Z Downloaded hickory-client v0.25.2
8162026-03-27T02:41:14.455Z Downloaded new_debug_unreachable v1.0.6
8172026-03-27T02:41:14.455Z Downloaded ingot-types v0.1.2
8182026-03-27T02:41:14.455Z Downloaded indoc v2.0.7
8192026-03-27T02:41:14.457Z Downloaded iana-time-zone v0.1.65
8202026-03-27T02:41:14.460Z Downloaded crc32fast v1.5.0
8212026-03-27T02:41:14.460Z Downloaded lru-slab v0.1.2
8222026-03-27T02:41:14.460Z Downloaded jobserver v0.1.34
8232026-03-27T02:41:14.465Z Downloaded console v0.16.2
8242026-03-27T02:41:14.465Z Downloaded cargo_toml v0.22.3
8252026-03-27T02:41:14.470Z Downloaded libloading v0.8.9
8262026-03-27T02:41:14.470Z Downloaded mime v0.3.17
8272026-03-27T02:41:14.470Z Downloaded libsw v3.5.0
8282026-03-27T02:41:14.470Z Downloaded nibble_vec v0.1.0
8292026-03-27T02:41:14.470Z Downloaded cancel-safe-futures v0.1.5
8302026-03-27T02:41:14.473Z Downloaded num v0.4.3
8312026-03-27T02:41:14.473Z Downloaded elliptic-curve v0.13.8
8322026-03-27T02:41:14.475Z Downloaded nodrop v0.1.14
8332026-03-27T02:41:14.475Z Downloaded bzip2 v0.6.1
8342026-03-27T02:41:14.479Z Downloaded darling v0.23.0
8352026-03-27T02:41:14.482Z Downloaded fatfs v0.3.6
8362026-03-27T02:41:14.482Z Downloaded normalize-line-endings v0.3.0
8372026-03-27T02:41:14.485Z Downloaded dropshot_endpoint v0.16.7
8382026-03-27T02:41:14.485Z Downloaded num-derive v0.3.3
8392026-03-27T02:41:14.488Z Downloaded num-conv v0.2.0
8402026-03-27T02:41:14.488Z Downloaded libsw-core v0.3.2
8412026-03-27T02:41:14.488Z Downloaded http-body-util v0.1.3
8422026-03-27T02:41:14.491Z Downloaded libefi-sys v0.1.0
8432026-03-27T02:41:14.491Z Downloaded derive_builder v0.20.2
8442026-03-27T02:41:14.497Z Downloaded num-iter v0.1.45
8452026-03-27T02:41:14.498Z Downloaded md-5 v0.10.6
8462026-03-27T02:41:14.498Z Downloaded lock_api v0.4.14
8472026-03-27T02:41:14.498Z Downloaded num_threads v0.1.7
8482026-03-27T02:41:14.502Z Downloaded num_enum_derive v0.5.11
8492026-03-27T02:41:14.502Z Downloaded num-derive v0.4.2
8502026-03-27T02:41:14.502Z Downloaded derive-where v1.6.0
8512026-03-27T02:41:14.502Z Downloaded arc-swap v1.8.2
8522026-03-27T02:41:14.505Z Downloaded native-tls v0.2.18
8532026-03-27T02:41:14.505Z Downloaded openssl-probe v0.2.1
8542026-03-27T02:41:14.508Z Downloaded oso-derive v0.27.3
8552026-03-27T02:41:14.508Z Downloaded hyper-rustls v0.27.7
8562026-03-27T02:41:14.511Z Downloaded futures v0.3.32
8572026-03-27T02:41:14.514Z Downloaded opaque-debug v0.3.1
8582026-03-27T02:41:14.514Z Downloaded parse-display v0.10.0
8592026-03-27T02:41:14.514Z Downloaded crc-any v2.5.0
8602026-03-27T02:41:14.517Z Downloaded ipnet v2.11.0
8612026-03-27T02:41:14.517Z Downloaded olpc-cjson v0.1.4
8622026-03-27T02:41:14.520Z Downloaded ingot-macros v0.1.1
8632026-03-27T02:41:14.520Z Downloaded openssl-probe v0.1.6
8642026-03-27T02:41:14.520Z Downloaded httparse v1.10.1
8652026-03-27T02:41:14.523Z Downloaded openssl-macros v0.1.1
8662026-03-27T02:41:14.523Z Downloaded blake2 v0.10.6
8672026-03-27T02:41:14.526Z Downloaded packed_struct_codegen v0.10.1
8682026-03-27T02:41:14.526Z Downloaded bitfield v0.19.4
8692026-03-27T02:41:14.526Z Downloaded getrandom v0.3.4
8702026-03-27T02:41:14.529Z Downloaded nanorand v0.7.0
8712026-03-27T02:41:14.532Z Downloaded multer v3.1.0
8722026-03-27T02:41:14.532Z Downloaded litrs v1.0.0
8732026-03-27T02:41:14.535Z Downloaded path-slash v0.1.5
8742026-03-27T02:41:14.535Z Downloaded nonempty v0.12.0
8752026-03-27T02:41:14.538Z Downloaded mime_guess v2.0.5
8762026-03-27T02:41:14.538Z Downloaded darling_core v0.20.11
8772026-03-27T02:41:14.558Z Downloaded phf_shared v0.13.1
8782026-03-27T02:41:14.561Z Downloaded peg-runtime v0.8.5
8792026-03-27T02:41:14.561Z Downloaded pbkdf2 v0.12.2
8802026-03-27T02:41:14.561Z Downloaded parse-size v1.1.0
8812026-03-27T02:41:14.564Z Downloaded num-complex v0.4.6
8822026-03-27T02:41:14.564Z Downloaded newtype_derive v0.1.6
8832026-03-27T02:41:14.564Z Downloaded newtype-uuid-macros v0.1.0
8842026-03-27T02:41:14.567Z Downloaded newtype-uuid v1.3.2
8852026-03-27T02:41:14.567Z Downloaded phf_shared v0.12.1
8862026-03-27T02:41:14.567Z Downloaded pbkdf2 v0.11.0
8872026-03-27T02:41:14.570Z Downloaded phf_shared v0.11.3
8882026-03-27T02:41:14.570Z Downloaded linear-map v1.2.0
8892026-03-27T02:41:14.570Z Downloaded num_enum v0.5.11
8902026-03-27T02:41:14.573Z Downloaded derive_more v2.1.1
8912026-03-27T02:41:14.579Z Downloaded num_enum v0.7.5
8922026-03-27T02:41:14.583Z Downloaded packed_struct v0.10.1
8932026-03-27T02:41:14.587Z Downloaded oxnet v0.1.4
8942026-03-27T02:41:14.587Z Downloaded oxide-tokio-rt v0.1.3
8952026-03-27T02:41:14.587Z Downloaded pin-utils v0.1.0
8962026-03-27T02:41:14.590Z Downloaded num-rational v0.4.2
8972026-03-27T02:41:14.590Z Downloaded progenitor-client v0.11.2
8982026-03-27T02:41:14.590Z Downloaded proc-macro-crate v3.4.0
8992026-03-27T02:41:14.590Z Downloaded half v2.7.1
9002026-03-27T02:41:14.593Z Downloaded predicates-tree v1.0.13
9012026-03-27T02:41:14.593Z Downloaded num-integer v0.1.46
9022026-03-27T02:41:14.593Z Downloaded nu-ansi-term v0.50.3
9032026-03-27T02:41:14.596Z Downloaded heapless v0.8.0
9042026-03-27T02:41:14.599Z Downloaded chacha20poly1305 v0.10.1
9052026-03-27T02:41:14.599Z Downloaded memmap2 v0.9.10
9062026-03-27T02:41:14.599Z Downloaded expectorate v1.2.0
9072026-03-27T02:41:14.602Z Downloaded darling_core v0.21.3
9082026-03-27T02:41:14.605Z Downloaded num_enum_derive v0.7.5
9092026-03-27T02:41:14.606Z Downloaded indexmap v1.9.3
9102026-03-27T02:41:14.606Z Downloaded const_format v0.2.35
9112026-03-27T02:41:14.608Z Downloaded predicates-core v1.0.10
9122026-03-27T02:41:14.611Z Downloaded progenitor-client v0.10.0
9132026-03-27T02:41:14.611Z Downloaded proc-macro-crate v1.3.1
9142026-03-27T02:41:14.611Z Downloaded owo-colors v4.3.0
9152026-03-27T02:41:14.614Z Downloaded progenitor-macro v0.11.2
9162026-03-27T02:41:14.614Z Downloaded precomputed-hash v0.1.1
9172026-03-27T02:41:14.614Z Downloaded libbz2-rs-sys v0.2.2
9182026-03-27T02:41:14.617Z Downloaded compact_str v0.8.1
9192026-03-27T02:41:14.617Z Downloaded flate2 v1.1.9
9202026-03-27T02:41:14.620Z Downloaded peg-macros v0.8.5
9212026-03-27T02:41:14.623Z Downloaded paste v1.0.15
9222026-03-27T02:41:14.623Z Downloaded parking_lot_core v0.8.6
9232026-03-27T02:41:14.626Z Downloaded der v0.7.10
9242026-03-27T02:41:14.629Z Downloaded base64 v0.22.1
9252026-03-27T02:41:14.632Z Downloaded progenitor-macro v0.13.0
9262026-03-27T02:41:14.632Z Downloaded password-hash v0.5.0
9272026-03-27T02:41:14.632Z Downloaded password-hash v0.4.2
9282026-03-27T02:41:14.635Z Downloaded buf-list v1.1.2
9292026-03-27T02:41:14.635Z Downloaded psl-types v2.0.11
9302026-03-27T02:41:14.635Z Downloaded ed25519-dalek v2.2.0
9312026-03-27T02:41:14.637Z Downloaded progenitor-macro v0.10.0
9322026-03-27T02:41:14.637Z Downloaded pem v3.0.6
9332026-03-27T02:41:14.641Z Downloaded parse-display-derive v0.10.0
9342026-03-27T02:41:14.641Z Downloaded ar_archive_writer v0.5.1
9352026-03-27T02:41:14.645Z Downloaded quick-error v1.2.3
9362026-03-27T02:41:14.645Z Downloaded derive_more v0.99.20
9372026-03-27T02:41:14.648Z Downloaded darling_core v0.23.0
9382026-03-27T02:41:14.648Z Downloaded rand_chacha v0.3.1
9392026-03-27T02:41:14.651Z Downloaded radium v0.7.0
9402026-03-27T02:41:14.651Z Downloaded pkcs8 v0.10.2
9412026-03-27T02:41:14.651Z Downloaded colored v3.1.1
9422026-03-27T02:41:14.654Z Downloaded base64 v0.21.7
9432026-03-27T02:41:14.657Z Downloaded des v0.8.1
9442026-03-27T02:41:14.657Z Downloaded postgres-protocol v0.6.10
9452026-03-27T02:41:14.660Z Downloaded primeorder v0.13.6
9462026-03-27T02:41:14.660Z Downloaded predicates v3.1.4
9472026-03-27T02:41:14.662Z Downloaded proc-macro-error-attr2 v2.0.0
9482026-03-27T02:41:14.662Z Downloaded ppv-lite86 v0.2.21
9492026-03-27T02:41:14.665Z Downloaded ref-cast v1.0.25
9502026-03-27T02:41:14.665Z Downloaded ref-cast-impl v1.0.25
9512026-03-27T02:41:14.668Z Downloaded phf v0.12.1
9522026-03-27T02:41:14.668Z Downloaded phf v0.13.1
9532026-03-27T02:41:14.668Z Downloaded rand_xorshift v0.4.0
9542026-03-27T02:41:14.672Z Downloaded powerfmt v0.2.0
9552026-03-27T02:41:14.672Z Downloaded hickory-resolver v0.24.4
9562026-03-27T02:41:14.675Z Downloaded polyval v0.6.2
9572026-03-27T02:41:14.678Z Downloaded poly1305 v0.8.0
9582026-03-27T02:41:14.678Z Downloaded recursive-proc-macro-impl v0.1.1
9592026-03-27T02:41:14.678Z Downloaded recursive v0.1.1
9602026-03-27T02:41:14.681Z Downloaded cc v1.2.56
9612026-03-27T02:41:14.681Z Downloaded ignore v0.4.25
9622026-03-27T02:41:14.684Z Downloaded indicatif v0.18.4
9632026-03-27T02:41:14.684Z Downloaded progenitor v0.11.2
9642026-03-27T02:41:14.687Z Downloaded bumpalo v3.20.2
9652026-03-27T02:41:14.687Z Downloaded hickory-resolver v0.25.2
9662026-03-27T02:41:14.690Z Downloaded headers v0.4.1
9672026-03-27T02:41:14.693Z Downloaded diesel_derives v2.3.7
9682026-03-27T02:41:14.697Z Downloaded rfc6979 v0.4.0
9692026-03-27T02:41:14.699Z Downloaded rtoolbox v0.0.3
9702026-03-27T02:41:14.699Z Downloaded peg v0.8.5
9712026-03-27T02:41:14.702Z Downloaded parking_lot v0.11.2
9722026-03-27T02:41:14.702Z Downloaded pkg-config v0.3.32
9732026-03-27T02:41:14.705Z Downloaded parking_lot_core v0.9.12
9742026-03-27T02:41:14.705Z Downloaded rustc_version v0.4.1
9752026-03-27T02:41:14.708Z Downloaded rustc_version v0.1.7
9762026-03-27T02:41:14.708Z Downloaded russh-cryptovec v0.7.3
9772026-03-27T02:41:14.709Z Downloaded proc-macro-error2 v2.0.1
9782026-03-27T02:41:14.712Z Downloaded progenitor v0.13.0
9792026-03-27T02:41:14.714Z Downloaded rustc-hash v2.1.1
9802026-03-27T02:41:14.715Z Downloaded psm v0.1.30
9812026-03-27T02:41:14.719Z Downloaded parking_lot v0.12.5
9822026-03-27T02:41:14.719Z Downloaded pkcs5 v0.7.1
9832026-03-27T02:41:14.722Z Downloaded rand_chacha v0.9.0
9842026-03-27T02:41:14.722Z Downloaded postcard v1.1.3
9852026-03-27T02:41:14.726Z Downloaded oso v0.27.3
9862026-03-27T02:41:14.729Z Downloaded r2d2 v0.8.10
9872026-03-27T02:41:14.732Z Downloaded pem-rfc7468 v0.7.0
9882026-03-27T02:41:14.732Z Downloaded omicron-zone-package v0.12.2
9892026-03-27T02:41:14.736Z Downloaded rand_core v0.10.0
9902026-03-27T02:41:14.739Z Downloaded rand_core v0.6.4
9912026-03-27T02:41:14.744Z Downloaded scheduled-thread-pool v0.2.7
9922026-03-27T02:41:14.747Z Downloaded rand_seeder v0.4.0
9932026-03-27T02:41:14.747Z Downloaded heapless v0.7.17
9942026-03-27T02:41:14.750Z Downloaded hyper-util v0.1.20
9952026-03-27T02:41:14.753Z Downloaded postgres-types v0.2.12
9962026-03-27T02:41:14.756Z Downloaded salsa20 v0.10.2
9972026-03-27T02:41:14.756Z Downloaded progenitor-extras v0.1.1
9982026-03-27T02:41:14.759Z Downloaded pkcs1 v0.7.5
9992026-03-27T02:41:14.759Z Downloaded pin-project-lite v0.2.17
10002026-03-27T02:41:14.763Z Downloaded sapling-renderdag v0.1.0
10012026-03-27T02:41:14.766Z Downloaded scopeguard v1.2.0
10022026-03-27T02:41:14.766Z Downloaded dropshot-api-manager v0.6.0
10032026-03-27T02:41:14.766Z Downloaded pin-project-internal v1.1.11
10042026-03-27T02:41:14.769Z Downloaded secrecy v0.8.0
10052026-03-27T02:41:14.772Z Downloaded seq-macro v0.3.6
10062026-03-27T02:41:14.775Z Downloaded semver v0.1.20
10072026-03-27T02:41:14.775Z Downloaded progenitor v0.10.0
10082026-03-27T02:41:14.778Z Downloaded serde_spanned v1.0.4
10092026-03-27T02:41:14.778Z Downloaded scroll_derive v0.13.1
10102026-03-27T02:41:14.778Z Downloaded resolv-conf v0.7.6
10112026-03-27T02:41:14.781Z Downloaded serde-big-array v0.5.1
10122026-03-27T02:41:14.781Z Downloaded bytes v1.11.1
10132026-03-27T02:41:14.784Z Downloaded secrecy v0.10.3
10142026-03-27T02:41:14.788Z Downloaded crossterm v0.28.1
10152026-03-27T02:41:14.792Z Downloaded serde_urlencoded v0.7.1
10162026-03-27T02:41:14.795Z Downloaded progenitor-client v0.13.0
10172026-03-27T02:41:14.795Z Downloaded serde_bytes v0.11.19
10182026-03-27T02:41:14.798Z Downloaded signal-hook-tokio v0.3.1
10192026-03-27T02:41:14.798Z Downloaded scrypt v0.11.0
10202026-03-27T02:41:14.798Z Downloaded rand_core v0.9.5
10212026-03-27T02:41:14.801Z Downloaded p256 v0.13.2
10222026-03-27T02:41:14.801Z Downloaded papergrid v0.17.0
10232026-03-27T02:41:14.804Z Downloaded rusty-fork v0.3.1
10242026-03-27T02:41:14.807Z Downloaded miniz_oxide v0.8.9
10252026-03-27T02:41:14.807Z Downloaded prefix-trie v0.7.0
10262026-03-27T02:41:14.811Z Downloaded serde_plain v1.0.2
10272026-03-27T02:41:14.814Z Downloaded signature v2.2.0
10282026-03-27T02:41:14.814Z Downloaded serde_repr v0.1.20
10292026-03-27T02:41:14.818Z Downloaded siphasher v1.0.2
10302026-03-27T02:41:14.822Z Downloaded signal-hook-mio v0.2.5
10312026-03-27T02:41:14.822Z Downloaded hashbrown v0.13.2
10322026-03-27T02:41:14.825Z Downloaded sigpipe v0.1.3
10332026-03-27T02:41:14.825Z Downloaded http v1.4.0
10342026-03-27T02:41:14.828Z Downloaded hickory-server v0.25.2
10352026-03-27T02:41:14.831Z Downloaded progenitor-impl v0.11.2
10362026-03-27T02:41:14.836Z Downloaded slog-envlogger v2.2.0
10372026-03-27T02:41:14.839Z Downloaded sec1 v0.7.3
10382026-03-27T02:41:14.842Z Downloaded same-file v1.0.6
10392026-03-27T02:41:14.845Z Downloaded rustversion v1.0.22
10402026-03-27T02:41:14.845Z Downloaded rustls-pemfile v2.2.0
10412026-03-27T02:41:14.847Z Downloaded rustls-pemfile v1.0.4
10422026-03-27T02:41:14.850Z Downloaded rustls-native-certs v0.8.3
10432026-03-27T02:41:14.850Z Downloaded slog-bunyan v2.5.0
10442026-03-27T02:41:14.853Z Downloaded ssh-cipher v0.2.0
10452026-03-27T02:41:14.856Z Downloaded schemars_derive v0.8.22
10462026-03-27T02:41:14.865Z Downloaded serde-hex v0.1.0
10472026-03-27T02:41:14.868Z Downloaded sha1 v0.10.6
10482026-03-27T02:41:14.871Z Downloaded sqlparser_derive v0.5.0
10492026-03-27T02:41:14.871Z Downloaded hashbrown v0.12.3
10502026-03-27T02:41:14.874Z Downloaded scroll v0.13.0
10512026-03-27T02:41:14.877Z Downloaded minimal-lexical v0.2.1
10522026-03-27T02:41:14.880Z Downloaded openssl-sys v0.9.111
10532026-03-27T02:41:14.883Z Downloaded pretty_assertions v1.4.1
10542026-03-27T02:41:14.883Z Downloaded sct v0.7.1
10552026-03-27T02:41:14.886Z Downloaded strip-ansi-escapes v0.2.1
10562026-03-27T02:41:14.890Z Downloaded strum v0.27.2
10572026-03-27T02:41:14.893Z Downloaded strum v0.26.3
10582026-03-27T02:41:14.893Z Downloaded itertools v0.10.5
10592026-03-27T02:41:14.896Z Downloaded ssh-encoding v0.2.0
10602026-03-27T02:41:14.899Z Downloaded jiff-static v0.2.21
10612026-03-27T02:41:14.902Z Downloaded progenitor-impl v0.10.0
10622026-03-27T02:41:14.902Z Downloaded slog-json v2.6.1
10632026-03-27T02:41:14.904Z Downloaded progenitor-impl v0.13.0
10642026-03-27T02:41:14.904Z Downloaded slab v0.4.12
10652026-03-27T02:41:14.907Z Downloaded take_mut v0.2.2
10662026-03-27T02:41:14.907Z Downloaded tap v1.0.1
10672026-03-27T02:41:14.910Z Downloaded shell-words v1.1.1
10682026-03-27T02:41:14.910Z Downloaded serde_path_to_error v0.1.20
10692026-03-27T02:41:14.910Z Downloaded num-bigint v0.4.6
10702026-03-27T02:41:14.914Z Downloaded serde_derive_internals v0.29.1
10712026-03-27T02:41:14.917Z Downloaded tabled_derive v0.11.0
10722026-03-27T02:41:14.917Z Downloaded structmeta v0.3.0
10732026-03-27T02:41:14.917Z Downloaded sync_wrapper v1.0.2
10742026-03-27T02:41:14.917Z Downloaded supports-color v3.0.2
10752026-03-27T02:41:14.917Z Downloaded subtle v2.6.1
10762026-03-27T02:41:14.920Z Downloaded russh-keys v0.45.0
10772026-03-27T02:41:14.920Z Downloaded quinn-udp v0.5.14
10782026-03-27T02:41:14.923Z Downloaded tagptr v0.2.0
10792026-03-27T02:41:14.923Z Downloaded smf v0.2.3
10802026-03-27T02:41:14.923Z Downloaded smallvec v0.6.14
10812026-03-27T02:41:14.923Z Downloaded slog-term v2.9.2
10822026-03-27T02:41:14.926Z Downloaded signal-hook-registry v1.4.8
10832026-03-27T02:41:14.927Z Downloaded shlex v1.3.0
10842026-03-27T02:41:14.927Z Downloaded rustls-pki-types v1.14.0
10852026-03-27T02:41:14.931Z Downloaded pin-project v1.1.11
10862026-03-27T02:41:14.937Z Downloaded simd-adler32 v0.3.8
10872026-03-27T02:41:14.940Z Downloaded tabwriter v1.4.1
10882026-03-27T02:41:14.940Z Downloaded slog-dtrace v0.3.0
10892026-03-27T02:41:14.943Z Downloaded thread-id v5.1.0
10902026-03-27T02:41:14.943Z Downloaded thiserror-impl-no-std v2.0.2
10912026-03-27T02:41:14.943Z Downloaded slog-async v2.8.0
10922026-03-27T02:41:14.952Z Downloaded rcgen v0.12.1
10932026-03-27T02:41:14.956Z Downloaded slog-scope v4.4.1
10942026-03-27T02:41:14.959Z Downloaded prettyplease v0.2.37
10952026-03-27T02:41:14.962Z Downloaded testing_table v0.3.0
10962026-03-27T02:41:14.962Z Downloaded structmeta-derive v0.3.0
10972026-03-27T02:41:14.962Z Downloaded stringprep v0.1.5
10982026-03-27T02:41:14.965Z Downloaded string_cache v0.8.9
10992026-03-27T02:41:14.965Z Downloaded static_assertions v1.1.0
11002026-03-27T02:41:14.965Z Downloaded schemars v0.8.22
11012026-03-27T02:41:14.972Z Downloaded ryu v1.0.23
11022026-03-27T02:41:14.975Z Downloaded termtree v0.5.1
11032026-03-27T02:41:14.978Z Downloaded snafu-derive v0.8.9
11042026-03-27T02:41:14.978Z Downloaded sync-ptr v0.1.4
11052026-03-27T02:41:14.980Z Downloaded slog-stdlog v4.1.1
11062026-03-27T02:41:14.980Z Downloaded sqlformat v0.3.5
11072026-03-27T02:41:14.984Z Downloaded time-core v0.1.8
11082026-03-27T02:41:14.987Z Downloaded tinyvec_macros v0.1.1
11092026-03-27T02:41:14.990Z Downloaded crossterm v0.29.0
11102026-03-27T02:41:14.993Z Downloaded iddqd v0.3.17
11112026-03-27T02:41:15.001Z Downloaded termios v0.3.3
11122026-03-27T02:41:15.004Z Downloaded strum_macros v0.24.3
11132026-03-27T02:41:15.007Z Downloaded serde_with_macros v3.17.0
11142026-03-27T02:41:15.007Z Downloaded strum_macros v0.27.2
11152026-03-27T02:41:15.007Z Downloaded strum_macros v0.26.4
11162026-03-27T02:41:15.010Z Downloaded quinn v0.11.9
11172026-03-27T02:41:15.013Z Downloaded serde_cbor v0.11.2
11182026-03-27T02:41:15.013Z Downloaded qorb v0.4.1
11192026-03-27T02:41:15.016Z Downloaded thread_local v1.1.9
11202026-03-27T02:41:15.019Z Downloaded thiserror-no-std v2.0.2
11212026-03-27T02:41:15.019Z Downloaded publicsuffix v2.3.0
11222026-03-27T02:41:15.022Z Downloaded tower-service v0.3.3
11232026-03-27T02:41:15.025Z Downloaded iri-string v0.7.10
11242026-03-27T02:41:15.028Z Downloaded support-bundle-viewer v0.1.2
11252026-03-27T02:41:15.028Z Downloaded rustls-platform-verifier v0.6.2
11262026-03-27T02:41:15.031Z Downloaded tower-layer v0.3.3
11272026-03-27T02:41:15.031Z Downloaded tls_codec_derive v0.4.2
11282026-03-27T02:41:15.040Z Downloaded schemars v0.9.0
11292026-03-27T02:41:15.047Z Downloaded topological-sort v0.2.2
11302026-03-27T02:41:15.049Z Downloaded rayon-core v1.13.0
11312026-03-27T02:41:15.050Z Downloaded trait-variant v0.1.2
11322026-03-27T02:41:15.053Z Downloaded itertools v0.12.1
11332026-03-27T02:41:15.056Z Downloaded typify-macro v0.4.3
11342026-03-27T02:41:15.056Z Downloaded try-lock v0.2.5
11352026-03-27T02:41:15.056Z Downloaded tokio-native-tls v0.3.1
11362026-03-27T02:41:15.059Z Downloaded rsa v0.9.10
11372026-03-27T02:41:15.061Z Downloaded tokio-macros v2.6.0
11382026-03-27T02:41:15.061Z Downloaded tokio-dtrace v0.1.1
11392026-03-27T02:41:15.061Z Downloaded slog v2.8.2
11402026-03-27T02:41:15.064Z Downloaded ron v0.8.1
11412026-03-27T02:41:15.067Z Downloaded spin v0.9.8
11422026-03-27T02:41:15.070Z Downloaded tokio-rustls v0.25.0
11432026-03-27T02:41:15.070Z Downloaded futures-util v0.3.32
11442026-03-27T02:41:15.076Z Downloaded usdt-macro v0.6.0
11452026-03-27T02:41:15.078Z Downloaded usdt-attr-macro v0.6.0
11462026-03-27T02:41:15.079Z Downloaded term v0.7.0
11472026-03-27T02:41:15.081Z Downloaded unarray v0.1.4
11482026-03-27T02:41:15.081Z Downloaded untrusted v0.7.1
11492026-03-27T02:41:15.081Z Downloaded typify-macro v0.6.1
11502026-03-27T02:41:15.081Z Downloaded tokio-tungstenite v0.23.1
11512026-03-27T02:41:15.084Z Downloaded time-macros v0.2.27
11522026-03-27T02:41:15.084Z Downloaded tiny-keccak v2.0.2
11532026-03-27T02:41:15.087Z Downloaded hashbrown v0.15.5
11542026-03-27T02:41:15.092Z Downloaded aho-corasick v1.1.4
11552026-03-27T02:41:15.096Z Downloaded usdt v0.6.0
11562026-03-27T02:41:15.096Z Downloaded untrusted v0.9.0
11572026-03-27T02:41:15.096Z Downloaded rand v0.8.5
11582026-03-27T02:41:15.096Z Downloaded toml_writer v1.0.6+spec-1.1.0
11592026-03-27T02:41:15.099Z Downloaded stacker v0.1.23
11602026-03-27T02:41:15.100Z Downloaded universal-hash v0.5.1
11612026-03-27T02:41:15.100Z Downloaded unit-prefix v0.5.2
11622026-03-27T02:41:15.100Z Downloaded unicode-truncate v1.1.0
11632026-03-27T02:41:15.100Z Downloaded socket2 v0.5.10
11642026-03-27T02:41:15.103Z Downloaded spki v0.7.3
11652026-03-27T02:41:15.103Z Downloaded similar v2.7.0
11662026-03-27T02:41:15.106Z Downloaded signal-hook v0.3.18
11672026-03-27T02:41:15.109Z Downloaded samael v0.0.19
11682026-03-27T02:41:15.112Z Downloaded nom v7.1.3
11692026-03-27T02:41:15.115Z Downloaded void v1.0.2
11702026-03-27T02:41:15.115Z Downloaded libxml v0.3.3
11712026-03-27T02:41:15.118Z Downloaded hkdf v0.12.4
11722026-03-27T02:41:15.121Z Downloaded tokio-tungstenite v0.21.0
11732026-03-27T02:41:15.124Z Downloaded utf-8 v0.7.6
11742026-03-27T02:41:15.124Z Downloaded hyper v1.8.1
11752026-03-27T02:41:15.127Z Downloaded want v0.3.1
11762026-03-27T02:41:15.127Z Downloaded aes-gcm v0.10.3
11772026-03-27T02:41:15.130Z Downloaded subprocess v0.2.15
11782026-03-27T02:41:15.135Z Downloaded tokio-rustls v0.26.4
11792026-03-27T02:41:15.138Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11802026-03-27T02:41:15.141Z Downloaded wait-timeout v0.2.1
11812026-03-27T02:41:15.141Z Downloaded tokio-stream v0.1.18
11822026-03-27T02:41:15.144Z Downloaded waitgroup v0.1.2
11832026-03-27T02:41:15.148Z Downloaded xshell-macros v0.2.7
11842026-03-27T02:41:15.148Z Downloaded term v1.2.1
11852026-03-27T02:41:15.151Z Downloaded russh v0.45.0
11862026-03-27T02:41:15.157Z Downloaded mio v1.1.1
11872026-03-27T02:41:15.160Z Downloaded test-strategy v0.4.5
11882026-03-27T02:41:15.163Z Downloaded usdt-impl v0.6.0
11892026-03-27T02:41:15.166Z Downloaded uzers v0.12.2
11902026-03-27T02:41:15.166Z Downloaded tui-tree-widget v0.23.1
11912026-03-27T02:41:15.166Z Downloaded zeroize_derive v1.4.3
11922026-03-27T02:41:15.171Z Downloaded socket2 v0.6.2
11932026-03-27T02:41:15.171Z Downloaded zone v0.3.1
11942026-03-27T02:41:15.171Z Downloaded xattr v1.6.1
11952026-03-27T02:41:15.171Z Downloaded unicase v2.9.0
11962026-03-27T02:41:15.174Z Downloaded vergen-gitcl v1.0.8
11972026-03-27T02:41:15.174Z Downloaded rustls-webpki v0.103.9
11982026-03-27T02:41:15.178Z Downloaded tls_codec v0.4.2
11992026-03-27T02:41:15.181Z Downloaded serde_yaml v0.9.34+deprecated
12002026-03-27T02:41:15.187Z Downloaded vergen-lib v0.1.6
12012026-03-27T02:41:15.190Z Downloaded zone_cfg_derive v0.3.1
12022026-03-27T02:41:15.193Z Downloaded tokio-rustls v0.24.1
12032026-03-27T02:41:15.193Z Downloaded itertools v0.13.0
12042026-03-27T02:41:15.200Z Downloaded num-bigint-dig v0.8.6
12052026-03-27T02:41:15.203Z Downloaded whoami v2.1.0
12062026-03-27T02:41:15.207Z Downloaded whoami v1.6.1
12072026-03-27T02:41:15.207Z Downloaded libm v0.2.16
12082026-03-27T02:41:15.211Z Downloaded toml v0.7.8
12092026-03-27T02:41:15.213Z Downloaded wyz v0.5.1
12102026-03-27T02:41:15.213Z Downloaded xshell v0.2.7
12112026-03-27T02:41:15.216Z Downloaded schemars v1.2.1
12122026-03-27T02:41:15.226Z Downloaded zeroize v1.8.2
12132026-03-27T02:41:15.229Z Downloaded tracing-attributes v0.1.31
12142026-03-27T02:41:15.232Z Downloaded toml_parser v1.0.9+spec-1.1.0
12152026-03-27T02:41:15.232Z Downloaded vsss-rs v3.3.4
12162026-03-27T02:41:15.235Z Downloaded vergen-git2 v1.0.7
12172026-03-27T02:41:15.239Z Downloaded p521 v0.13.3
12182026-03-27T02:41:15.242Z Downloaded h2 v0.4.13
12192026-03-27T02:41:15.245Z Downloaded typify v0.4.3
12202026-03-27T02:41:15.247Z Downloaded zstd-safe v7.2.4
12212026-03-27T02:41:15.251Z Downloaded snafu v0.8.9
12222026-03-27T02:41:15.255Z Downloaded walkdir v2.5.0
12232026-03-27T02:41:15.255Z Downloaded twox-hash v2.1.2
12242026-03-27T02:41:15.255Z Downloaded tungstenite v0.21.0
12252026-03-27T02:41:15.258Z Downloaded tinyvec v1.10.0
12262026-03-27T02:41:15.258Z Downloaded rand v0.9.2
12272026-03-27T02:41:15.261Z Downloaded itertools v0.14.0
12282026-03-27T02:41:15.266Z Downloaded unicode-properties v0.1.4
12292026-03-27T02:41:15.269Z Downloaded rand v0.10.0
12302026-03-27T02:41:15.272Z Downloaded xz2 v0.1.7
12312026-03-27T02:41:15.281Z Downloaded uuid v1.21.0
12322026-03-27T02:41:15.284Z Downloaded toml v0.9.12+spec-1.1.0
12332026-03-27T02:41:15.287Z Downloaded toml_edit v0.23.10+spec-1.0.0
12342026-03-27T02:41:15.290Z Downloaded zstd v0.13.3
12352026-03-27T02:41:15.293Z Downloaded vergen v9.0.6
12362026-03-27T02:41:15.295Z Downloaded rustyline v14.0.0
12372026-03-27T02:41:15.299Z Downloaded tar v0.4.45
12382026-03-27T02:41:15.304Z Downloaded typify v0.6.1
12392026-03-27T02:41:15.324Z Downloaded unicode-bidi v0.3.18
12402026-03-27T02:41:15.333Z Downloaded git2 v0.20.4
12412026-03-27T02:41:15.338Z Downloaded yasna v0.5.2
12422026-03-27T02:41:15.342Z Downloaded zerocopy v0.6.6
12432026-03-27T02:41:15.342Z Downloaded steno v0.4.1
12442026-03-27T02:41:15.345Z Downloaded ssh-key v0.6.7
12452026-03-27T02:41:15.353Z Downloaded zopfli v0.8.3
12462026-03-27T02:41:15.357Z Downloaded regex v1.12.3
12472026-03-27T02:41:15.364Z Downloaded reqwest v0.13.2
12482026-03-27T02:41:15.371Z Downloaded vte v0.14.1
12492026-03-27T02:41:15.374Z Downloaded tracing-core v0.1.36
12502026-03-27T02:41:15.377Z Downloaded tungstenite v0.23.0
12512026-03-27T02:41:15.387Z Downloaded zip v0.6.6
12522026-03-27T02:41:15.390Z Downloaded portable-atomic v1.13.1
12532026-03-27T02:41:15.397Z Downloaded tower v0.5.3
12542026-03-27T02:41:15.401Z Downloaded unsafe-libyaml v0.2.11
12552026-03-27T02:41:15.407Z Downloaded tokio-postgres v0.7.16
12562026-03-27T02:41:15.413Z Downloaded reedline v0.40.0
12572026-03-27T02:41:15.418Z Downloaded rpassword v7.4.0
12582026-03-27T02:41:15.423Z Downloaded rustls-webpki v0.101.7
12592026-03-27T02:41:15.431Z Downloaded toml_edit v0.19.15
12602026-03-27T02:41:15.440Z Downloaded rayon v1.11.0
12612026-03-27T02:41:15.445Z Downloaded unicode-segmentation v1.12.0
12622026-03-27T02:41:15.447Z Downloaded unicode_categories v0.1.1
12632026-03-27T02:41:15.450Z Downloaded typed-path v0.9.3
12642026-03-27T02:41:15.453Z Downloaded curve25519-dalek v4.1.3
12652026-03-27T02:41:15.456Z Downloaded blake3 v1.8.3
12662026-03-27T02:41:15.462Z Downloaded bindgen v0.71.1
12672026-03-27T02:41:15.465Z Downloaded ron v0.12.0
12682026-03-27T02:41:15.470Z Downloaded reqwest v0.12.28
12692026-03-27T02:41:15.473Z Downloaded bitvec v1.0.1
12702026-03-27T02:41:15.481Z Downloaded p384 v0.13.1
12712026-03-27T02:41:15.484Z Downloaded aws-lc-rs v1.16.0
12722026-03-27T02:41:15.489Z Downloaded yansi v1.0.1
12732026-03-27T02:41:15.498Z Downloaded zerocopy-derive v0.8.40
12742026-03-27T02:41:15.501Z Downloaded tokio-util v0.7.18
12752026-03-27T02:41:15.506Z Downloaded tough v0.20.0
12762026-03-27T02:41:15.510Z Downloaded zip v4.6.1
12772026-03-27T02:41:15.513Z Downloaded tower-http v0.6.8
12782026-03-27T02:41:15.517Z Downloaded chrono v0.4.44
12792026-03-27T02:41:15.522Z Downloaded salty v0.3.0
12802026-03-27T02:41:15.533Z Downloaded x509-cert v0.2.5
12812026-03-27T02:41:15.536Z Downloaded serde_with v3.17.0
12822026-03-27T02:41:15.541Z Downloaded petname v2.0.2
12832026-03-27T02:41:15.544Z Downloaded goblin v0.10.5
12842026-03-27T02:41:15.556Z Downloaded proptest v1.10.0
12852026-03-27T02:41:15.560Z Downloaded moka v0.12.13
12862026-03-27T02:41:15.568Z Downloaded quick-xml v0.37.5
12872026-03-27T02:41:15.571Z Downloaded lalrpop v0.19.12
12882026-03-27T02:41:15.577Z Downloaded winnow v0.5.40
12892026-03-27T02:41:15.582Z Downloaded quinn-proto v0.11.13
12902026-03-27T02:41:15.586Z Downloaded nix v0.27.1
12912026-03-27T02:41:15.600Z Downloaded unicode-normalization v0.1.25
12922026-03-27T02:41:15.603Z Downloaded winnow v0.6.26
12932026-03-27T02:41:15.609Z Downloaded rustls-webpki v0.102.8
12942026-03-27T02:41:15.619Z Downloaded nix v0.29.0
12952026-03-27T02:41:15.627Z Downloaded dropshot v0.16.7
12962026-03-27T02:41:15.638Z Downloaded time v0.3.47
12972026-03-27T02:41:15.655Z Downloaded radix_trie v0.2.1
12982026-03-27T02:41:15.662Z Downloaded regex-syntax v0.6.29
12992026-03-27T02:41:15.666Z Downloaded nix v0.31.1
13002026-03-27T02:41:15.673Z Downloaded hickory-proto v0.24.4
13012026-03-27T02:41:15.682Z Downloaded rustls v0.21.12
13022026-03-27T02:41:15.688Z Downloaded object v0.30.4
13032026-03-27T02:41:15.700Z Downloaded bstr v1.12.1
13042026-03-27T02:41:15.705Z Downloaded zlib-rs v0.6.2
13052026-03-27T02:41:15.710Z Downloaded webpki-roots v1.0.6
13062026-03-27T02:41:15.726Z Downloaded zerocopy v0.8.40
13072026-03-27T02:41:15.731Z Downloaded tabled v0.20.0
13082026-03-27T02:41:15.741Z Downloaded polar-core v0.27.3
13092026-03-27T02:41:15.746Z Downloaded regex-syntax v0.8.10
13102026-03-27T02:41:15.750Z Downloaded openssl v0.10.75
13112026-03-27T02:41:15.755Z Downloaded diesel v2.3.7
13122026-03-27T02:41:15.767Z Downloaded rustix v0.38.44
13132026-03-27T02:41:15.779Z Downloaded rustls v0.23.37
13142026-03-27T02:41:15.786Z Downloaded nix v0.28.0
13152026-03-27T02:41:15.793Z Downloaded regress v0.10.5
13162026-03-27T02:41:15.798Z Downloaded object v0.37.3
13172026-03-27T02:41:15.804Z Downloaded smoltcp v0.9.1
13182026-03-27T02:41:15.815Z Downloaded vcpkg v0.2.15
13192026-03-27T02:41:15.838Z Downloaded rustls v0.22.4
13202026-03-27T02:41:15.845Z Downloaded smoltcp v0.11.0
13212026-03-27T02:41:15.852Z Downloaded sled v0.34.7
13222026-03-27T02:41:15.858Z Downloaded tracing v0.1.44
13232026-03-27T02:41:15.871Z Downloaded openapiv3 v2.2.0
13242026-03-27T02:41:15.877Z Downloaded ratatui v0.29.0
13252026-03-27T02:41:15.889Z Downloaded hickory-proto v0.25.2
13262026-03-27T02:41:15.897Z Downloaded regex-automata v0.4.14
13272026-03-27T02:41:15.919Z Downloaded petgraph v0.6.5
13282026-03-27T02:41:15.930Z Downloaded jiff v0.2.21
13292026-03-27T02:41:15.959Z Downloaded csv v1.4.0
13302026-03-27T02:41:15.971Z Downloaded petgraph v0.8.3
13312026-03-27T02:41:15.984Z Downloaded sqlparser v0.61.0
13322026-03-27T02:41:16.024Z Downloaded typify-impl v0.6.1
13332026-03-27T02:41:16.032Z Downloaded encoding_rs v0.8.35
13342026-03-27T02:41:16.050Z Downloaded typify-impl v0.4.3
13352026-03-27T02:41:16.060Z Downloaded libgit2-sys v0.18.3+1.9.2
13362026-03-27T02:41:16.092Z Downloaded zerocopy-derive v0.6.6
13372026-03-27T02:41:16.097Z Downloaded bzip2-sys v0.1.13+1.0.8
13382026-03-27T02:41:16.140Z Downloaded chrono-tz v0.10.4
13392026-03-27T02:41:16.163Z Downloaded lzma-sys v0.1.20
13402026-03-27T02:41:16.223Z Downloaded libz-sys v1.1.24
13412026-03-27T02:41:16.235Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-03-27T02:41:16.245Z Downloaded tokio v1.49.0
13432026-03-27T02:41:16.268Z Downloaded sha3 v0.10.8
13442026-03-27T02:41:16.338Z Downloaded ring v0.17.14
13452026-03-27T02:41:16.957Z Downloaded aws-lc-sys v0.37.1
13462026-03-27T02:41:17.206Z Compiling libc v0.2.180
13472026-03-27T02:41:17.206Z Compiling serde v1.0.228
13482026-03-27T02:41:17.210Z Compiling log v0.4.29
13492026-03-27T02:41:17.210Z Compiling find-msvc-tools v0.1.9
13502026-03-27T02:41:17.351Z Compiling shlex v1.3.0
13512026-03-27T02:41:17.357Z Compiling smallvec v1.15.1
13522026-03-27T02:41:17.371Z Compiling syn v2.0.117
13532026-03-27T02:41:17.374Z Compiling typenum v1.19.0
13542026-03-27T02:41:17.536Z Compiling generic-array v0.14.7
13552026-03-27T02:41:17.550Z Compiling subtle v2.6.1
13562026-03-27T02:41:17.568Z Compiling scopeguard v1.2.0
13572026-03-27T02:41:17.594Z Compiling portable-atomic v1.13.1
13582026-03-27T02:41:17.662Z Compiling lock_api v0.4.14
13592026-03-27T02:41:17.674Z Compiling const-oid v0.9.6
13602026-03-27T02:41:17.715Z Compiling critical-section v1.2.0
13612026-03-27T02:41:17.773Z Compiling zerocopy v0.8.40
13622026-03-27T02:41:17.819Z Compiling parking_lot_core v0.9.12
13632026-03-27T02:41:17.883Z Compiling serde_json v1.0.149
13642026-03-27T02:41:18.056Z Compiling pin-project-lite v0.2.17
13652026-03-27T02:41:18.147Z Compiling pkg-config v0.3.32
13662026-03-27T02:41:18.207Z Compiling getrandom v0.2.17
13672026-03-27T02:41:18.237Z Compiling jobserver v0.1.34
13682026-03-27T02:41:18.317Z Compiling errno v0.3.14
13692026-03-27T02:41:18.403Z Compiling rand_core v0.6.4
13702026-03-27T02:41:18.463Z Compiling cc v1.2.56
13712026-03-27T02:41:18.466Z Compiling signal-hook-registry v1.4.8
13722026-03-27T02:41:18.594Z Compiling once_cell v1.21.3
13732026-03-27T02:41:18.680Z Compiling mio v1.1.1
13742026-03-27T02:41:18.697Z Compiling bitflags v2.11.0
13752026-03-27T02:41:18.747Z Compiling libm v0.2.16
13762026-03-27T02:41:18.799Z Compiling num-traits v0.2.19
13772026-03-27T02:41:18.905Z Compiling parking_lot v0.12.5
13782026-03-27T02:41:18.921Z Compiling futures-core v0.3.32
13792026-03-27T02:41:19.075Z Compiling socket2 v0.6.2
13802026-03-27T02:41:19.136Z Compiling percent-encoding v2.3.2
13812026-03-27T02:41:19.158Z Compiling allocator-api2 v0.2.21
13822026-03-27T02:41:19.344Z Compiling cpufeatures v0.2.17
13832026-03-27T02:41:19.395Z Compiling foldhash v0.2.0
13842026-03-27T02:41:19.422Z Compiling futures-sink v0.3.32
13852026-03-27T02:41:19.442Z Compiling futures-task v0.3.32
13862026-03-27T02:41:19.534Z Compiling futures-channel v0.3.32
13872026-03-27T02:41:19.549Z Compiling hashbrown v0.16.1
13882026-03-27T02:41:19.564Z Compiling getrandom v0.4.1
13892026-03-27T02:41:19.615Z Compiling slab v0.4.12
13902026-03-27T02:41:19.630Z Compiling futures-io v0.3.32
13912026-03-27T02:41:19.767Z Compiling getrandom v0.3.4
13922026-03-27T02:41:19.788Z Compiling rand_core v0.10.0
13932026-03-27T02:41:19.802Z Compiling rustversion v1.0.22
13942026-03-27T02:41:19.921Z Compiling form_urlencoded v1.2.2
13952026-03-27T02:41:20.109Z Compiling indexmap v2.13.0
13962026-03-27T02:41:20.168Z Compiling cmake v0.1.57
13972026-03-27T02:41:20.202Z Compiling synstructure v0.13.2
13982026-03-27T02:41:20.359Z Compiling dunce v1.0.5
13992026-03-27T02:41:20.465Z Compiling fs_extra v1.3.0
14002026-03-27T02:41:20.582Z Compiling ident_case v1.0.1
14012026-03-27T02:41:20.613Z Compiling base64ct v1.8.3
14022026-03-27T02:41:20.715Z Compiling flagset v0.4.7
14032026-03-27T02:41:20.740Z Compiling aws-lc-sys v0.37.1
14042026-03-27T02:41:20.755Z Compiling rand_core v0.9.5
14052026-03-27T02:41:20.782Z Compiling iana-time-zone v0.1.65
14062026-03-27T02:41:20.832Z Compiling rustix v1.1.3
14072026-03-27T02:41:20.849Z Compiling uuid v1.21.0
14082026-03-27T02:41:20.920Z Compiling pem-rfc7468 v0.7.0
14092026-03-27T02:41:20.923Z Compiling ring v0.17.14
14102026-03-27T02:41:20.990Z Compiling rustc_version v0.4.1
14112026-03-27T02:41:21.033Z Compiling regex-syntax v0.8.10
14122026-03-27T02:41:21.232Z Compiling vcpkg v0.2.15
14132026-03-27T02:41:21.320Z Compiling aws-lc-rs v1.16.0
14142026-03-27T02:41:21.576Z Compiling tracing-core v0.1.36
14152026-03-27T02:41:21.625Z Compiling crossbeam-utils v0.8.21
14162026-03-27T02:41:21.940Z Compiling pest_generator v2.8.6
14172026-03-27T02:41:21.994Z Compiling serde_derive v1.0.228
14182026-03-27T02:41:22.022Z Compiling zeroize_derive v1.4.3
14192026-03-27T02:41:22.136Z Compiling zerofrom-derive v0.1.6
14202026-03-27T02:41:22.598Z Compiling yoke-derive v0.8.1
14212026-03-27T02:41:22.643Z Compiling zerocopy-derive v0.8.40
14222026-03-27T02:41:22.671Z Compiling zeroize v1.8.2
14232026-03-27T02:41:23.438Z Compiling crypto-common v0.1.7
14242026-03-27T02:41:23.452Z Compiling block-buffer v0.10.4
14252026-03-27T02:41:23.546Z Compiling zerofrom v0.1.6
14262026-03-27T02:41:23.588Z Compiling digest v0.10.7
14272026-03-27T02:41:23.620Z Compiling zerovec-derive v0.11.2
14282026-03-27T02:41:23.673Z Compiling displaydoc v0.2.5
14292026-03-27T02:41:23.756Z Compiling yoke v0.8.1
14302026-03-27T02:41:23.826Z Compiling tokio-macros v2.6.0
14312026-03-27T02:41:23.940Z Compiling hmac v0.12.1
14322026-03-27T02:41:24.098Z Compiling futures-macro v0.3.32
14332026-03-27T02:41:24.424Z Compiling zerotrie v0.2.3
14342026-03-27T02:41:24.587Z Compiling block-padding v0.3.3
14352026-03-27T02:41:24.723Z Compiling inout v0.1.4
14362026-03-27T02:41:24.747Z Compiling sha2 v0.10.9
14372026-03-27T02:41:24.765Z Compiling zerovec v0.11.5
14382026-03-27T02:41:24.889Z Compiling cipher v0.4.4
14392026-03-27T02:41:24.904Z Compiling futures-util v0.3.32
14402026-03-27T02:41:25.150Z Compiling der_derive v0.7.3
14412026-03-27T02:41:25.263Z Compiling tinystr v0.8.2
14422026-03-27T02:41:25.466Z Compiling bytes v1.11.1
14432026-03-27T02:41:25.482Z Compiling icu_locale_core v2.1.1
14442026-03-27T02:41:25.654Z Compiling potential_utf v0.1.4
14452026-03-27T02:41:25.824Z Compiling icu_collections v2.1.1
14462026-03-27T02:41:26.069Z Compiling tokio v1.49.0
14472026-03-27T02:41:26.096Z Compiling icu_provider v2.1.1
14482026-03-27T02:41:26.118Z Compiling der v0.7.10
14492026-03-27T02:41:26.304Z Compiling http v1.4.0
14502026-03-27T02:41:26.352Z Compiling icu_properties v2.1.2
14512026-03-27T02:41:26.391Z Compiling icu_normalizer v2.1.1
14522026-03-27T02:41:26.909Z Compiling ppv-lite86 v0.2.21
14532026-03-27T02:41:27.066Z Compiling spki v0.7.3
14542026-03-27T02:41:27.141Z Compiling chrono v0.4.44
14552026-03-27T02:41:27.184Z Compiling idna_adapter v1.2.1
14562026-03-27T02:41:27.226Z Compiling salsa20 v0.10.2
14572026-03-27T02:41:27.267Z Compiling pbkdf2 v0.12.2
14582026-03-27T02:41:27.281Z Compiling thiserror-impl v2.0.18
14592026-03-27T02:41:27.319Z Compiling idna v1.1.0
14602026-03-27T02:41:27.361Z Compiling scrypt v0.11.0
14612026-03-27T02:41:27.379Z Compiling rand_chacha v0.9.0
14622026-03-27T02:41:27.412Z Compiling aes v0.8.4
14632026-03-27T02:41:27.607Z Compiling url v2.5.8
14642026-03-27T02:41:27.947Z Compiling cbc v0.1.2
14652026-03-27T02:41:28.064Z Compiling rustls-pki-types v1.14.0
14662026-03-27T02:41:28.096Z Compiling openssl-sys v0.9.111
14672026-03-27T02:41:28.386Z Compiling tracing-attributes v0.1.31
14682026-03-27T02:41:28.458Z Compiling pkcs5 v0.7.1
14692026-03-27T02:41:28.482Z Compiling rand v0.9.2
14702026-03-27T02:41:28.497Z Compiling http-body v1.0.1
14712026-03-27T02:41:28.577Z Compiling thiserror v2.0.18
14722026-03-27T02:41:28.643Z Compiling serde_derive_internals v0.29.1
14732026-03-27T02:41:28.662Z Compiling schemars v0.8.22
14742026-03-27T02:41:28.682Z Compiling httparse v1.10.1
14752026-03-27T02:41:28.857Z Compiling base64 v0.22.1
14762026-03-27T02:41:28.926Z Compiling syn v1.0.109
14772026-03-27T02:41:29.015Z Compiling openssl-probe v0.2.1
14782026-03-27T02:41:29.176Z Compiling untrusted v0.7.1
14792026-03-27T02:41:29.233Z Compiling untrusted v0.9.0
14802026-03-27T02:41:29.342Z Compiling pkcs8 v0.10.2
14812026-03-27T02:41:29.342Z Compiling pest_derive v2.8.6
14822026-03-27T02:41:29.368Z Compiling scroll_derive v0.13.1
14832026-03-27T02:41:29.561Z Compiling schemars_derive v0.8.22
14842026-03-27T02:41:29.662Z Compiling tokio-util v0.7.18
14852026-03-27T02:41:29.707Z Compiling tracing v0.1.44
14862026-03-27T02:41:29.975Z Compiling darling_core v0.20.11
14872026-03-27T02:41:30.165Z Compiling atomic-waker v1.1.2
14882026-03-27T02:41:30.248Z Compiling tower-service v0.3.3
14892026-03-27T02:41:30.292Z Compiling dyn-clone v1.0.20
14902026-03-27T02:41:30.345Z Compiling try-lock v0.2.5
14912026-03-27T02:41:30.430Z Compiling rustls v0.23.37
14922026-03-27T02:41:30.456Z Compiling tinyvec_macros v0.1.1
14932026-03-27T02:41:30.531Z Compiling tower-layer v0.3.3
14942026-03-27T02:41:30.600Z Compiling tinyvec v1.10.0
14952026-03-27T02:41:30.690Z Compiling want v0.3.1
14962026-03-27T02:41:30.705Z Compiling h2 v0.4.13
14972026-03-27T02:41:30.853Z Compiling scroll v0.13.0
14982026-03-27T02:41:31.116Z Compiling ipnet v2.11.0
14992026-03-27T02:41:31.224Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-03-27T02:41:31.558Z Compiling spin v0.9.8
15012026-03-27T02:41:31.602Z Compiling aho-corasick v1.1.4
15022026-03-27T02:41:31.616Z Compiling time-core v0.1.8
15032026-03-27T02:41:31.764Z Compiling httpdate v1.0.3
15042026-03-27T02:41:31.767Z Compiling openssl v0.10.75
15052026-03-27T02:41:31.990Z Compiling crc32fast v1.5.0
15062026-03-27T02:41:32.004Z Compiling num-conv v0.2.0
15072026-03-27T02:41:32.087Z Compiling powerfmt v0.2.0
15082026-03-27T02:41:32.133Z Compiling pin-utils v0.1.0
15092026-03-27T02:41:32.209Z Compiling foreign-types-shared v0.1.1
15102026-03-27T02:41:32.223Z Compiling darling_macro v0.20.11
15112026-03-27T02:41:32.250Z Compiling tempfile v3.25.0
15122026-03-27T02:41:32.288Z Compiling foreign-types v0.3.2
15132026-03-27T02:41:32.347Z Compiling deranged v0.5.8
15142026-03-27T02:41:32.361Z Compiling time-macros v0.2.27
15152026-03-27T02:41:32.622Z Compiling regex-automata v0.4.14
15162026-03-27T02:41:32.681Z Compiling darling v0.20.11
15172026-03-27T02:41:33.263Z Compiling goblin v0.10.5
15182026-03-27T02:41:33.410Z Compiling thiserror-impl v1.0.69
15192026-03-27T02:41:33.835Z Compiling hyper v1.8.1
15202026-03-27T02:41:34.616Z Compiling openssl-macros v0.1.1
15212026-03-27T02:41:34.700Z Compiling wait-timeout v0.2.1
15222026-03-27T02:41:34.891Z Compiling usdt-impl v0.6.0
15232026-03-27T02:41:34.969Z Compiling siphasher v1.0.2
15242026-03-27T02:41:34.997Z Compiling simd-adler32 v0.3.8
15252026-03-27T02:41:35.097Z Compiling quick-error v1.2.3
15262026-03-27T02:41:35.156Z Compiling num_threads v0.1.7
15272026-03-27T02:41:35.214Z Compiling either v1.15.0
15282026-03-27T02:41:35.243Z Compiling native-tls v0.2.18
15292026-03-27T02:41:35.267Z Compiling bit-vec v0.8.0
15302026-03-27T02:41:35.411Z Compiling time v0.3.47
15312026-03-27T02:41:35.458Z Compiling bit-set v0.8.0
15322026-03-27T02:41:35.475Z Compiling rusty-fork v0.3.1
15332026-03-27T02:41:35.619Z Compiling hyper-util v0.1.20
15342026-03-27T02:41:35.785Z Compiling thiserror v1.0.69
15352026-03-27T02:41:35.891Z Compiling derive_builder_core v0.20.2
15362026-03-27T02:41:36.747Z Compiling dof v0.4.0
15372026-03-27T02:41:36.942Z Compiling unicode-normalization v0.1.25
15382026-03-27T02:41:36.957Z Compiling crossbeam-epoch v0.9.18
15392026-03-27T02:41:37.276Z Compiling dtrace-parser v0.3.0
15402026-03-27T02:41:37.327Z Compiling rustls-native-certs v0.8.3
15412026-03-27T02:41:37.387Z Compiling signature v2.2.0
15422026-03-27T02:41:37.511Z Compiling scroll_derive v0.12.1
15432026-03-27T02:41:37.562Z Compiling heapless v0.7.17
15442026-03-27T02:41:37.606Z Compiling rand_xorshift v0.4.0
15452026-03-27T02:41:37.774Z Compiling slog v2.8.2
15462026-03-27T02:41:37.796Z Compiling darling_core v0.21.3
15472026-03-27T02:41:37.889Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-03-27T02:41:37.954Z Compiling sync_wrapper v1.0.2
15492026-03-27T02:41:37.997Z Compiling thread-id v5.1.0
15502026-03-27T02:41:38.066Z Compiling cookie v0.18.1
15512026-03-27T02:41:38.084Z Compiling zstd-safe v7.2.4
15522026-03-27T02:41:38.158Z Compiling paste v1.0.15
15532026-03-27T02:41:38.173Z Compiling rayon-core v1.13.0
15542026-03-27T02:41:38.250Z Compiling adler2 v2.0.1
15552026-03-27T02:41:38.279Z Compiling unicode-segmentation v1.12.0
15562026-03-27T02:41:38.344Z Compiling unicode-properties v0.1.4
15572026-03-27T02:41:38.361Z Compiling signal-hook v0.3.18
15582026-03-27T02:41:38.377Z Compiling unicode-bidi v0.3.18
15592026-03-27T02:41:38.421Z Compiling unarray v0.1.4
15602026-03-27T02:41:38.529Z Compiling anyhow v1.0.102
15612026-03-27T02:41:38.556Z Compiling proptest v1.10.0
15622026-03-27T02:41:38.641Z Compiling miniz_oxide v0.8.9
15632026-03-27T02:41:38.702Z Compiling stringprep v0.1.5
15642026-03-27T02:41:39.041Z Compiling scroll v0.12.0
15652026-03-27T02:41:39.253Z Compiling tower v0.5.3
15662026-03-27T02:41:39.366Z Compiling crossbeam-deque v0.8.6
15672026-03-27T02:41:39.555Z Compiling derive_builder_macro v0.20.2
15682026-03-27T02:41:39.645Z Compiling ipnetwork v0.21.1
15692026-03-27T02:41:39.661Z Compiling http-body-util v0.1.3
15702026-03-27T02:41:39.726Z Compiling webpki-roots v1.0.6
15712026-03-27T02:41:39.730Z Compiling rand_chacha v0.3.1
15722026-03-27T02:41:39.850Z Compiling toml_datetime v0.6.11
15732026-03-27T02:41:39.900Z Compiling serde_tokenstream v0.2.3
15742026-03-27T02:41:40.018Z Compiling serde_spanned v0.6.9
15752026-03-27T02:41:40.040Z Compiling erased-serde v0.3.31
15762026-03-27T02:41:40.113Z Compiling md-5 v0.10.6
15772026-03-27T02:41:40.167Z Compiling zerocopy-derive v0.7.35
15782026-03-27T02:41:40.219Z Compiling curve25519-dalek v4.1.3
15792026-03-27T02:41:40.280Z Compiling vergen-lib v0.1.6
15802026-03-27T02:41:40.348Z Compiling darling_macro v0.21.3
15812026-03-27T02:41:40.462Z Compiling num-integer v0.1.46
15822026-03-27T02:41:40.530Z Compiling hash32 v0.2.1
15832026-03-27T02:41:40.552Z Compiling ff v0.13.1
15842026-03-27T02:41:40.555Z Compiling memoffset v0.9.1
15852026-03-27T02:41:40.690Z Compiling cfg_aliases v0.2.1
15862026-03-27T02:41:40.720Z Compiling iri-string v0.7.10
15872026-03-27T02:41:40.756Z Compiling ref-cast v1.0.25
15882026-03-27T02:41:40.770Z Compiling base16ct v0.2.0
15892026-03-27T02:41:40.786Z Compiling psl-types v2.0.11
15902026-03-27T02:41:40.815Z Compiling num-bigint-dig v0.8.6
15912026-03-27T02:41:40.908Z Compiling rustix v0.38.44
15922026-03-27T02:41:40.939Z Compiling litrs v1.0.0
15932026-03-27T02:41:40.999Z Compiling ryu v1.0.23
15942026-03-27T02:41:41.026Z Compiling smoltcp v0.9.1
15952026-03-27T02:41:41.045Z Compiling zlib-rs v0.6.2
15962026-03-27T02:41:41.182Z Compiling fallible-iterator v0.2.0
15972026-03-27T02:41:41.344Z Compiling serde_urlencoded v0.7.1
15982026-03-27T02:41:41.422Z Compiling zerocopy v0.7.35
15992026-03-27T02:41:41.440Z Compiling document-features v0.2.12
16002026-03-27T02:41:41.482Z Compiling postgres-protocol v0.6.10
16012026-03-27T02:41:41.605Z Compiling newtype-uuid v1.3.2
16022026-03-27T02:41:41.932Z Compiling tower-http v0.6.8
16032026-03-27T02:41:41.966Z Compiling publicsuffix v2.3.0
16042026-03-27T02:41:42.006Z Compiling sec1 v0.7.3
16052026-03-27T02:41:42.024Z Compiling darling v0.21.3
16062026-03-27T02:41:42.109Z Compiling nix v0.31.1
16072026-03-27T02:41:42.180Z Compiling num-iter v0.1.45
16082026-03-27T02:41:42.274Z Compiling group v0.13.0
16092026-03-27T02:41:42.375Z Compiling derive_builder v0.20.2
16102026-03-27T02:41:42.450Z Compiling rand v0.8.5
16112026-03-27T02:41:42.468Z Compiling oxnet v0.1.4
16122026-03-27T02:41:42.602Z Compiling proc-macro-error v1.0.4
16132026-03-27T02:41:42.713Z Compiling tokio-native-tls v0.3.1
16142026-03-27T02:41:42.849Z Compiling goblin v0.8.2
16152026-03-27T02:41:43.312Z Compiling heck v0.4.1
16162026-03-27T02:41:43.536Z Compiling phf_shared v0.13.1
16172026-03-27T02:41:43.560Z Compiling hubpack_derive v0.1.1
16182026-03-27T02:41:43.613Z Compiling regex v1.12.3
16192026-03-27T02:41:43.738Z Compiling lazy_static v1.5.0
16202026-03-27T02:41:43.772Z Compiling cargo-platform v0.1.9
16212026-03-27T02:41:43.833Z Compiling hkdf v0.12.4
16222026-03-27T02:41:43.995Z Compiling flate2 v1.1.9
16232026-03-27T02:41:44.009Z Compiling crypto-bigint v0.5.5
16242026-03-27T02:41:44.030Z Compiling terminal_size v0.4.3
16252026-03-27T02:41:44.044Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-27T02:41:44.204Z Compiling ref-cast-impl v1.0.25
16272026-03-27T02:41:44.296Z Compiling daft-derive v0.1.5
16282026-03-27T02:41:44.434Z Compiling async-trait v0.1.89
16292026-03-27T02:41:44.727Z Compiling strum_macros v0.27.2
16302026-03-27T02:41:44.753Z Compiling vergen v9.0.6
16312026-03-27T02:41:44.939Z Compiling fs-err v3.3.0
16322026-03-27T02:41:45.013Z Compiling ahash v0.8.12
16332026-03-27T02:41:45.128Z Compiling managed v0.8.0
16342026-03-27T02:41:45.219Z Compiling bumpalo v3.20.2
16352026-03-27T02:41:45.350Z Compiling libbz2-rs-sys v0.2.2
16362026-03-27T02:41:45.478Z Compiling foldhash v0.1.5
16372026-03-27T02:41:45.494Z Compiling winnow v0.5.40
16382026-03-27T02:41:45.660Z Compiling object v0.37.3
16392026-03-27T02:41:45.929Z Compiling bitflags v1.3.2
16402026-03-27T02:41:46.082Z Compiling bzip2 v0.6.1
16412026-03-27T02:41:46.142Z Compiling hashbrown v0.15.5
16422026-03-27T02:41:46.291Z Compiling zopfli v0.8.3
16432026-03-27T02:41:46.359Z Compiling clap_builder v4.5.60
16442026-03-27T02:41:46.688Z Compiling console v0.16.2
16452026-03-27T02:41:46.703Z Compiling strum v0.27.2
16462026-03-27T02:41:46.807Z Compiling toml_edit v0.19.15
16472026-03-27T02:41:46.904Z Compiling dof v0.3.0
16482026-03-27T02:41:46.935Z Compiling daft v0.1.5
16492026-03-27T02:41:46.949Z Compiling elliptic-curve v0.13.8
16502026-03-27T02:41:47.332Z Compiling hubpack v0.1.2
16512026-03-27T02:41:47.346Z Compiling cargo_metadata v0.19.2
16522026-03-27T02:41:47.603Z Compiling phf v0.13.1
16532026-03-27T02:41:47.766Z Compiling zone_cfg_derive v0.3.1
16542026-03-27T02:41:48.399Z Compiling signal-hook-mio v0.2.5
16552026-03-27T02:41:48.526Z Compiling cookie_store v0.22.1
16562026-03-27T02:41:49.044Z Compiling rayon v1.11.0
16572026-03-27T02:41:49.163Z Compiling zstd v0.13.3
16582026-03-27T02:41:49.325Z Compiling hyper-tls v0.6.0
16592026-03-27T02:41:49.461Z Compiling bzip2 v0.4.4
16602026-03-27T02:41:50.510Z Compiling serde_with_macros v3.17.0
16612026-03-27T02:41:50.513Z Compiling postgres-types v0.2.12
16622026-03-27T02:41:50.514Z Compiling usdt-macro v0.6.0
16632026-03-27T02:41:50.514Z Compiling usdt-attr-macro v0.6.0
16642026-03-27T02:41:50.514Z Compiling ed25519 v2.2.3
16652026-03-27T02:41:50.514Z Compiling dtrace-parser v0.2.0
16662026-03-27T02:41:50.637Z Compiling itertools v0.12.1
16672026-03-27T02:41:50.683Z Compiling phf_shared v0.11.3
16682026-03-27T02:41:50.832Z Compiling bstr v1.12.1
16692026-03-27T02:41:50.868Z Compiling pkcs1 v0.7.5
16702026-03-27T02:41:50.897Z Compiling serde-big-array v0.5.1
16712026-03-27T02:41:51.042Z Compiling hex v0.4.3
16722026-03-27T02:41:51.144Z Compiling rfc6979 v0.4.0
16732026-03-27T02:41:51.162Z Compiling strum_macros v0.26.4
16742026-03-27T02:41:51.267Z Compiling clap_derive v4.5.55
16752026-03-27T02:41:51.267Z Compiling enum-as-inner v0.6.1
16762026-03-27T02:41:51.310Z Compiling serde_repr v0.1.20
16772026-03-27T02:41:51.468Z Compiling float-cmp v0.10.0
16782026-03-27T02:41:51.617Z Compiling memmap2 v0.9.10
16792026-03-27T02:41:51.777Z Compiling thread-id v4.2.2
16802026-03-27T02:41:51.830Z Compiling env_filter v1.0.0
16812026-03-27T02:41:51.845Z Compiling encoding_rs v0.8.35
16822026-03-27T02:41:51.845Z Compiling whoami v2.1.0
16832026-03-27T02:41:51.874Z Compiling static_assertions v1.1.0
16842026-03-27T02:41:51.951Z Compiling rustc-hash v2.1.1
16852026-03-27T02:41:52.082Z Compiling predicates-core v1.0.10
16862026-03-27T02:41:52.128Z Compiling fixedbitset v0.5.7
16872026-03-27T02:41:52.238Z Compiling precomputed-hash v0.1.1
16882026-03-27T02:41:52.265Z Compiling difflib v0.4.0
16892026-03-27T02:41:52.331Z Compiling jiff v0.2.21
16902026-03-27T02:41:52.433Z Compiling fixedbitset v0.4.2
16912026-03-27T02:41:52.655Z Compiling unit-prefix v0.5.2
16922026-03-27T02:41:52.810Z Compiling keccak v0.1.6
16932026-03-27T02:41:52.833Z Compiling new_debug_unreachable v1.0.6
16942026-03-27T02:41:52.876Z Compiling normalize-line-endings v0.3.0
16952026-03-27T02:41:52.909Z Compiling mime v0.3.17
16962026-03-27T02:41:52.982Z Compiling data-encoding v2.10.0
16972026-03-27T02:41:53.020Z Compiling clap v4.5.60
16982026-03-27T02:41:53.108Z Compiling sha3 v0.10.8
16992026-03-27T02:41:53.163Z Compiling predicates v3.1.4
17002026-03-27T02:41:53.166Z Compiling string_cache v0.8.9
17012026-03-27T02:41:53.366Z Compiling hickory-proto v0.25.2
17022026-03-27T02:41:53.400Z Compiling strum v0.26.3
17032026-03-27T02:41:53.537Z Compiling indicatif v0.18.4
17042026-03-27T02:41:53.566Z Compiling toml_edit v0.22.27
17052026-03-27T02:41:53.620Z Compiling petgraph v0.6.5
17062026-03-27T02:41:53.667Z Compiling petgraph v0.8.3
17072026-03-27T02:41:53.811Z Compiling tokio-postgres v0.7.16
17082026-03-27T02:41:54.403Z Compiling iddqd v0.3.17
17092026-03-27T02:41:55.144Z Compiling zip v4.6.1
17102026-03-27T02:41:55.515Z Compiling env_logger v0.11.9
17112026-03-27T02:41:55.635Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17122026-03-27T02:41:55.875Z Compiling usdt-impl v0.5.0
17132026-03-27T02:41:56.039Z Compiling usdt v0.6.0
17142026-03-27T02:41:56.111Z Compiling zone v0.3.1
17152026-03-27T02:41:56.301Z Compiling serde_with v3.17.0
17162026-03-27T02:41:56.324Z Compiling similar v2.7.0
17172026-03-27T02:41:56.454Z Compiling ecdsa v0.16.9
17182026-03-27T02:41:56.498Z Compiling rsa v0.9.10
17192026-03-27T02:41:56.773Z Compiling ed25519-dalek v2.2.0
17202026-03-27T02:41:56.837Z Compiling crossterm v0.28.1
17212026-03-27T02:41:57.181Z Compiling zip v0.6.6
17222026-03-27T02:41:57.987Z Compiling toml v0.7.8
17232026-03-27T02:41:58.376Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-03-27T02:41:58.405Z Compiling itertools v0.13.0
17252026-03-27T02:41:58.421Z Compiling tokio-stream v0.1.18
17262026-03-27T02:41:58.578Z Compiling buf-list v1.1.2
17272026-03-27T02:41:58.854Z Compiling x509-cert v0.2.5
17282026-03-27T02:41:58.870Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17292026-03-27T02:41:58.883Z Compiling openapiv3 v2.2.0
17302026-03-27T02:41:59.008Z Compiling sha1 v0.10.6
17312026-03-27T02:41:59.164Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-03-27T02:41:59.273Z Compiling lalrpop-util v0.19.12
17332026-03-27T02:41:59.483Z Compiling peg-runtime v0.8.5
17342026-03-27T02:41:59.496Z Compiling thread_local v1.1.9
17352026-03-27T02:41:59.686Z Compiling slog-async v2.8.0
17362026-03-27T02:41:59.755Z Compiling crossbeam-channel v0.5.15
17372026-03-27T02:41:59.774Z Compiling futures-executor v0.3.32
17382026-03-27T02:41:59.807Z Compiling filetime v0.2.27
17392026-03-27T02:41:59.981Z Compiling is-terminal v0.4.17
17402026-03-27T02:42:00.012Z Compiling xattr v1.6.1
17412026-03-27T02:42:00.033Z Compiling term v1.2.1
17422026-03-27T02:42:00.083Z Compiling take_mut v0.2.2
17432026-03-27T02:42:00.215Z Compiling tar v0.4.45
17442026-03-27T02:42:00.220Z Compiling futures v0.3.32
17452026-03-27T02:42:00.310Z Compiling slog-term v2.9.2
17462026-03-27T02:42:06.555Z Compiling rustls-webpki v0.103.9
17472026-03-27T02:42:09.326Z Compiling tokio-rustls v0.26.4
17482026-03-27T02:42:09.326Z Compiling rustls-platform-verifier v0.6.2
17492026-03-27T02:42:09.532Z Compiling hyper-rustls v0.27.7
17502026-03-27T02:42:09.737Z Compiling reqwest v0.13.2
17512026-03-27T02:42:09.738Z Compiling reqwest v0.12.28
17522026-03-27T02:42:11.806Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-03-27T02:42:12.026Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-03-27T02:42:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-03-27T02:42:14.948Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-03-27T02:42:15.004ZMar 27 02:42:13.485 INFO Starting download, target: Cockroach
17572026-03-27T02:42:15.004ZMar 27 02:42:13.485 INFO Starting download, target: Console
17582026-03-27T02:42:15.004ZMar 27 02:42:13.485 INFO Starting download, target: Clickhouse
17592026-03-27T02:42:15.009ZMar 27 02:42:13.485 INFO Starting download, target: DendriteStub
17602026-03-27T02:42:15.009ZMar 27 02:42:13.485 INFO Starting download, target: TransceiverControl
17612026-03-27T02:42:15.009ZMar 27 02:42:13.485 INFO Starting download, target: MaghemiteMgd
17622026-03-27T02:42:15.009ZMar 27 02:42:13.485 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-27T02:42:15.009ZMar 27 02:42:13.485 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-03-27T02:42:15.009ZMar 27 02:42:13.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-03-27T02:42:15.009ZMar 27 02:42:13.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-27T02:42:15.009ZMar 27 02:42:13.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-03-27T02:42:15.009ZMar 27 02:42:13.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-03-27T02:42:15.404ZMar 27 02:42:13.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-27T02:42:15.612ZMar 27 02:42:14.087 INFO Download complete, target: TransceiverControl
17702026-03-27T02:42:16.436ZMar 27 02:42:14.915 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-27T02:42:16.526ZMar 27 02:42:15.006 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-27T02:42:16.906ZMar 27 02:42:15.387 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-27T02:42:17.070ZMar 27 02:42:15.551 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17742026-03-27T02:42:17.327ZMar 27 02:42:15.807 INFO Download complete, target: Console
17752026-03-27T02:42:17.330ZMar 27 02:42:15.809 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-03-27T02:42:17.330ZMar 27 02:42:15.809 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-03-27T02:42:18.664ZMar 27 02:42:17.144 INFO Download complete, target: DendriteStub
17782026-03-27T02:42:18.907ZMar 27 02:42:17.387 INFO Download complete, target: MaghemiteMgd
17792026-03-27T02:42:21.940ZMar 27 02:42:20.420 INFO Checking that binary works, target: Cockroach
17802026-03-27T02:42:22.036ZMar 27 02:42:20.516 INFO Download complete, target: Cockroach
17812026-03-27T02:42:23.593ZMar 27 02:42:22.073 INFO Checking that binary works, target: Clickhouse
17822026-03-27T02:42:23.680ZMar 27 02:42:22.160 INFO Download complete, target: Clickhouse
17832026-03-27T02:42:23.694ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-03-27T02:42:23.697Z
17852026-03-27T02:42:23.697Zreal 3:06.879364071
17862026-03-27T02:42:23.697Zuser 7:14.016209774
17872026-03-27T02:42:23.697Zsys 1:25.309288030
17882026-03-27T02:42:23.697Ztrap 0.223838694
17892026-03-27T02:42:23.697Ztflt 0.624648589
17902026-03-27T02:42:23.697Zdflt 0.433106568
17912026-03-27T02:42:23.697Zkflt 0.021969933
17922026-03-27T02:42:23.697Zlock 21:09.749134005
17932026-03-27T02:42:23.697Zslp 22:04.563801927
17942026-03-27T02:42:23.697Zlat 44.521779496
17952026-03-27T02:42:23.697Zstop 1:56.997952151
17962026-03-27T02:42:23.697Z+ banner hack-check
17972026-03-27T02:42:23.697Z
17982026-03-27T02:42:23.697Z # # ## #### # # #### # # ###### #### # #
17992026-03-27T02:42:23.697Z # # # # # # # # # # # # # # # # #
18002026-03-27T02:42:23.697Z ###### # # # #### ##### # ###### ##### # ####
18012026-03-27T02:42:23.697Z # # ###### # # # # # # # # # #
18022026-03-27T02:42:23.697Z # # # # # # # # # # # # # # # # #
18032026-03-27T02:42:23.697Z # # # # #### # # #### # # ###### #### # #
18042026-03-27T02:42:23.697Z
18052026-03-27T02:42:23.697Z+ export CARGO_INCREMENTAL=0
18062026-03-27T02:42:23.697Z+ CARGO_INCREMENTAL=0
18072026-03-27T02:42:23.697Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-03-27T02:42:24.233Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-03-27T02:42:24.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-03-27T02:42:26.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18112026-03-27T02:42:26.391Z Running `target/debug/xtask check-features --ci`
18122026-03-27T02:42:26.420Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-03-27T02:42:26.424Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-03-27T02:42:26.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18152026-03-27T02:42:26.934Z Running `target/debug/xtask download cargo-hack`
18162026-03-27T02:42:27.715Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-03-27T02:42:28.032Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-03-27T02:42:30.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18192026-03-27T02:42:30.625Z Running `target/debug/xtask-downloader cargo-hack`
18202026-03-27T02:42:30.664ZMar 27 02:42:29.144 INFO Starting download, target: CargoHack
18212026-03-27T02:42:30.667ZMar 27 02:42:29.144 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-03-27T02:42:31.042ZMar 27 02:42:29.521 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-03-27T02:42:31.091ZMar 27 02:42:29.570 INFO Download complete, target: CargoHack
18242026-03-27T02:42:31.094Zrunning: "/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"
18252026-03-27T02:42:31.106Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-03-27T02:42:31.252Zinfo: running `cargo check --bins` on api_identity (1/267)
18272026-03-27T02:42:31.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-03-27T02:42:31.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-03-27T02:42:31.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-03-27T02:42:31.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-03-27T02:42:31.834Z
18322026-03-27T02:42:31.834Zinfo: running `cargo check --bins` on bootstore (2/267)
18332026-03-27T02:42:32.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-03-27T02:42:32.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-03-27T02:42:32.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-03-27T02:42:32.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-03-27T02:42:32.420Z
18382026-03-27T02:42:32.420Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18392026-03-27T02:42:32.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-03-27T02:42:32.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-03-27T02:42:32.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-03-27T02:42:32.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-03-27T02:42:32.999Z
18442026-03-27T02:42:32.999Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18452026-03-27T02:42:33.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-03-27T02:42:33.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-03-27T02:42:33.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-03-27T02:42:33.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-03-27T02:42:33.581Z
18502026-03-27T02:42:33.581Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18512026-03-27T02:42:34.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-03-27T02:42:34.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-03-27T02:42:34.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-03-27T02:42:34.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18552026-03-27T02:42:34.163Z
18562026-03-27T02:42:34.163Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18572026-03-27T02:42:34.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-03-27T02:42:34.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-03-27T02:42:34.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-03-27T02:42:34.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18612026-03-27T02:42:34.757Z
18622026-03-27T02:42:34.757Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18632026-03-27T02:42:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-03-27T02:42:35.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-03-27T02:42:35.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-03-27T02:42:35.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18672026-03-27T02:42:35.352Z
18682026-03-27T02:42:35.352Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18692026-03-27T02:42:35.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-03-27T02:42:35.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-03-27T02:42:35.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-03-27T02:42:35.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18732026-03-27T02:42:35.948Z
18742026-03-27T02:42:35.949Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18752026-03-27T02:42:36.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-03-27T02:42:36.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-03-27T02:42:36.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-03-27T02:42:36.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-03-27T02:42:36.416Z
18802026-03-27T02:42:36.416Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18812026-03-27T02:42:36.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-03-27T02:42:36.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-03-27T02:42:36.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-03-27T02:42:36.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-03-27T02:42:36.885Z
18862026-03-27T02:42:36.885Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18872026-03-27T02:42:37.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-03-27T02:42:37.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-03-27T02:42:37.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-03-27T02:42:37.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-03-27T02:42:37.351Z
18922026-03-27T02:42:37.351Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18932026-03-27T02:42:37.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-03-27T02:42:37.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-03-27T02:42:37.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-03-27T02:42:37.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-03-27T02:42:37.821Z
18982026-03-27T02:42:37.821Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18992026-03-27T02:42:38.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-03-27T02:42:38.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-03-27T02:42:38.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-03-27T02:42:38.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-03-27T02:42:38.293Z
19042026-03-27T02:42:38.293Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19052026-03-27T02:42:38.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-03-27T02:42:38.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-03-27T02:42:38.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-03-27T02:42:38.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-03-27T02:42:38.768Z
19102026-03-27T02:42:38.768Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19112026-03-27T02:42:39.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-03-27T02:42:39.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-03-27T02:42:39.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-03-27T02:42:39.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-03-27T02:42:39.238Z
19162026-03-27T02:42:39.238Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19172026-03-27T02:42:39.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-03-27T02:42:39.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-03-27T02:42:39.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-03-27T02:42:39.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-03-27T02:42:39.707Z
19222026-03-27T02:42:39.707Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19232026-03-27T02:42:40.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-03-27T02:42:40.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-03-27T02:42:40.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-03-27T02:42:40.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-03-27T02:42:40.174Z
19282026-03-27T02:42:40.174Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19292026-03-27T02:42:40.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-03-27T02:42:40.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-03-27T02:42:40.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-03-27T02:42:40.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-03-27T02:42:40.641Z
19342026-03-27T02:42:40.641Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19352026-03-27T02:42:41.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-03-27T02:42:41.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-03-27T02:42:41.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-03-27T02:42:41.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-03-27T02:42:41.108Z
19402026-03-27T02:42:41.108Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19412026-03-27T02:42:41.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-03-27T02:42:41.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-03-27T02:42:41.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-03-27T02:42:41.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-03-27T02:42:41.576Z
19462026-03-27T02:42:41.576Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19472026-03-27T02:42:41.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-03-27T02:42:41.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-03-27T02:42:41.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-03-27T02:42:41.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-03-27T02:42:42.043Z
19522026-03-27T02:42:42.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19532026-03-27T02:42:42.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-03-27T02:42:42.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-03-27T02:42:42.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-03-27T02:42:42.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-03-27T02:42:42.511Z
19582026-03-27T02:42:42.511Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19592026-03-27T02:42:42.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-03-27T02:42:42.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-03-27T02:42:42.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-03-27T02:42:42.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-03-27T02:42:42.983Z
19642026-03-27T02:42:42.983Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19652026-03-27T02:42:43.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-03-27T02:42:43.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-03-27T02:42:43.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-03-27T02:42:43.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-03-27T02:42:43.452Z
19702026-03-27T02:42:43.452Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19712026-03-27T02:42:43.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-03-27T02:42:43.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-03-27T02:42:43.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-03-27T02:42:43.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-03-27T02:42:43.921Z
19762026-03-27T02:42:43.921Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19772026-03-27T02:42:44.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-03-27T02:42:44.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-03-27T02:42:44.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-03-27T02:42:44.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-03-27T02:42:44.392Z
19822026-03-27T02:42:44.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19832026-03-27T02:42:44.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-03-27T02:42:44.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-03-27T02:42:44.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-03-27T02:42:44.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-03-27T02:42:44.860Z
19882026-03-27T02:42:44.860Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19892026-03-27T02:42:45.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-03-27T02:42:45.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-03-27T02:42:45.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-03-27T02:42:45.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-03-27T02:42:45.328Z
19942026-03-27T02:42:45.328Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19952026-03-27T02:42:45.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-03-27T02:42:45.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-03-27T02:42:45.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-03-27T02:42:45.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-03-27T02:42:45.799Z
20002026-03-27T02:42:45.799Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
20012026-03-27T02:42:46.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-03-27T02:42:46.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-03-27T02:42:46.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-03-27T02:42:46.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-03-27T02:42:46.269Z
20062026-03-27T02:42:46.269Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20072026-03-27T02:42:46.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-03-27T02:42:46.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-03-27T02:42:46.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-03-27T02:42:46.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-03-27T02:42:46.736Z
20122026-03-27T02:42:46.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20132026-03-27T02:42:47.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-03-27T02:42:47.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-03-27T02:42:47.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-03-27T02:42:47.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-03-27T02:42:47.205Z
20182026-03-27T02:42:47.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20192026-03-27T02:42:47.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-03-27T02:42:47.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-03-27T02:42:47.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-03-27T02:42:47.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-03-27T02:42:47.675Z
20242026-03-27T02:42:47.675Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20252026-03-27T02:42:48.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-03-27T02:42:48.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-03-27T02:42:48.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-03-27T02:42:48.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-03-27T02:42:48.141Z
20302026-03-27T02:42:48.141Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20312026-03-27T02:42:48.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-03-27T02:42:48.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-03-27T02:42:48.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-03-27T02:42:48.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-03-27T02:42:48.609Z
20362026-03-27T02:42:48.610Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20372026-03-27T02:42:49.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-03-27T02:42:49.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-03-27T02:42:49.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-03-27T02:42:49.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-03-27T02:42:49.078Z
20422026-03-27T02:42:49.078Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20432026-03-27T02:42:49.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-03-27T02:42:49.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-03-27T02:42:49.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-03-27T02:42:49.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-03-27T02:42:49.546Z
20482026-03-27T02:42:49.546Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20492026-03-27T02:42:49.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-03-27T02:42:49.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-03-27T02:42:49.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-03-27T02:42:49.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-03-27T02:42:50.012Z
20542026-03-27T02:42:50.012Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20552026-03-27T02:42:50.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-03-27T02:42:50.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-03-27T02:42:50.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-03-27T02:42:50.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-03-27T02:42:50.483Z
20602026-03-27T02:42:50.483Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20612026-03-27T02:42:50.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-03-27T02:42:50.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-03-27T02:42:50.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-03-27T02:42:50.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-03-27T02:42:50.952Z
20662026-03-27T02:42:50.952Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20672026-03-27T02:42:51.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-03-27T02:42:51.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-03-27T02:42:51.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-03-27T02:42:51.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-03-27T02:42:51.422Z
20722026-03-27T02:42:51.422Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20732026-03-27T02:42:51.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-03-27T02:42:51.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-03-27T02:42:51.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-03-27T02:42:51.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-03-27T02:42:51.898Z
20782026-03-27T02:42:51.898Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20792026-03-27T02:42:52.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-03-27T02:42:52.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-03-27T02:42:52.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-03-27T02:42:52.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-03-27T02:42:52.369Z
20842026-03-27T02:42:52.369Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20852026-03-27T02:42:52.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-03-27T02:42:52.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-03-27T02:42:52.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-03-27T02:42:52.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-03-27T02:42:52.842Z
20902026-03-27T02:42:52.842Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20912026-03-27T02:42:53.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-03-27T02:42:53.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-03-27T02:42:53.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-03-27T02:42:53.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20952026-03-27T02:42:53.314Z
20962026-03-27T02:42:53.314Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20972026-03-27T02:42:53.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-03-27T02:42:53.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-03-27T02:42:53.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-03-27T02:42:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21012026-03-27T02:42:53.786Z
21022026-03-27T02:42:53.786Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21032026-03-27T02:42:54.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-03-27T02:42:54.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-03-27T02:42:54.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-03-27T02:42:54.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21072026-03-27T02:42:54.254Z
21082026-03-27T02:42:54.254Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21092026-03-27T02:42:54.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-03-27T02:42:54.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-03-27T02:42:54.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-03-27T02:42:54.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21132026-03-27T02:42:54.724Z
21142026-03-27T02:42:54.724Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21152026-03-27T02:42:55.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-03-27T02:42:55.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-03-27T02:42:55.511Z Checking cfg-if v1.0.4
21182026-03-27T02:42:55.514Z Checking libc v0.2.180
21192026-03-27T02:42:55.514Z Checking serde_core v1.0.228
21202026-03-27T02:42:55.661Z Checking memchr v2.8.0
21212026-03-27T02:42:55.673Z Checking smallvec v1.15.1
21222026-03-27T02:42:55.673Z Checking itoa v1.0.17
21232026-03-27T02:42:55.701Z Checking log v0.4.29
21242026-03-27T02:42:55.701Z Checking zeroize v1.8.2
21252026-03-27T02:42:55.726Z Checking stable_deref_trait v1.2.1
21262026-03-27T02:42:55.800Z Checking zerofrom v0.1.6
21272026-03-27T02:42:55.829Z Checking zmij v1.0.21
21282026-03-27T02:42:55.848Z Checking litemap v0.8.1
21292026-03-27T02:42:55.863Z Checking percent-encoding v2.3.2
21302026-03-27T02:42:55.863Z Checking writeable v0.6.2
21312026-03-27T02:42:55.912Z Checking yoke v0.8.1
21322026-03-27T02:42:56.000Z Checking libm v0.2.16
21332026-03-27T02:42:56.014Z Checking scopeguard v1.2.0
21342026-03-27T02:42:56.028Z Checking icu_properties_data v2.1.2
21352026-03-27T02:42:56.039Z Checking icu_normalizer_data v2.1.1
21362026-03-27T02:42:56.052Z Checking getrandom v0.2.17
21372026-03-27T02:42:56.052Z Checking errno v0.3.14
21382026-03-27T02:42:56.080Z Checking zerovec v0.11.5
21392026-03-27T02:42:56.106Z Checking zerotrie v0.2.3
21402026-03-27T02:42:56.109Z Checking lock_api v0.4.14
21412026-03-27T02:42:56.151Z Checking subtle v2.6.1
21422026-03-27T02:42:56.180Z Checking utf8_iter v1.0.4
21432026-03-27T02:42:56.225Z Checking rand_core v0.6.4
21442026-03-27T02:42:56.313Z Checking form_urlencoded v1.2.2
21452026-03-27T02:42:56.328Z Checking rand_core v0.10.0
21462026-03-27T02:42:56.343Z Checking pin-project-lite v0.2.17
21472026-03-27T02:42:56.358Z Checking typenum v1.19.0
21482026-03-27T02:42:56.404Z Checking portable-atomic v1.13.1
21492026-03-27T02:42:56.436Z Checking critical-section v1.2.0
21502026-03-27T02:42:56.451Z Checking iana-time-zone v0.1.65
21512026-03-27T02:42:56.466Z Checking getrandom v0.4.1
21522026-03-27T02:42:56.506Z Checking tinystr v0.8.2
21532026-03-27T02:42:56.536Z Checking potential_utf v0.1.4
21542026-03-27T02:42:56.558Z Checking signal-hook-registry v1.4.8
21552026-03-27T02:42:56.612Z Checking parking_lot_core v0.9.12
21562026-03-27T02:42:56.666Z Checking icu_collections v2.1.1
21572026-03-27T02:42:56.669Z Checking num-traits v0.2.19
21582026-03-27T02:42:56.698Z Checking icu_locale_core v2.1.1
21592026-03-27T02:42:56.719Z Checking mio v1.1.1
21602026-03-27T02:42:56.796Z Checking parking_lot v0.12.5
21612026-03-27T02:42:56.812Z Checking once_cell v1.21.3
21622026-03-27T02:42:56.873Z Checking generic-array v0.14.7
21632026-03-27T02:42:56.969Z Checking socket2 v0.6.2
21642026-03-27T02:42:56.986Z Checking zerocopy v0.8.40
21652026-03-27T02:42:57.003Z Checking futures-core v0.3.32
21662026-03-27T02:42:57.018Z Checking dyn-clone v1.0.20
21672026-03-27T02:42:57.085Z Checking serde v1.0.228
21682026-03-27T02:42:57.117Z Checking serde_json v1.0.149
21692026-03-27T02:42:57.132Z Checking bitflags v2.11.0
21702026-03-27T02:42:57.202Z Checking uuid v1.21.0
21712026-03-27T02:42:57.205Z Checking semver v1.0.27
21722026-03-27T02:42:57.230Z Checking icu_provider v2.1.1
21732026-03-27T02:42:57.298Z Checking allocator-api2 v0.2.21
21742026-03-27T02:42:57.313Z Checking crypto-common v0.1.7
21752026-03-27T02:42:57.417Z Checking equivalent v1.0.2
21762026-03-27T02:42:57.437Z Checking const-oid v0.9.6
21772026-03-27T02:42:57.461Z Checking icu_normalizer v2.1.1
21782026-03-27T02:42:57.487Z Checking bytes v1.11.1
21792026-03-27T02:42:57.503Z Checking icu_properties v2.1.2
21802026-03-27T02:42:57.506Z Checking chrono v0.4.44
21812026-03-27T02:42:57.581Z Checking foldhash v0.2.0
21822026-03-27T02:42:57.740Z Checking hashbrown v0.16.1
21832026-03-27T02:42:57.765Z Checking futures-sink v0.3.32
21842026-03-27T02:42:57.782Z Checking block-buffer v0.10.4
21852026-03-27T02:42:57.865Z Checking futures-channel v0.3.32
21862026-03-27T02:42:57.920Z Checking slab v0.4.12
21872026-03-27T02:42:57.935Z Checking tokio v1.49.0
21882026-03-27T02:42:58.060Z Checking futures-io v0.3.32
21892026-03-27T02:42:58.079Z Checking futures-task v0.3.32
21902026-03-27T02:42:58.102Z Checking digest v0.10.7
21912026-03-27T02:42:58.174Z Checking thiserror v2.0.18
21922026-03-27T02:42:58.217Z Checking futures-util v0.3.32
21932026-03-27T02:42:58.232Z Checking byteorder v1.5.0
21942026-03-27T02:42:58.276Z Checking base64 v0.22.1
21952026-03-27T02:42:58.295Z Checking indexmap v2.13.0
21962026-03-27T02:42:58.310Z Checking idna_adapter v1.2.1
21972026-03-27T02:42:58.347Z Checking cpufeatures v0.2.17
21982026-03-27T02:42:58.420Z Checking http v1.4.0
21992026-03-27T02:42:58.435Z Checking idna v1.1.0
22002026-03-27T02:42:58.451Z Checking fnv v1.0.7
22012026-03-27T02:42:58.512Z Checking unicode-ident v1.0.24
22022026-03-27T02:42:58.546Z Checking tracing-core v0.1.36
22032026-03-27T02:42:58.627Z Checking proc-macro2 v1.0.106
22042026-03-27T02:42:58.678Z Checking url v2.5.8
22052026-03-27T02:42:58.856Z Checking tracing v0.1.44
22062026-03-27T02:42:58.874Z Checking thiserror v1.0.69
22072026-03-27T02:42:58.937Z Checking rustls-pki-types v1.14.0
22082026-03-27T02:42:58.974Z Checking regex-syntax v0.8.10
22092026-03-27T02:42:58.991Z Checking quote v1.0.44
22102026-03-27T02:42:59.068Z Checking untrusted v0.9.0
22112026-03-27T02:42:59.112Z Checking schemars v0.8.22
22122026-03-27T02:42:59.159Z Checking syn v2.0.117
22132026-03-27T02:42:59.179Z Checking ring v0.17.14
22142026-03-27T02:42:59.243Z Checking ipnet v2.11.0
22152026-03-27T02:42:59.512Z Checking httparse v1.10.1
22162026-03-27T02:43:00.134Z Checking ppv-lite86 v0.2.21
22172026-03-27T02:43:00.137Z Checking http-body v1.0.1
22182026-03-27T02:43:00.137Z Checking block-padding v0.3.3
22192026-03-27T02:43:00.137Z Checking rustix v1.1.3
22202026-03-27T02:43:00.137Z Checking getrandom v0.3.4
22212026-03-27T02:43:00.137Z Checking atomic-waker v1.1.2
22222026-03-27T02:43:00.137Z Checking inout v0.1.4
22232026-03-27T02:43:00.137Z Checking hmac v0.12.1
22242026-03-27T02:43:00.143Z Checking aws-lc-sys v0.37.1
22252026-03-27T02:43:00.165Z Checking aho-corasick v1.1.4
22262026-03-27T02:43:00.208Z Checking powerfmt v0.2.0
22272026-03-27T02:43:00.250Z Checking tower-service v0.3.3
22282026-03-27T02:43:00.297Z Checking try-lock v0.2.5
22292026-03-27T02:43:00.344Z Checking tower-layer v0.3.3
22302026-03-27T02:43:00.361Z Checking untrusted v0.7.1
22312026-03-27T02:43:00.398Z Checking openssl-probe v0.2.1
22322026-03-27T02:43:00.475Z Checking httpdate v1.0.3
22332026-03-27T02:43:00.491Z Checking want v0.3.1
22342026-03-27T02:43:00.506Z Checking deranged v0.5.8
22352026-03-27T02:43:00.614Z Checking cipher v0.4.4
22362026-03-27T02:43:00.629Z Checking rand_core v0.9.5
22372026-03-27T02:43:00.645Z Checking aws-lc-rs v1.16.0
22382026-03-27T02:43:00.700Z Checking num_threads v0.1.7
22392026-03-27T02:43:00.791Z Checking time-core v0.1.8
22402026-03-27T02:43:00.806Z Checking base64ct v1.8.3
22412026-03-27T02:43:00.820Z Checking regex-automata v0.4.14
22422026-03-27T02:43:00.835Z Checking num-conv v0.2.0
22432026-03-27T02:43:00.933Z Checking pin-utils v0.1.0
22442026-03-27T02:43:00.958Z Checking sha2 v0.10.9
22452026-03-27T02:43:01.007Z Checking erased-serde v0.3.31
22462026-03-27T02:43:01.036Z Checking pretty-hex v0.4.1
22472026-03-27T02:43:01.073Z Checking tokio-util v0.7.18
22482026-03-27T02:43:01.157Z Checking rand_chacha v0.9.0
22492026-03-27T02:43:01.230Z Checking ryu v1.0.23
22502026-03-27T02:43:01.357Z Checking fastrand v2.3.0
22512026-03-27T02:43:01.373Z Checking rand v0.9.2
22522026-03-27T02:43:01.388Z Checking slog v2.8.2
22532026-03-27T02:43:01.422Z Checking time v0.3.47
22542026-03-27T02:43:01.440Z Checking pem-rfc7468 v0.7.0
22552026-03-27T02:43:01.467Z Checking rustls-webpki v0.103.9
22562026-03-27T02:43:01.543Z Checking rustls-native-certs v0.8.3
22572026-03-27T02:43:01.599Z Checking http-body-util v0.1.3
22582026-03-27T02:43:01.652Z Checking ipnetwork v0.21.1
22592026-03-27T02:43:01.668Z Checking sync_wrapper v1.0.2
22602026-03-27T02:43:01.683Z Checking h2 v0.4.13
22612026-03-27T02:43:01.772Z Checking spin v0.9.8
22622026-03-27T02:43:01.818Z Checking flagset v0.4.7
22632026-03-27T02:43:01.843Z Checking plain v0.2.3
22642026-03-27T02:43:01.866Z Checking tower v0.5.3
22652026-03-27T02:43:01.885Z Checking rustls v0.23.37
22662026-03-27T02:43:01.941Z Checking der v0.7.10
22672026-03-27T02:43:01.959Z Checking serde_urlencoded v0.7.1
22682026-03-27T02:43:01.976Z Checking rand_chacha v0.3.1
22692026-03-27T02:43:02.162Z Checking webpki-roots v1.0.6
22702026-03-27T02:43:02.183Z Checking tinyvec_macros v0.1.1
22712026-03-27T02:43:02.254Z Checking ucd-trie v0.1.7
22722026-03-27T02:43:02.269Z Checking iri-string v0.7.10
22732026-03-27T02:43:02.286Z Checking tinyvec v1.10.0
22742026-03-27T02:43:02.390Z Checking pest v2.8.6
22752026-03-27T02:43:02.539Z Checking rand v0.8.5
22762026-03-27T02:43:02.591Z Checking tempfile v3.25.0
22772026-03-27T02:43:02.608Z Checking salsa20 v0.10.2
22782026-03-27T02:43:02.673Z Checking spki v0.7.3
22792026-03-27T02:43:02.744Z Checking pbkdf2 v0.12.2
22802026-03-27T02:43:02.791Z Checking foreign-types-shared v0.1.1
22812026-03-27T02:43:02.845Z Checking unicode-width v0.2.0
22822026-03-27T02:43:02.862Z Checking scrypt v0.11.0
22832026-03-27T02:43:02.879Z Checking foreign-types v0.3.2
22842026-03-27T02:43:02.946Z Checking regex v1.12.3
22852026-03-27T02:43:03.003Z Checking aes v0.8.4
22862026-03-27T02:43:03.048Z Checking cbc v0.1.2
22872026-03-27T02:43:03.086Z Checking anyhow v1.0.102
22882026-03-27T02:43:03.180Z Checking openssl-sys v0.9.111
22892026-03-27T02:43:03.223Z Checking crossbeam-utils v0.8.21
22902026-03-27T02:43:03.277Z Checking tower-http v0.6.8
22912026-03-27T02:43:03.293Z Checking oxnet v0.1.4
22922026-03-27T02:43:03.388Z Checking pkcs5 v0.7.1
22932026-03-27T02:43:03.445Z Checking mime v0.3.17
22942026-03-27T02:43:03.531Z Checking openapiv3 v2.2.0
22952026-03-27T02:43:03.553Z Checking scroll v0.12.0
22962026-03-27T02:43:03.568Z Checking encoding_rs v0.8.35
22972026-03-27T02:43:03.619Z Checking winnow v0.7.14
22982026-03-27T02:43:03.647Z Checking pkcs8 v0.10.2
22992026-03-27T02:43:03.663Z Checking openssl v0.10.75
23002026-03-27T02:43:03.782Z Checking siphasher v1.0.2
23012026-03-27T02:43:03.830Z Checking data-encoding v2.10.0
23022026-03-27T02:43:03.941Z Checking goblin v0.8.2
23032026-03-27T02:43:04.104Z Checking lazy_static v1.5.0
23042026-03-27T02:43:04.184Z Checking tokio-rustls v0.26.4
23052026-03-27T02:43:04.214Z Checking zerocopy v0.7.35
23062026-03-27T02:43:04.352Z Checking hyper v1.8.1
23072026-03-27T02:43:04.417Z Checking wait-timeout v0.2.1
23082026-03-27T02:43:04.518Z Checking either v1.15.0
23092026-03-27T02:43:04.543Z Checking quick-error v1.2.3
23102026-03-27T02:43:04.651Z Checking bit-vec v0.8.0
23112026-03-27T02:43:04.704Z Checking anstyle v1.0.13
23122026-03-27T02:43:04.707Z Checking psl-types v2.0.11
23132026-03-27T02:43:04.837Z Checking utf8parse v0.2.2
23142026-03-27T02:43:04.841Z Checking managed v0.8.0
23152026-03-27T02:43:04.854Z Checking bitflags v1.3.2
23162026-03-27T02:43:04.868Z Checking bit-set v0.8.0
23172026-03-27T02:43:04.895Z Checking publicsuffix v2.3.0
23182026-03-27T02:43:04.937Z Checking rusty-fork v0.3.1
23192026-03-27T02:43:04.952Z Checking anstyle-parse v0.2.7
23202026-03-27T02:43:05.025Z Checking dtrace-parser v0.2.0
23212026-03-27T02:43:05.039Z Checking unicode-normalization v0.1.25
23222026-03-27T02:43:05.054Z Checking cookie v0.18.1
23232026-03-27T02:43:05.102Z Checking rand_xorshift v0.4.0
23242026-03-27T02:43:05.115Z Checking sha1 v0.10.6
23252026-03-27T02:43:05.224Z Checking hex v0.4.3
23262026-03-27T02:43:05.256Z Checking thread-id v4.2.2
23272026-03-27T02:43:05.259Z Checking hyper-util v0.1.20
23282026-03-27T02:43:05.286Z Checking anstyle-query v1.1.5
23292026-03-27T02:43:05.290Z Checking colorchoice v1.0.4
23302026-03-27T02:43:05.337Z Checking is_terminal_polyfill v1.70.2
23312026-03-27T02:43:05.380Z Checking unarray v0.1.4
23322026-03-27T02:43:05.401Z Checking cookie_store v0.22.1
23332026-03-27T02:43:05.428Z Checking anstream v0.6.21
23342026-03-27T02:43:05.442Z Checking rustls-platform-verifier v0.6.2
23352026-03-27T02:43:05.445Z Checking crossbeam-epoch v0.9.18
23362026-03-27T02:43:05.483Z Checking proptest v1.10.0
23372026-03-27T02:43:05.580Z Checking terminal_size v0.4.3
23382026-03-27T02:43:05.626Z Checking scroll v0.13.0
23392026-03-27T02:43:05.642Z Checking native-tls v0.2.18
23402026-03-27T02:43:05.681Z Checking num-integer v0.1.46
23412026-03-27T02:43:05.697Z Checking simd-adler32 v0.3.8
23422026-03-27T02:43:05.732Z Checking crossbeam-deque v0.8.6
23432026-03-27T02:43:05.819Z Checking tokio-native-tls v0.3.1
23442026-03-27T02:43:05.857Z Checking goblin v0.10.5
23452026-03-27T02:43:05.872Z Checking bstr v1.12.1
23462026-03-27T02:43:05.875Z Checking dof v0.3.0
23472026-03-27T02:43:05.904Z Checking ref-cast v1.0.25
23482026-03-27T02:43:05.907Z Checking rustix v0.38.44
23492026-03-27T02:43:05.975Z Checking camino v1.2.2
23502026-03-27T02:43:06.003Z Checking crc32fast v1.5.0
23512026-03-27T02:43:06.146Z Checking signature v2.2.0
23522026-03-27T02:43:06.166Z Checking usdt-impl v0.5.0
23532026-03-27T02:43:06.220Z Checking toml_datetime v0.6.11
23542026-03-27T02:43:06.253Z Checking serde_spanned v0.6.9
23552026-03-27T02:43:06.279Z Checking ff v0.13.1
23562026-03-27T02:43:06.386Z Checking clap_lex v1.0.0
23572026-03-27T02:43:06.402Z Checking base16ct v0.2.0
23582026-03-27T02:43:06.416Z Checking strsim v0.11.1
23592026-03-27T02:43:06.445Z Checking adler2 v2.0.1
23602026-03-27T02:43:06.509Z Checking hyper-rustls v0.27.7
23612026-03-27T02:43:06.526Z Checking hyper-tls v0.6.0
23622026-03-27T02:43:06.542Z Checking unicode-properties v0.1.4
23632026-03-27T02:43:06.556Z Checking unicode-bidi v0.3.18
23642026-03-27T02:43:06.574Z Checking clap_builder v4.5.60
23652026-03-27T02:43:06.698Z Checking miniz_oxide v0.8.9
23662026-03-27T02:43:06.717Z Checking sec1 v0.7.3
23672026-03-27T02:43:06.734Z Checking reqwest v0.12.28
23682026-03-27T02:43:06.737Z Checking reqwest v0.13.2
23692026-03-27T02:43:06.849Z Checking stringprep v0.1.5
23702026-03-27T02:43:06.923Z Checking group v0.13.0
23712026-03-27T02:43:07.006Z Checking rayon-core v1.13.0
23722026-03-27T02:43:07.040Z Checking num-iter v0.1.45
23732026-03-27T02:43:07.071Z Checking toml_parser v1.0.9+spec-1.1.0
23742026-03-27T02:43:07.155Z Checking dtrace-parser v0.3.0
23752026-03-27T02:43:07.264Z Checking newtype-uuid v1.3.2
23762026-03-27T02:43:07.321Z Checking hkdf v0.12.4
23772026-03-27T02:43:07.388Z Checking strum v0.26.3
23782026-03-27T02:43:07.404Z Checking zstd-sys v2.0.16+zstd.1.5.7
23792026-03-27T02:43:07.455Z Checking hash32 v0.2.1
23802026-03-27T02:43:07.470Z Checking daft v0.1.5
23812026-03-27T02:43:07.502Z Checking md-5 v0.10.6
23822026-03-27T02:43:07.517Z Checking crypto-bigint v0.5.5
23832026-03-27T02:43:07.572Z Checking toml_datetime v0.7.5+spec-1.1.0
23842026-03-27T02:43:07.608Z Checking thread-id v5.1.0
23852026-03-27T02:43:07.624Z Checking fallible-iterator v0.2.0
23862026-03-27T02:43:07.638Z Checking unicode-segmentation v1.12.0
23872026-03-27T02:43:07.690Z Checking zlib-rs v0.6.2
23882026-03-27T02:43:07.705Z Checking heapless v0.7.17
23892026-03-27T02:43:07.770Z Checking zstd-safe v7.2.4
23902026-03-27T02:43:07.785Z Checking clap v4.5.60
23912026-03-27T02:43:07.867Z Checking rayon v1.11.0
23922026-03-27T02:43:07.899Z Checking postgres-protocol v0.6.10
23932026-03-27T02:43:07.937Z Checking itertools v0.12.1
23942026-03-27T02:43:07.954Z Checking phf_shared v0.13.1
23952026-03-27T02:43:08.114Z Checking console v0.16.2
23962026-03-27T02:43:08.150Z Checking curve25519-dalek v4.1.3
23972026-03-27T02:43:08.152Z Checking dof v0.4.0
23982026-03-27T02:43:08.210Z Checking memoffset v0.9.1
23992026-03-27T02:43:08.292Z Checking bzip2-sys v0.1.13+1.0.8
24002026-03-27T02:43:08.381Z Checking signal-hook v0.3.18
24012026-03-27T02:43:08.398Z Checking elliptic-curve v0.13.8
24022026-03-27T02:43:08.413Z Checking memmap2 v0.9.10
24032026-03-27T02:43:08.557Z Checking flate2 v1.1.9
24042026-03-27T02:43:08.572Z Checking libbz2-rs-sys v0.2.2
24052026-03-27T02:43:08.576Z Checking unit-prefix v0.5.2
24062026-03-27T02:43:08.702Z Checking bumpalo v3.20.2
24072026-03-27T02:43:08.718Z Checking toml_write v0.1.2
24082026-03-27T02:43:08.781Z Checking usdt-impl v0.6.0
24092026-03-27T02:43:08.854Z Checking foldhash v0.1.5
24102026-03-27T02:43:08.884Z Checking fixedbitset v0.4.2
24112026-03-27T02:43:08.899Z Checking winnow v0.5.40
24122026-03-27T02:43:08.913Z Checking zone v0.3.1
24132026-03-27T02:43:08.916Z Checking zopfli v0.8.3
24142026-03-27T02:43:08.955Z Checking bzip2 v0.6.1
24152026-03-27T02:43:08.981Z Checking hashbrown v0.15.5
24162026-03-27T02:43:09.031Z Checking petgraph v0.6.5
24172026-03-27T02:43:09.064Z Checking usdt v0.6.0
24182026-03-27T02:43:09.118Z Checking toml_edit v0.22.27
24192026-03-27T02:43:09.240Z Checking signal-hook-mio v0.2.5
24202026-03-27T02:43:09.262Z Checking bzip2 v0.4.4
24212026-03-27T02:43:09.279Z Checking nix v0.31.1
24222026-03-27T02:43:09.296Z Checking indicatif v0.18.4
24232026-03-27T02:43:09.345Z Checking postgres-types v0.2.12
24242026-03-27T02:43:09.425Z Checking phf v0.13.1
24252026-03-27T02:43:09.461Z Checking smoltcp v0.9.1
24262026-03-27T02:43:09.581Z Checking similar v2.7.0
24272026-03-27T02:43:09.656Z Checking zstd v0.13.3
24282026-03-27T02:43:09.676Z Checking num-bigint-dig v0.8.6
24292026-03-27T02:43:09.846Z Checking ed25519 v2.2.3
24302026-03-27T02:43:09.957Z Checking phf_shared v0.11.3
24312026-03-27T02:43:10.029Z Checking toml_edit v0.19.15
24322026-03-27T02:43:10.045Z Checking pkcs1 v0.7.5
24332026-03-27T02:43:10.058Z Checking tokio-stream v0.1.18
24342026-03-27T02:43:10.101Z Checking strum v0.27.2
24352026-03-27T02:43:10.194Z Checking hubpack v0.1.2
24362026-03-27T02:43:10.216Z Checking rfc6979 v0.4.0
24372026-03-27T02:43:10.255Z Checking serde-big-array v0.5.1
24382026-03-27T02:43:10.269Z Checking float-cmp v0.10.0
24392026-03-27T02:43:10.285Z Checking env_filter v1.0.0
24402026-03-27T02:43:10.332Z Checking fixedbitset v0.5.7
24412026-03-27T02:43:10.360Z Checking keccak v0.1.6
24422026-03-27T02:43:10.387Z Checking static_assertions v1.1.0
24432026-03-27T02:43:10.403Z Checking rustc-hash v2.1.1
24442026-03-27T02:43:10.423Z Checking predicates-core v1.0.10
24452026-03-27T02:43:10.440Z Checking normalize-line-endings v0.3.0
24462026-03-27T02:43:10.460Z Checking whoami v2.1.0
24472026-03-27T02:43:10.475Z Checking new_debug_unreachable v1.0.6
24482026-03-27T02:43:10.514Z Checking difflib v0.4.0
24492026-03-27T02:43:10.528Z Checking jiff v0.2.21
24502026-03-27T02:43:10.531Z Checking precomputed-hash v0.1.1
24512026-03-27T02:43:10.531Z Checking petgraph v0.8.3
24522026-03-27T02:43:10.570Z Checking sha3 v0.10.8
24532026-03-27T02:43:10.571Z Checking iddqd v0.3.17
24542026-03-27T02:43:10.610Z Checking string_cache v0.8.9
24552026-03-27T02:43:10.650Z Checking tokio-postgres v0.7.16
24562026-03-27T02:43:10.685Z Checking predicates v3.1.4
24572026-03-27T02:43:10.772Z Checking rsa v0.9.10
24582026-03-27T02:43:10.788Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24592026-03-27T02:43:10.984Z Checking env_logger v0.11.9
24602026-03-27T02:43:11.054Z Checking toml v0.7.8
24612026-03-27T02:43:11.176Z Checking ecdsa v0.16.9
24622026-03-27T02:43:11.232Z Checking ed25519-dalek v2.2.0
24632026-03-27T02:43:11.378Z Checking zip v0.6.6
24642026-03-27T02:43:11.401Z Checking crossterm v0.28.1
24652026-03-27T02:43:11.469Z Checking serde_with v3.17.0
24662026-03-27T02:43:11.514Z Checking itertools v0.13.0
24672026-03-27T02:43:11.698Z Checking hickory-proto v0.25.2
24682026-03-27T02:43:11.900Z Checking x509-cert v0.2.5
24692026-03-27T02:43:12.094Z Checking fs-err v3.3.0
24702026-03-27T02:43:12.109Z Checking ahash v0.8.12
24712026-03-27T02:43:12.305Z Checking object v0.37.3
24722026-03-27T02:43:12.388Z Checking buf-list v1.1.2
24732026-03-27T02:43:12.513Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24742026-03-27T02:43:12.543Z Checking lalrpop-util v0.19.12
24752026-03-27T02:43:12.576Z Checking peg-runtime v0.8.5
24762026-03-27T02:43:12.706Z Compiling structmeta-derive v0.3.0
24772026-03-27T02:43:12.724Z Compiling rustls v0.22.4
24782026-03-27T02:43:12.742Z Checking zip v4.6.1
24792026-03-27T02:43:12.776Z Compiling newtype-uuid-macros v0.1.0
24802026-03-27T02:43:12.852Z Compiling multer v3.1.0
24812026-03-27T02:43:12.918Z Compiling async-stream-impl v0.3.6
24822026-03-27T02:43:13.006Z Checking futures-executor v0.3.32
24832026-03-27T02:43:13.089Z Checking regress v0.10.5
24842026-03-27T02:43:13.311Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852026-03-27T02:43:13.503Z Compiling dropshot v0.16.7
24862026-03-27T02:43:13.522Z Checking futures v0.3.32
24872026-03-27T02:43:13.603Z Compiling dropshot_endpoint v0.16.7
24882026-03-27T02:43:13.709Z Checking thread_local v1.1.9
24892026-03-27T02:43:13.746Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24902026-03-27T02:43:13.789Z Compiling structmeta v0.3.0
24912026-03-27T02:43:13.877Z Checking crossbeam-channel v0.5.15
24922026-03-27T02:43:14.006Z Compiling derive-ex v0.1.8
24932026-03-27T02:43:14.077Z Checking is-terminal v0.4.17
24942026-03-27T02:43:14.208Z Checking take_mut v0.2.2
24952026-03-27T02:43:14.222Z Checking term v1.2.1
24962026-03-27T02:43:14.320Z Checking slog-async v2.8.0
24972026-03-27T02:43:14.457Z Checking slog-term v2.9.2
24982026-03-27T02:43:14.501Z Compiling parse-display-derive v0.10.0
24992026-03-27T02:43:14.504Z Checking rustls-webpki v0.102.8
25002026-03-27T02:43:14.518Z Checking serde_spanned v1.0.4
25012026-03-27T02:43:14.640Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-27T02:43:14.674Z Checking match_cfg v0.1.0
25032026-03-27T02:43:14.720Z Checking debug-ignore v1.0.5
25042026-03-27T02:43:14.736Z Checking toml_writer v1.0.6+spec-1.1.0
25052026-03-27T02:43:14.751Z Checking hostname v0.3.1
25062026-03-27T02:43:14.827Z Checking slog-json v2.6.1
25072026-03-27T02:43:14.854Z Checking macaddr v1.0.1
25082026-03-27T02:43:14.922Z Checking toml v0.9.12+spec-1.1.0
25092026-03-27T02:43:14.990Z Checking slog-bunyan v2.5.0
25102026-03-27T02:43:15.042Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25112026-03-27T02:43:15.109Z Checking async-stream v0.3.6
25122026-03-27T02:43:15.368Z Checking waitgroup v0.1.2
25132026-03-27T02:43:15.440Z Checking rustls-pemfile v2.2.0
25142026-03-27T02:43:15.468Z Checking serde_path_to_error v0.1.20
25152026-03-27T02:43:15.471Z Checking hostname v0.4.2
25162026-03-27T02:43:15.499Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-03-27T02:43:15.583Z Checking progenitor-client v0.13.0
25182026-03-27T02:43:15.586Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25192026-03-27T02:43:15.613Z Checking progenitor-client v0.10.0
25202026-03-27T02:43:15.707Z Compiling test-strategy v0.4.5
25212026-03-27T02:43:15.729Z Compiling itertools v0.14.0
25222026-03-27T02:43:15.749Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-03-27T02:43:15.828Z Checking backon v1.6.0
25242026-03-27T02:43:15.844Z Checking instant v0.1.13
25252026-03-27T02:43:15.933Z Checking backoff v0.4.0
25262026-03-27T02:43:15.996Z Checking progenitor-extras v0.1.1
25272026-03-27T02:43:16.111Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25282026-03-27T02:43:16.183Z Checking parse-display v0.10.0
25292026-03-27T02:43:16.221Z Checking heck v0.5.0
25302026-03-27T02:43:16.317Z Compiling crucible-workspace-hack v0.1.0
25312026-03-27T02:43:16.340Z Checking tokio-rustls v0.25.0
25322026-03-27T02:43:16.490Z Compiling toml_edit v0.23.10+spec-1.0.0
25332026-03-27T02:43:16.576Z Compiling heapless v0.8.0
25342026-03-27T02:43:16.606Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25352026-03-27T02:43:16.809Z Compiling convert_case v0.4.0
25362026-03-27T02:43:16.974Z Compiling ingot-macros v0.1.1
25372026-03-27T02:43:17.023Z Compiling proc-macro-crate v3.4.0
25382026-03-27T02:43:17.038Z Checking hash32 v0.3.1
25392026-03-27T02:43:17.167Z Checking secrecy v0.10.3
25402026-03-27T02:43:17.183Z Compiling derive_more v0.99.20
25412026-03-27T02:43:17.186Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25422026-03-27T02:43:17.290Z Compiling smoltcp v0.11.0
25432026-03-27T02:43:17.554Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25442026-03-27T02:43:17.569Z Compiling prettyplease v0.2.37
25452026-03-27T02:43:17.589Z Compiling num_enum_derive v0.7.5
25462026-03-27T02:43:17.763Z Compiling typify-impl v0.6.1
25472026-03-27T02:43:17.793Z Checking tabwriter v1.4.1
25482026-03-27T02:43:17.942Z Checking cobs v0.3.0
25492026-03-27T02:43:18.026Z Compiling foreign-types-macros v0.2.3
25502026-03-27T02:43:18.174Z Compiling unsafe-libyaml v0.2.11
25512026-03-27T02:43:18.390Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-27T02:43:18.624Z Checking foreign-types-shared v0.3.1
25532026-03-27T02:43:18.642Z Checking cpufeatures v0.3.0
25542026-03-27T02:43:18.645Z Checking num_enum v0.7.5
25552026-03-27T02:43:18.716Z Checking chacha20 v0.10.0
25562026-03-27T02:43:18.732Z Checking foreign-types v0.5.0
25572026-03-27T02:43:18.773Z Compiling serde_yaml v0.9.34+deprecated
25582026-03-27T02:43:18.933Z Checking postcard v1.1.3
25592026-03-27T02:43:19.710Z Compiling proc-macro-crate v1.3.1
25602026-03-27T02:43:19.787Z Checking ingot-types v0.1.2
25612026-03-27T02:43:19.803Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-03-27T02:43:20.125Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-27T02:43:20.151Z Checking ingot v0.1.1
25642026-03-27T02:43:20.219Z Checking cstr-argument v0.1.2
25652026-03-27T02:43:20.250Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25662026-03-27T02:43:20.275Z Checking colored v3.1.1
25672026-03-27T02:43:20.336Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25682026-03-27T02:43:20.352Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25692026-03-27T02:43:20.484Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25702026-03-27T02:43:20.499Z Compiling num_enum_derive v0.5.11
25712026-03-27T02:43:20.553Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25722026-03-27T02:43:20.595Z Checking rand v0.10.0
25732026-03-27T02:43:21.484Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-27T02:43:21.781Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-27T02:43:21.812Z Checking num_enum v0.5.11
25762026-03-27T02:43:22.238Z Compiling typify-macro v0.6.1
25772026-03-27T02:43:22.456Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25782026-03-27T02:43:22.615Z Compiling typify-impl v0.4.3
25792026-03-27T02:43:22.719Z Checking camino-tempfile v1.4.1
25802026-03-27T02:43:22.734Z Checking num-rational v0.4.2
25812026-03-27T02:43:23.008Z Checking half v2.7.1
25822026-03-27T02:43:23.163Z Compiling thiserror-impl-no-std v2.0.2
25832026-03-27T02:43:23.240Z Checking universal-hash v0.5.1
25842026-03-27T02:43:23.270Z Checking num-complex v0.4.6
25852026-03-27T02:43:23.326Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-27T02:43:23.578Z Checking opaque-debug v0.3.1
25872026-03-27T02:43:23.598Z Checking ciborium-io v0.2.2
25882026-03-27T02:43:23.613Z Checking num v0.4.3
25892026-03-27T02:43:23.653Z Checking poly1305 v0.8.0
25902026-03-27T02:43:23.704Z Checking ciborium-ll v0.2.2
25912026-03-27T02:43:23.755Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-27T02:43:23.768Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-27T02:43:23.882Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-27T02:43:23.918Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-03-27T02:43:23.954Z Compiling typify v0.6.1
25962026-03-27T02:43:24.056Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25972026-03-27T02:43:24.177Z Checking toml v0.8.23
25982026-03-27T02:43:24.252Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-27T02:43:24.343Z Checking thiserror-no-std v2.0.2
26002026-03-27T02:43:24.415Z Checking byte-wrapper v0.1.0
26012026-03-27T02:43:24.431Z Checking password-hash v0.5.0
26022026-03-27T02:43:24.445Z Checking chacha20 v0.9.1
26032026-03-27T02:43:24.645Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26042026-03-27T02:43:24.661Z Compiling usdt-attr-macro v0.5.0
26052026-03-27T02:43:24.722Z Compiling usdt-macro v0.5.0
26062026-03-27T02:43:24.884Z Checking smf v0.2.3
26072026-03-27T02:43:25.132Z Checking blake2 v0.10.6
26082026-03-27T02:43:25.225Z Checking aead v0.5.2
26092026-03-27T02:43:25.377Z Checking memmap v0.7.0
26102026-03-27T02:43:25.377Z Checking sigpipe v0.1.3
26112026-03-27T02:43:25.439Z Compiling num-derive v0.4.2
26122026-03-27T02:43:25.454Z Checking float-ord v0.3.2
26132026-03-27T02:43:25.476Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26142026-03-27T02:43:25.516Z Checking glob v0.3.3
26152026-03-27T02:43:25.562Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26162026-03-27T02:43:25.698Z Checking usdt v0.5.0
26172026-03-27T02:43:25.712Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-03-27T02:43:25.767Z Checking chacha20poly1305 v0.10.1
26192026-03-27T02:43:25.870Z Checking argon2 v0.5.3
26202026-03-27T02:43:25.900Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-27T02:43:25.996Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-03-27T02:43:26.217Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26232026-03-27T02:43:26.220Z Checking vsss-rs v3.3.4
26242026-03-27T02:43:26.348Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26252026-03-27T02:43:26.582Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26262026-03-27T02:43:26.839Z Compiling progenitor-impl v0.13.0
26272026-03-27T02:43:26.901Z Checking ciborium v0.2.2
26282026-03-27T02:43:26.935Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-03-27T02:43:27.048Z Checking whoami v1.6.1
26302026-03-27T02:43:27.101Z Compiling typify-macro v0.4.3
26312026-03-27T02:43:27.202Z Checking indent_write v2.2.0
26322026-03-27T02:43:27.225Z Compiling semver v0.1.20
26332026-03-27T02:43:27.330Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-27T02:43:27.345Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26352026-03-27T02:43:27.348Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-03-27T02:43:27.441Z Compiling rustc_version v0.1.7
26372026-03-27T02:43:27.674Z Compiling pin-project-internal v1.1.11
26382026-03-27T02:43:28.182Z Compiling minimal-lexical v0.2.1
26392026-03-27T02:43:28.402Z Checking linked-hash-map v0.5.6
26402026-03-27T02:43:28.420Z Checking swrite v0.1.0
26412026-03-27T02:43:28.438Z Compiling nom v7.1.3
26422026-03-27T02:43:28.515Z Compiling newtype_derive v0.1.6
26432026-03-27T02:43:28.577Z Checking lru-cache v0.1.2
26442026-03-27T02:43:28.783Z Compiling typify v0.4.3
26452026-03-27T02:43:28.798Z Checking pin-project v1.1.11
26462026-03-27T02:43:28.900Z Checking newline-converter v0.3.0
26472026-03-27T02:43:28.903Z Checking atomicwrites v0.4.4
26482026-03-27T02:43:29.020Z Checking hickory-proto v0.24.4
26492026-03-27T02:43:29.050Z Checking phf_shared v0.12.1
26502026-03-27T02:43:29.196Z Checking console v0.15.11
26512026-03-27T02:43:29.213Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26522026-03-27T02:43:29.410Z Compiling progenitor-macro v0.13.0
26532026-03-27T02:43:29.479Z Checking pem v3.0.6
26542026-03-27T02:43:29.649Z Checking csv-core v0.1.13
26552026-03-27T02:43:29.839Z Compiling snafu-derive v0.8.9
26562026-03-27T02:43:29.869Z Compiling async-recursion v1.1.1
26572026-03-27T02:43:29.919Z Compiling derive-where v1.6.0
26582026-03-27T02:43:30.539Z Compiling slog-dtrace v0.3.0
26592026-03-27T02:43:30.739Z Checking unicode-width v0.1.14
26602026-03-27T02:43:30.928Z Compiling cancel-safe-futures v0.1.5
26612026-03-27T02:43:30.992Z Checking resolv-conf v0.7.6
26622026-03-27T02:43:31.141Z Checking highway v1.3.0
26632026-03-27T02:43:31.191Z Checking same-file v1.0.6
26642026-03-27T02:43:31.245Z Compiling chrono-tz v0.10.4
26652026-03-27T02:43:31.288Z Compiling owo-colors v4.3.0
26662026-03-27T02:43:31.316Z Checking walkdir v2.5.0
26672026-03-27T02:43:31.374Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26682026-03-27T02:43:31.434Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26692026-03-27T02:43:31.486Z Checking hickory-resolver v0.24.4
26702026-03-27T02:43:31.693Z Compiling const_format_proc_macros v0.2.34
26712026-03-27T02:43:31.747Z Checking snafu v0.8.9
26722026-03-27T02:43:32.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26732026-03-27T02:43:32.165Z Checking csv v1.4.0
26742026-03-27T02:43:32.216Z Checking expectorate v1.2.0
26752026-03-27T02:43:32.448Z Checking phf v0.12.1
26762026-03-27T02:43:32.498Z Compiling progenitor-impl v0.10.0
26772026-03-27T02:43:32.582Z Checking tokio-dtrace v0.1.1
26782026-03-27T02:43:32.597Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26792026-03-27T02:43:32.612Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26802026-03-27T02:43:32.772Z Checking globset v0.4.18
26812026-03-27T02:43:32.847Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26822026-03-27T02:43:32.864Z Checking olpc-cjson v0.1.4
26832026-03-27T02:43:33.004Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26842026-03-27T02:43:33.034Z Checking libsw-core v0.3.2
26852026-03-27T02:43:33.131Z Checking serde_plain v1.0.2
26862026-03-27T02:43:33.187Z Checking arc-swap v1.8.2
26872026-03-27T02:43:33.255Z Compiling lzma-sys v0.1.20
26882026-03-27T02:43:33.413Z Checking typed-path v0.9.3
26892026-03-27T02:43:33.499Z Checking utf-8 v0.7.6
26902026-03-27T02:43:33.639Z Checking bytecount v0.6.9
26912026-03-27T02:43:33.679Z Checking tungstenite v0.21.0
26922026-03-27T02:43:33.750Z Checking papergrid v0.11.0
26932026-03-27T02:43:34.068Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26942026-03-27T02:43:34.226Z Checking tough v0.20.0
26952026-03-27T02:43:34.290Z Checking slog-scope v4.4.1
26962026-03-27T02:43:34.381Z Checking progenitor v0.13.0
26972026-03-27T02:43:34.397Z Checking libsw v3.5.0
26982026-03-27T02:43:34.432Z Checking oxide-tokio-rt v0.1.3
26992026-03-27T02:43:34.524Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27002026-03-27T02:43:34.688Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27012026-03-27T02:43:35.106Z Compiling progenitor-macro v0.10.0
27022026-03-27T02:43:35.123Z Checking const_format v0.2.35
27032026-03-27T02:43:35.245Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27042026-03-27T02:43:35.369Z Checking qorb v0.4.1
27052026-03-27T02:43:35.532Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27062026-03-27T02:43:35.860Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27072026-03-27T02:43:36.476Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27082026-03-27T02:43:36.552Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27092026-03-27T02:43:36.600Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27102026-03-27T02:43:36.616Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27112026-03-27T02:43:36.938Z Compiling cargo_toml v0.22.3
27122026-03-27T02:43:36.958Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-03-27T02:43:36.978Z Checking gethostname v0.5.0
27142026-03-27T02:43:37.071Z Compiling tabled_derive v0.7.0
27152026-03-27T02:43:37.087Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27162026-03-27T02:43:37.090Z Checking bcs v0.1.6
27172026-03-27T02:43:37.248Z Checking linear-map v1.2.0
27182026-03-27T02:43:37.328Z Checking smawk v0.3.2
27192026-03-27T02:43:37.343Z Checking termtree v0.5.1
27202026-03-27T02:43:37.422Z Checking unicode-linebreak v0.1.5
27212026-03-27T02:43:37.462Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-03-27T02:43:37.485Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27232026-03-27T02:43:37.642Z Checking textwrap v0.16.2
27242026-03-27T02:43:37.868Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27252026-03-27T02:43:38.031Z Checking tabled v0.15.0
27262026-03-27T02:43:38.150Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27272026-03-27T02:43:38.264Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27282026-03-27T02:43:38.736Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27292026-03-27T02:43:38.752Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27302026-03-27T02:43:38.955Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27312026-03-27T02:43:39.137Z Checking steno v0.4.1
27322026-03-27T02:43:39.252Z Checking slog-stdlog v4.1.1
27332026-03-27T02:43:39.386Z Checking typeid v1.0.3
27342026-03-27T02:43:39.497Z Checking tokio-tungstenite v0.21.0
27352026-03-27T02:43:39.674Z Checking base64 v0.21.7
27362026-03-27T02:43:39.745Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27372026-03-27T02:43:39.787Z Checking humantime v2.3.0
27382026-03-27T02:43:39.920Z Checking xz2 v0.1.7
27392026-03-27T02:43:39.977Z Checking ron v0.12.0
27402026-03-27T02:43:39.994Z Checking progenitor v0.10.0
27412026-03-27T02:43:40.097Z Checking slog-envlogger v2.2.0
27422026-03-27T02:43:40.140Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-27T02:43:40.207Z Checking yasna v0.5.2
27442026-03-27T02:43:40.251Z Checking headers-core v0.3.0
27452026-03-27T02:43:40.365Z Checking filetime v0.2.27
27462026-03-27T02:43:40.511Z Checking xattr v1.6.1
27472026-03-27T02:43:40.604Z Checking base16ct v1.0.0
27482026-03-27T02:43:40.653Z Checking tar v0.4.45
27492026-03-27T02:43:40.658Z Checking rcgen v0.12.1
27502026-03-27T02:43:40.683Z Checking headers v0.4.1
27512026-03-27T02:43:40.713Z Checking subprocess v0.2.15
27522026-03-27T02:43:45.915Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532026-03-27T02:43:51.787Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-03-27T02:43:53.116Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552026-03-27T02:43:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.58s
27562026-03-27T02:43:54.515Z
27572026-03-27T02:43:54.515Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27582026-03-27T02:43:55.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592026-03-27T02:43:55.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602026-03-27T02:43:55.264Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27612026-03-27T02:43:56.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
27622026-03-27T02:43:56.791Z
27632026-03-27T02:43:56.791Zinfo: running `cargo check --bins` on nexus-config (51/267)
27642026-03-27T02:43:57.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-03-27T02:43:57.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-03-27T02:43:57.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672026-03-27T02:43:57.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27682026-03-27T02:43:57.424Z
27692026-03-27T02:43:57.424Zinfo: running `cargo check --bins` on nexus-types (52/267)
27702026-03-27T02:43:57.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-27T02:43:57.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-27T02:43:57.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-03-27T02:43:57.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27742026-03-27T02:43:58.056Z
27752026-03-27T02:43:58.056Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27762026-03-27T02:43:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-27T02:43:58.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-27T02:43:58.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-27T02:43:58.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27802026-03-27T02:43:58.651Z
27812026-03-27T02:43:58.651Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27822026-03-27T02:43:59.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-27T02:43:59.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-27T02:43:59.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-27T02:43:59.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27862026-03-27T02:43:59.248Z
27872026-03-27T02:43:59.248Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27882026-03-27T02:43:59.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-27T02:43:59.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-27T02:43:59.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-27T02:43:59.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27922026-03-27T02:43:59.838Z
27932026-03-27T02:43:59.838Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27942026-03-27T02:44:00.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-27T02:44:00.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-27T02:44:00.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-27T02:44:00.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27982026-03-27T02:44:00.431Z
27992026-03-27T02:44:00.431Zinfo: running `cargo check --bins` on ereport-types (57/267)
28002026-03-27T02:44:00.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-27T02:44:00.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-27T02:44:00.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-27T02:44:00.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28042026-03-27T02:44:01.031Z
28052026-03-27T02:44:01.031Zinfo: running `cargo check --bins` on gateway-client (58/267)
28062026-03-27T02:44:01.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-27T02:44:01.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-27T02:44:01.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-27T02:44:01.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28102026-03-27T02:44:01.629Z
28112026-03-27T02:44:01.629Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28122026-03-27T02:44:02.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-27T02:44:02.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-27T02:44:02.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-27T02:44:02.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28162026-03-27T02:44:02.224Z
28172026-03-27T02:44:02.224Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28182026-03-27T02:44:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-27T02:44:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-27T02:44:02.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-27T02:44:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28222026-03-27T02:44:02.822Z
28232026-03-27T02:44:02.822Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28242026-03-27T02:44:03.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-27T02:44:03.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-27T02:44:03.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-27T02:44:03.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28282026-03-27T02:44:03.430Z
28292026-03-27T02:44:03.430Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28302026-03-27T02:44:03.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-27T02:44:03.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-27T02:44:03.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-27T02:44:03.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28342026-03-27T02:44:04.035Z
28352026-03-27T02:44:04.035Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28362026-03-27T02:44:04.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-27T02:44:04.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-27T02:44:04.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-27T02:44:04.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28402026-03-27T02:44:04.650Z
28412026-03-27T02:44:04.650Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28422026-03-27T02:44:05.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-27T02:44:05.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-27T02:44:05.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-27T02:44:05.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28462026-03-27T02:44:05.259Z
28472026-03-27T02:44:05.259Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28482026-03-27T02:44:05.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-27T02:44:05.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-27T02:44:05.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-27T02:44:05.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28522026-03-27T02:44:05.851Z
28532026-03-27T02:44:05.851Zinfo: running `cargo check --bins` on oxlog (66/267)
28542026-03-27T02:44:06.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-27T02:44:06.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-27T02:44:06.461Z Compiling newtype-uuid v1.3.2
28572026-03-27T02:44:06.669Z Compiling daft v0.1.5
28582026-03-27T02:44:06.860Z Compiling iddqd v0.3.17
28592026-03-27T02:44:07.756Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28602026-03-27T02:44:07.985Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28612026-03-27T02:44:08.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
28622026-03-27T02:44:08.431Z
28632026-03-27T02:44:08.431Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28642026-03-27T02:44:08.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-03-27T02:44:08.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-03-27T02:44:08.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-03-27T02:44:08.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28682026-03-27T02:44:09.040Z
28692026-03-27T02:44:09.040Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28702026-03-27T02:44:09.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-03-27T02:44:09.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-03-27T02:44:09.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-03-27T02:44:09.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-03-27T02:44:09.643Z
28752026-03-27T02:44:09.643Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28762026-03-27T02:44:10.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-27T02:44:10.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-27T02:44:10.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-27T02:44:10.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28802026-03-27T02:44:10.272Z
28812026-03-27T02:44:10.272Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28822026-03-27T02:44:10.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-27T02:44:10.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-27T02:44:10.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-27T02:44:10.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-03-27T02:44:10.866Z
28872026-03-27T02:44:10.866Zinfo: running `cargo check --bins` on oxql-types (71/267)
28882026-03-27T02:44:11.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-27T02:44:11.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-27T02:44:11.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-27T02:44:11.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-03-27T02:44:11.468Z
28932026-03-27T02:44:11.468Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28942026-03-27T02:44:11.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-27T02:44:11.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-27T02:44:11.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-27T02:44:11.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-03-27T02:44:12.073Z
28992026-03-27T02:44:12.073Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
29002026-03-27T02:44:12.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-27T02:44:12.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-27T02:44:12.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-27T02:44:12.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-03-27T02:44:12.675Z
29052026-03-27T02:44:12.675Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29062026-03-27T02:44:13.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-27T02:44:13.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-27T02:44:13.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-27T02:44:13.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29102026-03-27T02:44:13.263Z
29112026-03-27T02:44:13.263Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29122026-03-27T02:44:13.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-27T02:44:13.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-27T02:44:13.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-27T02:44:13.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-03-27T02:44:13.888Z
29172026-03-27T02:44:13.888Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29182026-03-27T02:44:14.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-27T02:44:14.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-27T02:44:14.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-27T02:44:14.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-03-27T02:44:14.514Z
29232026-03-27T02:44:14.514Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29242026-03-27T02:44:15.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-27T02:44:15.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-27T02:44:15.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-27T02:44:15.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29282026-03-27T02:44:15.141Z
29292026-03-27T02:44:15.141Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29302026-03-27T02:44:15.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-27T02:44:15.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-27T02:44:15.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-27T02:44:15.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-03-27T02:44:15.769Z
29352026-03-27T02:44:15.769Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29362026-03-27T02:44:16.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-27T02:44:16.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-27T02:44:16.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-27T02:44:16.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-03-27T02:44:16.366Z
29412026-03-27T02:44:16.366Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29422026-03-27T02:44:16.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-27T02:44:16.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-27T02:44:16.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-27T02:44:16.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29462026-03-27T02:44:16.962Z
29472026-03-27T02:44:16.962Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29482026-03-27T02:44:17.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-27T02:44:17.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-27T02:44:17.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-27T02:44:17.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29522026-03-27T02:44:17.556Z
29532026-03-27T02:44:17.556Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29542026-03-27T02:44:18.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-27T02:44:18.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-27T02:44:18.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-03-27T02:44:18.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29582026-03-27T02:44:18.146Z
29592026-03-27T02:44:18.146Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29602026-03-27T02:44:18.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-27T02:44:18.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-27T02:44:18.812Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-03-27T02:44:19.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
29642026-03-27T02:44:19.535Z
29652026-03-27T02:44:19.535Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29662026-03-27T02:44:20.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-03-27T02:44:20.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-03-27T02:44:20.214Z Compiling ar_archive_writer v0.5.1
29692026-03-27T02:44:20.324Z Compiling stacker v0.1.23
29702026-03-27T02:44:20.332Z Compiling cfg_aliases v0.1.1
29712026-03-27T02:44:20.339Z Compiling convert_case v0.10.0
29722026-03-27T02:44:20.346Z Checking fd-lock v4.0.4
29732026-03-27T02:44:20.349Z Checking nibble_vec v0.1.0
29742026-03-27T02:44:20.349Z Checking vte v0.14.1
29752026-03-27T02:44:20.349Z Compiling recursive-proc-macro-impl v0.1.1
29762026-03-27T02:44:20.391Z Compiling nix v0.28.0
29772026-03-27T02:44:20.454Z Checking endian-type v0.1.2
29782026-03-27T02:44:20.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29792026-03-27T02:44:20.521Z Checking strip-ansi-escapes v0.2.1
29802026-03-27T02:44:20.576Z Compiling peg-macros v0.8.5
29812026-03-27T02:44:20.589Z Checking radix_trie v0.2.1
29822026-03-27T02:44:20.624Z Checking winnow v0.6.26
29832026-03-27T02:44:20.637Z Compiling derive_more-impl v2.1.1
29842026-03-27T02:44:20.760Z Compiling sqlparser_derive v0.5.0
29852026-03-27T02:44:20.792Z Checking unicode_categories v0.1.1
29862026-03-27T02:44:20.937Z Checking home v0.5.12
29872026-03-27T02:44:20.946Z Checking nu-ansi-term v0.50.3
29882026-03-27T02:44:21.078Z Checking display-error-chain v0.2.2
29892026-03-27T02:44:21.155Z Checking reedline v0.40.0
29902026-03-27T02:44:21.169Z Compiling psm v0.1.30
29912026-03-27T02:44:21.430Z Checking derive_more v2.1.1
29922026-03-27T02:44:21.505Z Checking crossterm v0.29.0
29932026-03-27T02:44:21.663Z Checking rustyline v14.0.0
29942026-03-27T02:44:21.706Z Checking peg v0.8.5
29952026-03-27T02:44:21.742Z Checking sqlformat v0.3.5
29962026-03-27T02:44:21.908Z Checking recursive v0.1.1
29972026-03-27T02:44:21.999Z Checking sqlparser v0.61.0
29982026-03-27T02:44:32.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s
29992026-03-27T02:44:33.165Z
30002026-03-27T02:44:33.165Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
30012026-03-27T02:44:33.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-03-27T02:44:33.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-03-27T02:44:33.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30042026-03-27T02:44:37.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
30052026-03-27T02:44:37.398Z
30062026-03-27T02:44:37.398Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30072026-03-27T02:44:37.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-03-27T02:44:37.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-03-27T02:44:38.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-03-27T02:44:40.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
30112026-03-27T02:44:40.654Z
30122026-03-27T02:44:40.654Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30132026-03-27T02:44:41.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-27T02:44:41.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-27T02:44:41.328Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-27T02:44:44.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
30172026-03-27T02:44:44.707Z
30182026-03-27T02:44:44.707Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30192026-03-27T02:44:45.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-27T02:44:45.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-27T02:44:45.390Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-27T02:44:48.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
30232026-03-27T02:44:48.777Z
30242026-03-27T02:44:48.777Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30252026-03-27T02:44:49.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-27T02:44:49.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-27T02:44:49.451Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-27T02:44:51.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
30292026-03-27T02:44:52.160Z
30302026-03-27T02:44:52.160Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30312026-03-27T02:44:52.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-27T02:44:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-27T02:44:52.838Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-27T02:44:55.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
30352026-03-27T02:44:55.594Z
30362026-03-27T02:44:55.594Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30372026-03-27T02:44:56.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-27T02:44:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-27T02:44:56.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-27T02:44:59.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
30412026-03-27T02:44:59.799Z
30422026-03-27T02:44:59.799Zinfo: running `cargo check --bins` on oximeter (92/267)
30432026-03-27T02:45:00.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-27T02:45:00.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-27T02:45:00.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-03-27T02:45:00.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30472026-03-27T02:45:00.405Z
30482026-03-27T02:45:00.405Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30492026-03-27T02:45:00.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-03-27T02:45:00.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-03-27T02:45:01.047Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-03-27T02:45:01.211Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-03-27T02:45:01.226Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-27T02:45:01.547Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-03-27T02:45:04.937Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30562026-03-27T02:45:05.261Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30572026-03-27T02:45:06.344Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30582026-03-27T02:45:07.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
30592026-03-27T02:45:07.200Z
30602026-03-27T02:45:07.200Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30612026-03-27T02:45:07.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-27T02:45:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-27T02:45:07.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-03-27T02:45:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-03-27T02:45:07.808Z
30662026-03-27T02:45:07.808Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30672026-03-27T02:45:08.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-27T02:45:08.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-27T02:45:08.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-27T02:45:08.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30712026-03-27T02:45:08.461Z
30722026-03-27T02:45:08.461Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30732026-03-27T02:45:08.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-27T02:45:08.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-27T02:45:08.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-27T02:45:08.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30772026-03-27T02:45:09.087Z
30782026-03-27T02:45:09.087Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30792026-03-27T02:45:09.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-27T02:45:09.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-27T02:45:09.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-27T02:45:09.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-03-27T02:45:09.697Z
30842026-03-27T02:45:09.697Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30852026-03-27T02:45:10.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-27T02:45:10.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-27T02:45:10.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-27T02:45:10.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30892026-03-27T02:45:10.315Z
30902026-03-27T02:45:10.315Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30912026-03-27T02:45:10.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-27T02:45:10.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-27T02:45:10.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-27T02:45:10.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30952026-03-27T02:45:10.943Z
30962026-03-27T02:45:10.943Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30972026-03-27T02:45:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-27T02:45:11.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-27T02:45:11.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-27T02:45:11.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31012026-03-27T02:45:11.525Z
31022026-03-27T02:45:11.525Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31032026-03-27T02:45:12.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-27T02:45:12.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-27T02:45:12.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-27T02:45:12.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31072026-03-27T02:45:12.136Z
31082026-03-27T02:45:12.136Zinfo: running `cargo check --bins` on update-engine (102/267)
31092026-03-27T02:45:12.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-27T02:45:12.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-27T02:45:12.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-27T02:45:12.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-03-27T02:45:12.715Z
31142026-03-27T02:45:12.715Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31152026-03-27T02:45:13.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-27T02:45:13.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-27T02:45:13.397Z Checking dropshot-api-manager-types v0.6.0
31182026-03-27T02:45:13.397Z Checking nanorand v0.7.0
31192026-03-27T02:45:13.641Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31202026-03-27T02:45:13.667Z Checking flume v0.11.1
31212026-03-27T02:45:13.876Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31222026-03-27T02:45:14.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
31232026-03-27T02:45:15.057Z
31242026-03-27T02:45:15.057Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31252026-03-27T02:45:15.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-03-27T02:45:15.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-03-27T02:45:15.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-03-27T02:45:15.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-03-27T02:45:15.662Z
31302026-03-27T02:45:15.662Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31312026-03-27T02:45:16.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-27T02:45:16.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-27T02:45:16.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-27T02:45:16.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-03-27T02:45:16.254Z
31362026-03-27T02:45:16.254Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31372026-03-27T02:45:16.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-27T02:45:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-27T02:45:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-27T02:45:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-03-27T02:45:16.875Z
31422026-03-27T02:45:16.876Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31432026-03-27T02:45:17.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-27T02:45:17.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-27T02:45:17.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-27T02:45:17.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-03-27T02:45:17.494Z
31482026-03-27T02:45:17.494Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31492026-03-27T02:45:18.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-27T02:45:18.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-27T02:45:18.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-27T02:45:18.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31532026-03-27T02:45:18.093Z
31542026-03-27T02:45:18.093Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31552026-03-27T02:45:18.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-27T02:45:18.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-27T02:45:18.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-27T02:45:18.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592026-03-27T02:45:18.699Z
31602026-03-27T02:45:18.699Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31612026-03-27T02:45:19.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-27T02:45:19.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-27T02:45:19.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-27T02:45:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-03-27T02:45:19.307Z
31662026-03-27T02:45:19.307Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31672026-03-27T02:45:19.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-27T02:45:19.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-27T02:45:19.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-27T02:45:19.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31712026-03-27T02:45:19.894Z
31722026-03-27T02:45:19.894Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31732026-03-27T02:45:20.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-27T02:45:20.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-27T02:45:20.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-27T02:45:20.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31772026-03-27T02:45:20.497Z
31782026-03-27T02:45:20.497Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31792026-03-27T02:45:21.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-27T02:45:21.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-27T02:45:21.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-27T02:45:21.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31832026-03-27T02:45:21.101Z
31842026-03-27T02:45:21.101Zinfo: running `cargo check --bins` on installinator-client (114/267)
31852026-03-27T02:45:21.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-27T02:45:21.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-27T02:45:21.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-27T02:45:21.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31892026-03-27T02:45:21.704Z
31902026-03-27T02:45:21.704Zinfo: running `cargo check --bins` on nexus-client (115/267)
31912026-03-27T02:45:22.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-27T02:45:22.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-27T02:45:22.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-27T02:45:22.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31952026-03-27T02:45:22.339Z
31962026-03-27T02:45:22.340Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31972026-03-27T02:45:22.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-27T02:45:22.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-27T02:45:22.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-27T02:45:22.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32012026-03-27T02:45:22.980Z
32022026-03-27T02:45:22.980Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32032026-03-27T02:45:23.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-27T02:45:23.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-27T02:45:23.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-27T02:45:23.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32072026-03-27T02:45:23.573Z
32082026-03-27T02:45:23.573Zinfo: running `cargo check --bins` on oxide-client (118/267)
32092026-03-27T02:45:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-27T02:45:24.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-27T02:45:24.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-27T02:45:24.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32132026-03-27T02:45:24.162Z
32142026-03-27T02:45:24.162Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32152026-03-27T02:45:24.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-27T02:45:24.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-27T02:45:24.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-27T02:45:24.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-03-27T02:45:24.766Z
32202026-03-27T02:45:24.766Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32212026-03-27T02:45:25.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-27T02:45:25.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-27T02:45:25.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-27T02:45:25.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32252026-03-27T02:45:25.355Z
32262026-03-27T02:45:25.355Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32272026-03-27T02:45:25.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-27T02:45:25.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-27T02:45:25.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-27T02:45:25.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32312026-03-27T02:45:25.980Z
32322026-03-27T02:45:25.980Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32332026-03-27T02:45:26.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-27T02:45:26.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-27T02:45:26.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-27T02:45:26.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32372026-03-27T02:45:26.609Z
32382026-03-27T02:45:26.609Zinfo: running `cargo check --bins` on installinator-common (123/267)
32392026-03-27T02:45:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-27T02:45:27.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-27T02:45:27.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-27T02:45:27.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32432026-03-27T02:45:27.219Z
32442026-03-27T02:45:27.219Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32452026-03-27T02:45:27.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-27T02:45:27.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-27T02:45:27.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-27T02:45:27.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32492026-03-27T02:45:27.810Z
32502026-03-27T02:45:27.810Zinfo: running `cargo check --bins` on wicket-common (125/267)
32512026-03-27T02:45:28.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-27T02:45:28.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-27T02:45:28.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-27T02:45:28.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32552026-03-27T02:45:28.432Z
32562026-03-27T02:45:28.432Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32572026-03-27T02:45:28.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-27T02:45:28.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-27T02:45:29.102Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-03-27T02:45:29.105Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-27T02:45:29.105Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-03-27T02:45:29.105Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32632026-03-27T02:45:29.213Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32642026-03-27T02:45:29.345Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-03-27T02:45:29.367Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32662026-03-27T02:45:29.590Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-03-27T02:45:29.590Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32682026-03-27T02:45:31.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
32692026-03-27T02:45:31.880Z
32702026-03-27T02:45:31.880Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32712026-03-27T02:45:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-03-27T02:45:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-03-27T02:45:32.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-03-27T02:45:32.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32752026-03-27T02:45:32.479Z
32762026-03-27T02:45:32.479Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32772026-03-27T02:45:33.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-03-27T02:45:33.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-03-27T02:45:33.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-03-27T02:45:33.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32812026-03-27T02:45:33.163Z
32822026-03-27T02:45:33.163Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32832026-03-27T02:45:33.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-27T02:45:33.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-27T02:45:33.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-03-27T02:45:33.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32872026-03-27T02:45:33.852Z
32882026-03-27T02:45:33.852Zinfo: running `cargo check --bins` on dns-server (130/267)
32892026-03-27T02:45:34.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-03-27T02:45:34.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-03-27T02:45:34.518Z Compiling parking_lot_core v0.8.6
32922026-03-27T02:45:34.518Z Compiling git-stub v1.0.0
32932026-03-27T02:45:34.518Z Compiling atomicwrites v0.4.4
32942026-03-27T02:45:34.521Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32952026-03-27T02:45:34.646Z Checking tagptr v0.2.0
32962026-03-27T02:45:34.653Z Checking prefix-trie v0.7.0
32972026-03-27T02:45:34.657Z Checking fxhash v0.2.1
32982026-03-27T02:45:34.657Z Checking hickory-client v0.25.2
32992026-03-27T02:45:34.764Z Compiling git-stub-vcs v0.1.0
33002026-03-27T02:45:34.777Z Checking moka v0.12.13
33012026-03-27T02:45:34.976Z Checking hickory-server v0.25.2
33022026-03-27T02:45:35.051Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33032026-03-27T02:45:35.076Z Checking parking_lot v0.11.2
33042026-03-27T02:45:35.114Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-03-27T02:45:35.117Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33062026-03-27T02:45:35.117Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33072026-03-27T02:45:35.259Z Checking sled v0.34.7
33082026-03-27T02:45:35.370Z Checking hickory-resolver v0.25.2
33092026-03-27T02:45:37.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
33102026-03-27T02:45:37.475Z
33112026-03-27T02:45:37.475Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33122026-03-27T02:45:37.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-03-27T02:45:37.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-03-27T02:45:37.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-03-27T02:45:37.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33162026-03-27T02:45:38.069Z
33172026-03-27T02:45:38.069Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33182026-03-27T02:45:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-03-27T02:45:38.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-03-27T02:45:38.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-03-27T02:45:38.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33222026-03-27T02:45:38.719Z
33232026-03-27T02:45:38.719Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33242026-03-27T02:45:39.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-03-27T02:45:39.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-03-27T02:45:39.461Z Compiling radium v0.7.0
33272026-03-27T02:45:39.580Z Compiling maybe-uninit v2.0.0
33282026-03-27T02:45:39.580Z Checking tap v1.0.1
33292026-03-27T02:45:39.597Z Compiling zerocopy-derive v0.6.6
33302026-03-27T02:45:39.604Z Checking funty v2.0.0
33312026-03-27T02:45:39.614Z Compiling packed_struct v0.10.1
33322026-03-27T02:45:39.616Z Checking crc-catalog v2.4.0
33332026-03-27T02:45:39.640Z Compiling packed_struct_codegen v0.10.1
33342026-03-27T02:45:39.671Z Checking wyz v0.5.1
33352026-03-27T02:45:39.714Z Checking crc v3.4.0
33362026-03-27T02:45:39.855Z Compiling bitfield-macros v0.19.4
33372026-03-27T02:45:39.881Z Compiling indexmap v1.9.3
33382026-03-27T02:45:39.930Z Checking nodrop v0.1.14
33392026-03-27T02:45:39.963Z Checking hashbrown v0.12.3
33402026-03-27T02:45:39.991Z Checking bitvec v1.0.1
33412026-03-27T02:45:40.004Z Checking smallvec v0.6.14
33422026-03-27T02:45:40.030Z Checking array-init v0.0.4
33432026-03-27T02:45:40.113Z Checking ron v0.8.1
33442026-03-27T02:45:40.190Z Checking hashbrown v0.13.2
33452026-03-27T02:45:40.325Z Checking serde-hex v0.1.0
33462026-03-27T02:45:40.411Z Checking zerocopy v0.6.6
33472026-03-27T02:45:40.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-03-27T02:45:40.626Z Checking bitfield v0.19.4
33492026-03-27T02:45:40.639Z Checking crc-any v2.5.0
33502026-03-27T02:45:40.682Z Checking object v0.30.4
33512026-03-27T02:45:40.696Z Checking void v1.0.2
33522026-03-27T02:45:40.708Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-27T02:45:40.794Z Checking half v1.8.3
33542026-03-27T02:45:40.820Z Checking path-slash v0.1.5
33552026-03-27T02:45:40.859Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-27T02:45:40.887Z Checking lzss v0.8.2
33572026-03-27T02:45:40.918Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33582026-03-27T02:45:40.962Z Checking tungstenite v0.23.0
33592026-03-27T02:45:40.983Z Checking serde_cbor v0.11.2
33602026-03-27T02:45:41.015Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33612026-03-27T02:45:41.067Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33622026-03-27T02:45:41.070Z Checking nix v0.27.1
33632026-03-27T02:45:41.353Z Checking kstat-rs v0.2.4
33642026-03-27T02:45:41.367Z Checking serde_bytes v0.11.19
33652026-03-27T02:45:41.413Z Checking tokio-tungstenite v0.23.1
33662026-03-27T02:45:41.534Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33672026-03-27T02:45:41.537Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33682026-03-27T02:45:41.576Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-03-27T02:45:41.668Z Checking signal-hook-tokio v0.3.1
33702026-03-27T02:45:42.284Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-27T02:45:42.626Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-03-27T02:45:44.760Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-03-27T02:45:45.609Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-03-27T02:45:45.883Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33752026-03-27T02:45:46.963Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-03-27T02:45:48.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.26s
33772026-03-27T02:45:49.187Z
33782026-03-27T02:45:49.187Zinfo: running `cargo check --bins` on gateway-api (134/267)
33792026-03-27T02:45:49.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-03-27T02:45:49.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-03-27T02:45:49.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-03-27T02:45:49.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-03-27T02:45:49.789Z
33842026-03-27T02:45:49.789Zinfo: running `cargo check --bins` on ipcc (135/267)
33852026-03-27T02:45:50.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-03-27T02:45:50.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-03-27T02:45:50.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-03-27T02:45:50.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-03-27T02:45:50.386Z
33902026-03-27T02:45:50.386Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33912026-03-27T02:45:50.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-27T02:45:50.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-27T02:45:50.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-27T02:45:50.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33952026-03-27T02:45:50.972Z
33962026-03-27T02:45:50.973Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33972026-03-27T02:45:51.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-27T02:45:51.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-27T02:45:51.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-27T02:45:51.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-03-27T02:45:51.575Z
34022026-03-27T02:45:51.575Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34032026-03-27T02:45:52.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-27T02:45:52.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-27T02:45:52.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-27T02:45:52.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-03-27T02:45:52.178Z
34082026-03-27T02:45:52.178Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34092026-03-27T02:45:52.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-27T02:45:52.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-27T02:45:52.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-27T02:45:52.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-03-27T02:45:52.784Z
34142026-03-27T02:45:52.784Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34152026-03-27T02:45:53.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-27T02:45:53.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-27T02:45:53.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-27T02:45:53.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-03-27T02:45:53.387Z
34202026-03-27T02:45:53.387Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34212026-03-27T02:45:53.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-27T02:45:53.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-27T02:45:53.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-27T02:45:53.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-03-27T02:45:53.992Z
34262026-03-27T02:45:53.993Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34272026-03-27T02:45:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-27T02:45:54.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-27T02:45:54.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-27T02:45:54.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-03-27T02:45:54.598Z
34322026-03-27T02:45:54.598Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34332026-03-27T02:45:55.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-27T02:45:55.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-27T02:45:55.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-27T02:45:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-03-27T02:45:55.202Z
34382026-03-27T02:45:55.202Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34392026-03-27T02:45:55.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-27T02:45:55.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-27T02:45:55.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-27T02:45:55.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-03-27T02:45:55.809Z
34442026-03-27T02:45:55.809Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34452026-03-27T02:45:56.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-27T02:45:56.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-27T02:45:56.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-27T02:45:56.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-03-27T02:45:56.412Z
34502026-03-27T02:45:56.412Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34512026-03-27T02:45:56.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-27T02:45:56.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-27T02:45:56.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-27T02:45:56.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-03-27T02:45:57.019Z
34562026-03-27T02:45:57.019Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34572026-03-27T02:45:57.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-27T02:45:57.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-27T02:45:57.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-27T02:45:57.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34612026-03-27T02:45:57.625Z
34622026-03-27T02:45:57.625Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34632026-03-27T02:45:58.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-27T02:45:58.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-27T02:45:58.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-03-27T02:45:58.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-03-27T02:45:58.230Z
34682026-03-27T02:45:58.230Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34692026-03-27T02:45:58.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-27T02:45:58.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-27T02:45:58.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-03-27T02:45:58.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-03-27T02:45:58.837Z
34742026-03-27T02:45:58.837Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34752026-03-27T02:45:59.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-27T02:45:59.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-27T02:45:59.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-27T02:45:59.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34792026-03-27T02:45:59.442Z
34802026-03-27T02:45:59.442Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34812026-03-27T02:45:59.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-27T02:45:59.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-27T02:45:59.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-27T02:45:59.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34852026-03-27T02:46:00.049Z
34862026-03-27T02:46:00.049Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34872026-03-27T02:46:00.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-27T02:46:00.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-27T02:46:00.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-27T02:46:00.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34912026-03-27T02:46:00.651Z
34922026-03-27T02:46:00.651Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34932026-03-27T02:46:01.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-27T02:46:01.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-27T02:46:01.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-27T02:46:01.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34972026-03-27T02:46:01.257Z
34982026-03-27T02:46:01.257Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34992026-03-27T02:46:01.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-27T02:46:01.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-27T02:46:01.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-27T02:46:01.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35032026-03-27T02:46:01.868Z
35042026-03-27T02:46:01.868Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35052026-03-27T02:46:02.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-27T02:46:02.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-27T02:46:02.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-27T02:46:02.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35092026-03-27T02:46:02.512Z
35102026-03-27T02:46:02.513Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35112026-03-27T02:46:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-27T02:46:03.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-27T02:46:03.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-27T02:46:03.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35152026-03-27T02:46:03.125Z
35162026-03-27T02:46:03.125Zinfo: running `cargo check --bins` on sp-sim (157/267)
35172026-03-27T02:46:03.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-27T02:46:03.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-27T02:46:03.848Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35202026-03-27T02:46:05.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35212026-03-27T02:46:05.789Z
35222026-03-27T02:46:05.789Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35232026-03-27T02:46:06.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-27T02:46:06.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-27T02:46:06.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-03-27T02:46:06.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35272026-03-27T02:46:06.448Z
35282026-03-27T02:46:06.448Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35292026-03-27T02:46:07.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-27T02:46:07.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-27T02:46:07.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-03-27T02:46:07.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35332026-03-27T02:46:07.112Z
35342026-03-27T02:46:07.112Zinfo: running `cargo check --bins` on db-macros (160/267)
35352026-03-27T02:46:07.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-27T02:46:07.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-27T02:46:07.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-27T02:46:07.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-03-27T02:46:07.698Z
35402026-03-27T02:46:07.698Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35412026-03-27T02:46:08.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-27T02:46:08.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-27T02:46:08.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-27T02:46:08.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-03-27T02:46:08.290Z
35462026-03-27T02:46:08.290Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35472026-03-27T02:46:08.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-27T02:46:08.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-27T02:46:08.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-27T02:46:08.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35512026-03-27T02:46:08.940Z
35522026-03-27T02:46:08.940Zinfo: running `cargo check --bins` on authz-macros (163/267)
35532026-03-27T02:46:09.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-27T02:46:09.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-27T02:46:09.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-27T02:46:09.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-03-27T02:46:09.528Z
35582026-03-27T02:46:09.528Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35592026-03-27T02:46:10.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-27T02:46:10.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-27T02:46:10.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-27T02:46:10.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-03-27T02:46:10.174Z
35642026-03-27T02:46:10.174Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35652026-03-27T02:46:10.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-27T02:46:10.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-27T02:46:10.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-27T02:46:10.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35692026-03-27T02:46:10.816Z
35702026-03-27T02:46:10.816Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35712026-03-27T02:46:11.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-27T02:46:11.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-27T02:46:11.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-27T02:46:11.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-03-27T02:46:11.405Z
35762026-03-27T02:46:11.405Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35772026-03-27T02:46:11.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-27T02:46:11.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-27T02:46:11.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-27T02:46:11.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-03-27T02:46:11.994Z
35822026-03-27T02:46:11.994Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35832026-03-27T02:46:12.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-27T02:46:12.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-27T02:46:12.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-27T02:46:12.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35872026-03-27T02:46:12.603Z
35882026-03-27T02:46:12.604Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35892026-03-27T02:46:13.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-27T02:46:13.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-27T02:46:13.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-27T02:46:13.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35932026-03-27T02:46:13.201Z
35942026-03-27T02:46:13.201Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35952026-03-27T02:46:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-27T02:46:13.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-27T02:46:13.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-27T02:46:13.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35992026-03-27T02:46:13.794Z
36002026-03-27T02:46:13.794Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
36012026-03-27T02:46:14.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-27T02:46:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-27T02:46:14.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-27T02:46:14.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36052026-03-27T02:46:14.452Z
36062026-03-27T02:46:14.452Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36072026-03-27T02:46:15.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-27T02:46:15.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-27T02:46:15.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-03-27T02:46:15.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36112026-03-27T02:46:15.113Z
36122026-03-27T02:46:15.113Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36132026-03-27T02:46:15.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-03-27T02:46:15.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-03-27T02:46:15.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-03-27T02:46:15.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36172026-03-27T02:46:15.770Z
36182026-03-27T02:46:15.770Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36192026-03-27T02:46:16.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-03-27T02:46:16.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-03-27T02:46:16.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-03-27T02:46:16.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36232026-03-27T02:46:16.398Z
36242026-03-27T02:46:16.398Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36252026-03-27T02:46:16.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-03-27T02:46:16.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-03-27T02:46:16.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-03-27T02:46:16.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36292026-03-27T02:46:17.009Z
36302026-03-27T02:46:17.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36312026-03-27T02:46:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-03-27T02:46:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-03-27T02:46:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-03-27T02:46:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36352026-03-27T02:46:17.618Z
36362026-03-27T02:46:17.618Zinfo: running `cargo check --bins` on key-manager (177/267)
36372026-03-27T02:46:18.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-03-27T02:46:18.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-03-27T02:46:18.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-03-27T02:46:18.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36412026-03-27T02:46:18.221Z
36422026-03-27T02:46:18.221Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36432026-03-27T02:46:18.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-03-27T02:46:18.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-03-27T02:46:18.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-03-27T02:46:18.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36472026-03-27T02:46:18.831Z
36482026-03-27T02:46:18.831Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36492026-03-27T02:46:19.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-03-27T02:46:19.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-03-27T02:46:19.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-03-27T02:46:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36532026-03-27T02:46:19.442Z
36542026-03-27T02:46:19.442Zinfo: running `cargo check --bins` on typed-rng (180/267)
36552026-03-27T02:46:19.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-03-27T02:46:19.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-03-27T02:46:19.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-03-27T02:46:19.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36592026-03-27T02:46:20.031Z
36602026-03-27T02:46:20.031Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36612026-03-27T02:46:20.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-03-27T02:46:20.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-03-27T02:46:20.868Z Compiling libefi-sys v0.1.0
36642026-03-27T02:46:20.871Z Compiling bitfield-struct v0.6.2
36652026-03-27T02:46:21.012Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36662026-03-27T02:46:21.021Z Compiling xshell-macros v0.2.7
36672026-03-27T02:46:21.031Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36682026-03-27T02:46:21.062Z Compiling salty v0.3.0
36692026-03-27T02:46:21.071Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36702026-03-27T02:46:21.074Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-03-27T02:46:21.074Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36722026-03-27T02:46:21.352Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36732026-03-27T02:46:21.369Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36742026-03-27T02:46:21.381Z Checking xshell v0.2.7
36752026-03-27T02:46:21.501Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36762026-03-27T02:46:21.534Z Checking primeorder v0.13.6
36772026-03-27T02:46:21.569Z Compiling proc-macro-error-attr2 v2.0.0
36782026-03-27T02:46:21.598Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36792026-03-27T02:46:21.612Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36802026-03-27T02:46:21.645Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812026-03-27T02:46:21.736Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36822026-03-27T02:46:21.769Z Checking p384 v0.13.1
36832026-03-27T02:46:21.805Z Compiling num-derive v0.3.3
36842026-03-27T02:46:21.848Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36852026-03-27T02:46:21.950Z Compiling proc-macro-error2 v2.0.1
36862026-03-27T02:46:22.060Z Compiling unicase v2.9.0
36872026-03-27T02:46:22.080Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36882026-03-27T02:46:22.240Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36892026-03-27T02:46:22.262Z Compiling mime_guess v2.0.5
36902026-03-27T02:46:22.266Z Compiling tabled_derive v0.11.0
36912026-03-27T02:46:22.309Z Compiling progenitor-impl v0.11.2
36922026-03-27T02:46:22.615Z Checking papergrid v0.17.0
36932026-03-27T02:46:22.686Z Checking libscf-sys v1.1.0
36942026-03-27T02:46:22.808Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-27T02:46:22.823Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-03-27T02:46:22.894Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36972026-03-27T02:46:22.966Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36982026-03-27T02:46:23.406Z Checking testing_table v0.3.0
36992026-03-27T02:46:23.422Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37002026-03-27T02:46:23.470Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-03-27T02:46:23.503Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-03-27T02:46:23.542Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37032026-03-27T02:46:23.596Z Checking corncobs v0.1.4
37042026-03-27T02:46:23.628Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37052026-03-27T02:46:23.690Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-03-27T02:46:23.725Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-03-27T02:46:23.755Z Checking tabled v0.20.0
37082026-03-27T02:46:23.842Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37092026-03-27T02:46:23.991Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37102026-03-27T02:46:24.010Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37112026-03-27T02:46:24.061Z Checking progenitor-client v0.11.2
37122026-03-27T02:46:24.307Z Checking secrecy v0.8.0
37132026-03-27T02:46:24.437Z Checking http-range v0.1.5
37142026-03-27T02:46:24.695Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37152026-03-27T02:46:24.732Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37162026-03-27T02:46:24.789Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37172026-03-27T02:46:24.873Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-03-27T02:46:24.922Z Compiling progenitor-macro v0.11.2
37192026-03-27T02:46:24.966Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-03-27T02:46:25.162Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37212026-03-27T02:46:25.254Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37222026-03-27T02:46:25.384Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37232026-03-27T02:46:25.432Z Checking atty v0.2.14
37242026-03-27T02:46:25.450Z Checking crc8 v0.1.1
37252026-03-27T02:46:25.535Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37262026-03-27T02:46:25.550Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37272026-03-27T02:46:25.828Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-03-27T02:46:25.886Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292026-03-27T02:46:26.160Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-03-27T02:46:26.187Z Checking hyper-staticfile v0.10.1
37312026-03-27T02:46:26.263Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37322026-03-27T02:46:26.289Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37332026-03-27T02:46:26.466Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37342026-03-27T02:46:26.491Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37352026-03-27T02:46:26.710Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37362026-03-27T02:46:26.726Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37372026-03-27T02:46:26.779Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37382026-03-27T02:46:27.063Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37392026-03-27T02:46:27.144Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37402026-03-27T02:46:27.353Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37412026-03-27T02:46:27.371Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37422026-03-27T02:46:27.529Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37432026-03-27T02:46:27.758Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37442026-03-27T02:46:28.004Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37452026-03-27T02:46:28.035Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37462026-03-27T02:46:28.448Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37472026-03-27T02:46:29.177Z Checking progenitor v0.11.2
37482026-03-27T02:46:29.345Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37492026-03-27T02:46:34.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-03-27T02:46:44.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.89s
37512026-03-27T02:46:45.142Z
37522026-03-27T02:46:45.142Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37532026-03-27T02:46:45.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-03-27T02:46:45.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-03-27T02:46:45.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-03-27T02:46:56.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
37572026-03-27T02:46:56.970Z
37582026-03-27T02:46:56.970Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37592026-03-27T02:46:57.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-03-27T02:46:57.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-03-27T02:46:57.757Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-03-27T02:47:08.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
37632026-03-27T02:47:08.803Z
37642026-03-27T02:47:08.803Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37652026-03-27T02:47:09.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-27T02:47:09.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-27T02:47:09.585Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-03-27T02:47:20.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
37692026-03-27T02:47:20.660Z
37702026-03-27T02:47:20.661Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37712026-03-27T02:47:21.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-27T02:47:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-27T02:47:21.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-03-27T02:47:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37752026-03-27T02:47:32.421Z
37762026-03-27T02:47:32.421Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37772026-03-27T02:47:32.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-27T02:47:32.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-27T02:47:33.208Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-03-27T02:47:44.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
37812026-03-27T02:47:44.228Z
37822026-03-27T02:47:44.228Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37832026-03-27T02:47:44.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-27T02:47:44.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-27T02:47:45.014Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-03-27T02:47:55.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37872026-03-27T02:47:56.025Z
37882026-03-27T02:47:56.025Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37892026-03-27T02:47:56.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-27T02:47:56.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-27T02:47:56.809Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-03-27T02:48:07.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
37932026-03-27T02:48:07.846Z
37942026-03-27T02:48:07.846Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37952026-03-27T02:48:08.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-27T02:48:08.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-27T02:48:08.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-03-27T02:48:08.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37992026-03-27T02:48:08.469Z
38002026-03-27T02:48:08.469Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
38012026-03-27T02:48:08.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-27T02:48:08.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-27T02:48:08.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-03-27T02:48:09.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38052026-03-27T02:48:09.091Z
38062026-03-27T02:48:09.091Zinfo: running `cargo check --bins` on range-requests (191/267)
38072026-03-27T02:48:09.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-27T02:48:09.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-27T02:48:09.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-27T02:48:09.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-03-27T02:48:09.676Z
38122026-03-27T02:48:09.676Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38132026-03-27T02:48:10.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-27T02:48:10.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-27T02:48:10.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-27T02:48:10.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-03-27T02:48:10.279Z
38182026-03-27T02:48:10.279Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38192026-03-27T02:48:10.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-27T02:48:10.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-27T02:48:10.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-27T02:48:10.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38232026-03-27T02:48:10.905Z
38242026-03-27T02:48:10.905Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38252026-03-27T02:48:11.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-27T02:48:11.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-27T02:48:11.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-27T02:48:11.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38292026-03-27T02:48:11.526Z
38302026-03-27T02:48:11.526Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38312026-03-27T02:48:12.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-27T02:48:12.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-27T02:48:12.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-27T02:48:12.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38352026-03-27T02:48:12.146Z
38362026-03-27T02:48:12.146Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38372026-03-27T02:48:12.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-27T02:48:12.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-27T02:48:12.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-27T02:48:12.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38412026-03-27T02:48:12.780Z
38422026-03-27T02:48:12.780Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38432026-03-27T02:48:13.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-27T02:48:13.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-27T02:48:13.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-27T02:48:13.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-03-27T02:48:13.413Z
38482026-03-27T02:48:13.414Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38492026-03-27T02:48:13.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-27T02:48:13.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-27T02:48:13.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-03-27T02:48:13.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-03-27T02:48:14.050Z
38542026-03-27T02:48:14.051Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38552026-03-27T02:48:14.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-03-27T02:48:14.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-03-27T02:48:14.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-03-27T02:48:14.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38592026-03-27T02:48:14.674Z
38602026-03-27T02:48:14.674Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38612026-03-27T02:48:15.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-03-27T02:48:15.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-03-27T02:48:15.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-03-27T02:48:15.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-03-27T02:48:15.297Z
38662026-03-27T02:48:15.297Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38672026-03-27T02:48:15.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-03-27T02:48:15.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-03-27T02:48:15.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-03-27T02:48:15.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38712026-03-27T02:48:15.930Z
38722026-03-27T02:48:15.931Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38732026-03-27T02:48:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-03-27T02:48:16.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-03-27T02:48:16.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-03-27T02:48:16.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-03-27T02:48:16.562Z
38782026-03-27T02:48:16.562Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38792026-03-27T02:48:17.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-27T02:48:17.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-27T02:48:17.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-27T02:48:17.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38832026-03-27T02:48:17.211Z
38842026-03-27T02:48:17.211Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38852026-03-27T02:48:17.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-27T02:48:17.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-27T02:48:17.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-27T02:48:17.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38892026-03-27T02:48:17.875Z
38902026-03-27T02:48:17.875Zinfo: running `cargo check --bins` on update-common (205/267)
38912026-03-27T02:48:18.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-27T02:48:18.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-27T02:48:18.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-03-27T02:48:18.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38952026-03-27T02:48:18.497Z
38962026-03-27T02:48:18.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38972026-03-27T02:48:19.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-27T02:48:19.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-27T02:48:19.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-27T02:48:19.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-03-27T02:48:19.155Z
39022026-03-27T02:48:19.155Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39032026-03-27T02:48:19.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-27T02:48:19.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-27T02:48:19.934Z Compiling fs-err v2.11.0
39062026-03-27T02:48:19.937Z Checking ignore v0.4.25
39072026-03-27T02:48:19.937Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39082026-03-27T02:48:20.071Z Checking predicates-tree v1.0.13
39092026-03-27T02:48:20.078Z Checking parse-size v1.1.0
39102026-03-27T02:48:20.089Z Checking rand_seeder v0.4.0
39112026-03-27T02:48:20.092Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39122026-03-27T02:48:20.114Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39132026-03-27T02:48:20.166Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39142026-03-27T02:48:20.186Z Compiling petname v2.0.2
39152026-03-27T02:48:20.224Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39162026-03-27T02:48:20.385Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39172026-03-27T02:48:20.402Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39182026-03-27T02:48:20.436Z Checking globwalk v0.9.1
39192026-03-27T02:48:20.541Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39202026-03-27T02:48:20.567Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39212026-03-27T02:48:20.614Z Checking camino-tempfile-ext v0.3.3
39222026-03-27T02:48:20.628Z Checking sapling-renderdag v0.1.0
39232026-03-27T02:48:20.749Z Checking sync-ptr v0.1.4
39242026-03-27T02:48:20.805Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39252026-03-27T02:48:20.862Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39262026-03-27T02:48:20.896Z Checking colored v2.2.0
39272026-03-27T02:48:20.958Z Checking assert_matches v1.5.0
39282026-03-27T02:48:21.180Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39292026-03-27T02:48:21.323Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39302026-03-27T02:48:21.327Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39312026-03-27T02:48:21.914Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39322026-03-27T02:48:23.190Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39332026-03-27T02:48:25.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
39342026-03-27T02:48:25.575Z
39352026-03-27T02:48:25.575Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39362026-03-27T02:48:26.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-03-27T02:48:26.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-03-27T02:48:26.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-03-27T02:48:26.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39402026-03-27T02:48:26.170Z
39412026-03-27T02:48:26.170Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39422026-03-27T02:48:26.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-03-27T02:48:26.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-03-27T02:48:26.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-03-27T02:48:26.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39462026-03-27T02:48:26.839Z
39472026-03-27T02:48:26.839Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39482026-03-27T02:48:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-27T02:48:27.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-27T02:48:27.570Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39512026-03-27T02:48:27.573Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39522026-03-27T02:48:28.220Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39532026-03-27T02:48:29.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
39542026-03-27T02:48:29.951Z
39552026-03-27T02:48:29.951Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39562026-03-27T02:48:30.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-27T02:48:30.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-27T02:48:30.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-03-27T02:48:30.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39602026-03-27T02:48:30.565Z
39612026-03-27T02:48:30.565Zinfo: running `cargo check --bins` on cert-dev (212/267)
39622026-03-27T02:48:31.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-27T02:48:31.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-27T02:48:31.180Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39652026-03-27T02:48:31.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39662026-03-27T02:48:31.624Z
39672026-03-27T02:48:31.624Zinfo: running `cargo check --bins` on clickana (213/267)
39682026-03-27T02:48:32.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-27T02:48:32.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-27T02:48:32.276Z Compiling darling_core v0.23.0
39712026-03-27T02:48:32.279Z Compiling instability v0.3.11
39722026-03-27T02:48:32.392Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39732026-03-27T02:48:32.392Z Checking castaway v0.2.4
39742026-03-27T02:48:32.395Z Compiling indoc v2.0.7
39752026-03-27T02:48:32.400Z Checking unicode-truncate v1.1.0
39762026-03-27T02:48:32.425Z Checking lru v0.12.5
39772026-03-27T02:48:32.425Z Checking cassowary v0.3.0
39782026-03-27T02:48:32.491Z Checking compact_str v0.8.1
39792026-03-27T02:48:33.339Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39802026-03-27T02:48:33.527Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39812026-03-27T02:48:33.790Z Compiling darling_macro v0.23.0
39822026-03-27T02:48:34.198Z Compiling darling v0.23.0
39832026-03-27T02:48:34.793Z Checking ratatui v0.29.0
39842026-03-27T02:48:35.840Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39852026-03-27T02:48:36.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
39862026-03-27T02:48:36.684Z
39872026-03-27T02:48:36.684Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39882026-03-27T02:48:37.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-03-27T02:48:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-03-27T02:48:37.420Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39912026-03-27T02:48:37.423Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39922026-03-27T02:48:38.009Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39932026-03-27T02:48:38.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
39942026-03-27T02:48:38.628Z
39952026-03-27T02:48:38.628Zinfo: running `cargo check --bins` on ch-dev (215/267)
39962026-03-27T02:48:39.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-03-27T02:48:39.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-03-27T02:48:39.364Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39992026-03-27T02:48:40.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40002026-03-27T02:48:40.299Z
40012026-03-27T02:48:40.299Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40022026-03-27T02:48:40.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-03-27T02:48:40.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-03-27T02:48:40.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-03-27T02:48:40.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40062026-03-27T02:48:40.775Z
40072026-03-27T02:48:40.775Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40082026-03-27T02:48:41.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-03-27T02:48:41.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-03-27T02:48:41.502Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-03-27T02:48:41.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
40122026-03-27T02:48:42.153Z
40132026-03-27T02:48:42.153Zinfo: running `cargo check --bins` on db-dev (218/267)
40142026-03-27T02:48:42.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-03-27T02:48:42.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-03-27T02:48:42.884Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-03-27T02:48:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40182026-03-27T02:48:43.825Z
40192026-03-27T02:48:43.825Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40202026-03-27T02:48:44.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-27T02:48:44.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-27T02:48:44.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-03-27T02:48:44.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40242026-03-27T02:48:44.476Z
40252026-03-27T02:48:44.476Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40262026-03-27T02:48:44.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-03-27T02:48:44.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-03-27T02:48:45.090Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-03-27T02:48:45.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40302026-03-27T02:48:45.945Z
40312026-03-27T02:48:45.945Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40322026-03-27T02:48:46.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-03-27T02:48:46.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-03-27T02:48:46.695Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-03-27T02:48:46.695Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-03-27T02:48:46.698Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40372026-03-27T02:48:46.698Z Checking git-stub v1.0.0
40382026-03-27T02:48:46.698Z Compiling trait-variant v0.1.2
40392026-03-27T02:48:46.698Z Checking maplit v1.0.2
40402026-03-27T02:48:46.698Z Checking is_ci v1.2.0
40412026-03-27T02:48:46.823Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-03-27T02:48:46.897Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40432026-03-27T02:48:46.948Z Checking supports-color v3.0.2
40442026-03-27T02:48:46.978Z Checking git-stub-vcs v0.1.0
40452026-03-27T02:48:47.038Z Checking drift v0.1.3
40462026-03-27T02:48:47.065Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40472026-03-27T02:48:47.079Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40482026-03-27T02:48:47.167Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40492026-03-27T02:48:47.260Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40502026-03-27T02:48:47.317Z Checking dropshot-api-manager v0.6.0
40512026-03-27T02:48:47.330Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40522026-03-27T02:48:47.355Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40532026-03-27T02:48:47.569Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40542026-03-27T02:48:47.608Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40552026-03-27T02:48:47.700Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40562026-03-27T02:48:48.049Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-03-27T02:48:52.915Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-03-27T02:48:53.960Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-03-27T02:48:54.537Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-03-27T02:48:54.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s
40612026-03-27T02:48:55.159Z
40622026-03-27T02:48:55.160Zinfo: running `cargo check --bins` on installinator-api (222/267)
40632026-03-27T02:48:55.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-03-27T02:48:55.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-03-27T02:48:55.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-03-27T02:48:55.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40672026-03-27T02:48:55.764Z
40682026-03-27T02:48:55.764Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40692026-03-27T02:48:56.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-27T02:48:56.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-27T02:48:56.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-03-27T02:48:56.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40732026-03-27T02:48:56.404Z
40742026-03-27T02:48:56.404Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40752026-03-27T02:48:56.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-03-27T02:48:56.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-03-27T02:48:56.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-03-27T02:48:56.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-03-27T02:48:57.045Z
40802026-03-27T02:48:57.045Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40812026-03-27T02:48:57.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-03-27T02:48:57.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-03-27T02:48:57.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-03-27T02:48:57.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40852026-03-27T02:48:57.681Z
40862026-03-27T02:48:57.681Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40872026-03-27T02:48:58.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-03-27T02:48:58.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-03-27T02:48:58.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-03-27T02:48:58.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40912026-03-27T02:48:58.283Z
40922026-03-27T02:48:58.283Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40932026-03-27T02:48:58.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-03-27T02:48:58.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-03-27T02:48:58.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-03-27T02:48:58.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40972026-03-27T02:48:58.872Z
40982026-03-27T02:48:58.872Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40992026-03-27T02:48:59.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-03-27T02:48:59.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-03-27T02:48:59.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-03-27T02:48:59.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41032026-03-27T02:48:59.497Z
41042026-03-27T02:48:59.497Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41052026-03-27T02:48:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-03-27T02:49:00.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-03-27T02:49:00.107Z Checking erased-serde v0.4.9
41082026-03-27T02:49:00.213Z Checking ordered-float v2.10.1
41092026-03-27T02:49:00.229Z Checking unicode-xid v0.2.6
41102026-03-27T02:49:00.247Z Checking cargo-platform v0.2.0
41112026-03-27T02:49:00.404Z Checking serde-value v0.7.0
41122026-03-27T02:49:00.508Z Checking serde-untagged v0.1.9
41132026-03-27T02:49:00.666Z Checking cargo-util-schemas v0.8.2
41142026-03-27T02:49:01.343Z Checking cargo_metadata v0.21.0
41152026-03-27T02:49:01.950Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41162026-03-27T02:49:02.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41172026-03-27T02:49:02.809Z
41182026-03-27T02:49:02.809Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41192026-03-27T02:49:03.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-03-27T02:49:03.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-03-27T02:49:03.549Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41222026-03-27T02:49:04.162Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41232026-03-27T02:49:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41242026-03-27T02:49:04.871Z
41252026-03-27T02:49:04.871Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41262026-03-27T02:49:05.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-03-27T02:49:05.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-03-27T02:49:05.735Z Compiling vergen-gitcl v1.0.8
41292026-03-27T02:49:05.735Z Compiling dirs-sys-next v0.1.2
41302026-03-27T02:49:05.735Z Compiling crunchy v0.2.4
41312026-03-27T02:49:05.738Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41322026-03-27T02:49:05.867Z Compiling glob v0.3.3
41332026-03-27T02:49:05.876Z Compiling diesel_derives v2.3.7
41342026-03-27T02:49:05.919Z Compiling dsl_auto_type v0.2.0
41352026-03-27T02:49:05.919Z Checking scheduled-thread-pool v0.2.7
41362026-03-27T02:49:06.056Z Compiling dirs-next v2.0.0
41372026-03-27T02:49:06.070Z Compiling diesel_table_macro_syntax v0.3.0
41382026-03-27T02:49:06.103Z Compiling tiny-keccak v2.0.2
41392026-03-27T02:49:06.130Z Checking r2d2 v0.8.10
41402026-03-27T02:49:06.173Z Compiling term v0.7.0
41412026-03-27T02:49:06.255Z Compiling clang-sys v1.8.1
41422026-03-27T02:49:06.284Z Compiling bit-vec v0.6.3
41432026-03-27T02:49:06.313Z Checking downcast-rs v2.0.2
41442026-03-27T02:49:06.409Z Compiling itertools v0.10.5
41452026-03-27T02:49:06.500Z Compiling bit-set v0.5.3
41462026-03-27T02:49:06.619Z Compiling ascii-canvas v3.0.0
41472026-03-27T02:49:06.657Z Compiling ena v0.14.4
41482026-03-27T02:49:06.722Z Compiling libloading v0.8.9
41492026-03-27T02:49:06.738Z Compiling diff v0.1.13
41502026-03-27T02:49:06.788Z Compiling bindgen v0.71.1
41512026-03-27T02:49:06.862Z Compiling regex-syntax v0.6.29
41522026-03-27T02:49:06.931Z Compiling cexpr v0.6.0
41532026-03-27T02:49:06.998Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41542026-03-27T02:49:07.185Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41552026-03-27T02:49:07.290Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41562026-03-27T02:49:07.337Z Compiling libxml v0.3.3
41572026-03-27T02:49:07.454Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41582026-03-27T02:49:07.585Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41592026-03-27T02:49:07.602Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41602026-03-27T02:49:07.767Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41612026-03-27T02:49:07.792Z Compiling strum_macros v0.24.3
41622026-03-27T02:49:07.886Z Compiling indoc v1.0.9
41632026-03-27T02:49:08.326Z Compiling lalrpop v0.19.12
41642026-03-27T02:49:08.849Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41652026-03-27T02:49:08.934Z Checking derive_builder v0.20.2
41662026-03-27T02:49:09.040Z Compiling oso-derive v0.27.3
41672026-03-27T02:49:09.054Z Checking quick-xml v0.37.5
41682026-03-27T02:49:09.107Z Compiling impl-trait-for-tuples v0.2.3
41692026-03-27T02:49:09.564Z Checking openssl-probe v0.1.6
41702026-03-27T02:49:09.707Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41712026-03-27T02:49:09.941Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41722026-03-27T02:49:10.138Z Checking bb8 v0.8.6
41732026-03-27T02:49:10.449Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41742026-03-27T02:49:10.470Z Checking nonempty v0.12.0
41752026-03-27T02:49:10.576Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762026-03-27T02:49:10.636Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41772026-03-27T02:49:10.673Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41782026-03-27T02:49:10.692Z Checking support-bundle-viewer v0.1.2
41792026-03-27T02:49:10.782Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41802026-03-27T02:49:10.847Z Checking multimap v0.10.1
41812026-03-27T02:49:11.693Z Checking diesel v2.3.7
41822026-03-27T02:49:13.082Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41832026-03-27T02:49:14.109Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41842026-03-27T02:49:14.348Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41852026-03-27T02:49:14.637Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-27T02:49:14.726Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41872026-03-27T02:49:15.423Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41882026-03-27T02:49:15.882Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41892026-03-27T02:49:16.598Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41902026-03-27T02:49:18.555Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41912026-03-27T02:49:23.664Z Compiling samael v0.0.19
41922026-03-27T02:49:27.302Z Checking diesel-dtrace v0.5.0
41932026-03-27T02:49:27.543Z Checking async-bb8-diesel v0.2.1
41942026-03-27T02:49:28.172Z Compiling polar-core v0.27.3
41952026-03-27T02:49:32.598Z Checking oso v0.27.3
41962026-03-27T02:50:08.086Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41972026-03-27T02:50:40.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
41982026-03-27T02:50:40.436Z
41992026-03-27T02:50:40.436Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
42002026-03-27T02:50:40.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-27T02:50:40.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-27T02:50:40.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-03-27T02:50:40.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42042026-03-27T02:50:41.097Z
42052026-03-27T02:50:41.097Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42062026-03-27T02:50:41.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-27T02:50:41.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-27T02:50:41.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-27T02:50:41.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42102026-03-27T02:50:41.758Z
42112026-03-27T02:50:41.758Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42122026-03-27T02:50:42.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-27T02:50:42.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-27T02:50:42.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-27T02:50:42.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42162026-03-27T02:50:42.346Z
42172026-03-27T02:50:42.346Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42182026-03-27T02:50:42.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-27T02:50:42.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-27T02:50:43.214Z Compiling libz-sys v1.1.24
42212026-03-27T02:50:43.345Z Compiling libgit2-sys v0.18.3+1.9.2
42222026-03-27T02:50:43.355Z Compiling vergen-git2 v1.0.7
42232026-03-27T02:50:43.380Z Compiling rustls v0.21.12
42242026-03-27T02:50:43.384Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42252026-03-27T02:50:43.384Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42262026-03-27T02:50:43.384Z Checking sct v0.7.1
42272026-03-27T02:50:43.384Z Checking rustls-webpki v0.101.7
42282026-03-27T02:50:43.555Z Compiling nix v0.29.0
42292026-03-27T02:50:43.600Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-03-27T02:50:43.646Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-03-27T02:50:43.694Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42322026-03-27T02:50:43.714Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42332026-03-27T02:50:43.905Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42342026-03-27T02:50:43.949Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42352026-03-27T02:50:43.952Z Checking rustls-pemfile v1.0.4
42362026-03-27T02:50:44.094Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42372026-03-27T02:50:44.216Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42382026-03-27T02:50:44.394Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42392026-03-27T02:50:44.409Z Checking twox-hash v2.1.2
42402026-03-27T02:50:44.537Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-03-27T02:50:45.028Z Checking tokio-rustls v0.24.1
42422026-03-27T02:50:45.060Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-03-27T02:50:45.193Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-03-27T02:50:45.222Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-03-27T02:50:45.288Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-03-27T02:50:45.429Z Checking fatfs v0.3.6
42472026-03-27T02:50:45.848Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42482026-03-27T02:50:45.865Z Compiling seq-macro v0.3.6
42492026-03-27T02:50:49.805Z Compiling git2 v0.20.4
42502026-03-27T02:50:50.063Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-03-27T02:50:50.193Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-03-27T02:50:52.003Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42532026-03-27T02:51:40.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.69s
42542026-03-27T02:51:40.265Z
42552026-03-27T02:51:40.265Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42562026-03-27T02:51:40.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-03-27T02:51:40.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-03-27T02:51:41.153Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-03-27T02:52:19.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.52s
42602026-03-27T02:52:20.025Z
42612026-03-27T02:52:20.025Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42622026-03-27T02:52:20.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-03-27T02:52:20.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-03-27T02:52:20.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-03-27T02:52:20.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42662026-03-27T02:52:20.612Z
42672026-03-27T02:52:20.612Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42682026-03-27T02:52:21.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-03-27T02:52:21.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-03-27T02:52:21.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-03-27T02:52:21.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42722026-03-27T02:52:21.264Z
42732026-03-27T02:52:21.264Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42742026-03-27T02:52:21.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-03-27T02:52:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-03-27T02:52:21.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-03-27T02:52:21.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42782026-03-27T02:52:21.907Z
42792026-03-27T02:52:21.907Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42802026-03-27T02:52:22.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-27T02:52:22.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-27T02:52:22.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-03-27T02:52:22.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42842026-03-27T02:52:22.572Z
42852026-03-27T02:52:22.572Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42862026-03-27T02:52:23.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-27T02:52:23.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-27T02:52:23.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-03-27T02:52:23.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42902026-03-27T02:52:23.224Z
42912026-03-27T02:52:23.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42922026-03-27T02:52:23.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-27T02:52:23.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-27T02:52:23.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-03-27T02:52:23.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42962026-03-27T02:52:23.871Z
42972026-03-27T02:52:23.871Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42982026-03-27T02:52:24.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-03-27T02:52:24.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-03-27T02:52:24.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-03-27T02:52:24.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43022026-03-27T02:52:24.501Z
43032026-03-27T02:52:24.501Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43042026-03-27T02:52:25.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-27T02:52:25.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-27T02:52:25.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-03-27T02:52:25.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-03-27T02:52:25.152Z
43092026-03-27T02:52:25.152Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43102026-03-27T02:52:25.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-27T02:52:25.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-27T02:52:26.042Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43132026-03-27T02:52:26.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-03-27T02:52:26.229Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43152026-03-27T02:52:26.263Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43162026-03-27T02:52:26.267Z Checking diff v0.1.13
43172026-03-27T02:52:26.268Z Checking yansi v1.0.1
43182026-03-27T02:52:26.268Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-03-27T02:52:26.309Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43202026-03-27T02:52:26.371Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43212026-03-27T02:52:26.532Z Checking pretty_assertions v1.4.1
43222026-03-27T02:52:27.173Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43232026-03-27T02:52:50.062Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43242026-03-27T02:52:50.065Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43252026-03-27T02:52:50.065Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43262026-03-27T02:52:50.065Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43272026-03-27T02:52:50.065Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-03-27T02:52:50.065Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-03-27T02:52:50.783Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43302026-03-27T02:52:51.874Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43312026-03-27T02:53:30.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43322026-03-27T02:53:30.294Z
43332026-03-27T02:53:30.295Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43342026-03-27T02:53:30.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-03-27T02:53:30.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-03-27T02:53:30.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-03-27T02:53:30.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43382026-03-27T02:53:30.883Z
43392026-03-27T02:53:30.884Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43402026-03-27T02:53:31.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-03-27T02:53:31.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-03-27T02:53:31.645Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43432026-03-27T02:53:31.767Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43442026-03-27T02:53:31.774Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43452026-03-27T02:53:56.645Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43462026-03-27T02:53:57.021Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43472026-03-27T02:53:58.711Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43482026-03-27T02:53:59.147Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43492026-03-27T02:54:02.075Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43502026-03-27T02:54:23.970Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43512026-03-27T02:54:24.600Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43522026-03-27T02:54:26.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.30s
43532026-03-27T02:54:26.411Z
43542026-03-27T02:54:26.411Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43552026-03-27T02:54:26.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-03-27T02:54:26.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-03-27T02:54:27.130Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43582026-03-27T02:54:27.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43592026-03-27T02:54:28.011Z
43602026-03-27T02:54:28.011Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43612026-03-27T02:54:28.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-03-27T02:54:28.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-03-27T02:54:28.663Z Compiling blake3 v1.8.3
43642026-03-27T02:54:28.773Z Checking arrayvec v0.7.6
43652026-03-27T02:54:28.777Z Checking arrayref v0.3.9
43662026-03-27T02:54:28.777Z Checking constant_time_eq v0.4.2
43672026-03-27T02:54:28.792Z Checking topological-sort v0.2.2
43682026-03-27T02:54:28.795Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43692026-03-27T02:54:28.796Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43702026-03-27T02:54:28.796Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43712026-03-27T02:54:28.833Z Checking shell-words v1.1.1
43722026-03-27T02:54:29.547Z Checking omicron-zone-package v0.12.2
43732026-03-27T02:54:30.249Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43742026-03-27T02:54:31.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
43752026-03-27T02:54:31.249Z
43762026-03-27T02:54:31.249Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43772026-03-27T02:54:31.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-03-27T02:54:31.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-03-27T02:54:31.896Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43802026-03-27T02:54:32.217Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43812026-03-27T02:54:32.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43822026-03-27T02:54:32.801Z
43832026-03-27T02:54:32.801Zinfo: running `cargo check --bins` on xtask (251/267)
43842026-03-27T02:54:33.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-27T02:54:33.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-27T02:54:33.250Z Checking libc v0.2.180
43872026-03-27T02:54:33.253Z Checking serde v1.0.228
43882026-03-27T02:54:33.332Z Checking zerofrom v0.1.6
43892026-03-27T02:54:33.341Z Checking bitflags v2.11.0
43902026-03-27T02:54:33.346Z Checking hashbrown v0.16.1
43912026-03-27T02:54:33.351Z Checking smallvec v1.15.1
43922026-03-27T02:54:33.362Z Checking serde_json v1.0.149
43932026-03-27T02:54:33.365Z Checking scroll v0.12.0
43942026-03-27T02:54:33.432Z Checking yoke v0.8.1
43952026-03-27T02:54:33.484Z Checking num-traits v0.2.19
43962026-03-27T02:54:33.523Z Checking thiserror v1.0.69
43972026-03-27T02:54:33.591Z Checking percent-encoding v2.3.2
43982026-03-27T02:54:33.602Z Checking zerovec v0.11.5
43992026-03-27T02:54:33.615Z Checking zerotrie v0.2.3
44002026-03-27T02:54:33.626Z Checking errno v0.3.14
44012026-03-27T02:54:33.722Z Checking serde_spanned v0.6.9
44022026-03-27T02:54:33.732Z Checking toml_datetime v0.6.11
44032026-03-27T02:54:33.742Z Checking rustix v1.1.3
44042026-03-27T02:54:33.793Z Checking indexmap v2.13.0
44052026-03-27T02:54:33.844Z Checking log v0.4.29
44062026-03-27T02:54:33.856Z Checking zerocopy v0.7.35
44072026-03-27T02:54:33.910Z Checking form_urlencoded v1.2.2
44082026-03-27T02:54:33.963Z Checking getrandom v0.4.1
44092026-03-27T02:54:33.992Z Checking goblin v0.8.2
44102026-03-27T02:54:34.002Z Checking ordered-float v2.10.1
44112026-03-27T02:54:34.033Z Checking tinystr v0.8.2
44122026-03-27T02:54:34.043Z Checking potential_utf v0.1.4
44132026-03-27T02:54:34.093Z Checking thiserror v2.0.18
44142026-03-27T02:54:34.168Z Checking icu_collections v2.1.1
44152026-03-27T02:54:34.205Z Checking icu_locale_core v2.1.1
44162026-03-27T02:54:34.217Z Checking serde-value v0.7.0
44172026-03-27T02:54:34.217Z Checking syn v2.0.117
44182026-03-27T02:54:34.322Z Checking toml_edit v0.22.27
44192026-03-27T02:54:34.343Z Checking dtrace-parser v0.2.0
44202026-03-27T02:54:34.411Z Checking thread-id v4.2.2
44212026-03-27T02:54:34.472Z Checking once_cell v1.21.3
44222026-03-27T02:54:34.493Z Checking cargo-platform v0.2.0
44232026-03-27T02:54:34.535Z Checking terminal_size v0.4.3
44242026-03-27T02:54:34.573Z Checking memmap v0.7.0
44252026-03-27T02:54:34.645Z Checking clap_builder v4.5.60
44262026-03-27T02:54:34.648Z Checking tempfile v3.25.0
44272026-03-27T02:54:34.667Z Checking textwrap v0.16.2
44282026-03-27T02:54:34.698Z Checking fs-err v3.3.0
44292026-03-27T02:54:34.758Z Checking icu_provider v2.1.1
44302026-03-27T02:54:34.844Z Checking camino-tempfile v1.4.1
44312026-03-27T02:54:34.870Z Checking anyhow v1.0.102
44322026-03-27T02:54:34.870Z Checking tabled v0.15.0
44332026-03-27T02:54:34.992Z Checking icu_properties v2.1.2
44342026-03-27T02:54:35.003Z Checking icu_normalizer v2.1.1
44352026-03-27T02:54:35.065Z Checking macaddr v1.0.1
44362026-03-27T02:54:35.241Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44372026-03-27T02:54:35.390Z Checking toml v0.8.23
44382026-03-27T02:54:35.693Z Checking cargo_toml v0.21.0
44392026-03-27T02:54:35.787Z Checking idna_adapter v1.2.1
44402026-03-27T02:54:35.833Z Checking clap v4.5.60
44412026-03-27T02:54:35.844Z Checking dof v0.3.0
44422026-03-27T02:54:35.904Z Checking idna v1.1.0
44432026-03-27T02:54:36.102Z Checking usdt-impl v0.5.0
44442026-03-27T02:54:36.127Z Checking url v2.5.8
44452026-03-27T02:54:36.352Z Checking usdt v0.5.0
44462026-03-27T02:54:36.469Z Checking cargo-util-schemas v0.8.2
44472026-03-27T02:54:37.155Z Checking cargo_metadata v0.21.0
44482026-03-27T02:54:37.753Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44492026-03-27T02:54:38.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44502026-03-27T02:54:38.298Z
44512026-03-27T02:54:38.298Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44522026-03-27T02:54:38.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-03-27T02:54:38.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-03-27T02:54:39.089Z Checking polyval v0.6.2
44552026-03-27T02:54:39.214Z Checking ctr v0.9.2
44562026-03-27T02:54:39.224Z Checking ssh-encoding v0.2.0
44572026-03-27T02:54:39.224Z Checking blowfish v0.9.1
44582026-03-27T02:54:39.246Z Checking password-hash v0.4.2
44592026-03-27T02:54:39.262Z Checking p521 v0.13.3
44602026-03-27T02:54:39.262Z Checking p256 v0.13.2
44612026-03-27T02:54:39.290Z Checking russh-cryptovec v0.7.3
44622026-03-27T02:54:39.355Z Checking ghash v0.5.1
44632026-03-27T02:54:39.367Z Checking bcrypt-pbkdf v0.10.0
44642026-03-27T02:54:39.380Z Checking md5 v0.7.0
44652026-03-27T02:54:39.399Z Checking num-bigint v0.4.6
44662026-03-27T02:54:39.415Z Checking des v0.8.1
44672026-03-27T02:54:39.452Z Checking pbkdf2 v0.11.0
44682026-03-27T02:54:39.466Z Checking aes-gcm v0.10.3
44692026-03-27T02:54:39.520Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44702026-03-27T02:54:39.524Z Checking hex-literal v0.4.1
44712026-03-27T02:54:39.553Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44722026-03-27T02:54:39.571Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44732026-03-27T02:54:39.618Z Checking socket2 v0.5.10
44742026-03-27T02:54:39.633Z Checking internet-checksum v0.2.1
44752026-03-27T02:54:39.652Z Checking ssh-cipher v0.2.0
44762026-03-27T02:54:39.816Z Checking ssh-key v0.6.7
44772026-03-27T02:54:39.901Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44782026-03-27T02:54:40.435Z Checking russh-keys v0.45.0
44792026-03-27T02:54:40.985Z Checking russh v0.45.0
44802026-03-27T02:54:55.724Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44812026-03-27T02:54:56.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.60s
44822026-03-27T02:54:57.112Z
44832026-03-27T02:54:57.112Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44842026-03-27T02:54:57.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-03-27T02:54:57.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-03-27T02:54:57.750Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44872026-03-27T02:54:57.859Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44882026-03-27T02:54:57.867Z Checking termios v0.3.3
44892026-03-27T02:54:59.072Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44902026-03-27T02:54:59.221Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44912026-03-27T02:55:01.076Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44922026-03-27T02:55:01.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
44932026-03-27T02:55:01.819Z
44942026-03-27T02:55:01.819Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44952026-03-27T02:55:02.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-03-27T02:55:02.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-03-27T02:55:02.521Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44982026-03-27T02:55:02.638Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44992026-03-27T02:55:02.649Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45002026-03-27T02:55:02.649Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45012026-03-27T02:55:02.666Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45022026-03-27T02:55:02.864Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45032026-03-27T02:55:02.867Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45042026-03-27T02:55:03.582Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45052026-03-27T02:55:03.722Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45062026-03-27T02:55:03.725Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45072026-03-27T02:55:04.357Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45082026-03-27T02:55:05.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
45092026-03-27T02:55:06.112Z
45102026-03-27T02:55:06.112Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45112026-03-27T02:55:06.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-03-27T02:55:06.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-03-27T02:55:06.754Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45142026-03-27T02:55:07.203Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45152026-03-27T02:55:07.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45162026-03-27T02:55:07.703Z
45172026-03-27T02:55:07.703Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45182026-03-27T02:55:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-03-27T02:55:08.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-03-27T02:55:08.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-03-27T02:55:08.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45222026-03-27T02:55:08.292Z
45232026-03-27T02:55:08.292Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45242026-03-27T02:55:08.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-03-27T02:55:08.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-03-27T02:55:08.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-03-27T02:55:08.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45282026-03-27T02:55:08.886Z
45292026-03-27T02:55:08.886Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45302026-03-27T02:55:09.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-27T02:55:09.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-27T02:55:09.640Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45332026-03-27T02:55:10.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45342026-03-27T02:55:10.442Z
45352026-03-27T02:55:10.442Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45362026-03-27T02:55:10.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-27T02:55:10.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-27T02:55:11.090Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45392026-03-27T02:55:11.093Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45402026-03-27T02:55:11.344Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45412026-03-27T02:55:11.344Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45422026-03-27T02:55:12.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45432026-03-27T02:55:12.318Z
45442026-03-27T02:55:12.318Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45452026-03-27T02:55:12.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-03-27T02:55:12.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-03-27T02:55:12.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-03-27T02:55:12.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45492026-03-27T02:55:12.909Z
45502026-03-27T02:55:12.909Zinfo: running `cargo check --bins` on omicron-package (261/267)
45512026-03-27T02:55:13.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-27T02:55:13.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-27T02:55:13.580Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45542026-03-27T02:55:14.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45552026-03-27T02:55:14.815Z
45562026-03-27T02:55:14.815Zinfo: running `cargo check --bins` on tqdb (262/267)
45572026-03-27T02:55:15.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-03-27T02:55:15.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-03-27T02:55:15.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45602026-03-27T02:55:15.943Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45612026-03-27T02:55:16.451Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45622026-03-27T02:55:16.451Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45632026-03-27T02:55:21.593Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45642026-03-27T02:55:22.271Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45652026-03-27T02:55:22.271Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45662026-03-27T02:55:22.274Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45672026-03-27T02:55:22.274Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45682026-03-27T02:55:23.014Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45692026-03-27T02:55:29.714Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45702026-03-27T02:55:35.647Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45712026-03-27T02:55:35.650Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45722026-03-27T02:55:35.650Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45732026-03-27T02:55:35.650Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45742026-03-27T02:55:37.077Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45752026-03-27T02:55:38.376Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45762026-03-27T02:55:39.033Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45772026-03-27T02:55:40.254Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45782026-03-27T02:55:40.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.97s
45792026-03-27T02:55:41.003Z
45802026-03-27T02:55:41.003Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45812026-03-27T02:55:41.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-03-27T02:55:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-03-27T02:55:41.712Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45842026-03-27T02:55:41.715Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45852026-03-27T02:55:41.715Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45862026-03-27T02:55:41.848Z Checking rtoolbox v0.0.3
45872026-03-27T02:55:41.859Z Checking tui-tree-widget v0.23.1
45882026-03-27T02:55:41.967Z Checking rpassword v7.4.0
45892026-03-27T02:55:42.075Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45902026-03-27T02:55:42.762Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45912026-03-27T02:55:47.869Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45922026-03-27T02:55:48.539Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45932026-03-27T02:55:49.564Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45942026-03-27T02:55:52.518Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45952026-03-27T02:55:54.293Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45962026-03-27T02:55:55.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
45972026-03-27T02:55:55.409Z
45982026-03-27T02:55:55.409Zinfo: running `cargo check --bins` on wicket (264/267)
45992026-03-27T02:55:55.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-03-27T02:55:55.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-03-27T02:55:56.107Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46022026-03-27T02:55:56.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46032026-03-27T02:55:56.660Z
46042026-03-27T02:55:56.660Zinfo: running `cargo check --bins` on wicketd (265/267)
46052026-03-27T02:55:57.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-03-27T02:55:57.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-03-27T02:55:57.376Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46082026-03-27T02:55:57.379Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46092026-03-27T02:55:57.379Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46102026-03-27T02:55:57.380Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46112026-03-27T02:55:58.358Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46122026-03-27T02:55:58.947Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46132026-03-27T02:56:01.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46142026-03-27T02:56:02.030Z
46152026-03-27T02:56:02.030Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46162026-03-27T02:56:02.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-03-27T02:56:02.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-03-27T02:56:02.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46192026-03-27T02:56:02.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46202026-03-27T02:56:02.625Z
46212026-03-27T02:56:02.625Zinfo: running `cargo check --bins` on zone-setup (267/267)
46222026-03-27T02:56:03.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-03-27T02:56:03.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-03-27T02:56:03.303Z Checking uzers v0.12.2
46252026-03-27T02:56:03.575Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46262026-03-27T02:56:04.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46272026-03-27T02:56:04.528Z
46282026-03-27T02:56:04.528Zreal 13:40.752683285
46292026-03-27T02:56:04.528Zuser 20:11.054450043
46302026-03-27T02:56:04.528Zsys 4:12.106300046
46312026-03-27T02:56:04.528Ztrap 0.308242394
46322026-03-27T02:56:04.528Ztflt 0.285000998
46332026-03-27T02:56:04.528Zdflt 0.593637432
46342026-03-27T02:56:04.528Zkflt 0.000911847
46352026-03-27T02:56:04.531Zlock 1:15:19.337278456
46362026-03-27T02:56:04.531Zslp 1:35:43.143772369
46372026-03-27T02:56:04.531Zlat 1:13.186751871
46382026-03-27T02:56:04.531Zstop 4:11.304820557
46392026-03-27T02:56:04.532Zprocess exited: duration 1007687 ms, exit code 0
 
46402026-03-27T02:56:04.538Zfound 0 output files