01KKWA58Z11P8Z69BMBQSTT1XC: 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: 01KKWA5PD3KVT1BCYDG3GG5MFK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T21:53:34.579Zjob assigned to worker 01KKWA5RVTYV3CDM3VPWJH5MK2 [factory aws, i-037f8e0cfa3abd41f] (queued for 1 m 6 s)
 
22026-03-16T21:53:42.638Zstarting task 0: "setup"
32026-03-16T21:53:42.643Z++ uname -s
42026-03-16T21:53:42.646Z+ kern=SunOS
52026-03-16T21:53:42.646Z+ build_user=build
62026-03-16T21:53:42.646Z+ build_uid=12345
72026-03-16T21:53:42.646Z+ work_dir=/work
82026-03-16T21:53:42.646Z+ input_dir=/input
92026-03-16T21:53:42.646Z+ [[ 0 == 12345 ]]
102026-03-16T21:53:42.646Z+ case "$kern" in
112026-03-16T21:53:42.646Z+ groupadd -g 12345 build
122026-03-16T21:53:42.649Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T21:53:44.654Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T21:53:44.764Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T21:53:44.767Z+ home_fs=zfs
162026-03-16T21:53:44.767Z+ [[ zfs == autofs ]]
172026-03-16T21:53:44.767Z+ mkdir -p /home/build
182026-03-16T21:53:44.769Z+ chown build:build /home/build /work
192026-03-16T21:53:46.770Z+ chmod 0700 /home/build /work
202026-03-16T21:53:46.773Zprocess exited: duration 4134 ms, exit code 0
 
212026-03-16T21:53:46.781Zstarting task 1: "rust-toolchain"
222026-03-16T21:53:46.786Z * rust toolchain channel = "1.91.1"
232026-03-16T21:53:46.786Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-16T21:53:46.786Z * rust toolchain profile = "default"
252026-03-16T21:53:46.786Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-16T21:53:46.786Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T21:53:46.786Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T21:53:46.790Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T21:53:46.790Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T21:53:46.900Zinfo: downloading installer
312026-03-16T21:53:48.621Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T21:53:48.621Zwarn: /opt/ooce/bin
332026-03-16T21:53:48.621Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T21:53:48.621Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T21:53:48.621Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T21:53:48.621Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T21:53:48.621Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T21:53:48.621Zerror: cannot install while Rust is installed
392026-03-16T21:53:48.621Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T21:53:48.621Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T21:53:48.621Zwarn: /home/build/.rustup/settings.toml
422026-03-16T21:53:48.621Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T21:53:48.621Zwarn: instead of the one inferred from the default host triple.
442026-03-16T21:53:48.631Zinfo: profile set to default
452026-03-16T21:53:48.631Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T21:53:48.634Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T21:53:48.811Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T21:53:48.814Zinfo: downloading 6 components
492026-03-16T21:54:05.488Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-16T21:54:05.488Z
512026-03-16T21:54:05.524Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T21:54:05.524Z
532026-03-16T21:54:05.527Z
542026-03-16T21:54:05.527ZRust is installed now. Great!
552026-03-16T21:54:05.527Z
562026-03-16T21:54:05.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T21:54:05.527Zenvironment variable. This has not been done automatically.
582026-03-16T21:54:05.528Z
592026-03-16T21:54:05.528ZTo configure your current shell, you need to source
602026-03-16T21:54:05.528Zthe corresponding env file under $HOME/.cargo.
612026-03-16T21:54:05.528Z
622026-03-16T21:54:05.528ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T21:54:05.528Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T21:54:05.528Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T21:54:05.528Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T21:54:05.528Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T21:54:05.528Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T21:54:05.528Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T21:54:05.528Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T21:54:05.528Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T21:54:05.628Z+ rustup --version
722026-03-16T21:54:05.638Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T21:54:05.641Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T21:54:05.664Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T21:54:05.667Z+ cargo --version
762026-03-16T21:54:05.687Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T21:54:05.691Z+ rustc --version
782026-03-16T21:54:05.715Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T21:54:05.718Zprocess exited: duration 18934 ms, exit code 0
 
802026-03-16T21:54:05.723Zstarting task 2: "authentication"
812026-03-16T21:54:05.743Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T21:54:05.750Zstarting task 3: "clone repository"
832026-03-16T21:54:05.754Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T21:54:05.757Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T21:54:05.782ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T21:54:20.900Z+ cd /work/oxidecomputer/omicron
872026-03-16T21:54:20.900Z+ git fetch origin bab44e5895c0fa38de90717bd6be7a4348f3b25f
882026-03-16T21:54:21.341ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T21:54:21.341Z * branch bab44e5895c0fa38de90717bd6be7a4348f3b25f -> FETCH_HEAD
902026-03-16T21:54:21.352Z+ [[ -n sled-agent-rot-lockdown ]]
912026-03-16T21:54:21.355Z++ git branch --show-current
922026-03-16T21:54:21.355Z+ current=main
932026-03-16T21:54:21.355Z+ [[ main != sled-agent-rot-lockdown ]]
942026-03-16T21:54:21.355Z+ git branch -f sled-agent-rot-lockdown bab44e5895c0fa38de90717bd6be7a4348f3b25f
952026-03-16T21:54:21.359Z+ git checkout -f sled-agent-rot-lockdown
962026-03-16T21:54:21.688ZSwitched to branch 'sled-agent-rot-lockdown'
972026-03-16T21:54:21.694Z+ git reset --hard bab44e5895c0fa38de90717bd6be7a4348f3b25f
982026-03-16T21:54:21.823ZHEAD is now at bab44e589 Review comments
992026-03-16T21:54:21.826Zprocess exited: duration 16072 ms, exit code 0
 
