01KMN9QBGTQR7C6QBTZAQ76FBT: 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: 01KMN9QQ7WG59J7J6AP0W0YXBQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T14:46:37.339Zjob assigned to worker 01KMN9QTXNE2XR6M7GAVBGMSCJ [factory aws, i-03641b8bc0d31ab5a] (queued for 46 s)
 
22026-03-26T14:46:43.979Zstarting task 0: "setup"
32026-03-26T14:46:43.983Z++ uname -s
42026-03-26T14:46:43.986Z+ kern=SunOS
52026-03-26T14:46:43.986Z+ build_user=build
62026-03-26T14:46:43.986Z+ build_uid=12345
72026-03-26T14:46:43.986Z+ work_dir=/work
82026-03-26T14:46:43.986Z+ input_dir=/input
92026-03-26T14:46:43.986Z+ [[ 0 == 12345 ]]
102026-03-26T14:46:43.986Z+ case "$kern" in
112026-03-26T14:46:43.986Z+ groupadd -g 12345 build
122026-03-26T14:46:43.988Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T14:46:45.993Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T14:46:46.108Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T14:46:46.112Z+ home_fs=zfs
162026-03-26T14:46:46.112Z+ [[ zfs == autofs ]]
172026-03-26T14:46:46.112Z+ mkdir -p /home/build
182026-03-26T14:46:46.112Z+ chown build:build /home/build /work
192026-03-26T14:46:48.113Z+ chmod 0700 /home/build /work
202026-03-26T14:46:48.116Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-26T14:46:48.123Zstarting task 1: "rust-toolchain"
222026-03-26T14:46:48.127Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T14:46:48.127Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-26T14:46:48.127Z * rust toolchain channel = "1.94.0"
252026-03-26T14:46:48.127Z * rust toolchain profile = "default"
262026-03-26T14:46:48.127Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T14:46:48.127Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T14:46:48.130Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T14:46:48.130Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T14:46:48.251Zinfo: downloading installer
312026-03-26T14:46:49.644Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T14:46:49.644Zwarn: /opt/ooce/bin
332026-03-26T14:46:49.644Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T14:46:49.644Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T14:46:49.644Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T14:46:49.644Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T14:46:49.644Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T14:46:49.644Zerror: cannot install while Rust is installed
392026-03-26T14:46:49.644Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T14:46:49.644Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T14:46:49.644Zwarn: /home/build/.rustup/settings.toml
422026-03-26T14:46:49.644Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T14:46:49.644Zwarn: instead of the one inferred from the default host triple.
442026-03-26T14:46:49.657Zinfo: profile set to default
452026-03-26T14:46:49.657Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T14:46:49.660Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T14:46:49.794Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T14:46:49.798Zinfo: downloading 6 components
492026-03-26T14:47:05.546Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-26T14:47:05.546Z
512026-03-26T14:47:05.574Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T14:47:05.574Z
532026-03-26T14:47:05.574Z
542026-03-26T14:47:05.574ZRust is installed now. Great!
552026-03-26T14:47:05.574Z
562026-03-26T14:47:05.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T14:47:05.574Zenvironment variable. This has not been done automatically.
582026-03-26T14:47:05.574Z
592026-03-26T14:47:05.574ZTo configure your current shell, you need to source
602026-03-26T14:47:05.574Zthe corresponding env file under $HOME/.cargo.
612026-03-26T14:47:05.574Z
622026-03-26T14:47:05.574ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T14:47:05.574Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T14:47:05.574Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T14:47:05.574Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T14:47:05.574Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T14:47:05.574Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T14:47:05.574Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T14:47:05.578Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T14:47:05.578Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T14:47:05.661Z+ rustup --version
722026-03-26T14:47:05.670Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T14:47:05.674Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T14:47:05.692Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T14:47:05.695Z+ cargo --version
762026-03-26T14:47:05.708Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T14:47:05.711Z+ rustc --version
782026-03-26T14:47:05.730Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T14:47:05.733Zprocess exited: duration 17604 ms, exit code 0
 
802026-03-26T14:47:05.738Zstarting task 2: "authentication"
812026-03-26T14:47:05.755Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T14:47:05.761Zstarting task 3: "clone repository"
832026-03-26T14:47:05.764Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T14:47:05.767Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T14:47:05.797ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T14:47:16.783Z+ cd /work/oxidecomputer/omicron
872026-03-26T14:47:16.783Z+ git fetch origin cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
882026-03-26T14:47:17.118ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T14:47:17.118Z * branch cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722 -> FETCH_HEAD
902026-03-26T14:47:17.127Z+ [[ -n john/invert-illumos-utils-sled-agent-types-dep ]]
912026-03-26T14:47:17.130Z++ git branch --show-current
922026-03-26T14:47:17.130Z+ current=main
932026-03-26T14:47:17.130Z+ [[ main != john/invert-illumos-utils-sled-agent-types-dep ]]
942026-03-26T14:47:17.130Z+ git branch -f john/invert-illumos-utils-sled-agent-types-dep cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
952026-03-26T14:47:17.133Z+ git checkout -f john/invert-illumos-utils-sled-agent-types-dep
962026-03-26T14:47:17.156ZSwitched to branch 'john/invert-illumos-utils-sled-agent-types-dep'
972026-03-26T14:47:17.159Z+ git reset --hard cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
982026-03-26T14:47:17.185ZHEAD is now at cc54ca7db typo
992026-03-26T14:47:17.188Zprocess exited: duration 11421 ms, exit code 0
 
1002026-03-26T14:47:17.194Zstarting task 4: "build"
1012026-03-26T14:47:17.198Z+ source .github/buildomat/ci-env.sh
1022026-03-26T14:47:17.198Z++ export CARGO_TERM_COLOR=always
1032026-03-26T14:47:17.198Z++ CARGO_TERM_COLOR=always
1042026-03-26T14:47:17.201Z+ cargo --version
1052026-03-26T14:47:17.207Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-26T14:47:17.210Z+ rustc --version
1072026-03-26T14:47:17.229Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-26T14:47:17.232Z+ source ./env.sh
1092026-03-26T14:47:17.232Z++ OLD_SHELL_OPTS=ehxB
1102026-03-26T14:47:17.232Z++ set -o xtrace
1112026-03-26T14:47:17.235Z++++ dirname ./env.sh
1122026-03-26T14:47:17.235Z+++ readlink -f .
1132026-03-26T14:47:17.238Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-26T14:47:17.238Z++ 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-26T14:47:17.238Z++ 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-26T14:47:17.238Z++ 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-26T14:47:17.238Z++ 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-26T14:47:17.238Z++ 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-26T14:47:17.238Z++ 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-26T14:47:17.238Z++ 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-26T14:47:17.239Z++ 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-26T14:47:17.239Z++ case $OLD_SHELL_OPTS in
1232026-03-26T14:47:17.239Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-26T14:47:17.239Z+ 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-26T14:47:17.239Z+ 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-26T14:47:17.239Z+ banner prerequisites
1272026-03-26T14:47:17.242Z
1282026-03-26T14:47:17.242Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-26T14:47:17.242Z # # # # # # # # # # # # # # #
1302026-03-26T14:47:17.242Z # # # # ##### # # ##### # # # # # #### #
1312026-03-26T14:47:17.242Z ##### ##### # ##### # # # # # # # # #
1322026-03-26T14:47:17.242Z # # # # # # # # # # # # # # #
1332026-03-26T14:47:17.242Z # # # ###### # # ###### ### # #### # #### #
1342026-03-26T14:47:17.242Z
1352026-03-26T14:47:17.242Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-26T14:47:25.299Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-26T14:47:32.079Z Startup: Caching catalogs ... Done
1382026-03-26T14:47:35.962ZPlanning: Solver setup ... Done (2.511s)
1392026-03-26T14:47:35.978ZPlanning: Running solver ... Done (0.016s)
1402026-03-26T14:47:36.095ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-26T14:47:36.107ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-26T14:47:36.198ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-26T14:47:36.229ZPlanning: Package planning ... Done (0.031s)
1442026-03-26T14:47:36.257ZPlanning: Merging actions ... Done (0.027s)
1452026-03-26T14:47:36.435ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-03-26T14:47:36.442ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-26T14:47:37.226ZPlanning: Evaluating mediators ... Done (0.784s)
1482026-03-26T14:47:37.232ZPlanning: Planning completed in 4.99 seconds
1492026-03-26T14:47:37.243Z Packages to install: 4
1502026-03-26T14:47:37.243Z Mediators to change: 2
1512026-03-26T14:47:37.246Z Services to change: 1
1522026-03-26T14:47:37.246Z Estimated space available: 155.35 GB
1532026-03-26T14:47:37.246ZEstimated space to be consumed: 1.83 GB
1542026-03-26T14:47:37.246Z Create boot environment: No
1552026-03-26T14:47:37.246ZCreate backup boot environment: No
1562026-03-26T14:47:37.247Z Rebuild boot archive: No
1572026-03-26T14:47:37.247Z
1582026-03-26T14:47:37.247ZChanged mediators:
1592026-03-26T14:47:37.247Z mediator clang:
1602026-03-26T14:47:37.247Z version: None -> 15 (system default)
1612026-03-26T14:47:37.247Z
1622026-03-26T14:47:37.247Z mediator llvm:
1632026-03-26T14:47:37.247Z version: 14 (system default) -> 15 (system default)
1642026-03-26T14:47:37.247Z
1652026-03-26T14:47:37.247ZChanged packages:
1662026-03-26T14:47:37.247Zhelios-dev
1672026-03-26T14:47:37.247Z developer/build-essential
1682026-03-26T14:47:37.247Z None -> 11-2.0
1692026-03-26T14:47:37.247Z library/libxmlsec1
1702026-03-26T14:47:37.247Z None -> 1.2.35-2.0
1712026-03-26T14:47:37.247Z ooce/developer/clang-15
1722026-03-26T14:47:37.247Z None -> 15.0.7-2.0
1732026-03-26T14:47:37.247Z ooce/developer/llvm-15
1742026-03-26T14:47:37.247Z None -> 15.0.7-2.0
1752026-03-26T14:47:37.247Z
1762026-03-26T14:47:37.247ZServices:
1772026-03-26T14:47:37.247Z restart_fmri:
1782026-03-26T14:47:37.247Z svc:/system/update-man-index:default
1792026-03-26T14:47:37.286Z
1802026-03-26T14:47:37.286ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-26T14:47:42.288ZDownload: 1655/3290 items 116.5/212.6MB 54% complete (23.8M/s)
1822026-03-26T14:47:47.865ZDownload: 2220/3290 items 117.8/212.6MB 55% complete (17.8M/s)
1832026-03-26T14:47:53.109ZDownload: 2221/3290 items 117.8/212.6MB 55% complete (17.3M/s)
1842026-03-26T14:47:58.304ZDownload: 3282/3290 items 210.3/212.6MB 98% complete (9.7M/s)
1852026-03-26T14:47:59.941ZDownload: Completed 212.60 MB in 22.65 seconds (9.4M/s)
1862026-03-26T14:48:00.070Z Actions: 1/3689 actions (Installing new actions)
1872026-03-26T14:48:03.271Z Actions: Completed 3689 actions in 3.20 seconds.
1882026-03-26T14:48:03.909Z Done (0.634s)
1892026-03-26T14:48:03.909Z Done (0.000s)
1902026-03-26T14:48:04.589Z Done (0.681s)
1912026-03-26T14:48:07.488Z Done (2.565s)
1922026-03-26T14:48:07.563Z Done (0.013s)
1932026-03-26T14:48:07.569Z Done (0.000s)
1942026-03-26T14:48:07.858Z Done (0.000s)
1952026-03-26T14:48:08.687ZPlanning: Evaluating mediator changes ... Done
1962026-03-26T14:48:08.793ZPlanning: Checking for conflicting actions ... Done
1972026-03-26T14:48:08.796ZPlanning: Consolidating action changes ... Done
1982026-03-26T14:48:08.951ZPlanning: Evaluating mediators ... Done
1992026-03-26T14:48:08.954ZPlanning: Planning completed in 0.26 seconds
2002026-03-26T14:48:08.972Z Mediators to change: 2
2012026-03-26T14:48:08.972Z Create boot environment: No
2022026-03-26T14:48:08.972ZCreate backup boot environment: No
2032026-03-26T14:48:09.037Z Done
2042026-03-26T14:48:09.037Z Done
2052026-03-26T14:48:09.642Z Done
2062026-03-26T14:48:12.131Z Done
2072026-03-26T14:48:12.201Z Done
2082026-03-26T14:48:12.204Z Done
2092026-03-26T14:48:12.345Z Done
2102026-03-26T14:48:12.741ZPlanning: Evaluating mediator changes ... Done
2112026-03-26T14:48:12.744ZPlanning: Merging actions ... Done
2122026-03-26T14:48:12.884ZPlanning: Checking for conflicting actions ... Done
2132026-03-26T14:48:12.887ZPlanning: Consolidating action changes ... Done
2142026-03-26T14:48:13.023ZPlanning: Evaluating mediators ... Done
2152026-03-26T14:48:13.051ZPlanning: Planning completed in 0.45 seconds
2162026-03-26T14:48:13.074Z Packages to change: 1
2172026-03-26T14:48:13.074Z Mediators to change: 1
2182026-03-26T14:48:13.074Z Services to change: 1
2192026-03-26T14:48:13.074Z Create boot environment: No
2202026-03-26T14:48:13.074ZCreate backup boot environment: Yes
2212026-03-26T14:48:15.388Z Actions: 1/6 actions (Updating modified actions)
2222026-03-26T14:48:15.392Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-26T14:48:15.392Z Done
2242026-03-26T14:48:15.392Z Done
2252026-03-26T14:48:15.527Z Done
2262026-03-26T14:48:18.013Z Done
2272026-03-26T14:48:18.092Z Done
2282026-03-26T14:48:18.095Z Done
2292026-03-26T14:48:18.233Z Done
2302026-03-26T14:48:18.518ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-26T14:48:18.518Zclang system 15 system
2322026-03-26T14:48:18.518Zcsh system system illumos
2332026-03-26T14:48:18.518Zctags system system illumos
2342026-03-26T14:48:18.518Zfile system system illumos
2352026-03-26T14:48:18.518Zgcc vendor 12 vendor
2362026-03-26T14:48:18.519Zgcc system 14 system
2372026-03-26T14:48:18.519Zgcc system 10 system
2382026-03-26T14:48:18.519Zgo system 1.20 system
2392026-03-26T14:48:18.519Zgo system 1.19 system
2402026-03-26T14:48:18.519Zllvm system 15 system
2412026-03-26T14:48:18.519Zllvm system 14 system
2422026-03-26T14:48:18.519Zmariadb system 10.6 system
2432026-03-26T14:48:18.519Zmta vendor vendor dma
2442026-03-26T14:48:18.519Zopenjdk system 17 system
2452026-03-26T14:48:18.519Zopenjdk system 11 system
2462026-03-26T14:48:18.519Zopenjdk system 1.8 system
2472026-03-26T14:48:18.519Zopenssl vendor 3 vendor
2482026-03-26T14:48:18.519Zperl system 5.36 system
2492026-03-26T14:48:18.519Zpostgresql system 15 system
2502026-03-26T14:48:18.519Zpostgresql system 13 system
2512026-03-26T14:48:18.519Zpython vendor 3 vendor
2522026-03-26T14:48:18.519Zpython system 2 system
2532026-03-26T14:48:18.519Zpython3 system 3.11 system
2542026-03-26T14:48:18.519Zruby system 3.0 system
2552026-03-26T14:48:18.519Zwords vendor vendor american-english
2562026-03-26T14:48:18.519Zwords system system australian-english
2572026-03-26T14:48:18.519Zwords system system british-english
2582026-03-26T14:48:18.519Zwords system system canadian-english
2592026-03-26T14:48:18.519Zwords system system french
2602026-03-26T14:48:18.519Zwords system system italian
2612026-03-26T14:48:18.519Zwords system system ngerman
2622026-03-26T14:48:18.519Zwords system system ogerman
2632026-03-26T14:48:18.519Zwords system system spanish
2642026-03-26T14:48:18.747ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-26T14:48:18.747Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-26T14:48:23.027ZFMRI IFO
2672026-03-26T14:48:23.027Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-26T14:48:23.027Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-26T14:48:23.027Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-26T14:48:23.027Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-26T14:48:23.027Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-26T14:48:23.027Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-26T14:48:23.027Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-26T14:48:23.027Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-26T14:48:23.027Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-26T14:48:23.027Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-26T14:48:23.027Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-26T14:48:23.027Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-26T14:48:23.027Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-26T14:48:23.027Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-26T14:48:23.028Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-26T14:48:23.028Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-26T14:48:24.128Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-26T14:48:24.416Z Updating crates.io index
2852026-03-26T14:48:24.454Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-26T14:48:25.287Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-26T14:48:25.633Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-26T14:48:26.273Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-26T14:48:27.103Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-26T14:48:27.586Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-26T14:48:28.978Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-26T14:48:30.414Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-26T14:48:31.344Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-26T14:48:31.685Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-26T14:48:32.455Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-26T14:48:32.922Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-26T14:48:33.258Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-26T14:48:35.965Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-26T14:48:37.068Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-26T14:48:37.695Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-26T14:48:37.966Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-26T14:48:38.247Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-26T14:48:38.674Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-26T14:48:39.045Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-26T14:48:39.288Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-26T14:48:39.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-26T14:48:39.990Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-26T14:48:40.769Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-26T14:48:41.229Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-26T14:48:41.479Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-26T14:48:41.769Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-26T14:48:42.792Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-03-26T14:48:43.500Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-26T14:48:43.894Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-03-26T14:48:44.514Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-03-26T14:48:44.812Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-03-26T14:48:45.122Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-03-26T14:48:45.470Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-03-26T14:48:45.763Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-03-26T14:48:46.181Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-03-26T14:48:46.439Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-03-26T14:48:46.700Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-03-26T14:48:47.132Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-03-26T14:48:59.759Z Downloading crates ...
3252026-03-26T14:48:59.809Z Downloaded colorchoice v1.0.4
3262026-03-26T14:48:59.813Z Downloaded crypto-common v0.1.7
3272026-03-26T14:48:59.817Z Downloaded cpufeatures v0.2.17
3282026-03-26T14:48:59.820Z Downloaded digest v0.10.7
3292026-03-26T14:48:59.820Z Downloaded anstream v0.6.21
3302026-03-26T14:48:59.823Z Downloaded scroll_derive v0.12.1
3312026-03-26T14:48:59.823Z Downloaded errno v0.3.14
3322026-03-26T14:48:59.823Z Downloaded dtrace-parser v0.2.0
3332026-03-26T14:48:59.823Z Downloaded equivalent v1.0.2
3342026-03-26T14:48:59.826Z Downloaded tinystr v0.8.2
3352026-03-26T14:48:59.829Z Downloaded generic-array v0.14.7
3362026-03-26T14:48:59.829Z Downloaded fnv v1.0.7
3372026-03-26T14:48:59.829Z Downloaded pest_derive v2.8.6
3382026-03-26T14:48:59.832Z Downloaded getrandom v0.4.1
3392026-03-26T14:48:59.836Z Downloaded potential_utf v0.1.4
3402026-03-26T14:48:59.836Z Downloaded thiserror-impl v2.0.18
3412026-03-26T14:48:59.836Z Downloaded fastrand v2.3.0
3422026-03-26T14:48:59.839Z Downloaded zerofrom v0.1.6
3432026-03-26T14:48:59.839Z Downloaded thiserror v2.0.18
3442026-03-26T14:48:59.842Z Downloaded cfg-if v1.0.4
3452026-03-26T14:48:59.842Z Downloaded cargo-platform v0.2.0
3462026-03-26T14:48:59.842Z Downloaded toml_write v0.1.2
3472026-03-26T14:48:59.845Z Downloaded heck v0.4.1
3482026-03-26T14:48:59.850Z Downloaded macaddr v1.0.1
3492026-03-26T14:48:59.853Z Downloaded typeid v1.0.3
3502026-03-26T14:48:59.857Z Downloaded dof v0.3.0
3512026-03-26T14:48:59.861Z Downloaded usdt-attr-macro v0.5.0
3522026-03-26T14:48:59.861Z Downloaded usdt v0.5.0
3532026-03-26T14:48:59.861Z Downloaded bytecount v0.6.9
3542026-03-26T14:48:59.863Z Downloaded zerofrom-derive v0.1.6
3552026-03-26T14:48:59.864Z Downloaded stable_deref_trait v1.2.1
3562026-03-26T14:48:59.864Z Downloaded version_check v0.9.5
3572026-03-26T14:48:59.864Z Downloaded toml_datetime v0.6.11
3582026-03-26T14:48:59.867Z Downloaded heck v0.5.0
3592026-03-26T14:48:59.867Z Downloaded idna_adapter v1.2.1
3602026-03-26T14:48:59.867Z Downloaded unicode-linebreak v0.1.5
3612026-03-26T14:48:59.870Z Downloaded thread-id v4.2.2
3622026-03-26T14:48:59.874Z Downloaded yoke-derive v0.8.1
3632026-03-26T14:48:59.876Z Downloaded serde-value v0.7.0
3642026-03-26T14:48:59.876Z Downloaded ordered-float v2.10.1
3652026-03-26T14:48:59.880Z Downloaded utf8parse v0.2.2
3662026-03-26T14:48:59.880Z Downloaded usdt-macro v0.5.0
3672026-03-26T14:48:59.880Z Downloaded swrite v0.1.0
3682026-03-26T14:48:59.880Z Downloaded serde_spanned v0.6.9
3692026-03-26T14:48:59.883Z Downloaded quote v1.0.44
3702026-03-26T14:48:59.883Z Downloaded erased-serde v0.4.9
3712026-03-26T14:48:59.886Z Downloaded writeable v0.6.2
3722026-03-26T14:48:59.886Z Downloaded camino-tempfile v1.4.1
3732026-03-26T14:48:59.888Z Downloaded yoke v0.8.1
3742026-03-26T14:48:59.889Z Downloaded thiserror v1.0.69
3752026-03-26T14:48:59.892Z Downloaded smawk v0.3.2
3762026-03-26T14:48:59.892Z Downloaded utf8_iter v1.0.4
3772026-03-26T14:48:59.892Z Downloaded usdt-impl v0.5.0
3782026-03-26T14:48:59.895Z Downloaded typenum v1.19.0
3792026-03-26T14:48:59.895Z Downloaded byteorder v1.5.0
3802026-03-26T14:48:59.895Z Downloaded zmij v1.0.21
3812026-03-26T14:48:59.898Z Downloaded zerovec-derive v0.11.2
3822026-03-26T14:48:59.898Z Downloaded displaydoc v0.2.5
3832026-03-26T14:48:59.902Z Downloaded zerocopy-derive v0.7.35
3842026-03-26T14:48:59.905Z Downloaded unicode-xid v0.2.6
3852026-03-26T14:48:59.908Z Downloaded toml v0.8.23
3862026-03-26T14:48:59.908Z Downloaded thiserror-impl v1.0.69
3872026-03-26T14:48:59.908Z Downloaded proc-macro-error-attr v1.0.4
3882026-03-26T14:48:59.911Z Downloaded toml_edit v0.22.27
3892026-03-26T14:48:59.914Z Downloaded ucd-trie v0.1.7
3902026-03-26T14:48:59.914Z Downloaded terminal_size v0.4.3
3912026-03-26T14:48:59.917Z Downloaded unicode-ident v1.0.24
3922026-03-26T14:48:59.917Z Downloaded percent-encoding v2.3.2
3932026-03-26T14:48:59.917Z Downloaded form_urlencoded v1.2.2
3942026-03-26T14:48:59.917Z Downloaded textwrap v0.16.2
3952026-03-26T14:48:59.920Z Downloaded clap_lex v1.0.0
3962026-03-26T14:48:59.920Z Downloaded tabled_derive v0.7.0
3972026-03-26T14:48:59.920Z Downloaded block-buffer v0.10.4
3982026-03-26T14:48:59.923Z Downloaded zerotrie v0.2.3
3992026-03-26T14:48:59.927Z Downloaded memmap v0.7.0
4002026-03-26T14:48:59.931Z Downloaded plain v0.2.3
4012026-03-26T14:48:59.934Z Downloaded url v2.5.8
4022026-03-26T14:48:59.937Z Downloaded strsim v0.11.1
4032026-03-26T14:48:59.937Z Downloaded pretty-hex v0.4.1
4042026-03-26T14:48:59.937Z Downloaded is_terminal_polyfill v1.70.2
4052026-03-26T14:48:59.937Z Downloaded anstyle-query v1.1.5
4062026-03-26T14:48:59.958Z Downloaded icu_normalizer v2.1.1
4072026-03-26T14:48:59.961Z Downloaded zerovec v0.11.5
4082026-03-26T14:48:59.964Z Downloaded zerocopy v0.7.35
4092026-03-26T14:48:59.971Z Downloaded synstructure v0.13.2
4102026-03-26T14:48:59.974Z Downloaded winnow v0.7.14
4112026-03-26T14:48:59.977Z Downloaded proc-macro-error v1.0.4
4122026-03-26T14:48:59.979Z Downloaded itoa v1.0.17
4132026-03-26T14:48:59.980Z Downloaded serde_tokenstream v0.2.3
4142026-03-26T14:48:59.983Z Downloaded unicode-width v0.2.0
4152026-03-26T14:48:59.986Z Downloaded unicode-width v0.1.14
4162026-03-26T14:48:59.990Z Downloaded cargo_toml v0.21.0
4172026-03-26T14:48:59.990Z Downloaded cargo_metadata v0.21.0
4182026-03-26T14:48:59.990Z Downloaded anstyle-parse v0.2.7
4192026-03-26T14:48:59.990Z Downloaded anstyle v1.0.13
4202026-03-26T14:48:59.993Z Downloaded semver v1.0.27
4212026-03-26T14:48:59.993Z Downloaded smallvec v1.15.1
4222026-03-26T14:48:59.993Z Downloaded serde-untagged v0.1.9
4232026-03-26T14:48:59.993Z Downloaded fs-err v3.3.0
4242026-03-26T14:48:59.996Z Downloaded autocfg v1.5.0
4252026-03-26T14:48:59.999Z Downloaded sha2 v0.10.9
4262026-03-26T14:49:00.006Z Downloaded anyhow v1.0.102
4272026-03-26T14:49:00.010Z Downloaded icu_provider v2.1.1
4282026-03-26T14:49:00.014Z Downloaded once_cell v1.21.3
4292026-03-26T14:49:00.017Z Downloaded camino v1.2.2
4302026-03-26T14:49:00.021Z Downloaded pest_generator v2.8.6
4312026-03-26T14:49:00.024Z Downloaded clap_derive v4.5.55
4322026-03-26T14:49:00.027Z Downloaded papergrid v0.11.0
4332026-03-26T14:49:00.030Z Downloaded num-traits v0.2.19
4342026-03-26T14:49:00.034Z Downloaded icu_locale_core v2.1.1
4352026-03-26T14:49:00.038Z Downloaded scroll v0.12.0
4362026-03-26T14:49:00.038Z Downloaded bitflags v2.11.0
4372026-03-26T14:49:00.040Z Downloaded cargo-util-schemas v0.8.2
4382026-03-26T14:49:00.043Z Downloaded log v0.4.29
4392026-03-26T14:49:00.046Z Downloaded tempfile v3.25.0
4402026-03-26T14:49:00.053Z Downloaded serde_core v1.0.228
4412026-03-26T14:49:00.061Z Downloaded litemap v0.8.1
4422026-03-26T14:49:00.066Z Downloaded pest_meta v2.8.6
4432026-03-26T14:49:00.066Z Downloaded icu_properties v2.1.2
4442026-03-26T14:49:00.069Z Downloaded clap v4.5.60
4452026-03-26T14:49:00.077Z Downloaded icu_normalizer_data v2.1.1
4462026-03-26T14:49:00.080Z Downloaded serde v1.0.228
4472026-03-26T14:49:00.080Z Downloaded proc-macro2 v1.0.106
4482026-03-26T14:49:00.083Z Downloaded memchr v2.8.0
4492026-03-26T14:49:00.089Z Downloaded icu_collections v2.1.1
4502026-03-26T14:49:00.094Z Downloaded serde_json v1.0.149
4512026-03-26T14:49:00.098Z Downloaded serde_derive v1.0.228
4522026-03-26T14:49:00.121Z Downloaded indexmap v2.13.0
4532026-03-26T14:49:00.124Z Downloaded hashbrown v0.16.1
4542026-03-26T14:49:00.138Z Downloaded pest v2.8.6
4552026-03-26T14:49:00.154Z Downloaded goblin v0.8.2
4562026-03-26T14:49:00.158Z Downloaded clap_builder v4.5.60
4572026-03-26T14:49:00.161Z Downloaded idna v1.1.0
4582026-03-26T14:49:00.164Z Downloaded icu_properties_data v2.1.2
4592026-03-26T14:49:00.172Z Downloaded tabled v0.15.0
4602026-03-26T14:49:00.185Z Downloaded syn v2.0.117
4612026-03-26T14:49:00.192Z Downloaded syn v1.0.109
4622026-03-26T14:49:00.215Z Downloaded rustix v1.1.3
4632026-03-26T14:49:00.246Z Downloaded libc v0.2.180
4642026-03-26T14:49:00.314Z Compiling proc-macro2 v1.0.106
4652026-03-26T14:49:00.314Z Compiling unicode-ident v1.0.24
4662026-03-26T14:49:00.314Z Compiling quote v1.0.44
4672026-03-26T14:49:00.314Z Compiling serde_core v1.0.228
4682026-03-26T14:49:00.314Z Compiling libc v0.2.180
4692026-03-26T14:49:00.317Z Compiling version_check v0.9.5
4702026-03-26T14:49:00.317Z Compiling memchr v2.8.0
4712026-03-26T14:49:00.317Z Compiling serde v1.0.228
4722026-03-26T14:49:00.649Z Compiling stable_deref_trait v1.2.1
4732026-03-26T14:49:00.731Z Compiling zmij v1.0.21
4742026-03-26T14:49:00.904Z Compiling itoa v1.0.17
4752026-03-26T14:49:00.972Z Compiling thiserror v1.0.69
4762026-03-26T14:49:01.104Z Compiling ucd-trie v0.1.7
4772026-03-26T14:49:01.125Z Compiling autocfg v1.5.0
4782026-03-26T14:49:01.245Z Compiling pest v2.8.6
4792026-03-26T14:49:01.314Z Compiling writeable v0.6.2
4802026-03-26T14:49:01.345Z Compiling litemap v0.8.1
4812026-03-26T14:49:01.445Z Compiling icu_properties_data v2.1.2
4822026-03-26T14:49:01.514Z Compiling rustix v1.1.3
4832026-03-26T14:49:01.628Z Compiling byteorder v1.5.0
4842026-03-26T14:49:01.836Z Compiling syn v2.0.117
4852026-03-26T14:49:01.843Z Compiling icu_normalizer_data v2.1.1
4862026-03-26T14:49:01.916Z Compiling errno v0.3.14
4872026-03-26T14:49:01.953Z Compiling bitflags v2.11.0
4882026-03-26T14:49:02.052Z Compiling serde_json v1.0.149
4892026-03-26T14:49:02.177Z Compiling num-traits v0.2.19
4902026-03-26T14:49:02.266Z Compiling pest_meta v2.8.6
4912026-03-26T14:49:02.296Z Compiling equivalent v1.0.2
4922026-03-26T14:49:02.392Z Compiling smallvec v1.15.1
4932026-03-26T14:49:02.481Z Compiling typeid v1.0.3
4942026-03-26T14:49:02.556Z Compiling hashbrown v0.16.1
4952026-03-26T14:49:02.767Z Compiling thread-id v4.2.2
4962026-03-26T14:49:02.800Z Compiling proc-macro-error-attr v1.0.4
4972026-03-26T14:49:02.818Z Compiling usdt-impl v0.5.0
4982026-03-26T14:49:02.853Z Compiling syn v1.0.109
4992026-03-26T14:49:02.982Z Compiling winnow v0.7.14
5002026-03-26T14:49:03.029Z Compiling indexmap v2.13.0
5012026-03-26T14:49:03.195Z Compiling toml_write v0.1.2
5022026-03-26T14:49:03.225Z Compiling erased-serde v0.4.9
5032026-03-26T14:49:03.596Z Compiling proc-macro-error v1.0.4
5042026-03-26T14:49:03.717Z Compiling utf8parse v0.2.2
5052026-03-26T14:49:03.790Z Compiling percent-encoding v2.3.2
5062026-03-26T14:49:03.839Z Compiling camino v1.2.2
5072026-03-26T14:49:03.974Z Compiling thiserror v2.0.18
5082026-03-26T14:49:03.992Z Compiling utf8_iter v1.0.4
5092026-03-26T14:49:04.095Z Compiling plain v0.2.3
5102026-03-26T14:49:04.147Z Compiling log v0.4.29
5112026-03-26T14:49:04.170Z Compiling getrandom v0.4.1
5122026-03-26T14:49:04.216Z Compiling ordered-float v2.10.1
5132026-03-26T14:49:04.250Z Compiling form_urlencoded v1.2.2
5142026-03-26T14:49:04.336Z Compiling anstyle-parse v0.2.7
5152026-03-26T14:49:04.512Z Compiling synstructure v0.13.2
5162026-03-26T14:49:04.532Z Compiling pest_generator v2.8.6
5172026-03-26T14:49:04.598Z Compiling terminal_size v0.4.3
5182026-03-26T14:49:04.740Z Compiling cfg-if v1.0.4
5192026-03-26T14:49:04.821Z Compiling anstyle v1.0.13
5202026-03-26T14:49:04.840Z Compiling pretty-hex v0.4.1
5212026-03-26T14:49:04.945Z Compiling colorchoice v1.0.4
5222026-03-26T14:49:04.945Z Compiling is_terminal_polyfill v1.70.2
5232026-03-26T14:49:04.994Z Compiling anstyle-query v1.1.5
5242026-03-26T14:49:05.060Z Compiling serde-untagged v0.1.9
5252026-03-26T14:49:05.080Z Compiling anstream v0.6.21
5262026-03-26T14:49:05.179Z Compiling semver v1.0.27
5272026-03-26T14:49:05.284Z Compiling fs-err v3.3.0
5282026-03-26T14:49:05.303Z Compiling heck v0.4.1
5292026-03-26T14:49:05.398Z Compiling unicode-xid v0.2.6
5302026-03-26T14:49:05.473Z Compiling strsim v0.11.1
5312026-03-26T14:49:05.503Z Compiling once_cell v1.21.3
5322026-03-26T14:49:05.521Z Compiling bytecount v0.6.9
5332026-03-26T14:49:05.539Z Compiling unicode-width v0.1.14
5342026-03-26T14:49:05.542Z Compiling heck v0.5.0
5352026-03-26T14:49:05.658Z Compiling fnv v1.0.7
5362026-03-26T14:49:05.768Z Compiling fastrand v2.3.0
5372026-03-26T14:49:05.793Z Compiling clap_lex v1.0.0
5382026-03-26T14:49:05.814Z Compiling anyhow v1.0.102
5392026-03-26T14:49:05.814Z Compiling papergrid v0.11.0
5402026-03-26T14:49:06.020Z Compiling clap_builder v4.5.60
5412026-03-26T14:49:06.021Z Compiling tempfile v3.25.0
5422026-03-26T14:49:06.141Z Compiling memmap v0.7.0
5432026-03-26T14:49:06.207Z Compiling serde_derive v1.0.228
5442026-03-26T14:49:06.323Z Compiling zerofrom-derive v0.1.6
5452026-03-26T14:49:06.344Z Compiling yoke-derive v0.8.1
5462026-03-26T14:49:06.392Z Compiling zerovec-derive v0.11.2
5472026-03-26T14:49:06.607Z Compiling displaydoc v0.2.5
5482026-03-26T14:49:07.225Z Compiling thiserror-impl v1.0.69
5492026-03-26T14:49:07.343Z Compiling zerocopy-derive v0.7.35
5502026-03-26T14:49:07.483Z Compiling pest_derive v2.8.6
5512026-03-26T14:49:07.483Z Compiling scroll_derive v0.12.1
5522026-03-26T14:49:07.698Z Compiling zerofrom v0.1.6
5532026-03-26T14:49:07.835Z Compiling yoke v0.8.1
5542026-03-26T14:49:07.929Z Compiling thiserror-impl v2.0.18
5552026-03-26T14:49:08.036Z Compiling zerovec v0.11.5
5562026-03-26T14:49:08.149Z Compiling zerotrie v0.2.3
5572026-03-26T14:49:08.254Z Compiling zerocopy v0.7.35
5582026-03-26T14:49:08.480Z Compiling scroll v0.12.0
5592026-03-26T14:49:08.617Z Compiling tinystr v0.8.2
5602026-03-26T14:49:08.637Z Compiling potential_utf v0.1.4
5612026-03-26T14:49:08.758Z Compiling dtrace-parser v0.2.0
5622026-03-26T14:49:08.812Z Compiling icu_locale_core v2.1.1
5632026-03-26T14:49:08.831Z Compiling icu_collections v2.1.1
5642026-03-26T14:49:08.831Z Compiling goblin v0.8.2
5652026-03-26T14:49:09.094Z Compiling tabled_derive v0.7.0
5662026-03-26T14:49:09.345Z Compiling clap_derive v4.5.55
5672026-03-26T14:49:09.429Z Compiling unicode-linebreak v0.1.5
5682026-03-26T14:49:09.531Z Compiling icu_provider v2.1.1
5692026-03-26T14:49:09.691Z Compiling serde_spanned v0.6.9
5702026-03-26T14:49:09.711Z Compiling toml_datetime v0.6.11
5712026-03-26T14:49:09.734Z Compiling dof v0.3.0
5722026-03-26T14:49:09.760Z Compiling serde_tokenstream v0.2.3
5732026-03-26T14:49:09.842Z Compiling icu_properties v2.1.2
5742026-03-26T14:49:09.856Z Compiling icu_normalizer v2.1.1
5752026-03-26T14:49:09.979Z Compiling toml_edit v0.22.27
5762026-03-26T14:49:10.072Z Compiling serde-value v0.7.0
5772026-03-26T14:49:10.125Z Compiling cargo-platform v0.2.0
5782026-03-26T14:49:10.394Z Compiling smawk v0.3.2
5792026-03-26T14:49:10.414Z Compiling unicode-width v0.2.0
5802026-03-26T14:49:10.433Z Compiling tabled v0.15.0
5812026-03-26T14:49:10.547Z Compiling macaddr v1.0.1
5822026-03-26T14:49:10.647Z Compiling usdt-attr-macro v0.5.0
5832026-03-26T14:49:10.692Z Compiling idna_adapter v1.2.1
5842026-03-26T14:49:10.773Z Compiling usdt-macro v0.5.0
5852026-03-26T14:49:10.842Z Compiling idna v1.1.0
5862026-03-26T14:49:10.921Z Compiling textwrap v0.16.2
5872026-03-26T14:49:11.319Z Compiling url v2.5.8
5882026-03-26T14:49:11.390Z Compiling toml v0.8.23
5892026-03-26T14:49:11.407Z Compiling clap v4.5.60
5902026-03-26T14:49:11.820Z Compiling cargo-util-schemas v0.8.2
5912026-03-26T14:49:11.903Z Compiling usdt v0.5.0
5922026-03-26T14:49:12.013Z Compiling cargo_toml v0.21.0
5932026-03-26T14:49:12.079Z Compiling camino-tempfile v1.4.1
5942026-03-26T14:49:12.138Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-03-26T14:49:12.317Z Compiling swrite v0.1.0
5962026-03-26T14:49:12.731Z Compiling cargo_metadata v0.21.0
5972026-03-26T14:49:13.692Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-03-26T14:49:15.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s
5992026-03-26T14:49:16.041Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-03-26T14:49:16.623Z Downloading crates ...
6012026-03-26T14:49:16.717Z Downloaded adler2 v2.0.1
6022026-03-26T14:49:16.720Z Downloaded array-init v0.0.4
6032026-03-26T14:49:16.733Z Downloaded crc8 v0.1.1
6042026-03-26T14:49:16.737Z Downloaded derive_builder v0.20.2
6052026-03-26T14:49:16.742Z Downloaded base16ct v0.2.0
6062026-03-26T14:49:16.742Z Downloaded aead v0.5.2
6072026-03-26T14:49:16.742Z Downloaded dropshot_endpoint v0.16.7
6082026-03-26T14:49:16.745Z Downloaded downcast-rs v2.0.2
6092026-03-26T14:49:16.745Z Downloaded defmt v0.3.100
6102026-03-26T14:49:16.745Z Downloaded darling_macro v0.20.11
6112026-03-26T14:49:16.745Z Downloaded base16ct v1.0.0
6122026-03-26T14:49:16.745Z Downloaded assert_matches v1.5.0
6132026-03-26T14:49:16.748Z Downloaded derive_builder_core v0.20.2
6142026-03-26T14:49:16.752Z Downloaded data-encoding v2.10.0
6152026-03-26T14:49:16.752Z Downloaded bitflags v1.3.2
6162026-03-26T14:49:16.755Z Downloaded foreign-types-shared v0.1.1
6172026-03-26T14:49:16.755Z Downloaded diff v0.1.13
6182026-03-26T14:49:16.755Z Downloaded derive_more v0.99.20
6192026-03-26T14:49:16.758Z Downloaded ciborium-ll v0.2.2
6202026-03-26T14:49:16.761Z Downloaded blowfish v0.9.1
6212026-03-26T14:49:16.761Z Downloaded diesel-dtrace v0.5.0
6222026-03-26T14:49:16.761Z Downloaded crossbeam-utils v0.8.21
6232026-03-26T14:49:16.764Z Downloaded base64 v0.21.7
6242026-03-26T14:49:16.769Z Downloaded const-oid v0.9.6
6252026-03-26T14:49:16.769Z Downloaded cancel-safe-futures v0.1.5
6262026-03-26T14:49:16.769Z Downloaded derive_more v2.1.1
6272026-03-26T14:49:16.774Z Downloaded arrayref v0.3.9
6282026-03-26T14:49:16.778Z Downloaded env_filter v1.0.0
6292026-03-26T14:49:16.778Z Downloaded display-error-chain v0.2.2
6302026-03-26T14:49:16.778Z Downloaded daft v0.1.5
6312026-03-26T14:49:16.785Z Downloaded ciborium-io v0.2.2
6322026-03-26T14:49:16.785Z Downloaded atomic-waker v1.1.2
6332026-03-26T14:49:16.785Z Downloaded backon v1.6.0
6342026-03-26T14:49:16.789Z Downloaded debug-ignore v1.0.5
6352026-03-26T14:49:16.789Z Downloaded derive_builder_macro v0.20.2
6362026-03-26T14:49:16.789Z Downloaded atty v0.2.14
6372026-03-26T14:49:16.789Z Downloaded async-bb8-diesel v0.2.1
6382026-03-26T14:49:16.789Z Downloaded crunchy v0.2.4
6392026-03-26T14:49:16.789Z Downloaded ff v0.13.1
6402026-03-26T14:49:16.789Z Downloaded cfg_aliases v0.1.1
6412026-03-26T14:49:16.789Z Downloaded crucible-workspace-hack v0.1.0
6422026-03-26T14:49:16.793Z Downloaded ecdsa v0.16.9
6432026-03-26T14:49:16.793Z Downloaded darling_macro v0.23.0
6442026-03-26T14:49:16.793Z Downloaded endian-type v0.1.2
6452026-03-26T14:49:16.793Z Downloaded dyn-clone v1.0.20
6462026-03-26T14:49:16.793Z Downloaded defmt-macros v1.0.1
6472026-03-26T14:49:16.797Z Downloaded bytes v1.11.1
6482026-03-26T14:49:16.801Z Downloaded document-features v0.2.12
6492026-03-26T14:49:16.802Z Downloaded derive-where v1.6.0
6502026-03-26T14:49:16.806Z Downloaded embedded-io v0.6.1
6512026-03-26T14:49:16.806Z Downloaded embedded-io v0.4.0
6522026-03-26T14:49:16.806Z Downloaded difflib v0.4.0
6532026-03-26T14:49:16.807Z Downloaded cfg_aliases v0.2.1
6542026-03-26T14:49:16.807Z Downloaded async-stream-impl v0.3.6
6552026-03-26T14:49:16.807Z Downloaded defmt-parser v1.0.0
6562026-03-26T14:49:16.810Z Downloaded critical-section v1.2.0
6572026-03-26T14:49:16.810Z Downloaded darling_macro v0.21.3
6582026-03-26T14:49:16.810Z Downloaded diesel_table_macro_syntax v0.3.0
6592026-03-26T14:49:16.816Z Downloaded flagset v0.4.7
6602026-03-26T14:49:16.816Z Downloaded curve25519-dalek-derive v0.1.1
6612026-03-26T14:49:16.816Z Downloaded async-recursion v1.1.1
6622026-03-26T14:49:16.821Z Downloaded convert_case v0.10.0
6632026-03-26T14:49:16.821Z Downloaded colored v2.2.0
6642026-03-26T14:49:16.821Z Downloaded fallible-iterator v0.2.0
6652026-03-26T14:49:16.821Z Downloaded darling_core v0.21.3
6662026-03-26T14:49:16.827Z Downloaded colored v3.1.1
6672026-03-26T14:49:16.827Z Downloaded enum-as-inner v0.6.1
6682026-03-26T14:49:16.827Z Downloaded dunce v1.0.5
6692026-03-26T14:49:16.827Z Downloaded foreign-types v0.5.0
6702026-03-26T14:49:16.827Z Downloaded dirs-sys-next v0.1.2
6712026-03-26T14:49:16.827Z Downloaded dirs-next v2.0.0
6722026-03-26T14:49:16.830Z Downloaded dropshot-api-manager-types v0.6.0
6732026-03-26T14:49:16.830Z Downloaded block-padding v0.3.3
6742026-03-26T14:49:16.831Z Downloaded env_logger v0.11.9
6752026-03-26T14:49:16.836Z Downloaded atomicwrites v0.4.4
6762026-03-26T14:49:16.836Z Downloaded bit-vec v0.6.3
6772026-03-26T14:49:16.836Z Downloaded foreign-types v0.3.2
6782026-03-26T14:49:16.836Z Downloaded dof v0.4.0
6792026-03-26T14:49:16.836Z Downloaded castaway v0.2.4
6802026-03-26T14:49:16.840Z Downloaded float-ord v0.3.2
6812026-03-26T14:49:16.840Z Downloaded float-cmp v0.10.0
6822026-03-26T14:49:16.840Z Downloaded foreign-types-macros v0.2.3
6832026-03-26T14:49:16.840Z Downloaded dtrace-parser v0.3.0
6842026-03-26T14:49:16.844Z Downloaded ascii-canvas v3.0.0
6852026-03-26T14:49:16.844Z Downloaded crc-catalog v2.4.0
6862026-03-26T14:49:16.844Z Downloaded async-stream v0.3.6
6872026-03-26T14:49:16.847Z Downloaded fixedbitset v0.4.2
6882026-03-26T14:49:16.847Z Downloaded cpufeatures v0.3.0
6892026-03-26T14:49:16.851Z Downloaded cargo-platform v0.1.9
6902026-03-26T14:49:16.851Z Downloaded filetime v0.2.27
6912026-03-26T14:49:16.851Z Downloaded bit-set v0.5.3
6922026-03-26T14:49:16.852Z Downloaded cstr-argument v0.1.2
6932026-03-26T14:49:16.852Z Downloaded fd-lock v4.0.4
6942026-03-26T14:49:16.857Z Downloaded deranged v0.5.8
6952026-03-26T14:49:16.857Z Downloaded erased-serde v0.3.31
6962026-03-26T14:49:16.861Z Downloaded derive-ex v0.1.8
6972026-03-26T14:49:16.861Z Downloaded futures-macro v0.3.32
6982026-03-26T14:49:16.861Z Downloaded futures-io v0.3.32
6992026-03-26T14:49:16.861Z Downloaded bcrypt-pbkdf v0.10.0
7002026-03-26T14:49:16.872Z Downloaded bit-set v0.8.0
7012026-03-26T14:49:16.875Z Downloaded futures-task v0.3.32
7022026-03-26T14:49:16.875Z Downloaded futures-sink v0.3.32
7032026-03-26T14:49:16.875Z Downloaded bitfield-struct v0.6.2
7042026-03-26T14:49:16.875Z Downloaded hash32 v0.3.1
7052026-03-26T14:49:16.879Z Downloaded hash32 v0.2.1
7062026-03-26T14:49:16.879Z Downloaded hex-literal v0.4.1
7072026-03-26T14:49:16.881Z Downloaded foreign-types-shared v0.3.1
7082026-03-26T14:49:16.881Z Downloaded crc v3.4.0
7092026-03-26T14:49:16.885Z Downloaded headers-core v0.3.0
7102026-03-26T14:49:16.885Z Downloaded convert_case v0.4.0
7112026-03-26T14:49:16.885Z Downloaded home v0.5.12
7122026-03-26T14:49:16.888Z Downloaded ed25519 v2.2.3
7132026-03-26T14:49:16.888Z Downloaded cassowary v0.3.0
7142026-03-26T14:49:16.888Z Downloaded cargo_metadata v0.19.2
7152026-03-26T14:49:16.891Z Downloaded funty v2.0.0
7162026-03-26T14:49:16.891Z Downloaded cobs v0.3.0
7172026-03-26T14:49:16.891Z Downloaded defmt v1.0.1
7182026-03-26T14:49:16.894Z Downloaded find-msvc-tools v0.1.9
7192026-03-26T14:49:16.896Z Downloaded dsl_auto_type v0.2.0
7202026-03-26T14:49:16.896Z Downloaded camino-tempfile-ext v0.3.3
7212026-03-26T14:49:16.896Z Downloaded fxhash v0.2.1
7222026-03-26T14:49:16.899Z Downloaded bzip2 v0.4.4
7232026-03-26T14:49:16.899Z Downloaded futures-core v0.3.32
7242026-03-26T14:49:16.899Z Downloaded foldhash v0.2.0
7252026-03-26T14:49:16.902Z Downloaded fs-err v2.11.0
7262026-03-26T14:49:16.902Z Downloaded fixedbitset v0.5.7
7272026-03-26T14:49:16.905Z Downloaded foldhash v0.1.5
7282026-03-26T14:49:16.905Z Downloaded der_derive v0.7.3
7292026-03-26T14:49:16.905Z Downloaded gethostname v0.5.0
7302026-03-26T14:49:16.908Z Downloaded http-body v1.0.1
7312026-03-26T14:49:16.908Z Downloaded globwalk v0.9.1
7322026-03-26T14:49:16.908Z Downloaded crossbeam-deque v0.8.6
7332026-03-26T14:49:16.908Z Downloaded git-stub v1.0.0
7342026-03-26T14:49:16.911Z Downloaded ghash v0.5.1
7352026-03-26T14:49:16.911Z Downloaded hostname v0.3.1
7362026-03-26T14:49:16.911Z Downloaded drift v0.1.3
7372026-03-26T14:49:16.914Z Downloaded hubpack v0.1.2
7382026-03-26T14:49:16.917Z Downloaded darling v0.21.3
7392026-03-26T14:49:16.920Z Downloaded httpdate v1.0.3
7402026-03-26T14:49:16.920Z Downloaded der v0.7.10
7412026-03-26T14:49:16.924Z Downloaded ident_case v1.0.1
7422026-03-26T14:49:16.925Z Downloaded hubpack_derive v0.1.1
7432026-03-26T14:49:16.925Z Downloaded http-range v0.1.5
7442026-03-26T14:49:16.925Z Downloaded constant_time_eq v0.4.2
7452026-03-26T14:49:16.925Z Downloaded hyper-tls v0.6.0
7462026-03-26T14:49:16.927Z Downloaded indent_write v2.2.0
7472026-03-26T14:49:16.928Z Downloaded const_format_proc_macros v0.2.34
7482026-03-26T14:49:16.931Z Downloaded cipher v0.4.4
7492026-03-26T14:49:16.931Z Downloaded backoff v0.4.0
7502026-03-26T14:49:16.931Z Downloaded cexpr v0.6.0
7512026-03-26T14:49:16.934Z Downloaded cbc v0.1.2
7522026-03-26T14:49:16.934Z Downloaded ena v0.14.4
7532026-03-26T14:49:16.934Z Downloaded daft-derive v0.1.5
7542026-03-26T14:49:16.937Z Downloaded git-stub-vcs v0.1.0
7552026-03-26T14:49:16.940Z Downloaded group v0.13.0
7562026-03-26T14:49:16.940Z Downloaded fs_extra v1.3.0
7572026-03-26T14:49:16.940Z Downloaded bit-vec v0.8.0
7582026-03-26T14:49:16.943Z Downloaded bb8 v0.8.6
7592026-03-26T14:49:16.943Z Downloaded argon2 v0.5.3
7602026-03-26T14:49:16.946Z Downloaded bitfield v0.19.4
7612026-03-26T14:49:16.946Z Downloaded async-trait v0.1.89
7622026-03-26T14:49:16.949Z Downloaded internet-checksum v0.2.1
7632026-03-26T14:49:16.949Z Downloaded instant v0.1.13
7642026-03-26T14:49:16.949Z Downloaded inout v0.1.4
7652026-03-26T14:49:16.949Z Downloaded buf-list v1.1.2
7662026-03-26T14:49:16.952Z Downloaded is-terminal v0.4.17
7672026-03-26T14:49:16.952Z Downloaded bitfield-macros v0.19.4
7682026-03-26T14:49:16.952Z Downloaded byte-wrapper v0.1.0
7692026-03-26T14:49:16.955Z Downloaded base64 v0.22.1
7702026-03-26T14:49:16.956Z Downloaded des v0.8.1
7712026-03-26T14:49:16.959Z Downloaded bcs v0.1.6
7722026-03-26T14:49:16.959Z Downloaded csv-core v0.1.13
7732026-03-26T14:49:16.962Z Downloaded highway v1.3.0
7742026-03-26T14:49:16.962Z Downloaded darling v0.23.0
7752026-03-26T14:49:16.965Z Downloaded indoc v1.0.9
7762026-03-26T14:49:16.965Z Downloaded ctr v0.9.2
7772026-03-26T14:49:16.969Z Downloaded console v0.15.11
7782026-03-26T14:49:16.969Z Downloaded base64ct v1.8.3
7792026-03-26T14:49:16.973Z Downloaded ahash v0.8.12
7802026-03-26T14:49:16.973Z Downloaded hostname v0.4.2
7812026-03-26T14:49:16.978Z Downloaded kstat-rs v0.2.4
7822026-03-26T14:49:16.978Z Downloaded keccak v0.1.6
7832026-03-26T14:49:16.978Z Downloaded is_ci v1.2.0
7842026-03-26T14:49:16.978Z Downloaded ciborium v0.2.2
7852026-03-26T14:49:16.978Z Downloaded arrayvec v0.7.6
7862026-03-26T14:49:16.984Z Downloaded instability v0.3.11
7872026-03-26T14:49:16.984Z Downloaded fatfs v0.3.6
7882026-03-26T14:49:16.988Z Downloaded globset v0.4.18
7892026-03-26T14:49:16.988Z Downloaded glob v0.3.3
7902026-03-26T14:49:16.988Z Downloaded crossbeam-epoch v0.9.18
7912026-03-26T14:49:16.995Z Downloaded http-body-util v0.1.3
7922026-03-26T14:49:16.998Z Downloaded lalrpop-util v0.19.12
7932026-03-26T14:49:16.999Z Downloaded lazy_static v1.5.0
7942026-03-26T14:49:16.999Z Downloaded md5 v0.7.0
7952026-03-26T14:49:17.004Z Downloaded lzss v0.8.2
7962026-03-26T14:49:17.004Z Downloaded md-5 v0.10.6
7972026-03-26T14:49:17.006Z Downloaded libscf-sys v1.1.0
7982026-03-26T14:49:17.006Z Downloaded maybe-uninit v2.0.0
7992026-03-26T14:49:17.006Z Downloaded maplit v1.0.2
8002026-03-26T14:49:17.007Z Downloaded lru v0.12.5
8012026-03-26T14:49:17.007Z Downloaded impl-trait-for-tuples v0.2.3
8022026-03-26T14:49:17.007Z Downloaded linked-hash-map v0.5.6
8032026-03-26T14:49:17.009Z Downloaded half v1.8.3
8042026-03-26T14:49:17.009Z Downloaded managed v0.8.0
8052026-03-26T14:49:17.012Z Downloaded futures-channel v0.3.32
8062026-03-26T14:49:17.012Z Downloaded hickory-client v0.25.2
8072026-03-26T14:49:17.012Z Downloaded either v1.15.0
8082026-03-26T14:49:17.015Z Downloaded darling v0.20.11
8092026-03-26T14:49:17.018Z Downloaded humantime v2.3.0
8102026-03-26T14:49:17.018Z Downloaded newline-converter v0.3.0
8112026-03-26T14:49:17.018Z Downloaded multimap v0.10.1
8122026-03-26T14:49:17.021Z Downloaded cookie v0.18.1
8132026-03-26T14:49:17.021Z Downloaded cmake v0.1.57
8142026-03-26T14:49:17.021Z Downloaded mime v0.3.17
8152026-03-26T14:49:17.025Z Downloaded clang-sys v1.8.1
8162026-03-26T14:49:17.025Z Downloaded nibble_vec v0.1.0
8172026-03-26T14:49:17.028Z Downloaded newtype_derive v0.1.6
8182026-03-26T14:49:17.028Z Downloaded newtype-uuid-macros v0.1.0
8192026-03-26T14:49:17.028Z Downloaded ingot-types v0.1.2
8202026-03-26T14:49:17.028Z Downloaded chacha20 v0.9.1
8212026-03-26T14:49:17.029Z Downloaded cookie_store v0.22.1
8222026-03-26T14:49:17.032Z Downloaded chacha20 v0.10.0
8232026-03-26T14:49:17.032Z Downloaded bzip2 v0.6.1
8242026-03-26T14:49:17.034Z Downloaded memoffset v0.9.1
8252026-03-26T14:49:17.034Z Downloaded corncobs v0.1.4
8262026-03-26T14:49:17.038Z Downloaded console v0.16.2
8272026-03-26T14:49:17.038Z Downloaded cargo_toml v0.22.3
8282026-03-26T14:49:17.038Z Downloaded match_cfg v0.1.0
8292026-03-26T14:49:17.042Z Downloaded getrandom v0.2.17
8302026-03-26T14:49:17.042Z Downloaded lru-cache v0.1.2
8312026-03-26T14:49:17.045Z Downloaded new_debug_unreachable v1.0.6
8322026-03-26T14:49:17.045Z Downloaded nodrop v0.1.14
8332026-03-26T14:49:17.048Z Downloaded darling_core v0.23.0
8342026-03-26T14:49:17.051Z Downloaded indoc v2.0.7
8352026-03-26T14:49:17.051Z Downloaded libefi-sys v0.1.0
8362026-03-26T14:49:17.054Z Downloaded httparse v1.10.1
8372026-03-26T14:49:17.054Z Downloaded num-iter v0.1.45
8382026-03-26T14:49:17.054Z Downloaded ipnet v2.11.0
8392026-03-26T14:49:17.057Z Downloaded aho-corasick v1.1.4
8402026-03-26T14:49:17.059Z Downloaded num_threads v0.1.7
8412026-03-26T14:49:17.059Z Downloaded num v0.4.3
8422026-03-26T14:49:17.062Z Downloaded libloading v0.8.9
8432026-03-26T14:49:17.062Z Downloaded hyper-staticfile v0.10.1
8442026-03-26T14:49:17.065Z Downloaded normalize-line-endings v0.3.0
8452026-03-26T14:49:17.065Z Downloaded crossterm v0.29.0
8462026-03-26T14:49:17.068Z Downloaded opaque-debug v0.3.1
8472026-03-26T14:49:17.070Z Downloaded num-derive v0.3.3
8482026-03-26T14:49:17.071Z Downloaded nonempty v0.12.0
8492026-03-26T14:49:17.071Z Downloaded oso-derive v0.27.3
8502026-03-26T14:49:17.071Z Downloaded num_enum_derive v0.5.11
8512026-03-26T14:49:17.074Z Downloaded linear-map v1.2.0
8522026-03-26T14:49:17.074Z Downloaded elliptic-curve v0.13.8
8532026-03-26T14:49:17.077Z Downloaded ipnetwork v0.21.1
8542026-03-26T14:49:17.077Z Downloaded hex v0.4.3
8552026-03-26T14:49:17.077Z Downloaded futures-executor v0.3.32
8562026-03-26T14:49:17.082Z Downloaded ingot-macros v0.1.1
8572026-03-26T14:49:17.082Z Downloaded ingot v0.1.1
8582026-03-26T14:49:17.083Z Downloaded aes v0.8.4
8592026-03-26T14:49:17.087Z Downloaded openssl-probe v0.1.6
8602026-03-26T14:49:17.087Z Downloaded lock_api v0.4.14
8612026-03-26T14:49:17.087Z Downloaded lru-slab v0.1.2
8622026-03-26T14:49:17.087Z Downloaded libsw-core v0.3.2
8632026-03-26T14:49:17.087Z Downloaded darling_core v0.20.11
8642026-03-26T14:49:17.091Z Downloaded libsw v3.5.0
8652026-03-26T14:49:17.091Z Downloaded crossterm v0.28.1
8662026-03-26T14:49:17.095Z Downloaded openssl-probe v0.2.1
8672026-03-26T14:49:17.095Z Downloaded openssl-macros v0.1.1
8682026-03-26T14:49:17.099Z Downloaded crc32fast v1.5.0
8692026-03-26T14:49:17.099Z Downloaded olpc-cjson v0.1.4
8702026-03-26T14:49:17.099Z Downloaded newtype-uuid v1.3.2
8712026-03-26T14:49:17.099Z Downloaded flume v0.11.1
8722026-03-26T14:49:17.102Z Downloaded nanorand v0.7.0
8732026-03-26T14:49:17.102Z Downloaded jobserver v0.1.34
8742026-03-26T14:49:17.108Z Downloaded num-derive v0.4.2
8752026-03-26T14:49:17.108Z Downloaded blake2 v0.10.6
8762026-03-26T14:49:17.108Z Downloaded parse-display v0.10.0
8772026-03-26T14:49:17.125Z Downloaded phf_shared v0.12.1
8782026-03-26T14:49:17.128Z Downloaded mime_guess v2.0.5
8792026-03-26T14:49:17.128Z Downloaded iana-time-zone v0.1.65
8802026-03-26T14:49:17.133Z Downloaded hmac v0.12.1
8812026-03-26T14:49:17.133Z Downloaded futures v0.3.32
8822026-03-26T14:49:17.136Z Downloaded num_enum_derive v0.7.5
8832026-03-26T14:49:17.136Z Downloaded pbkdf2 v0.12.2
8842026-03-26T14:49:17.136Z Downloaded path-slash v0.1.5
8852026-03-26T14:49:17.136Z Downloaded indexmap v1.9.3
8862026-03-26T14:49:17.139Z Downloaded ignore v0.4.25
8872026-03-26T14:49:17.142Z Downloaded phf_shared v0.13.1
8882026-03-26T14:49:17.142Z Downloaded getrandom v0.3.4
8892026-03-26T14:49:17.142Z Downloaded nu-ansi-term v0.50.3
8902026-03-26T14:49:17.146Z Downloaded chacha20poly1305 v0.10.1
8912026-03-26T14:49:17.146Z Downloaded peg-runtime v0.8.5
8922026-03-26T14:49:17.146Z Downloaded num-rational v0.4.2
8932026-03-26T14:49:17.149Z Downloaded multer v3.1.0
8942026-03-26T14:49:17.149Z Downloaded memmap2 v0.9.10
8952026-03-26T14:49:17.152Z Downloaded pbkdf2 v0.11.0
8962026-03-26T14:49:17.152Z Downloaded half v2.7.1
8972026-03-26T14:49:17.155Z Downloaded oxide-tokio-rt v0.1.3
8982026-03-26T14:49:17.155Z Downloaded predicates-tree v1.0.13
8992026-03-26T14:49:17.155Z Downloaded predicates-core v1.0.10
9002026-03-26T14:49:17.157Z Downloaded powerfmt v0.2.0
9012026-03-26T14:49:17.157Z Downloaded pin-utils v0.1.0
9022026-03-26T14:49:17.158Z Downloaded phf_shared v0.11.3
9032026-03-26T14:49:17.158Z Downloaded owo-colors v4.3.0
9042026-03-26T14:49:17.161Z Downloaded num-conv v0.2.0
9052026-03-26T14:49:17.161Z Downloaded proc-macro-crate v1.3.1
9062026-03-26T14:49:17.161Z Downloaded ed25519-dalek v2.2.0
9072026-03-26T14:49:17.164Z Downloaded crypto-bigint v0.5.5
9082026-03-26T14:49:17.167Z Downloaded parse-size v1.1.0
9092026-03-26T14:49:17.167Z Downloaded num-integer v0.1.46
9102026-03-26T14:49:17.170Z Downloaded num_enum v0.7.5
9112026-03-26T14:49:17.173Z Downloaded proc-macro-crate v3.4.0
9122026-03-26T14:49:17.176Z Downloaded paste v1.0.15
9132026-03-26T14:49:17.176Z Downloaded num_enum v0.5.11
9142026-03-26T14:49:17.179Z Downloaded litrs v1.0.0
9152026-03-26T14:49:17.185Z Downloaded password-hash v0.5.0
9162026-03-26T14:49:17.186Z Downloaded pem-rfc7468 v0.7.0
9172026-03-26T14:49:17.190Z Downloaded precomputed-hash v0.1.1
9182026-03-26T14:49:17.190Z Downloaded crossbeam-channel v0.5.15
9192026-03-26T14:49:17.190Z Downloaded libbz2-rs-sys v0.2.2
9202026-03-26T14:49:17.190Z Downloaded peg-macros v0.8.5
9212026-03-26T14:49:17.190Z Downloaded psl-types v2.0.11
9222026-03-26T14:49:17.193Z Downloaded pem v3.0.6
9232026-03-26T14:49:17.193Z Downloaded password-hash v0.4.2
9242026-03-26T14:49:17.194Z Downloaded crc-any v2.5.0
9252026-03-26T14:49:17.197Z Downloaded compact_str v0.8.1
9262026-03-26T14:49:17.198Z Downloaded pkg-config v0.3.32
9272026-03-26T14:49:17.198Z Downloaded hyper-rustls v0.27.7
9282026-03-26T14:49:17.203Z Downloaded pin-project-lite v0.2.17
9292026-03-26T14:49:17.203Z Downloaded parse-display-derive v0.10.0
9302026-03-26T14:49:17.208Z Downloaded allocator-api2 v0.2.21
9312026-03-26T14:49:17.211Z Downloaded native-tls v0.2.18
9322026-03-26T14:49:17.211Z Downloaded indicatif v0.18.4
9332026-03-26T14:49:17.217Z Downloaded proc-macro-error-attr2 v2.0.0
9342026-03-26T14:49:17.222Z Downloaded predicates v3.1.4
9352026-03-26T14:49:17.225Z Downloaded packed_struct_codegen v0.10.1
9362026-03-26T14:49:17.228Z Downloaded oxnet v0.1.4
9372026-03-26T14:49:17.228Z Downloaded progenitor-macro v0.13.0
9382026-03-26T14:49:17.231Z Downloaded primeorder v0.13.6
9392026-03-26T14:49:17.231Z Downloaded ppv-lite86 v0.2.21
9402026-03-26T14:49:17.236Z Downloaded flate2 v1.1.9
9412026-03-26T14:49:17.236Z Downloaded quick-error v1.2.3
9422026-03-26T14:49:17.239Z Downloaded progenitor-macro v0.11.2
9432026-03-26T14:49:17.239Z Downloaded hickory-resolver v0.25.2
9442026-03-26T14:49:17.239Z Downloaded progenitor-macro v0.10.0
9452026-03-26T14:49:17.239Z Downloaded expectorate v1.2.0
9462026-03-26T14:49:17.242Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-03-26T14:49:17.242Z Downloaded recursive v0.1.1
9482026-03-26T14:49:17.242Z Downloaded progenitor-client v0.13.0
9492026-03-26T14:49:17.245Z Downloaded progenitor-client v0.10.0
9502026-03-26T14:49:17.245Z Downloaded dropshot-api-manager v0.6.0
9512026-03-26T14:49:17.245Z Downloaded derive_more-impl v2.1.1
9522026-03-26T14:49:17.248Z Downloaded parking_lot_core v0.8.6
9532026-03-26T14:49:17.251Z Downloaded parking_lot_core v0.9.12
9542026-03-26T14:49:17.251Z Downloaded progenitor v0.13.0
9552026-03-26T14:49:17.254Z Downloaded peg v0.8.5
9562026-03-26T14:49:17.254Z Downloaded psm v0.1.30
9572026-03-26T14:49:17.257Z Downloaded pin-project-internal v1.1.11
9582026-03-26T14:49:17.260Z Downloaded phf v0.13.1
9592026-03-26T14:49:17.260Z Downloaded packed_struct v0.10.1
9602026-03-26T14:49:17.260Z Downloaded num-complex v0.4.6
9612026-03-26T14:49:17.263Z Downloaded rand_chacha v0.3.1
9622026-03-26T14:49:17.263Z Downloaded rustc-hash v2.1.1
9632026-03-26T14:49:17.269Z Downloaded heapless v0.7.17
9642026-03-26T14:49:17.272Z Downloaded polyval v0.6.2
9652026-03-26T14:49:17.275Z Downloaded r2d2 v0.8.10
9662026-03-26T14:49:17.275Z Downloaded poly1305 v0.8.0
9672026-03-26T14:49:17.278Z Downloaded rtoolbox v0.0.3
9682026-03-26T14:49:17.278Z Downloaded postgres-protocol v0.6.10
9692026-03-26T14:49:17.278Z Downloaded pkcs8 v0.10.2
9702026-03-26T14:49:17.281Z Downloaded rustc_version v0.4.1
9712026-03-26T14:49:17.281Z Downloaded russh-cryptovec v0.7.3
9722026-03-26T14:49:17.282Z Downloaded ref-cast v1.0.25
9732026-03-26T14:49:17.285Z Downloaded heapless v0.8.0
9742026-03-26T14:49:17.285Z Downloaded ref-cast-impl v1.0.25
9752026-03-26T14:49:17.289Z Downloaded rand_chacha v0.9.0
9762026-03-26T14:49:17.289Z Downloaded rand_xorshift v0.4.0
9772026-03-26T14:49:17.289Z Downloaded omicron-zone-package v0.12.2
9782026-03-26T14:49:17.293Z Downloaded headers v0.4.1
9792026-03-26T14:49:17.293Z Downloaded rfc6979 v0.4.0
9802026-03-26T14:49:17.301Z Downloaded rand_seeder v0.4.0
9812026-03-26T14:49:17.301Z Downloaded papergrid v0.17.0
9822026-03-26T14:49:17.301Z Downloaded bumpalo v3.20.2
9832026-03-26T14:49:17.305Z Downloaded arc-swap v1.8.2
9842026-03-26T14:49:17.305Z Downloaded rand_core v0.9.5
9852026-03-26T14:49:17.305Z Downloaded rand_core v0.6.4
9862026-03-26T14:49:17.305Z Downloaded rand_core v0.10.0
9872026-03-26T14:49:17.305Z Downloaded jiff-static v0.2.21
9882026-03-26T14:49:17.310Z Downloaded proc-macro-error2 v2.0.1
9892026-03-26T14:49:17.310Z Downloaded hickory-resolver v0.24.4
9902026-03-26T14:49:17.313Z Downloaded diesel_derives v2.3.7
9912026-03-26T14:49:17.317Z Downloaded salsa20 v0.10.2
9922026-03-26T14:49:17.317Z Downloaded progenitor-extras v0.1.1
9932026-03-26T14:49:17.317Z Downloaded const_format v0.2.35
9942026-03-26T14:49:17.320Z Downloaded progenitor-client v0.11.2
9952026-03-26T14:49:17.320Z Downloaded progenitor v0.11.2
9962026-03-26T14:49:17.323Z Downloaded progenitor v0.10.0
9972026-03-26T14:49:17.323Z Downloaded ar_archive_writer v0.5.1
9982026-03-26T14:49:17.323Z Downloaded rustc_version v0.1.7
9992026-03-26T14:49:17.326Z Downloaded resolv-conf v0.7.6
10002026-03-26T14:49:17.326Z Downloaded sapling-renderdag v0.1.0
10012026-03-26T14:49:17.326Z Downloaded parking_lot v0.12.5
10022026-03-26T14:49:17.329Z Downloaded hyper-util v0.1.20
10032026-03-26T14:49:17.332Z Downloaded http v1.4.0
10042026-03-26T14:49:17.335Z Downloaded same-file v1.0.6
10052026-03-26T14:49:17.339Z Downloaded parking_lot v0.11.2
10062026-03-26T14:49:17.344Z Downloaded scrypt v0.11.0
10072026-03-26T14:49:17.347Z Downloaded pkcs5 v0.7.1
10082026-03-26T14:49:17.350Z Downloaded scopeguard v1.2.0
10092026-03-26T14:49:17.350Z Downloaded pkcs1 v0.7.5
10102026-03-26T14:49:17.353Z Downloaded scroll_derive v0.13.1
10112026-03-26T14:49:17.353Z Downloaded radium v0.7.0
10122026-03-26T14:49:17.357Z Downloaded hickory-server v0.25.2
10132026-03-26T14:49:17.360Z Downloaded scheduled-thread-pool v0.2.7
10142026-03-26T14:49:17.363Z Downloaded postgres-types v0.2.12
10152026-03-26T14:49:17.366Z Downloaded serde_bytes v0.11.19
10162026-03-26T14:49:17.366Z Downloaded serde-big-array v0.5.1
10172026-03-26T14:49:17.369Z Downloaded seq-macro v0.3.6
10182026-03-26T14:49:17.369Z Downloaded rustls-pemfile v2.2.0
10192026-03-26T14:49:17.373Z Downloaded serde_urlencoded v0.7.1
10202026-03-26T14:49:17.373Z Downloaded rusty-fork v0.3.1
10212026-03-26T14:49:17.373Z Downloaded rustls-pemfile v1.0.4
10222026-03-26T14:49:17.376Z Downloaded rustversion v1.0.22
10232026-03-26T14:49:17.379Z Downloaded semver v0.1.20
10242026-03-26T14:49:17.382Z Downloaded secrecy v0.10.3
10252026-03-26T14:49:17.382Z Downloaded secrecy v0.8.0
10262026-03-26T14:49:17.382Z Downloaded serde_spanned v1.0.4
10272026-03-26T14:49:17.382Z Downloaded serde_repr v0.1.20
10282026-03-26T14:49:17.385Z Downloaded signal-hook-tokio v0.3.1
10292026-03-26T14:49:17.385Z Downloaded signal-hook-mio v0.2.5
10302026-03-26T14:49:17.385Z Downloaded progenitor-impl v0.11.2
10312026-03-26T14:49:17.388Z Downloaded cc v1.2.56
10322026-03-26T14:49:17.397Z Downloaded sigpipe v0.1.3
10332026-03-26T14:49:17.407Z Downloaded oso v0.27.3
10342026-03-26T14:49:17.407Z Downloaded slog-bunyan v2.5.0
10352026-03-26T14:49:17.407Z Downloaded slog-envlogger v2.2.0
10362026-03-26T14:49:17.407Z Downloaded pin-project v1.1.11
10372026-03-26T14:49:17.412Z Downloaded rustls-native-certs v0.8.3
10382026-03-26T14:49:17.417Z Downloaded sha1 v0.10.6
10392026-03-26T14:49:17.421Z Downloaded sec1 v0.7.3
10402026-03-26T14:49:17.421Z Downloaded sct v0.7.1
10412026-03-26T14:49:17.424Z Downloaded shell-words v1.1.1
10422026-03-26T14:49:17.424Z Downloaded scroll v0.13.0
10432026-03-26T14:49:17.424Z Downloaded siphasher v1.0.2
10442026-03-26T14:49:17.424Z Downloaded signature v2.2.0
10452026-03-26T14:49:17.429Z Downloaded serde_path_to_error v0.1.20
10462026-03-26T14:49:17.435Z Downloaded quinn-udp v0.5.14
10472026-03-26T14:49:17.438Z Downloaded aes-gcm v0.10.3
10482026-03-26T14:49:17.438Z Downloaded serde_plain v1.0.2
10492026-03-26T14:49:17.443Z Downloaded serde-hex v0.1.0
10502026-03-26T14:49:17.446Z Downloaded rustls-pki-types v1.14.0
10512026-03-26T14:49:17.446Z Downloaded prettyplease v0.2.37
10522026-03-26T14:49:17.449Z Downloaded phf v0.12.1
10532026-03-26T14:49:17.452Z Downloaded signal-hook-registry v1.4.8
10542026-03-26T14:49:17.454Z Downloaded strum v0.26.3
10552026-03-26T14:49:17.455Z Downloaded strip-ansi-escapes v0.2.1
10562026-03-26T14:49:17.455Z Downloaded ssh-cipher v0.2.0
10572026-03-26T14:49:17.458Z Downloaded sqlparser_derive v0.5.0
10582026-03-26T14:49:17.458Z Downloaded slab v0.4.12
10592026-03-26T14:49:17.464Z Downloaded prefix-trie v0.7.0
10602026-03-26T14:49:17.496Z Downloaded sync-ptr v0.1.4
10612026-03-26T14:49:17.505Z Downloaded ssh-encoding v0.2.0
10622026-03-26T14:49:17.505Z Downloaded sync_wrapper v1.0.2
10632026-03-26T14:49:17.505Z Downloaded subtle v2.6.1
10642026-03-26T14:49:17.505Z Downloaded tabwriter v1.4.1
10652026-03-26T14:49:17.506Z Downloaded tabled_derive v0.11.0
10662026-03-26T14:49:17.506Z Downloaded schemars_derive v0.8.22
10672026-03-26T14:49:17.506Z Downloaded structmeta-derive v0.3.0
10682026-03-26T14:49:17.506Z Downloaded smallvec v0.6.14
10692026-03-26T14:49:17.506Z Downloaded slog-json v2.6.1
10702026-03-26T14:49:17.506Z Downloaded miniz_oxide v0.8.9
10712026-03-26T14:49:17.506Z Downloaded minimal-lexical v0.2.1
10722026-03-26T14:49:17.506Z Downloaded smf v0.2.3
10732026-03-26T14:49:17.506Z Downloaded russh-keys v0.45.0
10742026-03-26T14:49:17.506Z Downloaded snafu-derive v0.8.9
10752026-03-26T14:49:17.506Z Downloaded serde_derive_internals v0.29.1
10762026-03-26T14:49:17.507Z Downloaded p256 v0.13.2
10772026-03-26T14:49:17.507Z Downloaded termtree v0.5.1
10782026-03-26T14:49:17.516Z Downloaded testing_table v0.3.0
10792026-03-26T14:49:17.516Z Downloaded strum v0.27.2
10802026-03-26T14:49:17.516Z Downloaded structmeta v0.3.0
10812026-03-26T14:49:17.516Z Downloaded progenitor-impl v0.10.0
10822026-03-26T14:49:17.520Z Downloaded shlex v1.3.0
10832026-03-26T14:49:17.520Z Downloaded simd-adler32 v0.3.8
10842026-03-26T14:49:17.520Z Downloaded rustls-platform-verifier v0.6.2
10852026-03-26T14:49:17.520Z Downloaded thread-id v5.1.0
10862026-03-26T14:49:17.521Z Downloaded tap v1.0.1
10872026-03-26T14:49:17.521Z Downloaded take_mut v0.2.2
10882026-03-26T14:49:17.521Z Downloaded tagptr v0.2.0
10892026-03-26T14:49:17.527Z Downloaded static_assertions v1.1.0
10902026-03-26T14:49:17.530Z Downloaded stacker v0.1.23
10912026-03-26T14:49:17.536Z Downloaded postcard v1.1.3
10922026-03-26T14:49:17.539Z Downloaded slog-term v2.9.2
10932026-03-26T14:49:17.542Z Downloaded progenitor-impl v0.13.0
10942026-03-26T14:49:17.542Z Downloaded tinyvec_macros v0.1.1
10952026-03-26T14:49:17.550Z Downloaded time-core v0.1.8
10962026-03-26T14:49:17.550Z Downloaded thiserror-impl-no-std v2.0.2
10972026-03-26T14:49:17.550Z Downloaded slog-stdlog v4.1.1
10982026-03-26T14:49:17.555Z Downloaded slog-scope v4.4.1
10992026-03-26T14:49:17.555Z Downloaded slog-dtrace v0.3.0
11002026-03-26T14:49:17.555Z Downloaded supports-color v3.0.2
11012026-03-26T14:49:17.555Z Downloaded strum_macros v0.24.3
11022026-03-26T14:49:17.555Z Downloaded support-bundle-viewer v0.1.2
11032026-03-26T14:49:17.555Z Downloaded strum_macros v0.26.4
11042026-03-26T14:49:17.555Z Downloaded hashbrown v0.12.3
11052026-03-26T14:49:17.559Z Downloaded stringprep v0.1.5
11062026-03-26T14:49:17.563Z Downloaded string_cache v0.8.9
11072026-03-26T14:49:17.563Z Downloaded spki v0.7.3
11082026-03-26T14:49:17.570Z Downloaded schemars v0.8.22
11092026-03-26T14:49:17.575Z Downloaded serde_cbor v0.11.2
11102026-03-26T14:49:17.590Z Downloaded ron v0.8.1
11112026-03-26T14:49:17.590Z Downloaded mio v1.1.1
11122026-03-26T14:49:17.590Z Downloaded serde_with_macros v3.17.0
11132026-03-26T14:49:17.590Z Downloaded rcgen v0.12.1
11142026-03-26T14:49:17.591Z Downloaded termios v0.3.3
11152026-03-26T14:49:17.591Z Downloaded iddqd v0.3.17
11162026-03-26T14:49:17.597Z Downloaded strum_macros v0.27.2
11172026-03-26T14:49:17.597Z Downloaded topological-sort v0.2.2
11182026-03-26T14:49:17.597Z Downloaded sqlformat v0.3.5
11192026-03-26T14:49:17.606Z Downloaded itertools v0.13.0
11202026-03-26T14:49:17.606Z Downloaded thiserror-no-std v2.0.2
11212026-03-26T14:49:17.612Z Downloaded time-macros v0.2.27
11222026-03-26T14:49:17.612Z Downloaded thread_local v1.1.9
11232026-03-26T14:49:17.612Z Downloaded try-lock v0.2.5
11242026-03-26T14:49:17.612Z Downloaded tower-layer v0.3.3
11252026-03-26T14:49:17.612Z Downloaded tiny-keccak v2.0.2
11262026-03-26T14:49:17.612Z Downloaded trait-variant v0.1.2
11272026-03-26T14:49:17.612Z Downloaded itertools v0.10.5
11282026-03-26T14:49:17.622Z Downloaded slog-async v2.8.0
11292026-03-26T14:49:17.622Z Downloaded ryu v1.0.23
11302026-03-26T14:49:17.622Z Downloaded rsa v0.9.10
11312026-03-26T14:49:17.628Z Downloaded num-bigint-dig v0.8.6
11322026-03-26T14:49:17.628Z Downloaded slog v2.8.2
11332026-03-26T14:49:17.633Z Downloaded openssl-sys v0.9.111
11342026-03-26T14:49:17.633Z Downloaded typify-macro v0.4.3
11352026-03-26T14:49:17.641Z Downloaded pretty_assertions v1.4.1
11362026-03-26T14:49:17.641Z Downloaded tokio-native-tls v0.3.1
11372026-03-26T14:49:17.641Z Downloaded rayon-core v1.13.0
11382026-03-26T14:49:17.641Z Downloaded libxml v0.3.3
11392026-03-26T14:49:17.646Z Downloaded hashbrown v0.13.2
11402026-03-26T14:49:17.656Z Downloaded tls_codec_derive v0.4.2
11412026-03-26T14:49:17.656Z Downloaded socket2 v0.5.10
11422026-03-26T14:49:17.660Z Downloaded tokio-tungstenite v0.21.0
11432026-03-26T14:49:17.660Z Downloaded tokio-tungstenite v0.23.1
11442026-03-26T14:49:17.661Z Downloaded futures-util v0.3.32
11452026-03-26T14:49:17.665Z Downloaded typify-macro v0.6.1
11462026-03-26T14:49:17.665Z Downloaded itertools v0.14.0
11472026-03-26T14:49:17.669Z Downloaded utf-8 v0.7.6
11482026-03-26T14:49:17.669Z Downloaded tokio-rustls v0.25.0
11492026-03-26T14:49:17.676Z Downloaded tokio-macros v2.6.0
11502026-03-26T14:49:17.676Z Downloaded tokio-dtrace v0.1.1
11512026-03-26T14:49:17.676Z Downloaded rustls-webpki v0.103.9
11522026-03-26T14:49:17.676Z Downloaded iri-string v0.7.10
11532026-03-26T14:49:17.682Z Downloaded universal-hash v0.5.1
11542026-03-26T14:49:17.682Z Downloaded waitgroup v0.1.2
11552026-03-26T14:49:17.682Z Downloaded unit-prefix v0.5.2
11562026-03-26T14:49:17.682Z Downloaded unarray v0.1.4
11572026-03-26T14:49:17.682Z Downloaded tower-service v0.3.3
11582026-03-26T14:49:17.682Z Downloaded qorb v0.4.1
11592026-03-26T14:49:17.687Z Downloaded usdt-attr-macro v0.6.0
11602026-03-26T14:49:17.687Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-03-26T14:49:17.687Z Downloaded serde_yaml v0.9.34+deprecated
11622026-03-26T14:49:17.692Z Downloaded signal-hook v0.3.18
11632026-03-26T14:49:17.692Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-03-26T14:49:17.696Z Downloaded untrusted v0.9.0
11652026-03-26T14:49:17.696Z Downloaded untrusted v0.7.1
11662026-03-26T14:49:17.696Z Downloaded unicode-truncate v1.1.0
11672026-03-26T14:49:17.699Z Downloaded wait-timeout v0.2.1
11682026-03-26T14:49:17.699Z Downloaded void v1.0.2
11692026-03-26T14:49:17.700Z Downloaded publicsuffix v2.3.0
11702026-03-26T14:49:17.706Z Downloaded want v0.3.1
11712026-03-26T14:49:17.706Z Downloaded term v1.2.1
11722026-03-26T14:49:17.706Z Downloaded tokio-rustls v0.26.4
11732026-03-26T14:49:17.711Z Downloaded libm v0.2.16
11742026-03-26T14:49:17.711Z Downloaded rand v0.8.5
11752026-03-26T14:49:17.716Z Downloaded snafu v0.8.9
11762026-03-26T14:49:17.722Z Downloaded tokio-stream v0.1.18
11772026-03-26T14:49:17.722Z Downloaded spin v0.9.8
11782026-03-26T14:49:17.722Z Downloaded xattr v1.6.1
11792026-03-26T14:49:17.726Z Downloaded rand v0.10.0
11802026-03-26T14:49:17.726Z Downloaded xshell-macros v0.2.7
11812026-03-26T14:49:17.726Z Downloaded hashbrown v0.15.5
11822026-03-26T14:49:17.730Z Downloaded rand v0.9.2
11832026-03-26T14:49:17.730Z Downloaded quinn v0.11.9
11842026-03-26T14:49:17.733Z Downloaded tui-tree-widget v0.23.1
11852026-03-26T14:49:17.733Z Downloaded tls_codec v0.4.2
11862026-03-26T14:49:17.733Z Downloaded socket2 v0.6.2
11872026-03-26T14:49:17.736Z Downloaded schemars v0.9.0
11882026-03-26T14:49:17.741Z Downloaded p521 v0.13.3
11892026-03-26T14:49:17.744Z Downloaded num-bigint v0.4.6
11902026-03-26T14:49:17.749Z Downloaded nom v7.1.3
11912026-03-26T14:49:17.752Z Downloaded zone_cfg_derive v0.3.1
11922026-03-26T14:49:17.752Z Downloaded tokio-rustls v0.24.1
11932026-03-26T14:49:17.752Z Downloaded term v0.7.0
11942026-03-26T14:49:17.756Z Downloaded vergen-git2 v1.0.7
11952026-03-26T14:49:17.756Z Downloaded similar v2.7.0
11962026-03-26T14:49:17.756Z Downloaded vergen-lib v0.1.6
11972026-03-26T14:49:17.759Z Downloaded unicase v2.9.0
11982026-03-26T14:49:17.759Z Downloaded zeroize_derive v1.4.3
11992026-03-26T14:49:17.763Z Downloaded usdt v0.6.0
12002026-03-26T14:49:17.767Z Downloaded russh v0.45.0
12012026-03-26T14:49:17.772Z Downloaded unicode-properties v0.1.4
12022026-03-26T14:49:17.776Z Downloaded uzers v0.12.2
12032026-03-26T14:49:17.779Z Downloaded usdt-macro v0.6.0
12042026-03-26T14:49:17.782Z Downloaded zone v0.3.1
12052026-03-26T14:49:17.782Z Downloaded toml_parser v1.0.9+spec-1.1.0
12062026-03-26T14:49:17.785Z Downloaded itertools v0.12.1
12072026-03-26T14:49:17.788Z Downloaded xz2 v0.1.7
12082026-03-26T14:49:17.791Z Downloaded h2 v0.4.13
12092026-03-26T14:49:17.794Z Downloaded vsss-rs v3.3.4
12102026-03-26T14:49:17.797Z Downloaded tracing-attributes v0.1.31
12112026-03-26T14:49:17.797Z Downloaded xshell v0.2.7
12122026-03-26T14:49:17.800Z Downloaded usdt-impl v0.6.0
12132026-03-26T14:49:17.800Z Downloaded toml v0.9.12+spec-1.1.0
12142026-03-26T14:49:17.803Z Downloaded test-strategy v0.4.5
12152026-03-26T14:49:17.807Z Downloaded samael v0.0.19
12162026-03-26T14:49:17.811Z Downloaded zeroize v1.8.2
12172026-03-26T14:49:17.811Z Downloaded whoami v2.1.0
12182026-03-26T14:49:17.815Z Downloaded walkdir v2.5.0
12192026-03-26T14:49:17.815Z Downloaded twox-hash v2.1.2
12202026-03-26T14:49:17.815Z Downloaded zstd-safe v7.2.4
12212026-03-26T14:49:17.818Z Downloaded rustyline v14.0.0
12222026-03-26T14:49:17.818Z Downloaded tungstenite v0.21.0
12232026-03-26T14:49:17.821Z Downloaded tinyvec v1.10.0
12242026-03-26T14:49:17.821Z Downloaded steno v0.4.1
12252026-03-26T14:49:17.827Z Downloaded rpassword v7.4.0
12262026-03-26T14:49:17.830Z Downloaded schemars v1.2.1
12272026-03-26T14:49:17.834Z Downloaded whoami v1.6.1
12282026-03-26T14:49:17.840Z Downloaded unicode-bidi v0.3.18
12292026-03-26T14:49:17.840Z Downloaded typify v0.6.1
12302026-03-26T14:49:17.843Z Downloaded tar v0.4.45
12312026-03-26T14:49:17.843Z Downloaded yasna v0.5.2
12322026-03-26T14:49:17.843Z Downloaded wyz v0.5.1
12332026-03-26T14:49:17.847Z Downloaded subprocess v0.2.15
12342026-03-26T14:49:17.847Z Downloaded typify v0.4.3
12352026-03-26T14:49:17.850Z Downloaded vergen v9.0.6
12362026-03-26T14:49:17.850Z Downloaded unsafe-libyaml v0.2.11
12372026-03-26T14:49:17.853Z Downloaded vergen-gitcl v1.0.8
12382026-03-26T14:49:17.853Z Downloaded toml v0.7.8
12392026-03-26T14:49:17.861Z Downloaded zerocopy v0.6.6
12402026-03-26T14:49:17.861Z Downloaded uuid v1.21.0
12412026-03-26T14:49:17.868Z Downloaded hkdf v0.12.4
12422026-03-26T14:49:17.868Z Downloaded zstd v0.13.3
12432026-03-26T14:49:17.868Z Downloaded tracing-core v0.1.36
12442026-03-26T14:49:17.872Z Downloaded reqwest v0.12.28
12452026-03-26T14:49:17.885Z Downloaded hyper v1.8.1
12462026-03-26T14:49:17.889Z Downloaded toml_edit v0.19.15
12472026-03-26T14:49:17.899Z Downloaded git2 v0.20.4
12482026-03-26T14:49:17.904Z Downloaded zopfli v0.8.3
12492026-03-26T14:49:17.909Z Downloaded reedline v0.40.0
12502026-03-26T14:49:17.912Z Downloaded regex v1.12.3
12512026-03-26T14:49:17.915Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-03-26T14:49:17.920Z Downloaded vte v0.14.1
12532026-03-26T14:49:17.922Z Downloaded reqwest v0.13.2
12542026-03-26T14:49:17.925Z Downloaded tokio-postgres v0.7.16
12552026-03-26T14:49:17.929Z Downloaded tungstenite v0.23.0
12562026-03-26T14:49:17.943Z Downloaded ssh-key v0.6.7
12572026-03-26T14:49:17.948Z Downloaded zip v0.6.6
12582026-03-26T14:49:17.951Z Downloaded ron v0.12.0
12592026-03-26T14:49:17.967Z Downloaded quick-xml v0.37.5
12602026-03-26T14:49:17.984Z Downloaded moka v0.12.13
12612026-03-26T14:49:17.991Z Downloaded yansi v1.0.1
12622026-03-26T14:49:17.998Z Downloaded salty v0.3.0
12632026-03-26T14:49:18.002Z Downloaded portable-atomic v1.13.1
12642026-03-26T14:49:18.006Z Downloaded blake3 v1.8.3
12652026-03-26T14:49:18.011Z Downloaded x509-cert v0.2.5
12662026-03-26T14:49:18.017Z Downloaded unicode_categories v0.1.1
12672026-03-26T14:49:18.024Z Downloaded tower v0.5.3
12682026-03-26T14:49:18.029Z Downloaded object v0.30.4
12692026-03-26T14:49:18.041Z Downloaded tough v0.20.0
12702026-03-26T14:49:18.060Z Downloaded zerocopy-derive v0.8.40
12712026-03-26T14:49:18.070Z Downloaded unicode-normalization v0.1.25
12722026-03-26T14:49:18.078Z Downloaded aws-lc-rs v1.16.0
12732026-03-26T14:49:18.079Z Downloaded curve25519-dalek v4.1.3
12742026-03-26T14:49:18.091Z Downloaded chrono v0.4.44
12752026-03-26T14:49:18.118Z Downloaded rustls-webpki v0.101.7
12762026-03-26T14:49:18.125Z Downloaded winnow v0.6.26
12772026-03-26T14:49:18.141Z Downloaded rayon v1.11.0
12782026-03-26T14:49:18.150Z Downloaded typed-path v0.9.3
12792026-03-26T14:49:18.154Z Downloaded polar-core v0.27.3
12802026-03-26T14:49:18.157Z Downloaded lalrpop v0.19.12
12812026-03-26T14:49:18.163Z Downloaded zip v4.6.1
12822026-03-26T14:49:18.167Z Downloaded tokio-util v0.7.18
12832026-03-26T14:49:18.173Z Downloaded bindgen v0.71.1
12842026-03-26T14:49:18.176Z Downloaded unicode-segmentation v1.12.0
12852026-03-26T14:49:18.179Z Downloaded goblin v0.10.5
12862026-03-26T14:49:18.182Z Downloaded bitvec v1.0.1
12872026-03-26T14:49:18.190Z Downloaded radix_trie v0.2.1
12882026-03-26T14:49:18.193Z Downloaded tabled v0.20.0
12892026-03-26T14:49:18.201Z Downloaded tower-http v0.6.8
12902026-03-26T14:49:18.206Z Downloaded zlib-rs v0.6.2
12912026-03-26T14:49:18.210Z Downloaded petname v2.0.2
12922026-03-26T14:49:18.213Z Downloaded serde_with v3.17.0
12932026-03-26T14:49:18.219Z Downloaded smoltcp v0.9.1
12942026-03-26T14:49:18.225Z Downloaded rustls-webpki v0.102.8
12952026-03-26T14:49:18.236Z Downloaded winnow v0.5.40
12962026-03-26T14:49:18.240Z Downloaded nix v0.31.1
12972026-03-26T14:49:18.245Z Downloaded webpki-roots v1.0.6
12982026-03-26T14:49:18.249Z Downloaded hickory-proto v0.25.2
12992026-03-26T14:49:18.255Z Downloaded diesel v2.3.7
13002026-03-26T14:49:18.267Z Downloaded zerocopy v0.8.40
13012026-03-26T14:49:18.278Z Downloaded nix v0.27.1
13022026-03-26T14:49:18.282Z Downloaded quinn-proto v0.11.13
13032026-03-26T14:49:18.282Z Downloaded hickory-proto v0.24.4
13042026-03-26T14:49:18.289Z Downloaded smoltcp v0.11.0
13052026-03-26T14:49:18.294Z Downloaded time v0.3.47
13062026-03-26T14:49:18.302Z Downloaded bstr v1.12.1
13072026-03-26T14:49:18.306Z Downloaded rustix v0.38.44
13082026-03-26T14:49:18.321Z Downloaded object v0.37.3
13092026-03-26T14:49:18.329Z Downloaded nix v0.29.0
13102026-03-26T14:49:18.334Z Downloaded rustls v0.21.12
13112026-03-26T14:49:18.340Z Downloaded vcpkg v0.2.15
13122026-03-26T14:49:18.357Z Downloaded regex-syntax v0.6.29
13132026-03-26T14:49:18.360Z Downloaded nix v0.28.0
13142026-03-26T14:49:18.368Z Downloaded proptest v1.10.0
13152026-03-26T14:49:18.372Z Downloaded sqlparser v0.61.0
13162026-03-26T14:49:18.377Z Downloaded dropshot v0.16.7
13172026-03-26T14:49:18.389Z Downloaded openssl v0.10.75
13182026-03-26T14:49:18.394Z Downloaded p384 v0.13.1
13192026-03-26T14:49:18.402Z Downloaded sled v0.34.7
13202026-03-26T14:49:18.416Z Downloaded openapiv3 v2.2.0
13212026-03-26T14:49:18.423Z Downloaded regress v0.10.5
13222026-03-26T14:49:18.428Z Downloaded rustls v0.22.4
13232026-03-26T14:49:18.434Z Downloaded regex-syntax v0.8.10
13242026-03-26T14:49:18.441Z Downloaded rustls v0.23.37
13252026-03-26T14:49:18.459Z Downloaded regex-automata v0.4.14
13262026-03-26T14:49:18.502Z Downloaded lzma-sys v0.1.20
13272026-03-26T14:49:18.518Z Downloaded jiff v0.2.21
13282026-03-26T14:49:18.527Z Downloaded petgraph v0.8.3
13292026-03-26T14:49:18.551Z Downloaded typify-impl v0.6.1
13302026-03-26T14:49:18.559Z Downloaded csv v1.4.0
13312026-03-26T14:49:18.571Z Downloaded tracing v0.1.44
13322026-03-26T14:49:18.582Z Downloaded sha3 v0.10.8
13332026-03-26T14:49:18.594Z Downloaded tokio v1.49.0
13342026-03-26T14:49:18.613Z Downloaded typify-impl v0.4.3
13352026-03-26T14:49:18.621Z Downloaded ratatui v0.29.0
13362026-03-26T14:49:18.631Z Downloaded zerocopy-derive v0.6.6
13372026-03-26T14:49:18.637Z Downloaded bzip2-sys v0.1.13+1.0.8
13382026-03-26T14:49:18.664Z Downloaded petgraph v0.6.5
13392026-03-26T14:49:18.673Z Downloaded chrono-tz v0.10.4
13402026-03-26T14:49:18.697Z Downloaded encoding_rs v0.8.35
13412026-03-26T14:49:18.708Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-03-26T14:49:18.718Z Downloaded libz-sys v1.1.24
13432026-03-26T14:49:18.730Z Downloaded ring v0.17.14
13442026-03-26T14:49:18.774Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-03-26T14:49:19.425Z Downloaded aws-lc-sys v0.37.1
13462026-03-26T14:49:19.682Z Compiling libc v0.2.180
13472026-03-26T14:49:19.683Z Compiling serde v1.0.228
13482026-03-26T14:49:19.688Z Compiling log v0.4.29
13492026-03-26T14:49:19.688Z Compiling find-msvc-tools v0.1.9
13502026-03-26T14:49:19.831Z Compiling shlex v1.3.0
13512026-03-26T14:49:19.837Z Compiling smallvec v1.15.1
13522026-03-26T14:49:19.847Z Compiling syn v2.0.117
13532026-03-26T14:49:19.869Z Compiling typenum v1.19.0
13542026-03-26T14:49:20.020Z Compiling generic-array v0.14.7
13552026-03-26T14:49:20.064Z Compiling subtle v2.6.1
13562026-03-26T14:49:20.069Z Compiling scopeguard v1.2.0
13572026-03-26T14:49:20.104Z Compiling portable-atomic v1.13.1
13582026-03-26T14:49:20.174Z Compiling lock_api v0.4.14
13592026-03-26T14:49:20.188Z Compiling const-oid v0.9.6
13602026-03-26T14:49:20.250Z Compiling critical-section v1.2.0
13612026-03-26T14:49:20.293Z Compiling zerocopy v0.8.40
13622026-03-26T14:49:20.364Z Compiling pin-project-lite v0.2.17
13632026-03-26T14:49:20.412Z Compiling serde_json v1.0.149
13642026-03-26T14:49:20.462Z Compiling parking_lot_core v0.9.12
13652026-03-26T14:49:20.710Z Compiling getrandom v0.2.17
13662026-03-26T14:49:20.747Z Compiling jobserver v0.1.34
13672026-03-26T14:49:20.781Z Compiling errno v0.3.14
13682026-03-26T14:49:20.846Z Compiling rand_core v0.6.4
13692026-03-26T14:49:20.933Z Compiling signal-hook-registry v1.4.8
13702026-03-26T14:49:20.957Z Compiling cc v1.2.56
13712026-03-26T14:49:21.117Z Compiling once_cell v1.21.3
13722026-03-26T14:49:21.120Z Compiling pkg-config v0.3.32
13732026-03-26T14:49:21.145Z Compiling mio v1.1.1
13742026-03-26T14:49:21.213Z Compiling parking_lot v0.12.5
13752026-03-26T14:49:21.248Z Compiling bitflags v2.11.0
13762026-03-26T14:49:21.329Z Compiling libm v0.2.16
13772026-03-26T14:49:21.476Z Compiling num-traits v0.2.19
13782026-03-26T14:49:21.586Z Compiling futures-core v0.3.32
13792026-03-26T14:49:21.605Z Compiling socket2 v0.6.2
13802026-03-26T14:49:21.680Z Compiling percent-encoding v2.3.2
13812026-03-26T14:49:21.739Z Compiling allocator-api2 v0.2.21
13822026-03-26T14:49:21.750Z Compiling futures-sink v0.3.32
13832026-03-26T14:49:21.842Z Compiling foldhash v0.2.0
13842026-03-26T14:49:21.858Z Compiling cpufeatures v0.2.17
13852026-03-26T14:49:21.881Z Compiling futures-channel v0.3.32
13862026-03-26T14:49:21.930Z Compiling futures-io v0.3.32
13872026-03-26T14:49:22.008Z Compiling slab v0.4.12
13882026-03-26T14:49:22.064Z Compiling hashbrown v0.16.1
13892026-03-26T14:49:22.064Z Compiling futures-task v0.3.32
13902026-03-26T14:49:22.111Z Compiling getrandom v0.4.1
13912026-03-26T14:49:22.134Z Compiling rustversion v1.0.22
13922026-03-26T14:49:22.183Z Compiling rand_core v0.10.0
13932026-03-26T14:49:22.236Z Compiling getrandom v0.3.4
13942026-03-26T14:49:22.353Z Compiling form_urlencoded v1.2.2
13952026-03-26T14:49:22.534Z Compiling cmake v0.1.57
13962026-03-26T14:49:22.645Z Compiling synstructure v0.13.2
13972026-03-26T14:49:22.686Z Compiling indexmap v2.13.0
13982026-03-26T14:49:22.759Z Compiling fs_extra v1.3.0
13992026-03-26T14:49:22.936Z Compiling dunce v1.0.5
14002026-03-26T14:49:23.031Z Compiling ident_case v1.0.1
14012026-03-26T14:49:23.035Z Compiling base64ct v1.8.3
14022026-03-26T14:49:23.057Z Compiling aws-lc-sys v0.37.1
14032026-03-26T14:49:23.147Z Compiling flagset v0.4.7
14042026-03-26T14:49:23.247Z Compiling rand_core v0.9.5
14052026-03-26T14:49:23.263Z Compiling rustix v1.1.3
14062026-03-26T14:49:23.310Z Compiling pem-rfc7468 v0.7.0
14072026-03-26T14:49:23.344Z Compiling iana-time-zone v0.1.65
14082026-03-26T14:49:23.374Z Compiling uuid v1.21.0
14092026-03-26T14:49:23.391Z Compiling ring v0.17.14
14102026-03-26T14:49:23.537Z Compiling rustc_version v0.4.1
14112026-03-26T14:49:23.556Z Compiling aws-lc-rs v1.16.0
14122026-03-26T14:49:23.635Z Compiling regex-syntax v0.8.10
14132026-03-26T14:49:23.841Z Compiling vcpkg v0.2.15
14142026-03-26T14:49:23.877Z Compiling tracing-core v0.1.36
14152026-03-26T14:49:24.097Z Compiling crossbeam-utils v0.8.21
14162026-03-26T14:49:24.415Z Compiling pest_generator v2.8.6
14172026-03-26T14:49:24.445Z Compiling serde_derive_internals v0.29.1
14182026-03-26T14:49:24.466Z Compiling serde_derive v1.0.228
14192026-03-26T14:49:24.600Z Compiling zeroize_derive v1.4.3
14202026-03-26T14:49:25.035Z Compiling zerofrom-derive v0.1.6
14212026-03-26T14:49:25.132Z Compiling yoke-derive v0.8.1
14222026-03-26T14:49:25.249Z Compiling zeroize v1.8.2
14232026-03-26T14:49:25.369Z Compiling zerocopy-derive v0.8.40
14242026-03-26T14:49:26.015Z Compiling crypto-common v0.1.7
14252026-03-26T14:49:26.029Z Compiling block-buffer v0.10.4
14262026-03-26T14:49:26.169Z Compiling digest v0.10.7
14272026-03-26T14:49:26.203Z Compiling zerovec-derive v0.11.2
14282026-03-26T14:49:26.304Z Compiling displaydoc v0.2.5
14292026-03-26T14:49:26.415Z Compiling tokio-macros v2.6.0
14302026-03-26T14:49:26.445Z Compiling zerofrom v0.1.6
14312026-03-26T14:49:26.576Z Compiling yoke v0.8.1
14322026-03-26T14:49:26.763Z Compiling hmac v0.12.1
14332026-03-26T14:49:26.921Z Compiling futures-macro v0.3.32
14342026-03-26T14:49:27.034Z Compiling zerotrie v0.2.3
14352026-03-26T14:49:27.124Z Compiling block-padding v0.3.3
14362026-03-26T14:49:27.291Z Compiling inout v0.1.4
14372026-03-26T14:49:27.308Z Compiling zerovec v0.11.5
14382026-03-26T14:49:27.328Z Compiling sha2 v0.10.9
14392026-03-26T14:49:27.463Z Compiling cipher v0.4.4
14402026-03-26T14:49:27.709Z Compiling futures-util v0.3.32
14412026-03-26T14:49:27.723Z Compiling der_derive v0.7.3
14422026-03-26T14:49:27.794Z Compiling tinystr v0.8.2
14432026-03-26T14:49:27.948Z Compiling bytes v1.11.1
14442026-03-26T14:49:28.005Z Compiling icu_locale_core v2.1.1
14452026-03-26T14:49:28.042Z Compiling potential_utf v0.1.4
14462026-03-26T14:49:28.258Z Compiling icu_collections v2.1.1
14472026-03-26T14:49:28.627Z Compiling tokio v1.49.0
14482026-03-26T14:49:28.731Z Compiling icu_provider v2.1.1
14492026-03-26T14:49:28.746Z Compiling der v0.7.10
14502026-03-26T14:49:28.771Z Compiling http v1.4.0
14512026-03-26T14:49:28.927Z Compiling chrono v0.4.44
14522026-03-26T14:49:29.022Z Compiling icu_normalizer v2.1.1
14532026-03-26T14:49:29.552Z Compiling icu_properties v2.1.2
14542026-03-26T14:49:29.684Z Compiling ppv-lite86 v0.2.21
14552026-03-26T14:49:29.860Z Compiling spki v0.7.3
14562026-03-26T14:49:29.935Z Compiling salsa20 v0.10.2
14572026-03-26T14:49:30.007Z Compiling pbkdf2 v0.12.2
14582026-03-26T14:49:30.034Z Compiling thiserror-impl v2.0.18
14592026-03-26T14:49:30.065Z Compiling rand_chacha v0.9.0
14602026-03-26T14:49:30.078Z Compiling aes v0.8.4
14612026-03-26T14:49:30.121Z Compiling scrypt v0.11.0
14622026-03-26T14:49:30.307Z Compiling cbc v0.1.2
14632026-03-26T14:49:30.379Z Compiling rustls-pki-types v1.14.0
14642026-03-26T14:49:30.457Z Compiling idna_adapter v1.2.1
14652026-03-26T14:49:30.603Z Compiling idna v1.1.0
14662026-03-26T14:49:30.634Z Compiling openssl-sys v0.9.111
14672026-03-26T14:49:30.759Z Compiling tracing-attributes v0.1.31
14682026-03-26T14:49:30.819Z Compiling pkcs5 v0.7.1
14692026-03-26T14:49:31.116Z Compiling url v2.5.8
14702026-03-26T14:49:31.210Z Compiling rand v0.9.2
14712026-03-26T14:49:31.254Z Compiling http-body v1.0.1
14722026-03-26T14:49:31.296Z Compiling untrusted v0.9.0
14732026-03-26T14:49:31.351Z Compiling thiserror v2.0.18
14742026-03-26T14:49:31.410Z Compiling syn v1.0.109
14752026-03-26T14:49:31.422Z Compiling base64 v0.22.1
14762026-03-26T14:49:31.460Z Compiling openssl-probe v0.2.1
14772026-03-26T14:49:31.638Z Compiling schemars v0.8.22
14782026-03-26T14:49:31.706Z Compiling httparse v1.10.1
14792026-03-26T14:49:31.736Z Compiling untrusted v0.7.1
14802026-03-26T14:49:31.899Z Compiling pkcs8 v0.10.2
14812026-03-26T14:49:31.915Z Compiling schemars_derive v0.8.22
14822026-03-26T14:49:31.979Z Compiling pest_derive v2.8.6
14832026-03-26T14:49:32.057Z Compiling tracing v0.1.44
14842026-03-26T14:49:32.112Z Compiling scroll_derive v0.13.1
14852026-03-26T14:49:32.344Z Compiling tokio-util v0.7.18
14862026-03-26T14:49:32.417Z Compiling darling_core v0.20.11
14872026-03-26T14:49:32.703Z Compiling dyn-clone v1.0.20
14882026-03-26T14:49:32.849Z Compiling try-lock v0.2.5
14892026-03-26T14:49:32.902Z Compiling tower-layer v0.3.3
14902026-03-26T14:49:32.960Z Compiling atomic-waker v1.1.2
14912026-03-26T14:49:33.065Z Compiling tinyvec_macros v0.1.1
14922026-03-26T14:49:33.089Z Compiling tower-service v0.3.3
14932026-03-26T14:49:33.145Z Compiling rustls v0.23.37
14942026-03-26T14:49:33.212Z Compiling tinyvec v1.10.0
14952026-03-26T14:49:33.349Z Compiling h2 v0.4.13
14962026-03-26T14:49:33.428Z Compiling want v0.3.1
14972026-03-26T14:49:33.563Z Compiling scroll v0.13.0
14982026-03-26T14:49:33.832Z Compiling ipnet v2.11.0
14992026-03-26T14:49:33.892Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-03-26T14:49:34.221Z Compiling spin v0.9.8
15012026-03-26T14:49:34.285Z Compiling aho-corasick v1.1.4
15022026-03-26T14:49:34.346Z Compiling time-core v0.1.8
15032026-03-26T14:49:34.436Z Compiling crc32fast v1.5.0
15042026-03-26T14:49:34.496Z Compiling httpdate v1.0.3
15052026-03-26T14:49:34.521Z Compiling num-conv v0.2.0
15062026-03-26T14:49:34.644Z Compiling pin-utils v0.1.0
15072026-03-26T14:49:34.698Z Compiling openssl v0.10.75
15082026-03-26T14:49:34.715Z Compiling darling_macro v0.20.11
15092026-03-26T14:49:34.725Z Compiling foreign-types-shared v0.1.1
15102026-03-26T14:49:34.729Z Compiling powerfmt v0.2.0
15112026-03-26T14:49:34.825Z Compiling tempfile v3.25.0
15122026-03-26T14:49:34.934Z Compiling deranged v0.5.8
15132026-03-26T14:49:34.950Z Compiling foreign-types v0.3.2
15142026-03-26T14:49:35.072Z Compiling time-macros v0.2.27
15152026-03-26T14:49:35.171Z Compiling darling v0.20.11
15162026-03-26T14:49:35.195Z Compiling regex-automata v0.4.14
15172026-03-26T14:49:35.889Z Compiling goblin v0.10.5
15182026-03-26T14:49:36.121Z Compiling thiserror-impl v1.0.69
15192026-03-26T14:49:36.506Z Compiling hyper v1.8.1
15202026-03-26T14:49:37.263Z Compiling openssl-macros v0.1.1
15212026-03-26T14:49:37.368Z Compiling wait-timeout v0.2.1
15222026-03-26T14:49:37.524Z Compiling either v1.15.0
15232026-03-26T14:49:37.633Z Compiling num_threads v0.1.7
15242026-03-26T14:49:37.652Z Compiling siphasher v1.0.2
15252026-03-26T14:49:37.730Z Compiling bit-vec v0.8.0
15262026-03-26T14:49:37.733Z Compiling simd-adler32 v0.3.8
15272026-03-26T14:49:37.841Z Compiling native-tls v0.2.18
15282026-03-26T14:49:37.967Z Compiling usdt-impl v0.6.0
15292026-03-26T14:49:37.987Z Compiling quick-error v1.2.3
15302026-03-26T14:49:38.059Z Compiling bit-set v0.8.0
15312026-03-26T14:49:38.076Z Compiling rusty-fork v0.3.1
15322026-03-26T14:49:38.090Z Compiling time v0.3.47
15332026-03-26T14:49:38.269Z Compiling hyper-util v0.1.20
15342026-03-26T14:49:38.435Z Compiling thiserror v1.0.69
15352026-03-26T14:49:38.541Z Compiling derive_builder_core v0.20.2
15362026-03-26T14:49:39.347Z Compiling dof v0.4.0
15372026-03-26T14:49:39.625Z Compiling unicode-normalization v0.1.25
15382026-03-26T14:49:39.727Z Compiling crossbeam-epoch v0.9.18
15392026-03-26T14:49:40.001Z Compiling dtrace-parser v0.3.0
15402026-03-26T14:49:40.051Z Compiling rustls-native-certs v0.8.3
15412026-03-26T14:49:40.072Z Compiling signature v2.2.0
15422026-03-26T14:49:40.148Z Compiling scroll_derive v0.12.1
15432026-03-26T14:49:40.252Z Compiling heapless v0.7.17
15442026-03-26T14:49:40.334Z Compiling rand_xorshift v0.4.0
15452026-03-26T14:49:40.493Z Compiling darling_core v0.21.3
15462026-03-26T14:49:40.508Z Compiling slog v2.8.2
15472026-03-26T14:49:40.521Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-03-26T14:49:40.685Z Compiling sync_wrapper v1.0.2
15492026-03-26T14:49:40.733Z Compiling thread-id v5.1.0
15502026-03-26T14:49:40.789Z Compiling cookie v0.18.1
15512026-03-26T14:49:40.803Z Compiling paste v1.0.15
15522026-03-26T14:49:40.806Z Compiling zstd-safe v7.2.4
15532026-03-26T14:49:40.829Z Compiling rayon-core v1.13.0
15542026-03-26T14:49:40.964Z Compiling unicode-segmentation v1.12.0
15552026-03-26T14:49:40.999Z Compiling anyhow v1.0.102
15562026-03-26T14:49:41.003Z Compiling unicode-bidi v0.3.18
15572026-03-26T14:49:41.057Z Compiling unarray v0.1.4
15582026-03-26T14:49:41.106Z Compiling adler2 v2.0.1
15592026-03-26T14:49:41.167Z Compiling unicode-properties v0.1.4
15602026-03-26T14:49:41.281Z Compiling signal-hook v0.3.18
15612026-03-26T14:49:41.343Z Compiling stringprep v0.1.5
15622026-03-26T14:49:41.373Z Compiling miniz_oxide v0.8.9
15632026-03-26T14:49:41.426Z Compiling proptest v1.10.0
15642026-03-26T14:49:41.563Z Compiling scroll v0.12.0
15652026-03-26T14:49:41.839Z Compiling tower v0.5.3
15662026-03-26T14:49:41.986Z Compiling crossbeam-deque v0.8.6
15672026-03-26T14:49:42.175Z Compiling derive_builder_macro v0.20.2
15682026-03-26T14:49:42.189Z Compiling ipnetwork v0.21.1
15692026-03-26T14:49:42.254Z Compiling http-body-util v0.1.3
15702026-03-26T14:49:42.304Z Compiling webpki-roots v1.0.6
15712026-03-26T14:49:42.425Z Compiling rand_chacha v0.3.1
15722026-03-26T14:49:42.497Z Compiling erased-serde v0.3.31
15732026-03-26T14:49:42.534Z Compiling serde_tokenstream v0.2.3
15742026-03-26T14:49:42.574Z Compiling toml_datetime v0.6.11
15752026-03-26T14:49:42.634Z Compiling serde_spanned v0.6.9
15762026-03-26T14:49:42.783Z Compiling md-5 v0.10.6
15772026-03-26T14:49:42.833Z Compiling zerocopy-derive v0.7.35
15782026-03-26T14:49:42.848Z Compiling curve25519-dalek v4.1.3
15792026-03-26T14:49:42.954Z Compiling vergen-lib v0.1.6
15802026-03-26T14:49:42.983Z Compiling num-integer v0.1.46
15812026-03-26T14:49:43.009Z Compiling darling_macro v0.21.3
15822026-03-26T14:49:43.134Z Compiling hash32 v0.2.1
15832026-03-26T14:49:43.216Z Compiling ff v0.13.1
15842026-03-26T14:49:43.265Z Compiling memoffset v0.9.1
15852026-03-26T14:49:43.337Z Compiling iri-string v0.7.10
15862026-03-26T14:49:43.351Z Compiling psl-types v2.0.11
15872026-03-26T14:49:43.364Z Compiling zlib-rs v0.6.2
15882026-03-26T14:49:43.458Z Compiling fallible-iterator v0.2.0
15892026-03-26T14:49:43.475Z Compiling litrs v1.0.0
15902026-03-26T14:49:43.521Z Compiling ref-cast v1.0.25
15912026-03-26T14:49:43.740Z Compiling base16ct v0.2.0
15922026-03-26T14:49:43.772Z Compiling rustix v0.38.44
15932026-03-26T14:49:43.833Z Compiling num-bigint-dig v0.8.6
15942026-03-26T14:49:43.922Z Compiling cfg_aliases v0.2.1
15952026-03-26T14:49:43.986Z Compiling smoltcp v0.9.1
15962026-03-26T14:49:44.002Z Compiling ryu v1.0.23
15972026-03-26T14:49:44.032Z Compiling nix v0.31.1
15982026-03-26T14:49:44.185Z Compiling serde_urlencoded v0.7.1
15992026-03-26T14:49:44.214Z Compiling document-features v0.2.12
16002026-03-26T14:49:44.339Z Compiling sec1 v0.7.3
16012026-03-26T14:49:44.435Z Compiling newtype-uuid v1.3.2
16022026-03-26T14:49:44.452Z Compiling zerocopy v0.7.35
16032026-03-26T14:49:44.615Z Compiling tower-http v0.6.8
16042026-03-26T14:49:44.761Z Compiling postgres-protocol v0.6.10
16052026-03-26T14:49:44.795Z Compiling darling v0.21.3
16062026-03-26T14:49:44.880Z Compiling publicsuffix v2.3.0
16072026-03-26T14:49:44.949Z Compiling group v0.13.0
16082026-03-26T14:49:45.017Z Compiling num-iter v0.1.45
16092026-03-26T14:49:45.147Z Compiling derive_builder v0.20.2
16102026-03-26T14:49:45.158Z Compiling rand v0.8.5
16112026-03-26T14:49:45.304Z Compiling oxnet v0.1.4
16122026-03-26T14:49:45.374Z Compiling proc-macro-error v1.0.4
16132026-03-26T14:49:45.514Z Compiling tokio-native-tls v0.3.1
16142026-03-26T14:49:45.686Z Compiling goblin v0.8.2
16152026-03-26T14:49:46.228Z Compiling flate2 v1.1.9
16162026-03-26T14:49:46.329Z Compiling heck v0.4.1
16172026-03-26T14:49:46.378Z Compiling phf_shared v0.13.1
16182026-03-26T14:49:46.379Z Compiling hubpack_derive v0.1.1
16192026-03-26T14:49:46.555Z Compiling regex v1.12.3
16202026-03-26T14:49:46.570Z Compiling lazy_static v1.5.0
16212026-03-26T14:49:46.620Z Compiling cargo-platform v0.1.9
16222026-03-26T14:49:46.637Z Compiling hkdf v0.12.4
16232026-03-26T14:49:46.660Z Compiling crypto-bigint v0.5.5
16242026-03-26T14:49:46.807Z Compiling terminal_size v0.4.3
16252026-03-26T14:49:46.836Z Compiling daft-derive v0.1.5
16262026-03-26T14:49:46.877Z Compiling strum_macros v0.27.2
16272026-03-26T14:49:46.946Z Compiling ref-cast-impl v1.0.25
16282026-03-26T14:49:46.983Z Compiling async-trait v0.1.89
16292026-03-26T14:49:47.483Z Compiling curve25519-dalek-derive v0.1.1
16302026-03-26T14:49:47.567Z Compiling vergen v9.0.6
16312026-03-26T14:49:47.757Z Compiling fs-err v3.3.0
16322026-03-26T14:49:47.951Z Compiling ahash v0.8.12
16332026-03-26T14:49:48.004Z Compiling object v0.37.3
16342026-03-26T14:49:48.123Z Compiling libbz2-rs-sys v0.2.2
16352026-03-26T14:49:48.220Z Compiling foldhash v0.1.5
16362026-03-26T14:49:48.321Z Compiling bitflags v1.3.2
16372026-03-26T14:49:48.401Z Compiling bumpalo v3.20.2
16382026-03-26T14:49:48.401Z Compiling managed v0.8.0
16392026-03-26T14:49:48.633Z Compiling winnow v0.5.40
16402026-03-26T14:49:48.659Z Compiling clap_builder v4.5.60
16412026-03-26T14:49:48.776Z Compiling zopfli v0.8.3
16422026-03-26T14:49:48.873Z Compiling strum v0.27.2
16432026-03-26T14:49:49.010Z Compiling bzip2 v0.6.1
16442026-03-26T14:49:49.222Z Compiling hashbrown v0.15.5
16452026-03-26T14:49:49.338Z Compiling console v0.16.2
16462026-03-26T14:49:49.768Z Compiling dof v0.3.0
16472026-03-26T14:49:49.804Z Compiling elliptic-curve v0.13.8
16482026-03-26T14:49:49.892Z Compiling daft v0.1.5
16492026-03-26T14:49:50.057Z Compiling toml_edit v0.19.15
16502026-03-26T14:49:50.206Z Compiling hubpack v0.1.2
16512026-03-26T14:49:50.275Z Compiling cargo_metadata v0.19.2
16522026-03-26T14:49:50.475Z Compiling phf v0.13.1
16532026-03-26T14:49:50.642Z Compiling zone_cfg_derive v0.3.1
16542026-03-26T14:49:51.277Z Compiling signal-hook-mio v0.2.5
16552026-03-26T14:49:51.614Z Compiling cookie_store v0.22.1
16562026-03-26T14:49:51.660Z Compiling zstd v0.13.3
16572026-03-26T14:49:51.765Z Compiling rayon v1.11.0
16582026-03-26T14:49:51.926Z Compiling hyper-tls v0.6.0
16592026-03-26T14:49:52.159Z Compiling bzip2 v0.4.4
16602026-03-26T14:49:52.260Z Compiling postgres-types v0.2.12
16612026-03-26T14:49:52.420Z Compiling serde_with_macros v3.17.0
16622026-03-26T14:49:52.469Z Compiling usdt-macro v0.6.0
16632026-03-26T14:49:52.704Z Compiling usdt-attr-macro v0.6.0
16642026-03-26T14:49:52.816Z Compiling ed25519 v2.2.3
16652026-03-26T14:49:53.226Z Compiling dtrace-parser v0.2.0
16662026-03-26T14:49:53.525Z Compiling phf_shared v0.11.3
16672026-03-26T14:49:53.555Z Compiling itertools v0.12.1
16682026-03-26T14:49:53.568Z Compiling bstr v1.12.1
16692026-03-26T14:49:53.588Z Compiling pkcs1 v0.7.5
16702026-03-26T14:49:53.708Z Compiling serde-big-array v0.5.1
16712026-03-26T14:49:53.769Z Compiling hex v0.4.3
16722026-03-26T14:49:53.858Z Compiling rfc6979 v0.4.0
16732026-03-26T14:49:53.984Z Compiling strum_macros v0.26.4
16742026-03-26T14:49:53.987Z Compiling enum-as-inner v0.6.1
16752026-03-26T14:49:54.013Z Compiling serde_repr v0.1.20
16762026-03-26T14:49:54.040Z Compiling clap_derive v4.5.55
16772026-03-26T14:49:54.230Z Compiling float-cmp v0.10.0
16782026-03-26T14:49:54.380Z Compiling memmap2 v0.9.10
16792026-03-26T14:49:54.492Z Compiling thread-id v4.2.2
16802026-03-26T14:49:54.537Z Compiling env_filter v1.0.0
16812026-03-26T14:49:54.580Z Compiling encoding_rs v0.8.35
16822026-03-26T14:49:54.607Z Compiling jiff v0.2.21
16832026-03-26T14:49:54.761Z Compiling precomputed-hash v0.1.1
16842026-03-26T14:49:54.841Z Compiling difflib v0.4.0
16852026-03-26T14:49:54.856Z Compiling static_assertions v1.1.0
16862026-03-26T14:49:54.934Z Compiling whoami v2.1.0
16872026-03-26T14:49:55.310Z Compiling predicates-core v1.0.10
16882026-03-26T14:49:55.415Z Compiling keccak v0.1.6
16892026-03-26T14:49:55.493Z Compiling mime v0.3.17
16902026-03-26T14:49:55.756Z Compiling rustc-hash v2.1.1
16912026-03-26T14:49:55.771Z Compiling normalize-line-endings v0.3.0
16922026-03-26T14:49:55.822Z Compiling data-encoding v2.10.0
16932026-03-26T14:49:55.869Z Compiling new_debug_unreachable v1.0.6
16942026-03-26T14:49:55.886Z Compiling fixedbitset v0.5.7
16952026-03-26T14:49:55.947Z Compiling fixedbitset v0.4.2
16962026-03-26T14:49:56.018Z Compiling unit-prefix v0.5.2
16972026-03-26T14:49:56.113Z Compiling hickory-proto v0.25.2
16982026-03-26T14:49:56.163Z Compiling indicatif v0.18.4
16992026-03-26T14:49:56.163Z Compiling petgraph v0.6.5
17002026-03-26T14:49:56.190Z Compiling petgraph v0.8.3
17012026-03-26T14:49:56.227Z Compiling string_cache v0.8.9
17022026-03-26T14:49:56.457Z Compiling iddqd v0.3.17
17032026-03-26T14:49:56.516Z Compiling predicates v3.1.4
17042026-03-26T14:49:57.017Z Compiling clap v4.5.60
17052026-03-26T14:49:57.109Z Compiling strum v0.26.3
17062026-03-26T14:49:57.175Z Compiling sha3 v0.10.8
17072026-03-26T14:49:57.241Z Compiling zip v4.6.1
17082026-03-26T14:49:57.585Z Compiling tokio-postgres v0.7.16
17092026-03-26T14:49:57.632Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17102026-03-26T14:49:57.656Z Compiling toml_edit v0.22.27
17112026-03-26T14:49:58.108Z Compiling env_logger v0.11.9
17122026-03-26T14:49:58.254Z Compiling zone v0.3.1
17132026-03-26T14:49:58.510Z Compiling usdt v0.6.0
17142026-03-26T14:49:58.784Z Compiling usdt-impl v0.5.0
17152026-03-26T14:49:58.836Z Compiling serde_with v3.17.0
17162026-03-26T14:49:58.950Z Compiling similar v2.7.0
17172026-03-26T14:49:59.376Z Compiling ecdsa v0.16.9
17182026-03-26T14:49:59.789Z Compiling rsa v0.9.10
17192026-03-26T14:49:59.823Z Compiling crossterm v0.28.1
17202026-03-26T14:49:59.864Z Compiling ed25519-dalek v2.2.0
17212026-03-26T14:50:00.451Z Compiling zip v0.6.6
17222026-03-26T14:50:00.567Z Compiling toml v0.7.8
17232026-03-26T14:50:01.124Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-03-26T14:50:01.178Z Compiling itertools v0.13.0
17252026-03-26T14:50:01.195Z Compiling tokio-stream v0.1.18
17262026-03-26T14:50:01.291Z Compiling buf-list v1.1.2
17272026-03-26T14:50:01.574Z Compiling x509-cert v0.2.5
17282026-03-26T14:50:01.670Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17292026-03-26T14:50:01.765Z Compiling openapiv3 v2.2.0
17302026-03-26T14:50:01.816Z Compiling sha1 v0.10.6
17312026-03-26T14:50:01.974Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-03-26T14:50:02.044Z Compiling lalrpop-util v0.19.12
17332026-03-26T14:50:02.237Z Compiling peg-runtime v0.8.5
17342026-03-26T14:50:02.266Z Compiling thread_local v1.1.9
17352026-03-26T14:50:02.423Z Compiling slog-async v2.8.0
17362026-03-26T14:50:02.519Z Compiling crossbeam-channel v0.5.15
17372026-03-26T14:50:02.524Z Compiling futures-executor v0.3.32
17382026-03-26T14:50:02.758Z Compiling is-terminal v0.4.17
17392026-03-26T14:50:02.799Z Compiling filetime v0.2.27
17402026-03-26T14:50:02.853Z Compiling term v1.2.1
17412026-03-26T14:50:02.979Z Compiling xattr v1.6.1
17422026-03-26T14:50:02.996Z Compiling take_mut v0.2.2
17432026-03-26T14:50:03.106Z Compiling tar v0.4.45
17442026-03-26T14:50:03.152Z Compiling slog-term v2.9.2
17452026-03-26T14:50:03.229Z Compiling futures v0.3.32
17462026-03-26T14:50:09.304Z Compiling rustls-webpki v0.103.9
17472026-03-26T14:50:12.096Z Compiling tokio-rustls v0.26.4
17482026-03-26T14:50:12.096Z Compiling rustls-platform-verifier v0.6.2
17492026-03-26T14:50:12.301Z Compiling hyper-rustls v0.27.7
17502026-03-26T14:50:12.505Z Compiling reqwest v0.13.2
17512026-03-26T14:50:12.506Z Compiling reqwest v0.12.28
17522026-03-26T14:50:14.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-03-26T14:50:14.910Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-03-26T14:50:17.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-03-26T14:50:17.862Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-03-26T14:50:17.916ZMar 26 14:50:16.112 INFO Starting download, target: Cockroach
17572026-03-26T14:50:17.916ZMar 26 14:50:16.113 INFO Starting download, target: Clickhouse
17582026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Starting download, target: Console
17592026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Starting download, target: DendriteStub
17602026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Starting download, target: MaghemiteMgd
17612026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Starting download, target: TransceiverControl
17622026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-03-26T14:50:17.921ZMar 26 14:50:16.113 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-03-26T14:50:17.922ZMar 26 14:50:16.113 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-03-26T14:50:17.922ZMar 26 14:50:16.113 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-03-26T14:50:18.314ZMar 26 14:50:16.504 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-26T14:50:18.554ZMar 26 14:50:16.726 INFO Download complete, target: TransceiverControl
17702026-03-26T14:50:19.742ZMar 26 14:50:17.938 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-26T14:50:19.784ZMar 26 14:50:17.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-26T14:50:20.205ZMar 26 14:50:18.401 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-26T14:50:20.241ZMar 26 14:50:18.435 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17742026-03-26T14:50:20.467ZMar 26 14:50:18.664 INFO Download complete, target: Console
17752026-03-26T14:50:20.480ZMar 26 14:50:18.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-03-26T14:50:20.480ZMar 26 14:50:18.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-03-26T14:50:22.069ZMar 26 14:50:20.266 INFO Download complete, target: MaghemiteMgd
17782026-03-26T14:50:22.156ZMar 26 14:50:20.352 INFO Download complete, target: DendriteStub
17792026-03-26T14:50:25.137ZMar 26 14:50:23.333 INFO Checking that binary works, target: Cockroach
17802026-03-26T14:50:25.238ZMar 26 14:50:23.431 INFO Download complete, target: Cockroach
17812026-03-26T14:50:26.903ZMar 26 14:50:25.095 INFO Checking that binary works, target: Clickhouse
17822026-03-26T14:50:30.032ZMar 26 14:50:25.190 INFO Download complete, target: Clickhouse
17832026-03-26T14:50:30.032ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-03-26T14:50:30.032Z
17852026-03-26T14:50:30.032Zreal 3:09.722900534
17862026-03-26T14:50:30.032Zuser 7:18.350758270
17872026-03-26T14:50:30.032Zsys 1:26.012120525
17882026-03-26T14:50:30.032Ztrap 0.211472228
17892026-03-26T14:50:30.032Ztflt 0.618981502
17902026-03-26T14:50:30.032Zdflt 0.456061476
17912026-03-26T14:50:30.032Zkflt 0.023570899
17922026-03-26T14:50:30.032Zlock 21:19.307801093
17932026-03-26T14:50:30.032Zslp 22:14.016991008
17942026-03-26T14:50:30.032Zlat 42.766106379
17952026-03-26T14:50:30.032Zstop 2:03.809745304
17962026-03-26T14:50:30.032Z+ banner hack-check
17972026-03-26T14:50:30.032Z
17982026-03-26T14:50:30.032Z # # ## #### # # #### # # ###### #### # #
17992026-03-26T14:50:30.032Z # # # # # # # # # # # # # # # # #
18002026-03-26T14:50:30.032Z ###### # # # #### ##### # ###### ##### # ####
18012026-03-26T14:50:30.032Z # # ###### # # # # # # # # # #
18022026-03-26T14:50:30.032Z # # # # # # # # # # # # # # # # #
18032026-03-26T14:50:30.032Z # # # # #### # # #### # # ###### #### # #
18042026-03-26T14:50:30.032Z
18052026-03-26T14:50:30.032Z+ export CARGO_INCREMENTAL=0
18062026-03-26T14:50:30.032Z+ CARGO_INCREMENTAL=0
18072026-03-26T14:50:30.032Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-03-26T14:50:30.033Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-03-26T14:50:30.033Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-03-26T14:50:30.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18112026-03-26T14:50:30.047Z Running `target/debug/xtask check-features --ci`
18122026-03-26T14:50:30.047Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-03-26T14:50:30.047Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-03-26T14:50:30.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18152026-03-26T14:50:30.274Z Running `target/debug/xtask download cargo-hack`
18162026-03-26T14:50:31.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-03-26T14:50:31.378Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-03-26T14:50:33.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18192026-03-26T14:50:33.989Z Running `target/debug/xtask-downloader cargo-hack`
18202026-03-26T14:50:34.032ZMar 26 14:50:32.224 INFO Starting download, target: CargoHack
18212026-03-26T14:50:34.036ZMar 26 14:50:32.225 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-03-26T14:50:34.480ZMar 26 14:50:32.673 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-03-26T14:50:34.529ZMar 26 14:50:32.722 INFO Download complete, target: CargoHack
18242026-03-26T14:50:34.532Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18252026-03-26T14:50:34.545Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-03-26T14:50:34.693Zinfo: running `cargo check --bins` on api_identity (1/267)
18272026-03-26T14:50:35.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-03-26T14:50:35.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-03-26T14:50:35.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-03-26T14:50:35.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-03-26T14:50:35.275Z
18322026-03-26T14:50:35.275Zinfo: running `cargo check --bins` on bootstore (2/267)
18332026-03-26T14:50:35.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-03-26T14:50:35.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-03-26T14:50:35.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-03-26T14:50:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-03-26T14:50:35.858Z
18382026-03-26T14:50:35.858Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18392026-03-26T14:50:36.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-03-26T14:50:36.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-03-26T14:50:36.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-03-26T14:50:36.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-03-26T14:50:36.440Z
18442026-03-26T14:50:36.440Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18452026-03-26T14:50:36.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-03-26T14:50:36.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-03-26T14:50:36.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-03-26T14:50:36.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-03-26T14:50:37.016Z
18502026-03-26T14:50:37.016Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18512026-03-26T14:50:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-03-26T14:50:37.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-03-26T14:50:37.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-03-26T14:50:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18552026-03-26T14:50:37.610Z
18562026-03-26T14:50:37.610Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18572026-03-26T14:50:38.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-03-26T14:50:38.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-03-26T14:50:38.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-03-26T14:50:38.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18612026-03-26T14:50:38.215Z
18622026-03-26T14:50:38.215Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18632026-03-26T14:50:38.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-03-26T14:50:38.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-03-26T14:50:38.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-03-26T14:50:38.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18672026-03-26T14:50:38.803Z
18682026-03-26T14:50:38.803Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18692026-03-26T14:50:39.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-03-26T14:50:39.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-03-26T14:50:39.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-03-26T14:50:39.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18732026-03-26T14:50:39.400Z
18742026-03-26T14:50:39.400Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18752026-03-26T14:50:39.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-03-26T14:50:39.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-03-26T14:50:39.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-03-26T14:50:39.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-03-26T14:50:39.876Z
18802026-03-26T14:50:39.876Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18812026-03-26T14:50:40.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-03-26T14:50:40.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-03-26T14:50:40.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-03-26T14:50:40.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-03-26T14:50:40.350Z
18862026-03-26T14:50:40.351Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18872026-03-26T14:50:40.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-03-26T14:50:40.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-03-26T14:50:40.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-03-26T14:50:40.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-03-26T14:50:40.821Z
18922026-03-26T14:50:40.821Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18932026-03-26T14:50:41.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-03-26T14:50:41.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-03-26T14:50:41.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-03-26T14:50:41.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-03-26T14:50:41.292Z
18982026-03-26T14:50:41.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18992026-03-26T14:50:41.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-03-26T14:50:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-03-26T14:50:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-03-26T14:50:41.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-03-26T14:50:41.762Z
19042026-03-26T14:50:41.763Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19052026-03-26T14:50:42.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-03-26T14:50:42.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-03-26T14:50:42.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-03-26T14:50:42.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19092026-03-26T14:50:42.239Z
19102026-03-26T14:50:42.239Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19112026-03-26T14:50:42.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-03-26T14:50:42.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-03-26T14:50:42.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-03-26T14:50:42.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-03-26T14:50:42.702Z
19162026-03-26T14:50:42.702Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19172026-03-26T14:50:43.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-03-26T14:50:43.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-03-26T14:50:43.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-03-26T14:50:43.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-03-26T14:50:43.169Z
19222026-03-26T14:50:43.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19232026-03-26T14:50:43.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-03-26T14:50:43.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-03-26T14:50:43.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-03-26T14:50:43.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-03-26T14:50:43.633Z
19282026-03-26T14:50:43.633Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19292026-03-26T14:50:44.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-03-26T14:50:44.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-03-26T14:50:44.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-03-26T14:50:44.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-03-26T14:50:44.103Z
19342026-03-26T14:50:44.103Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19352026-03-26T14:50:44.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-03-26T14:50:44.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-03-26T14:50:44.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-03-26T14:50:44.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-03-26T14:50:44.577Z
19402026-03-26T14:50:44.577Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19412026-03-26T14:50:44.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-03-26T14:50:44.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-03-26T14:50:44.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-03-26T14:50:44.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-03-26T14:50:45.054Z
19462026-03-26T14:50:45.054Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19472026-03-26T14:50:45.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-03-26T14:50:45.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-03-26T14:50:45.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-03-26T14:50:45.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-03-26T14:50:45.528Z
19522026-03-26T14:50:45.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19532026-03-26T14:50:45.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-03-26T14:50:45.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-03-26T14:50:45.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-03-26T14:50:45.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-03-26T14:50:45.998Z
19582026-03-26T14:50:45.998Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19592026-03-26T14:50:46.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-03-26T14:50:46.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-03-26T14:50:46.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-03-26T14:50:46.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-03-26T14:50:46.466Z
19642026-03-26T14:50:46.467Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19652026-03-26T14:50:46.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-03-26T14:50:46.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-03-26T14:50:46.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-03-26T14:50:46.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-03-26T14:50:46.940Z
19702026-03-26T14:50:46.940Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19712026-03-26T14:50:47.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-03-26T14:50:47.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-03-26T14:50:47.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-03-26T14:50:47.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-03-26T14:50:47.412Z
19762026-03-26T14:50:47.413Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19772026-03-26T14:50:47.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-03-26T14:50:47.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-03-26T14:50:47.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-03-26T14:50:47.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-03-26T14:50:47.887Z
19822026-03-26T14:50:47.887Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19832026-03-26T14:50:48.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-03-26T14:50:48.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-03-26T14:50:48.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-03-26T14:50:48.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-03-26T14:50:48.362Z
19882026-03-26T14:50:48.362Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19892026-03-26T14:50:48.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-03-26T14:50:48.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-03-26T14:50:48.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-03-26T14:50:48.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-03-26T14:50:48.837Z
19942026-03-26T14:50:48.837Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19952026-03-26T14:50:49.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-03-26T14:50:49.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-03-26T14:50:49.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-03-26T14:50:49.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-03-26T14:50:49.305Z
20002026-03-26T14:50:49.305Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
20012026-03-26T14:50:49.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-03-26T14:50:49.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-03-26T14:50:49.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-03-26T14:50:49.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-03-26T14:50:49.770Z
20062026-03-26T14:50:49.770Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20072026-03-26T14:50:50.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-03-26T14:50:50.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-03-26T14:50:50.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-03-26T14:50:50.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-03-26T14:50:50.236Z
20122026-03-26T14:50:50.236Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20132026-03-26T14:50:50.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-03-26T14:50:50.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-03-26T14:50:50.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-03-26T14:50:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-03-26T14:50:50.700Z
20182026-03-26T14:50:50.700Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20192026-03-26T14:50:51.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-03-26T14:50:51.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-03-26T14:50:51.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-03-26T14:50:51.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-03-26T14:50:51.166Z
20242026-03-26T14:50:51.166Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20252026-03-26T14:50:51.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-03-26T14:50:51.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-03-26T14:50:51.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-03-26T14:50:51.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-03-26T14:50:51.633Z
20302026-03-26T14:50:51.633Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20312026-03-26T14:50:52.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-03-26T14:50:52.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-03-26T14:50:52.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-03-26T14:50:52.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-03-26T14:50:52.099Z
20362026-03-26T14:50:52.100Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20372026-03-26T14:50:52.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-03-26T14:50:52.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-03-26T14:50:52.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-03-26T14:50:52.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-03-26T14:50:52.567Z
20422026-03-26T14:50:52.568Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20432026-03-26T14:50:52.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-03-26T14:50:52.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-03-26T14:50:52.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-03-26T14:50:52.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-03-26T14:50:53.034Z
20482026-03-26T14:50:53.034Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20492026-03-26T14:50:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-03-26T14:50:53.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-03-26T14:50:53.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-03-26T14:50:53.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-03-26T14:50:53.504Z
20542026-03-26T14:50:53.504Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20552026-03-26T14:50:53.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-03-26T14:50:53.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-03-26T14:50:53.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-03-26T14:50:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-03-26T14:50:53.975Z
20602026-03-26T14:50:53.975Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20612026-03-26T14:50:54.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-03-26T14:50:54.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-03-26T14:50:54.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-03-26T14:50:54.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-03-26T14:50:54.448Z
20662026-03-26T14:50:54.448Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20672026-03-26T14:50:54.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-03-26T14:50:54.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-03-26T14:50:54.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-03-26T14:50:54.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-03-26T14:50:54.916Z
20722026-03-26T14:50:54.916Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20732026-03-26T14:50:55.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-03-26T14:50:55.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-03-26T14:50:55.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-03-26T14:50:55.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-03-26T14:50:55.384Z
20782026-03-26T14:50:55.384Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20792026-03-26T14:50:55.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-03-26T14:50:55.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-03-26T14:50:55.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-03-26T14:50:55.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-03-26T14:50:55.854Z
20842026-03-26T14:50:55.854Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20852026-03-26T14:50:56.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-03-26T14:50:56.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-03-26T14:50:56.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-03-26T14:50:56.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-03-26T14:50:56.322Z
20902026-03-26T14:50:56.322Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20912026-03-26T14:50:56.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-03-26T14:50:56.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-03-26T14:50:56.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-03-26T14:50:56.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20952026-03-26T14:50:56.790Z
20962026-03-26T14:50:56.790Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20972026-03-26T14:50:57.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-03-26T14:50:57.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-03-26T14:50:57.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-03-26T14:50:57.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21012026-03-26T14:50:57.256Z
21022026-03-26T14:50:57.256Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21032026-03-26T14:50:57.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-03-26T14:50:57.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-03-26T14:50:57.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-03-26T14:50:57.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21072026-03-26T14:50:57.722Z
21082026-03-26T14:50:57.722Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21092026-03-26T14:50:58.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-03-26T14:50:58.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-03-26T14:50:58.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-03-26T14:50:58.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21132026-03-26T14:50:58.188Z
21142026-03-26T14:50:58.188Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21152026-03-26T14:50:58.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-03-26T14:50:58.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-03-26T14:50:58.974Z Checking cfg-if v1.0.4
21182026-03-26T14:50:58.978Z Checking libc v0.2.180
21192026-03-26T14:50:58.978Z Checking serde_core v1.0.228
21202026-03-26T14:50:59.129Z Checking memchr v2.8.0
21212026-03-26T14:50:59.141Z Checking itoa v1.0.17
21222026-03-26T14:50:59.142Z Checking smallvec v1.15.1
21232026-03-26T14:50:59.167Z Checking log v0.4.29
21242026-03-26T14:50:59.167Z Checking zeroize v1.8.2
21252026-03-26T14:50:59.194Z Checking stable_deref_trait v1.2.1
21262026-03-26T14:50:59.267Z Checking zerofrom v0.1.6
21272026-03-26T14:50:59.309Z Checking zmij v1.0.21
21282026-03-26T14:50:59.316Z Checking writeable v0.6.2
21292026-03-26T14:50:59.331Z Checking percent-encoding v2.3.2
21302026-03-26T14:50:59.331Z Checking litemap v0.8.1
21312026-03-26T14:50:59.385Z Checking yoke v0.8.1
21322026-03-26T14:50:59.474Z Checking libm v0.2.16
21332026-03-26T14:50:59.501Z Checking scopeguard v1.2.0
21342026-03-26T14:50:59.516Z Checking icu_properties_data v2.1.2
21352026-03-26T14:50:59.531Z Checking getrandom v0.2.17
21362026-03-26T14:50:59.535Z Checking errno v0.3.14
21372026-03-26T14:50:59.558Z Checking icu_normalizer_data v2.1.1
21382026-03-26T14:50:59.572Z Checking zerovec v0.11.5
21392026-03-26T14:50:59.599Z Checking zerotrie v0.2.3
21402026-03-26T14:50:59.632Z Checking lock_api v0.4.14
21412026-03-26T14:50:59.649Z Checking subtle v2.6.1
21422026-03-26T14:50:59.665Z Checking utf8_iter v1.0.4
21432026-03-26T14:50:59.681Z Checking rand_core v0.6.4
21442026-03-26T14:50:59.787Z Checking form_urlencoded v1.2.2
21452026-03-26T14:50:59.804Z Checking rand_core v0.10.0
21462026-03-26T14:50:59.830Z Checking pin-project-lite v0.2.17
21472026-03-26T14:50:59.846Z Checking portable-atomic v1.13.1
21482026-03-26T14:50:59.862Z Checking typenum v1.19.0
21492026-03-26T14:50:59.914Z Checking critical-section v1.2.0
21502026-03-26T14:50:59.930Z Checking iana-time-zone v0.1.65
21512026-03-26T14:50:59.945Z Checking getrandom v0.4.1
21522026-03-26T14:51:00.002Z Checking tinystr v0.8.2
21532026-03-26T14:51:00.016Z Checking potential_utf v0.1.4
21542026-03-26T14:51:00.036Z Checking signal-hook-registry v1.4.8
21552026-03-26T14:51:00.090Z Checking parking_lot_core v0.9.12
21562026-03-26T14:51:00.142Z Checking icu_collections v2.1.1
21572026-03-26T14:51:00.157Z Checking num-traits v0.2.19
21582026-03-26T14:51:00.191Z Checking icu_locale_core v2.1.1
21592026-03-26T14:51:00.202Z Checking socket2 v0.6.2
21602026-03-26T14:51:00.254Z Checking once_cell v1.21.3
21612026-03-26T14:51:00.276Z Checking parking_lot v0.12.5
21622026-03-26T14:51:00.388Z Checking generic-array v0.14.7
21632026-03-26T14:51:00.428Z Checking mio v1.1.1
21642026-03-26T14:51:00.448Z Checking zerocopy v0.8.40
21652026-03-26T14:51:00.463Z Checking futures-core v0.3.32
21662026-03-26T14:51:00.479Z Checking dyn-clone v1.0.20
21672026-03-26T14:51:00.565Z Checking serde v1.0.228
21682026-03-26T14:51:00.580Z Checking serde_json v1.0.149
21692026-03-26T14:51:00.583Z Checking bitflags v2.11.0
21702026-03-26T14:51:00.674Z Checking uuid v1.21.0
21712026-03-26T14:51:00.703Z Checking semver v1.0.27
21722026-03-26T14:51:00.730Z Checking icu_provider v2.1.1
21732026-03-26T14:51:00.758Z Checking allocator-api2 v0.2.21
21742026-03-26T14:51:00.822Z Checking crypto-common v0.1.7
21752026-03-26T14:51:00.909Z Checking equivalent v1.0.2
21762026-03-26T14:51:00.948Z Checking foldhash v0.2.0
21772026-03-26T14:51:00.962Z Checking icu_properties v2.1.2
21782026-03-26T14:51:00.978Z Checking bytes v1.11.1
21792026-03-26T14:51:00.993Z Checking icu_normalizer v2.1.1
21802026-03-26T14:51:00.996Z Checking chrono v0.4.44
21812026-03-26T14:51:01.036Z Checking const-oid v0.9.6
21822026-03-26T14:51:01.101Z Checking hashbrown v0.16.1
21832026-03-26T14:51:01.240Z Checking futures-sink v0.3.32
21842026-03-26T14:51:01.290Z Checking block-buffer v0.10.4
21852026-03-26T14:51:01.342Z Checking futures-channel v0.3.32
21862026-03-26T14:51:01.415Z Checking tokio v1.49.0
21872026-03-26T14:51:01.429Z Checking futures-task v0.3.32
21882026-03-26T14:51:01.533Z Checking futures-io v0.3.32
21892026-03-26T14:51:01.567Z Checking slab v0.4.12
21902026-03-26T14:51:01.591Z Checking thiserror v2.0.18
21912026-03-26T14:51:01.647Z Checking byteorder v1.5.0
21922026-03-26T14:51:01.694Z Checking base64 v0.22.1
21932026-03-26T14:51:01.709Z Checking digest v0.10.7
21942026-03-26T14:51:01.724Z Checking futures-util v0.3.32
21952026-03-26T14:51:01.769Z Checking idna_adapter v1.2.1
21962026-03-26T14:51:01.845Z Checking indexmap v2.13.0
21972026-03-26T14:51:01.861Z Checking cpufeatures v0.2.17
21982026-03-26T14:51:01.889Z Checking idna v1.1.0
21992026-03-26T14:51:01.905Z Checking http v1.4.0
22002026-03-26T14:51:01.930Z Checking fnv v1.0.7
22012026-03-26T14:51:01.947Z Checking unicode-ident v1.0.24
22022026-03-26T14:51:02.027Z Checking tracing-core v0.1.36
22032026-03-26T14:51:02.057Z Checking proc-macro2 v1.0.106
22042026-03-26T14:51:02.138Z Checking url v2.5.8
22052026-03-26T14:51:02.341Z Checking tracing v0.1.44
22062026-03-26T14:51:02.633Z Checking thiserror v1.0.69
22072026-03-26T14:51:02.640Z Checking rustls-pki-types v1.14.0
22082026-03-26T14:51:02.640Z Checking regex-syntax v0.8.10
22092026-03-26T14:51:02.640Z Checking quote v1.0.44
22102026-03-26T14:51:02.640Z Checking untrusted v0.9.0
22112026-03-26T14:51:02.640Z Checking schemars v0.8.22
22122026-03-26T14:51:02.663Z Checking syn v2.0.117
22132026-03-26T14:51:02.679Z Checking ring v0.17.14
22142026-03-26T14:51:02.709Z Checking ipnet v2.11.0
22152026-03-26T14:51:02.972Z Checking httparse v1.10.1
22162026-03-26T14:51:03.191Z Checking http-body v1.0.1
22172026-03-26T14:51:03.207Z Checking ppv-lite86 v0.2.21
22182026-03-26T14:51:03.238Z Checking block-padding v0.3.3
22192026-03-26T14:51:03.327Z Checking rustix v1.1.3
22202026-03-26T14:51:03.367Z Checking getrandom v0.3.4
22212026-03-26T14:51:03.500Z Checking atomic-waker v1.1.2
22222026-03-26T14:51:03.518Z Checking inout v0.1.4
22232026-03-26T14:51:03.605Z Checking hmac v0.12.1
22242026-03-26T14:51:03.636Z Checking aws-lc-sys v0.37.1
22252026-03-26T14:51:03.658Z Checking aho-corasick v1.1.4
22262026-03-26T14:51:03.679Z Checking openssl-probe v0.2.1
22272026-03-26T14:51:03.739Z Checking powerfmt v0.2.0
22282026-03-26T14:51:03.790Z Checking tower-service v0.3.3
22292026-03-26T14:51:03.805Z Checking try-lock v0.2.5
22302026-03-26T14:51:03.883Z Checking httpdate v1.0.3
22312026-03-26T14:51:03.897Z Checking tower-layer v0.3.3
22322026-03-26T14:51:03.911Z Checking untrusted v0.7.1
22332026-03-26T14:51:04.022Z Checking want v0.3.1
22342026-03-26T14:51:04.038Z Checking deranged v0.5.8
22352026-03-26T14:51:04.053Z Checking cipher v0.4.4
22362026-03-26T14:51:04.135Z Checking aws-lc-rs v1.16.0
22372026-03-26T14:51:04.150Z Checking rand_core v0.9.5
22382026-03-26T14:51:04.167Z Checking time-core v0.1.8
22392026-03-26T14:51:04.264Z Checking pin-utils v0.1.0
22402026-03-26T14:51:04.310Z Checking base64ct v1.8.3
22412026-03-26T14:51:04.326Z Checking regex-automata v0.4.14
22422026-03-26T14:51:04.340Z Checking num_threads v0.1.7
22432026-03-26T14:51:04.354Z Checking num-conv v0.2.0
22442026-03-26T14:51:04.428Z Checking sha2 v0.10.9
22452026-03-26T14:51:04.474Z Checking erased-serde v0.3.31
22462026-03-26T14:51:04.544Z Checking pretty-hex v0.4.1
22472026-03-26T14:51:04.596Z Checking tokio-util v0.7.18
22482026-03-26T14:51:04.663Z Checking rand_chacha v0.9.0
22492026-03-26T14:51:04.708Z Checking fastrand v2.3.0
22502026-03-26T14:51:04.860Z Checking slog v2.8.2
22512026-03-26T14:51:04.874Z Checking ryu v1.0.23
22522026-03-26T14:51:04.893Z Checking rand v0.9.2
22532026-03-26T14:51:04.946Z Checking rustls-webpki v0.103.9
22542026-03-26T14:51:04.962Z Checking time v0.3.47
22552026-03-26T14:51:04.978Z Checking pem-rfc7468 v0.7.0
22562026-03-26T14:51:05.004Z Checking rustls-native-certs v0.8.3
22572026-03-26T14:51:05.119Z Checking http-body-util v0.1.3
22582026-03-26T14:51:05.135Z Checking ipnetwork v0.21.1
22592026-03-26T14:51:05.150Z Checking sync_wrapper v1.0.2
22602026-03-26T14:51:05.198Z Checking h2 v0.4.13
22612026-03-26T14:51:05.251Z Checking spin v0.9.8
22622026-03-26T14:51:05.335Z Checking plain v0.2.3
22632026-03-26T14:51:05.351Z Checking flagset v0.4.7
22642026-03-26T14:51:05.366Z Checking rustls v0.23.37
22652026-03-26T14:51:05.382Z Checking tower v0.5.3
22662026-03-26T14:51:05.432Z Checking serde_urlencoded v0.7.1
22672026-03-26T14:51:05.449Z Checking rand_chacha v0.3.1
22682026-03-26T14:51:05.471Z Checking der v0.7.10
22692026-03-26T14:51:05.636Z Checking webpki-roots v1.0.6
22702026-03-26T14:51:05.658Z Checking iri-string v0.7.10
22712026-03-26T14:51:05.758Z Checking tinyvec_macros v0.1.1
22722026-03-26T14:51:05.775Z Checking ucd-trie v0.1.7
22732026-03-26T14:51:05.829Z Checking tinyvec v1.10.0
22742026-03-26T14:51:05.911Z Checking pest v2.8.6
22752026-03-26T14:51:06.095Z Checking rand v0.8.5
22762026-03-26T14:51:06.132Z Checking tempfile v3.25.0
22772026-03-26T14:51:06.148Z Checking salsa20 v0.10.2
22782026-03-26T14:51:06.202Z Checking spki v0.7.3
22792026-03-26T14:51:06.281Z Checking pbkdf2 v0.12.2
22802026-03-26T14:51:06.332Z Checking foreign-types-shared v0.1.1
22812026-03-26T14:51:06.368Z Checking unicode-width v0.2.0
22822026-03-26T14:51:06.399Z Checking scrypt v0.11.0
22832026-03-26T14:51:06.417Z Checking foreign-types v0.3.2
22842026-03-26T14:51:06.490Z Checking regex v1.12.3
22852026-03-26T14:51:06.540Z Checking aes v0.8.4
22862026-03-26T14:51:06.604Z Checking cbc v0.1.2
22872026-03-26T14:51:06.620Z Checking anyhow v1.0.102
22882026-03-26T14:51:06.684Z Checking tower-http v0.6.8
22892026-03-26T14:51:06.736Z Checking openssl-sys v0.9.111
22902026-03-26T14:51:06.766Z Checking crossbeam-utils v0.8.21
22912026-03-26T14:51:06.816Z Checking oxnet v0.1.4
22922026-03-26T14:51:06.926Z Checking pkcs5 v0.7.1
22932026-03-26T14:51:06.961Z Checking mime v0.3.17
22942026-03-26T14:51:06.964Z Checking openapiv3 v2.2.0
22952026-03-26T14:51:07.053Z Checking scroll v0.12.0
22962026-03-26T14:51:07.106Z Checking encoding_rs v0.8.35
22972026-03-26T14:51:07.139Z Checking winnow v0.7.14
22982026-03-26T14:51:07.184Z Checking pkcs8 v0.10.2
22992026-03-26T14:51:07.220Z Checking openssl v0.10.75
23002026-03-26T14:51:07.283Z Checking siphasher v1.0.2
23012026-03-26T14:51:07.364Z Checking data-encoding v2.10.0
23022026-03-26T14:51:07.465Z Checking goblin v0.8.2
23032026-03-26T14:51:07.646Z Checking lazy_static v1.5.0
23042026-03-26T14:51:07.725Z Checking tokio-rustls v0.26.4
23052026-03-26T14:51:07.741Z Checking zerocopy v0.7.35
23062026-03-26T14:51:07.916Z Checking hyper v1.8.1
23072026-03-26T14:51:07.960Z Checking wait-timeout v0.2.1
23082026-03-26T14:51:08.086Z Checking psl-types v2.0.11
23092026-03-26T14:51:08.089Z Checking managed v0.8.0
23102026-03-26T14:51:08.210Z Checking either v1.15.0
23112026-03-26T14:51:08.233Z Checking utf8parse v0.2.2
23122026-03-26T14:51:08.288Z Checking bitflags v1.3.2
23132026-03-26T14:51:08.306Z Checking bit-vec v0.8.0
23142026-03-26T14:51:08.334Z Checking quick-error v1.2.3
23152026-03-26T14:51:08.358Z Checking anstyle v1.0.13
23162026-03-26T14:51:08.374Z Checking anstyle-parse v0.2.7
23172026-03-26T14:51:08.395Z Checking publicsuffix v2.3.0
23182026-03-26T14:51:08.436Z Checking rusty-fork v0.3.1
23192026-03-26T14:51:08.494Z Checking bit-set v0.8.0
23202026-03-26T14:51:08.525Z Checking dtrace-parser v0.2.0
23212026-03-26T14:51:08.540Z Checking unicode-normalization v0.1.25
23222026-03-26T14:51:08.554Z Checking cookie v0.18.1
23232026-03-26T14:51:08.606Z Checking rand_xorshift v0.4.0
23242026-03-26T14:51:08.640Z Checking sha1 v0.10.6
23252026-03-26T14:51:08.729Z Checking hex v0.4.3
23262026-03-26T14:51:08.758Z Checking thread-id v4.2.2
23272026-03-26T14:51:08.782Z Checking unarray v0.1.4
23282026-03-26T14:51:08.806Z Checking anstyle-query v1.1.5
23292026-03-26T14:51:08.829Z Checking hyper-util v0.1.20
23302026-03-26T14:51:08.845Z Checking colorchoice v1.0.4
23312026-03-26T14:51:08.886Z Checking is_terminal_polyfill v1.70.2
23322026-03-26T14:51:08.902Z Checking proptest v1.10.0
23332026-03-26T14:51:08.940Z Checking cookie_store v0.22.1
23342026-03-26T14:51:08.954Z Checking rustls-platform-verifier v0.6.2
23352026-03-26T14:51:08.959Z Checking crossbeam-epoch v0.9.18
23362026-03-26T14:51:08.982Z Checking anstream v0.6.21
23372026-03-26T14:51:09.094Z Checking terminal_size v0.4.3
23382026-03-26T14:51:09.179Z Checking scroll v0.13.0
23392026-03-26T14:51:09.193Z Checking num-integer v0.1.46
23402026-03-26T14:51:09.209Z Checking simd-adler32 v0.3.8
23412026-03-26T14:51:09.223Z Checking native-tls v0.2.18
23422026-03-26T14:51:09.266Z Checking crossbeam-deque v0.8.6
23432026-03-26T14:51:09.369Z Checking dof v0.3.0
23442026-03-26T14:51:09.384Z Checking bstr v1.12.1
23452026-03-26T14:51:09.399Z Checking tokio-native-tls v0.3.1
23462026-03-26T14:51:09.414Z Checking goblin v0.10.5
23472026-03-26T14:51:09.418Z Checking ref-cast v1.0.25
23482026-03-26T14:51:09.444Z Checking rustix v0.38.44
23492026-03-26T14:51:09.528Z Checking camino v1.2.2
23502026-03-26T14:51:09.557Z Checking crc32fast v1.5.0
23512026-03-26T14:51:09.652Z Checking usdt-impl v0.5.0
23522026-03-26T14:51:09.702Z Checking signature v2.2.0
23532026-03-26T14:51:09.776Z Checking toml_datetime v0.6.11
23542026-03-26T14:51:09.792Z Checking serde_spanned v0.6.9
23552026-03-26T14:51:09.834Z Checking ff v0.13.1
23562026-03-26T14:51:09.917Z Checking unicode-properties v0.1.4
23572026-03-26T14:51:09.935Z Checking strsim v0.11.1
23582026-03-26T14:51:09.957Z Checking clap_lex v1.0.0
23592026-03-26T14:51:09.973Z Checking base16ct v0.2.0
23602026-03-26T14:51:10.086Z Checking hyper-rustls v0.27.7
23612026-03-26T14:51:10.100Z Checking hyper-tls v0.6.0
23622026-03-26T14:51:10.103Z Checking unicode-bidi v0.3.18
23632026-03-26T14:51:10.127Z Checking adler2 v2.0.1
23642026-03-26T14:51:10.131Z Checking clap_builder v4.5.60
23652026-03-26T14:51:10.236Z Checking miniz_oxide v0.8.9
23662026-03-26T14:51:10.240Z Checking sec1 v0.7.3
23672026-03-26T14:51:10.281Z Checking group v0.13.0
23682026-03-26T14:51:10.296Z Checking reqwest v0.12.28
23692026-03-26T14:51:10.388Z Checking reqwest v0.13.2
23702026-03-26T14:51:10.429Z Checking stringprep v0.1.5
23712026-03-26T14:51:10.457Z Checking rayon-core v1.13.0
23722026-03-26T14:51:10.584Z Checking num-iter v0.1.45
23732026-03-26T14:51:10.599Z Checking toml_parser v1.0.9+spec-1.1.0
23742026-03-26T14:51:10.675Z Checking newtype-uuid v1.3.2
23752026-03-26T14:51:10.701Z Checking dtrace-parser v0.3.0
23762026-03-26T14:51:10.780Z Checking hkdf v0.12.4
23772026-03-26T14:51:10.882Z Checking daft v0.1.5
23782026-03-26T14:51:10.919Z Checking strum v0.26.3
23792026-03-26T14:51:10.923Z Checking zstd-sys v2.0.16+zstd.1.5.7
23802026-03-26T14:51:10.949Z Checking md-5 v0.10.6
23812026-03-26T14:51:11.034Z Checking hash32 v0.2.1
23822026-03-26T14:51:11.050Z Checking crypto-bigint v0.5.5
23832026-03-26T14:51:11.088Z Checking toml_datetime v0.7.5+spec-1.1.0
23842026-03-26T14:51:11.119Z Checking thread-id v5.1.0
23852026-03-26T14:51:11.136Z Checking fallible-iterator v0.2.0
23862026-03-26T14:51:11.190Z Checking unicode-segmentation v1.12.0
23872026-03-26T14:51:11.205Z Checking zlib-rs v0.6.2
23882026-03-26T14:51:11.228Z Checking heapless v0.7.17
23892026-03-26T14:51:11.289Z Checking zstd-safe v7.2.4
23902026-03-26T14:51:11.363Z Checking clap v4.5.60
23912026-03-26T14:51:11.412Z Checking postgres-protocol v0.6.10
23922026-03-26T14:51:11.445Z Checking rayon v1.11.0
23932026-03-26T14:51:11.461Z Checking itertools v0.12.1
23942026-03-26T14:51:11.501Z Checking phf_shared v0.13.1
23952026-03-26T14:51:11.641Z Checking console v0.16.2
23962026-03-26T14:51:11.700Z Checking curve25519-dalek v4.1.3
23972026-03-26T14:51:11.722Z Checking memoffset v0.9.1
23982026-03-26T14:51:11.737Z Checking dof v0.4.0
23992026-03-26T14:51:11.804Z Checking bzip2-sys v0.1.13+1.0.8
24002026-03-26T14:51:11.893Z Checking signal-hook v0.3.18
24012026-03-26T14:51:11.937Z Checking memmap2 v0.9.10
24022026-03-26T14:51:11.940Z Checking elliptic-curve v0.13.8
24032026-03-26T14:51:12.079Z Checking flate2 v1.1.9
24042026-03-26T14:51:12.095Z Checking libbz2-rs-sys v0.2.2
24052026-03-26T14:51:12.109Z Checking unit-prefix v0.5.2
24062026-03-26T14:51:12.234Z Checking winnow v0.5.40
24072026-03-26T14:51:12.260Z Checking fixedbitset v0.4.2
24082026-03-26T14:51:12.362Z Checking usdt-impl v0.6.0
24092026-03-26T14:51:12.377Z Checking toml_write v0.1.2
24102026-03-26T14:51:12.413Z Checking foldhash v0.1.5
24112026-03-26T14:51:12.453Z Checking bumpalo v3.20.2
24122026-03-26T14:51:12.475Z Checking zone v0.3.1
24132026-03-26T14:51:12.492Z Checking bzip2 v0.6.1
24142026-03-26T14:51:12.546Z Checking hashbrown v0.15.5
24152026-03-26T14:51:12.562Z Checking toml_edit v0.22.27
24162026-03-26T14:51:12.655Z Checking petgraph v0.6.5
24172026-03-26T14:51:12.659Z Checking zopfli v0.8.3
24182026-03-26T14:51:12.659Z Checking usdt v0.6.0
24192026-03-26T14:51:12.835Z Checking signal-hook-mio v0.2.5
24202026-03-26T14:51:12.856Z Checking bzip2 v0.4.4
24212026-03-26T14:51:12.896Z Checking indicatif v0.18.4
24222026-03-26T14:51:12.940Z Checking nix v0.31.1
24232026-03-26T14:51:13.007Z Checking postgres-types v0.2.12
24242026-03-26T14:51:13.019Z Checking phf v0.13.1
24252026-03-26T14:51:13.033Z Checking smoltcp v0.9.1
24262026-03-26T14:51:13.168Z Checking similar v2.7.0
24272026-03-26T14:51:13.269Z Checking zstd v0.13.3
24282026-03-26T14:51:13.312Z Checking num-bigint-dig v0.8.6
24292026-03-26T14:51:13.399Z Checking toml_edit v0.19.15
24302026-03-26T14:51:13.462Z Checking ed25519 v2.2.3
24312026-03-26T14:51:13.547Z Checking phf_shared v0.11.3
24322026-03-26T14:51:13.618Z Checking pkcs1 v0.7.5
24332026-03-26T14:51:13.637Z Checking tokio-stream v0.1.18
24342026-03-26T14:51:13.653Z Checking strum v0.27.2
24352026-03-26T14:51:13.693Z Checking hubpack v0.1.2
24362026-03-26T14:51:13.763Z Checking rfc6979 v0.4.0
24372026-03-26T14:51:13.830Z Checking serde-big-array v0.5.1
24382026-03-26T14:51:13.863Z Checking float-cmp v0.10.0
24392026-03-26T14:51:13.882Z Checking env_filter v1.0.0
24402026-03-26T14:51:13.897Z Checking whoami v2.1.0
24412026-03-26T14:51:13.945Z Checking static_assertions v1.1.0
24422026-03-26T14:51:13.966Z Checking rustc-hash v2.1.1
24432026-03-26T14:51:13.990Z Checking new_debug_unreachable v1.0.6
24442026-03-26T14:51:14.016Z Checking precomputed-hash v0.1.1
24452026-03-26T14:51:14.019Z Checking normalize-line-endings v0.3.0
24462026-03-26T14:51:14.045Z Checking difflib v0.4.0
24472026-03-26T14:51:14.061Z Checking keccak v0.1.6
24482026-03-26T14:51:14.078Z Checking fixedbitset v0.5.7
24492026-03-26T14:51:14.093Z Checking predicates-core v1.0.10
24502026-03-26T14:51:14.107Z Checking jiff v0.2.21
24512026-03-26T14:51:14.110Z Checking rsa v0.9.10
24522026-03-26T14:51:14.135Z Checking string_cache v0.8.9
24532026-03-26T14:51:14.213Z Checking tokio-postgres v0.7.16
24542026-03-26T14:51:14.228Z Checking sha3 v0.10.8
24552026-03-26T14:51:14.231Z Checking predicates v3.1.4
24562026-03-26T14:51:14.269Z Checking petgraph v0.8.3
24572026-03-26T14:51:14.301Z Checking iddqd v0.3.17
24582026-03-26T14:51:14.432Z Checking env_logger v0.11.9
24592026-03-26T14:51:14.448Z Checking toml v0.7.8
24602026-03-26T14:51:14.541Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24612026-03-26T14:51:14.595Z Checking ecdsa v0.16.9
24622026-03-26T14:51:14.622Z Checking ed25519-dalek v2.2.0
24632026-03-26T14:51:14.759Z Checking zip v0.6.6
24642026-03-26T14:51:14.858Z Checking crossterm v0.28.1
24652026-03-26T14:51:14.929Z Checking serde_with v3.17.0
24662026-03-26T14:51:15.087Z Checking itertools v0.13.0
24672026-03-26T14:51:15.149Z Checking hickory-proto v0.25.2
24682026-03-26T14:51:15.479Z Checking x509-cert v0.2.5
24692026-03-26T14:51:15.566Z Checking fs-err v3.3.0
24702026-03-26T14:51:15.839Z Checking ahash v0.8.12
24712026-03-26T14:51:15.864Z Checking object v0.37.3
24722026-03-26T14:51:16.038Z Checking buf-list v1.1.2
24732026-03-26T14:51:16.104Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24742026-03-26T14:51:16.132Z Checking peg-runtime v0.8.5
24752026-03-26T14:51:16.225Z Checking lalrpop-util v0.19.12
24762026-03-26T14:51:16.276Z Compiling structmeta-derive v0.3.0
24772026-03-26T14:51:16.331Z Checking zip v4.6.1
24782026-03-26T14:51:16.349Z Compiling rustls v0.22.4
24792026-03-26T14:51:16.369Z Compiling newtype-uuid-macros v0.1.0
24802026-03-26T14:51:16.407Z Compiling multer v3.1.0
24812026-03-26T14:51:16.547Z Compiling async-stream-impl v0.3.6
24822026-03-26T14:51:16.653Z Checking futures-executor v0.3.32
24832026-03-26T14:51:16.747Z Checking regress v0.10.5
24842026-03-26T14:51:16.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852026-03-26T14:51:17.140Z Compiling dropshot v0.16.7
24862026-03-26T14:51:17.144Z Checking futures v0.3.32
24872026-03-26T14:51:17.224Z Compiling dropshot_endpoint v0.16.7
24882026-03-26T14:51:17.305Z Checking thread_local v1.1.9
24892026-03-26T14:51:17.362Z Compiling structmeta v0.3.0
24902026-03-26T14:51:17.424Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-03-26T14:51:17.501Z Checking crossbeam-channel v0.5.15
24922026-03-26T14:51:17.605Z Compiling derive-ex v0.1.8
24932026-03-26T14:51:17.776Z Checking is-terminal v0.4.17
24942026-03-26T14:51:17.849Z Checking term v1.2.1
24952026-03-26T14:51:17.875Z Checking take_mut v0.2.2
24962026-03-26T14:51:17.987Z Checking slog-async v2.8.0
24972026-03-26T14:51:18.008Z Compiling parse-display-derive v0.10.0
24982026-03-26T14:51:18.082Z Checking slog-term v2.9.2
24992026-03-26T14:51:18.170Z Checking rustls-webpki v0.102.8
25002026-03-26T14:51:18.199Z Checking serde_spanned v1.0.4
25012026-03-26T14:51:18.236Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-26T14:51:18.315Z Checking match_cfg v0.1.0
25032026-03-26T14:51:18.335Z Checking debug-ignore v1.0.5
25042026-03-26T14:51:18.350Z Checking toml_writer v1.0.6+spec-1.1.0
25052026-03-26T14:51:18.389Z Checking hostname v0.3.1
25062026-03-26T14:51:18.437Z Checking slog-json v2.6.1
25072026-03-26T14:51:18.490Z Checking macaddr v1.0.1
25082026-03-26T14:51:18.537Z Checking toml v0.9.12+spec-1.1.0
25092026-03-26T14:51:18.601Z Checking slog-bunyan v2.5.0
25102026-03-26T14:51:18.676Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25112026-03-26T14:51:18.722Z Checking async-stream v0.3.6
25122026-03-26T14:51:19.016Z Checking waitgroup v0.1.2
25132026-03-26T14:51:19.080Z Checking rustls-pemfile v2.2.0
25142026-03-26T14:51:19.095Z Checking serde_path_to_error v0.1.20
25152026-03-26T14:51:19.112Z Checking hostname v0.4.2
25162026-03-26T14:51:19.126Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-03-26T14:51:19.213Z Checking progenitor-client v0.13.0
25182026-03-26T14:51:19.229Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25192026-03-26T14:51:19.243Z Checking progenitor-client v0.10.0
25202026-03-26T14:51:19.322Z Compiling test-strategy v0.4.5
25212026-03-26T14:51:19.372Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-03-26T14:51:19.372Z Checking backon v1.6.0
25232026-03-26T14:51:19.452Z Checking instant v0.1.13
25242026-03-26T14:51:19.475Z Checking itertools v0.14.0
25252026-03-26T14:51:19.542Z Checking progenitor-extras v0.1.1
25262026-03-26T14:51:19.557Z Checking backoff v0.4.0
25272026-03-26T14:51:19.601Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25282026-03-26T14:51:19.704Z Checking parse-display v0.10.0
25292026-03-26T14:51:19.737Z Checking heck v0.5.0
25302026-03-26T14:51:19.856Z Compiling crucible-workspace-hack v0.1.0
25312026-03-26T14:51:19.966Z Compiling convert_case v0.4.0
25322026-03-26T14:51:20.018Z Checking tokio-rustls v0.25.0
25332026-03-26T14:51:20.086Z Checking secrecy v0.10.3
25342026-03-26T14:51:20.140Z Compiling prettyplease v0.2.37
25352026-03-26T14:51:20.249Z Compiling typify-impl v0.6.1
25362026-03-26T14:51:20.340Z Compiling derive_more v0.99.20
25372026-03-26T14:51:20.600Z Compiling unsafe-libyaml v0.2.11
25382026-03-26T14:51:20.812Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-26T14:51:21.141Z Compiling serde_yaml v0.9.34+deprecated
25402026-03-26T14:51:21.358Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25412026-03-26T14:51:21.992Z Checking half v2.7.1
25422026-03-26T14:51:22.083Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25432026-03-26T14:51:22.213Z Compiling toml_edit v0.23.10+spec-1.0.0
25442026-03-26T14:51:22.267Z Compiling thiserror-impl-no-std v2.0.2
25452026-03-26T14:51:22.474Z Checking universal-hash v0.5.1
25462026-03-26T14:51:22.907Z Checking ciborium-io v0.2.2
25472026-03-26T14:51:22.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25482026-03-26T14:51:23.003Z Compiling heapless v0.8.0
25492026-03-26T14:51:23.123Z Checking opaque-debug v0.3.1
25502026-03-26T14:51:23.199Z Checking poly1305 v0.8.0
25512026-03-26T14:51:23.349Z Checking ciborium-ll v0.2.2
25522026-03-26T14:51:23.487Z Compiling proc-macro-crate v3.4.0
25532026-03-26T14:51:23.502Z Checking thiserror-no-std v2.0.2
25542026-03-26T14:51:23.780Z Compiling ingot-macros v0.1.1
25552026-03-26T14:51:24.033Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25562026-03-26T14:51:24.142Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25572026-03-26T14:51:24.379Z Compiling typify-impl v0.4.3
25582026-03-26T14:51:24.639Z Checking toml v0.8.23
25592026-03-26T14:51:24.761Z Compiling typify-macro v0.6.1
25602026-03-26T14:51:24.970Z Checking num-rational v0.4.2
25612026-03-26T14:51:25.016Z Checking byte-wrapper v0.1.0
25622026-03-26T14:51:25.103Z Checking tabwriter v1.4.1
25632026-03-26T14:51:25.250Z Checking password-hash v0.5.0
25642026-03-26T14:51:25.253Z Checking chacha20 v0.9.1
25652026-03-26T14:51:25.495Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25662026-03-26T14:51:25.530Z Checking blake2 v0.10.6
25672026-03-26T14:51:25.736Z Checking hash32 v0.3.1
25682026-03-26T14:51:25.776Z Checking aead v0.5.2
25692026-03-26T14:51:25.872Z Checking num-complex v0.4.6
25702026-03-26T14:51:26.165Z Compiling smoltcp v0.11.0
25712026-03-26T14:51:26.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25722026-03-26T14:51:26.347Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25732026-03-26T14:51:26.364Z Checking num v0.4.3
25742026-03-26T14:51:26.440Z Checking chacha20poly1305 v0.10.1
25752026-03-26T14:51:26.485Z Compiling typify v0.6.1
25762026-03-26T14:51:26.570Z Checking argon2 v0.5.3
25772026-03-26T14:51:26.585Z Checking ingot-types v0.1.2
25782026-03-26T14:51:26.600Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25792026-03-26T14:51:26.743Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25802026-03-26T14:51:26.912Z Compiling num_enum_derive v0.7.5
25812026-03-26T14:51:26.912Z Checking vsss-rs v3.3.4
25822026-03-26T14:51:26.955Z Checking ciborium v0.2.2
25832026-03-26T14:51:28.007Z Compiling usdt-attr-macro v0.5.0
25842026-03-26T14:51:28.029Z Compiling usdt-macro v0.5.0
25852026-03-26T14:51:28.077Z Checking cobs v0.3.0
25862026-03-26T14:51:28.234Z Checking memmap v0.7.0
25872026-03-26T14:51:28.379Z Compiling foreign-types-macros v0.2.3
25882026-03-26T14:51:28.497Z Checking colored v3.1.1
25892026-03-26T14:51:28.590Z Checking float-ord v0.3.2
25902026-03-26T14:51:28.650Z Checking foreign-types-shared v0.3.1
25912026-03-26T14:51:28.703Z Checking cpufeatures v0.3.0
25922026-03-26T14:51:28.719Z Checking indent_write v2.2.0
25932026-03-26T14:51:28.746Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25942026-03-26T14:51:28.780Z Checking chacha20 v0.10.0
25952026-03-26T14:51:28.798Z Checking usdt v0.5.0
25962026-03-26T14:51:28.865Z Compiling typify-macro v0.4.3
25972026-03-26T14:51:28.881Z Checking postcard v1.1.3
25982026-03-26T14:51:28.931Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-26T14:51:28.964Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26002026-03-26T14:51:28.980Z Checking foreign-types v0.5.0
26012026-03-26T14:51:28.994Z Checking num_enum v0.7.5
26022026-03-26T14:51:29.028Z Checking ingot v0.1.1
26032026-03-26T14:51:29.110Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26042026-03-26T14:51:29.171Z Compiling progenitor-impl v0.13.0
26052026-03-26T14:51:29.548Z Compiling proc-macro-crate v1.3.1
26062026-03-26T14:51:29.987Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26072026-03-26T14:51:30.074Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26082026-03-26T14:51:30.097Z Checking cstr-argument v0.1.2
26092026-03-26T14:51:30.223Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26102026-03-26T14:51:30.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26112026-03-26T14:51:30.398Z Checking swrite v0.1.0
26122026-03-26T14:51:30.414Z Compiling semver v0.1.20
26132026-03-26T14:51:30.462Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26142026-03-26T14:51:30.477Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-03-26T14:51:30.493Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26162026-03-26T14:51:30.564Z Compiling num_enum_derive v0.5.11
26172026-03-26T14:51:30.579Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26182026-03-26T14:51:30.646Z Compiling rustc_version v0.1.7
26192026-03-26T14:51:30.650Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-26T14:51:30.702Z Checking rand v0.10.0
26212026-03-26T14:51:31.190Z Compiling pin-project-internal v1.1.11
26222026-03-26T14:51:31.516Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26232026-03-26T14:51:31.608Z Checking linked-hash-map v0.5.6
26242026-03-26T14:51:31.639Z Compiling minimal-lexical v0.2.1
26252026-03-26T14:51:31.789Z Checking lru-cache v0.1.2
26262026-03-26T14:51:31.793Z Compiling progenitor-macro v0.13.0
26272026-03-26T14:51:31.921Z Compiling nom v7.1.3
26282026-03-26T14:51:32.014Z Checking num_enum v0.5.11
26292026-03-26T14:51:32.293Z Compiling newtype_derive v0.1.6
26302026-03-26T14:51:32.326Z Checking pin-project v1.1.11
26312026-03-26T14:51:32.468Z Compiling typify v0.4.3
26322026-03-26T14:51:33.026Z Checking newline-converter v0.3.0
26332026-03-26T14:51:33.030Z Checking atomicwrites v0.4.4
26342026-03-26T14:51:33.148Z Checking camino-tempfile v1.4.1
26352026-03-26T14:51:33.177Z Checking hickory-proto v0.24.4
26362026-03-26T14:51:33.307Z Checking phf_shared v0.12.1
26372026-03-26T14:51:33.323Z Checking console v0.15.11
26382026-03-26T14:51:33.328Z Checking pem v3.0.6
26392026-03-26T14:51:33.454Z Checking csv-core v0.1.13
26402026-03-26T14:51:33.493Z Compiling snafu-derive v0.8.9
26412026-03-26T14:51:33.626Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26422026-03-26T14:51:33.645Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26432026-03-26T14:51:33.764Z Compiling async-recursion v1.1.1
26442026-03-26T14:51:33.900Z Compiling derive-where v1.6.0
26452026-03-26T14:51:34.440Z Compiling slog-dtrace v0.3.0
26462026-03-26T14:51:34.590Z Checking same-file v1.0.6
26472026-03-26T14:51:34.640Z Compiling chrono-tz v0.10.4
26482026-03-26T14:51:34.720Z Checking resolv-conf v0.7.6
26492026-03-26T14:51:34.831Z Compiling cancel-safe-futures v0.1.5
26502026-03-26T14:51:34.915Z Checking unicode-width v0.1.14
26512026-03-26T14:51:35.014Z Checking highway v1.3.0
26522026-03-26T14:51:35.041Z Compiling owo-colors v4.3.0
26532026-03-26T14:51:35.044Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26542026-03-26T14:51:35.194Z Compiling const_format_proc_macros v0.2.34
26552026-03-26T14:51:35.210Z Checking hickory-resolver v0.24.4
26562026-03-26T14:51:35.250Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26572026-03-26T14:51:35.407Z Checking snafu v0.8.9
26582026-03-26T14:51:35.445Z Checking walkdir v2.5.0
26592026-03-26T14:51:35.719Z Checking csv v1.4.0
26602026-03-26T14:51:35.780Z Checking expectorate v1.2.0
26612026-03-26T14:51:35.918Z Checking phf v0.12.1
26622026-03-26T14:51:35.952Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26632026-03-26T14:51:36.010Z Compiling progenitor-impl v0.10.0
26642026-03-26T14:51:36.089Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26652026-03-26T14:51:36.113Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26662026-03-26T14:51:36.291Z Checking tokio-dtrace v0.1.1
26672026-03-26T14:51:36.435Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26682026-03-26T14:51:36.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26692026-03-26T14:51:36.515Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26702026-03-26T14:51:36.693Z Checking globset v0.4.18
26712026-03-26T14:51:36.816Z Checking progenitor v0.13.0
26722026-03-26T14:51:36.907Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26732026-03-26T14:51:36.952Z Checking olpc-cjson v0.1.4
26742026-03-26T14:51:36.968Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26752026-03-26T14:51:37.009Z Checking libsw-core v0.3.2
26762026-03-26T14:51:37.068Z Checking smf v0.2.3
26772026-03-26T14:51:37.096Z Checking serde_plain v1.0.2
26782026-03-26T14:51:37.159Z Checking arc-swap v1.8.2
26792026-03-26T14:51:37.228Z Compiling lzma-sys v0.1.20
26802026-03-26T14:51:37.253Z Checking sigpipe v0.1.3
26812026-03-26T14:51:37.309Z Compiling num-derive v0.4.2
26822026-03-26T14:51:37.410Z Checking utf-8 v0.7.6
26832026-03-26T14:51:37.579Z Checking bytecount v0.6.9
26842026-03-26T14:51:37.606Z Checking typed-path v0.9.3
26852026-03-26T14:51:37.640Z Checking glob v0.3.3
26862026-03-26T14:51:37.693Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26872026-03-26T14:51:37.752Z Checking papergrid v0.11.0
26882026-03-26T14:51:37.835Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26892026-03-26T14:51:37.937Z Checking tungstenite v0.21.0
26902026-03-26T14:51:37.977Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-26T14:51:38.090Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26922026-03-26T14:51:38.147Z Checking slog-scope v4.4.1
26932026-03-26T14:51:38.277Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26942026-03-26T14:51:38.292Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26952026-03-26T14:51:38.327Z Checking libsw v3.5.0
26962026-03-26T14:51:38.366Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26972026-03-26T14:51:38.382Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26982026-03-26T14:51:38.397Z Checking tough v0.20.0
26992026-03-26T14:51:38.478Z Checking oxide-tokio-rt v0.1.3
27002026-03-26T14:51:38.576Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27012026-03-26T14:51:38.649Z Checking const_format v0.2.35
27022026-03-26T14:51:38.675Z Checking qorb v0.4.1
27032026-03-26T14:51:38.678Z Compiling progenitor-macro v0.10.0
27042026-03-26T14:51:38.884Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27052026-03-26T14:51:39.863Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27062026-03-26T14:51:39.933Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-26T14:51:39.995Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-26T14:51:40.013Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-26T14:51:40.118Z Compiling cargo_toml v0.22.3
27102026-03-26T14:51:40.359Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27112026-03-26T14:51:40.430Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-03-26T14:51:40.474Z Checking gethostname v0.5.0
27132026-03-26T14:51:40.491Z Compiling tabled_derive v0.7.0
27142026-03-26T14:51:40.505Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27152026-03-26T14:51:40.566Z Checking bcs v0.1.6
27162026-03-26T14:51:40.722Z Checking linear-map v1.2.0
27172026-03-26T14:51:40.745Z Checking unicode-linebreak v0.1.5
27182026-03-26T14:51:40.806Z Checking smawk v0.3.2
27192026-03-26T14:51:40.899Z Checking termtree v0.5.1
27202026-03-26T14:51:40.942Z Checking whoami v1.6.1
27212026-03-26T14:51:40.965Z Checking textwrap v0.16.2
27222026-03-26T14:51:41.042Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27232026-03-26T14:51:41.190Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27242026-03-26T14:51:41.454Z Checking tabled v0.15.0
27252026-03-26T14:51:41.927Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27262026-03-26T14:51:42.329Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27272026-03-26T14:51:42.503Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27282026-03-26T14:51:42.617Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27292026-03-26T14:51:42.814Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27302026-03-26T14:51:42.836Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27312026-03-26T14:51:42.902Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27322026-03-26T14:51:43.014Z Checking steno v0.4.1
27332026-03-26T14:51:43.086Z Checking tokio-tungstenite v0.21.0
27342026-03-26T14:51:43.382Z Checking slog-stdlog v4.1.1
27352026-03-26T14:51:43.628Z Checking typeid v1.0.3
27362026-03-26T14:51:43.644Z Checking progenitor v0.10.0
27372026-03-26T14:51:43.659Z Checking humantime v2.3.0
27382026-03-26T14:51:43.736Z Checking base64 v0.21.7
27392026-03-26T14:51:43.788Z Checking ron v0.12.0
27402026-03-26T14:51:43.828Z Checking xz2 v0.1.7
27412026-03-26T14:51:43.851Z Checking slog-envlogger v2.2.0
27422026-03-26T14:51:43.984Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-26T14:51:44.001Z Checking yasna v0.5.2
27442026-03-26T14:51:44.006Z Checking headers-core v0.3.0
27452026-03-26T14:51:44.042Z Checking filetime v0.2.27
27462026-03-26T14:51:44.126Z Checking base16ct v1.0.0
27472026-03-26T14:51:44.179Z Checking xattr v1.6.1
27482026-03-26T14:51:44.261Z Checking headers v0.4.1
27492026-03-26T14:51:44.310Z Checking tar v0.4.45
27502026-03-26T14:51:44.377Z Checking rcgen v0.12.1
27512026-03-26T14:51:44.511Z Checking subprocess v0.2.15
27522026-03-26T14:51:49.728Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532026-03-26T14:51:55.635Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-03-26T14:51:56.947Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552026-03-26T14:51:58.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.94s
27562026-03-26T14:51:58.357Z
27572026-03-26T14:51:58.357Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27582026-03-26T14:51:58.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592026-03-26T14:51:58.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602026-03-26T14:51:59.113Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27612026-03-26T14:52:00.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27622026-03-26T14:52:00.646Z
27632026-03-26T14:52:00.646Zinfo: running `cargo check --bins` on nexus-config (51/267)
27642026-03-26T14:52:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-03-26T14:52:01.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-03-26T14:52:01.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672026-03-26T14:52:01.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27682026-03-26T14:52:01.278Z
27692026-03-26T14:52:01.278Zinfo: running `cargo check --bins` on nexus-types (52/267)
27702026-03-26T14:52:01.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-26T14:52:01.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-26T14:52:01.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-03-26T14:52:01.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27742026-03-26T14:52:01.922Z
27752026-03-26T14:52:01.922Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27762026-03-26T14:52:02.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-26T14:52:02.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-26T14:52:02.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-26T14:52:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27802026-03-26T14:52:02.518Z
27812026-03-26T14:52:02.518Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27822026-03-26T14:52:03.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-26T14:52:03.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-26T14:52:03.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-26T14:52:03.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27862026-03-26T14:52:03.123Z
27872026-03-26T14:52:03.123Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27882026-03-26T14:52:03.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-26T14:52:03.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-26T14:52:03.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-26T14:52:03.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27922026-03-26T14:52:03.713Z
27932026-03-26T14:52:03.713Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27942026-03-26T14:52:04.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-26T14:52:04.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-26T14:52:04.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-26T14:52:04.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27982026-03-26T14:52:04.302Z
27992026-03-26T14:52:04.302Zinfo: running `cargo check --bins` on ereport-types (57/267)
28002026-03-26T14:52:04.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-26T14:52:04.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-26T14:52:04.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-26T14:52:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28042026-03-26T14:52:04.898Z
28052026-03-26T14:52:04.898Zinfo: running `cargo check --bins` on gateway-client (58/267)
28062026-03-26T14:52:05.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-26T14:52:05.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-26T14:52:05.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-26T14:52:05.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28102026-03-26T14:52:05.494Z
28112026-03-26T14:52:05.494Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28122026-03-26T14:52:05.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-26T14:52:06.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-26T14:52:06.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-26T14:52:06.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28162026-03-26T14:52:06.091Z
28172026-03-26T14:52:06.091Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28182026-03-26T14:52:06.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-26T14:52:06.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-26T14:52:06.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-26T14:52:06.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28222026-03-26T14:52:06.695Z
28232026-03-26T14:52:06.695Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28242026-03-26T14:52:07.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-26T14:52:07.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-26T14:52:07.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-26T14:52:07.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28282026-03-26T14:52:07.294Z
28292026-03-26T14:52:07.294Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28302026-03-26T14:52:07.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-26T14:52:07.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-26T14:52:07.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-26T14:52:07.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28342026-03-26T14:52:07.894Z
28352026-03-26T14:52:07.894Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28362026-03-26T14:52:08.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-26T14:52:08.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-26T14:52:08.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-26T14:52:08.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28402026-03-26T14:52:08.514Z
28412026-03-26T14:52:08.514Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28422026-03-26T14:52:09.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-26T14:52:09.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-26T14:52:09.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-26T14:52:09.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28462026-03-26T14:52:09.138Z
28472026-03-26T14:52:09.138Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28482026-03-26T14:52:09.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-26T14:52:09.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-26T14:52:09.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-26T14:52:09.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28522026-03-26T14:52:09.729Z
28532026-03-26T14:52:09.729Zinfo: running `cargo check --bins` on oxlog (66/267)
28542026-03-26T14:52:10.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-26T14:52:10.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-26T14:52:10.343Z Compiling newtype-uuid v1.3.2
28572026-03-26T14:52:10.550Z Compiling daft v0.1.5
28582026-03-26T14:52:10.740Z Compiling iddqd v0.3.17
28592026-03-26T14:52:11.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28602026-03-26T14:52:11.897Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28612026-03-26T14:52:12.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
28622026-03-26T14:52:12.341Z
28632026-03-26T14:52:12.341Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/267)
28642026-03-26T14:52:12.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-03-26T14:52:12.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-03-26T14:52:12.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-03-26T14:52:12.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28682026-03-26T14:52:12.962Z
28692026-03-26T14:52:12.962Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/267)
28702026-03-26T14:52:13.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-03-26T14:52:13.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-03-26T14:52:13.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-03-26T14:52:13.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28742026-03-26T14:52:13.582Z
28752026-03-26T14:52:13.582Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/267)
28762026-03-26T14:52:14.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-26T14:52:14.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-26T14:52:14.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-26T14:52:14.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-03-26T14:52:14.195Z
28812026-03-26T14:52:14.195Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/267)
28822026-03-26T14:52:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-26T14:52:14.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-26T14:52:14.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-26T14:52:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28862026-03-26T14:52:14.810Z
28872026-03-26T14:52:14.810Zinfo: running `cargo check --bins` on omicron-passwords (71/267)
28882026-03-26T14:52:15.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-26T14:52:15.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-26T14:52:15.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-26T14:52:15.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-03-26T14:52:15.405Z
28932026-03-26T14:52:15.405Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/267)
28942026-03-26T14:52:15.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-26T14:52:15.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-26T14:52:15.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-26T14:52:15.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-03-26T14:52:16.002Z
28992026-03-26T14:52:16.002Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/267)
29002026-03-26T14:52:16.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-26T14:52:16.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-26T14:52:16.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-26T14:52:16.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-03-26T14:52:16.599Z
29052026-03-26T14:52:16.599Zinfo: running `cargo check --bins --no-default-features` on gfss (74/267)
29062026-03-26T14:52:17.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-26T14:52:17.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-26T14:52:17.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-26T14:52:17.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-03-26T14:52:17.192Z
29112026-03-26T14:52:17.192Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/267)
29122026-03-26T14:52:17.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-26T14:52:17.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-26T14:52:17.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-26T14:52:17.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-03-26T14:52:17.786Z
29172026-03-26T14:52:17.786Zinfo: running `cargo check --bins` on internal-dns-types (76/267)
29182026-03-26T14:52:18.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-26T14:52:18.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-26T14:52:18.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-26T14:52:18.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-03-26T14:52:18.391Z
29232026-03-26T14:52:18.391Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/267)
29242026-03-26T14:52:18.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-26T14:52:18.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-26T14:52:18.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-26T14:52:18.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-03-26T14:52:19.000Z
29292026-03-26T14:52:19.000Zinfo: running `cargo check --bins` on nexus-types-versions (78/267)
29302026-03-26T14:52:19.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-26T14:52:19.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-26T14:52:19.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-26T14:52:19.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-03-26T14:52:19.623Z
29352026-03-26T14:52:19.623Zinfo: running `cargo check --bins` on oxql-types (79/267)
29362026-03-26T14:52:20.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-26T14:52:20.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-26T14:52:20.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-26T14:52:20.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29402026-03-26T14:52:20.231Z
29412026-03-26T14:52:20.231Zinfo: running `cargo check --bins` on oximeter-types (80/267)
29422026-03-26T14:52:20.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-26T14:52:20.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-26T14:52:20.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-26T14:52:20.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29462026-03-26T14:52:20.839Z
29472026-03-26T14:52:20.839Zinfo: running `cargo check --bins` on oximeter-types-versions (81/267)
29482026-03-26T14:52:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-26T14:52:21.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-26T14:52:21.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-26T14:52:21.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29522026-03-26T14:52:21.448Z
29532026-03-26T14:52:21.448Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/267)
29542026-03-26T14:52:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-26T14:52:21.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-26T14:52:21.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-03-26T14:52:21.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29582026-03-26T14:52:22.041Z
29592026-03-26T14:52:22.041Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29602026-03-26T14:52:22.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-26T14:52:22.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-26T14:52:22.708Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-03-26T14:52:23.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
29642026-03-26T14:52:23.413Z
29652026-03-26T14:52:23.413Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29662026-03-26T14:52:23.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-03-26T14:52:23.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-03-26T14:52:24.092Z Compiling ar_archive_writer v0.5.1
29692026-03-26T14:52:24.204Z Compiling stacker v0.1.23
29702026-03-26T14:52:24.212Z Compiling cfg_aliases v0.1.1
29712026-03-26T14:52:24.218Z Compiling convert_case v0.10.0
29722026-03-26T14:52:24.226Z Checking fd-lock v4.0.4
29732026-03-26T14:52:24.226Z Checking nibble_vec v0.1.0
29742026-03-26T14:52:24.229Z Checking vte v0.14.1
29752026-03-26T14:52:24.229Z Compiling recursive-proc-macro-impl v0.1.1
29762026-03-26T14:52:24.269Z Compiling nix v0.28.0
29772026-03-26T14:52:24.334Z Checking endian-type v0.1.2
29782026-03-26T14:52:24.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29792026-03-26T14:52:24.378Z Checking strip-ansi-escapes v0.2.1
29802026-03-26T14:52:24.458Z Checking radix_trie v0.2.1
29812026-03-26T14:52:24.471Z Compiling peg-macros v0.8.5
29822026-03-26T14:52:24.483Z Checking winnow v0.6.26
29832026-03-26T14:52:24.506Z Compiling derive_more-impl v2.1.1
29842026-03-26T14:52:24.655Z Compiling sqlparser_derive v0.5.0
29852026-03-26T14:52:24.668Z Checking unicode_categories v0.1.1
29862026-03-26T14:52:24.824Z Checking nu-ansi-term v0.50.3
29872026-03-26T14:52:24.852Z Checking home v0.5.12
29882026-03-26T14:52:24.982Z Checking display-error-chain v0.2.2
29892026-03-26T14:52:25.037Z Checking reedline v0.40.0
29902026-03-26T14:52:25.049Z Compiling psm v0.1.30
29912026-03-26T14:52:25.309Z Checking derive_more v2.1.1
29922026-03-26T14:52:25.387Z Checking crossterm v0.29.0
29932026-03-26T14:52:25.551Z Checking rustyline v14.0.0
29942026-03-26T14:52:25.598Z Checking sqlformat v0.3.5
29952026-03-26T14:52:25.616Z Checking peg v0.8.5
29962026-03-26T14:52:25.794Z Checking recursive v0.1.1
29972026-03-26T14:52:25.886Z Checking sqlparser v0.61.0
29982026-03-26T14:52:36.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
29992026-03-26T14:52:37.166Z
30002026-03-26T14:52:37.166Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
30012026-03-26T14:52:37.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-03-26T14:52:37.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-03-26T14:52:37.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30042026-03-26T14:52:41.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
30052026-03-26T14:52:41.435Z
30062026-03-26T14:52:41.436Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30072026-03-26T14:52:41.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-03-26T14:52:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-03-26T14:52:42.114Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-03-26T14:52:44.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
30112026-03-26T14:52:44.691Z
30122026-03-26T14:52:44.691Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30132026-03-26T14:52:45.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-26T14:52:45.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-26T14:52:45.369Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-26T14:52:48.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
30172026-03-26T14:52:48.742Z
30182026-03-26T14:52:48.742Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30192026-03-26T14:52:49.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-26T14:52:49.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-26T14:52:49.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-26T14:52:52.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
30232026-03-26T14:52:52.817Z
30242026-03-26T14:52:52.817Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30252026-03-26T14:52:53.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-26T14:52:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-26T14:52:53.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-26T14:52:56.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
30292026-03-26T14:52:56.228Z
30302026-03-26T14:52:56.228Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30312026-03-26T14:52:56.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-26T14:52:56.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-26T14:52:56.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-26T14:52:59.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
30352026-03-26T14:52:59.685Z
30362026-03-26T14:52:59.685Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30372026-03-26T14:53:00.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-26T14:53:00.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-26T14:53:00.370Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-26T14:53:03.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
30412026-03-26T14:53:03.899Z
30422026-03-26T14:53:03.899Zinfo: running `cargo check --bins` on oximeter (92/267)
30432026-03-26T14:53:04.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-26T14:53:04.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-26T14:53:04.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-03-26T14:53:04.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30472026-03-26T14:53:04.497Z
30482026-03-26T14:53:04.497Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30492026-03-26T14:53:05.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-03-26T14:53:05.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-03-26T14:53:05.138Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-03-26T14:53:05.302Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-03-26T14:53:05.317Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-26T14:53:05.644Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-03-26T14:53:09.050Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30562026-03-26T14:53:09.373Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30572026-03-26T14:53:10.467Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30582026-03-26T14:53:11.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
30592026-03-26T14:53:11.321Z
30602026-03-26T14:53:11.321Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30612026-03-26T14:53:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-26T14:53:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-26T14:53:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-03-26T14:53:11.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-03-26T14:53:11.927Z
30662026-03-26T14:53:11.927Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30672026-03-26T14:53:12.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-26T14:53:12.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-26T14:53:12.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-26T14:53:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30712026-03-26T14:53:12.573Z
30722026-03-26T14:53:12.573Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30732026-03-26T14:53:13.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-26T14:53:13.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-26T14:53:13.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-26T14:53:13.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772026-03-26T14:53:13.185Z
30782026-03-26T14:53:13.185Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30792026-03-26T14:53:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-26T14:53:13.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-26T14:53:13.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-26T14:53:13.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-03-26T14:53:13.795Z
30842026-03-26T14:53:13.796Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30852026-03-26T14:53:14.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-26T14:53:14.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-26T14:53:14.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-26T14:53:14.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-03-26T14:53:14.405Z
30902026-03-26T14:53:14.405Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30912026-03-26T14:53:14.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-26T14:53:14.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-26T14:53:14.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-26T14:53:14.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30952026-03-26T14:53:15.016Z
30962026-03-26T14:53:15.016Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30972026-03-26T14:53:15.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-26T14:53:15.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-26T14:53:15.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-26T14:53:15.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31012026-03-26T14:53:15.603Z
31022026-03-26T14:53:15.603Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31032026-03-26T14:53:16.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-26T14:53:16.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-26T14:53:16.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-26T14:53:16.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31072026-03-26T14:53:16.214Z
31082026-03-26T14:53:16.214Zinfo: running `cargo check --bins` on update-engine (102/267)
31092026-03-26T14:53:16.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-26T14:53:16.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-26T14:53:16.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-26T14:53:16.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-03-26T14:53:16.798Z
31142026-03-26T14:53:16.798Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31152026-03-26T14:53:17.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-26T14:53:17.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-26T14:53:17.499Z Checking dropshot-api-manager-types v0.6.0
31182026-03-26T14:53:17.503Z Checking nanorand v0.7.0
31192026-03-26T14:53:17.744Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31202026-03-26T14:53:17.770Z Checking flume v0.11.1
31212026-03-26T14:53:17.974Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31222026-03-26T14:53:19.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
31232026-03-26T14:53:19.198Z
31242026-03-26T14:53:19.198Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31252026-03-26T14:53:19.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-03-26T14:53:19.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-03-26T14:53:19.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-03-26T14:53:19.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-03-26T14:53:19.804Z
31302026-03-26T14:53:19.804Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31312026-03-26T14:53:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-26T14:53:20.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-26T14:53:20.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-26T14:53:20.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-03-26T14:53:20.414Z
31362026-03-26T14:53:20.414Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31372026-03-26T14:53:20.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-26T14:53:20.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-26T14:53:20.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-26T14:53:20.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-03-26T14:53:21.027Z
31422026-03-26T14:53:21.027Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31432026-03-26T14:53:21.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-26T14:53:21.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-26T14:53:21.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-26T14:53:21.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-03-26T14:53:21.640Z
31482026-03-26T14:53:21.640Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31492026-03-26T14:53:22.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-26T14:53:22.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-26T14:53:22.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-26T14:53:22.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-03-26T14:53:22.245Z
31542026-03-26T14:53:22.245Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31552026-03-26T14:53:22.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-26T14:53:22.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-26T14:53:22.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-26T14:53:22.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-03-26T14:53:22.850Z
31602026-03-26T14:53:22.850Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31612026-03-26T14:53:23.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-26T14:53:23.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-26T14:53:23.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-26T14:53:23.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-03-26T14:53:23.453Z
31662026-03-26T14:53:23.453Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31672026-03-26T14:53:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-26T14:53:23.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-26T14:53:23.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-26T14:53:23.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-03-26T14:53:24.046Z
31722026-03-26T14:53:24.046Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31732026-03-26T14:53:24.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-26T14:53:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-26T14:53:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-26T14:53:24.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-03-26T14:53:24.649Z
31782026-03-26T14:53:24.649Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31792026-03-26T14:53:25.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-26T14:53:25.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-26T14:53:25.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-26T14:53:25.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31832026-03-26T14:53:25.254Z
31842026-03-26T14:53:25.254Zinfo: running `cargo check --bins` on installinator-client (114/267)
31852026-03-26T14:53:25.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-26T14:53:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-26T14:53:25.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-26T14:53:25.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31892026-03-26T14:53:25.861Z
31902026-03-26T14:53:25.862Zinfo: running `cargo check --bins` on nexus-client (115/267)
31912026-03-26T14:53:26.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-26T14:53:26.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-26T14:53:26.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-26T14:53:26.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31952026-03-26T14:53:26.506Z
31962026-03-26T14:53:26.506Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31972026-03-26T14:53:27.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-26T14:53:27.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-26T14:53:27.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-26T14:53:27.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32012026-03-26T14:53:27.150Z
32022026-03-26T14:53:27.150Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32032026-03-26T14:53:27.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-26T14:53:27.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-26T14:53:27.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-26T14:53:27.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32072026-03-26T14:53:27.736Z
32082026-03-26T14:53:27.736Zinfo: running `cargo check --bins` on oxide-client (118/267)
32092026-03-26T14:53:28.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-26T14:53:28.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-26T14:53:28.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-26T14:53:28.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32132026-03-26T14:53:28.328Z
32142026-03-26T14:53:28.328Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32152026-03-26T14:53:28.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-26T14:53:28.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-26T14:53:28.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-26T14:53:28.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32192026-03-26T14:53:28.933Z
32202026-03-26T14:53:28.933Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32212026-03-26T14:53:29.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-26T14:53:29.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-26T14:53:29.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-26T14:53:29.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32252026-03-26T14:53:29.526Z
32262026-03-26T14:53:29.526Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32272026-03-26T14:53:30.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-26T14:53:30.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-26T14:53:30.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-26T14:53:30.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32312026-03-26T14:53:30.142Z
32322026-03-26T14:53:30.142Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32332026-03-26T14:53:30.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-26T14:53:30.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-26T14:53:30.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-26T14:53:30.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32372026-03-26T14:53:30.771Z
32382026-03-26T14:53:30.771Zinfo: running `cargo check --bins` on installinator-common (123/267)
32392026-03-26T14:53:31.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-26T14:53:31.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-26T14:53:31.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-26T14:53:31.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32432026-03-26T14:53:31.394Z
32442026-03-26T14:53:31.394Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32452026-03-26T14:53:31.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-26T14:53:31.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-26T14:53:31.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-26T14:53:31.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32492026-03-26T14:53:31.991Z
32502026-03-26T14:53:31.991Zinfo: running `cargo check --bins` on wicket-common (125/267)
32512026-03-26T14:53:32.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-26T14:53:32.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-26T14:53:32.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-26T14:53:32.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32552026-03-26T14:53:32.602Z
32562026-03-26T14:53:32.602Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32572026-03-26T14:53:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-26T14:53:33.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-26T14:53:33.294Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32602026-03-26T14:53:33.409Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32612026-03-26T14:53:33.418Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32622026-03-26T14:53:33.424Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32632026-03-26T14:53:33.431Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32642026-03-26T14:53:33.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32652026-03-26T14:53:33.453Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32662026-03-26T14:53:33.464Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32672026-03-26T14:53:33.591Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32682026-03-26T14:53:33.643Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32692026-03-26T14:53:33.666Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32702026-03-26T14:53:33.818Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-03-26T14:53:33.818Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32722026-03-26T14:53:34.588Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32732026-03-26T14:53:39.716Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32742026-03-26T14:53:40.342Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32752026-03-26T14:53:42.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
32762026-03-26T14:53:42.845Z
32772026-03-26T14:53:42.845Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32782026-03-26T14:53:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-03-26T14:53:43.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-03-26T14:53:43.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-03-26T14:53:43.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32822026-03-26T14:53:43.455Z
32832026-03-26T14:53:43.455Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32842026-03-26T14:53:44.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-03-26T14:53:44.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-03-26T14:53:44.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-03-26T14:53:44.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32882026-03-26T14:53:44.141Z
32892026-03-26T14:53:44.141Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32902026-03-26T14:53:44.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-03-26T14:53:44.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-03-26T14:53:44.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-03-26T14:53:44.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32942026-03-26T14:53:44.840Z
32952026-03-26T14:53:44.840Zinfo: running `cargo check --bins` on dns-server (130/267)
32962026-03-26T14:53:45.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-03-26T14:53:45.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-03-26T14:53:45.511Z Compiling parking_lot_core v0.8.6
32992026-03-26T14:53:45.511Z Compiling git-stub v1.0.0
33002026-03-26T14:53:45.511Z Compiling atomicwrites v0.4.4
33012026-03-26T14:53:45.514Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-03-26T14:53:45.639Z Checking tagptr v0.2.0
33032026-03-26T14:53:45.646Z Checking prefix-trie v0.7.0
33042026-03-26T14:53:45.651Z Checking fxhash v0.2.1
33052026-03-26T14:53:45.666Z Checking hickory-client v0.25.2
33062026-03-26T14:53:45.761Z Checking moka v0.12.13
33072026-03-26T14:53:45.774Z Compiling git-stub-vcs v0.1.0
33082026-03-26T14:53:45.962Z Checking hickory-server v0.25.2
33092026-03-26T14:53:46.047Z Checking parking_lot v0.11.2
33102026-03-26T14:53:46.065Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33112026-03-26T14:53:46.110Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33122026-03-26T14:53:46.113Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33132026-03-26T14:53:46.113Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33142026-03-26T14:53:46.223Z Checking sled v0.34.7
33152026-03-26T14:53:46.365Z Checking hickory-resolver v0.25.2
33162026-03-26T14:53:48.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
33172026-03-26T14:53:48.462Z
33182026-03-26T14:53:48.462Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33192026-03-26T14:53:48.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-03-26T14:53:48.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-03-26T14:53:48.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-03-26T14:53:48.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33232026-03-26T14:53:49.070Z
33242026-03-26T14:53:49.070Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33252026-03-26T14:53:49.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-03-26T14:53:49.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-03-26T14:53:49.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-03-26T14:53:49.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33292026-03-26T14:53:49.735Z
33302026-03-26T14:53:49.735Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33312026-03-26T14:53:50.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-03-26T14:53:50.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-03-26T14:53:50.487Z Compiling radium v0.7.0
33342026-03-26T14:53:50.610Z Compiling maybe-uninit v2.0.0
33352026-03-26T14:53:50.610Z Checking tap v1.0.1
33362026-03-26T14:53:50.625Z Compiling zerocopy-derive v0.6.6
33372026-03-26T14:53:50.633Z Compiling packed_struct v0.10.1
33382026-03-26T14:53:50.637Z Checking crc-catalog v2.4.0
33392026-03-26T14:53:50.637Z Checking funty v2.0.0
33402026-03-26T14:53:50.669Z Compiling packed_struct_codegen v0.10.1
33412026-03-26T14:53:50.699Z Checking wyz v0.5.1
33422026-03-26T14:53:50.729Z Checking crc v3.4.0
33432026-03-26T14:53:50.899Z Compiling bitfield-macros v0.19.4
33442026-03-26T14:53:50.914Z Compiling indexmap v1.9.3
33452026-03-26T14:53:50.940Z Checking nodrop v0.1.14
33462026-03-26T14:53:50.993Z Checking smallvec v0.6.14
33472026-03-26T14:53:50.997Z Checking hashbrown v0.12.3
33482026-03-26T14:53:51.044Z Checking array-init v0.0.4
33492026-03-26T14:53:51.056Z Checking bitvec v1.0.1
33502026-03-26T14:53:51.125Z Checking ron v0.8.1
33512026-03-26T14:53:51.199Z Checking hashbrown v0.13.2
33522026-03-26T14:53:51.338Z Checking serde-hex v0.1.0
33532026-03-26T14:53:51.452Z Checking zerocopy v0.6.6
33542026-03-26T14:53:51.631Z Checking bitfield v0.19.4
33552026-03-26T14:53:51.634Z Checking crc-any v2.5.0
33562026-03-26T14:53:51.641Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-03-26T14:53:51.743Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-26T14:53:51.746Z Checking half v1.8.3
33592026-03-26T14:53:51.769Z Checking object v0.30.4
33602026-03-26T14:53:51.801Z Checking path-slash v0.1.5
33612026-03-26T14:53:51.851Z Checking void v1.0.2
33622026-03-26T14:53:51.899Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-03-26T14:53:51.914Z Checking tungstenite v0.23.0
33642026-03-26T14:53:51.946Z Checking serde_cbor v0.11.2
33652026-03-26T14:53:51.960Z Checking lzss v0.8.2
33662026-03-26T14:53:51.998Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33672026-03-26T14:53:52.059Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33682026-03-26T14:53:52.140Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33692026-03-26T14:53:52.214Z Checking nix v0.27.1
33702026-03-26T14:53:52.317Z Checking kstat-rs v0.2.4
33712026-03-26T14:53:52.331Z Checking serde_bytes v0.11.19
33722026-03-26T14:53:52.410Z Checking tokio-tungstenite v0.23.1
33732026-03-26T14:53:52.504Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33742026-03-26T14:53:52.518Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33752026-03-26T14:53:52.667Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33762026-03-26T14:53:52.727Z Checking signal-hook-tokio v0.3.1
33772026-03-26T14:53:53.386Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-03-26T14:53:53.772Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-03-26T14:53:55.828Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33802026-03-26T14:53:56.665Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-03-26T14:53:56.941Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33822026-03-26T14:53:58.006Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33832026-03-26T14:54:00.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
33842026-03-26T14:54:00.245Z
33852026-03-26T14:54:00.245Zinfo: running `cargo check --bins` on gateway-api (134/267)
33862026-03-26T14:54:00.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-03-26T14:54:00.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-03-26T14:54:00.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-03-26T14:54:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902026-03-26T14:54:00.845Z
33912026-03-26T14:54:00.846Zinfo: running `cargo check --bins` on ipcc (135/267)
33922026-03-26T14:54:01.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-03-26T14:54:01.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-03-26T14:54:01.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-03-26T14:54:01.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33962026-03-26T14:54:01.448Z
33972026-03-26T14:54:01.448Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33982026-03-26T14:54:01.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-03-26T14:54:01.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-03-26T14:54:01.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-03-26T14:54:01.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34022026-03-26T14:54:02.033Z
34032026-03-26T14:54:02.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
34042026-03-26T14:54:02.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-03-26T14:54:02.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-03-26T14:54:02.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-03-26T14:54:02.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34082026-03-26T14:54:02.633Z
34092026-03-26T14:54:02.633Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34102026-03-26T14:54:03.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-03-26T14:54:03.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-03-26T14:54:03.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-03-26T14:54:03.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34142026-03-26T14:54:03.229Z
34152026-03-26T14:54:03.229Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34162026-03-26T14:54:03.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-03-26T14:54:03.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-03-26T14:54:03.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-03-26T14:54:03.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34202026-03-26T14:54:03.831Z
34212026-03-26T14:54:03.831Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34222026-03-26T14:54:04.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-03-26T14:54:04.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-03-26T14:54:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-03-26T14:54:04.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34262026-03-26T14:54:04.438Z
34272026-03-26T14:54:04.438Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34282026-03-26T14:54:04.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-03-26T14:54:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-03-26T14:54:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-03-26T14:54:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34322026-03-26T14:54:05.042Z
34332026-03-26T14:54:05.042Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34342026-03-26T14:54:05.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-03-26T14:54:05.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-03-26T14:54:05.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-03-26T14:54:05.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34382026-03-26T14:54:05.645Z
34392026-03-26T14:54:05.645Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34402026-03-26T14:54:06.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-03-26T14:54:06.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-03-26T14:54:06.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-03-26T14:54:06.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34442026-03-26T14:54:06.246Z
34452026-03-26T14:54:06.246Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34462026-03-26T14:54:06.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-03-26T14:54:06.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-03-26T14:54:06.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-03-26T14:54:06.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34502026-03-26T14:54:06.845Z
34512026-03-26T14:54:06.845Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34522026-03-26T14:54:07.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-03-26T14:54:07.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-03-26T14:54:07.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-03-26T14:54:07.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34562026-03-26T14:54:07.450Z
34572026-03-26T14:54:07.450Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34582026-03-26T14:54:07.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-03-26T14:54:07.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-03-26T14:54:07.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-03-26T14:54:07.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34622026-03-26T14:54:08.053Z
34632026-03-26T14:54:08.053Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34642026-03-26T14:54:08.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-03-26T14:54:08.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-03-26T14:54:08.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-03-26T14:54:08.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34682026-03-26T14:54:08.655Z
34692026-03-26T14:54:08.655Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34702026-03-26T14:54:09.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-03-26T14:54:09.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-03-26T14:54:09.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-03-26T14:54:09.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34742026-03-26T14:54:09.263Z
34752026-03-26T14:54:09.263Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34762026-03-26T14:54:09.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-03-26T14:54:09.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-03-26T14:54:09.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-03-26T14:54:09.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34802026-03-26T14:54:09.864Z
34812026-03-26T14:54:09.864Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34822026-03-26T14:54:10.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-03-26T14:54:10.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-03-26T14:54:10.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-03-26T14:54:10.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34862026-03-26T14:54:10.466Z
34872026-03-26T14:54:10.467Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34882026-03-26T14:54:10.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-03-26T14:54:10.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-03-26T14:54:10.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-03-26T14:54:10.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34922026-03-26T14:54:11.072Z
34932026-03-26T14:54:11.072Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34942026-03-26T14:54:11.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-03-26T14:54:11.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-03-26T14:54:11.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-03-26T14:54:11.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34982026-03-26T14:54:11.686Z
34992026-03-26T14:54:11.686Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
35002026-03-26T14:54:12.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-03-26T14:54:12.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-03-26T14:54:12.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-03-26T14:54:12.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35042026-03-26T14:54:12.283Z
35052026-03-26T14:54:12.283Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
35062026-03-26T14:54:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-03-26T14:54:12.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-03-26T14:54:12.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-03-26T14:54:12.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35102026-03-26T14:54:12.885Z
35112026-03-26T14:54:12.885Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35122026-03-26T14:54:13.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-03-26T14:54:13.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-03-26T14:54:13.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-03-26T14:54:13.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35162026-03-26T14:54:13.524Z
35172026-03-26T14:54:13.524Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35182026-03-26T14:54:14.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-03-26T14:54:14.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-03-26T14:54:14.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-03-26T14:54:14.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35222026-03-26T14:54:14.130Z
35232026-03-26T14:54:14.130Zinfo: running `cargo check --bins` on sp-sim (157/267)
35242026-03-26T14:54:14.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-03-26T14:54:14.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-03-26T14:54:14.858Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35272026-03-26T14:54:16.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35282026-03-26T14:54:16.807Z
35292026-03-26T14:54:16.807Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35302026-03-26T14:54:17.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-03-26T14:54:17.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-03-26T14:54:17.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-03-26T14:54:17.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35342026-03-26T14:54:17.461Z
35352026-03-26T14:54:17.461Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35362026-03-26T14:54:18.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-03-26T14:54:18.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-03-26T14:54:18.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-03-26T14:54:18.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35402026-03-26T14:54:18.121Z
35412026-03-26T14:54:18.121Zinfo: running `cargo check --bins` on db-macros (160/267)
35422026-03-26T14:54:18.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-03-26T14:54:18.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-03-26T14:54:18.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-03-26T14:54:18.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35462026-03-26T14:54:18.713Z
35472026-03-26T14:54:18.713Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35482026-03-26T14:54:19.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-03-26T14:54:19.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-03-26T14:54:19.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-03-26T14:54:19.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35522026-03-26T14:54:19.302Z
35532026-03-26T14:54:19.302Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35542026-03-26T14:54:19.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-03-26T14:54:19.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-03-26T14:54:19.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-03-26T14:54:19.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35582026-03-26T14:54:19.957Z
35592026-03-26T14:54:19.957Zinfo: running `cargo check --bins` on authz-macros (163/267)
35602026-03-26T14:54:20.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-03-26T14:54:20.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-03-26T14:54:20.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-03-26T14:54:20.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35642026-03-26T14:54:20.554Z
35652026-03-26T14:54:20.554Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35662026-03-26T14:54:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-03-26T14:54:21.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-03-26T14:54:21.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-03-26T14:54:21.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35702026-03-26T14:54:21.211Z
35712026-03-26T14:54:21.211Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35722026-03-26T14:54:21.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-03-26T14:54:21.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-03-26T14:54:21.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-03-26T14:54:21.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35762026-03-26T14:54:21.862Z
35772026-03-26T14:54:21.862Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35782026-03-26T14:54:22.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-03-26T14:54:22.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-03-26T14:54:22.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-03-26T14:54:22.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35822026-03-26T14:54:22.460Z
35832026-03-26T14:54:22.460Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35842026-03-26T14:54:22.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-03-26T14:54:22.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-03-26T14:54:22.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-03-26T14:54:22.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35882026-03-26T14:54:23.053Z
35892026-03-26T14:54:23.053Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35902026-03-26T14:54:23.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-03-26T14:54:23.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-03-26T14:54:23.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-03-26T14:54:23.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35942026-03-26T14:54:23.657Z
35952026-03-26T14:54:23.657Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35962026-03-26T14:54:24.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-03-26T14:54:24.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-03-26T14:54:24.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-03-26T14:54:24.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-03-26T14:54:24.251Z
36012026-03-26T14:54:24.251Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
36022026-03-26T14:54:24.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-03-26T14:54:24.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-03-26T14:54:24.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-03-26T14:54:24.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36062026-03-26T14:54:24.844Z
36072026-03-26T14:54:24.844Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
36082026-03-26T14:54:25.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-03-26T14:54:25.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-03-26T14:54:25.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-03-26T14:54:25.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-03-26T14:54:25.498Z
36132026-03-26T14:54:25.498Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36142026-03-26T14:54:26.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-03-26T14:54:26.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-03-26T14:54:26.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-03-26T14:54:26.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36182026-03-26T14:54:26.156Z
36192026-03-26T14:54:26.156Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36202026-03-26T14:54:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-03-26T14:54:26.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-03-26T14:54:26.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-03-26T14:54:26.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36242026-03-26T14:54:26.800Z
36252026-03-26T14:54:26.800Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36262026-03-26T14:54:27.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-03-26T14:54:27.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-03-26T14:54:27.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-03-26T14:54:27.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36302026-03-26T14:54:27.422Z
36312026-03-26T14:54:27.422Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36322026-03-26T14:54:27.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-03-26T14:54:27.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-03-26T14:54:27.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-03-26T14:54:27.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36362026-03-26T14:54:28.044Z
36372026-03-26T14:54:28.045Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36382026-03-26T14:54:28.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-03-26T14:54:28.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-03-26T14:54:28.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-03-26T14:54:28.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36422026-03-26T14:54:28.663Z
36432026-03-26T14:54:28.663Zinfo: running `cargo check --bins` on key-manager (177/267)
36442026-03-26T14:54:29.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-03-26T14:54:29.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-03-26T14:54:29.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-03-26T14:54:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36482026-03-26T14:54:29.266Z
36492026-03-26T14:54:29.266Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36502026-03-26T14:54:29.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-03-26T14:54:29.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-03-26T14:54:29.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-03-26T14:54:29.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36542026-03-26T14:54:29.894Z
36552026-03-26T14:54:29.894Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36562026-03-26T14:54:30.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-03-26T14:54:30.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-03-26T14:54:30.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-03-26T14:54:30.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36602026-03-26T14:54:30.517Z
36612026-03-26T14:54:30.517Zinfo: running `cargo check --bins` on typed-rng (180/267)
36622026-03-26T14:54:31.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-03-26T14:54:31.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-03-26T14:54:31.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-03-26T14:54:31.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36662026-03-26T14:54:31.113Z
36672026-03-26T14:54:31.113Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36682026-03-26T14:54:31.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-03-26T14:54:31.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-03-26T14:54:31.957Z Compiling libefi-sys v0.1.0
36712026-03-26T14:54:31.961Z Compiling bitfield-struct v0.6.2
36722026-03-26T14:54:32.102Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-03-26T14:54:32.111Z Compiling xshell-macros v0.2.7
36742026-03-26T14:54:32.120Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36752026-03-26T14:54:32.160Z Compiling salty v0.3.0
36762026-03-26T14:54:32.163Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36772026-03-26T14:54:32.166Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-03-26T14:54:32.166Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36792026-03-26T14:54:32.452Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36802026-03-26T14:54:32.468Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36812026-03-26T14:54:32.484Z Checking xshell v0.2.7
36822026-03-26T14:54:32.616Z Checking primeorder v0.13.6
36832026-03-26T14:54:32.633Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-03-26T14:54:32.678Z Compiling proc-macro-error-attr2 v2.0.0
36852026-03-26T14:54:32.694Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36862026-03-26T14:54:32.710Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36872026-03-26T14:54:32.746Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36882026-03-26T14:54:32.840Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36892026-03-26T14:54:32.855Z Checking p384 v0.13.1
36902026-03-26T14:54:32.896Z Compiling num-derive v0.3.3
36912026-03-26T14:54:32.950Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36922026-03-26T14:54:33.063Z Compiling proc-macro-error2 v2.0.1
36932026-03-26T14:54:33.164Z Compiling unicase v2.9.0
36942026-03-26T14:54:33.190Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36952026-03-26T14:54:33.368Z Compiling mime_guess v2.0.5
36962026-03-26T14:54:33.383Z Compiling tabled_derive v0.11.0
36972026-03-26T14:54:33.400Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-26T14:54:33.417Z Compiling progenitor-impl v0.11.2
36992026-03-26T14:54:33.775Z Checking libscf-sys v1.1.0
37002026-03-26T14:54:33.792Z Checking papergrid v0.17.0
37012026-03-26T14:54:33.902Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-03-26T14:54:33.918Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-03-26T14:54:34.051Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37042026-03-26T14:54:34.070Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37052026-03-26T14:54:34.547Z Checking testing_table v0.3.0
37062026-03-26T14:54:34.576Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37072026-03-26T14:54:34.593Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-26T14:54:34.645Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37092026-03-26T14:54:34.681Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-03-26T14:54:34.732Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37112026-03-26T14:54:34.786Z Checking corncobs v0.1.4
37122026-03-26T14:54:34.824Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37132026-03-26T14:54:34.892Z Checking tabled v0.20.0
37142026-03-26T14:54:34.909Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37152026-03-26T14:54:34.924Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37162026-03-26T14:54:35.148Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37172026-03-26T14:54:35.203Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37182026-03-26T14:54:35.207Z Checking progenitor-client v0.11.2
37192026-03-26T14:54:35.467Z Checking secrecy v0.8.0
37202026-03-26T14:54:35.483Z Checking http-range v0.1.5
37212026-03-26T14:54:35.835Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37222026-03-26T14:54:35.859Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37232026-03-26T14:54:35.899Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37242026-03-26T14:54:36.047Z Compiling progenitor-macro v0.11.2
37252026-03-26T14:54:36.080Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-03-26T14:54:36.094Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37272026-03-26T14:54:36.182Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37282026-03-26T14:54:36.366Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37292026-03-26T14:54:36.466Z Checking atty v0.2.14
37302026-03-26T14:54:36.569Z Checking crc8 v0.1.1
37312026-03-26T14:54:36.596Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37322026-03-26T14:54:36.639Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37332026-03-26T14:54:36.668Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37342026-03-26T14:54:36.911Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37352026-03-26T14:54:37.007Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37362026-03-26T14:54:37.026Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37372026-03-26T14:54:37.287Z Checking hyper-staticfile v0.10.1
37382026-03-26T14:54:37.357Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-03-26T14:54:37.374Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37402026-03-26T14:54:37.404Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37412026-03-26T14:54:37.626Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37422026-03-26T14:54:37.629Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37432026-03-26T14:54:37.892Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-03-26T14:54:37.909Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-03-26T14:54:38.190Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-03-26T14:54:38.285Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-03-26T14:54:38.603Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37482026-03-26T14:54:38.728Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37492026-03-26T14:54:38.777Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37502026-03-26T14:54:38.848Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37512026-03-26T14:54:39.094Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37522026-03-26T14:54:39.283Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37532026-03-26T14:54:39.702Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37542026-03-26T14:54:40.431Z Checking progenitor v0.11.2
37552026-03-26T14:54:40.573Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37562026-03-26T14:54:45.472Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-03-26T14:54:56.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s
37582026-03-26T14:54:56.657Z
37592026-03-26T14:54:56.658Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37602026-03-26T14:54:57.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-26T14:54:57.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-26T14:54:57.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-03-26T14:55:08.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
37642026-03-26T14:55:08.626Z
37652026-03-26T14:55:08.626Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37662026-03-26T14:55:09.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-26T14:55:09.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-26T14:55:09.407Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-03-26T14:55:20.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37702026-03-26T14:55:20.640Z
37712026-03-26T14:55:20.641Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37722026-03-26T14:55:21.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-26T14:55:21.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-26T14:55:21.424Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-03-26T14:55:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37762026-03-26T14:55:32.640Z
37772026-03-26T14:55:32.641Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37782026-03-26T14:55:33.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-26T14:55:33.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-26T14:55:33.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-03-26T14:55:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37822026-03-26T14:55:44.648Z
37832026-03-26T14:55:44.648Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37842026-03-26T14:55:45.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-26T14:55:45.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-26T14:55:45.427Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-03-26T14:55:56.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37882026-03-26T14:55:56.608Z
37892026-03-26T14:55:56.608Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37902026-03-26T14:55:57.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-26T14:55:57.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-26T14:55:57.387Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-03-26T14:56:08.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37942026-03-26T14:56:08.687Z
37952026-03-26T14:56:08.687Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37962026-03-26T14:56:09.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-26T14:56:09.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-26T14:56:09.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37992026-03-26T14:56:20.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
38002026-03-26T14:56:20.685Z
38012026-03-26T14:56:20.685Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
38022026-03-26T14:56:21.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-26T14:56:21.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-26T14:56:21.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-26T14:56:21.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-03-26T14:56:21.298Z
38072026-03-26T14:56:21.299Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
38082026-03-26T14:56:21.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-26T14:56:21.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-26T14:56:21.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-26T14:56:21.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-03-26T14:56:21.913Z
38132026-03-26T14:56:21.913Zinfo: running `cargo check --bins` on range-requests (191/267)
38142026-03-26T14:56:22.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-26T14:56:22.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-26T14:56:22.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-26T14:56:22.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38182026-03-26T14:56:22.516Z
38192026-03-26T14:56:22.516Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38202026-03-26T14:56:23.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-26T14:56:23.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-26T14:56:23.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-26T14:56:23.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38242026-03-26T14:56:23.117Z
38252026-03-26T14:56:23.117Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38262026-03-26T14:56:23.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-26T14:56:23.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-26T14:56:23.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-26T14:56:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-03-26T14:56:23.740Z
38312026-03-26T14:56:23.740Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38322026-03-26T14:56:24.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-26T14:56:24.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-26T14:56:24.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-26T14:56:24.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-03-26T14:56:24.363Z
38372026-03-26T14:56:24.363Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38382026-03-26T14:56:24.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-26T14:56:24.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-26T14:56:24.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-26T14:56:24.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-03-26T14:56:24.990Z
38432026-03-26T14:56:24.990Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38442026-03-26T14:56:25.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-26T14:56:25.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-26T14:56:25.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-03-26T14:56:25.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-03-26T14:56:25.618Z
38492026-03-26T14:56:25.619Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38502026-03-26T14:56:26.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-03-26T14:56:26.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-03-26T14:56:26.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-03-26T14:56:26.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-03-26T14:56:26.247Z
38552026-03-26T14:56:26.247Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38562026-03-26T14:56:26.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-03-26T14:56:26.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-03-26T14:56:26.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-03-26T14:56:26.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-03-26T14:56:26.872Z
38612026-03-26T14:56:26.872Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38622026-03-26T14:56:27.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-03-26T14:56:27.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-03-26T14:56:27.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-03-26T14:56:27.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38662026-03-26T14:56:27.501Z
38672026-03-26T14:56:27.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38682026-03-26T14:56:28.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-03-26T14:56:28.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-03-26T14:56:28.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-03-26T14:56:28.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38722026-03-26T14:56:28.133Z
38732026-03-26T14:56:28.133Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38742026-03-26T14:56:28.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-03-26T14:56:28.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-03-26T14:56:28.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-03-26T14:56:28.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-03-26T14:56:28.763Z
38792026-03-26T14:56:28.763Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38802026-03-26T14:56:29.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-26T14:56:29.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-26T14:56:29.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-26T14:56:29.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-03-26T14:56:29.397Z
38852026-03-26T14:56:29.397Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38862026-03-26T14:56:29.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-26T14:56:29.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-26T14:56:29.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-26T14:56:29.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38902026-03-26T14:56:30.041Z
38912026-03-26T14:56:30.041Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38922026-03-26T14:56:30.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-26T14:56:30.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-26T14:56:30.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-03-26T14:56:30.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38962026-03-26T14:56:30.709Z
38972026-03-26T14:56:30.709Zinfo: running `cargo check --bins` on update-common (205/267)
38982026-03-26T14:56:31.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-26T14:56:31.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-26T14:56:31.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-26T14:56:31.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39022026-03-26T14:56:31.334Z
39032026-03-26T14:56:31.334Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
39042026-03-26T14:56:31.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-26T14:56:31.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-26T14:56:31.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-03-26T14:56:31.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39082026-03-26T14:56:32.002Z
39092026-03-26T14:56:32.002Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39102026-03-26T14:56:32.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-26T14:56:32.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-26T14:56:32.782Z Compiling fs-err v2.11.0
39132026-03-26T14:56:32.785Z Checking ignore v0.4.25
39142026-03-26T14:56:32.785Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39152026-03-26T14:56:32.785Z Checking predicates-tree v1.0.13
39162026-03-26T14:56:32.916Z Checking parse-size v1.1.0
39172026-03-26T14:56:32.940Z Checking rand_seeder v0.4.0
39182026-03-26T14:56:32.943Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-03-26T14:56:32.965Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-03-26T14:56:33.008Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39212026-03-26T14:56:33.038Z Compiling petname v2.0.2
39222026-03-26T14:56:33.088Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-03-26T14:56:33.237Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39242026-03-26T14:56:33.252Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39252026-03-26T14:56:33.285Z Checking globwalk v0.9.1
39262026-03-26T14:56:33.349Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-03-26T14:56:33.415Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39282026-03-26T14:56:33.467Z Checking camino-tempfile-ext v0.3.3
39292026-03-26T14:56:33.491Z Checking sapling-renderdag v0.1.0
39302026-03-26T14:56:33.602Z Checking sync-ptr v0.1.4
39312026-03-26T14:56:33.658Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39322026-03-26T14:56:33.722Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39332026-03-26T14:56:33.757Z Checking colored v2.2.0
39342026-03-26T14:56:33.803Z Checking assert_matches v1.5.0
39352026-03-26T14:56:34.008Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39362026-03-26T14:56:34.150Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39372026-03-26T14:56:34.154Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-03-26T14:56:34.737Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39392026-03-26T14:56:36.026Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39402026-03-26T14:56:38.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
39412026-03-26T14:56:38.432Z
39422026-03-26T14:56:38.432Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39432026-03-26T14:56:38.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-26T14:56:38.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-26T14:56:38.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-26T14:56:38.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39472026-03-26T14:56:39.031Z
39482026-03-26T14:56:39.032Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39492026-03-26T14:56:39.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-26T14:56:39.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-26T14:56:39.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-03-26T14:56:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39532026-03-26T14:56:39.697Z
39542026-03-26T14:56:39.697Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39552026-03-26T14:56:40.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-26T14:56:40.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-26T14:56:40.430Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39582026-03-26T14:56:40.431Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39592026-03-26T14:56:41.079Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39602026-03-26T14:56:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39612026-03-26T14:56:42.818Z
39622026-03-26T14:56:42.818Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39632026-03-26T14:56:43.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-03-26T14:56:43.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-03-26T14:56:43.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-03-26T14:56:43.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39672026-03-26T14:56:43.426Z
39682026-03-26T14:56:43.426Zinfo: running `cargo check --bins` on cert-dev (212/267)
39692026-03-26T14:56:43.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-26T14:56:43.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-26T14:56:44.045Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39722026-03-26T14:56:44.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39732026-03-26T14:56:44.491Z
39742026-03-26T14:56:44.491Zinfo: running `cargo check --bins` on clickana (213/267)
39752026-03-26T14:56:45.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-26T14:56:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-26T14:56:45.139Z Compiling darling_core v0.23.0
39782026-03-26T14:56:45.249Z Compiling instability v0.3.11
39792026-03-26T14:56:45.257Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39802026-03-26T14:56:45.260Z Checking castaway v0.2.4
39812026-03-26T14:56:45.265Z Compiling indoc v2.0.7
39822026-03-26T14:56:45.279Z Checking unicode-truncate v1.1.0
39832026-03-26T14:56:45.290Z Checking lru v0.12.5
39842026-03-26T14:56:45.293Z Checking cassowary v0.3.0
39852026-03-26T14:56:45.356Z Checking compact_str v0.8.1
39862026-03-26T14:56:46.211Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39872026-03-26T14:56:46.392Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39882026-03-26T14:56:46.658Z Compiling darling_macro v0.23.0
39892026-03-26T14:56:47.065Z Compiling darling v0.23.0
39902026-03-26T14:56:47.667Z Checking ratatui v0.29.0
39912026-03-26T14:56:48.721Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39922026-03-26T14:56:49.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39932026-03-26T14:56:49.574Z
39942026-03-26T14:56:49.574Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39952026-03-26T14:56:50.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-03-26T14:56:50.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-03-26T14:56:50.306Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39982026-03-26T14:56:50.309Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39992026-03-26T14:56:50.900Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40002026-03-26T14:56:51.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40012026-03-26T14:56:51.508Z
40022026-03-26T14:56:51.509Zinfo: running `cargo check --bins` on ch-dev (215/267)
40032026-03-26T14:56:52.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-03-26T14:56:52.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-03-26T14:56:52.249Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40062026-03-26T14:56:52.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40072026-03-26T14:56:53.206Z
40082026-03-26T14:56:53.206Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40092026-03-26T14:56:53.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-03-26T14:56:53.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-03-26T14:56:53.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-03-26T14:56:53.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40132026-03-26T14:56:53.683Z
40142026-03-26T14:56:53.683Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40152026-03-26T14:56:54.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-03-26T14:56:54.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-03-26T14:56:54.418Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40182026-03-26T14:56:54.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40192026-03-26T14:56:55.071Z
40202026-03-26T14:56:55.071Zinfo: running `cargo check --bins` on db-dev (218/267)
40212026-03-26T14:56:55.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-03-26T14:56:55.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-03-26T14:56:55.813Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40242026-03-26T14:56:56.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40252026-03-26T14:56:56.772Z
40262026-03-26T14:56:56.772Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40272026-03-26T14:56:57.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-03-26T14:56:57.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-03-26T14:56:57.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-03-26T14:56:57.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40312026-03-26T14:56:57.431Z
40322026-03-26T14:56:57.431Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40332026-03-26T14:56:57.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-03-26T14:56:57.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-03-26T14:56:58.049Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40362026-03-26T14:56:58.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40372026-03-26T14:56:58.906Z
40382026-03-26T14:56:58.906Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40392026-03-26T14:56:59.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-03-26T14:56:59.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-03-26T14:56:59.663Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-03-26T14:56:59.663Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-03-26T14:56:59.666Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40442026-03-26T14:56:59.666Z Checking git-stub v1.0.0
40452026-03-26T14:56:59.666Z Compiling trait-variant v0.1.2
40462026-03-26T14:56:59.666Z Checking maplit v1.0.2
40472026-03-26T14:56:59.666Z Checking is_ci v1.2.0
40482026-03-26T14:56:59.666Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40492026-03-26T14:56:59.856Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40502026-03-26T14:56:59.869Z Checking supports-color v3.0.2
40512026-03-26T14:56:59.963Z Checking git-stub-vcs v0.1.0
40522026-03-26T14:56:59.989Z Checking drift v0.1.3
40532026-03-26T14:57:00.038Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40542026-03-26T14:57:00.070Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40552026-03-26T14:57:00.160Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40562026-03-26T14:57:00.232Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40572026-03-26T14:57:00.268Z Checking dropshot-api-manager v0.6.0
40582026-03-26T14:57:00.324Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40592026-03-26T14:57:00.356Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40602026-03-26T14:57:00.518Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40612026-03-26T14:57:00.571Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40622026-03-26T14:57:00.729Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40632026-03-26T14:57:01.053Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40642026-03-26T14:57:05.931Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40652026-03-26T14:57:06.931Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40662026-03-26T14:57:07.474Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40672026-03-26T14:57:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s
40682026-03-26T14:57:08.091Z
40692026-03-26T14:57:08.091Zinfo: running `cargo check --bins` on installinator-api (222/267)
40702026-03-26T14:57:08.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-03-26T14:57:08.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-03-26T14:57:08.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-03-26T14:57:08.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40742026-03-26T14:57:08.699Z
40752026-03-26T14:57:08.699Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40762026-03-26T14:57:09.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-03-26T14:57:09.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-03-26T14:57:09.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-03-26T14:57:09.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40802026-03-26T14:57:09.353Z
40812026-03-26T14:57:09.353Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40822026-03-26T14:57:09.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-03-26T14:57:09.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-03-26T14:57:09.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-03-26T14:57:09.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40862026-03-26T14:57:10.011Z
40872026-03-26T14:57:10.011Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40882026-03-26T14:57:10.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-03-26T14:57:10.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-03-26T14:57:10.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-03-26T14:57:10.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40922026-03-26T14:57:10.666Z
40932026-03-26T14:57:10.666Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40942026-03-26T14:57:11.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-03-26T14:57:11.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-03-26T14:57:11.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-03-26T14:57:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40982026-03-26T14:57:11.282Z
40992026-03-26T14:57:11.282Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
41002026-03-26T14:57:11.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-03-26T14:57:11.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-03-26T14:57:11.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-03-26T14:57:11.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41042026-03-26T14:57:11.886Z
41052026-03-26T14:57:11.886Zinfo: running `cargo check --bins` on wicketd-api (228/267)
41062026-03-26T14:57:12.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-03-26T14:57:12.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-03-26T14:57:12.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-03-26T14:57:12.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41102026-03-26T14:57:12.516Z
41112026-03-26T14:57:12.516Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41122026-03-26T14:57:13.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-03-26T14:57:13.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-03-26T14:57:13.141Z Checking erased-serde v0.4.9
41152026-03-26T14:57:13.248Z Checking ordered-float v2.10.1
41162026-03-26T14:57:13.263Z Checking unicode-xid v0.2.6
41172026-03-26T14:57:13.280Z Checking cargo-platform v0.2.0
41182026-03-26T14:57:13.441Z Checking serde-value v0.7.0
41192026-03-26T14:57:13.550Z Checking serde-untagged v0.1.9
41202026-03-26T14:57:13.709Z Checking cargo-util-schemas v0.8.2
41212026-03-26T14:57:14.395Z Checking cargo_metadata v0.21.0
41222026-03-26T14:57:15.007Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41232026-03-26T14:57:15.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41242026-03-26T14:57:15.876Z
41252026-03-26T14:57:15.876Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41262026-03-26T14:57:16.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-03-26T14:57:16.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-03-26T14:57:16.634Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41292026-03-26T14:57:17.248Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41302026-03-26T14:57:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41312026-03-26T14:57:17.973Z
41322026-03-26T14:57:17.973Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41332026-03-26T14:57:18.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-03-26T14:57:18.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-03-26T14:57:18.852Z Compiling vergen-gitcl v1.0.8
41362026-03-26T14:57:18.852Z Compiling dirs-sys-next v0.1.2
41372026-03-26T14:57:18.852Z Compiling diesel_derives v2.3.7
41382026-03-26T14:57:18.852Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41392026-03-26T14:57:18.855Z Compiling crunchy v0.2.4
41402026-03-26T14:57:18.855Z Compiling glob v0.3.3
41412026-03-26T14:57:18.986Z Compiling dsl_auto_type v0.2.0
41422026-03-26T14:57:18.998Z Checking scheduled-thread-pool v0.2.7
41432026-03-26T14:57:19.160Z Compiling dirs-next v2.0.0
41442026-03-26T14:57:19.178Z Compiling diesel_table_macro_syntax v0.3.0
41452026-03-26T14:57:19.255Z Compiling tiny-keccak v2.0.2
41462026-03-26T14:57:19.284Z Compiling term v0.7.0
41472026-03-26T14:57:19.370Z Compiling clang-sys v1.8.1
41482026-03-26T14:57:19.385Z Checking r2d2 v0.8.10
41492026-03-26T14:57:19.400Z Compiling bit-vec v0.6.3
41502026-03-26T14:57:19.461Z Checking downcast-rs v2.0.2
41512026-03-26T14:57:19.559Z Compiling bit-set v0.5.3
41522026-03-26T14:57:19.574Z Compiling ascii-canvas v3.0.0
41532026-03-26T14:57:19.730Z Compiling itertools v0.10.5
41542026-03-26T14:57:19.748Z Compiling ena v0.14.4
41552026-03-26T14:57:19.816Z Compiling libloading v0.8.9
41562026-03-26T14:57:19.833Z Compiling bindgen v0.71.1
41572026-03-26T14:57:19.860Z Compiling regex-syntax v0.6.29
41582026-03-26T14:57:19.961Z Compiling diff v0.1.13
41592026-03-26T14:57:20.027Z Compiling cexpr v0.6.0
41602026-03-26T14:57:20.228Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41612026-03-26T14:57:20.279Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41622026-03-26T14:57:20.437Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41632026-03-26T14:57:20.456Z Compiling libxml v0.3.3
41642026-03-26T14:57:20.681Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41652026-03-26T14:57:20.750Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41662026-03-26T14:57:20.785Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41672026-03-26T14:57:20.978Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41682026-03-26T14:57:20.999Z Compiling strum_macros v0.24.3
41692026-03-26T14:57:21.028Z Compiling indoc v1.0.9
41702026-03-26T14:57:21.246Z Compiling lalrpop v0.19.12
41712026-03-26T14:57:22.047Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41722026-03-26T14:57:22.240Z Checking derive_builder v0.20.2
41732026-03-26T14:57:22.342Z Compiling oso-derive v0.27.3
41742026-03-26T14:57:22.359Z Checking quick-xml v0.37.5
41752026-03-26T14:57:22.616Z Compiling impl-trait-for-tuples v0.2.3
41762026-03-26T14:57:22.881Z Checking openssl-probe v0.1.6
41772026-03-26T14:57:23.026Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41782026-03-26T14:57:23.268Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41792026-03-26T14:57:23.463Z Checking bb8 v0.8.6
41802026-03-26T14:57:23.752Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41812026-03-26T14:57:23.773Z Checking nonempty v0.12.0
41822026-03-26T14:57:23.792Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41832026-03-26T14:57:23.939Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41842026-03-26T14:57:23.978Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41852026-03-26T14:57:24.017Z Checking support-bundle-viewer v0.1.2
41862026-03-26T14:57:24.154Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41872026-03-26T14:57:24.198Z Checking multimap v0.10.1
41882026-03-26T14:57:24.931Z Checking diesel v2.3.7
41892026-03-26T14:57:26.321Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41902026-03-26T14:57:27.025Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41912026-03-26T14:57:27.302Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41922026-03-26T14:57:27.545Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41932026-03-26T14:57:28.000Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-03-26T14:57:28.354Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41952026-03-26T14:57:28.830Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41962026-03-26T14:57:29.561Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41972026-03-26T14:57:31.561Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41982026-03-26T14:57:36.621Z Compiling samael v0.0.19
41992026-03-26T14:57:40.395Z Checking async-bb8-diesel v0.2.1
42002026-03-26T14:57:40.746Z Checking diesel-dtrace v0.5.0
42012026-03-26T14:57:41.556Z Compiling polar-core v0.27.3
42022026-03-26T14:57:45.972Z Checking oso v0.27.3
42032026-03-26T14:58:21.534Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42042026-03-26T14:58:53.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
42052026-03-26T14:58:54.003Z
42062026-03-26T14:58:54.003Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
42072026-03-26T14:58:54.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-03-26T14:58:54.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-03-26T14:58:54.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-03-26T14:58:54.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42112026-03-26T14:58:54.678Z
42122026-03-26T14:58:54.678Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42132026-03-26T14:58:55.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-03-26T14:58:55.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-03-26T14:58:55.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-03-26T14:58:55.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42172026-03-26T14:58:55.349Z
42182026-03-26T14:58:55.349Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42192026-03-26T14:58:55.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-03-26T14:58:55.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-03-26T14:58:55.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-03-26T14:58:55.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-03-26T14:58:55.953Z
42242026-03-26T14:58:55.953Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42252026-03-26T14:58:56.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-03-26T14:58:56.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-03-26T14:58:56.827Z Compiling libz-sys v1.1.24
42282026-03-26T14:58:56.958Z Compiling libgit2-sys v0.18.3+1.9.2
42292026-03-26T14:58:56.969Z Compiling vergen-git2 v1.0.7
42302026-03-26T14:58:56.988Z Compiling rustls v0.21.12
42312026-03-26T14:58:56.995Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42322026-03-26T14:58:56.998Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42332026-03-26T14:58:56.998Z Checking sct v0.7.1
42342026-03-26T14:58:56.998Z Checking rustls-webpki v0.101.7
42352026-03-26T14:58:57.169Z Compiling nix v0.29.0
42362026-03-26T14:58:57.219Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42372026-03-26T14:58:57.271Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42382026-03-26T14:58:57.286Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42392026-03-26T14:58:57.329Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42402026-03-26T14:58:57.517Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42412026-03-26T14:58:57.563Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42422026-03-26T14:58:57.592Z Checking rustls-pemfile v1.0.4
42432026-03-26T14:58:57.725Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42442026-03-26T14:58:57.826Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42452026-03-26T14:58:57.998Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42462026-03-26T14:58:58.015Z Checking twox-hash v2.1.2
42472026-03-26T14:58:58.165Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42482026-03-26T14:58:58.621Z Checking tokio-rustls v0.24.1
42492026-03-26T14:58:58.690Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42502026-03-26T14:58:58.793Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-03-26T14:58:58.821Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42522026-03-26T14:58:58.888Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42532026-03-26T14:58:59.032Z Checking fatfs v0.3.6
42542026-03-26T14:58:59.453Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42552026-03-26T14:58:59.470Z Compiling seq-macro v0.3.6
42562026-03-26T14:59:03.437Z Compiling git2 v0.20.4
42572026-03-26T14:59:03.779Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42582026-03-26T14:59:03.907Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42592026-03-26T14:59:05.641Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42602026-03-26T14:59:51.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.78s
42612026-03-26T14:59:51.976Z
42622026-03-26T14:59:51.976Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42632026-03-26T14:59:52.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-26T14:59:52.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-26T14:59:52.875Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42662026-03-26T15:00:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.47s
42672026-03-26T15:00:31.687Z
42682026-03-26T15:00:31.687Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42692026-03-26T15:00:32.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-26T15:00:32.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-26T15:00:32.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-03-26T15:00:32.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42732026-03-26T15:00:32.288Z
42742026-03-26T15:00:32.288Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42752026-03-26T15:00:32.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-03-26T15:00:32.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-03-26T15:00:32.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-03-26T15:00:32.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42792026-03-26T15:00:32.966Z
42802026-03-26T15:00:32.966Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42812026-03-26T15:00:33.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-26T15:00:33.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-26T15:00:33.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-03-26T15:00:33.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42852026-03-26T15:00:33.632Z
42862026-03-26T15:00:33.632Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42872026-03-26T15:00:34.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-26T15:00:34.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-26T15:00:34.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-03-26T15:00:34.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42912026-03-26T15:00:34.305Z
42922026-03-26T15:00:34.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42932026-03-26T15:00:34.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-03-26T15:00:34.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-03-26T15:00:34.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-03-26T15:00:34.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42972026-03-26T15:00:34.979Z
42982026-03-26T15:00:34.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42992026-03-26T15:00:35.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-03-26T15:00:35.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-03-26T15:00:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-03-26T15:00:35.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43032026-03-26T15:00:35.655Z
43042026-03-26T15:00:35.655Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
43052026-03-26T15:00:36.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-03-26T15:00:36.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-03-26T15:00:36.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-03-26T15:00:36.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43092026-03-26T15:00:36.311Z
43102026-03-26T15:00:36.311Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43112026-03-26T15:00:36.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-03-26T15:00:36.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-03-26T15:00:36.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-03-26T15:00:36.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43152026-03-26T15:00:36.993Z
43162026-03-26T15:00:36.993Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43172026-03-26T15:00:37.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-03-26T15:00:37.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-03-26T15:00:37.910Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43202026-03-26T15:00:37.913Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43212026-03-26T15:00:38.103Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43222026-03-26T15:00:38.136Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43232026-03-26T15:00:38.152Z Checking diff v0.1.13
43242026-03-26T15:00:38.155Z Checking yansi v1.0.1
43252026-03-26T15:00:38.155Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43262026-03-26T15:00:38.195Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43272026-03-26T15:00:38.236Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43282026-03-26T15:00:38.408Z Checking pretty_assertions v1.4.1
43292026-03-26T15:00:39.059Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43302026-03-26T15:01:02.120Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-03-26T15:01:02.123Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43322026-03-26T15:01:02.123Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-03-26T15:01:02.123Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-03-26T15:01:02.123Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-03-26T15:01:02.137Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-03-26T15:01:02.891Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-03-26T15:01:03.960Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43382026-03-26T15:01:42.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43392026-03-26T15:01:42.680Z
43402026-03-26T15:01:42.680Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43412026-03-26T15:01:43.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-03-26T15:01:43.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-03-26T15:01:43.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-03-26T15:01:43.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43452026-03-26T15:01:43.281Z
43462026-03-26T15:01:43.281Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43472026-03-26T15:01:43.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-03-26T15:01:43.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-03-26T15:01:44.077Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43502026-03-26T15:01:44.201Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43512026-03-26T15:01:44.205Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43522026-03-26T15:02:09.142Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43532026-03-26T15:02:09.516Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43542026-03-26T15:02:11.202Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43552026-03-26T15:02:11.641Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43562026-03-26T15:02:14.556Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-03-26T15:02:36.527Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-03-26T15:02:37.160Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43592026-03-26T15:02:38.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.47s
43602026-03-26T15:02:38.980Z
43612026-03-26T15:02:38.980Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43622026-03-26T15:02:39.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-03-26T15:02:39.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-03-26T15:02:39.717Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43652026-03-26T15:02:40.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43662026-03-26T15:02:40.601Z
43672026-03-26T15:02:40.601Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43682026-03-26T15:02:41.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-03-26T15:02:41.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-03-26T15:02:41.278Z Compiling blake3 v1.8.3
43712026-03-26T15:02:41.389Z Checking arrayvec v0.7.6
43722026-03-26T15:02:41.389Z Checking constant_time_eq v0.4.2
43732026-03-26T15:02:41.395Z Checking arrayref v0.3.9
43742026-03-26T15:02:41.409Z Checking topological-sort v0.2.2
43752026-03-26T15:02:41.413Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43762026-03-26T15:02:41.413Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43772026-03-26T15:02:41.413Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43782026-03-26T15:02:41.461Z Checking shell-words v1.1.1
43792026-03-26T15:02:42.263Z Checking omicron-zone-package v0.12.2
43802026-03-26T15:02:42.978Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43812026-03-26T15:02:43.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
43822026-03-26T15:02:44.002Z
43832026-03-26T15:02:44.002Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43842026-03-26T15:02:44.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-26T15:02:44.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-26T15:02:44.658Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43872026-03-26T15:02:44.977Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43882026-03-26T15:02:45.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43892026-03-26T15:02:45.563Z
43902026-03-26T15:02:45.563Zinfo: running `cargo check --bins` on xtask (251/267)
43912026-03-26T15:02:46.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-03-26T15:02:46.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-03-26T15:02:46.028Z Checking libc v0.2.180
43942026-03-26T15:02:46.031Z Checking serde v1.0.228
43952026-03-26T15:02:46.117Z Checking zerofrom v0.1.6
43962026-03-26T15:02:46.120Z Checking bitflags v2.11.0
43972026-03-26T15:02:46.129Z Checking smallvec v1.15.1
43982026-03-26T15:02:46.129Z Checking hashbrown v0.16.1
43992026-03-26T15:02:46.144Z Checking serde_json v1.0.149
44002026-03-26T15:02:46.148Z Checking scroll v0.12.0
44012026-03-26T15:02:46.221Z Checking yoke v0.8.1
44022026-03-26T15:02:46.266Z Checking num-traits v0.2.19
44032026-03-26T15:02:46.298Z Checking thiserror v1.0.69
44042026-03-26T15:02:46.369Z Checking log v0.4.29
44052026-03-26T15:02:46.384Z Checking zerovec v0.11.5
44062026-03-26T15:02:46.395Z Checking zerotrie v0.2.3
44072026-03-26T15:02:46.398Z Checking errno v0.3.14
44082026-03-26T15:02:46.489Z Checking serde_spanned v0.6.9
44092026-03-26T15:02:46.515Z Checking toml_datetime v0.6.11
44102026-03-26T15:02:46.526Z Checking rustix v1.1.3
44112026-03-26T15:02:46.579Z Checking indexmap v2.13.0
44122026-03-26T15:02:46.613Z Checking percent-encoding v2.3.2
44132026-03-26T15:02:46.629Z Checking goblin v0.8.2
44142026-03-26T15:02:46.691Z Checking zerocopy v0.7.35
44152026-03-26T15:02:46.752Z Checking form_urlencoded v1.2.2
44162026-03-26T15:02:46.766Z Checking getrandom v0.4.1
44172026-03-26T15:02:46.785Z Checking ordered-float v2.10.1
44182026-03-26T15:02:46.812Z Checking tinystr v0.8.2
44192026-03-26T15:02:46.878Z Checking potential_utf v0.1.4
44202026-03-26T15:02:46.894Z Checking thiserror v2.0.18
44212026-03-26T15:02:46.988Z Checking icu_locale_core v2.1.1
44222026-03-26T15:02:46.999Z Checking syn v2.0.117
44232026-03-26T15:02:47.010Z Checking serde-value v0.7.0
44242026-03-26T15:02:47.013Z Checking icu_collections v2.1.1
44252026-03-26T15:02:47.119Z Checking toml_edit v0.22.27
44262026-03-26T15:02:47.185Z Checking dtrace-parser v0.2.0
44272026-03-26T15:02:47.210Z Checking thread-id v4.2.2
44282026-03-26T15:02:47.290Z Checking once_cell v1.21.3
44292026-03-26T15:02:47.316Z Checking terminal_size v0.4.3
44302026-03-26T15:02:47.329Z Checking cargo-platform v0.2.0
44312026-03-26T15:02:47.416Z Checking memmap v0.7.0
44322026-03-26T15:02:47.452Z Checking clap_builder v4.5.60
44332026-03-26T15:02:47.463Z Checking tempfile v3.25.0
44342026-03-26T15:02:47.526Z Checking textwrap v0.16.2
44352026-03-26T15:02:47.543Z Checking fs-err v3.3.0
44362026-03-26T15:02:47.554Z Checking icu_provider v2.1.1
44372026-03-26T15:02:47.652Z Checking camino-tempfile v1.4.1
44382026-03-26T15:02:47.720Z Checking tabled v0.15.0
44392026-03-26T15:02:47.734Z Checking anyhow v1.0.102
44402026-03-26T15:02:47.789Z Checking icu_normalizer v2.1.1
44412026-03-26T15:02:47.806Z Checking icu_properties v2.1.2
44422026-03-26T15:02:47.932Z Checking macaddr v1.0.1
44432026-03-26T15:02:48.097Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44442026-03-26T15:02:48.210Z Checking toml v0.8.23
44452026-03-26T15:02:48.517Z Checking cargo_toml v0.21.0
44462026-03-26T15:02:48.528Z Checking dof v0.3.0
44472026-03-26T15:02:48.625Z Checking idna_adapter v1.2.1
44482026-03-26T15:02:48.649Z Checking clap v4.5.60
44492026-03-26T15:02:48.741Z Checking idna v1.1.0
44502026-03-26T15:02:48.795Z Checking usdt-impl v0.5.0
44512026-03-26T15:02:48.963Z Checking url v2.5.8
44522026-03-26T15:02:49.050Z Checking usdt v0.5.0
44532026-03-26T15:02:49.322Z Checking cargo-util-schemas v0.8.2
44542026-03-26T15:02:50.020Z Checking cargo_metadata v0.21.0
44552026-03-26T15:02:50.619Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-03-26T15:02:51.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
44572026-03-26T15:02:51.155Z
44582026-03-26T15:02:51.155Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44592026-03-26T15:02:51.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-26T15:02:51.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-26T15:02:51.975Z Checking polyval v0.6.2
44622026-03-26T15:02:52.099Z Checking ctr v0.9.2
44632026-03-26T15:02:52.110Z Checking ssh-encoding v0.2.0
44642026-03-26T15:02:52.111Z Checking blowfish v0.9.1
44652026-03-26T15:02:52.132Z Checking password-hash v0.4.2
44662026-03-26T15:02:52.149Z Checking p521 v0.13.3
44672026-03-26T15:02:52.149Z Checking p256 v0.13.2
44682026-03-26T15:02:52.176Z Checking russh-cryptovec v0.7.3
44692026-03-26T15:02:52.239Z Checking ghash v0.5.1
44702026-03-26T15:02:52.253Z Checking bcrypt-pbkdf v0.10.0
44712026-03-26T15:02:52.256Z Checking md5 v0.7.0
44722026-03-26T15:02:52.284Z Checking num-bigint v0.4.6
44732026-03-26T15:02:52.301Z Checking des v0.8.1
44742026-03-26T15:02:52.346Z Checking pbkdf2 v0.11.0
44752026-03-26T15:02:52.361Z Checking aes-gcm v0.10.3
44762026-03-26T15:02:52.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44772026-03-26T15:02:52.418Z Checking hex-literal v0.4.1
44782026-03-26T15:02:52.433Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44792026-03-26T15:02:52.480Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44802026-03-26T15:02:52.505Z Checking ssh-cipher v0.2.0
44812026-03-26T15:02:52.519Z Checking socket2 v0.5.10
44822026-03-26T15:02:52.519Z Checking internet-checksum v0.2.1
44832026-03-26T15:02:52.672Z Checking ssh-key v0.6.7
44842026-03-26T15:02:52.786Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44852026-03-26T15:02:53.295Z Checking russh-keys v0.45.0
44862026-03-26T15:02:53.832Z Checking russh v0.45.0
44872026-03-26T15:03:08.864Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44882026-03-26T15:03:10.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
44892026-03-26T15:03:10.277Z
44902026-03-26T15:03:10.277Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44912026-03-26T15:03:10.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-03-26T15:03:10.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-03-26T15:03:10.930Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44942026-03-26T15:03:11.057Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44952026-03-26T15:03:11.064Z Checking termios v0.3.3
44962026-03-26T15:03:12.239Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44972026-03-26T15:03:12.387Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44982026-03-26T15:03:14.327Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44992026-03-26T15:03:14.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
45002026-03-26T15:03:15.046Z
45012026-03-26T15:03:15.046Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
45022026-03-26T15:03:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-03-26T15:03:15.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-03-26T15:03:15.776Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45052026-03-26T15:03:15.781Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45062026-03-26T15:03:15.897Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45072026-03-26T15:03:15.902Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45082026-03-26T15:03:15.902Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45092026-03-26T15:03:15.905Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45102026-03-26T15:03:16.620Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45112026-03-26T15:03:16.973Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45122026-03-26T15:03:16.976Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45132026-03-26T15:03:17.619Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45142026-03-26T15:03:19.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45152026-03-26T15:03:19.417Z
45162026-03-26T15:03:19.417Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45172026-03-26T15:03:19.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-03-26T15:03:20.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-03-26T15:03:20.074Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45202026-03-26T15:03:20.522Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45212026-03-26T15:03:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45222026-03-26T15:03:21.154Z
45232026-03-26T15:03:21.155Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45242026-03-26T15:03:21.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-03-26T15:03:21.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-03-26T15:03:21.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-03-26T15:03:21.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45282026-03-26T15:03:21.650Z
45292026-03-26T15:03:21.650Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45302026-03-26T15:03:22.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-26T15:03:22.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-26T15:03:22.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-03-26T15:03:22.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45342026-03-26T15:03:22.274Z
45352026-03-26T15:03:22.274Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45362026-03-26T15:03:22.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-26T15:03:22.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-26T15:03:23.025Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45392026-03-26T15:03:23.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45402026-03-26T15:03:23.808Z
45412026-03-26T15:03:23.808Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45422026-03-26T15:03:24.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-26T15:03:24.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-26T15:03:24.481Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45452026-03-26T15:03:24.489Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45462026-03-26T15:03:24.731Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45472026-03-26T15:03:24.731Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45482026-03-26T15:03:25.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45492026-03-26T15:03:25.703Z
45502026-03-26T15:03:25.704Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45512026-03-26T15:03:26.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-26T15:03:26.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-26T15:03:26.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-03-26T15:03:26.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45552026-03-26T15:03:26.305Z
45562026-03-26T15:03:26.306Zinfo: running `cargo check --bins` on omicron-package (261/267)
45572026-03-26T15:03:26.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-03-26T15:03:26.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-03-26T15:03:26.995Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45602026-03-26T15:03:28.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45612026-03-26T15:03:28.250Z
45622026-03-26T15:03:28.250Zinfo: running `cargo check --bins` on tqdb (262/267)
45632026-03-26T15:03:28.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-03-26T15:03:28.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-03-26T15:03:29.044Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45662026-03-26T15:03:29.395Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45672026-03-26T15:03:33.597Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45682026-03-26T15:03:33.598Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45692026-03-26T15:03:35.112Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45702026-03-26T15:03:35.756Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45712026-03-26T15:03:35.762Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45722026-03-26T15:03:35.762Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45732026-03-26T15:03:35.762Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45742026-03-26T15:03:36.490Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45752026-03-26T15:03:37.465Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45762026-03-26T15:03:38.238Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45772026-03-26T15:03:38.844Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45782026-03-26T15:03:43.341Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45792026-03-26T15:03:49.332Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45802026-03-26T15:03:49.335Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45812026-03-26T15:03:49.335Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45822026-03-26T15:03:49.335Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45832026-03-26T15:03:50.761Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45842026-03-26T15:03:52.069Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45852026-03-26T15:03:52.726Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45862026-03-26T15:03:53.970Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45872026-03-26T15:03:54.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.24s
45882026-03-26T15:03:54.727Z
45892026-03-26T15:03:54.727Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45902026-03-26T15:03:55.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-03-26T15:03:55.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-03-26T15:03:55.445Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45932026-03-26T15:03:55.448Z Checking rtoolbox v0.0.3
45942026-03-26T15:03:55.571Z Checking tui-tree-widget v0.23.1
45952026-03-26T15:03:55.671Z Checking rpassword v7.4.0
45962026-03-26T15:03:56.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45972026-03-26T15:03:59.597Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45982026-03-26T15:04:01.352Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45992026-03-26T15:04:02.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s
46002026-03-26T15:04:02.408Z
46012026-03-26T15:04:02.408Zinfo: running `cargo check --bins` on wicket (264/267)
46022026-03-26T15:04:02.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-26T15:04:02.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-26T15:04:03.114Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46052026-03-26T15:04:03.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46062026-03-26T15:04:03.649Z
46072026-03-26T15:04:03.649Zinfo: running `cargo check --bins` on wicketd (265/267)
46082026-03-26T15:04:04.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-03-26T15:04:04.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-03-26T15:04:04.380Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46112026-03-26T15:04:04.383Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46122026-03-26T15:04:04.383Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46132026-03-26T15:04:04.383Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46142026-03-26T15:04:05.354Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46152026-03-26T15:04:05.912Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46162026-03-26T15:04:08.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46172026-03-26T15:04:09.040Z
46182026-03-26T15:04:09.040Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46192026-03-26T15:04:09.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-03-26T15:04:09.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-03-26T15:04:09.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-03-26T15:04:09.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46232026-03-26T15:04:09.639Z
46242026-03-26T15:04:09.640Zinfo: running `cargo check --bins` on zone-setup (267/267)
46252026-03-26T15:04:10.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-03-26T15:04:10.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-03-26T15:04:10.325Z Checking uzers v0.12.2
46282026-03-26T15:04:10.594Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46292026-03-26T15:04:11.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46302026-03-26T15:04:11.562Z
46312026-03-26T15:04:11.563Zreal 13:44.356263111
46322026-03-26T15:04:11.563Zuser 20:24.465578010
46332026-03-26T15:04:11.563Zsys 4:13.959298458
46342026-03-26T15:04:11.563Ztrap 0.310549047
46352026-03-26T15:04:11.563Ztflt 0.248958735
46362026-03-26T15:04:11.563Zdflt 0.608523890
46372026-03-26T15:04:11.563Zkflt 0.001126384
46382026-03-26T15:04:11.563Zlock 1:15:54.918370720
46392026-03-26T15:04:11.563Zslp 1:36:24.718383333
46402026-03-26T15:04:11.563Zlat 1:14.037613293
46412026-03-26T15:04:11.563Zstop 4:06.500093692
46422026-03-26T15:04:11.566Zprocess exited: duration 1014131 ms, exit code 0
 
46432026-03-26T15:04:11.574Zfound 0 output files