1002026-03-16T21:54:21.834Zstarting task 4: "build"
1012026-03-16T21:54:21.839Z+ source .github/buildomat/ci-env.sh
1022026-03-16T21:54:21.841Z++ export CARGO_TERM_COLOR=always
1032026-03-16T21:54:21.841Z++ CARGO_TERM_COLOR=always
1042026-03-16T21:54:21.842Z+ cargo --version
1052026-03-16T21:54:21.851Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-16T21:54:21.854Z+ rustc --version
1072026-03-16T21:54:21.880Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-16T21:54:21.883Z+ source ./env.sh
1092026-03-16T21:54:21.887Z++ OLD_SHELL_OPTS=ehxB
1102026-03-16T21:54:21.887Z++ set -o xtrace
1112026-03-16T21:54:21.887Z++++ dirname ./env.sh
1122026-03-16T21:54:21.891Z+++ readlink -f .
1132026-03-16T21:54:21.891Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ 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-16T21:54:21.891Z++ case $OLD_SHELL_OPTS in
1232026-03-16T21:54:21.891Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-16T21:54:21.891Z+ 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-16T21:54:21.891Z+ 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-16T21:54:21.891Z+ banner prerequisites
1272026-03-16T21:54:21.894Z
1282026-03-16T21:54:21.894Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-16T21:54:21.894Z # # # # # # # # # # # # # # #
1302026-03-16T21:54:21.894Z # # # # ##### # # ##### # # # # # #### #
1312026-03-16T21:54:21.894Z ##### ##### # ##### # # # # # # # # #
1322026-03-16T21:54:21.894Z # # # # # # # # # # # # # # #
1332026-03-16T21:54:21.894Z # # # ###### # # ###### ### # #### # #### #
1342026-03-16T21:54:21.894Z
1352026-03-16T21:54:21.894Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-16T21:54:31.493Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-16T21:54:41.082Z Startup: Caching catalogs ... Done
1382026-03-16T21:55:03.402ZPlanning: Solver setup ... Done (20.707s)
1392026-03-16T21:55:03.553ZPlanning: Running solver ... Done (0.151s)
1402026-03-16T21:55:03.732ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-16T21:55:03.743ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-16T21:55:03.867ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-16T21:55:03.911ZPlanning: Package planning ... Done (0.043s)
1442026-03-16T21:55:03.950ZPlanning: Merging actions ... Done (0.039s)
1452026-03-16T21:55:04.189ZPlanning: Checking for conflicting actions ... Done (0.239s)
1462026-03-16T21:55:04.199ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-16T21:55:05.057ZPlanning: Evaluating mediators ... Done (0.858s)
1482026-03-16T21:55:05.066ZPlanning: Planning completed in 23.84 seconds
1492026-03-16T21:55:05.079Z Packages to install: 4
1502026-03-16T21:55:05.082Z Mediators to change: 2
1512026-03-16T21:55:05.083Z Services to change: 1
1522026-03-16T21:55:05.083Z Estimated space available: 155.43 GB
1532026-03-16T21:55:05.083ZEstimated space to be consumed: 1.83 GB
1542026-03-16T21:55:05.083Z Create boot environment: No
1552026-03-16T21:55:05.083ZCreate backup boot environment: No
1562026-03-16T21:55:05.083Z Rebuild boot archive: No
1572026-03-16T21:55:05.083Z
1582026-03-16T21:55:05.083ZChanged mediators:
1592026-03-16T21:55:05.083Z mediator clang:
1602026-03-16T21:55:05.083Z version: None -> 15 (system default)
1612026-03-16T21:55:05.083Z
1622026-03-16T21:55:05.083Z mediator llvm:
1632026-03-16T21:55:05.083Z version: 14 (system default) -> 15 (system default)
1642026-03-16T21:55:05.083Z
1652026-03-16T21:55:05.083ZChanged packages:
1662026-03-16T21:55:05.083Zhelios-dev
1672026-03-16T21:55:05.083Z developer/build-essential
1682026-03-16T21:55:05.083Z None -> 11-2.0
1692026-03-16T21:55:05.083Z library/libxmlsec1
1702026-03-16T21:55:05.083Z None -> 1.2.35-2.0
1712026-03-16T21:55:05.083Z ooce/developer/clang-15
1722026-03-16T21:55:05.083Z None -> 15.0.7-2.0
1732026-03-16T21:55:05.083Z ooce/developer/llvm-15
1742026-03-16T21:55:05.083Z None -> 15.0.7-2.0
1752026-03-16T21:55:05.083Z
1762026-03-16T21:55:05.083ZServices:
1772026-03-16T21:55:05.083Z restart_fmri:
1782026-03-16T21:55:05.083Z svc:/system/update-man-index:default
1792026-03-16T21:55:05.128Z
1802026-03-16T21:55:05.128ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-16T21:55:10.129ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (23.9M/s)
1822026-03-16T21:55:14.261ZDownload: Completed 212.60 MB in 9.13 seconds (23.3M/s)
1832026-03-16T21:55:14.484Z Actions: 1/3689 actions (Installing new actions)
1842026-03-16T21:55:18.604Z Actions: Completed 3689 actions in 4.12 seconds.
1852026-03-16T21:55:19.000Z Done (0.391s)
1862026-03-16T21:55:19.000Z Done (0.000s)
1872026-03-16T21:55:19.991Z Done (0.991s)
1882026-03-16T21:55:23.964Z Done (3.629s)
1892026-03-16T21:55:24.053Z Done (0.017s)
1902026-03-16T21:55:24.056Z Done (0.000s)
1912026-03-16T21:55:24.189Z Done (0.000s)
1922026-03-16T21:55:25.150ZPlanning: Evaluating mediator changes ... Done
1932026-03-16T21:55:25.293ZPlanning: Checking for conflicting actions ... Done
1942026-03-16T21:55:25.296ZPlanning: Consolidating action changes ... Done
1952026-03-16T21:55:25.516ZPlanning: Evaluating mediators ... Done
1962026-03-16T21:55:25.519ZPlanning: Planning completed in 0.37 seconds
1972026-03-16T21:55:25.545Z Mediators to change: 2
1982026-03-16T21:55:25.546Z Create boot environment: No
1992026-03-16T21:55:25.549ZCreate backup boot environment: No
2002026-03-16T21:55:25.607Z Done
2012026-03-16T21:55:25.607Z Done
2022026-03-16T21:55:26.331Z Done
2032026-03-16T21:55:29.732Z Done
2042026-03-16T21:55:29.818Z Done
2052026-03-16T21:55:29.821Z Done
2062026-03-16T21:55:29.954Z Done
2072026-03-16T21:55:30.492ZPlanning: Evaluating mediator changes ... Done
2082026-03-16T21:55:30.496ZPlanning: Merging actions ... Done
2092026-03-16T21:55:30.660ZPlanning: Checking for conflicting actions ... Done
2102026-03-16T21:55:30.663ZPlanning: Consolidating action changes ... Done
2112026-03-16T21:55:30.880ZPlanning: Evaluating mediators ... Done
2122026-03-16T21:55:30.922ZPlanning: Planning completed in 0.63 seconds
2132026-03-16T21:55:30.952Z Packages to change: 1
2142026-03-16T21:55:30.958Z Mediators to change: 1
2152026-03-16T21:55:30.959Z Services to change: 1
2162026-03-16T21:55:30.959Z Create boot environment: No
2172026-03-16T21:55:30.959ZCreate backup boot environment: Yes
2182026-03-16T21:55:33.411Z Actions: 1/6 actions (Updating modified actions)
2192026-03-16T21:55:33.414Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-16T21:55:33.414Z Done
2212026-03-16T21:55:33.414Z Done
2222026-03-16T21:55:33.602Z Done
2232026-03-16T21:55:36.890Z Done
2242026-03-16T21:55:36.979Z Done
2252026-03-16T21:55:36.983Z Done
2262026-03-16T21:55:37.128Z Done
2272026-03-16T21:55:37.507ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-16T21:55:37.507Zclang system 15 system
2292026-03-16T21:55:37.507Zcsh system system illumos
2302026-03-16T21:55:37.507Zctags system system illumos
2312026-03-16T21:55:37.507Zfile system system illumos
2322026-03-16T21:55:37.507Zgcc vendor 12 vendor
2332026-03-16T21:55:37.507Zgcc system 10 system
2342026-03-16T21:55:37.507Zgcc system 7 system
2352026-03-16T21:55:37.507Zgo system 1.20 system
2362026-03-16T21:55:37.507Zgo system 1.19 system
2372026-03-16T21:55:37.507Zllvm system 15 system
2382026-03-16T21:55:37.507Zllvm system 14 system
2392026-03-16T21:55:37.507Zmariadb system 10.6 system
2402026-03-16T21:55:37.507Zmta vendor vendor dma
2412026-03-16T21:55:37.507Zopenjdk system 17 system
2422026-03-16T21:55:37.507Zopenjdk system 11 system
2432026-03-16T21:55:37.507Zopenjdk system 1.8 system
2442026-03-16T21:55:37.507Zopenssl vendor 3 vendor
2452026-03-16T21:55:37.507Zperl system 5.36 system
2462026-03-16T21:55:37.507Zpostgresql system 15 system
2472026-03-16T21:55:37.507Zpostgresql system 13 system
2482026-03-16T21:55:37.507Zpython vendor 3 vendor
2492026-03-16T21:55:37.507Zpython system 2 system
2502026-03-16T21:55:37.507Zpython3 system 3.11 system
2512026-03-16T21:55:37.507Zruby system 3.0 system
2522026-03-16T21:55:37.507Zwords vendor vendor american-english
2532026-03-16T21:55:37.507Zwords system system australian-english
2542026-03-16T21:55:37.507Zwords system system british-english
2552026-03-16T21:55:37.507Zwords system system canadian-english
2562026-03-16T21:55:37.507Zwords system system french
2572026-03-16T21:55:37.507Zwords system system italian
2582026-03-16T21:55:37.507Zwords system system ngerman
2592026-03-16T21:55:37.507Zwords system system ogerman
2602026-03-16T21:55:37.507Zwords system system spanish
2612026-03-16T21:55:37.806ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-16T21:55:37.807Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-16T21:55:43.782ZFMRI IFO
2642026-03-16T21:55:43.782Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-16T21:55:43.782Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-16T21:55:43.782Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-16T21:55:43.782Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-16T21:55:43.782Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-16T21:55:43.782Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-16T21:55:43.782Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-16T21:55:43.782Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-16T21:55:43.782Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-16T21:55:43.782Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-16T21:55:43.783Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-16T21:55:43.783Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-16T21:55:43.783Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-16T21:55:43.783Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-16T21:55:43.783Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-16T21:55:43.783Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-16T21:55:45.011Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-16T21:55:45.310Z Updating crates.io index
2822026-03-16T21:55:45.346Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-16T21:55:45.991Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-16T21:55:46.479Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-16T21:55:46.748Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-16T21:55:47.121Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-16T21:55:52.722Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-16T21:55:54.355Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-16T21:55:55.121Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-16T21:55:55.542Z Updating git repository `https://github.com/oxidecomputer/falcon`
2912026-03-16T21:55:56.631Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-03-16T21:55:57.170Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-16T21:55:58.248Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-16T21:55:58.490Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-16T21:55:58.979Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-16T21:55:59.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-16T21:56:01.850Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-16T21:56:02.452Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-16T21:56:02.738Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-16T21:56:03.447Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-16T21:56:03.739Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-16T21:56:03.955Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-16T21:56:04.231Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-16T21:56:04.499Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-16T21:56:05.009Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-16T21:56:05.553Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-16T21:56:06.028Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-16T21:56:06.297Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-16T21:56:06.650Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-16T21:56:07.639Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-16T21:56:08.682Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-16T21:56:08.960Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-16T21:56:09.387Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-16T21:56:09.700Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-16T21:56:10.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-16T21:56:10.482Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-16T21:56:10.730Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-16T21:56:11.068Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-16T21:56:11.432Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-16T21:56:26.605Z Downloading crates ...
3212026-03-16T21:56:26.657Z Downloaded autocfg v1.5.0
3222026-03-16T21:56:26.665Z Downloaded itoa v1.0.17
3232026-03-16T21:56:26.672Z Downloaded clap_lex v1.0.0
3242026-03-16T21:56:26.684Z Downloaded proc-macro-error v1.0.4
3252026-03-16T21:56:26.684Z Downloaded cpufeatures v0.2.17
3262026-03-16T21:56:26.713Z Downloaded bytecount v0.6.9
3272026-03-16T21:56:26.714Z Downloaded unicode-xid v0.2.6
3282026-03-16T21:56:26.714Z Downloaded block-buffer v0.10.4
3292026-03-16T21:56:26.714Z Downloaded anstream v0.6.21
3302026-03-16T21:56:26.714Z Downloaded cfg-if v1.0.4
3312026-03-16T21:56:26.714Z Downloaded anstyle-query v1.1.5
3322026-03-16T21:56:26.714Z Downloaded anstyle v1.0.13
3332026-03-16T21:56:26.723Z Downloaded ucd-trie v0.1.7
3342026-03-16T21:56:26.723Z Downloaded digest v0.10.7
3352026-03-16T21:56:26.723Z Downloaded cargo-platform v0.2.0
3362026-03-16T21:56:26.723Z Downloaded zerovec v0.11.5
3372026-03-16T21:56:26.723Z Downloaded camino v1.2.2
3382026-03-16T21:56:26.723Z Downloaded unicode-ident v1.0.24
3392026-03-16T21:56:26.723Z Downloaded zerofrom v0.1.6
3402026-03-16T21:56:26.723Z Downloaded unicode-linebreak v0.1.5
3412026-03-16T21:56:26.723Z Downloaded serde_spanned v0.6.9
3422026-03-16T21:56:26.723Z Downloaded proc-macro-error-attr v1.0.4
3432026-03-16T21:56:26.723Z Downloaded thiserror-impl v1.0.69
3442026-03-16T21:56:26.723Z Downloaded utf8parse v0.2.2
3452026-03-16T21:56:26.723Z Downloaded usdt-attr-macro v0.5.0
3462026-03-16T21:56:26.724Z Downloaded is_terminal_polyfill v1.70.2
3472026-03-16T21:56:26.724Z Downloaded yoke-derive v0.8.1
3482026-03-16T21:56:26.724Z Downloaded clap v4.5.60
3492026-03-16T21:56:26.724Z Downloaded zerofrom-derive v0.1.6
3502026-03-16T21:56:26.732Z Downloaded tinystr v0.8.2
3512026-03-16T21:56:26.732Z Downloaded usdt v0.5.0
3522026-03-16T21:56:26.732Z Downloaded crypto-common v0.1.7
3532026-03-16T21:56:26.732Z Downloaded cargo_toml v0.21.0
3542026-03-16T21:56:26.732Z Downloaded bitflags v2.11.0
3552026-03-16T21:56:26.732Z Downloaded toml_write v0.1.2
3562026-03-16T21:56:26.741Z Downloaded toml_datetime v0.6.11
3572026-03-16T21:56:26.741Z Downloaded generic-array v0.14.7
3582026-03-16T21:56:26.741Z Downloaded fnv v1.0.7
3592026-03-16T21:56:26.742Z Downloaded pest_derive v2.8.6
3602026-03-16T21:56:26.742Z Downloaded cargo_metadata v0.21.0
3612026-03-16T21:56:26.742Z Downloaded fastrand v2.3.0
3622026-03-16T21:56:26.742Z Downloaded pretty-hex v0.4.1
3632026-03-16T21:56:26.742Z Downloaded usdt-macro v0.5.0
3642026-03-16T21:56:26.750Z Downloaded thiserror-impl v2.0.18
3652026-03-16T21:56:26.751Z Downloaded errno v0.3.14
3662026-03-16T21:56:26.751Z Downloaded version_check v0.9.5
3672026-03-16T21:56:26.751Z Downloaded serde-value v0.7.0
3682026-03-16T21:56:26.751Z Downloaded utf8_iter v1.0.4
3692026-03-16T21:56:26.751Z Downloaded typeid v1.0.3
3702026-03-16T21:56:26.751Z Downloaded thread-id v4.2.2
3712026-03-16T21:56:26.751Z Downloaded serde-untagged v0.1.9
3722026-03-16T21:56:26.751Z Downloaded yoke v0.8.1
3732026-03-16T21:56:26.757Z Downloaded macaddr v1.0.1
3742026-03-16T21:56:26.758Z Downloaded writeable v0.6.2
3752026-03-16T21:56:26.758Z Downloaded usdt-impl v0.5.0
3762026-03-16T21:56:26.758Z Downloaded strsim v0.11.1
3772026-03-16T21:56:26.758Z Downloaded scroll_derive v0.12.1
3782026-03-16T21:56:26.758Z Downloaded heck v0.5.0
3792026-03-16T21:56:26.758Z Downloaded thiserror v2.0.18
3802026-03-16T21:56:26.765Z Downloaded potential_utf v0.1.4
3812026-03-16T21:56:26.765Z Downloaded zmij v1.0.21
3822026-03-16T21:56:26.765Z Downloaded zerovec-derive v0.11.2
3832026-03-16T21:56:26.766Z Downloaded idna_adapter v1.2.1
3842026-03-16T21:56:26.778Z Downloaded displaydoc v0.2.5
3852026-03-16T21:56:26.778Z Downloaded toml v0.8.23
3862026-03-16T21:56:26.778Z Downloaded ordered-float v2.10.1
3872026-03-16T21:56:26.778Z Downloaded equivalent v1.0.2
3882026-03-16T21:56:26.778Z Downloaded swrite v0.1.0
3892026-03-16T21:56:26.778Z Downloaded clap_derive v4.5.55
3902026-03-16T21:56:26.779Z Downloaded textwrap v0.16.2
3912026-03-16T21:56:26.779Z Downloaded cargo-util-schemas v0.8.2
3922026-03-16T21:56:26.779Z Downloaded dtrace-parser v0.2.0
3932026-03-16T21:56:26.779Z Downloaded heck v0.4.1
3942026-03-16T21:56:26.788Z Downloaded colorchoice v1.0.4
3952026-03-16T21:56:26.788Z Downloaded anyhow v1.0.102
3962026-03-16T21:56:26.788Z Downloaded zerocopy-derive v0.7.35
3972026-03-16T21:56:26.788Z Downloaded zerotrie v0.2.3
3982026-03-16T21:56:26.797Z Downloaded url v2.5.8
3992026-03-16T21:56:26.797Z Downloaded toml_edit v0.22.27
4002026-03-16T21:56:26.797Z Downloaded percent-encoding v2.3.2
4012026-03-16T21:56:26.797Z Downloaded form_urlencoded v1.2.2
4022026-03-16T21:56:26.797Z Downloaded stable_deref_trait v1.2.1
4032026-03-16T21:56:26.797Z Downloaded typenum v1.19.0
4042026-03-16T21:56:26.812Z Downloaded smawk v0.3.2
4052026-03-16T21:56:26.812Z Downloaded tabled_derive v0.7.0
4062026-03-16T21:56:26.812Z Downloaded plain v0.2.3
4072026-03-16T21:56:26.812Z Downloaded memmap v0.7.0
4082026-03-16T21:56:26.812Z Downloaded anstyle-parse v0.2.7
4092026-03-16T21:56:26.812Z Downloaded quote v1.0.44
4102026-03-16T21:56:26.822Z Downloaded camino-tempfile v1.4.1
4112026-03-16T21:56:26.822Z Downloaded byteorder v1.5.0
4122026-03-16T21:56:26.822Z Downloaded terminal_size v0.4.3
4132026-03-16T21:56:26.822Z Downloaded erased-serde v0.4.9
4142026-03-16T21:56:26.822Z Downloaded dof v0.3.0
4152026-03-16T21:56:26.822Z Downloaded thiserror v1.0.69
4162026-03-16T21:56:26.822Z Downloaded sha2 v0.10.9
4172026-03-16T21:56:26.822Z Downloaded semver v1.0.27
4182026-03-16T21:56:26.822Z Downloaded serde_core v1.0.228
4192026-03-16T21:56:26.833Z Downloaded litemap v0.8.1
4202026-03-16T21:56:26.834Z Downloaded scroll v0.12.0
4212026-03-16T21:56:26.834Z Downloaded zerocopy v0.7.35
4222026-03-16T21:56:26.845Z Downloaded winnow v0.7.14
4232026-03-16T21:56:26.845Z Downloaded unicode-width v0.1.14
4242026-03-16T21:56:26.855Z Downloaded serde_tokenstream v0.2.3
4252026-03-16T21:56:26.855Z Downloaded synstructure v0.13.2
4262026-03-16T21:56:26.855Z Downloaded unicode-width v0.2.0
4272026-03-16T21:56:26.867Z Downloaded pest_generator v2.8.6
4282026-03-16T21:56:26.876Z Downloaded once_cell v1.21.3
4292026-03-16T21:56:26.876Z Downloaded log v0.4.29
4302026-03-16T21:56:26.876Z Downloaded fs-err v3.3.0
4312026-03-16T21:56:26.876Z Downloaded tempfile v3.25.0
4322026-03-16T21:56:26.891Z Downloaded papergrid v0.11.0
4332026-03-16T21:56:26.891Z Downloaded icu_properties v2.1.2
4342026-03-16T21:56:26.906Z Downloaded smallvec v1.15.1
4352026-03-16T21:56:26.906Z Downloaded num-traits v0.2.19
4362026-03-16T21:56:26.907Z Downloaded idna v1.1.0
4372026-03-16T21:56:26.923Z Downloaded serde_derive v1.0.228
4382026-03-16T21:56:26.924Z Downloaded icu_provider v2.1.1
4392026-03-16T21:56:26.924Z Downloaded icu_normalizer_data v2.1.1
4402026-03-16T21:56:26.924Z Downloaded icu_normalizer v2.1.1
4412026-03-16T21:56:26.924Z Downloaded getrandom v0.4.1
4422026-03-16T21:56:26.924Z Downloaded icu_locale_core v2.1.1
4432026-03-16T21:56:26.924Z Downloaded proc-macro2 v1.0.106
4442026-03-16T21:56:26.924Z Downloaded icu_collections v2.1.1
4452026-03-16T21:56:26.937Z Downloaded pest_meta v2.8.6
4462026-03-16T21:56:26.938Z Downloaded serde v1.0.228
4472026-03-16T21:56:26.948Z Downloaded indexmap v2.13.0
4482026-03-16T21:56:26.949Z Downloaded memchr v2.8.0
4492026-03-16T21:56:26.956Z Downloaded clap_builder v4.5.60
4502026-03-16T21:56:26.966Z Downloaded pest v2.8.6
4512026-03-16T21:56:26.975Z Downloaded icu_properties_data v2.1.2
4522026-03-16T21:56:26.983Z Downloaded hashbrown v0.16.1
4532026-03-16T21:56:26.992Z Downloaded serde_json v1.0.149
4542026-03-16T21:56:27.008Z Downloaded goblin v0.8.2
4552026-03-16T21:56:27.008Z Downloaded tabled v0.15.0
4562026-03-16T21:56:27.015Z Downloaded syn v1.0.109
4572026-03-16T21:56:27.034Z Downloaded syn v2.0.117
4582026-03-16T21:56:27.044Z Downloaded rustix v1.1.3
4592026-03-16T21:56:27.068Z Downloaded libc v0.2.180
4602026-03-16T21:56:27.162Z Compiling proc-macro2 v1.0.106
4612026-03-16T21:56:27.171Z Compiling quote v1.0.44
4622026-03-16T21:56:27.171Z Compiling unicode-ident v1.0.24
4632026-03-16T21:56:27.172Z Compiling serde_core v1.0.228
4642026-03-16T21:56:27.172Z Compiling libc v0.2.180
4652026-03-16T21:56:27.172Z Compiling version_check v0.9.5
4662026-03-16T21:56:27.172Z Compiling stable_deref_trait v1.2.1
4672026-03-16T21:56:27.172Z Compiling memchr v2.8.0
4682026-03-16T21:56:27.571Z Compiling serde v1.0.228
4692026-03-16T21:56:27.585Z Compiling zmij v1.0.21
4702026-03-16T21:56:27.901Z Compiling autocfg v1.5.0
4712026-03-16T21:56:28.097Z Compiling thiserror v1.0.69
4722026-03-16T21:56:28.326Z Compiling ucd-trie v0.1.7
4732026-03-16T21:56:28.352Z Compiling itoa v1.0.17
4742026-03-16T21:56:28.495Z Compiling writeable v0.6.2
4752026-03-16T21:56:28.519Z Compiling pest v2.8.6
4762026-03-16T21:56:28.569Z Compiling litemap v0.8.1
4772026-03-16T21:56:28.702Z Compiling byteorder v1.5.0
4782026-03-16T21:56:28.736Z Compiling rustix v1.1.3
4792026-03-16T21:56:29.008Z Compiling icu_properties_data v2.1.2
4802026-03-16T21:56:33.096Z Compiling syn v2.0.117
4812026-03-16T21:56:33.119Z Compiling icu_normalizer_data v2.1.1
4822026-03-16T21:56:33.119Z Compiling errno v0.3.14
4832026-03-16T21:56:33.119Z Compiling serde_json v1.0.149
4842026-03-16T21:56:33.119Z Compiling bitflags v2.11.0
4852026-03-16T21:56:33.119Z Compiling num-traits v0.2.19
4862026-03-16T21:56:33.119Z Compiling typeid v1.0.3
4872026-03-16T21:56:33.119Z Compiling hashbrown v0.16.1
4882026-03-16T21:56:33.119Z Compiling smallvec v1.15.1
4892026-03-16T21:56:33.119Z Compiling pest_meta v2.8.6
4902026-03-16T21:56:33.119Z Compiling equivalent v1.0.2
4912026-03-16T21:56:33.119Z Compiling thread-id v4.2.2
4922026-03-16T21:56:33.119Z Compiling indexmap v2.13.0
4932026-03-16T21:56:33.119Z Compiling usdt-impl v0.5.0
4942026-03-16T21:56:33.119Z Compiling proc-macro-error-attr v1.0.4
4952026-03-16T21:56:33.119Z Compiling syn v1.0.109
4962026-03-16T21:56:33.119Z Compiling toml_write v0.1.2
4972026-03-16T21:56:33.119Z Compiling erased-serde v0.4.9
4982026-03-16T21:56:33.119Z Compiling winnow v0.7.14
4992026-03-16T21:56:33.119Z Compiling proc-macro-error v1.0.4
5002026-03-16T21:56:33.120Z Compiling utf8_iter v1.0.4
5012026-03-16T21:56:33.120Z Compiling utf8parse v0.2.2
5022026-03-16T21:56:33.120Z Compiling camino v1.2.2
5032026-03-16T21:56:33.120Z Compiling percent-encoding v2.3.2
5042026-03-16T21:56:33.120Z Compiling log v0.4.29
5052026-03-16T21:56:33.120Z Compiling thiserror v2.0.18
5062026-03-16T21:56:33.120Z Compiling getrandom v0.4.1
5072026-03-16T21:56:33.120Z Compiling plain v0.2.3
5082026-03-16T21:56:33.120Z Compiling ordered-float v2.10.1
5092026-03-16T21:56:33.120Z Compiling form_urlencoded v1.2.2
5102026-03-16T21:56:33.120Z Compiling anstyle-parse v0.2.7
5112026-03-16T21:56:33.139Z Compiling synstructure v0.13.2
5122026-03-16T21:56:33.139Z Compiling pest_generator v2.8.6
5132026-03-16T21:56:33.139Z Compiling terminal_size v0.4.3
5142026-03-16T21:56:33.139Z Compiling cfg-if v1.0.4
5152026-03-16T21:56:33.183Z Compiling pretty-hex v0.4.1
5162026-03-16T21:56:33.312Z Compiling anstyle v1.0.13
5172026-03-16T21:56:33.467Z Compiling is_terminal_polyfill v1.70.2
5182026-03-16T21:56:33.467Z Compiling anstyle-query v1.1.5
5192026-03-16T21:56:33.467Z Compiling colorchoice v1.0.4
5202026-03-16T21:56:33.498Z Compiling serde-untagged v0.1.9
5212026-03-16T21:56:33.531Z Compiling anstream v0.6.21
5222026-03-16T21:56:33.616Z Compiling semver v1.0.27
5232026-03-16T21:56:33.784Z Compiling fs-err v3.3.0
5242026-03-16T21:56:33.811Z Compiling clap_lex v1.0.0
5252026-03-16T21:56:33.921Z Compiling heck v0.5.0
5262026-03-16T21:56:34.050Z Compiling bytecount v0.6.9
5272026-03-16T21:56:34.056Z Compiling strsim v0.11.1
5282026-03-16T21:56:34.114Z Compiling unicode-width v0.1.14
5292026-03-16T21:56:34.137Z Compiling anyhow v1.0.102
5302026-03-16T21:56:34.211Z Compiling heck v0.4.1
5312026-03-16T21:56:34.241Z Compiling unicode-xid v0.2.6
5322026-03-16T21:56:34.469Z Compiling once_cell v1.21.3
5332026-03-16T21:56:34.496Z Compiling fastrand v2.3.0
5342026-03-16T21:56:34.519Z Compiling fnv v1.0.7
5352026-03-16T21:56:34.648Z Compiling papergrid v0.11.0
5362026-03-16T21:56:34.740Z Compiling tempfile v3.25.0
5372026-03-16T21:56:34.783Z Compiling clap_builder v4.5.60
5382026-03-16T21:56:34.839Z Compiling memmap v0.7.0
5392026-03-16T21:56:34.938Z Compiling unicode-linebreak v0.1.5
5402026-03-16T21:56:35.072Z Compiling smawk v0.3.2
5412026-03-16T21:56:35.231Z Compiling unicode-width v0.2.0
5422026-03-16T21:56:35.255Z Compiling camino-tempfile v1.4.1
5432026-03-16T21:56:35.308Z Compiling serde_derive v1.0.228
5442026-03-16T21:56:35.547Z Compiling zerofrom-derive v0.1.6
5452026-03-16T21:56:35.583Z Compiling yoke-derive v0.8.1
5462026-03-16T21:56:35.650Z Compiling zerovec-derive v0.11.2
5472026-03-16T21:56:35.735Z Compiling displaydoc v0.2.5
5482026-03-16T21:56:36.587Z Compiling thiserror-impl v1.0.69
5492026-03-16T21:56:36.718Z Compiling zerocopy-derive v0.7.35
5502026-03-16T21:56:37.178Z Compiling pest_derive v2.8.6
5512026-03-16T21:56:37.201Z Compiling scroll_derive v0.12.1
5522026-03-16T21:56:37.482Z Compiling zerofrom v0.1.6
5532026-03-16T21:56:37.651Z Compiling yoke v0.8.1
5542026-03-16T21:56:37.751Z Compiling thiserror-impl v2.0.18
5552026-03-16T21:56:37.901Z Compiling zerovec v0.11.5
5562026-03-16T21:56:37.940Z Compiling zerotrie v0.2.3
5572026-03-16T21:56:38.103Z Compiling zerocopy v0.7.35
5582026-03-16T21:56:38.342Z Compiling scroll v0.12.0
5592026-03-16T21:56:38.452Z Compiling dtrace-parser v0.2.0
5602026-03-16T21:56:38.586Z Compiling tinystr v0.8.2
5612026-03-16T21:56:38.687Z Compiling potential_utf v0.1.4
5622026-03-16T21:56:38.856Z Compiling icu_locale_core v2.1.1
5632026-03-16T21:56:38.882Z Compiling icu_collections v2.1.1
5642026-03-16T21:56:38.907Z Compiling goblin v0.8.2
5652026-03-16T21:56:39.121Z Compiling tabled_derive v0.7.0
5662026-03-16T21:56:39.487Z Compiling clap_derive v4.5.55
5672026-03-16T21:56:39.526Z Compiling textwrap v0.16.2
5682026-03-16T21:56:39.712Z Compiling icu_provider v2.1.1
5692026-03-16T21:56:40.058Z Compiling icu_normalizer v2.1.1
5702026-03-16T21:56:40.095Z Compiling icu_properties v2.1.2
5712026-03-16T21:56:40.095Z Compiling toml_datetime v0.6.11
5722026-03-16T21:56:40.142Z Compiling serde_spanned v0.6.9
5732026-03-16T21:56:40.168Z Compiling dof v0.3.0
5742026-03-16T21:56:40.334Z Compiling serde_tokenstream v0.2.3
5752026-03-16T21:56:40.359Z Compiling toml_edit v0.22.27
5762026-03-16T21:56:40.455Z Compiling serde-value v0.7.0
5772026-03-16T21:56:40.734Z Compiling cargo-platform v0.2.0
5782026-03-16T21:56:40.774Z Compiling tabled v0.15.0
5792026-03-16T21:56:40.939Z Compiling macaddr v1.0.1
5802026-03-16T21:56:41.232Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-16T21:56:41.510Z Compiling idna_adapter v1.2.1
5822026-03-16T21:56:41.542Z Compiling usdt-macro v0.5.0
5832026-03-16T21:56:41.564Z Compiling usdt-attr-macro v0.5.0
5842026-03-16T21:56:41.619Z Compiling swrite v0.1.0
5852026-03-16T21:56:41.689Z Compiling idna v1.1.0
5862026-03-16T21:56:41.864Z Compiling clap v4.5.60
5872026-03-16T21:56:42.350Z Compiling toml v0.8.23
5882026-03-16T21:56:42.376Z Compiling url v2.5.8
5892026-03-16T21:56:42.990Z Compiling cargo-util-schemas v0.8.2
5902026-03-16T21:56:43.078Z Compiling usdt v0.5.0
5912026-03-16T21:56:43.157Z Compiling cargo_toml v0.21.0
5922026-03-16T21:56:44.225Z Compiling cargo_metadata v0.21.0
5932026-03-16T21:56:45.490Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-16T21:56:48.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
5952026-03-16T21:56:48.766Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-16T21:56:49.424Z Downloading crates ...
5972026-03-16T21:56:49.548Z Downloaded assert_matches v1.5.0
5982026-03-16T21:56:49.555Z Downloaded arrayvec v0.7.6
5992026-03-16T21:56:49.560Z Downloaded async-recursion v1.1.1
6002026-03-16T21:56:49.560Z Downloaded async-stream v0.3.6
6012026-03-16T21:56:49.564Z Downloaded ascii-canvas v3.0.0
6022026-03-16T21:56:49.571Z Downloaded critical-section v1.2.0
6032026-03-16T21:56:49.575Z Downloaded darling v0.23.0
6042026-03-16T21:56:49.581Z Downloaded foreign-types v0.3.2
6052026-03-16T21:56:49.584Z Downloaded crossbeam-deque v0.8.6
6062026-03-16T21:56:49.589Z Downloaded ciborium-io v0.2.2
6072026-03-16T21:56:49.593Z Downloaded bb8 v0.8.6
6082026-03-16T21:56:49.594Z Downloaded chacha20 v0.10.0
6092026-03-16T21:56:49.599Z Downloaded daft-derive v0.1.5
6102026-03-16T21:56:49.605Z Downloaded document-features v0.2.12
6112026-03-16T21:56:49.609Z Downloaded darling v0.21.3
6122026-03-16T21:56:49.616Z Downloaded flagset v0.4.7
6132026-03-16T21:56:49.620Z Downloaded cargo-platform v0.1.9
6142026-03-16T21:56:49.625Z Downloaded block-padding v0.3.3
6152026-03-16T21:56:49.628Z Downloaded float-cmp v0.10.0
6162026-03-16T21:56:49.632Z Downloaded dunce v1.0.5
6172026-03-16T21:56:49.637Z Downloaded foldhash v0.2.0
6182026-03-16T21:56:49.641Z Downloaded derive_builder_core v0.20.2
6192026-03-16T21:56:49.648Z Downloaded foldhash v0.1.5
6202026-03-16T21:56:49.648Z Downloaded derive_builder v0.20.2
6212026-03-16T21:56:49.652Z Downloaded embedded-io v0.6.1
6222026-03-16T21:56:49.658Z Downloaded dirs-sys-next v0.1.2
6232026-03-16T21:56:49.662Z Downloaded endian-type v0.1.2
6242026-03-16T21:56:49.662Z Downloaded atty v0.2.14
6252026-03-16T21:56:49.667Z Downloaded debug-ignore v1.0.5
6262026-03-16T21:56:49.671Z Downloaded enum-as-inner v0.6.1
6272026-03-16T21:56:49.671Z Downloaded funty v2.0.0
6282026-03-16T21:56:49.675Z Downloaded futures-macro v0.3.32
6292026-03-16T21:56:49.678Z Downloaded globwalk v0.9.1
6302026-03-16T21:56:49.681Z Downloaded gethostname v0.5.0
6312026-03-16T21:56:49.686Z Downloaded hash32 v0.3.1
6322026-03-16T21:56:49.690Z Downloaded buf-list v1.1.2
6332026-03-16T21:56:49.694Z Downloaded git-stub v1.0.0
6342026-03-16T21:56:49.701Z Downloaded fs-err v2.11.0
6352026-03-16T21:56:49.707Z Downloaded ghash v0.5.1
6362026-03-16T21:56:49.707Z Downloaded erased-serde v0.3.31
6372026-03-16T21:56:49.713Z Downloaded hash32 v0.2.1
6382026-03-16T21:56:49.713Z Downloaded bcs v0.1.6
6392026-03-16T21:56:49.716Z Downloaded derive-ex v0.1.8
6402026-03-16T21:56:49.716Z Downloaded env_logger v0.11.9
6412026-03-16T21:56:49.721Z Downloaded embedded-io v0.4.0
6422026-03-16T21:56:49.725Z Downloaded bitfield v0.19.4
6432026-03-16T21:56:49.728Z Downloaded hostname v0.3.1
6442026-03-16T21:56:49.730Z Downloaded darling_core v0.20.11
6452026-03-16T21:56:49.737Z Downloaded hostname v0.4.2
6462026-03-16T21:56:49.744Z Downloaded httpdate v1.0.3
6472026-03-16T21:56:49.747Z Downloaded hubpack_derive v0.1.1
6482026-03-16T21:56:49.747Z Downloaded http-range v0.1.5
6492026-03-16T21:56:49.755Z Downloaded glob v0.3.3
6502026-03-16T21:56:49.762Z Downloaded group v0.13.0
6512026-03-16T21:56:49.762Z Downloaded indent_write v2.2.0
6522026-03-16T21:56:49.762Z Downloaded hyper-tls v0.6.0
6532026-03-16T21:56:49.762Z Downloaded corncobs v0.1.4
6542026-03-16T21:56:49.766Z Downloaded git-stub-vcs v0.1.0
6552026-03-16T21:56:49.771Z Downloaded cipher v0.4.4
6562026-03-16T21:56:49.788Z Downloaded internet-checksum v0.2.1
6572026-03-16T21:56:49.792Z Downloaded crossbeam-channel v0.5.15
6582026-03-16T21:56:49.797Z Downloaded lalrpop-util v0.19.12
6592026-03-16T21:56:49.800Z Downloaded data-encoding v2.10.0
6602026-03-16T21:56:49.800Z Downloaded crypto-bigint v0.5.5
6612026-03-16T21:56:49.807Z Downloaded lazy_static v1.5.0
6622026-03-16T21:56:49.812Z Downloaded lru-slab v0.1.2
6632026-03-16T21:56:49.816Z Downloaded hyper-staticfile v0.10.1
6642026-03-16T21:56:49.822Z Downloaded md5 v0.7.0
6652026-03-16T21:56:49.822Z Downloaded maybe-uninit v2.0.0
6662026-03-16T21:56:49.830Z Downloaded match_cfg v0.1.0
6672026-03-16T21:56:49.830Z Downloaded managed v0.8.0
6682026-03-16T21:56:49.836Z Downloaded maplit v1.0.2
6692026-03-16T21:56:49.836Z Downloaded md-5 v0.10.6
6702026-03-16T21:56:49.836Z Downloaded crc-any v2.5.0
6712026-03-16T21:56:49.842Z Downloaded console v0.15.11
6722026-03-16T21:56:49.843Z Downloaded multimap v0.10.1
6732026-03-16T21:56:49.847Z Downloaded mime v0.3.17
6742026-03-16T21:56:49.847Z Downloaded ipnet v2.11.0
6752026-03-16T21:56:49.854Z Downloaded ingot v0.1.1
6762026-03-16T21:56:49.859Z Downloaded newtype-uuid-macros v0.1.0
6772026-03-16T21:56:49.859Z Downloaded nonempty v0.12.0
6782026-03-16T21:56:49.859Z Downloaded nodrop v0.1.14
6792026-03-16T21:56:49.859Z Downloaded ingot-types v0.1.2
6802026-03-16T21:56:49.863Z Downloaded libloading v0.8.9
6812026-03-16T21:56:49.868Z Downloaded nibble_vec v0.1.0
6822026-03-16T21:56:49.874Z Downloaded num-iter v0.1.45
6832026-03-16T21:56:49.874Z Downloaded num-derive v0.3.3
6842026-03-16T21:56:49.879Z Downloaded opaque-debug v0.3.1
6852026-03-16T21:56:49.879Z Downloaded normalize-line-endings v0.3.0
6862026-03-16T21:56:49.885Z Downloaded chacha20poly1305 v0.10.1
6872026-03-16T21:56:49.885Z Downloaded num_enum_derive v0.5.11
6882026-03-16T21:56:49.891Z Downloaded const-oid v0.9.6
6892026-03-16T21:56:49.891Z Downloaded linear-map v1.2.0
6902026-03-16T21:56:49.896Z Downloaded derive-where v1.6.0
6912026-03-16T21:56:49.896Z Downloaded libscf-sys v1.1.0
6922026-03-16T21:56:49.903Z Downloaded libsw-core v0.3.2
6932026-03-16T21:56:49.903Z Downloaded olpc-cjson v0.1.4
6942026-03-16T21:56:49.908Z Downloaded parse-size v1.1.0
6952026-03-16T21:56:49.908Z Downloaded mime_guess v2.0.5
6962026-03-16T21:56:49.908Z Downloaded ingot-macros v0.1.1
6972026-03-16T21:56:49.913Z Downloaded nanorand v0.7.0
6982026-03-16T21:56:49.917Z Downloaded openssl-probe v0.2.1
6992026-03-16T21:56:49.917Z Downloaded openssl-macros v0.1.1
7002026-03-16T21:56:49.921Z Downloaded pbkdf2 v0.12.2
7012026-03-16T21:56:49.921Z Downloaded parse-display v0.10.0
7022026-03-16T21:56:49.924Z Downloaded oso-derive v0.27.3
7032026-03-16T21:56:49.933Z Downloaded native-tls v0.2.18
7042026-03-16T21:56:49.933Z Downloaded fatfs v0.3.6
7052026-03-16T21:56:49.938Z Downloaded newtype-uuid v1.3.2
7062026-03-16T21:56:49.938Z Downloaded hickory-client v0.25.2
7072026-03-16T21:56:49.948Z Downloaded diesel_derives v2.2.7
7082026-03-16T21:56:49.948Z Downloaded num-integer v0.1.46
7092026-03-16T21:56:49.952Z Downloaded peg-runtime v0.8.5
7102026-03-16T21:56:49.952Z Downloaded phf_shared v0.12.1
7112026-03-16T21:56:49.952Z Downloaded phf_shared v0.11.3
7122026-03-16T21:56:49.952Z Downloaded pbkdf2 v0.11.0
7132026-03-16T21:56:49.957Z Downloaded path-slash v0.1.5
7142026-03-16T21:56:49.962Z Downloaded num_enum v0.7.5
7152026-03-16T21:56:49.966Z Downloaded iana-time-zone v0.1.65
7162026-03-16T21:56:49.970Z Downloaded pin-utils v0.1.0
7172026-03-16T21:56:49.970Z Downloaded oxnet v0.1.4
7182026-03-16T21:56:50.025Z Downloaded predicates-tree v1.0.13
7192026-03-16T21:56:50.025Z Downloaded openssl-probe v0.1.6
7202026-03-16T21:56:50.035Z Downloaded proc-macro-crate v3.4.0
7212026-03-16T21:56:50.036Z Downloaded proc-macro-crate v1.3.1
7222026-03-16T21:56:50.036Z Downloaded precomputed-hash v0.1.1
7232026-03-16T21:56:50.036Z Downloaded powerfmt v0.2.0
7242026-03-16T21:56:50.036Z Downloaded getrandom v0.3.4
7252026-03-16T21:56:50.036Z Downloaded owo-colors v4.3.0
7262026-03-16T21:56:50.036Z Downloaded parse-display-derive v0.10.0
7272026-03-16T21:56:50.036Z Downloaded password-hash v0.5.0
7282026-03-16T21:56:50.036Z Downloaded progenitor-macro v0.13.0
7292026-03-16T21:56:50.036Z Downloaded proc-macro-error-attr2 v2.0.0
7302026-03-16T21:56:50.036Z Downloaded progenitor-client v0.11.2
7312026-03-16T21:56:50.036Z Downloaded progenitor-client v0.10.0
7322026-03-16T21:56:50.037Z Downloaded phf_shared v0.13.1
7332026-03-16T21:56:50.037Z Downloaded progenitor-macro v0.10.0
7342026-03-16T21:56:50.037Z Downloaded pem-rfc7468 v0.7.0
7352026-03-16T21:56:50.037Z Downloaded quick-error v1.2.3
7362026-03-16T21:56:50.037Z Downloaded progenitor-macro v0.11.2
7372026-03-16T21:56:50.037Z Downloaded libbz2-rs-sys v0.2.2
7382026-03-16T21:56:50.037Z Downloaded pem v3.0.6
7392026-03-16T21:56:50.037Z Downloaded omicron-zone-package v0.12.2
7402026-03-16T21:56:50.037Z Downloaded psl-types v2.0.11
7412026-03-16T21:56:50.037Z Downloaded poly1305 v0.8.0
7422026-03-16T21:56:50.037Z Downloaded pin-project-internal v1.1.11
7432026-03-16T21:56:50.045Z Downloaded der v0.7.10
7442026-03-16T21:56:50.045Z Downloaded base64 v0.22.1
7452026-03-16T21:56:50.045Z Downloaded phf v0.13.1
7462026-03-16T21:56:50.051Z Downloaded pin-project-lite v0.2.17
7472026-03-16T21:56:50.051Z Downloaded rand_xorshift v0.4.0
7482026-03-16T21:56:50.061Z Downloaded pkcs8 v0.10.2
7492026-03-16T21:56:50.061Z Downloaded polyval v0.6.2
7502026-03-16T21:56:50.069Z Downloaded rand_chacha v0.3.1
7512026-03-16T21:56:50.069Z Downloaded progenitor-client v0.13.0
7522026-03-16T21:56:50.069Z Downloaded ppv-lite86 v0.2.21
7532026-03-16T21:56:50.069Z Downloaded aho-corasick v1.1.4
7542026-03-16T21:56:50.075Z Downloaded rfc6979 v0.4.0
7552026-03-16T21:56:50.075Z Downloaded progenitor v0.13.0
7562026-03-16T21:56:50.075Z Downloaded ref-cast-impl v1.0.25
7572026-03-16T21:56:50.075Z Downloaded recursive-proc-macro-impl v0.1.1
7582026-03-16T21:56:50.080Z Downloaded recursive v0.1.1
7592026-03-16T21:56:50.080Z Downloaded primeorder v0.13.6
7602026-03-16T21:56:50.086Z Downloaded expectorate v1.2.0
7612026-03-16T21:56:50.086Z Downloaded rustc_version v0.1.7
7622026-03-16T21:56:50.086Z Downloaded rtoolbox v0.0.3
7632026-03-16T21:56:50.093Z Downloaded r2d2 v0.8.10
7642026-03-16T21:56:50.093Z Downloaded hickory-resolver v0.25.2
7652026-03-16T21:56:50.098Z Downloaded derive_more-impl v2.1.1
7662026-03-16T21:56:50.103Z Downloaded rustc-hash v2.1.1
7672026-03-16T21:56:50.103Z Downloaded russh-cryptovec v0.7.3
7682026-03-16T21:56:50.106Z Downloaded psm v0.1.30
7692026-03-16T21:56:50.106Z Downloaded ref-cast v1.0.25
7702026-03-16T21:56:50.110Z Downloaded rand_core v0.10.0
7712026-03-16T21:56:50.118Z Downloaded rand_core v0.9.5
7722026-03-16T21:56:50.118Z Downloaded postcard v1.1.3
7732026-03-16T21:56:50.121Z Downloaded litrs v1.0.0
7742026-03-16T21:56:50.121Z Downloaded pkg-config v0.3.32
7752026-03-16T21:56:50.121Z Downloaded rand_seeder v0.4.0
7762026-03-16T21:56:50.125Z Downloaded pkcs5 v0.7.1
7772026-03-16T21:56:50.129Z Downloaded sapling-renderdag v0.1.0
7782026-03-16T21:56:50.133Z Downloaded scroll_derive v0.13.1
7792026-03-16T21:56:50.133Z Downloaded scopeguard v1.2.0
7802026-03-16T21:56:50.145Z Downloaded same-file v1.0.6
7812026-03-16T21:56:50.145Z Downloaded miniz_oxide v0.8.9
7822026-03-16T21:56:50.151Z Downloaded heapless v0.7.17
7832026-03-16T21:56:50.151Z Downloaded scrypt v0.11.0
7842026-03-16T21:56:50.151Z Downloaded semver v0.1.20
7852026-03-16T21:56:50.151Z Downloaded secrecy v0.10.3
7862026-03-16T21:56:50.151Z Downloaded secrecy v0.8.0
7872026-03-16T21:56:50.151Z Downloaded papergrid v0.17.0
7882026-03-16T21:56:50.157Z Downloaded serde_repr v0.1.20
7892026-03-16T21:56:50.160Z Downloaded serde_bytes v0.11.19
7902026-03-16T21:56:50.160Z Downloaded serde-big-array v0.5.1
7912026-03-16T21:56:50.164Z Downloaded resolv-conf v0.7.6
7922026-03-16T21:56:50.164Z Downloaded jiff-static v0.2.21
7932026-03-16T21:56:50.170Z Downloaded pin-project v1.1.11
7942026-03-16T21:56:50.181Z Downloaded serde_urlencoded v0.7.1
7952026-03-16T21:56:50.188Z Downloaded shell-words v1.1.1
7962026-03-16T21:56:50.188Z Downloaded siphasher v1.0.2
7972026-03-16T21:56:50.188Z Downloaded sigpipe v0.1.3
7982026-03-16T21:56:50.188Z Downloaded slog-bunyan v2.5.0
7992026-03-16T21:56:50.188Z Downloaded signal-hook-mio v0.2.5
8002026-03-16T21:56:50.192Z Downloaded signature v2.2.0
8012026-03-16T21:56:50.192Z Downloaded rustversion v1.0.22
8022026-03-16T21:56:50.196Z Downloaded sha1 v0.10.6
8032026-03-16T21:56:50.196Z Downloaded rustls-native-certs v0.8.3
8042026-03-16T21:56:50.204Z Downloaded serde_spanned v1.0.4
8052026-03-16T21:56:50.204Z Downloaded rusty-fork v0.3.1
8062026-03-16T21:56:50.211Z Downloaded signal-hook-tokio v0.3.1
8072026-03-16T21:56:50.211Z Downloaded serde_plain v1.0.2
8082026-03-16T21:56:50.211Z Downloaded rustls-pemfile v2.2.0
8092026-03-16T21:56:50.211Z Downloaded slog-envlogger v2.2.0
8102026-03-16T21:56:50.217Z Downloaded oso v0.27.3
8112026-03-16T21:56:50.217Z Downloaded minimal-lexical v0.2.1
8122026-03-16T21:56:50.221Z Downloaded progenitor-impl v0.11.2
8132026-03-16T21:56:50.221Z Downloaded sec1 v0.7.3
8142026-03-16T21:56:50.225Z Downloaded progenitor-impl v0.13.0
8152026-03-16T21:56:50.225Z Downloaded hickory-server v0.25.2
8162026-03-16T21:56:50.230Z Downloaded http v1.4.0
8172026-03-16T21:56:50.235Z Downloaded sct v0.7.1
8182026-03-16T21:56:50.238Z Downloaded seq-macro v0.3.6
8192026-03-16T21:56:50.238Z Downloaded serde_derive_internals v0.29.1
8202026-03-16T21:56:50.243Z Downloaded russh-keys v0.45.0
8212026-03-16T21:56:50.247Z Downloaded openssl-sys v0.9.111
8222026-03-16T21:56:50.251Z Downloaded hashbrown v0.13.2
8232026-03-16T21:56:50.255Z Downloaded hashbrown v0.12.3
8242026-03-16T21:56:50.259Z Downloaded postgres-types v0.2.12
8252026-03-16T21:56:50.265Z Downloaded sqlparser_derive v0.5.0
8262026-03-16T21:56:50.265Z Downloaded ssh-encoding v0.2.0
8272026-03-16T21:56:50.265Z Downloaded ssh-cipher v0.2.0
8282026-03-16T21:56:50.265Z Downloaded serde_path_to_error v0.1.20
8292026-03-16T21:56:50.269Z Downloaded slab v0.4.12
8302026-03-16T21:56:50.269Z Downloaded simd-adler32 v0.3.8
8312026-03-16T21:56:50.272Z Downloaded strum v0.26.3
8322026-03-16T21:56:50.272Z Downloaded structmeta v0.3.0
8332026-03-16T21:56:50.278Z Downloaded slog-async v2.8.0
8342026-03-16T21:56:50.278Z Downloaded hyper-util v0.1.20
8352026-03-16T21:56:50.287Z Downloaded slog-json v2.6.1
8362026-03-16T21:56:50.287Z Downloaded subtle v2.6.1
8372026-03-16T21:56:50.292Z Downloaded rcgen v0.12.1
8382026-03-16T21:56:50.292Z Downloaded prefix-trie v0.7.0
8392026-03-16T21:56:50.296Z Downloaded sync-ptr v0.1.4
8402026-03-16T21:56:50.297Z Downloaded smf v0.2.3
8412026-03-16T21:56:50.297Z Downloaded serde-hex v0.1.0
8422026-03-16T21:56:50.297Z Downloaded schemars_derive v0.8.22
8432026-03-16T21:56:50.302Z Downloaded scroll v0.13.0
8442026-03-16T21:56:50.302Z Downloaded take_mut v0.2.2
8452026-03-16T21:56:50.303Z Downloaded tap v1.0.1
8462026-03-16T21:56:50.308Z Downloaded termtree v0.5.1
8472026-03-16T21:56:50.308Z Downloaded sync_wrapper v1.0.2
8482026-03-16T21:56:50.308Z Downloaded smallvec v0.6.14
8492026-03-16T21:56:50.308Z Downloaded tabled_derive v0.11.0
8502026-03-16T21:56:50.313Z Downloaded thiserror-impl-no-std v2.0.2
8512026-03-16T21:56:50.313Z Downloaded tabwriter v1.4.1
8522026-03-16T21:56:50.313Z Downloaded testing_table v0.3.0
8532026-03-16T21:56:50.320Z Downloaded serde_cbor v0.11.2
8542026-03-16T21:56:50.321Z Downloaded thread-id v5.1.0
8552026-03-16T21:56:50.321Z Downloaded crossterm v0.29.0
8562026-03-16T21:56:50.329Z Downloaded serde_with_macros v3.17.0
8572026-03-16T21:56:50.329Z Downloaded string_cache v0.8.9
8582026-03-16T21:56:50.336Z Downloaded stacker v0.1.23
8592026-03-16T21:56:50.336Z Downloaded sqlformat v0.3.5
8602026-03-16T21:56:50.336Z Downloaded ron v0.8.1
8612026-03-16T21:56:50.343Z Downloaded tinyvec_macros v0.1.1
8622026-03-16T21:56:50.343Z Downloaded time-core v0.1.8
8632026-03-16T21:56:50.343Z Downloaded structmeta-derive v0.3.0
8642026-03-16T21:56:50.343Z Downloaded stringprep v0.1.5
8652026-03-16T21:56:50.347Z Downloaded spki v0.7.3
8662026-03-16T21:56:50.347Z Downloaded mio v1.1.1
8672026-03-16T21:56:50.354Z Downloaded strum_macros v0.26.4
8682026-03-16T21:56:50.357Z Downloaded rustls-platform-verifier v0.6.2
8692026-03-16T21:56:50.357Z Downloaded ryu v1.0.23
8702026-03-16T21:56:50.361Z Downloaded slog-term v2.9.2
8712026-03-16T21:56:50.361Z Downloaded support-bundle-viewer v0.1.2
8722026-03-16T21:56:50.369Z Downloaded prettyplease v0.2.37
8732026-03-16T21:56:50.369Z Downloaded schemars v0.8.22
8742026-03-16T21:56:50.376Z Downloaded thiserror-no-std v2.0.2
8752026-03-16T21:56:50.380Z Downloaded itertools v0.10.5
8762026-03-16T21:56:50.386Z Downloaded topological-sort v0.2.2
8772026-03-16T21:56:50.395Z Downloaded tagptr v0.2.0
8782026-03-16T21:56:50.395Z Downloaded termios v0.3.3
8792026-03-16T21:56:50.395Z Downloaded publicsuffix v2.3.0
8802026-03-16T21:56:50.399Z Downloaded trait-variant v0.1.2
8812026-03-16T21:56:50.399Z Downloaded thread_local v1.1.9
8822026-03-16T21:56:50.399Z Downloaded static_assertions v1.1.0
8832026-03-16T21:56:50.399Z Downloaded snafu-derive v0.8.9
8842026-03-16T21:56:50.399Z Downloaded quinn v0.11.9
8852026-03-16T21:56:50.403Z Downloaded spin v0.9.8
8862026-03-16T21:56:50.406Z Downloaded nom v7.1.3
8872026-03-16T21:56:50.417Z Downloaded signal-hook v0.3.18
8882026-03-16T21:56:50.420Z Downloaded similar v2.7.0
8892026-03-16T21:56:50.420Z Downloaded unarray v0.1.4
8902026-03-16T21:56:50.420Z Downloaded typify-macro v0.6.1
8912026-03-16T21:56:50.420Z Downloaded typify-macro v0.4.3
8922026-03-16T21:56:50.420Z Downloaded tokio-native-tls v0.3.1
8932026-03-16T21:56:50.425Z Downloaded tokio-macros v2.6.0
8942026-03-16T21:56:50.425Z Downloaded tls_codec_derive v0.4.2
8952026-03-16T21:56:50.425Z Downloaded untrusted v0.7.1
8962026-03-16T21:56:50.430Z Downloaded slog v2.8.2
8972026-03-16T21:56:50.430Z Downloaded tower-service v0.3.3
8982026-03-16T21:56:50.437Z Downloaded tower-layer v0.3.3
8992026-03-16T21:56:50.438Z Downloaded tokio-dtrace v0.1.1
9002026-03-16T21:56:50.438Z Downloaded strum_macros v0.24.3
9012026-03-16T21:56:50.438Z Downloaded strum_macros v0.27.2
9022026-03-16T21:56:50.441Z Downloaded tokio-rustls v0.25.0
9032026-03-16T21:56:50.441Z Downloaded untrusted v0.9.0
9042026-03-16T21:56:50.441Z Downloaded libxml v0.3.3
9052026-03-16T21:56:50.446Z Downloaded unit-prefix v0.5.2
9062026-03-16T21:56:50.447Z Downloaded term v0.7.0
9072026-03-16T21:56:50.450Z Downloaded unicode-truncate v1.1.0
9082026-03-16T21:56:50.450Z Downloaded qorb v0.4.1
9092026-03-16T21:56:50.454Z Downloaded utf-8 v0.7.6
9102026-03-16T21:56:50.457Z Downloaded usdt-macro v0.6.0
9112026-03-16T21:56:50.457Z Downloaded usdt v0.6.0
9122026-03-16T21:56:50.457Z Downloaded rsa v0.9.10
9132026-03-16T21:56:50.461Z Downloaded universal-hash v0.5.1
9142026-03-16T21:56:50.464Z Downloaded tokio-tungstenite v0.23.1
9152026-03-16T21:56:50.464Z Downloaded toml_writer v1.0.6+spec-1.1.0
9162026-03-16T21:56:50.470Z Downloaded wait-timeout v0.2.1
9172026-03-16T21:56:50.470Z Downloaded want v0.3.1
9182026-03-16T21:56:50.470Z Downloaded waitgroup v0.1.2
9192026-03-16T21:56:50.476Z Downloaded iddqd v0.3.17
9202026-03-16T21:56:50.481Z Downloaded tls_codec v0.4.2
9212026-03-16T21:56:50.482Z Downloaded futures-util v0.3.32
9222026-03-16T21:56:50.487Z Downloaded rustls-webpki v0.103.9
9232026-03-16T21:56:50.490Z Downloaded unicase v2.9.0
9242026-03-16T21:56:50.494Z Downloaded tui-tree-widget v0.23.1
9252026-03-16T21:56:50.494Z Downloaded try-lock v0.2.5
9262026-03-16T21:56:50.494Z Downloaded num-bigint-dig v0.8.6
9272026-03-16T21:56:50.498Z Downloaded rand v0.9.2
9282026-03-16T21:56:50.504Z Downloaded tokio-rustls v0.26.4
9292026-03-16T21:56:50.504Z Downloaded samael v0.0.19
9302026-03-16T21:56:50.511Z Downloaded usdt-attr-macro v0.6.0
9312026-03-16T21:56:50.514Z Downloaded hyper v1.8.1
9322026-03-16T21:56:50.519Z Downloaded xshell-macros v0.2.7
9332026-03-16T21:56:50.519Z Downloaded usdt-impl v0.6.0
9342026-03-16T21:56:50.519Z Downloaded test-strategy v0.4.5
9352026-03-16T21:56:50.526Z Downloaded zone v0.3.1
9362026-03-16T21:56:50.526Z Downloaded xattr v1.6.1
9372026-03-16T21:56:50.530Z Downloaded term v1.2.1
9382026-03-16T21:56:50.530Z Downloaded snafu v0.8.9
9392026-03-16T21:56:50.535Z Downloaded vergen-gitcl v1.0.8
9402026-03-16T21:56:50.535Z Downloaded toml_parser v1.0.9+spec-1.1.0
9412026-03-16T21:56:50.539Z Downloaded zone_cfg_derive v0.3.1
9422026-03-16T21:56:50.539Z Downloaded tokio-tungstenite v0.21.0
9432026-03-16T21:56:50.539Z Downloaded iri-string v0.7.10
9442026-03-16T21:56:50.546Z Downloaded zeroize_derive v1.4.3
9452026-03-16T21:56:50.550Z Downloaded twox-hash v2.1.2
9462026-03-16T21:56:50.550Z Downloaded h2 v0.4.13
9472026-03-16T21:56:50.554Z Downloaded uzers v0.12.2
9482026-03-16T21:56:50.554Z Downloaded hkdf v0.12.4
9492026-03-16T21:56:50.561Z Downloaded whoami v2.1.0
9502026-03-16T21:56:50.561Z Downloaded whoami v1.6.1
9512026-03-16T21:56:50.565Z Downloaded void v1.0.2
9522026-03-16T21:56:50.565Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9532026-03-16T21:56:50.565Z Downloaded socket2 v0.6.2
9542026-03-16T21:56:50.565Z Downloaded tokio-rustls v0.24.1
9552026-03-16T21:56:50.570Z Downloaded schemars v1.2.1
9562026-03-16T21:56:50.577Z Downloaded xz2 v0.1.7
9572026-03-16T21:56:50.579Z Downloaded tracing-attributes v0.1.31
9582026-03-16T21:56:50.586Z Downloaded vsss-rs v3.3.4
9592026-03-16T21:56:50.586Z Downloaded vergen-lib v0.1.6
9602026-03-16T21:56:50.590Z Downloaded toml v0.7.8
9612026-03-16T21:56:50.590Z Downloaded walkdir v2.5.0
9622026-03-16T21:56:50.590Z Downloaded subprocess v0.2.15
9632026-03-16T21:56:50.593Z Downloaded vergen-git2 v1.0.7
9642026-03-16T21:56:50.593Z Downloaded zstd v0.13.3
9652026-03-16T21:56:50.597Z Downloaded tokio-stream v0.1.18
9662026-03-16T21:56:50.600Z Downloaded unicode-properties v0.1.4
9672026-03-16T21:56:50.603Z Downloaded tungstenite v0.21.0
9682026-03-16T21:56:50.606Z Downloaded russh v0.45.0
9692026-03-16T21:56:50.610Z Downloaded unicode-bidi v0.3.18
9702026-03-16T21:56:50.613Z Downloaded typify v0.6.1
9712026-03-16T21:56:50.614Z Downloaded zeroize v1.8.2
9722026-03-16T21:56:50.616Z Downloaded libm v0.2.16
9732026-03-16T21:56:50.623Z Downloaded zstd-safe v7.2.4
9742026-03-16T21:56:50.626Z Downloaded yasna v0.5.2
9752026-03-16T21:56:50.630Z Downloaded vergen v9.0.6
9762026-03-16T21:56:50.630Z Downloaded ron v0.12.0
9772026-03-16T21:56:50.635Z Downloaded vte v0.14.1
9782026-03-16T21:56:50.639Z Downloaded toml v0.9.12+spec-1.1.0
9792026-03-16T21:56:50.642Z Downloaded blake3 v1.8.3
9802026-03-16T21:56:50.649Z Downloaded rustyline v14.0.0
9812026-03-16T21:56:50.655Z Downloaded steno v0.4.1
9822026-03-16T21:56:50.658Z Downloaded xshell v0.2.7
9832026-03-16T21:56:50.658Z Downloaded unsafe-libyaml v0.2.11
9842026-03-16T21:56:50.664Z Downloaded typify v0.4.3
9852026-03-16T21:56:50.668Z Downloaded wyz v0.5.1
9862026-03-16T21:56:50.668Z Downloaded itertools v0.14.0
9872026-03-16T21:56:50.673Z Downloaded rand v0.10.0
9882026-03-16T21:56:50.677Z Downloaded rpassword v7.4.0
9892026-03-16T21:56:50.678Z Downloaded tinyvec v1.10.0
9902026-03-16T21:56:50.678Z Downloaded zopfli v0.8.3
9912026-03-16T21:56:50.681Z Downloaded toml_edit v0.23.10+spec-1.0.0
9922026-03-16T21:56:50.684Z Downloaded tar v0.4.44
9932026-03-16T21:56:50.684Z Downloaded p521 v0.13.3
9942026-03-16T21:56:50.687Z Downloaded socket2 v0.5.10
9952026-03-16T21:56:50.690Z Downloaded itertools v0.13.0
9962026-03-16T21:56:50.694Z Downloaded chrono v0.4.44
9972026-03-16T21:56:50.700Z Downloaded schemars v0.9.0
9982026-03-16T21:56:50.710Z Downloaded tungstenite v0.23.0
9992026-03-16T21:56:50.713Z Downloaded reqwest v0.12.28
10002026-03-16T21:56:50.718Z Downloaded tracing-core v0.1.36
10012026-03-16T21:56:50.722Z Downloaded curve25519-dalek v4.1.3
10022026-03-16T21:56:50.726Z Downloaded zerocopy v0.6.6
10032026-03-16T21:56:50.730Z Downloaded tokio-postgres v0.7.16
10042026-03-16T21:56:50.733Z Downloaded git2 v0.20.4
10052026-03-16T21:56:50.742Z Downloaded p384 v0.13.1
10062026-03-16T21:56:50.745Z Downloaded bitvec v1.0.1
10072026-03-16T21:56:50.756Z Downloaded yansi v1.0.1
10082026-03-16T21:56:50.760Z Downloaded tower v0.5.3
10092026-03-16T21:56:50.765Z Downloaded quick-xml v0.37.5
10102026-03-16T21:56:50.771Z Downloaded zip v0.6.6
10112026-03-16T21:56:50.774Z Downloaded reqwest v0.13.2
10122026-03-16T21:56:50.778Z Downloaded uuid v1.21.0
10132026-03-16T21:56:50.781Z Downloaded lalrpop v0.19.12
10142026-03-16T21:56:50.790Z Downloaded bindgen v0.71.1
10152026-03-16T21:56:50.796Z Downloaded unicode-normalization v0.1.25
10162026-03-16T21:56:50.799Z Downloaded portable-atomic v1.13.1
10172026-03-16T21:56:50.805Z Downloaded unicode_categories v0.1.1
10182026-03-16T21:56:50.808Z Downloaded unicode-segmentation v1.12.0
10192026-03-16T21:56:50.811Z Downloaded rayon v1.11.0
10202026-03-16T21:56:50.816Z Downloaded zerocopy-derive v0.8.40
10212026-03-16T21:56:50.823Z Downloaded serde_with v3.17.0
10222026-03-16T21:56:50.833Z Downloaded rustls-webpki v0.101.7
10232026-03-16T21:56:50.845Z Downloaded x509-cert v0.2.5
10242026-03-16T21:56:50.849Z Downloaded tower-http v0.6.8
10252026-03-16T21:56:50.856Z Downloaded rustls-webpki v0.102.8
10262026-03-16T21:56:50.870Z Downloaded salty v0.3.0
10272026-03-16T21:56:50.875Z Downloaded typed-path v0.9.3
10282026-03-16T21:56:50.881Z Downloaded winnow v0.5.40
10292026-03-16T21:56:50.887Z Downloaded zip v4.6.1
10302026-03-16T21:56:50.891Z Downloaded nix v0.27.1
10312026-03-16T21:56:50.900Z Downloaded proptest v1.10.0
10322026-03-16T21:56:50.909Z Downloaded winnow v0.6.26
10332026-03-16T21:56:50.915Z Downloaded polar-core v0.27.3
10342026-03-16T21:56:50.922Z Downloaded tokio-util v0.7.18
10352026-03-16T21:56:50.928Z Downloaded tough v0.20.0
10362026-03-16T21:56:50.935Z Downloaded nix v0.28.0
10372026-03-16T21:56:50.944Z Downloaded object v0.30.4
10382026-03-16T21:56:50.951Z Downloaded zlib-rs v0.6.2
10392026-03-16T21:56:50.955Z Downloaded quinn-proto v0.11.13
10402026-03-16T21:56:50.961Z Downloaded diesel v2.2.12
10412026-03-16T21:56:50.976Z Downloaded smoltcp v0.9.1
10422026-03-16T21:56:50.984Z Downloaded radix_trie v0.2.1
10432026-03-16T21:56:50.988Z Downloaded bstr v1.12.1
10442026-03-16T21:56:50.995Z Downloaded webpki-roots v1.0.6
10452026-03-16T21:56:50.998Z Downloaded dropshot v0.16.7
10462026-03-16T21:56:51.016Z Downloaded openssl v0.10.75
10472026-03-16T21:56:51.023Z Downloaded tabled v0.20.0
10482026-03-16T21:56:51.037Z Downloaded zerocopy v0.8.40
10492026-03-16T21:56:51.044Z Downloaded time v0.3.47
10502026-03-16T21:56:51.054Z Downloaded regex-syntax v0.6.29
10512026-03-16T21:56:51.060Z Downloaded rustls v0.23.37
10522026-03-16T21:56:51.073Z Downloaded nix v0.29.0
10532026-03-16T21:56:51.079Z Downloaded nix v0.31.1
10542026-03-16T21:56:51.127Z Downloaded vcpkg v0.2.15
10552026-03-16T21:56:51.127Z Downloaded object v0.37.3
10562026-03-16T21:56:51.131Z Downloaded openapiv3 v2.2.0
10572026-03-16T21:56:51.137Z Downloaded hickory-proto v0.24.4
10582026-03-16T21:56:51.150Z Downloaded nix v0.30.1
10592026-03-16T21:56:51.160Z Downloaded smoltcp v0.11.0
10602026-03-16T21:56:51.168Z Downloaded rustls v0.22.4
10612026-03-16T21:56:51.179Z Downloaded hickory-proto v0.25.2
10622026-03-16T21:56:51.191Z Downloaded ratatui v0.29.0
10632026-03-16T21:56:51.206Z Downloaded typify-impl v0.6.1
10642026-03-16T21:56:51.218Z Downloaded tracing v0.1.44
10652026-03-16T21:56:51.235Z Downloaded typify-impl v0.4.3
10662026-03-16T21:56:51.246Z Downloaded rustix v0.38.44
10672026-03-16T21:56:51.263Z Downloaded regress v0.10.5
10682026-03-16T21:56:51.270Z Downloaded regex-syntax v0.8.10
10692026-03-16T21:56:51.277Z Downloaded zerocopy-derive v0.6.6
10702026-03-16T21:56:51.284Z Downloaded rustls v0.21.12
10712026-03-16T21:56:51.293Z Downloaded sqlparser v0.61.0
10722026-03-16T21:56:51.301Z Downloaded goblin v0.10.5
10732026-03-16T21:56:51.307Z Downloaded petname v2.0.2
10742026-03-16T21:56:51.311Z Downloaded toml_edit v0.19.15
10752026-03-16T21:56:51.324Z Downloaded sled v0.34.7
10762026-03-16T21:56:51.332Z Downloaded petgraph v0.8.3
10772026-03-16T21:56:51.349Z Downloaded bzip2-sys v0.1.13+1.0.8
10782026-03-16T21:56:51.358Z Downloaded moka v0.12.13
10792026-03-16T21:56:51.364Z Downloaded ssh-key v0.6.7
10802026-03-16T21:56:51.369Z Downloaded regex v1.12.3
10812026-03-16T21:56:51.377Z Downloaded reedline v0.40.0
10822026-03-16T21:56:51.381Z Downloaded sha3 v0.10.8
10832026-03-16T21:56:51.384Z Downloaded libz-sys v1.1.24
10842026-03-16T21:56:51.402Z Downloaded csv v1.4.0
10852026-03-16T21:56:51.416Z Downloaded aws-lc-rs v1.16.0
10862026-03-16T21:56:51.424Z Downloaded regex-automata v0.4.14
10872026-03-16T21:56:51.435Z Downloaded itertools v0.12.1
10882026-03-16T21:56:51.442Z Downloaded tiny-keccak v2.0.2
10892026-03-16T21:56:51.447Z Downloaded time-macros v0.2.27
10902026-03-16T21:56:51.447Z Downloaded rand v0.8.5
10912026-03-16T21:56:51.450Z Downloaded petgraph v0.6.5
10922026-03-16T21:56:51.461Z Downloaded jiff v0.2.21
10932026-03-16T21:56:51.477Z Downloaded lzma-sys v0.1.20
10942026-03-16T21:56:51.497Z Downloaded chrono-tz v0.10.4
10952026-03-16T21:56:51.511Z Downloaded serde_yaml v0.9.34+deprecated
10962026-03-16T21:56:51.514Z Downloaded hashbrown v0.15.5
10972026-03-16T21:56:51.518Z Downloaded rayon-core v1.13.0
10982026-03-16T21:56:51.521Z Downloaded strum v0.27.2
10992026-03-16T21:56:51.524Z Downloaded slog-stdlog v4.1.1
11002026-03-16T21:56:51.525Z Downloaded slog-scope v4.4.1
11012026-03-16T21:56:51.525Z Downloaded progenitor-impl v0.10.0
11022026-03-16T21:56:51.528Z Downloaded num-bigint v0.4.6
11032026-03-16T21:56:51.531Z Downloaded supports-color v3.0.2
11042026-03-16T21:56:51.531Z Downloaded pretty_assertions v1.4.1
11052026-03-16T21:56:51.534Z Downloaded slog-dtrace v0.3.0
11062026-03-16T21:56:51.534Z Downloaded crossterm v0.28.1
11072026-03-16T21:56:51.539Z Downloaded rustls-pki-types v1.14.0
11082026-03-16T21:56:51.542Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11092026-03-16T21:56:51.554Z Downloaded tokio v1.49.0
11102026-03-16T21:56:51.584Z Downloaded strip-ansi-escapes v0.2.1
11112026-03-16T21:56:51.587Z Downloaded signal-hook-registry v1.4.8
11122026-03-16T21:56:51.587Z Downloaded shlex v1.3.0
11132026-03-16T21:56:51.587Z Downloaded encoding_rs v0.8.35
11142026-03-16T21:56:51.604Z Downloaded rustls-pemfile v1.0.4
11152026-03-16T21:56:51.609Z Downloaded rustc_version v0.4.1
11162026-03-16T21:56:51.609Z Downloaded quinn-udp v0.5.14
11172026-03-16T21:56:51.612Z Downloaded hickory-resolver v0.24.4
11182026-03-16T21:56:51.612Z Downloaded scheduled-thread-pool v0.2.7
11192026-03-16T21:56:51.612Z Downloaded salsa20 v0.10.2
11202026-03-16T21:56:51.612Z Downloaded rand_core v0.6.4
11212026-03-16T21:56:51.615Z Downloaded rand_chacha v0.9.0
11222026-03-16T21:56:51.615Z Downloaded pkcs1 v0.7.5
11232026-03-16T21:56:51.619Z Downloaded ring v0.17.14
11242026-03-16T21:56:51.648Z Downloaded p256 v0.13.2
11252026-03-16T21:56:51.651Z Downloaded progenitor-extras v0.1.1
11262026-03-16T21:56:51.651Z Downloaded progenitor v0.10.0
11272026-03-16T21:56:51.654Z Downloaded proc-macro-error2 v2.0.1
11282026-03-16T21:56:51.654Z Downloaded paste v1.0.15
11292026-03-16T21:56:51.657Z Downloaded parking_lot v0.12.5
11302026-03-16T21:56:51.661Z Downloaded parking_lot v0.11.2
11312026-03-16T21:56:51.661Z Downloaded indicatif v0.18.4
11322026-03-16T21:56:51.663Z Downloaded progenitor v0.11.2
11332026-03-16T21:56:51.663Z Downloaded parking_lot_core v0.9.12
11342026-03-16T21:56:51.667Z Downloaded dropshot-api-manager v0.5.2
11352026-03-16T21:56:51.670Z Downloaded ed25519-dalek v2.2.0
11362026-03-16T21:56:51.670Z Downloaded radium v0.7.0
11372026-03-16T21:56:51.672Z Downloaded predicates v3.1.4
11382026-03-16T21:56:51.672Z Downloaded postgres-protocol v0.6.10
11392026-03-16T21:56:51.675Z Downloaded phf v0.12.1
11402026-03-16T21:56:51.675Z Downloaded peg-macros v0.8.5
11412026-03-16T21:56:51.678Z Downloaded peg v0.8.5
11422026-03-16T21:56:51.678Z Downloaded heapless v0.8.0
11432026-03-16T21:56:51.681Z Downloaded flate2 v1.1.9
11442026-03-16T21:56:51.684Z Downloaded derive_more v2.1.1
11452026-03-16T21:56:51.693Z Downloaded packed_struct v0.10.1
11462026-03-16T21:56:51.696Z Downloaded parking_lot_core v0.8.6
11472026-03-16T21:56:51.696Z Downloaded packed_struct_codegen v0.10.1
11482026-03-16T21:56:51.699Z Downloaded oxide-tokio-rt v0.1.2
11492026-03-16T21:56:51.699Z Downloaded memmap2 v0.9.10
11502026-03-16T21:56:51.700Z Downloaded indexmap v1.9.3
11512026-03-16T21:56:51.703Z Downloaded ignore v0.4.25
11522026-03-16T21:56:51.706Z Downloaded headers v0.4.1
11532026-03-16T21:56:51.709Z Downloaded aes-gcm v0.10.3
11542026-03-16T21:56:51.711Z Downloaded password-hash v0.4.2
11552026-03-16T21:56:51.711Z Downloaded predicates-core v1.0.10
11562026-03-16T21:56:51.714Z Downloaded cc v1.2.56
11572026-03-16T21:56:51.714Z Downloaded num_enum v0.5.11
11582026-03-16T21:56:51.717Z Downloaded lock_api v0.4.14
11592026-03-16T21:56:51.721Z Downloaded bumpalo v3.20.2
11602026-03-16T21:56:51.724Z Downloaded base64 v0.21.7
11612026-03-16T21:56:51.724Z Downloaded num_enum_derive v0.7.5
11622026-03-16T21:56:51.727Z Downloaded num-rational v0.4.2
11632026-03-16T21:56:51.727Z Downloaded num-complex v0.4.6
11642026-03-16T21:56:51.727Z Downloaded nu-ansi-term v0.50.3
11652026-03-16T21:56:51.730Z Downloaded darling_core v0.23.0
11662026-03-16T21:56:51.734Z Downloaded flume v0.11.1
11672026-03-16T21:56:51.737Z Downloaded multer v3.1.0
11682026-03-16T21:56:51.737Z Downloaded half v2.7.1
11692026-03-16T21:56:51.740Z Downloaded aes v0.8.4
11702026-03-16T21:56:51.742Z Downloaded libsw v3.5.0
11712026-03-16T21:56:51.742Z Downloaded const_format v0.2.35
11722026-03-16T21:56:51.745Z Downloaded compact_str v0.8.1
11732026-03-16T21:56:51.749Z Downloaded libgit2-sys v0.18.3+1.9.2
11742026-03-16T21:56:51.789Z Downloaded bytes v1.11.1
11752026-03-16T21:56:51.792Z Downloaded jobserver v0.1.34
11762026-03-16T21:56:51.795Z Downloaded elliptic-curve v0.13.8
11772026-03-16T21:56:51.798Z Downloaded num_threads v0.1.7
11782026-03-16T21:56:51.798Z Downloaded num-derive v0.4.2
11792026-03-16T21:56:51.801Z Downloaded httparse v1.10.1
11802026-03-16T21:56:51.801Z Downloaded hmac v0.12.1
11812026-03-16T21:56:51.804Z Downloaded num-conv v0.2.0
11822026-03-16T21:56:51.804Z Downloaded num v0.4.3
11832026-03-16T21:56:51.804Z Downloaded newtype_derive v0.1.6
11842026-03-16T21:56:51.804Z Downloaded libefi-sys v0.1.0
11852026-03-16T21:56:51.807Z Downloaded hyper-rustls v0.27.7
11862026-03-16T21:56:51.807Z Downloaded newline-converter v0.3.0
11872026-03-16T21:56:51.807Z Downloaded new_debug_unreachable v1.0.6
11882026-03-16T21:56:51.810Z Downloaded ipnetwork v0.21.1
11892026-03-16T21:56:51.810Z Downloaded dropshot_endpoint v0.16.7
11902026-03-16T21:56:51.813Z Downloaded derive_more v0.99.20
11912026-03-16T21:56:51.816Z Downloaded impl-trait-for-tuples v0.2.3
11922026-03-16T21:56:51.816Z Downloaded memoffset v0.9.1
11932026-03-16T21:56:51.819Z Downloaded indoc v2.0.7
11942026-03-16T21:56:51.819Z Downloaded half v1.8.3
11952026-03-16T21:56:51.821Z Downloaded globset v0.4.18
11962026-03-16T21:56:51.821Z Downloaded lzss v0.8.2
11972026-03-16T21:56:51.824Z Downloaded lru v0.12.5
11982026-03-16T21:56:51.824Z Downloaded colored v2.2.0
11992026-03-16T21:56:51.828Z Downloaded lru-cache v0.1.2
12002026-03-16T21:56:51.828Z Downloaded linked-hash-map v0.5.6
12012026-03-16T21:56:51.828Z Downloaded allocator-api2 v0.2.21
12022026-03-16T21:56:51.833Z Downloaded filetime v0.2.27
12032026-03-16T21:56:51.833Z Downloaded futures v0.3.32
12042026-03-16T21:56:51.836Z Downloaded humantime v2.3.0
12052026-03-16T21:56:51.836Z Downloaded http-body-util v0.1.3
12062026-03-16T21:56:51.836Z Downloaded highway v1.3.0
12072026-03-16T21:56:51.838Z Downloaded kstat-rs v0.2.4
12082026-03-16T21:56:51.839Z Downloaded keccak v0.1.6
12092026-03-16T21:56:51.839Z Downloaded is_ci v1.2.0
12102026-03-16T21:56:51.843Z Downloaded is-terminal v0.4.17
12112026-03-16T21:56:51.843Z Downloaded instability v0.3.11
12122026-03-16T21:56:51.843Z Downloaded inout v0.1.4
12132026-03-16T21:56:51.843Z Downloaded getrandom v0.2.17
12142026-03-16T21:56:51.846Z Downloaded ecdsa v0.16.9
12152026-03-16T21:56:51.846Z Downloaded instant v0.1.13
12162026-03-16T21:56:51.846Z Downloaded indoc v1.0.9
12172026-03-16T21:56:51.849Z Downloaded ident_case v1.0.1
12182026-03-16T21:56:51.849Z Downloaded diff v0.1.13
12192026-03-16T21:56:51.852Z Downloaded der_derive v0.7.3
12202026-03-16T21:56:51.852Z Downloaded colored v3.1.1
12212026-03-16T21:56:51.855Z Downloaded cargo_toml v0.22.3
12222026-03-16T21:56:51.855Z Downloaded cargo_metadata v0.19.2
12232026-03-16T21:56:51.858Z Downloaded bzip2 v0.6.1
12242026-03-16T21:56:51.858Z Downloaded bzip2 v0.4.4
12252026-03-16T21:56:51.858Z Downloaded cassowary v0.3.0
12262026-03-16T21:56:51.861Z Downloaded blake2 v0.10.6
12272026-03-16T21:56:51.861Z Downloaded crc32fast v1.5.0
12282026-03-16T21:56:51.864Z Downloaded cookie_store v0.22.1
12292026-03-16T21:56:51.864Z Downloaded ciborium v0.2.2
12302026-03-16T21:56:51.867Z Downloaded cookie v0.18.1
12312026-03-16T21:56:51.870Z Downloaded hubpack v0.1.2
12322026-03-16T21:56:51.870Z Downloaded cancel-safe-futures v0.1.5
12332026-03-16T21:56:51.870Z Downloaded futures-channel v0.3.32
12342026-03-16T21:56:51.873Z Downloaded console v0.16.2
12352026-03-16T21:56:51.873Z Downloaded fxhash v0.2.1
12362026-03-16T21:56:51.873Z Downloaded ena v0.14.4
12372026-03-16T21:56:51.876Z Downloaded http-body v1.0.1
12382026-03-16T21:56:51.876Z Downloaded home v0.5.12
12392026-03-16T21:56:51.876Z Downloaded futures-executor v0.3.32
12402026-03-16T21:56:51.879Z Downloaded headers-core v0.3.0
12412026-03-16T21:56:51.879Z Downloaded futures-sink v0.3.32
12422026-03-16T21:56:51.879Z Downloaded find-msvc-tools v0.1.9
12432026-03-16T21:56:51.879Z Downloaded clang-sys v1.8.1
12442026-03-16T21:56:51.882Z Downloaded hex-literal v0.4.1
12452026-03-16T21:56:51.882Z Downloaded hex v0.4.3
12462026-03-16T21:56:51.882Z Downloaded fallible-iterator v0.2.0
12472026-03-16T21:56:51.885Z Downloaded diesel-dtrace v0.4.2
12482026-03-16T21:56:51.885Z Downloaded bit-vec v0.8.0
12492026-03-16T21:56:51.885Z Downloaded const_format_proc_macros v0.2.34
12502026-03-16T21:56:51.888Z Downloaded cmake v0.1.57
12512026-03-16T21:56:51.888Z Downloaded base64ct v1.8.3
12522026-03-16T21:56:51.893Z Downloaded deranged v0.5.8
12532026-03-16T21:56:51.894Z Downloaded darling_core v0.21.3
12542026-03-16T21:56:51.897Z Downloaded convert_case v0.10.0
12552026-03-16T21:56:51.897Z Downloaded chacha20 v0.9.1
12562026-03-16T21:56:51.897Z Downloaded bit-vec v0.6.3
12572026-03-16T21:56:51.901Z Downloaded ed25519 v2.2.3
12582026-03-16T21:56:51.901Z Downloaded drift v0.1.3
12592026-03-16T21:56:51.904Z Downloaded diesel_table_macro_syntax v0.2.0
12602026-03-16T21:56:51.904Z Downloaded defmt v1.0.1
12612026-03-16T21:56:51.908Z Downloaded backoff v0.4.0
12622026-03-16T21:56:51.908Z Downloaded futures-task v0.3.32
12632026-03-16T21:56:51.908Z Downloaded fs_extra v1.3.0
12642026-03-16T21:56:51.911Z Downloaded foreign-types-shared v0.3.1
12652026-03-16T21:56:51.911Z Downloaded fixedbitset v0.5.7
12662026-03-16T21:56:51.911Z Downloaded env_filter v1.0.0
12672026-03-16T21:56:51.914Z Downloaded either v1.15.0
12682026-03-16T21:56:51.914Z Downloaded dyn-clone v1.0.20
12692026-03-16T21:56:51.914Z Downloaded dof v0.4.0
12702026-03-16T21:56:51.914Z Downloaded des v0.8.1
12712026-03-16T21:56:51.918Z Downloaded defmt-parser v1.0.0
12722026-03-16T21:56:51.918Z Downloaded darling_macro v0.21.3
12732026-03-16T21:56:51.918Z Downloaded crucible-workspace-hack v0.1.0
12742026-03-16T21:56:51.918Z Downloaded camino-tempfile-ext v0.3.3
12752026-03-16T21:56:51.920Z Downloaded foreign-types-macros v0.2.3
12762026-03-16T21:56:51.920Z Downloaded dsl_auto_type v0.1.3
12772026-03-16T21:56:51.921Z Downloaded futures-io v0.3.32
12782026-03-16T21:56:51.921Z Downloaded foreign-types-shared v0.1.1
12792026-03-16T21:56:51.921Z Downloaded foreign-types v0.5.0
12802026-03-16T21:56:51.923Z Downloaded fd-lock v4.0.4
12812026-03-16T21:56:51.923Z Downloaded dtrace-parser v0.3.0
12822026-03-16T21:56:51.923Z Downloaded futures-core v0.3.32
12832026-03-16T21:56:51.926Z Downloaded derive_builder_macro v0.20.2
12842026-03-16T21:56:51.926Z Downloaded backon v1.6.0
12852026-03-16T21:56:51.929Z Downloaded async-trait v0.1.89
12862026-03-16T21:56:51.929Z Downloaded ar_archive_writer v0.5.1
12872026-03-16T21:56:51.932Z Downloaded display-error-chain v0.2.2
12882026-03-16T21:56:51.935Z Downloaded cexpr v0.6.0
12892026-03-16T21:56:51.935Z Downloaded cbc v0.1.2
12902026-03-16T21:56:51.935Z Downloaded blowfish v0.9.1
12912026-03-16T21:56:51.938Z Downloaded constant_time_eq v0.4.2
12922026-03-16T21:56:51.938Z Downloaded ciborium-ll v0.2.2
12932026-03-16T21:56:51.938Z Downloaded bit-set v0.5.3
12942026-03-16T21:56:51.941Z Downloaded atomicwrites v0.4.4
12952026-03-16T21:56:51.941Z Downloaded difflib v0.4.0
12962026-03-16T21:56:51.941Z Downloaded darling_macro v0.23.0
12972026-03-16T21:56:51.941Z Downloaded cpufeatures v0.3.0
12982026-03-16T21:56:51.941Z Downloaded bit-set v0.8.0
12992026-03-16T21:56:51.944Z Downloaded dropshot-api-manager-types v0.5.2
13002026-03-16T21:56:51.944Z Downloaded defmt v0.3.100
13012026-03-16T21:56:51.944Z Downloaded crc-catalog v2.4.0
13022026-03-16T21:56:51.947Z Downloaded float-ord v0.3.2
13032026-03-16T21:56:51.947Z Downloaded ff v0.13.1
13042026-03-16T21:56:51.947Z Downloaded defmt-macros v1.0.1
13052026-03-16T21:56:51.950Z Downloaded crc v3.4.0
13062026-03-16T21:56:51.950Z Downloaded cobs v0.3.0
13072026-03-16T21:56:51.954Z Downloaded cfg_aliases v0.2.1
13082026-03-16T21:56:51.954Z Downloaded bitfield-struct v0.6.2
13092026-03-16T21:56:51.954Z Downloaded dirs-next v2.0.0
13102026-03-16T21:56:51.954Z Downloaded darling_macro v0.20.11
13112026-03-16T21:56:51.954Z Downloaded crunchy v0.2.4
13122026-03-16T21:56:51.957Z Downloaded convert_case v0.4.0
13132026-03-16T21:56:51.957Z Downloaded cfg_aliases v0.1.1
13142026-03-16T21:56:51.957Z Downloaded bitfield-macros v0.19.4
13152026-03-16T21:56:51.957Z Downloaded async-stream-impl v0.3.6
13162026-03-16T21:56:51.957Z Downloaded fixedbitset v0.4.2
13172026-03-16T21:56:51.961Z Downloaded crossbeam-epoch v0.9.18
13182026-03-16T21:56:51.961Z Downloaded atomic-waker v1.1.2
13192026-03-16T21:56:51.961Z Downloaded arc-swap v1.8.2
13202026-03-16T21:56:51.964Z Downloaded csv-core v0.1.13
13212026-03-16T21:56:51.964Z Downloaded crossbeam-utils v0.8.21
13222026-03-16T21:56:51.967Z Downloaded crc8 v0.1.1
13232026-03-16T21:56:51.967Z Downloaded castaway v0.2.4
13242026-03-16T21:56:51.967Z Downloaded daft v0.1.5
13252026-03-16T21:56:51.970Z Downloaded ctr v0.9.2
13262026-03-16T21:56:51.970Z Downloaded base16ct v0.2.0
13272026-03-16T21:56:51.971Z Downloaded bitflags v1.3.2
13282026-03-16T21:56:51.976Z Downloaded bcrypt-pbkdf v0.10.0
13292026-03-16T21:56:51.976Z Downloaded darling v0.20.11
13302026-03-16T21:56:51.979Z Downloaded curve25519-dalek-derive v0.1.1
13312026-03-16T21:56:51.979Z Downloaded cstr-argument v0.1.2
13322026-03-16T21:56:51.979Z Downloaded base16ct v1.0.0
13332026-03-16T21:56:51.979Z Downloaded adler2 v2.0.1
13342026-03-16T21:56:51.982Z Downloaded ahash v0.8.12
13352026-03-16T21:56:51.982Z Downloaded arrayref v0.3.9
13362026-03-16T21:56:51.982Z Downloaded array-init v0.0.4
13372026-03-16T21:56:51.985Z Downloaded argon2 v0.5.3
13382026-03-16T21:56:51.988Z Downloaded async-bb8-diesel v0.2.1
13392026-03-16T21:56:51.988Z Downloaded aead v0.5.2
13402026-03-16T21:56:52.288Z Downloaded aws-lc-sys v0.37.1
13412026-03-16T21:56:52.586Z Compiling libc v0.2.180
13422026-03-16T21:56:52.589Z Compiling serde v1.0.228
13432026-03-16T21:56:52.590Z Compiling log v0.4.29
13442026-03-16T21:56:52.590Z Compiling shlex v1.3.0
13452026-03-16T21:56:52.753Z Compiling find-msvc-tools v0.1.9
13462026-03-16T21:56:52.766Z Compiling smallvec v1.15.1
13472026-03-16T21:56:52.780Z Compiling syn v2.0.117
13482026-03-16T21:56:52.783Z Compiling typenum v1.19.0
13492026-03-16T21:56:53.014Z Compiling generic-array v0.14.7
13502026-03-16T21:56:53.032Z Compiling subtle v2.6.1
13512026-03-16T21:56:53.093Z Compiling scopeguard v1.2.0
13522026-03-16T21:56:53.145Z Compiling portable-atomic v1.13.1
13532026-03-16T21:56:53.222Z Compiling lock_api v0.4.14
13542026-03-16T21:56:53.240Z Compiling const-oid v0.9.6
13552026-03-16T21:56:53.307Z Compiling critical-section v1.2.0
13562026-03-16T21:56:53.359Z Compiling zerocopy v0.8.40
13572026-03-16T21:56:53.439Z Compiling pin-project-lite v0.2.17
13582026-03-16T21:56:53.523Z Compiling serde_json v1.0.149
13592026-03-16T21:56:53.560Z Compiling parking_lot_core v0.9.12
13602026-03-16T21:56:53.922Z Compiling pkg-config v0.3.32
13612026-03-16T21:56:53.959Z Compiling libm v0.2.16
13622026-03-16T21:56:54.100Z Compiling getrandom v0.2.17
13632026-03-16T21:56:54.103Z Compiling jobserver v0.1.34
13642026-03-16T21:56:54.355Z Compiling rand_core v0.6.4
13652026-03-16T21:56:54.377Z Compiling errno v0.3.14
13662026-03-16T21:56:54.395Z Compiling cc v1.2.56
13672026-03-16T21:56:54.567Z Compiling once_cell v1.21.3
13682026-03-16T21:56:54.585Z Compiling signal-hook-registry v1.4.8
13692026-03-16T21:56:54.690Z Compiling mio v1.1.1
13702026-03-16T21:56:54.751Z Compiling num-traits v0.2.19
13712026-03-16T21:56:54.841Z Compiling bitflags v2.11.0
13722026-03-16T21:56:54.944Z Compiling parking_lot v0.12.5
13732026-03-16T21:56:54.988Z Compiling futures-core v0.3.32
13742026-03-16T21:56:55.200Z Compiling socket2 v0.6.2
13752026-03-16T21:56:55.220Z Compiling percent-encoding v2.3.2
13762026-03-16T21:56:55.373Z Compiling allocator-api2 v0.2.21
13772026-03-16T21:56:55.510Z Compiling futures-sink v0.3.32
13782026-03-16T21:56:55.517Z Compiling foldhash v0.2.0
13792026-03-16T21:56:55.517Z Compiling cpufeatures v0.2.17
13802026-03-16T21:56:55.578Z Compiling futures-channel v0.3.32
13812026-03-16T21:56:55.596Z Compiling futures-io v0.3.32
13822026-03-16T21:56:55.742Z Compiling slab v0.4.12
13832026-03-16T21:56:55.763Z Compiling getrandom v0.4.1
13842026-03-16T21:56:55.789Z Compiling hashbrown v0.16.1
13852026-03-16T21:56:55.820Z Compiling futures-task v0.3.32
13862026-03-16T21:56:55.876Z Compiling rustversion v1.0.22
13872026-03-16T21:56:55.977Z Compiling getrandom v0.3.4
13882026-03-16T21:56:56.044Z Compiling rand_core v0.10.0
13892026-03-16T21:56:56.544Z Compiling indexmap v2.13.0
13902026-03-16T21:56:56.577Z Compiling form_urlencoded v1.2.2
13912026-03-16T21:56:56.581Z Compiling cmake v0.1.57
13922026-03-16T21:56:56.764Z Compiling fs_extra v1.3.0
13932026-03-16T21:56:56.798Z Compiling base64ct v1.8.3
13942026-03-16T21:56:57.125Z Compiling synstructure v0.13.2
13952026-03-16T21:56:57.152Z Compiling dunce v1.0.5
13962026-03-16T21:56:57.177Z Compiling ident_case v1.0.1
13972026-03-16T21:56:57.215Z Compiling pem-rfc7468 v0.7.0
13982026-03-16T21:56:57.234Z Compiling flagset v0.4.7
13992026-03-16T21:56:57.252Z Compiling rand_core v0.9.5
14002026-03-16T21:56:57.268Z Compiling aws-lc-sys v0.37.1
14012026-03-16T21:56:57.328Z Compiling iana-time-zone v0.1.65
14022026-03-16T21:56:57.402Z Compiling rustix v1.1.3
14032026-03-16T21:56:57.457Z Compiling ring v0.17.14
14042026-03-16T21:56:57.584Z Compiling uuid v1.21.0
14052026-03-16T21:56:57.619Z Compiling rustc_version v0.4.1
14062026-03-16T21:56:57.622Z Compiling aws-lc-rs v1.16.0
14072026-03-16T21:56:57.954Z Compiling vcpkg v0.2.15
14082026-03-16T21:56:58.026Z Compiling regex-syntax v0.8.10
14092026-03-16T21:56:58.045Z Compiling tracing-core v0.1.36
14102026-03-16T21:56:58.490Z Compiling crossbeam-utils v0.8.21
14112026-03-16T21:56:58.793Z Compiling pest_generator v2.8.6
14122026-03-16T21:56:58.893Z Compiling serde_derive_internals v0.29.1
14132026-03-16T21:56:58.951Z Compiling openssl-sys v0.9.111
14142026-03-16T21:56:59.527Z Compiling serde_derive v1.0.228
14152026-03-16T21:56:59.643Z Compiling zeroize_derive v1.4.3
14162026-03-16T21:56:59.716Z Compiling zerofrom-derive v0.1.6
14172026-03-16T21:56:59.777Z Compiling yoke-derive v0.8.1
14182026-03-16T21:57:00.117Z Compiling zerocopy-derive v0.8.40
14192026-03-16T21:57:00.510Z Compiling zeroize v1.8.2
14202026-03-16T21:57:01.259Z Compiling zerovec-derive v0.11.2
14212026-03-16T21:57:01.362Z Compiling displaydoc v0.2.5
14222026-03-16T21:57:01.554Z Compiling crypto-common v0.1.7
14232026-03-16T21:57:01.636Z Compiling zerofrom v0.1.6
14242026-03-16T21:57:01.729Z Compiling block-buffer v0.10.4
14252026-03-16T21:57:01.791Z Compiling yoke v0.8.1
14262026-03-16T21:57:01.932Z Compiling digest v0.10.7
14272026-03-16T21:57:02.037Z Compiling tokio-macros v2.6.0
14282026-03-16T21:57:02.290Z Compiling hmac v0.12.1
14292026-03-16T21:57:02.351Z Compiling futures-macro v0.3.32
14302026-03-16T21:57:02.372Z Compiling zerotrie v0.2.3
14312026-03-16T21:57:02.489Z Compiling block-padding v0.3.3
14322026-03-16T21:57:02.693Z Compiling inout v0.1.4
14332026-03-16T21:57:02.766Z Compiling sha2 v0.10.9
14342026-03-16T21:57:02.823Z Compiling zerovec v0.11.5
14352026-03-16T21:57:02.914Z Compiling cipher v0.4.4
14362026-03-16T21:57:03.087Z Compiling der_derive v0.7.3
14372026-03-16T21:57:03.270Z Compiling salsa20 v0.10.2
14382026-03-16T21:57:03.445Z Compiling tinystr v0.8.2
14392026-03-16T21:57:03.448Z Compiling potential_utf v0.1.4
14402026-03-16T21:57:03.483Z Compiling futures-util v0.3.32
14412026-03-16T21:57:03.663Z Compiling icu_locale_core v2.1.1
14422026-03-16T21:57:03.706Z Compiling icu_collections v2.1.1
14432026-03-16T21:57:04.271Z Compiling bytes v1.11.1
14442026-03-16T21:57:04.339Z Compiling chrono v0.4.44
14452026-03-16T21:57:04.369Z Compiling der v0.7.10
14462026-03-16T21:57:04.563Z Compiling icu_provider v2.1.1
14472026-03-16T21:57:04.870Z Compiling icu_properties v2.1.2
14482026-03-16T21:57:04.933Z Compiling tokio v1.49.0
14492026-03-16T21:57:05.094Z Compiling icu_normalizer v2.1.1
14502026-03-16T21:57:05.800Z Compiling spki v0.7.3
14512026-03-16T21:57:06.009Z Compiling http v1.4.0
14522026-03-16T21:57:06.050Z Compiling idna_adapter v1.2.1
14532026-03-16T21:57:06.186Z Compiling idna v1.1.0
14542026-03-16T21:57:06.217Z Compiling pbkdf2 v0.12.2
14552026-03-16T21:57:06.356Z Compiling thiserror-impl v2.0.18
14562026-03-16T21:57:06.373Z Compiling scrypt v0.11.0
14572026-03-16T21:57:06.520Z Compiling ppv-lite86 v0.2.21
14582026-03-16T21:57:06.654Z Compiling url v2.5.8
14592026-03-16T21:57:06.691Z Compiling aes v0.8.4
14602026-03-16T21:57:06.961Z Compiling rand_chacha v0.9.0
14612026-03-16T21:57:07.040Z Compiling cbc v0.1.2
14622026-03-16T21:57:07.234Z Compiling rustls-pki-types v1.14.0
14632026-03-16T21:57:07.255Z Compiling tracing-attributes v0.1.31
14642026-03-16T21:57:07.762Z Compiling pkcs5 v0.7.1
14652026-03-16T21:57:07.840Z Compiling rand v0.9.2
14662026-03-16T21:57:07.894Z Compiling http-body v1.0.1
14672026-03-16T21:57:08.137Z Compiling untrusted v0.7.1
14682026-03-16T21:57:08.156Z Compiling untrusted v0.9.0
14692026-03-16T21:57:08.202Z Compiling thiserror v2.0.18
14702026-03-16T21:57:08.288Z Compiling base64 v0.22.1
14712026-03-16T21:57:08.306Z Compiling httparse v1.10.1
14722026-03-16T21:57:08.325Z Compiling schemars v0.8.22
14732026-03-16T21:57:08.396Z Compiling syn v1.0.109
14742026-03-16T21:57:08.587Z Compiling openssl-probe v0.2.1
14752026-03-16T21:57:08.812Z Compiling pkcs8 v0.10.2
14762026-03-16T21:57:08.812Z Compiling schemars_derive v0.8.22
14772026-03-16T21:57:08.852Z Compiling pest_derive v2.8.6
14782026-03-16T21:57:08.875Z Compiling scroll_derive v0.13.1
14792026-03-16T21:57:09.052Z Compiling tracing v0.1.44
14802026-03-16T21:57:09.390Z Compiling darling_core v0.20.11
14812026-03-16T21:57:09.409Z Compiling tinyvec_macros v0.1.1
14822026-03-16T21:57:09.492Z Compiling tower-layer v0.3.3
14832026-03-16T21:57:09.695Z Compiling tower-service v0.3.3
14842026-03-16T21:57:09.815Z Compiling dyn-clone v1.0.20
14852026-03-16T21:57:09.840Z Compiling atomic-waker v1.1.2
14862026-03-16T21:57:09.951Z Compiling tokio-util v0.7.18
14872026-03-16T21:57:09.988Z Compiling try-lock v0.2.5
14882026-03-16T21:57:09.992Z Compiling rustls v0.23.37
14892026-03-16T21:57:10.118Z Compiling want v0.3.1
14902026-03-16T21:57:10.233Z Compiling scroll v0.13.0
14912026-03-16T21:57:10.320Z Compiling tinyvec v1.10.0
14922026-03-16T21:57:11.142Z Compiling h2 v0.4.13
14932026-03-16T21:57:11.171Z Compiling ipnet v2.11.0
14942026-03-16T21:57:11.327Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-16T21:57:11.850Z Compiling spin v0.9.8
14962026-03-16T21:57:11.864Z Compiling aho-corasick v1.1.4
14972026-03-16T21:57:12.156Z Compiling powerfmt v0.2.0
14982026-03-16T21:57:12.296Z Compiling foreign-types-shared v0.1.1
14992026-03-16T21:57:12.405Z Compiling openssl v0.10.75
15002026-03-16T21:57:12.423Z Compiling num-conv v0.2.0
15012026-03-16T21:57:12.605Z Compiling time-core v0.1.8
15022026-03-16T21:57:12.643Z Compiling darling_macro v0.20.11
15032026-03-16T21:57:12.709Z Compiling crc32fast v1.5.0
15042026-03-16T21:57:12.727Z Compiling pin-utils v0.1.0
15052026-03-16T21:57:12.796Z Compiling httpdate v1.0.3
15062026-03-16T21:57:12.818Z Compiling time-macros v0.2.27
15072026-03-16T21:57:13.088Z Compiling regex-automata v0.4.14
15082026-03-16T21:57:13.130Z Compiling tempfile v3.25.0
15092026-03-16T21:57:13.263Z Compiling darling v0.20.11
15102026-03-16T21:57:13.382Z Compiling foreign-types v0.3.2
15112026-03-16T21:57:13.474Z Compiling deranged v0.5.8
15122026-03-16T21:57:14.265Z Compiling goblin v0.10.5
15132026-03-16T21:57:14.872Z Compiling thiserror-impl v1.0.69
15142026-03-16T21:57:15.082Z Compiling hyper v1.8.1
15152026-03-16T21:57:16.153Z Compiling openssl-macros v0.1.1
15162026-03-16T21:57:16.447Z Compiling wait-timeout v0.2.1
15172026-03-16T21:57:16.548Z Compiling num_threads v0.1.7
15182026-03-16T21:57:16.658Z Compiling quick-error v1.2.3
15192026-03-16T21:57:16.676Z Compiling siphasher v1.0.2
15202026-03-16T21:57:16.775Z Compiling usdt-impl v0.6.0
15212026-03-16T21:57:16.792Z Compiling simd-adler32 v0.3.8
15222026-03-16T21:57:16.917Z Compiling bit-vec v0.8.0
15232026-03-16T21:57:17.059Z Compiling native-tls v0.2.18
15242026-03-16T21:57:17.140Z Compiling either v1.15.0
15252026-03-16T21:57:17.193Z Compiling rusty-fork v0.3.1
15262026-03-16T21:57:17.267Z Compiling bit-set v0.8.0
15272026-03-16T21:57:17.409Z Compiling time v0.3.47
15282026-03-16T21:57:17.474Z Compiling thiserror v1.0.69
15292026-03-16T21:57:17.600Z Compiling hyper-util v0.1.20
15302026-03-16T21:57:17.620Z Compiling derive_builder_core v0.20.2
15312026-03-16T21:57:18.785Z Compiling dof v0.4.0
15322026-03-16T21:57:19.028Z Compiling unicode-normalization v0.1.25
15332026-03-16T21:57:19.581Z Compiling crossbeam-epoch v0.9.18
15342026-03-16T21:57:19.628Z Compiling dtrace-parser v0.3.0
15352026-03-16T21:57:19.858Z Compiling rustls-native-certs v0.8.3
15362026-03-16T21:57:19.994Z Compiling signature v2.2.0
15372026-03-16T21:57:20.216Z Compiling scroll_derive v0.12.1
15382026-03-16T21:57:20.242Z Compiling heapless v0.7.17
15392026-03-16T21:57:20.398Z Compiling rand_xorshift v0.4.0
15402026-03-16T21:57:20.523Z Compiling darling_core v0.21.3
15412026-03-16T21:57:20.564Z Compiling slog v2.8.2
15422026-03-16T21:57:20.597Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-16T21:57:20.647Z Compiling sync_wrapper v1.0.2
15442026-03-16T21:57:20.779Z Compiling thread-id v5.1.0
15452026-03-16T21:57:20.797Z Compiling cookie v0.18.1
15462026-03-16T21:57:20.884Z Compiling unarray v0.1.4
15472026-03-16T21:57:20.962Z Compiling anyhow v1.0.102
15482026-03-16T21:57:21.019Z Compiling signal-hook v0.3.18
15492026-03-16T21:57:21.040Z Compiling zstd-safe v7.2.4
15502026-03-16T21:57:21.086Z Compiling unicode-segmentation v1.12.0
15512026-03-16T21:57:21.249Z Compiling rayon-core v1.13.0
15522026-03-16T21:57:21.301Z Compiling unicode-properties v0.1.4
15532026-03-16T21:57:21.375Z Compiling adler2 v2.0.1
15542026-03-16T21:57:21.466Z Compiling paste v1.0.15
15552026-03-16T21:57:21.484Z Compiling unicode-bidi v0.3.18
15562026-03-16T21:57:21.551Z Compiling miniz_oxide v0.8.9
15572026-03-16T21:57:21.613Z Compiling scroll v0.12.0
15582026-03-16T21:57:21.870Z Compiling proptest v1.10.0
15592026-03-16T21:57:21.907Z Compiling stringprep v0.1.5
15602026-03-16T21:57:22.234Z Compiling tower v0.5.3
15612026-03-16T21:57:22.540Z Compiling crossbeam-deque v0.8.6
15622026-03-16T21:57:22.685Z Compiling derive_builder_macro v0.20.2
15632026-03-16T21:57:22.762Z Compiling ipnetwork v0.21.1
15642026-03-16T21:57:22.780Z Compiling http-body-util v0.1.3
15652026-03-16T21:57:22.859Z Compiling webpki-roots v1.0.6
15662026-03-16T21:57:22.877Z Compiling rand_chacha v0.3.1
15672026-03-16T21:57:23.028Z Compiling toml_datetime v0.6.11
15682026-03-16T21:57:23.093Z Compiling serde_spanned v0.6.9
15692026-03-16T21:57:23.274Z Compiling serde_tokenstream v0.2.3
15702026-03-16T21:57:23.290Z Compiling erased-serde v0.3.31
15712026-03-16T21:57:23.308Z Compiling md-5 v0.10.6
15722026-03-16T21:57:23.348Z Compiling zerocopy-derive v0.7.35
15732026-03-16T21:57:23.507Z Compiling curve25519-dalek v4.1.3
15742026-03-16T21:57:23.673Z Compiling vergen-lib v0.1.6
15752026-03-16T21:57:23.917Z Compiling num-integer v0.1.46
15762026-03-16T21:57:23.963Z Compiling hash32 v0.2.1
15772026-03-16T21:57:23.980Z Compiling ff v0.13.1
15782026-03-16T21:57:24.017Z Compiling zlib-rs v0.6.2
15792026-03-16T21:57:24.114Z Compiling darling_macro v0.21.3
15802026-03-16T21:57:24.148Z Compiling rustix v0.38.44
15812026-03-16T21:57:24.209Z Compiling litrs v1.0.0
15822026-03-16T21:57:24.337Z Compiling ryu v1.0.23
15832026-03-16T21:57:24.523Z Compiling iri-string v0.7.10
15842026-03-16T21:57:24.566Z Compiling fallible-iterator v0.2.0
15852026-03-16T21:57:24.607Z Compiling smoltcp v0.9.1
15862026-03-16T21:57:24.728Z Compiling psl-types v2.0.11
15872026-03-16T21:57:24.875Z Compiling num-bigint-dig v0.8.6
15882026-03-16T21:57:24.894Z Compiling base16ct v0.2.0
15892026-03-16T21:57:24.977Z Compiling ref-cast v1.0.25
15902026-03-16T21:57:25.066Z Compiling sec1 v0.7.3
15912026-03-16T21:57:25.114Z Compiling postgres-protocol v0.6.10
15922026-03-16T21:57:25.162Z Compiling newtype-uuid v1.3.2
15932026-03-16T21:57:25.415Z Compiling document-features v0.2.12
15942026-03-16T21:57:25.650Z Compiling publicsuffix v2.3.0
15952026-03-16T21:57:25.663Z Compiling darling v0.21.3
15962026-03-16T21:57:25.679Z Compiling zerocopy v0.7.35
15972026-03-16T21:57:25.889Z Compiling serde_urlencoded v0.7.1
15982026-03-16T21:57:25.898Z Compiling num-iter v0.1.45
15992026-03-16T21:57:26.079Z Compiling tower-http v0.6.8
16002026-03-16T21:57:26.197Z Compiling group v0.13.0
16012026-03-16T21:57:26.515Z Compiling derive_builder v0.20.2
16022026-03-16T21:57:26.595Z Compiling rand v0.8.5
16032026-03-16T21:57:26.600Z Compiling oxnet v0.1.4
16042026-03-16T21:57:26.631Z Compiling proc-macro-error v1.0.4
16052026-03-16T21:57:26.973Z Compiling tokio-native-tls v0.3.1
16062026-03-16T21:57:27.160Z Compiling goblin v0.8.2
16072026-03-16T21:57:27.857Z Compiling heck v0.4.1
16082026-03-16T21:57:28.028Z Compiling flate2 v1.1.9
16092026-03-16T21:57:28.148Z Compiling phf_shared v0.13.1
16102026-03-16T21:57:28.152Z Compiling hubpack_derive v0.1.1
16112026-03-16T21:57:28.197Z Compiling regex v1.12.3
16122026-03-16T21:57:28.404Z Compiling lazy_static v1.5.0
16132026-03-16T21:57:28.493Z Compiling cargo-platform v0.1.9
16142026-03-16T21:57:28.521Z Compiling hkdf v0.12.4
16152026-03-16T21:57:28.575Z Compiling crypto-bigint v0.5.5
16162026-03-16T21:57:28.724Z Compiling daft-derive v0.1.5
16172026-03-16T21:57:28.744Z Compiling curve25519-dalek-derive v0.1.1
16182026-03-16T21:57:28.768Z Compiling async-trait v0.1.89
16192026-03-16T21:57:28.825Z Compiling strum_macros v0.27.2
16202026-03-16T21:57:29.787Z Compiling ref-cast-impl v1.0.25
16212026-03-16T21:57:29.799Z Compiling terminal_size v0.4.3
16222026-03-16T21:57:29.850Z Compiling vergen v9.0.6
16232026-03-16T21:57:30.102Z Compiling fs-err v3.3.0
16242026-03-16T21:57:30.223Z Compiling ahash v0.8.12
16252026-03-16T21:57:30.325Z Compiling libbz2-rs-sys v0.2.2
16262026-03-16T21:57:30.359Z Compiling bitflags v1.3.2
16272026-03-16T21:57:30.454Z Compiling object v0.37.3
16282026-03-16T21:57:30.495Z Compiling managed v0.8.0
16292026-03-16T21:57:30.776Z Compiling foldhash v0.1.5
16302026-03-16T21:57:30.814Z Compiling bumpalo v3.20.2
16312026-03-16T21:57:30.992Z Compiling winnow v0.5.40
16322026-03-16T21:57:31.161Z Compiling zopfli v0.8.3
16332026-03-16T21:57:31.210Z Compiling console v0.16.2
16342026-03-16T21:57:31.517Z Compiling strum v0.27.2
16352026-03-16T21:57:31.669Z Compiling hashbrown v0.15.5
16362026-03-16T21:57:31.746Z Compiling bzip2 v0.6.1
16372026-03-16T21:57:31.950Z Compiling clap_builder v4.5.60
16382026-03-16T21:57:32.271Z Compiling dof v0.3.0
16392026-03-16T21:57:32.310Z Compiling elliptic-curve v0.13.8
16402026-03-16T21:57:32.486Z Compiling daft v0.1.5
16412026-03-16T21:57:32.841Z Compiling toml_edit v0.19.15
16422026-03-16T21:57:32.942Z Compiling hubpack v0.1.2
16432026-03-16T21:57:33.188Z Compiling cargo_metadata v0.19.2
16442026-03-16T21:57:33.289Z Compiling phf v0.13.1
16452026-03-16T21:57:33.497Z Compiling zone_cfg_derive v0.3.1
16462026-03-16T21:57:34.342Z Compiling signal-hook-mio v0.2.5
16472026-03-16T21:57:34.976Z Compiling cookie_store v0.22.1
16482026-03-16T21:57:35.015Z Compiling zstd v0.13.3
16492026-03-16T21:57:35.360Z Compiling rayon v1.11.0
16502026-03-16T21:57:35.870Z Compiling hyper-tls v0.6.0
16512026-03-16T21:57:36.158Z Compiling bzip2 v0.4.4
16522026-03-16T21:57:36.430Z Compiling serde_with_macros v3.17.0
16532026-03-16T21:57:36.561Z Compiling postgres-types v0.2.12
16542026-03-16T21:57:36.680Z Compiling usdt-macro v0.6.0
16552026-03-16T21:57:37.049Z Compiling usdt-attr-macro v0.6.0
16562026-03-16T21:57:37.349Z Compiling ed25519 v2.2.3
16572026-03-16T21:57:37.695Z Compiling dtrace-parser v0.2.0
16582026-03-16T21:57:37.815Z Compiling itertools v0.12.1
16592026-03-16T21:57:37.876Z Compiling phf_shared v0.11.3
16602026-03-16T21:57:38.001Z Compiling bstr v1.12.1
16612026-03-16T21:57:38.127Z Compiling pkcs1 v0.7.5
16622026-03-16T21:57:38.138Z Compiling hex v0.4.3
16632026-03-16T21:57:38.489Z Compiling serde-big-array v0.5.1
16642026-03-16T21:57:38.578Z Compiling rfc6979 v0.4.0
16652026-03-16T21:57:38.661Z Compiling strum_macros v0.26.4
16662026-03-16T21:57:38.680Z Compiling clap_derive v4.5.55
16672026-03-16T21:57:38.735Z Compiling enum-as-inner v0.6.1
16682026-03-16T21:57:38.764Z Compiling serde_repr v0.1.20
16692026-03-16T21:57:38.878Z Compiling float-cmp v0.10.0
16702026-03-16T21:57:39.065Z Compiling thread-id v4.2.2
16712026-03-16T21:57:39.171Z Compiling memmap2 v0.9.10
16722026-03-16T21:57:39.405Z Compiling env_filter v1.0.0
16732026-03-16T21:57:39.435Z Compiling encoding_rs v0.8.35
16742026-03-16T21:57:39.453Z Compiling difflib v0.4.0
16752026-03-16T21:57:39.457Z Compiling keccak v0.1.6
16762026-03-16T21:57:39.805Z Compiling static_assertions v1.1.0
16772026-03-16T21:57:39.900Z Compiling fixedbitset v0.4.2
16782026-03-16T21:57:40.195Z Compiling precomputed-hash v0.1.1
16792026-03-16T21:57:40.219Z Compiling normalize-line-endings v0.3.0
16802026-03-16T21:57:40.310Z Compiling jiff v0.2.21
16812026-03-16T21:57:40.342Z Compiling data-encoding v2.10.0
16822026-03-16T21:57:40.576Z Compiling whoami v2.1.0
16832026-03-16T21:57:40.597Z Compiling new_debug_unreachable v1.0.6
16842026-03-16T21:57:40.695Z Compiling mime v0.3.17
16852026-03-16T21:57:41.044Z Compiling fixedbitset v0.5.7
16862026-03-16T21:57:41.077Z Compiling unit-prefix v0.5.2
16872026-03-16T21:57:41.085Z Compiling rustc-hash v2.1.1
16882026-03-16T21:57:41.099Z Compiling predicates-core v1.0.10
16892026-03-16T21:57:41.235Z Compiling iddqd v0.3.17
16902026-03-16T21:57:41.258Z Compiling predicates v3.1.4
16912026-03-16T21:57:41.311Z Compiling petgraph v0.8.3
16922026-03-16T21:57:41.328Z Compiling indicatif v0.18.4
16932026-03-16T21:57:41.435Z Compiling clap v4.5.60
16942026-03-16T21:57:41.469Z Compiling strum v0.26.3
16952026-03-16T21:57:41.556Z Compiling toml_edit v0.22.27
16962026-03-16T21:57:41.638Z Compiling tokio-postgres v0.7.16
16972026-03-16T21:57:42.167Z Compiling hickory-proto v0.25.2
16982026-03-16T21:57:42.516Z Compiling string_cache v0.8.9
16992026-03-16T21:57:42.778Z Compiling petgraph v0.6.5
17002026-03-16T21:57:42.818Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-16T21:57:44.013Z Compiling zip v4.6.1
17022026-03-16T21:57:44.586Z Compiling sha3 v0.10.8
17032026-03-16T21:57:44.811Z Compiling env_logger v0.11.9
17042026-03-16T21:57:45.202Z Compiling usdt v0.6.0
17052026-03-16T21:57:45.277Z Compiling zone v0.3.1
17062026-03-16T21:57:45.295Z Compiling usdt-impl v0.5.0
17072026-03-16T21:57:45.402Z Compiling ecdsa v0.16.9
17082026-03-16T21:57:45.530Z Compiling similar v2.7.0
17092026-03-16T21:57:45.916Z Compiling serde_with v3.17.0
17102026-03-16T21:57:46.061Z Compiling rsa v0.9.10
17112026-03-16T21:57:46.189Z Compiling ed25519-dalek v2.2.0
17122026-03-16T21:57:46.208Z Compiling crossterm v0.28.1
17132026-03-16T21:57:46.528Z Compiling zip v0.6.6
17142026-03-16T21:57:47.101Z Compiling toml v0.7.8
17152026-03-16T21:57:47.831Z Compiling toml_parser v1.0.9+spec-1.1.0
17162026-03-16T21:57:47.966Z Compiling itertools v0.13.0
17172026-03-16T21:57:48.034Z Compiling tokio-stream v0.1.18
17182026-03-16T21:57:48.349Z Compiling buf-list v1.1.2
17192026-03-16T21:57:48.644Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17202026-03-16T21:57:48.673Z Compiling x509-cert v0.2.5
17212026-03-16T21:57:48.706Z Compiling openapiv3 v2.2.0
17222026-03-16T21:57:48.724Z Compiling sha1 v0.10.6
17232026-03-16T21:57:49.009Z Compiling toml_datetime v0.7.5+spec-1.1.0
17242026-03-16T21:57:49.063Z Compiling lalrpop-util v0.19.12
17252026-03-16T21:57:49.315Z Compiling peg-runtime v0.8.5
17262026-03-16T21:57:49.392Z Compiling thread_local v1.1.9
17272026-03-16T21:57:49.660Z Compiling slog-async v2.8.0
17282026-03-16T21:57:49.685Z Compiling crossbeam-channel v0.5.15
17292026-03-16T21:57:49.716Z Compiling futures-executor v0.3.32
17302026-03-16T21:57:50.048Z Compiling is-terminal v0.4.17
17312026-03-16T21:57:50.067Z Compiling filetime v0.2.27
17322026-03-16T21:57:50.167Z Compiling take_mut v0.2.2
17332026-03-16T21:57:50.283Z Compiling xattr v1.6.1
17342026-03-16T21:57:50.302Z Compiling term v1.2.1
17352026-03-16T21:57:50.440Z Compiling tar v0.4.44
17362026-03-16T21:57:50.489Z Compiling futures v0.3.32
17372026-03-16T21:57:50.837Z Compiling slog-term v2.9.2
17382026-03-16T21:57:57.716Z Compiling rustls-webpki v0.103.9
17392026-03-16T21:58:01.740Z Compiling tokio-rustls v0.26.4
17402026-03-16T21:58:01.740Z Compiling rustls-platform-verifier v0.6.2
17412026-03-16T21:58:02.002Z Compiling hyper-rustls v0.27.7
17422026-03-16T21:58:02.264Z Compiling reqwest v0.12.28
17432026-03-16T21:58:02.292Z Compiling reqwest v0.13.2
17442026-03-16T21:58:05.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-03-16T21:58:05.432Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-03-16T21:58:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17472026-03-16T21:58:09.444Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17482026-03-16T21:58:09.502ZMar 16 21:58:08.365 INFO Starting download, target: Clickhouse
17492026-03-16T21:58:09.502ZMar 16 21:58:08.366 INFO Starting download, target: DendriteStub
17502026-03-16T21:58:09.502ZMar 16 21:58:08.366 INFO Starting download, target: TransceiverControl
17512026-03-16T21:58:09.502ZMar 16 21:58:08.366 INFO Starting download, target: MaghemiteMgd
17522026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Starting download, target: Console
17532026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Starting download, target: Cockroach
17542026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-03-16T21:58:09.506ZMar 16 21:58:08.366 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-03-16T21:58:09.507ZMar 16 21:58:08.366 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-03-16T21:58:09.861ZMar 16 21:58:08.724 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-03-16T21:58:10.185ZMar 16 21:58:09.049 INFO Download complete, target: TransceiverControl
17622026-03-16T21:58:10.514ZMar 16 21:58:09.376 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-03-16T21:58:10.906ZMar 16 21:58:09.766 INFO Download complete, target: Console
17642026-03-16T21:58:11.096ZMar 16 21:58:09.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-03-16T21:58:11.217ZMar 16 21:58:10.081 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-16T21:58:11.384ZMar 16 21:58:10.247 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-03-16T21:58:11.958ZMar 16 21:58:10.822 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-03-16T21:58:11.958ZMar 16 21:58:10.822 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-03-16T21:58:14.497ZMar 16 21:58:13.361 INFO Download complete, target: MaghemiteMgd
17702026-03-16T21:58:14.734ZMar 16 21:58:13.597 INFO Download complete, target: DendriteStub
17712026-03-16T21:58:19.455ZMar 16 21:58:18.318 INFO Checking that binary works, target: Cockroach
17722026-03-16T21:58:19.574ZMar 16 21:58:18.437 INFO Download complete, target: Cockroach
17732026-03-16T21:58:22.262ZMar 16 21:58:21.125 INFO Checking that binary works, target: Clickhouse
17742026-03-16T21:58:22.427ZMar 16 21:58:21.289 INFO Download complete, target: Clickhouse
17752026-03-16T21:58:22.444ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-03-16T21:58:22.448Z
17772026-03-16T21:58:22.448Zreal 4:00.516419275
17782026-03-16T21:58:22.448Zuser 10:20.809082927
17792026-03-16T21:58:22.448Zsys 1:48.043000785
17802026-03-16T21:58:22.448Ztrap 0.317335696
17812026-03-16T21:58:22.448Ztflt 0.736426404
17822026-03-16T21:58:22.448Zdflt 0.576858808
17832026-03-16T21:58:22.448Zkflt 0.019893610
17842026-03-16T21:58:22.448Zlock 22:38.346086497
17852026-03-16T21:58:22.448Zslp 37:43.543620917
17862026-03-16T21:58:22.448Zlat 54.374483166
17872026-03-16T21:58:22.448Zstop 2:34.111253323
17882026-03-16T21:58:22.448Z+ banner hack-check
17892026-03-16T21:58:22.451Z
17902026-03-16T21:58:22.451Z # # ## #### # # #### # # ###### #### # #
17912026-03-16T21:58:22.451Z # # # # # # # # # # # # # # # # #
17922026-03-16T21:58:22.451Z ###### # # # #### ##### # ###### ##### # ####
17932026-03-16T21:58:22.451Z # # ###### # # # # # # # # # #
17942026-03-16T21:58:22.451Z # # # # # # # # # # # # # # # # #
17952026-03-16T21:58:22.451Z # # # # #### # # #### # # ###### #### # #
17962026-03-16T21:58:22.451Z
17972026-03-16T21:58:22.451Z+ export CARGO_INCREMENTAL=0
17982026-03-16T21:58:22.451Z+ CARGO_INCREMENTAL=0
17992026-03-16T21:58:22.451Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-03-16T21:58:23.132Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-03-16T21:58:23.409Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-03-16T21:58:25.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18032026-03-16T21:58:26.076Z Running `target/debug/xtask check-features --ci`
18042026-03-16T21:58:26.101Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-03-16T21:58:26.106Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-03-16T21:58:26.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18072026-03-16T21:58:26.730Z Running `target/debug/xtask download cargo-hack`
18082026-03-16T21:58:27.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-03-16T21:58:28.087Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-03-16T21:58:31.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
18112026-03-16T21:58:31.575Z Running `target/debug/xtask-downloader cargo-hack`
18122026-03-16T21:58:31.615ZMar 16 21:58:30.476 INFO Starting download, target: CargoHack
18132026-03-16T21:58:31.618ZMar 16 21:58:30.477 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-03-16T21:58:32.013ZMar 16 21:58:30.874 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-03-16T21:58:32.092ZMar 16 21:58:30.953 INFO Download complete, target: CargoHack
18162026-03-16T21:58:32.095Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18172026-03-16T21:58:32.113Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-03-16T21:58:32.313Zinfo: running `cargo check --bins` on api_identity (1/256)
18192026-03-16T21:58:32.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-03-16T21:58:32.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-03-16T21:58:32.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-03-16T21:58:32.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18232026-03-16T21:58:33.052Z
18242026-03-16T21:58:33.052Zinfo: running `cargo check --bins` on bootstore (2/256)
18252026-03-16T21:58:33.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-16T21:58:33.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-16T21:58:33.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-16T21:58:33.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18292026-03-16T21:58:33.820Z
18302026-03-16T21:58:33.821Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/256)
18312026-03-16T21:58:34.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-16T21:58:34.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-16T21:58:34.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-16T21:58:34.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18352026-03-16T21:58:34.574Z
18362026-03-16T21:58:34.574Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/256)
18372026-03-16T21:58:35.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-16T21:58:35.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-16T21:58:35.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-16T21:58:35.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18412026-03-16T21:58:35.323Z
18422026-03-16T21:58:35.323Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/256)
18432026-03-16T21:58:35.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-16T21:58:35.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-16T21:58:35.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-16T21:58:35.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18472026-03-16T21:58:35.920Z
18482026-03-16T21:58:35.920Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/256)
18492026-03-16T21:58:36.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-16T21:58:36.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-16T21:58:36.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-16T21:58:36.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18532026-03-16T21:58:36.512Z
18542026-03-16T21:58:36.513Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/256)
18552026-03-16T21:58:37.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-16T21:58:37.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-16T21:58:37.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-16T21:58:37.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18592026-03-16T21:58:37.091Z
18602026-03-16T21:58:37.091Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/256)
18612026-03-16T21:58:37.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-16T21:58:37.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-16T21:58:37.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-16T21:58:37.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18652026-03-16T21:58:37.678Z
18662026-03-16T21:58:37.678Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/256)
18672026-03-16T21:58:38.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-16T21:58:38.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-16T21:58:38.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-16T21:58:38.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18712026-03-16T21:58:38.265Z
18722026-03-16T21:58:38.265Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/256)
18732026-03-16T21:58:38.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-16T21:58:38.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-16T21:58:38.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-16T21:58:38.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18772026-03-16T21:58:38.852Z
18782026-03-16T21:58:38.852Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/256)
18792026-03-16T21:58:39.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-16T21:58:39.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-16T21:58:39.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-16T21:58:39.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18832026-03-16T21:58:39.439Z
18842026-03-16T21:58:39.439Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/256)
18852026-03-16T21:58:39.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-16T21:58:39.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-16T21:58:39.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-16T21:58:39.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18892026-03-16T21:58:40.026Z
18902026-03-16T21:58:40.026Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/256)
18912026-03-16T21:58:40.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-16T21:58:40.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-16T21:58:40.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-16T21:58:40.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18952026-03-16T21:58:40.611Z
18962026-03-16T21:58:40.611Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/256)
18972026-03-16T21:58:41.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-16T21:58:41.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-16T21:58:41.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-16T21:58:41.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19012026-03-16T21:58:41.196Z
19022026-03-16T21:58:41.196Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/256)
19032026-03-16T21:58:41.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-16T21:58:41.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-16T21:58:41.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-16T21:58:41.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19072026-03-16T21:58:41.781Z
19082026-03-16T21:58:41.782Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/256)
19092026-03-16T21:58:42.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-16T21:58:42.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-16T21:58:42.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-16T21:58:42.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19132026-03-16T21:58:42.372Z
19142026-03-16T21:58:42.372Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/256)
19152026-03-16T21:58:42.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-16T21:58:42.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-16T21:58:42.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-16T21:58:42.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19192026-03-16T21:58:42.958Z
19202026-03-16T21:58:42.958Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/256)
19212026-03-16T21:58:43.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-16T21:58:43.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-16T21:58:43.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-16T21:58:43.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19252026-03-16T21:58:43.548Z
19262026-03-16T21:58:43.548Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/256)
19272026-03-16T21:58:44.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-16T21:58:44.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-16T21:58:44.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-16T21:58:44.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19312026-03-16T21:58:44.197Z
19322026-03-16T21:58:44.197Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/256)
19332026-03-16T21:58:44.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-16T21:58:44.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-16T21:58:44.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-16T21:58:44.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19372026-03-16T21:58:44.731Z
19382026-03-16T21:58:44.731Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/256)
19392026-03-16T21:58:45.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-16T21:58:45.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-16T21:58:45.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-16T21:58:45.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19432026-03-16T21:58:45.317Z
19442026-03-16T21:58:45.317Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/256)
19452026-03-16T21:58:45.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-16T21:58:45.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-16T21:58:45.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-16T21:58:45.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19492026-03-16T21:58:45.908Z
19502026-03-16T21:58:45.908Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/256)
19512026-03-16T21:58:46.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-16T21:58:46.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-16T21:58:46.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-16T21:58:46.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19552026-03-16T21:58:46.495Z
19562026-03-16T21:58:46.495Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/256)
19572026-03-16T21:58:47.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-16T21:58:47.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-16T21:58:47.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-16T21:58:47.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19612026-03-16T21:58:47.082Z
19622026-03-16T21:58:47.082Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/256)
19632026-03-16T21:58:47.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-16T21:58:47.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-16T21:58:47.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-16T21:58:47.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19672026-03-16T21:58:47.699Z
19682026-03-16T21:58:47.703Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/256)
19692026-03-16T21:58:48.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-16T21:58:48.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-16T21:58:48.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-16T21:58:48.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19732026-03-16T21:58:48.291Z
19742026-03-16T21:58:48.295Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/256)
19752026-03-16T21:58:48.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-16T21:58:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-16T21:58:48.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-16T21:58:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19792026-03-16T21:58:48.877Z
19802026-03-16T21:58:48.878Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/256)
19812026-03-16T21:58:49.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-16T21:58:49.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-16T21:58:49.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-16T21:58:49.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19852026-03-16T21:58:49.460Z
19862026-03-16T21:58:49.460Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/256)
19872026-03-16T21:58:49.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-16T21:58:49.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-16T21:58:49.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-16T21:58:49.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19912026-03-16T21:58:50.044Z
19922026-03-16T21:58:50.044Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/256)
19932026-03-16T21:58:50.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-16T21:58:50.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-16T21:58:50.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-16T21:58:50.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19972026-03-16T21:58:50.633Z
19982026-03-16T21:58:50.633Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/256)
19992026-03-16T21:58:51.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-16T21:58:51.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-16T21:58:51.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-16T21:58:51.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20032026-03-16T21:58:51.221Z
20042026-03-16T21:58:51.221Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/256)
20052026-03-16T21:58:51.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-16T21:58:51.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-16T21:58:51.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-16T21:58:51.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20092026-03-16T21:58:51.809Z
20102026-03-16T21:58:51.809Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/256)
20112026-03-16T21:58:52.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-16T21:58:52.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-16T21:58:52.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-16T21:58:52.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20152026-03-16T21:58:52.393Z
20162026-03-16T21:58:52.393Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/256)
20172026-03-16T21:58:52.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-16T21:58:52.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-16T21:58:52.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-16T21:58:52.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20212026-03-16T21:58:52.981Z
20222026-03-16T21:58:52.981Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/256)
20232026-03-16T21:58:53.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-16T21:58:53.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-16T21:58:53.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-16T21:58:53.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20272026-03-16T21:58:53.570Z
20282026-03-16T21:58:53.570Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/256)
20292026-03-16T21:58:54.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-16T21:58:54.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-16T21:58:54.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-16T21:58:54.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20332026-03-16T21:58:54.162Z
20342026-03-16T21:58:54.162Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/256)
20352026-03-16T21:58:54.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-16T21:58:54.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-16T21:58:54.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-16T21:58:54.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20392026-03-16T21:58:54.750Z
20402026-03-16T21:58:54.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/256)
20412026-03-16T21:58:55.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-16T21:58:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-16T21:58:55.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-16T21:58:55.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20452026-03-16T21:58:55.345Z
20462026-03-16T21:58:55.345Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/256)
20472026-03-16T21:58:55.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-16T21:58:55.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-16T21:58:55.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-16T21:58:55.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20512026-03-16T21:58:55.941Z
20522026-03-16T21:58:55.941Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/256)
20532026-03-16T21:58:56.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-16T21:58:56.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-16T21:58:56.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-16T21:58:56.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20572026-03-16T21:58:56.529Z
20582026-03-16T21:58:56.529Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/256)
20592026-03-16T21:58:57.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-16T21:58:57.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-16T21:58:57.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-16T21:58:57.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20632026-03-16T21:58:57.122Z
20642026-03-16T21:58:57.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/256)
20652026-03-16T21:58:57.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-16T21:58:57.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-16T21:58:57.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-16T21:58:57.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20692026-03-16T21:58:57.714Z
20702026-03-16T21:58:57.714Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/256)
20712026-03-16T21:58:58.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-16T21:58:58.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-16T21:58:58.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-16T21:58:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20752026-03-16T21:58:58.302Z
20762026-03-16T21:58:58.302Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/256)
20772026-03-16T21:58:58.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-16T21:58:58.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-16T21:58:58.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-16T21:58:58.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20812026-03-16T21:58:58.889Z
20822026-03-16T21:58:58.889Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/256)
20832026-03-16T21:58:59.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-16T21:58:59.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-16T21:58:59.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-16T21:58:59.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20872026-03-16T21:58:59.659Z
20882026-03-16T21:58:59.659Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/256)
20892026-03-16T21:59:00.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-16T21:59:00.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-16T21:59:00.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-16T21:59:00.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20932026-03-16T21:59:00.436Z
20942026-03-16T21:59:00.436Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/256)
20952026-03-16T21:59:01.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-16T21:59:01.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-16T21:59:01.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-16T21:59:01.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20992026-03-16T21:59:01.205Z
21002026-03-16T21:59:01.205Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/256)
21012026-03-16T21:59:01.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-16T21:59:01.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-16T21:59:01.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-16T21:59:01.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21052026-03-16T21:59:01.976Z
21062026-03-16T21:59:01.976Zinfo: running `cargo check --bins` on key-manager-types (49/256)
21072026-03-16T21:59:02.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-16T21:59:02.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-16T21:59:02.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-16T21:59:02.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21112026-03-16T21:59:02.715Z
21122026-03-16T21:59:02.716Zinfo: running `cargo check --bins` on oxlog (50/256)
21132026-03-16T21:59:03.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-16T21:59:03.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-16T21:59:03.466Z Checking cfg-if v1.0.4
21162026-03-16T21:59:03.471Z Checking libc v0.2.180
21172026-03-16T21:59:03.471Z Checking serde_core v1.0.228
21182026-03-16T21:59:03.590Z Checking zeroize v1.8.2
21192026-03-16T21:59:03.599Z Checking memchr v2.8.0
21202026-03-16T21:59:03.606Z Checking log v0.4.29
21212026-03-16T21:59:03.623Z Checking smallvec v1.15.1
21222026-03-16T21:59:03.647Z Checking typenum v1.19.0
21232026-03-16T21:59:03.666Z Checking subtle v2.6.1
21242026-03-16T21:59:03.778Z Checking itoa v1.0.17
21252026-03-16T21:59:03.823Z Checking scopeguard v1.2.0
21262026-03-16T21:59:03.827Z Checking const-oid v0.9.6
21272026-03-16T21:59:03.865Z Checking stable_deref_trait v1.2.1
21282026-03-16T21:59:03.934Z Checking lock_api v0.4.14
21292026-03-16T21:59:03.944Z Checking portable-atomic v1.13.1
21302026-03-16T21:59:03.948Z Checking critical-section v1.2.0
21312026-03-16T21:59:04.104Z Checking zerofrom v0.1.6
21322026-03-16T21:59:04.128Z Checking pin-project-lite v0.2.17
21332026-03-16T21:59:04.207Z Checking getrandom v0.2.17
21342026-03-16T21:59:04.217Z Checking errno v0.3.14
21352026-03-16T21:59:04.230Z Checking parking_lot_core v0.9.12
21362026-03-16T21:59:04.250Z Checking yoke v0.8.1
21372026-03-16T21:59:04.349Z Checking generic-array v0.14.7
21382026-03-16T21:59:04.358Z Checking signal-hook-registry v1.4.8
21392026-03-16T21:59:04.378Z Checking rand_core v0.6.4
21402026-03-16T21:59:04.460Z Checking parking_lot v0.12.5
21412026-03-16T21:59:04.464Z Checking zerovec v0.11.5
21422026-03-16T21:59:04.537Z Checking once_cell v1.21.3
21432026-03-16T21:59:04.551Z Checking mio v1.1.1
21442026-03-16T21:59:04.590Z Checking zerocopy v0.8.40
21452026-03-16T21:59:04.686Z Checking socket2 v0.6.2
21462026-03-16T21:59:04.750Z Checking libm v0.2.16
21472026-03-16T21:59:04.836Z Checking zmij v1.0.21
21482026-03-16T21:59:04.923Z Checking percent-encoding v2.3.2
21492026-03-16T21:59:04.994Z Checking crypto-common v0.1.7
21502026-03-16T21:59:05.004Z Checking block-buffer v0.10.4
21512026-03-16T21:59:05.060Z Checking tinystr v0.8.2
21522026-03-16T21:59:05.088Z Checking allocator-api2 v0.2.21
21532026-03-16T21:59:05.107Z Checking equivalent v1.0.2
21542026-03-16T21:59:05.132Z Checking writeable v0.6.2
21552026-03-16T21:59:05.162Z Checking digest v0.10.7
21562026-03-16T21:59:05.201Z Checking futures-core v0.3.32
21572026-03-16T21:59:05.285Z Checking litemap v0.8.1
21582026-03-16T21:59:05.330Z Checking potential_utf v0.1.4
21592026-03-16T21:59:05.349Z Checking zerotrie v0.2.3
21602026-03-16T21:59:05.409Z Checking cpufeatures v0.2.17
21612026-03-16T21:59:05.465Z Checking foldhash v0.2.0
21622026-03-16T21:59:05.487Z Checking hmac v0.12.1
21632026-03-16T21:59:05.499Z Checking icu_collections v2.1.1
21642026-03-16T21:59:05.511Z Checking icu_locale_core v2.1.1
21652026-03-16T21:59:05.649Z Checking block-padding v0.3.3
21662026-03-16T21:59:05.664Z Checking hashbrown v0.16.1
21672026-03-16T21:59:05.679Z Checking icu_properties_data v2.1.2
21682026-03-16T21:59:05.737Z Checking serde v1.0.228
21692026-03-16T21:59:05.773Z Checking bitflags v2.11.0
21702026-03-16T21:59:05.817Z Checking num-traits v0.2.19
21712026-03-16T21:59:05.841Z Checking serde_json v1.0.149
21722026-03-16T21:59:05.919Z Checking icu_normalizer_data v2.1.1
21732026-03-16T21:59:05.986Z Checking rand_core v0.10.0
21742026-03-16T21:59:06.005Z Checking futures-sink v0.3.32
21752026-03-16T21:59:06.124Z Checking futures-channel v0.3.32
21762026-03-16T21:59:06.159Z Checking getrandom v0.4.1
21772026-03-16T21:59:06.297Z Checking bytes v1.11.1
21782026-03-16T21:59:06.301Z Checking icu_provider v2.1.1
21792026-03-16T21:59:06.333Z Checking inout v0.1.4
21802026-03-16T21:59:06.348Z Checking indexmap v2.13.0
21812026-03-16T21:59:06.363Z Checking futures-task v0.3.32
21822026-03-16T21:59:06.502Z Checking futures-io v0.3.32
21832026-03-16T21:59:06.533Z Checking slab v0.4.12
21842026-03-16T21:59:06.585Z Checking cipher v0.4.4
21852026-03-16T21:59:06.598Z Checking icu_properties v2.1.2
21862026-03-16T21:59:06.637Z Checking icu_normalizer v2.1.1
21872026-03-16T21:59:06.725Z Checking futures-util v0.3.32
21882026-03-16T21:59:06.763Z Checking sha2 v0.10.9
21892026-03-16T21:59:06.846Z Checking getrandom v0.3.4
21902026-03-16T21:59:06.913Z Checking tokio v1.49.0
21912026-03-16T21:59:07.019Z Checking byteorder v1.5.0
21922026-03-16T21:59:07.036Z Checking utf8_iter v1.0.4
21932026-03-16T21:59:07.105Z Checking base64ct v1.8.3
21942026-03-16T21:59:07.119Z Checking form_urlencoded v1.2.2
21952026-03-16T21:59:07.181Z Checking fnv v1.0.7
21962026-03-16T21:59:07.272Z Checking flagset v0.4.7
21972026-03-16T21:59:07.286Z Checking rand_core v0.9.5
21982026-03-16T21:59:07.300Z Checking http v1.4.0
21992026-03-16T21:59:07.407Z Checking pem-rfc7468 v0.7.0
22002026-03-16T21:59:07.423Z Checking salsa20 v0.10.2
22012026-03-16T21:59:07.520Z Checking uuid v1.21.0
22022026-03-16T21:59:07.580Z Checking pbkdf2 v0.12.2
22032026-03-16T21:59:07.604Z Checking der v0.7.10
22042026-03-16T21:59:07.709Z Checking scrypt v0.11.0
22052026-03-16T21:59:07.735Z Checking idna_adapter v1.2.1
22062026-03-16T21:59:07.874Z Checking idna v1.1.0
22072026-03-16T21:59:07.877Z Checking cbc v0.1.2
22082026-03-16T21:59:07.930Z Checking aes v0.8.4
22092026-03-16T21:59:08.047Z Checking rustix v1.1.3
22102026-03-16T21:59:08.071Z Checking tracing-core v0.1.36
22112026-03-16T21:59:08.191Z Checking url v2.5.8
22122026-03-16T21:59:08.450Z Checking rustls-pki-types v1.14.0
22132026-03-16T21:59:08.471Z Checking regex-syntax v0.8.10
22142026-03-16T21:59:08.616Z Checking spki v0.7.3
22152026-03-16T21:59:08.796Z Checking iana-time-zone v0.1.65
22162026-03-16T21:59:08.820Z Checking pkcs5 v0.7.1
22172026-03-16T21:59:08.833Z Checking tracing v0.1.44
22182026-03-16T21:59:08.874Z Checking chrono v0.4.44
22192026-03-16T21:59:08.899Z Checking ppv-lite86 v0.2.21
22202026-03-16T21:59:09.080Z Checking http-body v1.0.1
22212026-03-16T21:59:09.140Z Checking aws-lc-sys v0.37.1
22222026-03-16T21:59:09.223Z Checking base64 v0.22.1
22232026-03-16T21:59:09.241Z Checking untrusted v0.9.0
22242026-03-16T21:59:09.315Z Checking rand_chacha v0.9.0
22252026-03-16T21:59:09.372Z Checking untrusted v0.7.1
22262026-03-16T21:59:09.387Z Checking openssl-probe v0.2.1
22272026-03-16T21:59:09.508Z Checking ring v0.17.14
22282026-03-16T21:59:09.522Z Checking pkcs8 v0.10.2
22292026-03-16T21:59:09.537Z Checking tower-layer v0.3.3
22302026-03-16T21:59:09.575Z Checking rand v0.9.2
22312026-03-16T21:59:09.718Z Checking tinyvec_macros v0.1.1
22322026-03-16T21:59:09.736Z Checking atomic-waker v1.1.2
22332026-03-16T21:59:09.796Z Checking tower-service v0.3.3
22342026-03-16T21:59:09.852Z Checking try-lock v0.2.5
22352026-03-16T21:59:09.904Z Checking plain v0.2.3
22362026-03-16T21:59:09.970Z Checking want v0.3.1
22372026-03-16T21:59:10.030Z Checking tinyvec v1.10.0
22382026-03-16T21:59:10.046Z Checking aws-lc-rs v1.16.0
22392026-03-16T21:59:10.061Z Checking ipnet v2.11.0
22402026-03-16T21:59:10.116Z Checking semver v1.0.27
22412026-03-16T21:59:10.197Z Checking httparse v1.10.1
22422026-03-16T21:59:10.284Z Checking spin v0.9.8
22432026-03-16T21:59:10.378Z Checking httpdate v1.0.3
22442026-03-16T21:59:10.394Z Checking fastrand v2.3.0
22452026-03-16T21:59:10.453Z Checking foreign-types-shared v0.1.1
22462026-03-16T21:59:10.468Z Checking pin-utils v0.1.0
22472026-03-16T21:59:10.507Z Checking ucd-trie v0.1.7
22482026-03-16T21:59:10.545Z Checking unicode-ident v1.0.24
22492026-03-16T21:59:10.548Z Checking dyn-clone v1.0.20
22502026-03-16T21:59:10.585Z Checking foreign-types v0.3.2
22512026-03-16T21:59:10.616Z Checking tempfile v3.25.0
22522026-03-16T21:59:10.668Z Checking crossbeam-utils v0.8.21
22532026-03-16T21:59:10.682Z Checking pest v2.8.6
22542026-03-16T21:59:10.685Z Checking schemars v0.8.22
22552026-03-16T21:59:10.709Z Checking proc-macro2 v1.0.106
22562026-03-16T21:59:10.865Z Checking openssl-sys v0.9.111
22572026-03-16T21:59:10.881Z Checking thiserror v2.0.18
22582026-03-16T21:59:11.005Z Checking wait-timeout v0.2.1
22592026-03-16T21:59:11.121Z Checking aho-corasick v1.1.4
22602026-03-16T21:59:11.136Z Checking pretty-hex v0.4.1
22612026-03-16T21:59:11.158Z Checking either v1.15.0
22622026-03-16T21:59:11.224Z Checking rustls-webpki v0.103.9
22632026-03-16T21:59:11.276Z Checking utf8parse v0.2.2
22642026-03-16T21:59:11.297Z Checking tokio-util v0.7.18
22652026-03-16T21:59:11.399Z Checking anstyle v1.0.13
22662026-03-16T21:59:11.403Z Checking powerfmt v0.2.0
22672026-03-16T21:59:11.599Z Checking siphasher v1.0.2
22682026-03-16T21:59:11.613Z Checking bit-vec v0.8.0
22692026-03-16T21:59:11.628Z Checking quick-error v1.2.3
22702026-03-16T21:59:11.641Z Checking simd-adler32 v0.3.8
22712026-03-16T21:59:11.746Z Checking rusty-fork v0.3.1
22722026-03-16T21:59:11.777Z Checking rustls v0.23.37
22732026-03-16T21:59:11.802Z Checking openssl v0.10.75
22742026-03-16T21:59:11.856Z Checking bit-set v0.8.0
22752026-03-16T21:59:11.874Z Checking deranged v0.5.8
22762026-03-16T21:59:11.951Z Checking anstyle-parse v0.2.7
22772026-03-16T21:59:12.040Z Checking quote v1.0.44
22782026-03-16T21:59:12.055Z Checking regex-automata v0.4.14
22792026-03-16T21:59:12.107Z Checking h2 v0.4.13
22802026-03-16T21:59:12.148Z Checking crossbeam-epoch v0.9.18
22812026-03-16T21:59:12.189Z Compiling newtype-uuid v1.3.2
22822026-03-16T21:59:12.263Z Checking unicode-normalization v0.1.25
22832026-03-16T21:59:12.414Z Checking rustls-native-certs v0.8.3
22842026-03-16T21:59:12.432Z Checking rand_xorshift v0.4.0
22852026-03-16T21:59:12.568Z Checking thiserror v1.0.69
22862026-03-16T21:59:12.581Z Checking crc32fast v1.5.0
22872026-03-16T21:59:12.683Z Checking scroll v0.13.0
22882026-03-16T21:59:12.751Z Checking signature v2.2.0
22892026-03-16T21:59:12.790Z Checking sync_wrapper v1.0.2
22902026-03-16T21:59:12.909Z Checking adler2 v2.0.1
22912026-03-16T21:59:12.923Z Checking is_terminal_polyfill v1.70.2
22922026-03-16T21:59:12.978Z Checking anstyle-query v1.1.5
22932026-03-16T21:59:13.022Z Checking unarray v0.1.4
22942026-03-16T21:59:13.038Z Checking num_threads v0.1.7
22952026-03-16T21:59:13.086Z Checking unicode-bidi v0.3.18
22962026-03-16T21:59:13.139Z Checking num-conv v0.2.0
22972026-03-16T21:59:13.142Z Checking time-core v0.1.8
22982026-03-16T21:59:13.223Z Checking colorchoice v1.0.4
22992026-03-16T21:59:13.289Z Checking unicode-properties v0.1.4
23002026-03-16T21:59:13.337Z Checking time v0.3.47
23012026-03-16T21:59:13.340Z Checking anstream v0.6.21
23022026-03-16T21:59:13.462Z Checking proptest v1.10.0
23032026-03-16T21:59:13.521Z Checking stringprep v0.1.5
23042026-03-16T21:59:13.589Z Checking miniz_oxide v0.8.9
23052026-03-16T21:59:13.711Z Checking goblin v0.10.5
23062026-03-16T21:59:14.052Z Checking tower v0.5.3
23072026-03-16T21:59:14.544Z Checking crossbeam-deque v0.8.6
23082026-03-16T21:59:14.570Z Compiling daft v0.1.5
23092026-03-16T21:59:14.602Z Checking native-tls v0.2.18
23102026-03-16T21:59:14.771Z Checking syn v2.0.117
23112026-03-16T21:59:14.850Z Checking ipnetwork v0.21.1
23122026-03-16T21:59:14.899Z Checking rand_chacha v0.3.1
23132026-03-16T21:59:14.936Z Checking http-body-util v0.1.3
23142026-03-16T21:59:14.952Z Checking tokio-rustls v0.26.4
23152026-03-16T21:59:15.142Z Checking webpki-roots v1.0.6
23162026-03-16T21:59:15.164Z Checking scroll v0.12.0
23172026-03-16T21:59:15.217Z Checking zstd-sys v2.0.16+zstd.1.5.7
23182026-03-16T21:59:15.244Z Checking hash32 v0.2.1
23192026-03-16T21:59:15.264Z Checking num-integer v0.1.46
23202026-03-16T21:59:15.364Z Checking toml_datetime v0.6.11
23212026-03-16T21:59:15.444Z Checking serde_spanned v0.6.9
23222026-03-16T21:59:15.458Z Checking md-5 v0.10.6
23232026-03-16T21:59:15.561Z Checking ff v0.13.1
23242026-03-16T21:59:15.595Z Checking fallible-iterator v0.2.0
23252026-03-16T21:59:15.611Z Checking iri-string v0.7.10
23262026-03-16T21:59:15.641Z Checking ryu v1.0.23
23272026-03-16T21:59:15.719Z Checking base16ct v0.2.0
23282026-03-16T21:59:15.723Z Checking hyper v1.8.1
23292026-03-16T21:59:15.819Z Checking zlib-rs v0.6.2
23302026-03-16T21:59:15.878Z Checking psl-types v2.0.11
23312026-03-16T21:59:15.962Z Checking postgres-protocol v0.6.10
23322026-03-16T21:59:16.030Z Checking publicsuffix v2.3.0
23332026-03-16T21:59:16.205Z Checking sec1 v0.7.3
23342026-03-16T21:59:16.224Z Checking serde_urlencoded v0.7.1
23352026-03-16T21:59:16.359Z Checking group v0.13.0
23362026-03-16T21:59:16.467Z Compiling iddqd v0.3.17
23372026-03-16T21:59:16.489Z Checking num-iter v0.1.45
23382026-03-16T21:59:16.538Z Checking goblin v0.8.2
23392026-03-16T21:59:16.626Z Checking heapless v0.7.17
23402026-03-16T21:59:16.931Z Checking hyper-util v0.1.20
23412026-03-16T21:59:17.010Z Checking flate2 v1.1.9
23422026-03-16T21:59:17.055Z Checking tower-http v0.6.8
23432026-03-16T21:59:17.069Z Checking dof v0.4.0
23442026-03-16T21:59:17.184Z Checking zstd-safe v7.2.4
23452026-03-16T21:59:17.394Z Checking rand v0.8.5
23462026-03-16T21:59:17.409Z Checking oxnet v0.1.4
23472026-03-16T21:59:17.412Z Checking cookie v0.18.1
23482026-03-16T21:59:17.705Z Checking tokio-native-tls v0.3.1
23492026-03-16T21:59:17.720Z Checking rayon-core v1.13.0
23502026-03-16T21:59:17.895Z Checking dtrace-parser v0.3.0
23512026-03-16T21:59:17.975Z Checking phf_shared v0.13.1
23522026-03-16T21:59:18.030Z Checking lazy_static v1.5.0
23532026-03-16T21:59:18.101Z Checking zerocopy v0.7.35
23542026-03-16T21:59:18.129Z Checking terminal_size v0.4.3
23552026-03-16T21:59:18.145Z Checking bzip2-sys v0.1.13+1.0.8
23562026-03-16T21:59:18.149Z Checking signal-hook v0.3.18
23572026-03-16T21:59:18.201Z Checking hkdf v0.12.4
23582026-03-16T21:59:18.242Z Checking crypto-bigint v0.5.5
23592026-03-16T21:59:18.249Z Checking thread-id v5.1.0
23602026-03-16T21:59:18.271Z Checking foldhash v0.1.5
23612026-03-16T21:59:18.350Z Checking strsim v0.11.1
23622026-03-16T21:59:18.363Z Checking clap_lex v1.0.0
23632026-03-16T21:59:18.396Z Checking unicode-width v0.2.0
23642026-03-16T21:59:18.437Z Checking winnow v0.5.40
23652026-03-16T21:59:18.546Z Checking winnow v0.7.14
23662026-03-16T21:59:18.550Z Checking bumpalo v3.20.2
23672026-03-16T21:59:18.576Z Checking hyper-rustls v0.27.7
23682026-03-16T21:59:18.709Z Checking bitflags v1.3.2
23692026-03-16T21:59:18.795Z Checking libbz2-rs-sys v0.2.2
23702026-03-16T21:59:18.808Z Checking managed v0.8.0
23712026-03-16T21:59:18.811Z Checking zopfli v0.8.3
23722026-03-16T21:59:18.835Z Checking console v0.16.2
23732026-03-16T21:59:19.047Z Checking smoltcp v0.9.1
23742026-03-16T21:59:19.218Z Checking hyper-tls v0.6.0
23752026-03-16T21:59:19.244Z Checking clap_builder v4.5.60
23762026-03-16T21:59:19.247Z Checking dof v0.3.0
23772026-03-16T21:59:19.301Z Checking bzip2 v0.6.1
23782026-03-16T21:59:19.421Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23792026-03-16T21:59:19.504Z Checking hashbrown v0.15.5
23802026-03-16T21:59:19.627Z Checking signal-hook-mio v0.2.5
23812026-03-16T21:59:19.666Z Checking usdt-impl v0.6.0
23822026-03-16T21:59:19.747Z Checking bzip2 v0.4.4
23832026-03-16T21:59:19.794Z Checking elliptic-curve v0.13.8
23842026-03-16T21:59:19.869Z Checking phf v0.13.1
23852026-03-16T21:59:19.956Z Checking rayon v1.11.0
23862026-03-16T21:59:19.990Z Checking toml_edit v0.19.15
23872026-03-16T21:59:20.020Z Checking num-bigint-dig v0.8.6
23882026-03-16T21:59:20.058Z Checking cookie_store v0.22.1
23892026-03-16T21:59:20.172Z Checking zstd v0.13.3
23902026-03-16T21:59:20.198Z Checking postgres-types v0.2.12
23912026-03-16T21:59:20.410Z Checking rustls-platform-verifier v0.6.2
23922026-03-16T21:59:20.444Z Checking bstr v1.12.1
23932026-03-16T21:59:20.487Z Checking regex v1.12.3
23942026-03-16T21:59:20.576Z Checking ed25519 v2.2.3
23952026-03-16T21:59:20.625Z Checking dtrace-parser v0.2.0
23962026-03-16T21:59:20.821Z Checking phf_shared v0.11.3
23972026-03-16T21:59:20.882Z Checking itertools v0.12.1
23982026-03-16T21:59:20.937Z Checking curve25519-dalek v4.1.3
23992026-03-16T21:59:20.951Z Checking ref-cast v1.0.25
24002026-03-16T21:59:20.991Z Checking strum v0.27.2
24012026-03-16T21:59:21.009Z Checking hubpack v0.1.2
24022026-03-16T21:59:21.068Z Checking rustix v0.38.44
24032026-03-16T21:59:21.123Z Checking pkcs1 v0.7.5
24042026-03-16T21:59:21.199Z Checking float-cmp v0.10.0
24052026-03-16T21:59:21.221Z Checking erased-serde v0.3.31
24062026-03-16T21:59:21.362Z Checking serde-big-array v0.5.1
24072026-03-16T21:59:21.391Z Checking hex v0.4.3
24082026-03-16T21:59:21.434Z Checking rfc6979 v0.4.0
24092026-03-16T21:59:21.522Z Checking memmap2 v0.9.10
24102026-03-16T21:59:21.573Z Checking thread-id v4.2.2
24112026-03-16T21:59:21.667Z Checking env_filter v1.0.0
24122026-03-16T21:59:21.696Z Checking encoding_rs v0.8.35
24132026-03-16T21:59:21.722Z Checking toml_write v0.1.2
24142026-03-16T21:59:21.788Z Checking data-encoding v2.10.0
24152026-03-16T21:59:21.844Z Checking precomputed-hash v0.1.1
24162026-03-16T21:59:21.934Z Checking fixedbitset v0.5.7
24172026-03-16T21:59:21.949Z Checking whoami v2.1.0
24182026-03-16T21:59:21.969Z Checking new_debug_unreachable v1.0.6
24192026-03-16T21:59:22.028Z Checking rustc-hash v2.1.1
24202026-03-16T21:59:22.051Z Checking predicates-core v1.0.10
24212026-03-16T21:59:22.136Z Checking unicode-segmentation v1.12.0
24222026-03-16T21:59:22.169Z Checking jiff v0.2.21
24232026-03-16T21:59:22.183Z Checking unit-prefix v0.5.2
24242026-03-16T21:59:22.186Z Checking mime v0.3.17
24252026-03-16T21:59:22.211Z Checking normalize-line-endings v0.3.0
24262026-03-16T21:59:22.225Z Checking keccak v0.1.6
24272026-03-16T21:59:22.253Z Checking difflib v0.4.0
24282026-03-16T21:59:22.313Z Checking fixedbitset v0.4.2
24292026-03-16T21:59:22.328Z Checking static_assertions v1.1.0
24302026-03-16T21:59:22.409Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24312026-03-16T21:59:22.422Z Checking indicatif v0.18.4
24322026-03-16T21:59:22.437Z Checking sha3 v0.10.8
24332026-03-16T21:59:22.476Z Checking predicates v3.1.4
24342026-03-16T21:59:22.502Z Checking petgraph v0.6.5
24352026-03-16T21:59:22.551Z Checking similar v2.7.0
24362026-03-16T21:59:22.694Z Checking zone v0.3.1
24372026-03-16T21:59:22.876Z Checking tokio-postgres v0.7.16
24382026-03-16T21:59:22.907Z Checking crossterm v0.28.1
24392026-03-16T21:59:22.958Z Checking reqwest v0.12.28
24402026-03-16T21:59:23.068Z Checking petgraph v0.8.3
24412026-03-16T21:59:23.857Z Checking hickory-proto v0.25.2
24422026-03-16T21:59:24.054Z Checking string_cache v0.8.9
24432026-03-16T21:59:24.203Z Checking ed25519-dalek v2.2.0
24442026-03-16T21:59:24.262Z Checking toml_edit v0.22.27
24452026-03-16T21:59:24.289Z Checking env_logger v0.11.9
24462026-03-16T21:59:24.481Z Checking slog v2.8.2
24472026-03-16T21:59:24.495Z Checking usdt v0.6.0
24482026-03-16T21:59:24.526Z Checking serde_with v3.17.0
24492026-03-16T21:59:24.691Z Checking usdt-impl v0.5.0
24502026-03-16T21:59:24.834Z Checking ecdsa v0.16.9
24512026-03-16T21:59:25.044Z Checking toml v0.7.8
24522026-03-16T21:59:25.218Z Checking rsa v0.9.10
24532026-03-16T21:59:25.275Z Checking clap v4.5.60
24542026-03-16T21:59:25.289Z Checking zip v4.6.1
24552026-03-16T21:59:25.366Z Checking reqwest v0.13.2
24562026-03-16T21:59:25.381Z Checking toml_parser v1.0.9+spec-1.1.0
24572026-03-16T21:59:25.474Z Checking zip v0.6.6
24582026-03-16T21:59:25.773Z Checking strum v0.26.3
24592026-03-16T21:59:25.832Z Checking tokio-stream v0.1.18
24602026-03-16T21:59:25.835Z Checking fs-err v3.3.0
24612026-03-16T21:59:25.905Z Checking ahash v0.8.12
24622026-03-16T21:59:25.920Z Checking object v0.37.3
24632026-03-16T21:59:26.071Z Checking itertools v0.13.0
24642026-03-16T21:59:26.159Z Checking buf-list v1.1.2
24652026-03-16T21:59:26.224Z Checking camino v1.2.2
24662026-03-16T21:59:26.339Z Checking anyhow v1.0.102
24672026-03-16T21:59:26.389Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24682026-03-16T21:59:26.497Z Checking x509-cert v0.2.5
24692026-03-16T21:59:26.512Z Checking openapiv3 v2.2.0
24702026-03-16T21:59:26.562Z Checking toml_datetime v0.7.5+spec-1.1.0
24712026-03-16T21:59:26.589Z Checking sha1 v0.10.6
24722026-03-16T21:59:26.760Z Checking peg-runtime v0.8.5
24732026-03-16T21:59:26.790Z Checking lalrpop-util v0.19.12
24742026-03-16T21:59:26.811Z Checking sigpipe v0.1.3
24752026-03-16T21:59:26.907Z Checking glob v0.3.3
24762026-03-16T21:59:29.196Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24772026-03-16T21:59:29.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.83s
24782026-03-16T21:59:29.733Z
24792026-03-16T21:59:29.733Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/256)
24802026-03-16T21:59:30.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812026-03-16T21:59:30.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822026-03-16T21:59:30.709Z Checking newtype-uuid v1.3.2
24832026-03-16T21:59:30.712Z Compiling structmeta-derive v0.3.0
24842026-03-16T21:59:30.712Z Compiling rustls v0.22.4
24852026-03-16T21:59:30.861Z Checking regress v0.10.5
24862026-03-16T21:59:30.864Z Compiling multer v3.1.0
24872026-03-16T21:59:30.888Z Compiling newtype-uuid-macros v0.1.0
24882026-03-16T21:59:30.891Z Compiling async-stream-impl v0.3.6
24892026-03-16T21:59:30.891Z Checking futures-executor v0.3.32
24902026-03-16T21:59:31.063Z Checking daft v0.1.5
24912026-03-16T21:59:31.138Z Compiling dropshot v0.16.7
24922026-03-16T21:59:31.180Z Checking futures v0.3.32
24932026-03-16T21:59:31.277Z Compiling dropshot_endpoint v0.16.7
24942026-03-16T21:59:31.377Z Checking iddqd v0.3.17
24952026-03-16T21:59:31.452Z Checking thread_local v1.1.9
24962026-03-16T21:59:31.667Z Checking crossbeam-channel v0.5.15
24972026-03-16T21:59:34.901Z Checking is-terminal v0.4.17
24982026-03-16T21:59:34.924Z Checking term v1.2.1
24992026-03-16T21:59:34.924Z Checking take_mut v0.2.2
25002026-03-16T21:59:34.924Z Checking rustls-webpki v0.102.8
25012026-03-16T21:59:34.924Z Checking slog-async v2.8.0
25022026-03-16T21:59:34.924Z Checking slog-term v2.9.2
25032026-03-16T21:59:34.924Z Compiling structmeta v0.3.0
25042026-03-16T21:59:34.924Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052026-03-16T21:59:34.924Z Checking serde_spanned v1.0.4
25062026-03-16T21:59:34.924Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25072026-03-16T21:59:34.924Z Checking match_cfg v0.1.0
25082026-03-16T21:59:34.924Z Compiling derive-ex v0.1.8
25092026-03-16T21:59:34.924Z Compiling parse-display-derive v0.10.0
25102026-03-16T21:59:34.924Z Checking debug-ignore v1.0.5
25112026-03-16T21:59:34.924Z Checking toml_writer v1.0.6+spec-1.1.0
25122026-03-16T21:59:34.924Z Checking hostname v0.3.1
25132026-03-16T21:59:34.925Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25142026-03-16T21:59:34.925Z Checking slog-json v2.6.1
25152026-03-16T21:59:34.925Z Checking toml v0.9.12+spec-1.1.0
25162026-03-16T21:59:34.925Z Checking macaddr v1.0.1
25172026-03-16T21:59:34.925Z Checking slog-bunyan v2.5.0
25182026-03-16T21:59:34.925Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25192026-03-16T21:59:34.925Z Checking async-stream v0.3.6
25202026-03-16T21:59:34.925Z Checking waitgroup v0.1.2
25212026-03-16T21:59:34.925Z Checking rustls-pemfile v2.2.0
25222026-03-16T21:59:34.925Z Checking serde_path_to_error v0.1.20
25232026-03-16T21:59:34.925Z Checking hostname v0.4.2
25242026-03-16T21:59:34.925Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25252026-03-16T21:59:34.925Z Checking progenitor-client v0.13.0
25262026-03-16T21:59:34.925Z Checking progenitor-client v0.10.0
25272026-03-16T21:59:34.925Z Compiling itertools v0.14.0
25282026-03-16T21:59:34.925Z Checking backon v1.6.0
25292026-03-16T21:59:34.925Z Checking instant v0.1.13
25302026-03-16T21:59:34.925Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312026-03-16T21:59:34.925Z Checking backoff v0.4.0
25322026-03-16T21:59:34.925Z Checking progenitor-extras v0.1.1
25332026-03-16T21:59:34.925Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25342026-03-16T21:59:34.925Z Checking heck v0.5.0
25352026-03-16T21:59:34.925Z Checking tokio-rustls v0.25.0
25362026-03-16T21:59:34.925Z Compiling toml_edit v0.23.10+spec-1.0.0
25372026-03-16T21:59:34.925Z Compiling test-strategy v0.4.5
25382026-03-16T21:59:34.942Z Checking parse-display v0.10.0
25392026-03-16T21:59:36.306Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25402026-03-16T21:59:36.319Z Compiling heapless v0.8.0
25412026-03-16T21:59:36.319Z Compiling crucible-workspace-hack v0.1.0
25422026-03-16T21:59:36.319Z Compiling typify-impl v0.4.3
25432026-03-16T21:59:36.320Z Compiling proc-macro-crate v3.4.0
25442026-03-16T21:59:36.320Z Compiling ingot-macros v0.1.1
25452026-03-16T21:59:36.320Z Checking hash32 v0.3.1
25462026-03-16T21:59:36.320Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25472026-03-16T21:59:36.320Z Compiling smoltcp v0.11.0
25482026-03-16T21:59:36.931Z Compiling num_enum_derive v0.7.5
25492026-03-16T21:59:36.954Z Checking tabwriter v1.4.1
25502026-03-16T21:59:36.954Z Checking cobs v0.3.0
25512026-03-16T21:59:36.954Z Compiling foreign-types-macros v0.2.3
25522026-03-16T21:59:36.954Z Checking foreign-types-shared v0.3.1
25532026-03-16T21:59:36.954Z Checking cpufeatures v0.3.0
25542026-03-16T21:59:36.954Z Checking chacha20 v0.10.0
25552026-03-16T21:59:36.997Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25562026-03-16T21:59:37.108Z Checking postcard v1.1.3
25572026-03-16T21:59:38.333Z Checking foreign-types v0.5.0
25582026-03-16T21:59:38.354Z Compiling proc-macro-crate v1.3.1
25592026-03-16T21:59:38.354Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-03-16T21:59:38.354Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25612026-03-16T21:59:38.354Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-16T21:59:38.380Z Checking num_enum v0.7.5
25632026-03-16T21:59:38.380Z Checking cstr-argument v0.1.2
25642026-03-16T21:59:38.380Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-03-16T21:59:38.380Z Checking colored v3.1.1
25662026-03-16T21:59:38.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25672026-03-16T21:59:38.388Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-16T21:59:38.411Z Compiling num_enum_derive v0.5.11
25692026-03-16T21:59:38.754Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25702026-03-16T21:59:38.763Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25712026-03-16T21:59:38.763Z Checking rand v0.10.0
25722026-03-16T21:59:38.763Z Checking secrecy v0.10.3
25732026-03-16T21:59:38.763Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-16T21:59:38.818Z Compiling memoffset v0.9.1
25752026-03-16T21:59:39.227Z Compiling unsafe-libyaml v0.2.11
25762026-03-16T21:59:39.235Z Compiling convert_case v0.4.0
25772026-03-16T21:59:39.274Z Compiling cfg_aliases v0.2.1
25782026-03-16T21:59:39.371Z Compiling nix v0.30.1
25792026-03-16T21:59:39.618Z Checking ingot-types v0.1.2
25802026-03-16T21:59:39.682Z Compiling derive_more v0.99.20
25812026-03-16T21:59:39.800Z Checking num_enum v0.5.11
25822026-03-16T21:59:39.900Z Compiling serde_yaml v0.9.34+deprecated
25832026-03-16T21:59:40.123Z Checking ingot v0.1.1
25842026-03-16T21:59:40.177Z Checking camino-tempfile v1.4.1
25852026-03-16T21:59:40.230Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-16T21:59:40.508Z Compiling prettyplease v0.2.37
25872026-03-16T21:59:40.724Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25882026-03-16T21:59:40.832Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-16T21:59:40.951Z Checking smf v0.2.3
25902026-03-16T21:59:41.097Z Compiling num-derive v0.4.2
25912026-03-16T21:59:41.257Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25922026-03-16T21:59:41.969Z Compiling typify-macro v0.4.3
25932026-03-16T21:59:42.025Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25942026-03-16T21:59:42.127Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-03-16T21:59:42.351Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25962026-03-16T21:59:42.412Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25972026-03-16T21:59:42.612Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25982026-03-16T21:59:42.884Z Checking whoami v1.6.1
25992026-03-16T21:59:43.287Z Compiling typify-impl v0.6.1
26002026-03-16T21:59:44.080Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26012026-03-16T21:59:44.284Z Compiling typify v0.4.3
26022026-03-16T21:59:44.656Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26032026-03-16T21:59:45.132Z Checking num-rational v0.4.2
26042026-03-16T21:59:45.390Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26052026-03-16T21:59:45.556Z Compiling thiserror-impl-no-std v2.0.2
26062026-03-16T21:59:45.950Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26072026-03-16T21:59:46.182Z Checking half v2.7.1
26082026-03-16T21:59:46.262Z Checking universal-hash v0.5.1
26092026-03-16T21:59:46.423Z Checking num-complex v0.4.6
26102026-03-16T21:59:46.582Z Checking ciborium-io v0.2.2
26112026-03-16T21:59:46.697Z Checking opaque-debug v0.3.1
26122026-03-16T21:59:46.749Z Checking ciborium-ll v0.2.2
26132026-03-16T21:59:46.784Z Checking poly1305 v0.8.0
26142026-03-16T21:59:46.841Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26152026-03-16T21:59:46.912Z Checking num v0.4.3
26162026-03-16T21:59:46.972Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26172026-03-16T21:59:47.005Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26182026-03-16T21:59:47.127Z Checking toml v0.8.23
26192026-03-16T21:59:47.211Z Checking thiserror-no-std v2.0.2
26202026-03-16T21:59:47.370Z Checking password-hash v0.5.0
26212026-03-16T21:59:47.470Z Checking chacha20 v0.9.1
26222026-03-16T21:59:47.570Z Compiling usdt-macro v0.5.0
26232026-03-16T21:59:47.667Z Compiling usdt-attr-macro v0.5.0
26242026-03-16T21:59:47.718Z Checking blake2 v0.10.6
26252026-03-16T21:59:48.028Z Checking aead v0.5.2
26262026-03-16T21:59:48.110Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26272026-03-16T21:59:48.534Z Checking memmap v0.7.0
26282026-03-16T21:59:48.551Z Checking float-ord v0.3.2
26292026-03-16T21:59:48.684Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26302026-03-16T21:59:48.703Z Checking usdt v0.5.0
26312026-03-16T21:59:48.735Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26322026-03-16T21:59:48.764Z Checking chacha20poly1305 v0.10.1
26332026-03-16T21:59:48.797Z Checking argon2 v0.5.3
26342026-03-16T21:59:48.920Z Checking vsss-rs v3.3.4
26352026-03-16T21:59:48.924Z Checking ciborium v0.2.2
26362026-03-16T21:59:49.247Z Checking indent_write v2.2.0
26372026-03-16T21:59:49.509Z Compiling semver v0.1.20
26382026-03-16T21:59:49.558Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26392026-03-16T21:59:49.720Z Compiling typify-macro v0.6.1
26402026-03-16T21:59:49.740Z Compiling rustc_version v0.1.7
26412026-03-16T21:59:49.812Z Compiling progenitor-impl v0.11.2
26422026-03-16T21:59:50.501Z Compiling pin-project-internal v1.1.11
26432026-03-16T21:59:50.608Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26442026-03-16T21:59:50.937Z Checking linked-hash-map v0.5.6
26452026-03-16T21:59:51.173Z Compiling minimal-lexical v0.2.1
26462026-03-16T21:59:51.425Z Checking swrite v0.1.0
26472026-03-16T21:59:51.514Z Compiling nom v7.1.3
26482026-03-16T21:59:51.539Z Checking lru-cache v0.1.2
26492026-03-16T21:59:51.696Z Compiling newtype_derive v0.1.6
26502026-03-16T21:59:52.075Z Compiling typify v0.6.1
26512026-03-16T21:59:52.091Z Checking pin-project v1.1.11
26522026-03-16T21:59:52.211Z Compiling progenitor-impl v0.13.0
26532026-03-16T21:59:52.317Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26542026-03-16T21:59:52.353Z Checking newline-converter v0.3.0
26552026-03-16T21:59:52.493Z Checking atomicwrites v0.4.4
26562026-03-16T21:59:52.636Z Checking phf_shared v0.12.1
26572026-03-16T21:59:52.654Z Checking progenitor-client v0.11.2
26582026-03-16T21:59:52.827Z Checking hickory-proto v0.24.4
26592026-03-16T21:59:52.950Z Checking console v0.15.11
26602026-03-16T21:59:53.085Z Checking pem v3.0.6
26612026-03-16T21:59:53.293Z Compiling snafu-derive v0.8.9
26622026-03-16T21:59:53.317Z Checking csv-core v0.1.13
26632026-03-16T21:59:53.361Z Compiling async-recursion v1.1.1
26642026-03-16T21:59:53.552Z Compiling derive-where v1.6.0
26652026-03-16T21:59:53.572Z Compiling progenitor-macro v0.11.2
26662026-03-16T21:59:54.266Z Compiling slog-dtrace v0.3.0
26672026-03-16T21:59:54.533Z Checking same-file v1.0.6
26682026-03-16T21:59:54.685Z Compiling chrono-tz v0.10.4
26692026-03-16T21:59:55.226Z Checking highway v1.3.0
26702026-03-16T21:59:55.354Z Checking unicode-width v0.1.14
26712026-03-16T21:59:55.621Z Compiling owo-colors v4.3.0
26722026-03-16T21:59:55.728Z Checking resolv-conf v0.7.6
26732026-03-16T21:59:55.859Z Compiling cancel-safe-futures v0.1.5
26742026-03-16T21:59:55.970Z Checking hickory-resolver v0.24.4
26752026-03-16T21:59:56.011Z Checking snafu v0.8.9
26762026-03-16T21:59:56.164Z Compiling progenitor-macro v0.13.0
26772026-03-16T21:59:56.186Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26782026-03-16T21:59:56.332Z Compiling const_format_proc_macros v0.2.34
26792026-03-16T21:59:56.966Z Checking walkdir v2.5.0
26802026-03-16T21:59:57.186Z Checking csv v1.4.0
26812026-03-16T21:59:57.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26822026-03-16T21:59:57.468Z Checking expectorate v1.2.0
26832026-03-16T21:59:57.637Z Checking phf v0.12.1
26842026-03-16T21:59:57.679Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26852026-03-16T21:59:57.949Z Checking tokio-dtrace v0.1.1
26862026-03-16T21:59:58.185Z Compiling progenitor-impl v0.10.0
26872026-03-16T21:59:58.373Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26882026-03-16T21:59:58.999Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26892026-03-16T21:59:59.124Z Checking globset v0.4.18
26902026-03-16T21:59:59.464Z Checking olpc-cjson v0.1.4
26912026-03-16T21:59:59.603Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26922026-03-16T21:59:59.643Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26932026-03-16T21:59:59.705Z Checking libsw-core v0.3.2
26942026-03-16T21:59:59.827Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26952026-03-16T21:59:59.888Z Checking arc-swap v1.8.2
26962026-03-16T21:59:59.968Z Compiling lzma-sys v0.1.20
26972026-03-16T22:00:00.187Z Checking serde_plain v1.0.2
26982026-03-16T22:00:00.389Z Checking typed-path v0.9.3
26992026-03-16T22:00:00.433Z Checking utf-8 v0.7.6
27002026-03-16T22:00:00.612Z Checking progenitor v0.11.2
27012026-03-16T22:00:00.662Z Checking bytecount v0.6.9
27022026-03-16T22:00:00.798Z Checking papergrid v0.11.0
27032026-03-16T22:00:00.818Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27042026-03-16T22:00:00.975Z Checking tungstenite v0.21.0
27052026-03-16T22:00:01.495Z Checking tough v0.20.0
27062026-03-16T22:00:01.572Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27072026-03-16T22:00:01.655Z Checking slog-scope v4.4.1
27082026-03-16T22:00:01.785Z Checking libsw v3.5.0
27092026-03-16T22:00:01.827Z Checking oxide-tokio-rt v0.1.2
27102026-03-16T22:00:01.888Z Compiling progenitor-macro v0.10.0
27112026-03-16T22:00:02.078Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27122026-03-16T22:00:02.351Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27132026-03-16T22:00:02.640Z Checking const_format v0.2.35
27142026-03-16T22:00:03.241Z Checking progenitor v0.13.0
27152026-03-16T22:00:03.258Z Checking qorb v0.4.1
27162026-03-16T22:00:03.469Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27172026-03-16T22:00:03.761Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27182026-03-16T22:00:04.032Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27192026-03-16T22:00:04.187Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27202026-03-16T22:00:04.589Z Compiling cargo_toml v0.22.3
27212026-03-16T22:00:04.728Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27222026-03-16T22:00:04.781Z Checking gethostname v0.5.0
27232026-03-16T22:00:04.845Z Compiling tabled_derive v0.7.0
27242026-03-16T22:00:04.893Z Checking bcs v0.1.6
27252026-03-16T22:00:04.951Z Checking smawk v0.3.2
27262026-03-16T22:00:05.117Z Checking unicode-linebreak v0.1.5
27272026-03-16T22:00:05.156Z Checking termtree v0.5.1
27282026-03-16T22:00:05.207Z Checking linear-map v1.2.0
27292026-03-16T22:00:05.335Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27302026-03-16T22:00:05.393Z Checking textwrap v0.16.2
27312026-03-16T22:00:05.440Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27322026-03-16T22:00:05.725Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27332026-03-16T22:00:05.895Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27342026-03-16T22:00:06.224Z Checking tabled v0.15.0
27352026-03-16T22:00:06.247Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27362026-03-16T22:00:07.237Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27372026-03-16T22:00:07.504Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27382026-03-16T22:00:07.554Z Checking steno v0.4.1
27392026-03-16T22:00:07.724Z Checking slog-stdlog v4.1.1
27402026-03-16T22:00:07.881Z Checking typeid v1.0.3
27412026-03-16T22:00:07.957Z Checking tokio-tungstenite v0.21.0
27422026-03-16T22:00:08.008Z Checking base64 v0.21.7
27432026-03-16T22:00:08.307Z Checking humantime v2.3.0
27442026-03-16T22:00:08.337Z Checking ron v0.12.0
27452026-03-16T22:00:08.553Z Checking xz2 v0.1.7
27462026-03-16T22:00:08.556Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27472026-03-16T22:00:08.588Z Checking slog-envlogger v2.2.0
27482026-03-16T22:00:08.771Z Checking yasna v0.5.2
27492026-03-16T22:00:08.789Z Checking headers-core v0.3.0
27502026-03-16T22:00:08.924Z Checking filetime v0.2.27
27512026-03-16T22:00:08.937Z Checking base16ct v1.0.0
27522026-03-16T22:00:08.971Z Checking progenitor v0.10.0
27532026-03-16T22:00:09.092Z Checking xattr v1.6.1
27542026-03-16T22:00:09.109Z Checking headers v0.4.1
27552026-03-16T22:00:09.142Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27562026-03-16T22:00:09.258Z Checking tar v0.4.44
27572026-03-16T22:00:09.281Z Checking rcgen v0.12.1
27582026-03-16T22:00:09.332Z Checking subprocess v0.2.15
27592026-03-16T22:00:16.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27602026-03-16T22:00:24.595Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27612026-03-16T22:00:26.389Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27622026-03-16T22:00:27.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.23s
27632026-03-16T22:00:28.217Z
27642026-03-16T22:00:28.217Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/256)
27652026-03-16T22:00:28.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-03-16T22:00:28.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-03-16T22:00:29.112Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27682026-03-16T22:00:30.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
27692026-03-16T22:00:31.061Z
27702026-03-16T22:00:31.061Zinfo: running `cargo check --bins` on nexus-config (53/256)
27712026-03-16T22:00:31.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-03-16T22:00:31.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-03-16T22:00:31.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742026-03-16T22:00:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27752026-03-16T22:00:31.878Z
27762026-03-16T22:00:31.878Zinfo: running `cargo check --bins` on nexus-types (54/256)
27772026-03-16T22:00:32.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-03-16T22:00:32.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-03-16T22:00:32.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802026-03-16T22:00:32.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27812026-03-16T22:00:32.703Z
27822026-03-16T22:00:32.703Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/256)
27832026-03-16T22:00:33.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-03-16T22:00:33.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-03-16T22:00:33.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862026-03-16T22:00:33.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27872026-03-16T22:00:33.476Z
27882026-03-16T22:00:33.476Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/256)
27892026-03-16T22:00:34.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-03-16T22:00:34.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-03-16T22:00:34.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-03-16T22:00:34.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27932026-03-16T22:00:34.237Z
27942026-03-16T22:00:34.237Zinfo: running `cargo check --bins` on cockroach-admin-types (57/256)
27952026-03-16T22:00:34.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-03-16T22:00:34.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-03-16T22:00:34.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-03-16T22:00:34.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27992026-03-16T22:00:34.995Z
28002026-03-16T22:00:34.995Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/256)
28012026-03-16T22:00:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-03-16T22:00:35.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-03-16T22:00:35.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-03-16T22:00:35.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28052026-03-16T22:00:35.746Z
28062026-03-16T22:00:35.746Zinfo: running `cargo check --bins` on ereport-types (59/256)
28072026-03-16T22:00:36.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-03-16T22:00:36.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-03-16T22:00:36.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-03-16T22:00:36.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28112026-03-16T22:00:36.501Z
28122026-03-16T22:00:36.501Zinfo: running `cargo check --bins` on gateway-client (60/256)
28132026-03-16T22:00:37.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-03-16T22:00:37.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-03-16T22:00:37.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-03-16T22:00:37.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28172026-03-16T22:00:37.270Z
28182026-03-16T22:00:37.270Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/256)
28192026-03-16T22:00:37.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-03-16T22:00:37.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-03-16T22:00:37.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-03-16T22:00:37.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28232026-03-16T22:00:38.039Z
28242026-03-16T22:00:38.039Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/256)
28252026-03-16T22:00:38.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-03-16T22:00:38.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-03-16T22:00:38.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-03-16T22:00:38.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28292026-03-16T22:00:38.800Z
28302026-03-16T22:00:38.801Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/256)
28312026-03-16T22:00:39.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-03-16T22:00:39.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-03-16T22:00:39.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-03-16T22:00:39.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28352026-03-16T22:00:39.563Z
28362026-03-16T22:00:39.563Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/256)
28372026-03-16T22:00:40.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-03-16T22:00:40.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-03-16T22:00:40.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-03-16T22:00:40.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28412026-03-16T22:00:40.324Z
28422026-03-16T22:00:40.324Zinfo: running `cargo check --bins` on internal-dns-types (65/256)
28432026-03-16T22:00:40.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-03-16T22:00:40.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-03-16T22:00:40.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-03-16T22:00:40.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28472026-03-16T22:00:41.087Z
28482026-03-16T22:00:41.087Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/256)
28492026-03-16T22:00:41.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-03-16T22:00:41.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-03-16T22:00:41.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522026-03-16T22:00:41.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28532026-03-16T22:00:41.848Z
28542026-03-16T22:00:41.848Zinfo: running `cargo check --bins` on nexus-types-versions (67/256)
28552026-03-16T22:00:42.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-03-16T22:00:42.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-03-16T22:00:42.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-03-16T22:00:42.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28592026-03-16T22:00:42.651Z
28602026-03-16T22:00:42.651Zinfo: running `cargo check --bins` on omicron-passwords (68/256)
28612026-03-16T22:00:43.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-16T22:00:43.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-16T22:00:43.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-16T22:00:43.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28652026-03-16T22:00:43.400Z
28662026-03-16T22:00:43.400Zinfo: running `cargo check --bins` on oxql-types (69/256)
28672026-03-16T22:00:44.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-16T22:00:44.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-16T22:00:44.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-16T22:00:44.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28712026-03-16T22:00:44.163Z
28722026-03-16T22:00:44.163Zinfo: running `cargo check --bins` on oximeter-types (70/256)
28732026-03-16T22:00:44.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-16T22:00:44.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-16T22:00:44.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-16T22:00:44.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28772026-03-16T22:00:44.927Z
28782026-03-16T22:00:44.927Zinfo: running `cargo check --bins` on oximeter-types-versions (71/256)
28792026-03-16T22:00:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-16T22:00:45.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-16T22:00:45.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-16T22:00:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28832026-03-16T22:00:45.693Z
28842026-03-16T22:00:45.694Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/256)
28852026-03-16T22:00:46.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-16T22:00:46.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-16T22:00:46.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-16T22:00:46.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28892026-03-16T22:00:46.447Z
28902026-03-16T22:00:46.447Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (73/256)
28912026-03-16T22:00:47.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-16T22:00:47.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-16T22:00:47.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-16T22:00:47.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28952026-03-16T22:00:47.242Z
28962026-03-16T22:00:47.242Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/256)
28972026-03-16T22:00:47.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-16T22:00:47.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-16T22:00:47.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-16T22:00:47.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29012026-03-16T22:00:48.031Z
29022026-03-16T22:00:48.031Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/256)
29032026-03-16T22:00:48.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-16T22:00:48.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-16T22:00:48.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-16T22:00:48.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29072026-03-16T22:00:48.825Z
29082026-03-16T22:00:48.825Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/256)
29092026-03-16T22:00:49.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-16T22:00:49.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-16T22:00:49.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-16T22:00:49.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29132026-03-16T22:00:49.618Z
29142026-03-16T22:00:49.619Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/256)
29152026-03-16T22:00:50.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-16T22:00:50.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-16T22:00:50.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-16T22:00:50.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29192026-03-16T22:00:50.409Z
29202026-03-16T22:00:50.409Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/256)
29212026-03-16T22:00:51.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-16T22:00:51.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-16T22:00:51.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-16T22:00:51.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29252026-03-16T22:00:51.193Z
29262026-03-16T22:00:51.193Zinfo: running `cargo check --bins --no-default-features` on gfss (79/256)
29272026-03-16T22:00:51.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-16T22:00:51.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-16T22:00:51.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-16T22:00:51.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29312026-03-16T22:00:51.942Z
29322026-03-16T22:00:51.942Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/256)
29332026-03-16T22:00:52.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-16T22:00:52.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-16T22:00:52.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-16T22:00:52.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29372026-03-16T22:00:52.690Z
29382026-03-16T22:00:52.690Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (81/256)
29392026-03-16T22:00:53.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-16T22:00:53.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-16T22:00:53.482Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29422026-03-16T22:00:54.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
29432026-03-16T22:00:54.322Z
29442026-03-16T22:00:54.322Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/256)
29452026-03-16T22:00:55.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-16T22:00:55.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-16T22:00:55.122Z Compiling ar_archive_writer v0.5.1
29482026-03-16T22:00:55.126Z Compiling stacker v0.1.23
29492026-03-16T22:00:55.228Z Compiling cfg_aliases v0.1.1
29502026-03-16T22:00:55.242Z Compiling convert_case v0.10.0
29512026-03-16T22:00:55.256Z Checking fd-lock v4.0.4
29522026-03-16T22:00:55.259Z Checking nibble_vec v0.1.0
29532026-03-16T22:00:55.259Z Checking vte v0.14.1
29542026-03-16T22:00:55.259Z Compiling recursive-proc-macro-impl v0.1.1
29552026-03-16T22:00:55.314Z Compiling nix v0.28.0
29562026-03-16T22:00:55.400Z Checking endian-type v0.1.2
29572026-03-16T22:00:55.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-03-16T22:00:55.448Z Checking strip-ansi-escapes v0.2.1
29592026-03-16T22:00:55.557Z Checking radix_trie v0.2.1
29602026-03-16T22:00:55.571Z Compiling peg-macros v0.8.5
29612026-03-16T22:00:55.606Z Checking winnow v0.6.26
29622026-03-16T22:00:55.649Z Compiling derive_more-impl v2.1.1
29632026-03-16T22:00:55.832Z Compiling sqlparser_derive v0.5.0
29642026-03-16T22:00:55.846Z Checking home v0.5.12
29652026-03-16T22:00:55.972Z Checking nu-ansi-term v0.50.3
29662026-03-16T22:00:56.080Z Checking unicode_categories v0.1.1
29672026-03-16T22:00:56.248Z Checking reedline v0.40.0
29682026-03-16T22:00:56.309Z Checking display-error-chain v0.2.2
29692026-03-16T22:00:56.417Z Compiling psm v0.1.30
29702026-03-16T22:00:56.754Z Checking derive_more v2.1.1
29712026-03-16T22:00:56.842Z Checking crossterm v0.29.0
29722026-03-16T22:00:57.122Z Checking peg v0.8.5
29732026-03-16T22:00:57.135Z Checking sqlformat v0.3.5
29742026-03-16T22:00:57.142Z Checking rustyline v14.0.0
29752026-03-16T22:00:57.440Z Checking recursive v0.1.1
29762026-03-16T22:00:57.545Z Checking sqlparser v0.61.0
29772026-03-16T22:01:13.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
29782026-03-16T22:01:13.642Z
29792026-03-16T22:01:13.642Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/256)
29802026-03-16T22:01:14.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812026-03-16T22:01:14.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822026-03-16T22:01:14.447Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29832026-03-16T22:01:19.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
29842026-03-16T22:01:19.311Z
29852026-03-16T22:01:19.311Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/256)
29862026-03-16T22:01:19.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872026-03-16T22:01:19.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882026-03-16T22:01:20.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29892026-03-16T22:01:23.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29902026-03-16T22:01:23.576Z
29912026-03-16T22:01:23.576Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/256)
29922026-03-16T22:01:24.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-03-16T22:01:24.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-03-16T22:01:24.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952026-03-16T22:01:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
29962026-03-16T22:01:28.940Z
29972026-03-16T22:01:28.940Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/256)
29982026-03-16T22:01:29.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-16T22:01:29.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-16T22:01:29.747Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-16T22:01:34.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
30022026-03-16T22:01:34.357Z
30032026-03-16T22:01:34.358Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/256)
30042026-03-16T22:01:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-16T22:01:35.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-16T22:01:35.153Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-16T22:01:38.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
30082026-03-16T22:01:38.788Z
30092026-03-16T22:01:38.788Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/256)
30102026-03-16T22:01:39.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-16T22:01:39.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-16T22:01:39.590Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-16T22:01:43.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30142026-03-16T22:01:43.275Z
30152026-03-16T22:01:43.275Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/256)
30162026-03-16T22:01:43.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-16T22:01:43.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-16T22:01:44.077Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-16T22:01:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
30202026-03-16T22:01:48.861Z
30212026-03-16T22:01:48.861Zinfo: running `cargo check --bins` on oximeter (90/256)
30222026-03-16T22:01:49.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-16T22:01:49.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-16T22:01:49.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-03-16T22:01:49.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30262026-03-16T22:01:49.631Z
30272026-03-16T22:01:49.632Zinfo: running `cargo check --bins` on oximeter-schema (91/256)
30282026-03-16T22:01:50.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-16T22:01:50.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-16T22:01:50.401Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-03-16T22:01:50.578Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-03-16T22:01:51.027Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30332026-03-16T22:01:56.075Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30342026-03-16T22:01:56.494Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30352026-03-16T22:01:58.055Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30362026-03-16T22:01:58.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
30372026-03-16T22:01:59.136Z
30382026-03-16T22:01:59.136Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (92/256)
30392026-03-16T22:01:59.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-16T22:01:59.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-16T22:01:59.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-03-16T22:01:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30432026-03-16T22:01:59.903Z
30442026-03-16T22:01:59.903Zinfo: running `cargo check --bins` on oximeter-test-utils (93/256)
30452026-03-16T22:02:00.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-03-16T22:02:00.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-03-16T22:02:00.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-03-16T22:02:00.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30492026-03-16T22:02:00.727Z
30502026-03-16T22:02:00.727Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/256)
30512026-03-16T22:02:01.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-16T22:02:01.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-16T22:02:01.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-16T22:02:01.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30552026-03-16T22:02:01.517Z
30562026-03-16T22:02:01.517Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/256)
30572026-03-16T22:02:02.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-16T22:02:02.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-16T22:02:02.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-16T22:02:02.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30612026-03-16T22:02:02.308Z
30622026-03-16T22:02:02.308Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/256)
30632026-03-16T22:02:02.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-16T22:02:02.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-16T22:02:02.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-16T22:02:03.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30672026-03-16T22:02:03.099Z
30682026-03-16T22:02:03.099Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/256)
30692026-03-16T22:02:03.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-16T22:02:03.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-16T22:02:03.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-16T22:02:03.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30732026-03-16T22:02:03.887Z
30742026-03-16T22:02:03.887Zinfo: running `cargo check --bins` on trust-quorum-types (98/256)
30752026-03-16T22:02:04.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-16T22:02:04.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-16T22:02:04.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-16T22:02:04.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30792026-03-16T22:02:04.668Z
30802026-03-16T22:02:04.668Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/256)
30812026-03-16T22:02:05.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-16T22:02:05.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-16T22:02:05.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-16T22:02:05.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30852026-03-16T22:02:05.459Z
30862026-03-16T22:02:05.459Zinfo: running `cargo check --bins` on update-engine (100/256)
30872026-03-16T22:02:06.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-16T22:02:06.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-16T22:02:06.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-16T22:02:06.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30912026-03-16T22:02:06.209Z
30922026-03-16T22:02:06.209Zinfo: running `cargo check --bins` on omicron-certificates (101/256)
30932026-03-16T22:02:06.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-16T22:02:06.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-16T22:02:06.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-16T22:02:06.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30972026-03-16T22:02:06.974Z
30982026-03-16T22:02:06.974Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/256)
30992026-03-16T22:02:07.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-16T22:02:07.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-16T22:02:07.841Z Checking dropshot-api-manager-types v0.5.2
31022026-03-16T22:02:07.841Z Checking nanorand v0.7.0
31032026-03-16T22:02:08.119Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31042026-03-16T22:02:08.159Z Checking flume v0.11.1
31052026-03-16T22:02:08.429Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31062026-03-16T22:02:09.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
31072026-03-16T22:02:09.891Z
31082026-03-16T22:02:09.891Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/256)
31092026-03-16T22:02:10.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-16T22:02:10.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-16T22:02:10.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-16T22:02:10.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31132026-03-16T22:02:10.669Z
31142026-03-16T22:02:10.669Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/256)
31152026-03-16T22:02:11.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-16T22:02:11.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-16T22:02:11.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-16T22:02:11.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31192026-03-16T22:02:11.438Z
31202026-03-16T22:02:11.438Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/256)
31212026-03-16T22:02:12.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-16T22:02:12.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-16T22:02:12.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-16T22:02:12.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31252026-03-16T22:02:12.217Z
31262026-03-16T22:02:12.217Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/256)
31272026-03-16T22:02:12.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-16T22:02:12.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-16T22:02:12.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-16T22:02:12.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31312026-03-16T22:02:13.006Z
31322026-03-16T22:02:13.006Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/256)
31332026-03-16T22:02:13.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-16T22:02:13.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-16T22:02:13.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-16T22:02:13.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31372026-03-16T22:02:13.778Z
31382026-03-16T22:02:13.778Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/256)
31392026-03-16T22:02:14.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-16T22:02:14.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-16T22:02:14.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-16T22:02:14.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31432026-03-16T22:02:14.549Z
31442026-03-16T22:02:14.549Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/256)
31452026-03-16T22:02:15.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-16T22:02:15.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-16T22:02:15.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-16T22:02:15.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31492026-03-16T22:02:15.318Z
31502026-03-16T22:02:15.318Zinfo: running `cargo check --bins` on cockroach-admin-client (110/256)
31512026-03-16T22:02:15.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-16T22:02:15.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-16T22:02:15.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-16T22:02:15.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31552026-03-16T22:02:16.067Z
31562026-03-16T22:02:16.067Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/256)
31572026-03-16T22:02:16.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-16T22:02:16.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-16T22:02:16.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-16T22:02:16.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31612026-03-16T22:02:16.853Z
31622026-03-16T22:02:16.853Zinfo: running `cargo check --bins` on dns-service-client (112/256)
31632026-03-16T22:02:17.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-16T22:02:17.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-16T22:02:17.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-16T22:02:17.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31672026-03-16T22:02:17.624Z
31682026-03-16T22:02:17.624Zinfo: running `cargo check --bins` on installinator-client (113/256)
31692026-03-16T22:02:18.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-16T22:02:18.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-16T22:02:18.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-16T22:02:18.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31732026-03-16T22:02:18.397Z
31742026-03-16T22:02:18.397Zinfo: running `cargo check --bins` on nexus-client (114/256)
31752026-03-16T22:02:19.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-16T22:02:19.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-16T22:02:19.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-16T22:02:19.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31792026-03-16T22:02:19.222Z
31802026-03-16T22:02:19.222Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/256)
31812026-03-16T22:02:19.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-16T22:02:19.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-16T22:02:19.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-16T22:02:19.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31852026-03-16T22:02:20.038Z
31862026-03-16T22:02:20.038Zinfo: running `cargo check --bins` on ntp-admin-client (116/256)
31872026-03-16T22:02:20.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-16T22:02:20.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-16T22:02:20.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-16T22:02:20.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31912026-03-16T22:02:20.786Z
31922026-03-16T22:02:20.786Zinfo: running `cargo check --bins` on oxide-client (117/256)
31932026-03-16T22:02:21.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-16T22:02:21.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-16T22:02:21.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-16T22:02:21.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31972026-03-16T22:02:21.538Z
31982026-03-16T22:02:21.538Zinfo: running `cargo check --bins` on oximeter-client (118/256)
31992026-03-16T22:02:22.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-16T22:02:22.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-16T22:02:22.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-16T22:02:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32032026-03-16T22:02:22.302Z
32042026-03-16T22:02:22.302Zinfo: running `cargo check --bins` on repo-depot-client (119/256)
32052026-03-16T22:02:22.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-16T22:02:22.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-16T22:02:22.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-16T22:02:22.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32092026-03-16T22:02:23.056Z
32102026-03-16T22:02:23.056Zinfo: running `cargo check --bins` on sled-agent-client (120/256)
32112026-03-16T22:02:23.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-16T22:02:23.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-16T22:02:23.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-16T22:02:23.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32152026-03-16T22:02:23.857Z
32162026-03-16T22:02:23.857Zinfo: running `cargo check --bins` on wicketd-client (121/256)
32172026-03-16T22:02:24.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-16T22:02:24.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-16T22:02:24.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-16T22:02:24.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32212026-03-16T22:02:24.654Z
32222026-03-16T22:02:24.654Zinfo: running `cargo check --bins` on installinator-common (122/256)
32232026-03-16T22:02:25.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-16T22:02:25.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-16T22:02:25.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-16T22:02:25.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32272026-03-16T22:02:25.436Z
32282026-03-16T22:02:25.436Zinfo: running `cargo check --bins` on installinator-common-versions (123/256)
32292026-03-16T22:02:26.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-16T22:02:26.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-16T22:02:26.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-16T22:02:26.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32332026-03-16T22:02:26.189Z
32342026-03-16T22:02:26.189Zinfo: running `cargo check --bins` on wicket-common (124/256)
32352026-03-16T22:02:26.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-16T22:02:26.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-16T22:02:26.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-16T22:02:26.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32392026-03-16T22:02:26.984Z
32402026-03-16T22:02:26.984Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/256)
32412026-03-16T22:02:27.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-16T22:02:27.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-16T22:02:27.786Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32442026-03-16T22:02:27.789Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-03-16T22:02:27.789Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32462026-03-16T22:02:27.789Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32472026-03-16T22:02:27.905Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32482026-03-16T22:02:28.074Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32492026-03-16T22:02:28.090Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32502026-03-16T22:02:28.381Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32512026-03-16T22:02:28.384Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32522026-03-16T22:02:31.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32532026-03-16T22:02:31.385Z
32542026-03-16T22:02:31.385Zinfo: running `cargo check --bins` on cockroach-admin-api (126/256)
32552026-03-16T22:02:32.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-16T22:02:32.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-16T22:02:32.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-03-16T22:02:32.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32592026-03-16T22:02:32.156Z
32602026-03-16T22:02:32.156Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/256)
32612026-03-16T22:02:32.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-16T22:02:32.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-16T22:02:32.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-16T22:02:32.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32652026-03-16T22:02:33.040Z
32662026-03-16T22:02:33.040Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/256)
32672026-03-16T22:02:33.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-16T22:02:33.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-16T22:02:33.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-16T22:02:33.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32712026-03-16T22:02:33.927Z
32722026-03-16T22:02:33.927Zinfo: running `cargo check --bins` on dns-server (129/256)
32732026-03-16T22:02:34.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-16T22:02:34.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-16T22:02:34.722Z Compiling parking_lot_core v0.8.6
32762026-03-16T22:02:34.725Z Compiling git-stub v1.0.0
32772026-03-16T22:02:34.725Z Compiling atomicwrites v0.4.4
32782026-03-16T22:02:34.725Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32792026-03-16T22:02:34.725Z Checking tagptr v0.2.0
32802026-03-16T22:02:34.865Z Checking prefix-trie v0.7.0
32812026-03-16T22:02:34.868Z Checking fxhash v0.2.1
32822026-03-16T22:02:34.868Z Checking hickory-client v0.25.2
32832026-03-16T22:02:35.004Z Compiling git-stub-vcs v0.1.0
32842026-03-16T22:02:35.026Z Checking moka v0.12.13
32852026-03-16T22:02:35.291Z Checking hickory-server v0.25.2
32862026-03-16T22:02:35.376Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32872026-03-16T22:02:35.393Z Checking parking_lot v0.11.2
32882026-03-16T22:02:35.499Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32892026-03-16T22:02:35.503Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32902026-03-16T22:02:35.503Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32912026-03-16T22:02:35.613Z Checking sled v0.34.7
32922026-03-16T22:02:35.860Z Checking hickory-resolver v0.25.2
32932026-03-16T22:02:38.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
32942026-03-16T22:02:38.568Z
32952026-03-16T22:02:38.568Zinfo: running `cargo check --bins` on dns-server-api (130/256)
32962026-03-16T22:02:39.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-03-16T22:02:39.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-03-16T22:02:39.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-03-16T22:02:39.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33002026-03-16T22:02:39.332Z
33012026-03-16T22:02:39.332Zinfo: running `cargo check --bins` on gateway-test-utils (131/256)
33022026-03-16T22:02:40.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-16T22:02:40.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-16T22:02:40.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-16T22:02:40.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33062026-03-16T22:02:40.175Z
33072026-03-16T22:02:40.175Zinfo: running `cargo check --bins` on omicron-gateway (132/256)
33082026-03-16T22:02:40.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-16T22:02:40.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-16T22:02:41.069Z Compiling radium v0.7.0
33112026-03-16T22:02:41.072Z Checking tap v1.0.1
33122026-03-16T22:02:41.072Z Compiling maybe-uninit v2.0.0
33132026-03-16T22:02:41.184Z Compiling zerocopy-derive v0.6.6
33142026-03-16T22:02:41.187Z Compiling packed_struct v0.10.1
33152026-03-16T22:02:41.187Z Checking crc-catalog v2.4.0
33162026-03-16T22:02:41.187Z Checking funty v2.0.0
33172026-03-16T22:02:41.199Z Compiling packed_struct_codegen v0.10.1
33182026-03-16T22:02:41.347Z Checking wyz v0.5.1
33192026-03-16T22:02:41.367Z Checking crc v3.4.0
33202026-03-16T22:02:41.575Z Compiling bitfield-macros v0.19.4
33212026-03-16T22:02:41.590Z Compiling indexmap v1.9.3
33222026-03-16T22:02:41.611Z Checking nodrop v0.1.14
33232026-03-16T22:02:41.712Z Checking array-init v0.0.4
33242026-03-16T22:02:41.742Z Checking hashbrown v0.12.3
33252026-03-16T22:02:41.762Z Checking bitvec v1.0.1
33262026-03-16T22:02:41.794Z Checking smallvec v0.6.14
33272026-03-16T22:02:41.867Z Checking ron v0.8.1
33282026-03-16T22:02:42.041Z Checking hashbrown v0.13.2
33292026-03-16T22:02:42.210Z Checking serde-hex v0.1.0
33302026-03-16T22:02:42.431Z Checking zerocopy v0.6.6
33312026-03-16T22:02:42.535Z Checking bitfield v0.19.4
33322026-03-16T22:02:42.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33332026-03-16T22:02:42.608Z Checking crc-any v2.5.0
33342026-03-16T22:02:42.693Z Checking path-slash v0.1.5
33352026-03-16T22:02:42.724Z Checking object v0.30.4
33362026-03-16T22:02:42.814Z Checking half v1.8.3
33372026-03-16T22:02:42.845Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-03-16T22:02:42.845Z Checking void v1.0.2
33392026-03-16T22:02:42.872Z Checking tungstenite v0.23.0
33402026-03-16T22:02:42.977Z Checking lzss v0.8.2
33412026-03-16T22:02:43.032Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-03-16T22:02:43.065Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33432026-03-16T22:02:43.081Z Checking serde_cbor v0.11.2
33442026-03-16T22:02:43.215Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-03-16T22:02:43.231Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33462026-03-16T22:02:43.258Z Checking nix v0.27.1
33472026-03-16T22:02:43.410Z Checking kstat-rs v0.2.4
33482026-03-16T22:02:43.588Z Checking serde_bytes v0.11.19
33492026-03-16T22:02:43.644Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33502026-03-16T22:02:43.732Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33512026-03-16T22:02:43.807Z Checking tokio-tungstenite v0.23.1
33522026-03-16T22:02:43.958Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33532026-03-16T22:02:44.114Z Checking signal-hook-tokio v0.3.1
33542026-03-16T22:02:45.053Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-03-16T22:02:45.314Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33562026-03-16T22:02:48.611Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-03-16T22:02:49.833Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33582026-03-16T22:02:50.205Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33592026-03-16T22:02:51.682Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33602026-03-16T22:02:54.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
33612026-03-16T22:02:54.690Z
33622026-03-16T22:02:54.690Zinfo: running `cargo check --bins` on gateway-api (133/256)
33632026-03-16T22:02:55.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-03-16T22:02:55.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-03-16T22:02:55.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-03-16T22:02:55.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33672026-03-16T22:02:55.452Z
33682026-03-16T22:02:55.452Zinfo: running `cargo check --bins` on ipcc (134/256)
33692026-03-16T22:02:56.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-16T22:02:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-16T22:02:56.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-16T22:02:56.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33732026-03-16T22:02:56.217Z
33742026-03-16T22:02:56.218Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/256)
33752026-03-16T22:02:56.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-16T22:02:56.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-16T22:02:56.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-16T22:02:56.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33792026-03-16T22:02:56.967Z
33802026-03-16T22:02:56.967Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/256)
33812026-03-16T22:02:57.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-16T22:02:57.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-16T22:02:57.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-16T22:02:57.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33852026-03-16T22:02:57.738Z
33862026-03-16T22:02:57.738Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/256)
33872026-03-16T22:02:58.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-16T22:02:58.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-16T22:02:58.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-16T22:02:58.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33912026-03-16T22:02:58.509Z
33922026-03-16T22:02:58.509Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/256)
33932026-03-16T22:02:59.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-16T22:02:59.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-16T22:02:59.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-16T22:02:59.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33972026-03-16T22:02:59.285Z
33982026-03-16T22:02:59.285Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/256)
33992026-03-16T22:02:59.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-16T22:02:59.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-16T22:02:59.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-16T22:02:59.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34032026-03-16T22:03:00.061Z
34042026-03-16T22:03:00.061Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/256)
34052026-03-16T22:03:00.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-16T22:03:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-16T22:03:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-16T22:03:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34092026-03-16T22:03:00.831Z
34102026-03-16T22:03:00.831Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/256)
34112026-03-16T22:03:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-16T22:03:01.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-16T22:03:01.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-16T22:03:01.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34152026-03-16T22:03:01.606Z
34162026-03-16T22:03:01.606Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/256)
34172026-03-16T22:03:02.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-16T22:03:02.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-16T22:03:02.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-16T22:03:02.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34212026-03-16T22:03:02.380Z
34222026-03-16T22:03:02.380Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/256)
34232026-03-16T22:03:03.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-16T22:03:03.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-16T22:03:03.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-16T22:03:03.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34272026-03-16T22:03:03.145Z
34282026-03-16T22:03:03.145Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/256)
34292026-03-16T22:03:03.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-16T22:03:03.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-16T22:03:03.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-16T22:03:03.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34332026-03-16T22:03:03.909Z
34342026-03-16T22:03:03.909Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/256)
34352026-03-16T22:03:04.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-16T22:03:04.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-16T22:03:04.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-16T22:03:04.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34392026-03-16T22:03:04.690Z
34402026-03-16T22:03:04.690Zinfo: running `cargo check --bins` on oximeter-producer (146/256)
34412026-03-16T22:03:05.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-16T22:03:05.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-16T22:03:05.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-16T22:03:05.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34452026-03-16T22:03:05.515Z
34462026-03-16T22:03:05.516Zinfo: running `cargo check --bins` on internal-dns-resolver (147/256)
34472026-03-16T22:03:06.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-16T22:03:06.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-16T22:03:06.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-16T22:03:06.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34512026-03-16T22:03:06.291Z
34522026-03-16T22:03:06.291Zinfo: running `cargo check --bins` on sp-sim (148/256)
34532026-03-16T22:03:07.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-16T22:03:07.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-16T22:03:07.157Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-03-16T22:03:09.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34572026-03-16T22:03:09.729Z
34582026-03-16T22:03:09.729Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (149/256)
34592026-03-16T22:03:10.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-16T22:03:10.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-16T22:03:10.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-16T22:03:10.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34632026-03-16T22:03:10.571Z
34642026-03-16T22:03:10.571Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (150/256)
34652026-03-16T22:03:11.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-16T22:03:11.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-16T22:03:11.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-16T22:03:11.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34692026-03-16T22:03:11.416Z
34702026-03-16T22:03:11.416Zinfo: running `cargo check --bins` on db-macros (151/256)
34712026-03-16T22:03:12.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-16T22:03:12.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-16T22:03:12.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-16T22:03:12.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34752026-03-16T22:03:12.163Z
34762026-03-16T22:03:12.163Zinfo: running `cargo check --bins` on nexus-macros-common (152/256)
34772026-03-16T22:03:12.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-16T22:03:12.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-16T22:03:12.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-16T22:03:12.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34812026-03-16T22:03:12.914Z
34822026-03-16T22:03:12.914Zinfo: running `cargo check --bins` on nexus-auth (153/256)
34832026-03-16T22:03:13.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-16T22:03:13.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-16T22:03:13.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-16T22:03:13.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34872026-03-16T22:03:13.753Z
34882026-03-16T22:03:13.753Zinfo: running `cargo check --bins` on authz-macros (154/256)
34892026-03-16T22:03:14.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-16T22:03:14.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-16T22:03:14.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-16T22:03:14.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34932026-03-16T22:03:14.503Z
34942026-03-16T22:03:14.503Zinfo: running `cargo check --bins` on nexus-db-fixed-data (155/256)
34952026-03-16T22:03:15.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-16T22:03:15.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-16T22:03:15.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-16T22:03:15.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34992026-03-16T22:03:15.337Z
35002026-03-16T22:03:15.337Zinfo: running `cargo check --bins` on nexus-db-model (156/256)
35012026-03-16T22:03:16.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-16T22:03:16.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-16T22:03:16.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-16T22:03:16.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35052026-03-16T22:03:16.168Z
35062026-03-16T22:03:16.168Zinfo: running `cargo check --bins` on nexus-db-schema (157/256)
35072026-03-16T22:03:16.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-16T22:03:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-16T22:03:16.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-16T22:03:16.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35112026-03-16T22:03:16.920Z
35122026-03-16T22:03:16.920Zinfo: running `cargo check --bins` on omicron-rpaths (158/256)
35132026-03-16T22:03:17.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-16T22:03:17.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-16T22:03:17.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-16T22:03:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35172026-03-16T22:03:17.673Z
35182026-03-16T22:03:17.673Zinfo: running `cargo check --bins` on nexus-defaults (159/256)
35192026-03-16T22:03:18.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-16T22:03:18.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-16T22:03:18.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-16T22:03:18.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35232026-03-16T22:03:18.449Z
35242026-03-16T22:03:18.450Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (160/256)
35252026-03-16T22:03:19.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-16T22:03:19.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-16T22:03:19.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-16T22:03:19.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35292026-03-16T22:03:19.205Z
35302026-03-16T22:03:19.205Zinfo: running `cargo check --bins` on parallel-task-set (161/256)
35312026-03-16T22:03:19.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-16T22:03:19.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-16T22:03:19.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-16T22:03:19.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35352026-03-16T22:03:19.959Z
35362026-03-16T22:03:19.959Zinfo: running `cargo check --bins` on nexus-db-errors (162/256)
35372026-03-16T22:03:20.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-16T22:03:20.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-16T22:03:20.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-16T22:03:20.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35412026-03-16T22:03:20.798Z
35422026-03-16T22:03:20.798Zinfo: running `cargo check --bins` on nexus-db-lookup (163/256)
35432026-03-16T22:03:21.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-16T22:03:21.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-16T22:03:21.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-16T22:03:21.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35472026-03-16T22:03:21.634Z
35482026-03-16T22:03:21.634Zinfo: running `cargo check --bins` on nexus-inventory (164/256)
35492026-03-16T22:03:22.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-16T22:03:22.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-16T22:03:22.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-16T22:03:22.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35532026-03-16T22:03:22.462Z
35542026-03-16T22:03:22.462Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (165/256)
35552026-03-16T22:03:23.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-16T22:03:23.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-16T22:03:23.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-16T22:03:23.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35592026-03-16T22:03:23.251Z
35602026-03-16T22:03:23.251Zinfo: running `cargo check --bins --no-default-features` on sled-storage (166/256)
35612026-03-16T22:03:23.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-16T22:03:23.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-16T22:03:23.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-16T22:03:23.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35652026-03-16T22:03:24.033Z
35662026-03-16T22:03:24.033Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (167/256)
35672026-03-16T22:03:24.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-16T22:03:24.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-16T22:03:24.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-16T22:03:24.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35712026-03-16T22:03:24.813Z
35722026-03-16T22:03:24.813Zinfo: running `cargo check --bins` on key-manager (168/256)
35732026-03-16T22:03:25.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-16T22:03:25.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-16T22:03:25.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-16T22:03:25.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35772026-03-16T22:03:25.575Z
35782026-03-16T22:03:25.575Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (169/256)
35792026-03-16T22:03:26.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-16T22:03:26.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-16T22:03:26.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-16T22:03:26.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35832026-03-16T22:03:26.359Z
35842026-03-16T22:03:26.359Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (170/256)
35852026-03-16T22:03:27.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-16T22:03:27.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-16T22:03:27.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-16T22:03:27.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35892026-03-16T22:03:27.146Z
35902026-03-16T22:03:27.146Zinfo: running `cargo check --bins` on typed-rng (171/256)
35912026-03-16T22:03:27.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-16T22:03:27.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-16T22:03:27.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-16T22:03:27.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35952026-03-16T22:03:27.896Z
35962026-03-16T22:03:27.896Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (172/256)
35972026-03-16T22:03:28.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-16T22:03:28.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-16T22:03:28.912Z Compiling libefi-sys v0.1.0
36002026-03-16T22:03:28.916Z Compiling bitfield-struct v0.6.2
36012026-03-16T22:03:28.916Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36022026-03-16T22:03:29.063Z Compiling xshell-macros v0.2.7
36032026-03-16T22:03:29.069Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36042026-03-16T22:03:29.082Z Compiling salty v0.3.0
36052026-03-16T22:03:29.098Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36062026-03-16T22:03:29.101Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36072026-03-16T22:03:29.174Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36082026-03-16T22:03:29.484Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36092026-03-16T22:03:29.531Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36102026-03-16T22:03:29.545Z Checking xshell v0.2.7
36112026-03-16T22:03:29.689Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36122026-03-16T22:03:29.710Z Checking primeorder v0.13.6
36132026-03-16T22:03:29.768Z Compiling proc-macro-error-attr2 v2.0.0
36142026-03-16T22:03:29.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36152026-03-16T22:03:29.834Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36162026-03-16T22:03:29.877Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-03-16T22:03:30.017Z Checking p384 v0.13.1
36182026-03-16T22:03:30.052Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36192026-03-16T22:03:30.073Z Compiling nix v0.31.1
36202026-03-16T22:03:30.210Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212026-03-16T22:03:30.287Z Compiling proc-macro-error2 v2.0.1
36222026-03-16T22:03:30.463Z Compiling num-derive v0.3.3
36232026-03-16T22:03:30.511Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36242026-03-16T22:03:30.565Z Compiling unicase v2.9.0
36252026-03-16T22:03:30.660Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36262026-03-16T22:03:30.682Z Compiling tabled_derive v0.11.0
36272026-03-16T22:03:30.804Z Checking papergrid v0.17.0
36282026-03-16T22:03:30.850Z Compiling mime_guess v2.0.5
36292026-03-16T22:03:31.154Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-03-16T22:03:31.557Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36312026-03-16T22:03:31.574Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36322026-03-16T22:03:31.641Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36332026-03-16T22:03:31.684Z Checking libscf-sys v1.1.0
36342026-03-16T22:03:31.871Z Checking testing_table v0.3.0
36352026-03-16T22:03:31.888Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36362026-03-16T22:03:31.988Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-03-16T22:03:32.172Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-16T22:03:32.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36392026-03-16T22:03:32.290Z Checking corncobs v0.1.4
36402026-03-16T22:03:32.309Z Checking tabled v0.20.0
36412026-03-16T22:03:32.383Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36422026-03-16T22:03:32.454Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-03-16T22:03:32.535Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36442026-03-16T22:03:32.584Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-03-16T22:03:32.601Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-03-16T22:03:32.813Z Checking secrecy v0.8.0
36472026-03-16T22:03:32.942Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36482026-03-16T22:03:33.055Z Checking http-range v0.1.5
36492026-03-16T22:03:33.413Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36502026-03-16T22:03:33.553Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36512026-03-16T22:03:33.611Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36522026-03-16T22:03:33.781Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-03-16T22:03:33.800Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36542026-03-16T22:03:33.817Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36552026-03-16T22:03:33.907Z Checking atty v0.2.14
36562026-03-16T22:03:33.933Z Checking crc8 v0.1.1
36572026-03-16T22:03:33.953Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36582026-03-16T22:03:34.024Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36592026-03-16T22:03:34.058Z Checking hyper-staticfile v0.10.1
36602026-03-16T22:03:34.107Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36612026-03-16T22:03:34.367Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36622026-03-16T22:03:34.415Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36632026-03-16T22:03:34.618Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36642026-03-16T22:03:34.639Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36652026-03-16T22:03:34.689Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36662026-03-16T22:03:35.032Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36672026-03-16T22:03:35.050Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36682026-03-16T22:03:35.092Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36692026-03-16T22:03:35.114Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36702026-03-16T22:03:35.343Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36712026-03-16T22:03:35.439Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36722026-03-16T22:03:35.726Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36732026-03-16T22:03:35.839Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36742026-03-16T22:03:35.886Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36752026-03-16T22:03:37.385Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36762026-03-16T22:03:37.412Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-03-16T22:03:37.676Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36782026-03-16T22:03:37.978Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36792026-03-16T22:03:38.486Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36802026-03-16T22:03:38.748Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36812026-03-16T22:03:45.474Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36822026-03-16T22:04:01.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.36s
36832026-03-16T22:04:01.494Z
36842026-03-16T22:04:01.494Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (173/256)
36852026-03-16T22:04:02.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-03-16T22:04:02.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-03-16T22:04:02.429Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36882026-03-16T22:04:18.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.86s
36892026-03-16T22:04:18.954Z
36902026-03-16T22:04:18.954Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (174/256)
36912026-03-16T22:04:19.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-03-16T22:04:19.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-03-16T22:04:19.535Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-03-16T22:04:35.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.87s
36952026-03-16T22:04:35.728Z
36962026-03-16T22:04:35.728Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (175/256)
36972026-03-16T22:04:36.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-03-16T22:04:36.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-03-16T22:04:36.658Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-16T22:04:52.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s
37012026-03-16T22:04:52.794Z
37022026-03-16T22:04:52.794Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (176/256)
37032026-03-16T22:04:53.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-16T22:04:53.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-16T22:04:53.733Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-16T22:05:09.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.84s
37072026-03-16T22:05:09.878Z
37082026-03-16T22:05:09.878Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (177/256)
37092026-03-16T22:05:10.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-16T22:05:10.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-16T22:05:10.801Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-16T22:05:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37132026-03-16T22:05:27.041Z
37142026-03-16T22:05:27.041Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (178/256)
37152026-03-16T22:05:27.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-16T22:05:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-16T22:05:27.964Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-16T22:05:43.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s
37192026-03-16T22:05:44.233Z
37202026-03-16T22:05:44.233Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (179/256)
37212026-03-16T22:05:44.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-16T22:05:44.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-16T22:05:45.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-16T22:06:01.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37252026-03-16T22:06:01.446Z
37262026-03-16T22:06:01.446Zinfo: running `cargo check --bins` on bootstrap-agent-api (180/256)
37272026-03-16T22:06:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-16T22:06:02.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-16T22:06:02.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-03-16T22:06:02.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37312026-03-16T22:06:02.237Z
37322026-03-16T22:06:02.237Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (181/256)
37332026-03-16T22:06:02.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-16T22:06:02.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-16T22:06:02.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-03-16T22:06:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37372026-03-16T22:06:03.025Z
37382026-03-16T22:06:03.025Zinfo: running `cargo check --bins` on range-requests (182/256)
37392026-03-16T22:06:03.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-16T22:06:03.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-16T22:06:03.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-03-16T22:06:03.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37432026-03-16T22:06:03.785Z
37442026-03-16T22:06:03.785Zinfo: running `cargo check --bins` on repo-depot-api (183/256)
37452026-03-16T22:06:04.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-16T22:06:04.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-16T22:06:04.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-16T22:06:04.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37492026-03-16T22:06:04.550Z
37502026-03-16T22:06:04.550Zinfo: running `cargo check --bins` on sled-agent-api (184/256)
37512026-03-16T22:06:05.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-16T22:06:05.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-16T22:06:05.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-16T22:06:05.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37552026-03-16T22:06:05.342Z
37562026-03-16T22:06:05.342Zinfo: running `cargo check --bins` on sled-diagnostics (185/256)
37572026-03-16T22:06:06.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-16T22:06:06.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-16T22:06:06.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-16T22:06:06.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37612026-03-16T22:06:06.128Z
37622026-03-16T22:06:06.128Zinfo: running `cargo check --bins` on zfs-test-harness (186/256)
37632026-03-16T22:06:06.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-16T22:06:06.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-16T22:06:06.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-16T22:06:06.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37672026-03-16T22:06:06.911Z
37682026-03-16T22:06:06.911Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (187/256)
37692026-03-16T22:06:07.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-16T22:06:07.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-16T22:06:07.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-16T22:06:07.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37732026-03-16T22:06:07.703Z
37742026-03-16T22:06:07.703Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (188/256)
37752026-03-16T22:06:08.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-16T22:06:08.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-16T22:06:08.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-16T22:06:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37792026-03-16T22:06:08.498Z
37802026-03-16T22:06:08.498Zinfo: running `cargo check --bins` on sled-agent-health-monitor (189/256)
37812026-03-16T22:06:09.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-16T22:06:09.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-16T22:06:09.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-16T22:06:09.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37852026-03-16T22:06:09.286Z
37862026-03-16T22:06:09.286Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (190/256)
37872026-03-16T22:06:09.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-16T22:06:09.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-16T22:06:09.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-16T22:06:09.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37912026-03-16T22:06:10.083Z
37922026-03-16T22:06:10.083Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (191/256)
37932026-03-16T22:06:10.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-16T22:06:10.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-16T22:06:10.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-16T22:06:10.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37972026-03-16T22:06:10.875Z
37982026-03-16T22:06:10.875Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (192/256)
37992026-03-16T22:06:11.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-16T22:06:11.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-16T22:06:11.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-16T22:06:11.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38032026-03-16T22:06:11.676Z
38042026-03-16T22:06:11.676Zinfo: running `cargo check --bins` on trust-quorum (193/256)
38052026-03-16T22:06:12.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-16T22:06:12.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-16T22:06:12.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-16T22:06:12.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38092026-03-16T22:06:12.484Z
38102026-03-16T22:06:12.485Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (194/256)
38112026-03-16T22:06:13.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-16T22:06:13.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-16T22:06:13.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-16T22:06:13.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38152026-03-16T22:06:13.304Z
38162026-03-16T22:06:13.304Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (195/256)
38172026-03-16T22:06:14.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-16T22:06:14.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-16T22:06:14.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-16T22:06:14.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38212026-03-16T22:06:14.146Z
38222026-03-16T22:06:14.146Zinfo: running `cargo check --bins` on update-common (196/256)
38232026-03-16T22:06:14.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-16T22:06:14.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-16T22:06:14.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-16T22:06:14.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38272026-03-16T22:06:14.922Z
38282026-03-16T22:06:14.922Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (197/256)
38292026-03-16T22:06:15.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-16T22:06:15.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-16T22:06:15.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-16T22:06:15.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38332026-03-16T22:06:15.771Z
38342026-03-16T22:06:15.771Zinfo: running `cargo check --bins` on reconfigurator-cli (198/256)
38352026-03-16T22:06:16.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-16T22:06:16.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-16T22:06:16.694Z Compiling fs-err v2.11.0
38382026-03-16T22:06:16.698Z Checking ignore v0.4.25
38392026-03-16T22:06:16.698Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38402026-03-16T22:06:16.698Z Checking predicates-tree v1.0.13
38412026-03-16T22:06:16.811Z Checking parse-size v1.1.0
38422026-03-16T22:06:16.840Z Checking rand_seeder v0.4.0
38432026-03-16T22:06:16.843Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38442026-03-16T22:06:16.843Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38452026-03-16T22:06:16.947Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38462026-03-16T22:06:17.009Z Compiling petname v2.0.2
38472026-03-16T22:06:17.099Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38482026-03-16T22:06:17.234Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38492026-03-16T22:06:17.290Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38502026-03-16T22:06:17.335Z Checking globwalk v0.9.1
38512026-03-16T22:06:17.384Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38522026-03-16T22:06:17.495Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38532026-03-16T22:06:17.559Z Checking camino-tempfile-ext v0.3.3
38542026-03-16T22:06:17.580Z Checking sapling-renderdag v0.1.0
38552026-03-16T22:06:17.741Z Checking sync-ptr v0.1.4
38562026-03-16T22:06:17.806Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38572026-03-16T22:06:17.889Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38582026-03-16T22:06:17.927Z Checking colored v2.2.0
38592026-03-16T22:06:17.974Z Checking assert_matches v1.5.0
38602026-03-16T22:06:18.275Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38612026-03-16T22:06:18.408Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38622026-03-16T22:06:18.411Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38632026-03-16T22:06:19.151Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38642026-03-16T22:06:20.914Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38652026-03-16T22:06:23.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s
38662026-03-16T22:06:24.133Z
38672026-03-16T22:06:24.133Zinfo: running `cargo check --bins` on omicron-repl-utils (199/256)
38682026-03-16T22:06:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-03-16T22:06:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-03-16T22:06:24.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-03-16T22:06:24.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
38722026-03-16T22:06:24.891Z
38732026-03-16T22:06:24.891Zinfo: running `cargo check --bins` on nexus-test-interface (200/256)
38742026-03-16T22:06:25.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-03-16T22:06:25.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-03-16T22:06:25.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-03-16T22:06:25.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38782026-03-16T22:06:25.744Z
38792026-03-16T22:06:25.745Zinfo: running `cargo check --bins` on oximeter-collector (201/256)
38802026-03-16T22:06:26.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-16T22:06:26.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-16T22:06:26.609Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38832026-03-16T22:06:26.612Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38842026-03-16T22:06:27.426Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38852026-03-16T22:06:29.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
38862026-03-16T22:06:29.702Z
38872026-03-16T22:06:29.702Zinfo: running `cargo check --bins` on oximeter-api (202/256)
38882026-03-16T22:06:30.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-16T22:06:30.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-16T22:06:30.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-16T22:06:30.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38922026-03-16T22:06:30.473Z
38932026-03-16T22:06:30.473Zinfo: running `cargo check --bins` on cert-dev (203/256)
38942026-03-16T22:06:31.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-16T22:06:31.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-16T22:06:31.208Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38972026-03-16T22:06:31.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
38982026-03-16T22:06:31.727Z
38992026-03-16T22:06:31.727Zinfo: running `cargo check --bins` on clickana (204/256)
39002026-03-16T22:06:32.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-16T22:06:32.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-16T22:06:32.513Z Compiling darling_core v0.23.0
39032026-03-16T22:06:32.516Z Compiling instability v0.3.11
39042026-03-16T22:06:32.516Z Checking castaway v0.2.4
39052026-03-16T22:06:32.516Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39062026-03-16T22:06:32.516Z Compiling indoc v2.0.7
39072026-03-16T22:06:32.631Z Checking unicode-truncate v1.1.0
39082026-03-16T22:06:32.642Z Checking lru v0.12.5
39092026-03-16T22:06:32.648Z Checking cassowary v0.3.0
39102026-03-16T22:06:32.737Z Checking compact_str v0.8.1
39112026-03-16T22:06:33.943Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39122026-03-16T22:06:34.159Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39132026-03-16T22:06:34.612Z Compiling darling_macro v0.23.0
39142026-03-16T22:06:35.166Z Compiling darling v0.23.0
39152026-03-16T22:06:35.964Z Checking ratatui v0.29.0
39162026-03-16T22:06:37.498Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39172026-03-16T22:06:38.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
39182026-03-16T22:06:38.547Z
39192026-03-16T22:06:38.547Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (205/256)
39202026-03-16T22:06:39.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-03-16T22:06:39.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-03-16T22:06:39.407Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39232026-03-16T22:06:39.407Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39242026-03-16T22:06:40.143Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39252026-03-16T22:06:40.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
39262026-03-16T22:06:40.895Z
39272026-03-16T22:06:40.895Zinfo: running `cargo check --bins` on ch-dev (206/256)
39282026-03-16T22:06:41.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-03-16T22:06:41.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-03-16T22:06:41.764Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39312026-03-16T22:06:42.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39322026-03-16T22:06:42.936Z
39332026-03-16T22:06:42.937Zinfo: running `cargo check --bins` on dev-tools-common (207/256)
39342026-03-16T22:06:43.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-16T22:06:43.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-16T22:06:43.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-03-16T22:06:43.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39382026-03-16T22:06:43.534Z
39392026-03-16T22:06:43.534Zinfo: running `cargo check --bins` on crdb-seed (208/256)
39402026-03-16T22:06:44.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-16T22:06:44.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-16T22:06:44.395Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39432026-03-16T22:06:44.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
39442026-03-16T22:06:45.151Z
39452026-03-16T22:06:45.151Zinfo: running `cargo check --bins` on db-dev (209/256)
39462026-03-16T22:06:45.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-16T22:06:45.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-16T22:06:46.023Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39492026-03-16T22:06:46.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
39502026-03-16T22:06:47.205Z
39512026-03-16T22:06:47.205Zinfo: running `cargo check --bins` on omicron-dev-lib (210/256)
39522026-03-16T22:06:47.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-16T22:06:47.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-16T22:06:47.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-03-16T22:06:47.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39562026-03-16T22:06:48.045Z
39572026-03-16T22:06:48.045Zinfo: running `cargo check --bins` on xtask-downloader (211/256)
39582026-03-16T22:06:48.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-03-16T22:06:48.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-03-16T22:06:48.781Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39612026-03-16T22:06:49.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
39622026-03-16T22:06:49.846Z
39632026-03-16T22:06:49.846Zinfo: running `cargo check --bins` on omicron-dropshot-apis (212/256)
39642026-03-16T22:06:50.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-16T22:06:50.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-16T22:06:50.847Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39672026-03-16T22:06:50.870Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39682026-03-16T22:06:50.870Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39692026-03-16T22:06:50.871Z Checking git-stub v1.0.0
39702026-03-16T22:06:50.871Z Compiling trait-variant v0.1.2
39712026-03-16T22:06:50.871Z Checking is_ci v1.2.0
39722026-03-16T22:06:50.871Z Checking maplit v1.0.2
39732026-03-16T22:06:50.871Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39742026-03-16T22:06:51.020Z Checking supports-color v3.0.2
39752026-03-16T22:06:51.036Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39762026-03-16T22:06:51.075Z Checking git-stub-vcs v0.1.0
39772026-03-16T22:06:51.163Z Checking drift v0.1.3
39782026-03-16T22:06:51.179Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39792026-03-16T22:06:51.251Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39802026-03-16T22:06:51.321Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39812026-03-16T22:06:51.492Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39822026-03-16T22:06:51.524Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39832026-03-16T22:06:51.564Z Checking dropshot-api-manager v0.5.2
39842026-03-16T22:06:51.589Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39852026-03-16T22:06:51.783Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39862026-03-16T22:06:51.886Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39872026-03-16T22:06:52.081Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39882026-03-16T22:06:52.543Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39892026-03-16T22:07:01.401Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39902026-03-16T22:07:01.438Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39912026-03-16T22:07:01.597Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39922026-03-16T22:07:02.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
39932026-03-16T22:07:02.374Z
39942026-03-16T22:07:02.374Zinfo: running `cargo check --bins` on installinator-api (213/256)
39952026-03-16T22:07:03.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-03-16T22:07:03.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-03-16T22:07:03.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-03-16T22:07:03.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39992026-03-16T22:07:03.160Z
40002026-03-16T22:07:03.160Zinfo: running `cargo check --bins` on nexus-external-api (214/256)
40012026-03-16T22:07:03.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-03-16T22:07:03.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-03-16T22:07:03.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-03-16T22:07:03.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40052026-03-16T22:07:03.991Z
40062026-03-16T22:07:03.991Zinfo: running `cargo check --bins` on nexus-internal-api (215/256)
40072026-03-16T22:07:04.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-16T22:07:04.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-16T22:07:04.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-03-16T22:07:04.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40112026-03-16T22:07:04.820Z
40122026-03-16T22:07:04.820Zinfo: running `cargo check --bins` on nexus-lockstep-api (216/256)
40132026-03-16T22:07:05.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-16T22:07:05.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-16T22:07:05.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-03-16T22:07:05.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40172026-03-16T22:07:05.645Z
40182026-03-16T22:07:05.645Zinfo: running `cargo check --bins` on ntp-admin-api (217/256)
40192026-03-16T22:07:06.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-16T22:07:06.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-16T22:07:06.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-16T22:07:06.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40232026-03-16T22:07:06.427Z
40242026-03-16T22:07:06.427Zinfo: running `cargo check --bins` on ntp-admin-types-versions (218/256)
40252026-03-16T22:07:07.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-16T22:07:07.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-16T22:07:07.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-16T22:07:07.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
40292026-03-16T22:07:07.182Z
40302026-03-16T22:07:07.182Zinfo: running `cargo check --bins` on wicketd-api (219/256)
40312026-03-16T22:07:07.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-16T22:07:07.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-16T22:07:07.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-03-16T22:07:07.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40352026-03-16T22:07:07.979Z
40362026-03-16T22:07:07.979Zinfo: running `cargo check --bins` on omicron-ls-apis (220/256)
40372026-03-16T22:07:08.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-16T22:07:08.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-16T22:07:08.723Z Checking erased-serde v0.4.9
40402026-03-16T22:07:08.826Z Checking ordered-float v2.10.1
40412026-03-16T22:07:08.840Z Checking unicode-xid v0.2.6
40422026-03-16T22:07:08.852Z Checking cargo-platform v0.2.0
40432026-03-16T22:07:09.108Z Checking serde-value v0.7.0
40442026-03-16T22:07:09.291Z Checking serde-untagged v0.1.9
40452026-03-16T22:07:09.500Z Checking cargo-util-schemas v0.8.2
40462026-03-16T22:07:10.496Z Checking cargo_metadata v0.21.0
40472026-03-16T22:07:11.358Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40482026-03-16T22:07:12.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
40492026-03-16T22:07:12.465Z
40502026-03-16T22:07:12.465Zinfo: running `cargo check --bins` on mgs-dev (221/256)
40512026-03-16T22:07:13.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-03-16T22:07:13.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-03-16T22:07:13.351Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40542026-03-16T22:07:14.123Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40552026-03-16T22:07:14.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
40562026-03-16T22:07:14.998Z
40572026-03-16T22:07:14.998Zinfo: running `cargo check --bins` on omicron-omdb (222/256)
40582026-03-16T22:07:15.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-03-16T22:07:15.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-03-16T22:07:16.059Z Compiling vergen-gitcl v1.0.8
40612026-03-16T22:07:16.059Z Compiling dirs-sys-next v0.1.2
40622026-03-16T22:07:16.062Z Compiling crunchy v0.2.4
40632026-03-16T22:07:16.062Z Compiling glob v0.3.3
40642026-03-16T22:07:16.062Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40652026-03-16T22:07:16.062Z Compiling dsl_auto_type v0.1.3
40662026-03-16T22:07:16.062Z Checking scheduled-thread-pool v0.2.7
40672026-03-16T22:07:16.062Z Compiling diesel_table_macro_syntax v0.2.0
40682026-03-16T22:07:16.442Z Compiling dirs-next v2.0.0
40692026-03-16T22:07:16.458Z Compiling tiny-keccak v2.0.2
40702026-03-16T22:07:16.485Z Checking r2d2 v0.8.10
40712026-03-16T22:07:16.594Z Compiling term v0.7.0
40722026-03-16T22:07:16.650Z Compiling bit-vec v0.6.3
40732026-03-16T22:07:16.710Z Compiling itertools v0.10.5
40742026-03-16T22:07:16.744Z Compiling clang-sys v1.8.1
40752026-03-16T22:07:16.927Z Compiling bit-set v0.5.3
40762026-03-16T22:07:17.098Z Compiling diesel_derives v2.2.7
40772026-03-16T22:07:17.131Z Compiling ascii-canvas v3.0.0
40782026-03-16T22:07:17.232Z Compiling ena v0.14.4
40792026-03-16T22:07:17.286Z Compiling libloading v0.8.9
40802026-03-16T22:07:17.335Z Compiling regex-syntax v0.6.29
40812026-03-16T22:07:17.384Z Compiling diff v0.1.13
40822026-03-16T22:07:17.453Z Compiling bindgen v0.71.1
40832026-03-16T22:07:17.557Z Compiling cexpr v0.6.0
40842026-03-16T22:07:17.729Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40852026-03-16T22:07:17.991Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40862026-03-16T22:07:18.150Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40872026-03-16T22:07:18.168Z Compiling libxml v0.3.3
40882026-03-16T22:07:18.185Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40892026-03-16T22:07:18.463Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40902026-03-16T22:07:18.502Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40912026-03-16T22:07:18.572Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40922026-03-16T22:07:18.757Z Compiling strum_macros v0.24.3
40932026-03-16T22:07:18.895Z Compiling indoc v1.0.9
40942026-03-16T22:07:19.495Z Compiling lalrpop v0.19.12
40952026-03-16T22:07:20.209Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40962026-03-16T22:07:20.265Z Checking derive_builder v0.20.2
40972026-03-16T22:07:20.406Z Compiling oso-derive v0.27.3
40982026-03-16T22:07:20.465Z Checking quick-xml v0.37.5
40992026-03-16T22:07:20.603Z Compiling impl-trait-for-tuples v0.2.3
41002026-03-16T22:07:21.103Z Checking openssl-probe v0.1.6
41012026-03-16T22:07:21.275Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41022026-03-16T22:07:21.729Z Compiling diesel-dtrace v0.4.2
41032026-03-16T22:07:22.063Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41042026-03-16T22:07:22.260Z Checking bb8 v0.8.6
41052026-03-16T22:07:22.349Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41062026-03-16T22:07:22.619Z Checking nonempty v0.12.0
41072026-03-16T22:07:22.642Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41082026-03-16T22:07:22.780Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41092026-03-16T22:07:22.829Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41102026-03-16T22:07:22.920Z Checking support-bundle-viewer v0.1.2
41112026-03-16T22:07:23.059Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41122026-03-16T22:07:23.089Z Checking multimap v0.10.1
41132026-03-16T22:07:23.245Z Checking diesel v2.2.12
41142026-03-16T22:07:25.669Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41152026-03-16T22:07:27.547Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41162026-03-16T22:07:27.781Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41172026-03-16T22:07:27.817Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41182026-03-16T22:07:29.183Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41192026-03-16T22:07:29.806Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41202026-03-16T22:07:29.839Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41212026-03-16T22:07:30.768Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41222026-03-16T22:07:33.386Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41232026-03-16T22:07:38.284Z Compiling samael v0.0.19
41242026-03-16T22:07:44.603Z Checking async-bb8-diesel v0.2.1
41252026-03-16T22:07:46.908Z Compiling polar-core v0.27.3
41262026-03-16T22:07:53.148Z Checking oso v0.27.3
41272026-03-16T22:08:28.064Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41282026-03-16T22:09:14.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
41292026-03-16T22:09:14.593Z
41302026-03-16T22:09:14.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (223/256)
41312026-03-16T22:09:15.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-03-16T22:09:15.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-03-16T22:09:15.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-03-16T22:09:15.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41352026-03-16T22:09:15.462Z
41362026-03-16T22:09:15.462Zinfo: running `cargo check --bins` on nexus-saga-recovery (224/256)
41372026-03-16T22:09:16.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-03-16T22:09:16.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-03-16T22:09:16.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-03-16T22:09:16.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41412026-03-16T22:09:16.319Z
41422026-03-16T22:09:16.319Zinfo: running `cargo check --bins` on nexus-test-utils-macros (225/256)
41432026-03-16T22:09:16.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-16T22:09:16.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-16T22:09:16.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-03-16T22:09:16.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41472026-03-16T22:09:17.080Z
41482026-03-16T22:09:17.080Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (226/256)
41492026-03-16T22:09:17.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-16T22:09:17.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-16T22:09:18.151Z Compiling libz-sys v1.1.24
41522026-03-16T22:09:18.154Z Compiling libgit2-sys v0.18.3+1.9.2
41532026-03-16T22:09:18.290Z Compiling vergen-git2 v1.0.7
41542026-03-16T22:09:18.293Z Compiling rustls v0.21.12
41552026-03-16T22:09:18.316Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41562026-03-16T22:09:18.320Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41572026-03-16T22:09:18.320Z Compiling nix v0.29.0
41582026-03-16T22:09:18.320Z Checking rustls-webpki v0.101.7
41592026-03-16T22:09:18.570Z Checking sct v0.7.1
41602026-03-16T22:09:18.593Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41612026-03-16T22:09:18.637Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41622026-03-16T22:09:18.734Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41632026-03-16T22:09:18.825Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41642026-03-16T22:09:18.976Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41652026-03-16T22:09:19.018Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41662026-03-16T22:09:19.099Z Checking rustls-pemfile v1.0.4
41672026-03-16T22:09:19.210Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41682026-03-16T22:09:19.259Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41692026-03-16T22:09:19.509Z Checking twox-hash v2.1.2
41702026-03-16T22:09:19.560Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41712026-03-16T22:09:19.764Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41722026-03-16T22:09:20.477Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41732026-03-16T22:09:20.511Z Checking tokio-rustls v0.24.1
41742026-03-16T22:09:20.554Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41752026-03-16T22:09:20.660Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-03-16T22:09:20.772Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41772026-03-16T22:09:20.948Z Checking fatfs v0.3.6
41782026-03-16T22:09:21.367Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41792026-03-16T22:09:21.542Z Compiling seq-macro v0.3.6
41802026-03-16T22:09:26.393Z Compiling git2 v0.20.4
41812026-03-16T22:09:27.354Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41822026-03-16T22:09:27.506Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41832026-03-16T22:09:29.584Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41842026-03-16T22:10:37.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
41852026-03-16T22:10:37.372Z
41862026-03-16T22:10:37.372Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (227/256)
41872026-03-16T22:10:38.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-03-16T22:10:38.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-03-16T22:10:38.471Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41902026-03-16T22:11:36.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.24s
41912026-03-16T22:11:36.863Z
41922026-03-16T22:11:36.863Zinfo: running `cargo check --bins` on nexus-background-task-interface (228/256)
41932026-03-16T22:11:37.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-03-16T22:11:37.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-03-16T22:11:37.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-03-16T22:11:37.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41972026-03-16T22:11:37.632Z
41982026-03-16T22:11:37.632Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (229/256)
41992026-03-16T22:11:38.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-16T22:11:38.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-16T22:11:38.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-03-16T22:11:38.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42032026-03-16T22:11:38.484Z
42042026-03-16T22:11:38.484Zinfo: running `cargo check --bins` on nexus-mgs-updates (230/256)
42052026-03-16T22:11:39.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-16T22:11:39.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-16T22:11:39.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-03-16T22:11:39.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42092026-03-16T22:11:39.323Z
42102026-03-16T22:11:39.323Zinfo: running `cargo check --bins` on nexus-networking (231/256)
42112026-03-16T22:11:40.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-16T22:11:40.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-16T22:11:40.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-16T22:11:40.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42152026-03-16T22:11:40.168Z
42162026-03-16T22:11:40.168Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (232/256)
42172026-03-16T22:11:40.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-16T22:11:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-16T22:11:40.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-16T22:11:40.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42212026-03-16T22:11:41.015Z
42222026-03-16T22:11:41.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (233/256)
42232026-03-16T22:11:41.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-16T22:11:41.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-16T22:11:41.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-16T22:11:41.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42272026-03-16T22:11:41.857Z
42282026-03-16T22:11:41.857Zinfo: running `cargo check --bins` on omicron-dev (234/256)
42292026-03-16T22:11:42.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-16T22:11:42.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-16T22:11:42.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42322026-03-16T22:11:42.962Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42332026-03-16T22:11:43.105Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42342026-03-16T22:11:43.118Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42352026-03-16T22:11:43.122Z Checking diff v0.1.13
42362026-03-16T22:11:43.122Z Checking yansi v1.0.1
42372026-03-16T22:11:43.122Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42382026-03-16T22:11:43.146Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42392026-03-16T22:11:43.296Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42402026-03-16T22:11:43.487Z Checking pretty_assertions v1.4.1
42412026-03-16T22:11:44.389Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42422026-03-16T22:12:17.100Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42432026-03-16T22:12:17.104Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42442026-03-16T22:12:17.104Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42452026-03-16T22:12:17.104Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42462026-03-16T22:12:17.104Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42472026-03-16T22:12:17.104Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42482026-03-16T22:12:18.068Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42492026-03-16T22:12:19.501Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42502026-03-16T22:13:18.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42512026-03-16T22:13:18.968Z
42522026-03-16T22:13:18.968Zinfo: running `cargo check --bins` on omicron-pins (235/256)
42532026-03-16T22:13:19.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-16T22:13:19.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-16T22:13:19.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-03-16T22:13:19.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42572026-03-16T22:13:19.732Z
42582026-03-16T22:13:19.732Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (236/256)
42592026-03-16T22:13:20.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-16T22:13:20.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-16T22:13:20.657Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42622026-03-16T22:13:20.774Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42632026-03-16T22:13:20.776Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42642026-03-16T22:13:42.681Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42652026-03-16T22:13:43.181Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42662026-03-16T22:13:45.582Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42672026-03-16T22:13:46.156Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42682026-03-16T22:13:50.260Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42692026-03-16T22:14:22.047Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42702026-03-16T22:14:22.881Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42712026-03-16T22:14:25.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42722026-03-16T22:14:25.294Z
42732026-03-16T22:14:25.294Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (237/256)
42742026-03-16T22:14:26.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-03-16T22:14:26.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-03-16T22:14:26.169Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42772026-03-16T22:14:27.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42782026-03-16T22:14:27.275Z
42792026-03-16T22:14:27.275Zinfo: running `cargo check --bins` on omicron-releng (238/256)
42802026-03-16T22:14:27.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-16T22:14:27.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-16T22:14:28.073Z Compiling blake3 v1.8.3
42832026-03-16T22:14:28.076Z Checking arrayref v0.3.9
42842026-03-16T22:14:28.076Z Checking constant_time_eq v0.4.2
42852026-03-16T22:14:28.181Z Checking arrayvec v0.7.6
42862026-03-16T22:14:28.200Z Checking topological-sort v0.2.2
42872026-03-16T22:14:28.210Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42882026-03-16T22:14:28.213Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42892026-03-16T22:14:28.213Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42902026-03-16T22:14:28.266Z Checking shell-words v1.1.1
42912026-03-16T22:14:29.227Z Checking omicron-zone-package v0.12.2
42922026-03-16T22:14:30.213Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42932026-03-16T22:14:31.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
42942026-03-16T22:14:31.507Z
42952026-03-16T22:14:31.507Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (239/256)
42962026-03-16T22:14:32.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-16T22:14:32.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-16T22:14:32.295Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42992026-03-16T22:14:32.669Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43002026-03-16T22:14:33.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
43012026-03-16T22:14:33.370Z
43022026-03-16T22:14:33.370Zinfo: running `cargo check --bins` on xtask (240/256)
43032026-03-16T22:14:33.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-16T22:14:33.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-16T22:14:33.960Z Checking libc v0.2.180
43062026-03-16T22:14:34.047Z Checking serde v1.0.228
43072026-03-16T22:14:34.050Z Checking zerofrom v0.1.6
43082026-03-16T22:14:34.056Z Checking bitflags v2.11.0
43092026-03-16T22:14:34.070Z Checking hashbrown v0.16.1
43102026-03-16T22:14:34.073Z Checking smallvec v1.15.1
43112026-03-16T22:14:34.090Z Checking serde_json v1.0.149
43122026-03-16T22:14:34.093Z Checking scroll v0.12.0
43132026-03-16T22:14:34.191Z Checking yoke v0.8.1
43142026-03-16T22:14:34.257Z Checking num-traits v0.2.19
43152026-03-16T22:14:34.317Z Checking thiserror v1.0.69
43162026-03-16T22:14:34.409Z Checking log v0.4.29
43172026-03-16T22:14:34.426Z Checking zerovec v0.11.5
43182026-03-16T22:14:34.438Z Checking zerotrie v0.2.3
43192026-03-16T22:14:34.524Z Checking errno v0.3.14
43202026-03-16T22:14:34.606Z Checking serde_spanned v0.6.9
43212026-03-16T22:14:34.619Z Checking toml_datetime v0.6.11
43222026-03-16T22:14:34.671Z Checking rustix v1.1.3
43232026-03-16T22:14:34.690Z Checking indexmap v2.13.0
43242026-03-16T22:14:34.758Z Checking percent-encoding v2.3.2
43252026-03-16T22:14:34.772Z Checking zerocopy v0.7.35
43262026-03-16T22:14:34.850Z Checking goblin v0.8.2
43272026-03-16T22:14:34.934Z Checking form_urlencoded v1.2.2
43282026-03-16T22:14:34.963Z Checking getrandom v0.4.1
43292026-03-16T22:14:35.030Z Checking tinystr v0.8.2
43302026-03-16T22:14:35.043Z Checking potential_utf v0.1.4
43312026-03-16T22:14:35.096Z Checking ordered-float v2.10.1
43322026-03-16T22:14:35.125Z Checking thiserror v2.0.18
43332026-03-16T22:14:35.205Z Checking icu_collections v2.1.1
43342026-03-16T22:14:35.250Z Checking syn v2.0.117
43352026-03-16T22:14:35.266Z Checking icu_locale_core v2.1.1
43362026-03-16T22:14:35.415Z Checking serde-value v0.7.0
43372026-03-16T22:14:35.444Z Checking toml_edit v0.22.27
43382026-03-16T22:14:35.484Z Checking dtrace-parser v0.2.0
43392026-03-16T22:14:35.617Z Checking thread-id v4.2.2
43402026-03-16T22:14:35.684Z Checking once_cell v1.21.3
43412026-03-16T22:14:35.716Z Checking cargo-platform v0.2.0
43422026-03-16T22:14:35.795Z Checking memmap v0.7.0
43432026-03-16T22:14:35.834Z Checking terminal_size v0.4.3
43442026-03-16T22:14:35.909Z Checking tempfile v3.25.0
43452026-03-16T22:14:35.945Z Checking fs-err v3.3.0
43462026-03-16T22:14:35.959Z Checking anyhow v1.0.102
43472026-03-16T22:14:35.971Z Checking clap_builder v4.5.60
43482026-03-16T22:14:36.055Z Checking icu_provider v2.1.1
43492026-03-16T22:14:36.160Z Checking camino-tempfile v1.4.1
43502026-03-16T22:14:36.185Z Checking textwrap v0.16.2
43512026-03-16T22:14:36.213Z Checking tabled v0.15.0
43522026-03-16T22:14:36.364Z Checking icu_properties v2.1.2
43532026-03-16T22:14:36.364Z Checking icu_normalizer v2.1.1
43542026-03-16T22:14:36.457Z Checking macaddr v1.0.1
43552026-03-16T22:14:36.690Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43562026-03-16T22:14:36.965Z Checking toml v0.8.23
43572026-03-16T22:14:37.392Z Checking cargo_toml v0.21.0
43582026-03-16T22:14:37.508Z Checking idna_adapter v1.2.1
43592026-03-16T22:14:37.540Z Checking dof v0.3.0
43602026-03-16T22:14:37.614Z Checking clap v4.5.60
43612026-03-16T22:14:37.651Z Checking idna v1.1.0
43622026-03-16T22:14:37.902Z Checking usdt-impl v0.5.0
43632026-03-16T22:14:37.945Z Checking url v2.5.8
43642026-03-16T22:14:38.230Z Checking usdt v0.5.0
43652026-03-16T22:14:38.411Z Checking cargo-util-schemas v0.8.2
43662026-03-16T22:14:39.418Z Checking cargo_metadata v0.21.0
43672026-03-16T22:14:40.290Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43682026-03-16T22:14:40.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.50s
43692026-03-16T22:14:41.008Z
43702026-03-16T22:14:41.008Zinfo: running `cargo check --bins` on end-to-end-tests (241/256)
43712026-03-16T22:14:41.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-03-16T22:14:41.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-03-16T22:14:41.974Z Checking polyval v0.6.2
43742026-03-16T22:14:42.092Z Checking ctr v0.9.2
43752026-03-16T22:14:42.105Z Checking ssh-encoding v0.2.0
43762026-03-16T22:14:42.108Z Checking blowfish v0.9.1
43772026-03-16T22:14:42.108Z Checking password-hash v0.4.2
43782026-03-16T22:14:42.111Z Checking p256 v0.13.2
43792026-03-16T22:14:42.111Z Checking p521 v0.13.3
43802026-03-16T22:14:42.111Z Checking russh-cryptovec v0.7.3
43812026-03-16T22:14:42.272Z Checking ghash v0.5.1
43822026-03-16T22:14:42.289Z Checking md5 v0.7.0
43832026-03-16T22:14:42.315Z Checking num-bigint v0.4.6
43842026-03-16T22:14:42.377Z Checking des v0.8.1
43852026-03-16T22:14:42.393Z Checking bcrypt-pbkdf v0.10.0
43862026-03-16T22:14:42.413Z Checking aes-gcm v0.10.3
43872026-03-16T22:14:42.464Z Checking pbkdf2 v0.11.0
43882026-03-16T22:14:42.482Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43892026-03-16T22:14:42.495Z Checking hex-literal v0.4.1
43902026-03-16T22:14:42.570Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43912026-03-16T22:14:42.586Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43922026-03-16T22:14:42.602Z Checking ssh-cipher v0.2.0
43932026-03-16T22:14:42.617Z Checking socket2 v0.5.10
43942026-03-16T22:14:42.670Z Checking internet-checksum v0.2.1
43952026-03-16T22:14:42.813Z Checking ssh-key v0.6.7
43962026-03-16T22:14:43.013Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43972026-03-16T22:14:43.694Z Checking russh-keys v0.45.0
43982026-03-16T22:14:44.430Z Checking russh v0.45.0
43992026-03-16T22:15:05.930Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44002026-03-16T22:15:07.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.49s
44012026-03-16T22:15:07.745Z
44022026-03-16T22:15:07.745Zinfo: running `cargo check --bins` on gateway-cli (242/256)
44032026-03-16T22:15:08.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-03-16T22:15:08.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-03-16T22:15:08.535Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44062026-03-16T22:15:08.538Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44072026-03-16T22:15:08.538Z Checking termios v0.3.3
44082026-03-16T22:15:10.353Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44092026-03-16T22:15:10.537Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44102026-03-16T22:15:13.178Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44112026-03-16T22:15:13.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
44122026-03-16T22:15:14.131Z
44132026-03-16T22:15:14.132Zinfo: running `cargo check --bins --no-default-features` on installinator (243/256)
44142026-03-16T22:15:14.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-03-16T22:15:14.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-03-16T22:15:14.993Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44172026-03-16T22:15:14.996Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44182026-03-16T22:15:15.118Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44192026-03-16T22:15:15.121Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44202026-03-16T22:15:15.121Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44212026-03-16T22:15:15.627Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44222026-03-16T22:15:15.630Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44232026-03-16T22:15:16.553Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44242026-03-16T22:15:16.614Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44252026-03-16T22:15:16.617Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44262026-03-16T22:15:17.463Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44272026-03-16T22:15:19.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
44282026-03-16T22:15:19.920Z
44292026-03-16T22:15:19.920Zinfo: running `cargo check --bins` on internal-dns-cli (244/256)
44302026-03-16T22:15:20.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-03-16T22:15:20.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-03-16T22:15:20.704Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44332026-03-16T22:15:21.254Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44342026-03-16T22:15:21.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
44352026-03-16T22:15:21.861Z
44362026-03-16T22:15:21.861Zinfo: running `cargo check --bins` on omicron-live-tests (245/256)
44372026-03-16T22:15:22.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-03-16T22:15:22.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-03-16T22:15:22.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-03-16T22:15:22.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44412026-03-16T22:15:22.628Z
44422026-03-16T22:15:22.628Zinfo: running `cargo check --bins` on live-tests-macros (246/256)
44432026-03-16T22:15:23.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-03-16T22:15:23.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-03-16T22:15:23.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-03-16T22:15:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44472026-03-16T22:15:23.398Z
44482026-03-16T22:15:23.398Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (247/256)
44492026-03-16T22:15:24.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-16T22:15:24.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-16T22:15:24.308Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44522026-03-16T22:15:25.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
44532026-03-16T22:15:25.294Z
44542026-03-16T22:15:25.294Zinfo: running `cargo check --bins` on omicron-ntp-admin (248/256)
44552026-03-16T22:15:25.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-16T22:15:25.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-16T22:15:26.090Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44582026-03-16T22:15:26.093Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44592026-03-16T22:15:26.380Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44602026-03-16T22:15:26.383Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44612026-03-16T22:15:27.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
44622026-03-16T22:15:27.583Z
44632026-03-16T22:15:27.583Zinfo: running `cargo check --bins` on ntp-admin-types (249/256)
44642026-03-16T22:15:28.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-03-16T22:15:28.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-03-16T22:15:28.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-03-16T22:15:28.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44682026-03-16T22:15:28.345Z
44692026-03-16T22:15:28.345Zinfo: running `cargo check --bins` on omicron-package (250/256)
44702026-03-16T22:15:29.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-03-16T22:15:29.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-03-16T22:15:29.161Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44732026-03-16T22:15:30.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
44742026-03-16T22:15:30.726Z
44752026-03-16T22:15:30.726Zinfo: running `cargo check --bins` on tqdb (251/256)
44762026-03-16T22:15:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-03-16T22:15:31.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-03-16T22:15:31.677Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44792026-03-16T22:15:32.095Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44802026-03-16T22:15:32.963Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44812026-03-16T22:15:32.966Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44822026-03-16T22:15:39.394Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44832026-03-16T22:15:40.309Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44842026-03-16T22:15:40.313Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44852026-03-16T22:15:40.313Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44862026-03-16T22:15:40.313Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44872026-03-16T22:15:41.460Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44882026-03-16T22:15:50.499Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44892026-03-16T22:15:58.666Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44902026-03-16T22:15:58.669Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44912026-03-16T22:15:58.669Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44922026-03-16T22:15:58.669Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44932026-03-16T22:16:00.573Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44942026-03-16T22:16:02.350Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44952026-03-16T22:16:03.263Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44962026-03-16T22:16:04.943Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44972026-03-16T22:16:05.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.93s
44982026-03-16T22:16:05.911Z
44992026-03-16T22:16:05.911Zinfo: running `cargo check --bins` on wicket-dbg (252/256)
45002026-03-16T22:16:06.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-03-16T22:16:06.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-03-16T22:16:06.782Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45032026-03-16T22:16:06.786Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45042026-03-16T22:16:06.786Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45052026-03-16T22:16:06.915Z Checking rtoolbox v0.0.3
45062026-03-16T22:16:06.926Z Checking tui-tree-widget v0.23.1
45072026-03-16T22:16:07.057Z Checking rpassword v7.4.0
45082026-03-16T22:16:07.217Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45092026-03-16T22:16:08.353Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45102026-03-16T22:16:14.840Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45112026-03-16T22:16:15.751Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45122026-03-16T22:16:17.143Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45132026-03-16T22:16:21.330Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45142026-03-16T22:16:23.886Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45152026-03-16T22:16:25.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
45162026-03-16T22:16:25.290Z
45172026-03-16T22:16:25.290Zinfo: running `cargo check --bins` on wicket (253/256)
45182026-03-16T22:16:26.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-03-16T22:16:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-03-16T22:16:26.129Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45212026-03-16T22:16:26.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
45222026-03-16T22:16:26.762Z
45232026-03-16T22:16:26.762Zinfo: running `cargo check --bins` on wicketd (254/256)
45242026-03-16T22:16:27.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-03-16T22:16:27.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-03-16T22:16:27.636Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45272026-03-16T22:16:27.716Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45282026-03-16T22:16:27.717Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45292026-03-16T22:16:27.717Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45302026-03-16T22:16:29.161Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45312026-03-16T22:16:29.952Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45322026-03-16T22:16:34.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.27s
45332026-03-16T22:16:34.268Z
45342026-03-16T22:16:34.268Zinfo: running `cargo check --bins` on omicron-workspace-hack (255/256)
45352026-03-16T22:16:34.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-03-16T22:16:34.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-03-16T22:16:34.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-03-16T22:16:34.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45392026-03-16T22:16:35.034Z
45402026-03-16T22:16:35.034Zinfo: running `cargo check --bins` on zone-setup (256/256)
45412026-03-16T22:16:35.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-03-16T22:16:35.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-03-16T22:16:35.847Z Checking uzers v0.12.2
45442026-03-16T22:16:36.174Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45452026-03-16T22:16:39.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
45462026-03-16T22:16:39.953Z
45472026-03-16T22:16:39.953Zreal 18:14.756783255
45482026-03-16T22:16:39.953Zuser 27:52.414804900
45492026-03-16T22:16:39.953Zsys 5:03.482866381
45502026-03-16T22:16:39.953Ztrap 0.492696273
45512026-03-16T22:16:39.953Ztflt 0.633484536
45522026-03-16T22:16:39.953Zdflt 0.690575339
45532026-03-16T22:16:39.953Zkflt 0.000941485
45542026-03-16T22:16:39.953Zlock 1:16:20.981894414
45552026-03-16T22:16:39.953Zslp 2:36:41.071534166
45562026-03-16T22:16:39.953Zlat 1:29.924116439
45572026-03-16T22:16:39.953Zstop 4:28.680605371
45582026-03-16T22:16:39.953Zprocess exited: duration 1335339 ms, exit code 0
 
45592026-03-16T22:16:40.003Zfound 0 output files