01KJWY88Q3HW9EK4TJ8FRCSDHP: 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: 01KJWY8XPPDCHSRMDNKHX9J7JP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-04T17:28:57.016Zjob assigned to worker 01KJWY8NKMV35HV53XWF6QRQME [factory aws, i-04e546d938de74cb7] (queued for 53 s)
 
22026-03-04T17:29:05.936Zstarting task 0: "setup"
32026-03-04T17:29:05.941Z++ uname -s
42026-03-04T17:29:05.943Z+ kern=SunOS
52026-03-04T17:29:05.943Z+ build_user=build
62026-03-04T17:29:05.943Z+ build_uid=12345
72026-03-04T17:29:05.943Z+ work_dir=/work
82026-03-04T17:29:05.943Z+ input_dir=/input
92026-03-04T17:29:05.943Z+ [[ 0 == 12345 ]]
102026-03-04T17:29:05.943Z+ case "$kern" in
112026-03-04T17:29:05.944Z+ groupadd -g 12345 build
122026-03-04T17:29:05.946Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-04T17:29:07.954Z+ zfs create -o mountpoint=/work rpool/work
142026-03-04T17:29:08.076Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-04T17:29:08.079Z+ home_fs=zfs
162026-03-04T17:29:08.079Z+ [[ zfs == autofs ]]
172026-03-04T17:29:08.079Z+ mkdir -p /home/build
182026-03-04T17:29:08.082Z+ chown build:build /home/build /work
192026-03-04T17:29:10.083Z+ chmod 0700 /home/build /work
202026-03-04T17:29:10.086Zprocess exited: duration 4151 ms, exit code 0
 
212026-03-04T17:29:10.091Zstarting task 1: "rust-toolchain"
222026-03-04T17:29:10.097Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-04T17:29:10.097Z * rust toolchain channel = "1.91.1"
242026-03-04T17:29:10.097Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-04T17:29:10.097Z * rust toolchain profile = "default"
262026-03-04T17:29:10.097Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-04T17:29:10.097Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-04T17:29:10.101Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-04T17:29:10.101Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-04T17:29:10.237Zinfo: downloading installer
312026-03-04T17:29:12.022Zwarn: It looks like you have an existing installation of Rust at:
322026-03-04T17:29:12.022Zwarn: /opt/ooce/bin
332026-03-04T17:29:12.022Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-04T17:29:12.022Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-04T17:29:12.022Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-04T17:29:12.022Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-04T17:29:12.022Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-04T17:29:12.022Zerror: cannot install while Rust is installed
392026-03-04T17:29:12.022Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-04T17:29:12.050Zinfo: profile set to 'default'
412026-03-04T17:29:12.050Zinfo: default host triple is x86_64-unknown-illumos
422026-03-04T17:29:12.053Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-04T17:29:12.247Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-04T17:29:12.247Zinfo: downloading component 'cargo'
452026-03-04T17:29:13.616Zinfo: downloading component 'clippy'
462026-03-04T17:29:14.092Zinfo: downloading component 'rust-docs'
472026-03-04T17:29:16.351Zinfo: downloading component 'rust-std'
482026-03-04T17:29:18.471Zinfo: downloading component 'rustc'
492026-03-04T17:29:27.471Zinfo: downloading component 'rustfmt'
502026-03-04T17:29:27.818Zinfo: installing component 'cargo'
512026-03-04T17:29:28.729Zinfo: installing component 'clippy'
522026-03-04T17:29:29.127Zinfo: installing component 'rust-docs'
532026-03-04T17:29:31.059Zinfo: installing component 'rust-std'
542026-03-04T17:29:32.854Zinfo: installing component 'rustc'
552026-03-04T17:29:39.495Zinfo: installing component 'rustfmt'
562026-03-04T17:29:39.836Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-04T17:29:39.836Z
582026-03-04T17:29:40.288Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-04T17:29:40.288Z
602026-03-04T17:29:40.291Z
612026-03-04T17:29:40.291ZRust is installed now. Great!
622026-03-04T17:29:40.291Z
632026-03-04T17:29:40.291ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-04T17:29:40.291Zenvironment variable. This has not been done automatically.
652026-03-04T17:29:40.291Z
662026-03-04T17:29:40.291ZTo configure your current shell, you need to source
672026-03-04T17:29:40.291Zthe corresponding env file under $HOME/.cargo.
682026-03-04T17:29:40.291Z
692026-03-04T17:29:40.291ZThis is usually done by running one of the following (note the leading DOT):
702026-03-04T17:29:40.291Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-04T17:29:40.291Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-04T17:29:40.291Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-04T17:29:40.395Z+ rustup --version
742026-03-04T17:29:40.407Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-04T17:29:40.410Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-04T17:29:40.506Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-04T17:29:40.510Z+ cargo --version
782026-03-04T17:29:40.584Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-04T17:29:40.587Z+ rustc --version
802026-03-04T17:29:40.660Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-04T17:29:40.663Zprocess exited: duration 30569 ms, exit code 0
 
822026-03-04T17:29:40.669Zstarting task 2: "authentication"
832026-03-04T17:29:40.691Zprocess exited: duration 21 ms, exit code 0
 
842026-03-04T17:29:40.700Zstarting task 3: "clone repository"
852026-03-04T17:29:40.702Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-04T17:29:40.705Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-04T17:29:40.743ZCloning into '/work/oxidecomputer/omicron'...
882026-03-04T17:30:47.603Z+ cd /work/oxidecomputer/omicron
892026-03-04T17:30:47.603Z+ git fetch origin e18753cdeab5a6cf6106cfc3cabecde735f7147e
902026-03-04T17:30:48.454ZFrom https://github.com/oxidecomputer/omicron
912026-03-04T17:30:48.454Z * branch e18753cdeab5a6cf6106cfc3cabecde735f7147e -> FETCH_HEAD
922026-03-04T17:30:48.468Z+ [[ -n jmcarp/zone-metrics ]]
932026-03-04T17:30:48.470Z++ git branch --show-current
942026-03-04T17:30:48.470Z+ current=main
952026-03-04T17:30:48.470Z+ [[ main != jmcarp/zone-metrics ]]
962026-03-04T17:30:48.471Z+ git branch -f jmcarp/zone-metrics e18753cdeab5a6cf6106cfc3cabecde735f7147e
972026-03-04T17:30:48.474Z+ git checkout -f jmcarp/zone-metrics
982026-03-04T17:30:48.827ZSwitched to branch 'jmcarp/zone-metrics'
992026-03-04T17:30:48.830Z+ git reset --hard e18753cdeab5a6cf6106cfc3cabecde735f7147e
1002026-03-04T17:30:48.847ZHEAD is now at e18753cde Add per-zone cpu metrics.
1012026-03-04T17:30:48.850Zprocess exited: duration 68147 ms, exit code 0
 
1022026-03-04T17:30:48.856Zstarting task 4: "build"
1032026-03-04T17:30:48.861Z+ source .github/buildomat/ci-env.sh
1042026-03-04T17:30:48.861Z++ export CARGO_TERM_COLOR=always
1052026-03-04T17:30:48.861Z++ CARGO_TERM_COLOR=always
1062026-03-04T17:30:48.864Z+ cargo --version
1072026-03-04T17:30:48.923Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-04T17:30:48.926Z+ rustc --version
1092026-03-04T17:30:49.000Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-04T17:30:49.003Z+ source ./env.sh
1112026-03-04T17:30:49.003Z++ OLD_SHELL_OPTS=ehxB
1122026-03-04T17:30:49.004Z++ set -o xtrace
1132026-03-04T17:30:49.006Z++++ dirname ./env.sh
1142026-03-04T17:30:49.009Z+++ readlink -f .
1152026-03-04T17:30:49.012Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-03-04T17:30:49.012Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-04T17:30:49.012Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-04T17:30:49.012Z++ 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
1192026-03-04T17:30:49.012Z++ 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
1202026-03-04T17:30:49.012Z++ 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
1212026-03-04T17:30:49.012Z++ 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
1222026-03-04T17:30:49.012Z++ 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
1232026-03-04T17:30:49.012Z++ 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
1242026-03-04T17:30:49.012Z++ case $OLD_SHELL_OPTS in
1252026-03-04T17:30:49.012Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-03-04T17:30:49.012Z+ 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
1272026-03-04T17:30:49.012Z+ 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
1282026-03-04T17:30:49.012Z+ banner prerequisites
1292026-03-04T17:30:49.015Z
1302026-03-04T17:30:49.015Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-03-04T17:30:49.015Z # # # # # # # # # # # # # # #
1322026-03-04T17:30:49.015Z # # # # ##### # # ##### # # # # # #### #
1332026-03-04T17:30:49.015Z ##### ##### # ##### # # # # # # # # #
1342026-03-04T17:30:49.015Z # # # # # # # # # # # # # # #
1352026-03-04T17:30:49.015Z # # # ###### # # ###### ### # #### # #### #
1362026-03-04T17:30:49.015Z
1372026-03-04T17:30:49.015Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-03-04T17:31:00.340Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-03-04T17:31:10.865Z Startup: Caching catalogs ... Done
1402026-03-04T17:31:34.262ZPlanning: Solver setup ... Done (21.656s)
1412026-03-04T17:31:34.426ZPlanning: Running solver ... Done (0.163s)
1422026-03-04T17:31:34.593ZPlanning: Finding local manifests ... Done (0.003s)
1432026-03-04T17:31:34.607ZPlanning: Fetching manifests: 0/4 0% complete
1442026-03-04T17:31:36.581ZPlanning: Fetching manifests: 4/4 100% complete
1452026-03-04T17:31:36.629ZPlanning: Package planning ... Done (0.047s)
1462026-03-04T17:31:36.678ZPlanning: Merging actions ... Done (0.050s)
1472026-03-04T17:31:36.956ZPlanning: Checking for conflicting actions ... Done (0.278s)
1482026-03-04T17:31:36.967ZPlanning: Consolidating action changes ... Done (0.011s)
1492026-03-04T17:31:38.294ZPlanning: Evaluating mediators ... Done (1.326s)
1502026-03-04T17:31:38.303ZPlanning: Planning completed in 27.29 seconds
1512026-03-04T17:31:38.319Z Packages to install: 4
1522026-03-04T17:31:38.319Z Mediators to change: 2
1532026-03-04T17:31:38.319Z Services to change: 1
1542026-03-04T17:31:38.322Z Estimated space available: 155.43 GB
1552026-03-04T17:31:38.322ZEstimated space to be consumed: 1.82 GB
1562026-03-04T17:31:38.322Z Create boot environment: No
1572026-03-04T17:31:38.322ZCreate backup boot environment: No
1582026-03-04T17:31:38.322Z Rebuild boot archive: No
1592026-03-04T17:31:38.322Z
1602026-03-04T17:31:38.322ZChanged mediators:
1612026-03-04T17:31:38.322Z mediator clang:
1622026-03-04T17:31:38.322Z version: None -> 15 (system default)
1632026-03-04T17:31:38.322Z
1642026-03-04T17:31:38.322Z mediator llvm:
1652026-03-04T17:31:38.322Z version: 14 (system default) -> 15 (system default)
1662026-03-04T17:31:38.322Z
1672026-03-04T17:31:38.322ZChanged packages:
1682026-03-04T17:31:38.322Zhelios-dev
1692026-03-04T17:31:38.322Z developer/build-essential
1702026-03-04T17:31:38.322Z None -> 11-2.0
1712026-03-04T17:31:38.322Z library/libxmlsec1
1722026-03-04T17:31:38.322Z None -> 1.2.35-2.0
1732026-03-04T17:31:38.323Z ooce/developer/clang-15
1742026-03-04T17:31:38.323Z None -> 15.0.7-2.0
1752026-03-04T17:31:38.323Z ooce/developer/llvm-15
1762026-03-04T17:31:38.323Z None -> 15.0.7-2.0
1772026-03-04T17:31:38.323Z
1782026-03-04T17:31:38.323ZServices:
1792026-03-04T17:31:38.323Z restart_fmri:
1802026-03-04T17:31:38.323Z svc:/system/update-man-index:default
1812026-03-04T17:31:38.374Z
1822026-03-04T17:31:38.374ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-03-04T17:32:23.266ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (24.7M/s)
1842026-03-04T17:32:23.443ZDownload: 3251/3290 items 203.4/212.6MB 95% complete (20.3M/s)
1852026-03-04T17:32:23.443ZDownload: Completed 212.60 MB in 10.87 seconds (19.6M/s)
1862026-03-04T17:32:23.443Z Actions: 1/3689 actions (Installing new actions)
1872026-03-04T17:32:23.460Z Actions: Completed 3689 actions in 4.54 seconds.
1882026-03-04T17:32:23.460Z Done (0.421s)
1892026-03-04T17:32:23.460Z Done (0.000s)
1902026-03-04T17:32:23.460Z Done (1.123s)
1912026-03-04T17:32:23.460Z Done (4.082s)
1922026-03-04T17:32:23.460Z Done (0.018s)
1932026-03-04T17:32:23.460Z Done (0.000s)
1942026-03-04T17:32:23.460Z Done (0.000s)
1952026-03-04T17:32:23.460ZPlanning: Evaluating mediator changes ... Done
1962026-03-04T17:32:23.460ZPlanning: Checking for conflicting actions ... Done
1972026-03-04T17:32:23.461ZPlanning: Consolidating action changes ... Done
1982026-03-04T17:32:23.461ZPlanning: Evaluating mediators ... Done
1992026-03-04T17:32:23.461ZPlanning: Planning completed in 0.43 seconds
2002026-03-04T17:32:23.461Z Mediators to change: 2
2012026-03-04T17:32:23.461Z Create boot environment: No
2022026-03-04T17:32:23.461ZCreate backup boot environment: No
2032026-03-04T17:32:23.461Z Done
2042026-03-04T17:32:23.461Z Done
2052026-03-04T17:32:23.461Z Done
2062026-03-04T17:32:23.461Z Done
2072026-03-04T17:32:23.461Z Done
2082026-03-04T17:32:23.461Z Done
2092026-03-04T17:32:23.461Z Done
2102026-03-04T17:32:23.461ZPlanning: Evaluating mediator changes ... Done
2112026-03-04T17:32:23.461ZPlanning: Merging actions ... Done
2122026-03-04T17:32:23.461ZPlanning: Checking for conflicting actions ... Done
2132026-03-04T17:32:23.461ZPlanning: Consolidating action changes ... Done
2142026-03-04T17:32:23.461ZPlanning: Evaluating mediators ... Done
2152026-03-04T17:32:23.461ZPlanning: Planning completed in 0.75 seconds
2162026-03-04T17:32:23.461Z Packages to change: 1
2172026-03-04T17:32:23.461Z Mediators to change: 1
2182026-03-04T17:32:23.461Z Services to change: 1
2192026-03-04T17:32:23.461Z Create boot environment: No
2202026-03-04T17:32:23.461ZCreate backup boot environment: Yes
2212026-03-04T17:32:23.461Z Actions: 1/6 actions (Updating modified actions)
2222026-03-04T17:32:23.461Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-04T17:32:23.461Z Done
2242026-03-04T17:32:23.461Z Done
2252026-03-04T17:32:23.462Z Done
2262026-03-04T17:32:23.462Z Done
2272026-03-04T17:32:23.462Z Done
2282026-03-04T17:32:23.462Z Done
2292026-03-04T17:32:23.462Z Done
2302026-03-04T17:32:23.462ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-04T17:32:23.462Zclang system 15 system
2322026-03-04T17:32:23.462Zcsh system system illumos
2332026-03-04T17:32:23.462Zctags system system illumos
2342026-03-04T17:32:23.462Zfile system system illumos
2352026-03-04T17:32:23.462Zgcc vendor 12 vendor
2362026-03-04T17:32:23.462Zgcc system 10 system
2372026-03-04T17:32:23.462Zgcc system 7 system
2382026-03-04T17:32:23.462Zgo system 1.20 system
2392026-03-04T17:32:23.462Zgo system 1.19 system
2402026-03-04T17:32:23.462Zllvm system 15 system
2412026-03-04T17:32:23.462Zllvm system 14 system
2422026-03-04T17:32:23.462Zmariadb system 10.6 system
2432026-03-04T17:32:23.462Zmta vendor vendor dma
2442026-03-04T17:32:23.462Zopenjdk system 17 system
2452026-03-04T17:32:23.462Zopenjdk system 11 system
2462026-03-04T17:32:23.462Zopenjdk system 1.8 system
2472026-03-04T17:32:23.462Zopenssl vendor 3 vendor
2482026-03-04T17:32:23.462Zperl system 5.36 system
2492026-03-04T17:32:23.462Zpostgresql system 15 system
2502026-03-04T17:32:23.462Zpostgresql system 13 system
2512026-03-04T17:32:23.462Zpython vendor 3 vendor
2522026-03-04T17:32:23.462Zpython system 2 system
2532026-03-04T17:32:23.463Zpython3 system 3.11 system
2542026-03-04T17:32:23.463Zruby system 3.0 system
2552026-03-04T17:32:23.463Zwords vendor vendor american-english
2562026-03-04T17:32:23.463Zwords system system australian-english
2572026-03-04T17:32:23.463Zwords system system british-english
2582026-03-04T17:32:23.463Zwords system system canadian-english
2592026-03-04T17:32:23.463Zwords system system french
2602026-03-04T17:32:23.463Zwords system system italian
2612026-03-04T17:32:23.463Zwords system system ngerman
2622026-03-04T17:32:23.463Zwords system system ogerman
2632026-03-04T17:32:23.463Zwords system system spanish
2642026-03-04T17:32:23.463ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-04T17:32:23.463Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-04T17:32:23.463ZFMRI IFO
2672026-03-04T17:32:23.463Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-04T17:32:23.463Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-04T17:32:23.463Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-04T17:32:23.463Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-04T17:32:23.463Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-04T17:32:23.463Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-04T17:32:23.464Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-04T17:32:23.464Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-04T17:32:23.464Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-04T17:32:23.464Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-04T17:32:23.464Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-04T17:32:23.464Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-04T17:32:23.464Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-04T17:32:23.464Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-04T17:32:23.464Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-04T17:32:23.464Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-04T17:32:23.464Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-04T17:32:23.661Z Updating crates.io index
2852026-03-04T17:32:23.683Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-04T17:32:24.317Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-04T17:32:25.014Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-04T17:32:25.697Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-04T17:32:26.373Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-04T17:32:30.831Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-04T17:32:37.045Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-04T17:32:39.470Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-04T17:32:40.247Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942026-03-04T17:32:44.301Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952026-03-04T17:32:45.933Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-04T17:32:48.744Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-04T17:32:49.391Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-04T17:32:50.529Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-04T17:32:51.169Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-04T17:32:53.274Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-04T17:32:54.582Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-04T17:32:55.412Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-04T17:32:56.109Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-04T17:32:56.844Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-04T17:32:57.439Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-04T17:32:58.022Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-04T17:32:59.416Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-04T17:33:00.407Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-04T17:33:01.323Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-04T17:33:02.665Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-04T17:33:03.429Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-04T17:33:04.139Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-04T17:33:04.828Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-04T17:33:07.241Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-04T17:33:07.733Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-04T17:33:08.589Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-04T17:33:09.229Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-04T17:33:10.022Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-04T17:33:10.963Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-04T17:33:11.553Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-04T17:33:12.123Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-04T17:33:12.882Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-04T17:34:02.776Z Downloading crates ...
3242026-03-04T17:34:02.836Z Downloaded anstream v0.6.21
3252026-03-04T17:34:02.839Z Downloaded anstyle-query v1.1.5
3262026-03-04T17:34:02.844Z Downloaded anstyle v1.0.13
3272026-03-04T17:34:02.847Z Downloaded clap_derive v4.5.55
3282026-03-04T17:34:02.849Z Downloaded generic-array v0.14.7
3292026-03-04T17:34:02.849Z Downloaded unicode-xid v0.2.6
3302026-03-04T17:34:02.852Z Downloaded fastrand v2.3.0
3312026-03-04T17:34:02.852Z Downloaded cargo_metadata v0.21.0
3322026-03-04T17:34:02.856Z Downloaded autocfg v1.5.0
3332026-03-04T17:34:02.858Z Downloaded toml_write v0.1.2
3342026-03-04T17:34:02.858Z Downloaded utf8parse v0.2.2
3352026-03-04T17:34:02.859Z Downloaded thiserror-impl v2.0.18
3362026-03-04T17:34:02.861Z Downloaded thiserror-impl v1.0.69
3372026-03-04T17:34:02.861Z Downloaded toml_datetime v0.6.11
3382026-03-04T17:34:02.864Z Downloaded unicode-linebreak v0.1.5
3392026-03-04T17:34:02.864Z Downloaded thread-id v4.2.2
3402026-03-04T17:34:02.867Z Downloaded heck v0.4.1
3412026-03-04T17:34:02.867Z Downloaded dtrace-parser v0.2.0
3422026-03-04T17:34:02.867Z Downloaded version_check v0.9.5
3432026-03-04T17:34:02.870Z Downloaded clap_lex v1.0.0
3442026-03-04T17:34:02.870Z Downloaded memmap v0.7.0
3452026-03-04T17:34:02.873Z Downloaded scroll_derive v0.12.1
3462026-03-04T17:34:02.873Z Downloaded idna_adapter v1.2.1
3472026-03-04T17:34:02.873Z Downloaded equivalent v1.0.2
3482026-03-04T17:34:02.876Z Downloaded block-buffer v0.10.4
3492026-03-04T17:34:02.876Z Downloaded cfg-if v1.0.4
3502026-03-04T17:34:02.876Z Downloaded fnv v1.0.7
3512026-03-04T17:34:02.879Z Downloaded cpufeatures v0.2.17
3522026-03-04T17:34:02.879Z Downloaded usdt v0.5.0
3532026-03-04T17:34:02.882Z Downloaded typeid v1.0.3
3542026-03-04T17:34:02.882Z Downloaded zerofrom-derive v0.1.6
3552026-03-04T17:34:02.882Z Downloaded yoke-derive v0.8.1
3562026-03-04T17:34:02.885Z Downloaded digest v0.10.7
3572026-03-04T17:34:02.885Z Downloaded usdt-attr-macro v0.5.0
3582026-03-04T17:34:02.889Z Downloaded thiserror v2.0.18
3592026-03-04T17:34:02.892Z Downloaded zerofrom v0.1.6
3602026-03-04T17:34:02.892Z Downloaded zmij v1.0.21
3612026-03-04T17:34:02.895Z Downloaded tinystr v0.8.2
3622026-03-04T17:34:02.897Z Downloaded erased-serde v0.4.9
3632026-03-04T17:34:02.901Z Downloaded utf8_iter v1.0.4
3642026-03-04T17:34:02.901Z Downloaded thiserror v1.0.69
3652026-03-04T17:34:02.904Z Downloaded yoke v0.8.1
3662026-03-04T17:34:02.907Z Downloaded pretty-hex v0.4.1
3672026-03-04T17:34:02.907Z Downloaded plain v0.2.3
3682026-03-04T17:34:02.910Z Downloaded zerovec-derive v0.11.2
3692026-03-04T17:34:02.910Z Downloaded writeable v0.6.2
3702026-03-04T17:34:02.915Z Downloaded stable_deref_trait v1.2.1
3712026-03-04T17:34:02.915Z Downloaded dof v0.3.0
3722026-03-04T17:34:02.918Z Downloaded cargo_toml v0.21.0
3732026-03-04T17:34:02.918Z Downloaded zerocopy-derive v0.7.35
3742026-03-04T17:34:02.922Z Downloaded tabled_derive v0.7.0
3752026-03-04T17:34:02.922Z Downloaded smawk v0.3.2
3762026-03-04T17:34:02.925Z Downloaded bitflags v2.11.0
3772026-03-04T17:34:02.928Z Downloaded unicode-ident v1.0.24
3782026-03-04T17:34:02.928Z Downloaded textwrap v0.16.2
3792026-03-04T17:34:02.931Z Downloaded fs-err v3.3.0
3802026-03-04T17:34:02.934Z Downloaded is_terminal_polyfill v1.70.2
3812026-03-04T17:34:02.935Z Downloaded typenum v1.19.0
3822026-03-04T17:34:02.938Z Downloaded terminal_size v0.4.3
3832026-03-04T17:34:02.938Z Downloaded potential_utf v0.1.4
3842026-03-04T17:34:02.941Z Downloaded crypto-common v0.1.7
3852026-03-04T17:34:02.941Z Downloaded toml v0.8.23
3862026-03-04T17:34:02.941Z Downloaded toml_edit v0.22.27
3872026-03-04T17:34:02.945Z Downloaded zerotrie v0.2.3
3882026-03-04T17:34:02.950Z Downloaded swrite v0.1.0
3892026-03-04T17:34:02.950Z Downloaded url v2.5.8
3902026-03-04T17:34:02.953Z Downloaded ordered-float v2.10.1
3912026-03-04T17:34:02.953Z Downloaded macaddr v1.0.1
3922026-03-04T17:34:02.956Z Downloaded percent-encoding v2.3.2
3932026-03-04T17:34:02.956Z Downloaded itoa v1.0.17
3942026-03-04T17:34:02.959Z Downloaded proc-macro-error v1.0.4
3952026-03-04T17:34:02.962Z Downloaded cargo-platform v0.2.0
3962026-03-04T17:34:02.962Z Downloaded strsim v0.11.1
3972026-03-04T17:34:02.962Z Downloaded displaydoc v0.2.5
3982026-03-04T17:34:02.965Z Downloaded smallvec v1.15.1
3992026-03-04T17:34:02.968Z Downloaded zerovec v0.11.5
4002026-03-04T17:34:02.971Z Downloaded zerocopy v0.7.35
4012026-03-04T17:34:02.985Z Downloaded winnow v0.7.14
4022026-03-04T17:34:02.993Z Downloaded camino-tempfile v1.4.1
4032026-03-04T17:34:02.996Z Downloaded camino v1.2.2
4042026-03-04T17:34:02.999Z Downloaded synstructure v0.13.2
4052026-03-04T17:34:02.999Z Downloaded serde_tokenstream v0.2.3
4062026-03-04T17:34:03.002Z Downloaded unicode-width v0.2.0
4072026-03-04T17:34:03.005Z Downloaded unicode-width v0.1.14
4082026-03-04T17:34:03.008Z Downloaded sha2 v0.10.9
4092026-03-04T17:34:03.011Z Downloaded serde_core v1.0.228
4102026-03-04T17:34:03.014Z Downloaded quote v1.0.44
4112026-03-04T17:34:03.017Z Downloaded litemap v0.8.1
4122026-03-04T17:34:03.017Z Downloaded getrandom v0.4.1
4132026-03-04T17:34:03.020Z Downloaded bytecount v0.6.9
4142026-03-04T17:34:03.023Z Downloaded semver v1.0.27
4152026-03-04T17:34:03.026Z Downloaded scroll v0.12.0
4162026-03-04T17:34:03.026Z Downloaded tempfile v3.25.0
4172026-03-04T17:34:03.029Z Downloaded serde-untagged v0.1.9
4182026-03-04T17:34:03.029Z Downloaded pest_derive v2.8.6
4192026-03-04T17:34:03.033Z Downloaded icu_properties v2.1.2
4202026-03-04T17:34:03.036Z Downloaded log v0.4.29
4212026-03-04T17:34:03.036Z Downloaded byteorder v1.5.0
4222026-03-04T17:34:03.036Z Downloaded anyhow v1.0.102
4232026-03-04T17:34:03.039Z Downloaded serde_derive v1.0.228
4242026-03-04T17:34:03.043Z Downloaded cargo-util-schemas v0.8.2
4252026-03-04T17:34:03.048Z Downloaded once_cell v1.21.3
4262026-03-04T17:34:03.048Z Downloaded icu_provider v2.1.1
4272026-03-04T17:34:03.052Z Downloaded serde_spanned v0.6.9
4282026-03-04T17:34:03.052Z Downloaded ucd-trie v0.1.7
4292026-03-04T17:34:03.052Z Downloaded papergrid v0.11.0
4302026-03-04T17:34:03.055Z Downloaded proc-macro2 v1.0.106
4312026-03-04T17:34:03.058Z Downloaded pest_generator v2.8.6
4322026-03-04T17:34:03.058Z Downloaded num-traits v0.2.19
4332026-03-04T17:34:03.061Z Downloaded usdt-macro v0.5.0
4342026-03-04T17:34:03.061Z Downloaded usdt-impl v0.5.0
4352026-03-04T17:34:03.061Z Downloaded heck v0.5.0
4362026-03-04T17:34:03.064Z Downloaded colorchoice v1.0.4
4372026-03-04T17:34:03.064Z Downloaded anstyle-parse v0.2.7
4382026-03-04T17:34:03.067Z Downloaded serde-value v0.7.0
4392026-03-04T17:34:03.067Z Downloaded proc-macro-error-attr v1.0.4
4402026-03-04T17:34:03.067Z Downloaded pest_meta v2.8.6
4412026-03-04T17:34:03.072Z Downloaded icu_normalizer_data v2.1.1
4422026-03-04T17:34:03.072Z Downloaded icu_normalizer v2.1.1
4432026-03-04T17:34:03.076Z Downloaded icu_collections v2.1.1
4442026-03-04T17:34:03.079Z Downloaded icu_locale_core v2.1.1
4452026-03-04T17:34:03.083Z Downloaded serde v1.0.228
4462026-03-04T17:34:03.088Z Downloaded memchr v2.8.0
4472026-03-04T17:34:03.091Z Downloaded indexmap v2.13.0
4482026-03-04T17:34:03.095Z Downloaded errno v0.3.14
4492026-03-04T17:34:03.098Z Downloaded form_urlencoded v1.2.2
4502026-03-04T17:34:03.098Z Downloaded clap v4.5.60
4512026-03-04T17:34:03.120Z Downloaded idna v1.1.0
4522026-03-04T17:34:03.123Z Downloaded serde_json v1.0.149
4532026-03-04T17:34:03.129Z Downloaded clap_builder v4.5.60
4542026-03-04T17:34:03.135Z Downloaded pest v2.8.6
4552026-03-04T17:34:03.140Z Downloaded goblin v0.8.2
4562026-03-04T17:34:03.144Z Downloaded icu_properties_data v2.1.2
4572026-03-04T17:34:03.152Z Downloaded hashbrown v0.16.1
4582026-03-04T17:34:03.156Z Downloaded tabled v0.15.0
4592026-03-04T17:34:03.169Z Downloaded syn v1.0.109
4602026-03-04T17:34:03.179Z Downloaded syn v2.0.117
4612026-03-04T17:34:03.193Z Downloaded rustix v1.1.3
4622026-03-04T17:34:03.229Z Downloaded libc v0.2.180
4632026-03-04T17:34:03.313Z Compiling proc-macro2 v1.0.106
4642026-03-04T17:34:03.316Z Compiling unicode-ident v1.0.24
4652026-03-04T17:34:03.316Z Compiling quote v1.0.44
4662026-03-04T17:34:03.316Z Compiling serde_core v1.0.228
4672026-03-04T17:34:03.316Z Compiling libc v0.2.180
4682026-03-04T17:34:03.316Z Compiling version_check v0.9.5
4692026-03-04T17:34:03.316Z Compiling stable_deref_trait v1.2.1
4702026-03-04T17:34:03.316Z Compiling memchr v2.8.0
4712026-03-04T17:34:03.741Z Compiling serde v1.0.228
4722026-03-04T17:34:03.779Z Compiling zmij v1.0.21
4732026-03-04T17:34:04.264Z Compiling thiserror v1.0.69
4742026-03-04T17:34:04.329Z Compiling ucd-trie v0.1.7
4752026-03-04T17:34:04.851Z Compiling autocfg v1.5.0
4762026-03-04T17:34:04.879Z Compiling itoa v1.0.17
4772026-03-04T17:34:05.143Z Compiling pest v2.8.6
4782026-03-04T17:34:05.191Z Compiling litemap v0.8.1
4792026-03-04T17:34:05.242Z Compiling writeable v0.6.2
4802026-03-04T17:34:05.431Z Compiling icu_properties_data v2.1.2
4812026-03-04T17:34:05.585Z Compiling icu_normalizer_data v2.1.1
4822026-03-04T17:34:05.612Z Compiling rustix v1.1.3
4832026-03-04T17:34:05.967Z Compiling byteorder v1.5.0
4842026-03-04T17:34:06.250Z Compiling syn v2.0.117
4852026-03-04T17:34:06.459Z Compiling errno v0.3.14
4862026-03-04T17:34:06.486Z Compiling serde_json v1.0.149
4872026-03-04T17:34:06.511Z Compiling bitflags v2.11.0
4882026-03-04T17:34:06.879Z Compiling num-traits v0.2.19
4892026-03-04T17:34:06.907Z Compiling smallvec v1.15.1
4902026-03-04T17:34:07.245Z Compiling hashbrown v0.16.1
4912026-03-04T17:34:07.289Z Compiling equivalent v1.0.2
4922026-03-04T17:34:07.313Z Compiling typeid v1.0.3
4932026-03-04T17:34:07.733Z Compiling pest_meta v2.8.6
4942026-03-04T17:34:07.901Z Compiling thread-id v4.2.2
4952026-03-04T17:34:08.038Z Compiling usdt-impl v0.5.0
4962026-03-04T17:34:08.095Z Compiling proc-macro-error-attr v1.0.4
4972026-03-04T17:34:08.395Z Compiling indexmap v2.13.0
4982026-03-04T17:34:08.438Z Compiling syn v1.0.109
4992026-03-04T17:34:08.441Z Compiling erased-serde v0.4.9
5002026-03-04T17:34:08.985Z Compiling winnow v0.7.14
5012026-03-04T17:34:09.015Z Compiling toml_write v0.1.2
5022026-03-04T17:34:09.827Z Compiling proc-macro-error v1.0.4
5032026-03-04T17:34:10.007Z Compiling percent-encoding v2.3.2
5042026-03-04T17:34:10.165Z Compiling getrandom v0.4.1
5052026-03-04T17:34:10.329Z Compiling log v0.4.29
5062026-03-04T17:34:10.677Z Compiling thiserror v2.0.18
5072026-03-04T17:34:10.861Z Compiling camino v1.2.2
5082026-03-04T17:34:11.373Z Compiling utf8parse v0.2.2
5092026-03-04T17:34:11.399Z Compiling utf8_iter v1.0.4
5102026-03-04T17:34:11.488Z Compiling plain v0.2.3
5112026-03-04T17:34:11.563Z Compiling anstyle-parse v0.2.7
5122026-03-04T17:34:11.743Z Compiling ordered-float v2.10.1
5132026-03-04T17:34:11.805Z Compiling form_urlencoded v1.2.2
5142026-03-04T17:34:12.118Z Compiling terminal_size v0.4.3
5152026-03-04T17:34:12.285Z Compiling anstyle-query v1.1.5
5162026-03-04T17:34:12.338Z Compiling anstyle v1.0.13
5172026-03-04T17:34:12.462Z Compiling colorchoice v1.0.4
5182026-03-04T17:34:12.553Z Compiling is_terminal_polyfill v1.70.2
5192026-03-04T17:34:12.610Z Compiling cfg-if v1.0.4
5202026-03-04T17:34:12.648Z Compiling pretty-hex v0.4.1
5212026-03-04T17:34:12.697Z Compiling anstream v0.6.21
5222026-03-04T17:34:12.851Z Compiling synstructure v0.13.2
5232026-03-04T17:34:12.882Z Compiling pest_generator v2.8.6
5242026-03-04T17:34:13.025Z Compiling serde-untagged v0.1.9
5252026-03-04T17:34:13.113Z Compiling semver v1.0.27
5262026-03-04T17:34:13.514Z Compiling fs-err v3.3.0
5272026-03-04T17:34:13.764Z Compiling heck v0.5.0
5282026-03-04T17:34:13.812Z Compiling heck v0.4.1
5292026-03-04T17:34:13.855Z Compiling strsim v0.11.1
5302026-03-04T17:34:14.232Z Compiling unicode-xid v0.2.6
5312026-03-04T17:34:14.258Z Compiling once_cell v1.21.3
5322026-03-04T17:34:14.261Z Compiling fnv v1.0.7
5332026-03-04T17:34:14.422Z Compiling fastrand v2.3.0
5342026-03-04T17:34:14.471Z Compiling clap_lex v1.0.0
5352026-03-04T17:34:14.567Z Compiling unicode-width v0.1.14
5362026-03-04T17:34:14.571Z Compiling anyhow v1.0.102
5372026-03-04T17:34:14.909Z Compiling bytecount v0.6.9
5382026-03-04T17:34:14.938Z Compiling tempfile v3.25.0
5392026-03-04T17:34:15.131Z Compiling papergrid v0.11.0
5402026-03-04T17:34:15.134Z Compiling clap_builder v4.5.60
5412026-03-04T17:34:15.466Z Compiling memmap v0.7.0
5422026-03-04T17:34:15.627Z Compiling smawk v0.3.2
5432026-03-04T17:34:15.694Z Compiling unicode-linebreak v0.1.5
5442026-03-04T17:34:15.793Z Compiling unicode-width v0.2.0
5452026-03-04T17:34:16.332Z Compiling textwrap v0.16.2
5462026-03-04T17:34:16.623Z Compiling camino-tempfile v1.4.1
5472026-03-04T17:34:16.785Z Compiling swrite v0.1.0
5482026-03-04T17:34:16.941Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-03-04T17:34:17.224Z Compiling tabled_derive v0.7.0
5502026-03-04T17:34:17.457Z Compiling serde_derive v1.0.228
5512026-03-04T17:34:17.483Z Compiling zerofrom-derive v0.1.6
5522026-03-04T17:34:17.532Z Compiling yoke-derive v0.8.1
5532026-03-04T17:34:17.705Z Compiling zerovec-derive v0.11.2
5542026-03-04T17:34:17.822Z Compiling displaydoc v0.2.5
5552026-03-04T17:34:19.240Z Compiling thiserror-impl v1.0.69
5562026-03-04T17:34:19.412Z Compiling zerocopy-derive v0.7.35
5572026-03-04T17:34:20.237Z Compiling pest_derive v2.8.6
5582026-03-04T17:34:20.331Z Compiling scroll_derive v0.12.1
5592026-03-04T17:34:20.742Z Compiling zerofrom v0.1.6
5602026-03-04T17:34:20.996Z Compiling yoke v0.8.1
5612026-03-04T17:34:20.999Z Compiling thiserror-impl v2.0.18
5622026-03-04T17:34:21.265Z Compiling zerocopy v0.7.35
5632026-03-04T17:34:21.355Z Compiling zerovec v0.11.5
5642026-03-04T17:34:21.755Z Compiling zerotrie v0.2.3
5652026-03-04T17:34:22.351Z Compiling dtrace-parser v0.2.0
5662026-03-04T17:34:22.381Z Compiling scroll v0.12.0
5672026-03-04T17:34:22.506Z Compiling tinystr v0.8.2
5682026-03-04T17:34:22.534Z Compiling potential_utf v0.1.4
5692026-03-04T17:34:22.558Z Compiling clap_derive v4.5.55
5702026-03-04T17:34:22.829Z Compiling icu_collections v2.1.1
5712026-03-04T17:34:22.906Z Compiling icu_locale_core v2.1.1
5722026-03-04T17:34:22.934Z Compiling goblin v0.8.2
5732026-03-04T17:34:23.718Z Compiling tabled v0.15.0
5742026-03-04T17:34:24.371Z Compiling icu_provider v2.1.1
5752026-03-04T17:34:24.879Z Compiling icu_properties v2.1.2
5762026-03-04T17:34:24.879Z Compiling icu_normalizer v2.1.1
5772026-03-04T17:34:25.797Z Compiling toml_datetime v0.6.11
5782026-03-04T17:34:25.800Z Compiling serde_spanned v0.6.9
5792026-03-04T17:34:25.923Z Compiling dof v0.3.0
5802026-03-04T17:34:25.963Z Compiling serde_tokenstream v0.2.3
5812026-03-04T17:34:25.992Z Compiling serde-value v0.7.0
5822026-03-04T17:34:26.075Z Compiling cargo-platform v0.2.0
5832026-03-04T17:34:26.319Z Compiling toml_edit v0.22.27
5842026-03-04T17:34:26.625Z Compiling clap v4.5.60
5852026-03-04T17:34:26.775Z Compiling macaddr v1.0.1
5862026-03-04T17:34:26.974Z Compiling idna_adapter v1.2.1
5872026-03-04T17:34:27.187Z Compiling idna v1.1.0
5882026-03-04T17:34:27.667Z Compiling usdt-macro v0.5.0
5892026-03-04T17:34:27.667Z Compiling usdt-attr-macro v0.5.0
5902026-03-04T17:34:27.740Z Compiling url v2.5.8
5912026-03-04T17:34:29.560Z Compiling toml v0.8.23
5922026-03-04T17:34:29.625Z Compiling usdt v0.5.0
5932026-03-04T17:34:30.289Z Compiling cargo-util-schemas v0.8.2
5942026-03-04T17:34:30.289Z Compiling cargo_toml v0.21.0
5952026-03-04T17:34:31.697Z Compiling cargo_metadata v0.21.0
5962026-03-04T17:34:33.468Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-04T17:34:36.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
5982026-03-04T17:34:37.124Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-04T17:34:37.883Z Downloading crates ...
6002026-03-04T17:34:38.007Z Downloaded adler2 v2.0.1
6012026-03-04T17:34:38.022Z Downloaded async-recursion v1.1.1
6022026-03-04T17:34:38.029Z Downloaded bitfield-macros v0.19.4
6032026-03-04T17:34:38.032Z Downloaded bit-set v0.5.3
6042026-03-04T17:34:38.036Z Downloaded arrayref v0.3.9
6052026-03-04T17:34:38.040Z Downloaded cargo_metadata v0.19.2
6062026-03-04T17:34:38.045Z Downloaded atty v0.2.14
6072026-03-04T17:34:38.050Z Downloaded crossbeam-epoch v0.9.18
6082026-03-04T17:34:38.055Z Downloaded critical-section v1.2.0
6092026-03-04T17:34:38.060Z Downloaded des v0.8.1
6102026-03-04T17:34:38.065Z Downloaded crc8 v0.1.1
6112026-03-04T17:34:38.068Z Downloaded defmt v0.3.100
6122026-03-04T17:34:38.072Z Downloaded defmt v1.0.1
6132026-03-04T17:34:38.078Z Downloaded deranged v0.5.8
6142026-03-04T17:34:38.083Z Downloaded foreign-types-shared v0.3.1
6152026-03-04T17:34:38.086Z Downloaded difflib v0.4.0
6162026-03-04T17:34:38.090Z Downloaded data-encoding v2.10.0
6172026-03-04T17:34:38.094Z Downloaded dirs-sys-next v0.1.2
6182026-03-04T17:34:38.097Z Downloaded derive_builder v0.20.2
6192026-03-04T17:34:38.105Z Downloaded diff v0.1.13
6202026-03-04T17:34:38.110Z Downloaded curve25519-dalek-derive v0.1.1
6212026-03-04T17:34:38.115Z Downloaded ciborium-ll v0.2.2
6222026-03-04T17:34:38.119Z Downloaded atomicwrites v0.4.4
6232026-03-04T17:34:38.123Z Downloaded enum-as-inner v0.6.1
6242026-03-04T17:34:38.127Z Downloaded env_filter v1.0.0
6252026-03-04T17:34:38.132Z Downloaded flagset v0.4.7
6262026-03-04T17:34:38.135Z Downloaded float-ord v0.3.2
6272026-03-04T17:34:38.139Z Downloaded foreign-types v0.5.0
6282026-03-04T17:34:38.142Z Downloaded bitflags v1.3.2
6292026-03-04T17:34:38.148Z Downloaded dunce v1.0.5
6302026-03-04T17:34:38.152Z Downloaded futures-io v0.3.32
6312026-03-04T17:34:38.155Z Downloaded futures-macro v0.3.32
6322026-03-04T17:34:38.159Z Downloaded fxhash v0.2.1
6332026-03-04T17:34:38.162Z Downloaded futures-task v0.3.32
6342026-03-04T17:34:38.166Z Downloaded fixedbitset v0.5.7
6352026-03-04T17:34:38.170Z Downloaded hash32 v0.2.1
6362026-03-04T17:34:38.173Z Downloaded foreign-types v0.3.2
6372026-03-04T17:34:38.177Z Downloaded git-stub v1.0.0
6382026-03-04T17:34:38.180Z Downloaded constant_time_eq v0.4.2
6392026-03-04T17:34:38.185Z Downloaded ghash v0.5.1
6402026-03-04T17:34:38.189Z Downloaded blowfish v0.9.1
6412026-03-04T17:34:38.192Z Downloaded hash32 v0.3.1
6422026-03-04T17:34:38.208Z Downloaded hex v0.4.3
6432026-03-04T17:34:38.212Z Downloaded globwalk v0.9.1
6442026-03-04T17:34:38.215Z Downloaded either v1.15.0
6452026-03-04T17:34:38.220Z Downloaded hex-literal v0.4.1
6462026-03-04T17:34:38.223Z Downloaded filetime v0.2.27
6472026-03-04T17:34:38.227Z Downloaded home v0.5.12
6482026-03-04T17:34:38.230Z Downloaded hostname v0.3.1
6492026-03-04T17:34:38.234Z Downloaded fs-err v2.11.0
6502026-03-04T17:34:38.238Z Downloaded elliptic-curve v0.13.8
6512026-03-04T17:34:38.244Z Downloaded indent_write v2.2.0
6522026-03-04T17:34:38.247Z Downloaded hubpack_derive v0.1.1
6532026-03-04T17:34:38.250Z Downloaded inout v0.1.4
6542026-03-04T17:34:38.253Z Downloaded ena v0.14.4
6552026-03-04T17:34:38.257Z Downloaded der_derive v0.7.3
6562026-03-04T17:34:38.262Z Downloaded fallible-iterator v0.2.0
6572026-03-04T17:34:38.265Z Downloaded ed25519 v2.2.3
6582026-03-04T17:34:38.268Z Downloaded crc32fast v1.5.0
6592026-03-04T17:34:38.272Z Downloaded gethostname v0.5.0
6602026-03-04T17:34:38.275Z Downloaded daft-derive v0.1.5
6612026-03-04T17:34:38.282Z Downloaded git-stub-vcs v0.1.0
6622026-03-04T17:34:38.285Z Downloaded is_ci v1.2.0
6632026-03-04T17:34:38.288Z Downloaded kstat-rs v0.2.4
6642026-03-04T17:34:38.291Z Downloaded derive_more v2.1.1
6652026-03-04T17:34:38.305Z Downloaded is-terminal v0.4.17
6662026-03-04T17:34:38.308Z Downloaded arc-swap v1.8.2
6672026-03-04T17:34:38.313Z Downloaded linked-hash-map v0.5.6
6682026-03-04T17:34:38.316Z Downloaded libscf-sys v1.1.0
6692026-03-04T17:34:38.319Z Downloaded lalrpop-util v0.19.12
6702026-03-04T17:34:38.322Z Downloaded httpdate v1.0.3
6712026-03-04T17:34:38.325Z Downloaded ingot-types v0.1.2
6722026-03-04T17:34:38.329Z Downloaded ipnetwork v0.21.1
6732026-03-04T17:34:38.332Z Downloaded new_debug_unreachable v1.0.6
6742026-03-04T17:34:38.335Z Downloaded managed v0.8.0
6752026-03-04T17:34:38.339Z Downloaded md5 v0.7.0
6762026-03-04T17:34:38.341Z Downloaded md-5 v0.10.6
6772026-03-04T17:34:38.345Z Downloaded mime v0.3.17
6782026-03-04T17:34:38.348Z Downloaded darling v0.21.3
6792026-03-04T17:34:38.355Z Downloaded getrandom v0.2.17
6802026-03-04T17:34:38.359Z Downloaded foldhash v0.1.5
6812026-03-04T17:34:38.362Z Downloaded crc-any v2.5.0
6822026-03-04T17:34:38.366Z Downloaded ingot v0.1.1
6832026-03-04T17:34:38.371Z Downloaded nibble_vec v0.1.0
6842026-03-04T17:34:38.373Z Downloaded memoffset v0.9.1
6852026-03-04T17:34:38.376Z Downloaded newtype_derive v0.1.6
6862026-03-04T17:34:38.379Z Downloaded normalize-line-endings v0.3.0
6872026-03-04T17:34:38.381Z Downloaded num-conv v0.2.0
6882026-03-04T17:34:38.384Z Downloaded hmac v0.12.1
6892026-03-04T17:34:38.388Z Downloaded num-derive v0.3.3
6902026-03-04T17:34:38.391Z Downloaded crossbeam-utils v0.8.21
6912026-03-04T17:34:38.397Z Downloaded num_enum_derive v0.5.11
6922026-03-04T17:34:38.399Z Downloaded num-derive v0.4.2
6932026-03-04T17:34:38.402Z Downloaded lazy_static v1.5.0
6942026-03-04T17:34:38.405Z Downloaded linear-map v1.2.0
6952026-03-04T17:34:38.409Z Downloaded lru-cache v0.1.2
6962026-03-04T17:34:38.412Z Downloaded ipnet v2.11.0
6972026-03-04T17:34:38.415Z Downloaded num-iter v0.1.45
6982026-03-04T17:34:38.418Z Downloaded opaque-debug v0.3.1
6992026-03-04T17:34:38.421Z Downloaded oso-derive v0.27.3
7002026-03-04T17:34:38.424Z Downloaded num_threads v0.1.7
7012026-03-04T17:34:38.426Z Downloaded lru v0.12.5
7022026-03-04T17:34:38.429Z Downloaded openssl-probe v0.2.1
7032026-03-04T17:34:38.432Z Downloaded multer v3.1.0
7042026-03-04T17:34:38.435Z Downloaded fatfs v0.3.6
7052026-03-04T17:34:38.440Z Downloaded half v2.7.1
7062026-03-04T17:34:38.446Z Downloaded indoc v2.0.7
7072026-03-04T17:34:38.449Z Downloaded packed_struct_codegen v0.10.1
7082026-03-04T17:34:38.451Z Downloaded newtype-uuid v1.3.2
7092026-03-04T17:34:38.454Z Downloaded bytes v1.11.1
7102026-03-04T17:34:38.460Z Downloaded pbkdf2 v0.12.2
7112026-03-04T17:34:38.463Z Downloaded parse-display v0.10.0
7122026-03-04T17:34:38.465Z Downloaded path-slash v0.1.5
7132026-03-04T17:34:38.469Z Downloaded pbkdf2 v0.11.0
7142026-03-04T17:34:38.472Z Downloaded peg-runtime v0.8.5
7152026-03-04T17:34:38.478Z Downloaded highway v1.3.0
7162026-03-04T17:34:38.485Z Downloaded num_enum v0.7.5
7172026-03-04T17:34:38.489Z Downloaded pin-utils v0.1.0
7182026-03-04T17:34:38.489Z Downloaded phf_shared v0.13.1
7192026-03-04T17:34:38.492Z Downloaded ignore v0.4.25
7202026-03-04T17:34:38.495Z Downloaded phf_shared v0.12.1
7212026-03-04T17:34:38.497Z Downloaded num_enum_derive v0.7.5
7222026-03-04T17:34:38.500Z Downloaded oxide-tokio-rt v0.1.2
7232026-03-04T17:34:38.503Z Downloaded openssl-probe v0.1.6
7242026-03-04T17:34:38.507Z Downloaded iana-time-zone v0.1.65
7252026-03-04T17:34:38.510Z Downloaded packed_struct v0.10.1
7262026-03-04T17:34:38.513Z Downloaded precomputed-hash v0.1.1
7272026-03-04T17:34:38.515Z Downloaded crossbeam-channel v0.5.15
7282026-03-04T17:34:38.518Z Downloaded oxnet v0.1.4
7292026-03-04T17:34:38.522Z Downloaded heapless v0.7.17
7302026-03-04T17:34:38.527Z Downloaded predicates-tree v1.0.13
7312026-03-04T17:34:38.530Z Downloaded proc-macro-error-attr2 v2.0.0
7322026-03-04T17:34:38.532Z Downloaded proc-macro-crate v3.4.0
7332026-03-04T17:34:38.535Z Downloaded proc-macro-crate v1.3.1
7342026-03-04T17:34:38.538Z Downloaded predicates-core v1.0.10
7352026-03-04T17:34:38.541Z Downloaded ar_archive_writer v0.5.1
7362026-03-04T17:34:38.543Z Downloaded password-hash v0.4.2
7372026-03-04T17:34:38.546Z Downloaded parse-display-derive v0.10.0
7382026-03-04T17:34:38.549Z Downloaded progenitor-client v0.10.0
7392026-03-04T17:34:38.552Z Downloaded progenitor-macro v0.11.2
7402026-03-04T17:34:38.555Z Downloaded progenitor-macro v0.10.0
7412026-03-04T17:34:38.558Z Downloaded password-hash v0.5.0
7422026-03-04T17:34:38.560Z Downloaded pem-rfc7468 v0.7.0
7432026-03-04T17:34:38.563Z Downloaded pin-project-internal v1.1.11
7442026-03-04T17:34:38.566Z Downloaded pem v3.0.6
7452026-03-04T17:34:38.569Z Downloaded progenitor-client v0.11.2
7462026-03-04T17:34:38.572Z Downloaded litrs v1.0.0
7472026-03-04T17:34:38.575Z Downloaded progenitor-macro v0.13.0
7482026-03-04T17:34:38.577Z Downloaded quick-error v1.2.3
7492026-03-04T17:34:38.581Z Downloaded pin-project-lite v0.2.17
7502026-03-04T17:34:38.585Z Downloaded radium v0.7.0
7512026-03-04T17:34:38.588Z Downloaded poly1305 v0.8.0
7522026-03-04T17:34:38.590Z Downloaded rand_chacha v0.3.1
7532026-03-04T17:34:38.594Z Downloaded postgres-protocol v0.6.10
7542026-03-04T17:34:38.598Z Downloaded bumpalo v3.20.2
7552026-03-04T17:34:38.600Z Downloaded rand_xorshift v0.4.0
7562026-03-04T17:34:38.603Z Downloaded polyval v0.6.2
7572026-03-04T17:34:38.606Z Downloaded pkg-config v0.3.32
7582026-03-04T17:34:38.609Z Downloaded pkcs8 v0.10.2
7592026-03-04T17:34:38.611Z Downloaded headers v0.4.1
7602026-03-04T17:34:38.619Z Downloaded ref-cast-impl v1.0.25
7612026-03-04T17:34:38.624Z Downloaded recursive-proc-macro-impl v0.1.1
7622026-03-04T17:34:38.624Z Downloaded recursive v0.1.1
7632026-03-04T17:34:38.624Z Downloaded proc-macro-error2 v2.0.1
7642026-03-04T17:34:38.628Z Downloaded progenitor v0.13.0
7652026-03-04T17:34:38.631Z Downloaded primeorder v0.13.6
7662026-03-04T17:34:38.633Z Downloaded indicatif v0.18.4
7672026-03-04T17:34:38.638Z Downloaded rustc_version v0.4.1
7682026-03-04T17:34:38.642Z Downloaded psl-types v2.0.11
7692026-03-04T17:34:38.645Z Downloaded peg-macros v0.8.5
7702026-03-04T17:34:38.648Z Downloaded rfc6979 v0.4.0
7712026-03-04T17:34:38.648Z Downloaded rustc_version v0.1.7
7722026-03-04T17:34:38.653Z Downloaded rustc-hash v2.1.1
7732026-03-04T17:34:38.653Z Downloaded rtoolbox v0.0.3
7742026-03-04T17:34:38.656Z Downloaded russh-cryptovec v0.7.3
7752026-03-04T17:34:38.656Z Downloaded hickory-resolver v0.25.2
7762026-03-04T17:34:38.660Z Downloaded progenitor-extras v0.1.0
7772026-03-04T17:34:38.663Z Downloaded progenitor-client v0.13.0
7782026-03-04T17:34:38.666Z Downloaded progenitor v0.11.2
7792026-03-04T17:34:38.669Z Downloaded miniz_oxide v0.8.9
7802026-03-04T17:34:38.672Z Downloaded progenitor v0.10.0
7812026-03-04T17:34:38.675Z Downloaded pkcs5 v0.7.1
7822026-03-04T17:34:38.678Z Downloaded rand_core v0.10.0
7832026-03-04T17:34:38.681Z Downloaded rand_core v0.9.5
7842026-03-04T17:34:38.684Z Downloaded same-file v1.0.6
7852026-03-04T17:34:38.687Z Downloaded rand_core v0.6.4
7862026-03-04T17:34:38.689Z Downloaded scroll_derive v0.13.1
7872026-03-04T17:34:38.692Z Downloaded ref-cast v1.0.25
7882026-03-04T17:34:38.695Z Downloaded salsa20 v0.10.2
7892026-03-04T17:34:38.695Z Downloaded sapling-renderdag v0.1.0
7902026-03-04T17:34:38.698Z Downloaded postgres-types v0.2.12
7912026-03-04T17:34:38.702Z Downloaded scrypt v0.11.0
7922026-03-04T17:34:38.705Z Downloaded seq-macro v0.3.6
7932026-03-04T17:34:38.707Z Downloaded secrecy v0.10.3
7942026-03-04T17:34:38.710Z Downloaded semver v0.1.20
7952026-03-04T17:34:38.713Z Downloaded secrecy v0.8.0
7962026-03-04T17:34:38.716Z Downloaded resolv-conf v0.7.6
7972026-03-04T17:34:38.716Z Downloaded scopeguard v1.2.0
7982026-03-04T17:34:38.719Z Downloaded serde-big-array v0.5.1
7992026-03-04T17:34:38.721Z Downloaded serde_plain v1.0.2
8002026-03-04T17:34:38.724Z Downloaded oso v0.27.3
8012026-03-04T17:34:38.727Z Downloaded parking_lot v0.11.2
8022026-03-04T17:34:38.730Z Downloaded p256 v0.13.2
8032026-03-04T17:34:38.734Z Downloaded papergrid v0.17.0
8042026-03-04T17:34:38.740Z Downloaded serde_urlencoded v0.7.1
8052026-03-04T17:34:38.745Z Downloaded sha1 v0.10.6
8062026-03-04T17:34:38.748Z Downloaded serde_repr v0.1.20
8072026-03-04T17:34:38.751Z Downloaded serde_spanned v1.0.4
8082026-03-04T17:34:38.752Z Downloaded omicron-zone-package v0.12.2
8092026-03-04T17:34:38.755Z Downloaded rustversion v1.0.22
8102026-03-04T17:34:38.758Z Downloaded quinn-udp v0.5.14
8112026-03-04T17:34:38.767Z Downloaded signal-hook-mio v0.2.5
8122026-03-04T17:34:38.767Z Downloaded shell-words v1.1.1
8132026-03-04T17:34:38.770Z Downloaded rand_seeder v0.4.0
8142026-03-04T17:34:38.770Z Downloaded slog-bunyan v2.5.0
8152026-03-04T17:34:38.770Z Downloaded siphasher v1.0.2
8162026-03-04T17:34:38.773Z Downloaded sigpipe v0.1.3
8172026-03-04T17:34:38.773Z Downloaded rusty-fork v0.3.1
8182026-03-04T17:34:38.776Z Downloaded rustls-pemfile v2.2.0
8192026-03-04T17:34:38.779Z Downloaded hyper-util v0.1.20
8202026-03-04T17:34:38.786Z Downloaded slog-envlogger v2.2.0
8212026-03-04T17:34:38.788Z Downloaded sct v0.7.1
8222026-03-04T17:34:38.792Z Downloaded sqlparser_derive v0.5.0
8232026-03-04T17:34:38.794Z Downloaded expectorate v1.2.0
8242026-03-04T17:34:38.797Z Downloaded scroll v0.13.0
8252026-03-04T17:34:38.799Z Downloaded schemars_derive v0.8.22
8262026-03-04T17:34:38.802Z Downloaded prefix-trie v0.7.0
8272026-03-04T17:34:38.806Z Downloaded jiff-static v0.2.21
8282026-03-04T17:34:38.809Z Downloaded hashbrown v0.12.3
8292026-03-04T17:34:38.814Z Downloaded openssl-sys v0.9.111
8302026-03-04T17:34:38.820Z Downloaded progenitor-impl v0.10.0
8312026-03-04T17:34:38.823Z Downloaded serde_path_to_error v0.1.20
8322026-03-04T17:34:38.826Z Downloaded ssh-cipher v0.2.0
8332026-03-04T17:34:38.828Z Downloaded serde_derive_internals v0.29.1
8342026-03-04T17:34:38.831Z Downloaded rustls-pki-types v1.14.0
8352026-03-04T17:34:38.834Z Downloaded serde-hex v0.1.0
8362026-03-04T17:34:38.837Z Downloaded crossterm v0.28.1
8372026-03-04T17:34:38.842Z Downloaded ssh-encoding v0.2.0
8382026-03-04T17:34:38.845Z Downloaded http v1.4.0
8392026-03-04T17:34:38.849Z Downloaded signal-hook-registry v1.4.8
8402026-03-04T17:34:38.851Z Downloaded psm v0.1.30
8412026-03-04T17:34:38.854Z Downloaded structmeta-derive v0.3.0
8422026-03-04T17:34:38.857Z Downloaded strum v0.27.2
8432026-03-04T17:34:38.860Z Downloaded subtle v2.6.1
8442026-03-04T17:34:38.860Z Downloaded strum v0.26.3
8452026-03-04T17:34:38.863Z Downloaded signal-hook-tokio v0.3.1
8462026-03-04T17:34:38.865Z Downloaded slog-scope v4.4.1
8472026-03-04T17:34:38.865Z Downloaded slog-async v2.8.0
8482026-03-04T17:34:38.870Z Downloaded simd-adler32 v0.3.8
8492026-03-04T17:34:38.873Z Downloaded shlex v1.3.0
8502026-03-04T17:34:38.873Z Downloaded aes v0.8.4
8512026-03-04T17:34:38.877Z Downloaded sync_wrapper v1.0.2
8522026-03-04T17:34:38.928Z Downloaded rcgen v0.12.1
8532026-03-04T17:34:38.928Z Downloaded tap v1.0.1
8542026-03-04T17:34:38.928Z Downloaded slog-term v2.9.2
8552026-03-04T17:34:38.928Z Downloaded ron v0.8.1
8562026-03-04T17:34:38.928Z Downloaded tagptr v0.2.0
8572026-03-04T17:34:38.928Z Downloaded tabled_derive v0.11.0
8582026-03-04T17:34:38.928Z Downloaded aes-gcm v0.10.3
8592026-03-04T17:34:38.928Z Downloaded progenitor-impl v0.11.2
8602026-03-04T17:34:38.929Z Downloaded smallvec v0.6.14
8612026-03-04T17:34:38.929Z Downloaded snafu-derive v0.8.9
8622026-03-04T17:34:38.929Z Downloaded sqlformat v0.3.5
8632026-03-04T17:34:38.929Z Downloaded termtree v0.5.1
8642026-03-04T17:34:38.929Z Downloaded thread-id v5.1.0
8652026-03-04T17:34:38.929Z Downloaded num-bigint v0.4.6
8662026-03-04T17:34:38.929Z Downloaded russh-keys v0.45.0
8672026-03-04T17:34:38.929Z Downloaded thiserror-impl-no-std v2.0.2
8682026-03-04T17:34:38.929Z Downloaded take_mut v0.2.2
8692026-03-04T17:34:38.929Z Downloaded rustls-platform-verifier v0.6.2
8702026-03-04T17:34:38.932Z Downloaded testing_table v0.3.0
8712026-03-04T17:34:38.933Z Downloaded tinyvec_macros v0.1.1
8722026-03-04T17:34:38.933Z Downloaded time-core v0.1.8
8732026-03-04T17:34:38.933Z Downloaded static_assertions v1.1.0
8742026-03-04T17:34:38.936Z Downloaded mio v1.1.1
8752026-03-04T17:34:38.940Z Downloaded spki v0.7.3
8762026-03-04T17:34:38.944Z Downloaded strum_macros v0.27.2
8772026-03-04T17:34:38.949Z Downloaded ryu v1.0.23
8782026-03-04T17:34:38.955Z Downloaded strum_macros v0.26.4
8792026-03-04T17:34:38.955Z Downloaded strum_macros v0.24.3
8802026-03-04T17:34:38.958Z Downloaded pretty_assertions v1.4.1
8812026-03-04T17:34:38.958Z Downloaded rayon-core v1.13.0
8822026-03-04T17:34:38.961Z Downloaded schemars v0.8.22
8832026-03-04T17:34:38.972Z Downloaded itertools v0.10.5
8842026-03-04T17:34:38.981Z Downloaded supports-color v3.0.2
8852026-03-04T17:34:38.984Z Downloaded prettyplease v0.2.37
8862026-03-04T17:34:38.984Z Downloaded hashbrown v0.15.5
8872026-03-04T17:34:38.989Z Downloaded termios v0.3.3
8882026-03-04T17:34:38.992Z Downloaded support-bundle-viewer v0.1.2
8892026-03-04T17:34:38.995Z Downloaded topological-sort v0.2.2
8902026-03-04T17:34:38.995Z Downloaded tower-service v0.3.3
8912026-03-04T17:34:38.998Z Downloaded thiserror-no-std v2.0.2
8922026-03-04T17:34:39.001Z Downloaded tower-layer v0.3.3
8932026-03-04T17:34:39.004Z Downloaded spin v0.9.8
8942026-03-04T17:34:39.008Z Downloaded trait-variant v0.1.2
8952026-03-04T17:34:39.008Z Downloaded time-macros v0.2.27
8962026-03-04T17:34:39.011Z Downloaded libxml v0.3.3
8972026-03-04T17:34:39.015Z Downloaded tiny-keccak v2.0.2
8982026-03-04T17:34:39.018Z Downloaded thread_local v1.1.9
8992026-03-04T17:34:39.021Z Downloaded stacker v0.1.23
9002026-03-04T17:34:39.024Z Downloaded quinn v0.11.9
9012026-03-04T17:34:39.026Z Downloaded qorb v0.4.1
9022026-03-04T17:34:39.030Z Downloaded unicode-truncate v1.1.0
9032026-03-04T17:34:39.033Z Downloaded typify-macro v0.4.3
9042026-03-04T17:34:39.035Z Downloaded untrusted v0.7.1
9052026-03-04T17:34:39.035Z Downloaded universal-hash v0.5.1
9062026-03-04T17:34:39.035Z Downloaded typify-macro v0.6.1
9072026-03-04T17:34:39.038Z Downloaded tokio-native-tls v0.3.1
9082026-03-04T17:34:39.041Z Downloaded tokio-macros v2.6.0
9092026-03-04T17:34:39.041Z Downloaded unit-prefix v0.5.2
9102026-03-04T17:34:39.041Z Downloaded signal-hook v0.3.18
9112026-03-04T17:34:39.045Z Downloaded usdt v0.6.0
9122026-03-04T17:34:39.048Z Downloaded unarray v0.1.4
9132026-03-04T17:34:39.048Z Downloaded socket2 v0.5.10
9142026-03-04T17:34:39.051Z Downloaded try-lock v0.2.5
9152026-03-04T17:34:39.051Z Downloaded publicsuffix v2.3.0
9162026-03-04T17:34:39.053Z Downloaded tokio-rustls v0.25.0
9172026-03-04T17:34:39.056Z Downloaded tokio-tungstenite v0.21.0
9182026-03-04T17:34:39.059Z Downloaded tokio-dtrace v0.1.1
9192026-03-04T17:34:39.063Z Downloaded serde_with_macros v3.17.0
9202026-03-04T17:34:39.063Z Downloaded itertools v0.12.1
9212026-03-04T17:34:39.068Z Downloaded usdt-attr-macro v0.6.0
9222026-03-04T17:34:39.071Z Downloaded nom v7.1.3
9232026-03-04T17:34:39.074Z Downloaded usdt-macro v0.6.0
9242026-03-04T17:34:39.077Z Downloaded iddqd v0.3.17
9252026-03-04T17:34:39.083Z Downloaded toml_writer v1.0.6+spec-1.1.0
9262026-03-04T17:34:39.086Z Downloaded term v1.2.1
9272026-03-04T17:34:39.088Z Downloaded void v1.0.2
9282026-03-04T17:34:39.091Z Downloaded socket2 v0.6.2
9292026-03-04T17:34:39.091Z Downloaded utf-8 v0.7.6
9302026-03-04T17:34:39.094Z Downloaded term v0.7.0
9312026-03-04T17:34:39.097Z Downloaded waitgroup v0.1.2
9322026-03-04T17:34:39.100Z Downloaded serde_yaml v0.9.34+deprecated
9332026-03-04T17:34:39.103Z Downloaded num-bigint-dig v0.8.6
9342026-03-04T17:34:39.105Z Downloaded itertools v0.13.0
9352026-03-04T17:34:39.112Z Downloaded wait-timeout v0.2.1
9362026-03-04T17:34:39.115Z Downloaded tui-tree-widget v0.23.1
9372026-03-04T17:34:39.118Z Downloaded tls_codec v0.4.2
9382026-03-04T17:34:39.118Z Downloaded rustls-webpki v0.103.9
9392026-03-04T17:34:39.121Z Downloaded slog v2.8.2
9402026-03-04T17:34:39.124Z Downloaded xattr v1.6.1
9412026-03-04T17:34:39.127Z Downloaded subprocess v0.2.15
9422026-03-04T17:34:39.130Z Downloaded want v0.3.1
9432026-03-04T17:34:39.134Z Downloaded rand v0.8.5
9442026-03-04T17:34:39.134Z Downloaded xshell-macros v0.2.7
9452026-03-04T17:34:39.137Z Downloaded tokio-rustls v0.26.4
9462026-03-04T17:34:39.140Z Downloaded tokio-rustls v0.24.1
9472026-03-04T17:34:39.140Z Downloaded tls_codec_derive v0.4.2
9482026-03-04T17:34:39.143Z Downloaded tokio-stream v0.1.18
9492026-03-04T17:34:39.146Z Downloaded zeroize_derive v1.4.3
9502026-03-04T17:34:39.149Z Downloaded schemars v1.2.1
9512026-03-04T17:34:39.162Z Downloaded toml_parser v1.0.9+spec-1.1.0
9522026-03-04T17:34:39.164Z Downloaded samael v0.0.19
9532026-03-04T17:34:39.170Z Downloaded vergen-lib v0.1.6
9542026-03-04T17:34:39.173Z Downloaded uzers v0.12.2
9552026-03-04T17:34:39.176Z Downloaded vergen-gitcl v1.0.8
9562026-03-04T17:34:39.176Z Downloaded tar v0.4.44
9572026-03-04T17:34:39.179Z Downloaded zone_cfg_derive v0.3.1
9582026-03-04T17:34:39.181Z Downloaded zone v0.3.1
9592026-03-04T17:34:39.181Z Downloaded vergen-git2 v1.0.7
9602026-03-04T17:34:39.184Z Downloaded snafu v0.8.9
9612026-03-04T17:34:39.188Z Downloaded tinyvec v1.10.0
9622026-03-04T17:34:39.192Z Downloaded walkdir v2.5.0
9632026-03-04T17:34:39.194Z Downloaded vsss-rs v3.3.4
9642026-03-04T17:34:39.197Z Downloaded p521 v0.13.3
9652026-03-04T17:34:39.200Z Downloaded tracing-attributes v0.1.31
9662026-03-04T17:34:39.203Z Downloaded test-strategy v0.4.5
9672026-03-04T17:34:39.206Z Downloaded whoami v1.6.1
9682026-03-04T17:34:39.209Z Downloaded xshell v0.2.7
9692026-03-04T17:34:39.212Z Downloaded wyz v0.5.1
9702026-03-04T17:34:39.212Z Downloaded whoami v2.1.0
9712026-03-04T17:34:39.215Z Downloaded rand v0.9.2
9722026-03-04T17:34:39.218Z Downloaded h2 v0.4.13
9732026-03-04T17:34:39.223Z Downloaded xz2 v0.1.7
9742026-03-04T17:34:39.226Z Downloaded rand v0.10.0
9752026-03-04T17:34:39.229Z Downloaded usdt-impl v0.6.0
9762026-03-04T17:34:39.231Z Downloaded aho-corasick v1.1.4
9772026-03-04T17:34:39.235Z Downloaded toml v0.9.12+spec-1.1.0
9782026-03-04T17:34:39.239Z Downloaded blake3 v1.8.3
9792026-03-04T17:34:39.248Z Downloaded zstd v0.13.3
9802026-03-04T17:34:39.250Z Downloaded zeroize v1.8.2
9812026-03-04T17:34:39.253Z Downloaded unicode-properties v0.1.4
9822026-03-04T17:34:39.256Z Downloaded unicase v2.9.0
9832026-03-04T17:34:39.256Z Downloaded libm v0.2.16
9842026-03-04T17:34:39.280Z Downloaded vergen v9.0.6
9852026-03-04T17:34:39.282Z Downloaded unicode-bidi v0.3.18
9862026-03-04T17:34:39.285Z Downloaded typify v0.6.1
9872026-03-04T17:34:39.288Z Downloaded typify v0.4.3
9882026-03-04T17:34:39.293Z Downloaded rustyline v14.0.0
9892026-03-04T17:34:39.299Z Downloaded zerocopy v0.6.6
9902026-03-04T17:34:39.302Z Downloaded yasna v0.5.2
9912026-03-04T17:34:39.305Z Downloaded unsafe-libyaml v0.2.11
9922026-03-04T17:34:39.309Z Downloaded zstd-safe v7.2.4
9932026-03-04T17:34:39.312Z Downloaded uuid v1.21.0
9942026-03-04T17:34:39.316Z Downloaded toml_edit v0.23.10+spec-1.0.0
9952026-03-04T17:34:39.321Z Downloaded rpassword v7.4.0
9962026-03-04T17:34:39.324Z Downloaded ssh-key v0.6.7
9972026-03-04T17:34:39.329Z Downloaded toml v0.7.8
9982026-03-04T17:34:39.332Z Downloaded ron v0.12.0
9992026-03-04T17:34:39.341Z Downloaded bitvec v1.0.1
10002026-03-04T17:34:39.356Z Downloaded hyper v1.8.1
10012026-03-04T17:34:39.362Z Downloaded zopfli v0.8.3
10022026-03-04T17:34:39.365Z Downloaded vte v0.14.1
10032026-03-04T17:34:39.368Z Downloaded toml_edit v0.19.15
10042026-03-04T17:34:39.384Z Downloaded unicode_categories v0.1.1
10052026-03-04T17:34:39.387Z Downloaded tungstenite v0.23.0
10062026-03-04T17:34:39.390Z Downloaded tracing-core v0.1.36
10072026-03-04T17:34:39.393Z Downloaded git2 v0.20.4
10082026-03-04T17:34:39.399Z Downloaded regex v1.12.3
10092026-03-04T17:34:39.409Z Downloaded zip v0.6.6
10102026-03-04T17:34:39.412Z Downloaded yansi v1.0.1
10112026-03-04T17:34:39.412Z Downloaded reqwest v0.12.28
10122026-03-04T17:34:39.416Z Downloaded reedline v0.40.0
10132026-03-04T17:34:39.424Z Downloaded reqwest v0.13.2
10142026-03-04T17:34:39.430Z Downloaded chrono v0.4.44
10152026-03-04T17:34:39.436Z Downloaded aws-lc-rs v1.16.0
10162026-03-04T17:34:39.445Z Downloaded bindgen v0.71.1
10172026-03-04T17:34:39.453Z Downloaded twox-hash v2.1.2
10182026-03-04T17:34:39.456Z Downloaded tower v0.5.3
10192026-03-04T17:34:39.462Z Downloaded tokio-postgres v0.7.16
10202026-03-04T17:34:39.466Z Downloaded quick-xml v0.37.5
10212026-03-04T17:34:39.471Z Downloaded x509-cert v0.2.5
10222026-03-04T17:34:39.476Z Downloaded zerocopy-derive v0.8.40
10232026-03-04T17:34:39.484Z Downloaded portable-atomic v1.13.1
10242026-03-04T17:34:39.491Z Downloaded rustls-webpki v0.101.7
10252026-03-04T17:34:39.504Z Downloaded salty v0.3.0
10262026-03-04T17:34:39.511Z Downloaded typed-path v0.9.3
10272026-03-04T17:34:39.517Z Downloaded tough v0.20.0
10282026-03-04T17:34:39.524Z Downloaded unicode-normalization v0.1.25
10292026-03-04T17:34:39.528Z Downloaded rustls-webpki v0.102.8
10302026-03-04T17:34:39.546Z Downloaded tower-http v0.6.8
10312026-03-04T17:34:39.554Z Downloaded proptest v1.10.0
10322026-03-04T17:34:39.563Z Downloaded rayon v1.11.0
10332026-03-04T17:34:39.573Z Downloaded petname v2.0.2
10342026-03-04T17:34:39.578Z Downloaded moka v0.12.13
10352026-03-04T17:34:39.585Z Downloaded zip v4.6.1
10362026-03-04T17:34:39.588Z Downloaded serde_with v3.17.0
10372026-03-04T17:34:39.600Z Downloaded winnow v0.6.26
10382026-03-04T17:34:39.607Z Downloaded tokio-util v0.7.18
10392026-03-04T17:34:39.614Z Downloaded quinn-proto v0.11.13
10402026-03-04T17:34:39.621Z Downloaded radix_trie v0.2.1
10412026-03-04T17:34:39.625Z Downloaded openssl v0.10.75
10422026-03-04T17:34:39.635Z Downloaded winnow v0.5.40
10432026-03-04T17:34:39.643Z Downloaded nix v0.27.1
10442026-03-04T17:34:39.653Z Downloaded object v0.30.4
10452026-03-04T17:34:39.661Z Downloaded curve25519-dalek v4.1.3
10462026-03-04T17:34:39.670Z Downloaded polar-core v0.27.3
10472026-03-04T17:34:39.677Z Downloaded nix v0.28.0
10482026-03-04T17:34:39.687Z Downloaded tabled v0.20.0
10492026-03-04T17:34:39.706Z Downloaded time v0.3.47
10502026-03-04T17:34:39.720Z Downloaded nix v0.29.0
10512026-03-04T17:34:39.728Z Downloaded vcpkg v0.2.15
10522026-03-04T17:34:39.764Z Downloaded rustls v0.21.12
10532026-03-04T17:34:39.774Z Downloaded zlib-rs v0.6.2
10542026-03-04T17:34:39.778Z Downloaded object v0.37.3
10552026-03-04T17:34:39.788Z Downloaded webpki-roots v1.0.6
10562026-03-04T17:34:39.792Z Downloaded nix v0.30.1
10572026-03-04T17:34:39.801Z Downloaded smoltcp v0.11.0
10582026-03-04T17:34:39.813Z Downloaded rustix v0.38.44
10592026-03-04T17:34:39.835Z Downloaded zerocopy v0.8.40
10602026-03-04T17:34:39.844Z Downloaded hickory-proto v0.25.2
10612026-03-04T17:34:39.857Z Downloaded rustls v0.22.4
10622026-03-04T17:34:39.870Z Downloaded rustls v0.23.37
10632026-03-04T17:34:39.880Z Downloaded regex-syntax v0.8.10
10642026-03-04T17:34:39.887Z Downloaded openapiv3 v2.2.0
10652026-03-04T17:34:39.897Z Downloaded regress v0.10.5
10662026-03-04T17:34:39.905Z Downloaded hickory-proto v0.24.4
10672026-03-04T17:34:39.919Z Downloaded regex-syntax v0.6.29
10682026-03-04T17:34:39.926Z Downloaded nix v0.31.1
10692026-03-04T17:34:39.939Z Downloaded sled v0.34.7
10702026-03-04T17:34:39.949Z Downloaded typify-impl v0.6.1
10712026-03-04T17:34:39.959Z Downloaded typify-impl v0.4.3
10722026-03-04T17:34:39.973Z Downloaded sqlparser v0.61.0
10732026-03-04T17:34:39.983Z Downloaded tracing v0.1.44
10742026-03-04T17:34:40.002Z Downloaded bzip2-sys v0.1.13+1.0.8
10752026-03-04T17:34:40.014Z Downloaded ratatui v0.29.0
10762026-03-04T17:34:40.052Z Downloaded dropshot v0.16.7
10772026-03-04T17:34:40.064Z Downloaded smoltcp v0.9.1
10782026-03-04T17:34:40.068Z Downloaded diesel v2.2.12
10792026-03-04T17:34:40.080Z Downloaded chrono-tz v0.10.4
10802026-03-04T17:34:40.095Z Downloaded bstr v1.12.1
10812026-03-04T17:34:40.103Z Downloaded unicode-segmentation v1.12.0
10822026-03-04T17:34:40.106Z Downloaded lalrpop v0.19.12
10832026-03-04T17:34:40.116Z Downloaded zerocopy-derive v0.6.6
10842026-03-04T17:34:40.125Z Downloaded goblin v0.10.5
10852026-03-04T17:34:40.132Z Downloaded petgraph v0.8.3
10862026-03-04T17:34:40.153Z Downloaded regex-automata v0.4.14
10872026-03-04T17:34:40.166Z Downloaded jiff v0.2.21
10882026-03-04T17:34:40.184Z Downloaded petgraph v0.6.5
10892026-03-04T17:34:40.199Z Downloaded lzma-sys v0.1.20
10902026-03-04T17:34:40.226Z Downloaded p384 v0.13.1
10912026-03-04T17:34:40.231Z Downloaded tungstenite v0.21.0
10922026-03-04T17:34:40.236Z Downloaded steno v0.4.1
10932026-03-04T17:34:40.239Z Downloaded sha3 v0.10.8
10942026-03-04T17:34:40.242Z Downloaded russh v0.45.0
10952026-03-04T17:34:40.246Z Downloaded iri-string v0.7.10
10962026-03-04T17:34:40.254Z Downloaded hkdf v0.12.4
10972026-03-04T17:34:40.257Z Downloaded csv v1.4.0
10982026-03-04T17:34:40.274Z Downloaded libz-sys v1.1.24
10992026-03-04T17:34:40.293Z Downloaded itertools v0.14.0
11002026-03-04T17:34:40.299Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11012026-03-04T17:34:40.316Z Downloaded rsa v0.9.10
11022026-03-04T17:34:40.320Z Downloaded futures-util v0.3.32
11032026-03-04T17:34:40.334Z Downloaded tokio v1.49.0
11042026-03-04T17:34:40.368Z Downloaded untrusted v0.9.0
11052026-03-04T17:34:40.371Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-03-04T17:34:40.371Z Downloaded tokio-tungstenite v0.23.1
11072026-03-04T17:34:40.374Z Downloaded similar v2.7.0
11082026-03-04T17:34:40.377Z Downloaded schemars v0.9.0
11092026-03-04T17:34:40.389Z Downloaded stringprep v0.1.5
11102026-03-04T17:34:40.392Z Downloaded string_cache v0.8.9
11112026-03-04T17:34:40.392Z Downloaded tabwriter v1.4.1
11122026-03-04T17:34:40.395Z Downloaded smf v0.2.3
11132026-03-04T17:34:40.395Z Downloaded serde_cbor v0.11.2
11142026-03-04T17:34:40.399Z Downloaded progenitor-impl v0.13.0
11152026-03-04T17:34:40.402Z Downloaded sync-ptr v0.1.4
11162026-03-04T17:34:40.402Z Downloaded slab v0.4.12
11172026-03-04T17:34:40.402Z Downloaded hashbrown v0.13.2
11182026-03-04T17:34:40.406Z Downloaded slog-stdlog v4.1.1
11192026-03-04T17:34:40.411Z Downloaded slog-json v2.6.1
11202026-03-04T17:34:40.411Z Downloaded slog-dtrace v0.3.0
11212026-03-04T17:34:40.414Z Downloaded sec1 v0.7.3
11222026-03-04T17:34:40.414Z Downloaded structmeta v0.3.0
11232026-03-04T17:34:40.414Z Downloaded strip-ansi-escapes v0.2.1
11242026-03-04T17:34:40.414Z Downloaded pin-project v1.1.11
11252026-03-04T17:34:40.425Z Downloaded hickory-server v0.25.2
11262026-03-04T17:34:40.428Z Downloaded signature v2.2.0
11272026-03-04T17:34:40.431Z Downloaded minimal-lexical v0.2.1
11282026-03-04T17:34:40.434Z Downloaded rustls-pemfile v1.0.4
11292026-03-04T17:34:40.437Z Downloaded rustls-native-certs v0.8.3
11302026-03-04T17:34:40.441Z Downloaded serde_bytes v0.11.19
11312026-03-04T17:34:40.441Z Downloaded scheduled-thread-pool v0.2.7
11322026-03-04T17:34:40.444Z Downloaded ppv-lite86 v0.2.21
11332026-03-04T17:34:40.444Z Downloaded encoding_rs v0.8.35
11342026-03-04T17:34:40.462Z Downloaded postcard v1.1.3
11352026-03-04T17:34:40.468Z Downloaded rand_chacha v0.9.0
11362026-03-04T17:34:40.468Z Downloaded r2d2 v0.8.10
11372026-03-04T17:34:40.471Z Downloaded pkcs1 v0.7.5
11382026-03-04T17:34:40.471Z Downloaded parking_lot_core v0.9.12
11392026-03-04T17:34:40.471Z Downloaded parking_lot_core v0.8.6
11402026-03-04T17:34:40.475Z Downloaded parking_lot v0.12.5
11412026-03-04T17:34:40.475Z Downloaded hickory-resolver v0.24.4
11422026-03-04T17:34:40.479Z Downloaded indexmap v1.9.3
11432026-03-04T17:34:40.482Z Downloaded predicates v3.1.4
11442026-03-04T17:34:40.485Z Downloaded ring v0.17.14
11452026-03-04T17:34:40.523Z Downloaded flate2 v1.1.9
11462026-03-04T17:34:40.527Z Downloaded phf v0.12.1
11472026-03-04T17:34:40.529Z Downloaded dropshot-api-manager v0.5.2
11482026-03-04T17:34:40.532Z Downloaded derive_more-impl v2.1.1
11492026-03-04T17:34:40.535Z Downloaded crypto-bigint v0.5.5
11502026-03-04T17:34:40.541Z Downloaded phf v0.13.1
11512026-03-04T17:34:40.544Z Downloaded peg v0.8.5
11522026-03-04T17:34:40.547Z Downloaded libbz2-rs-sys v0.2.2
11532026-03-04T17:34:40.547Z Downloaded paste v1.0.15
11542026-03-04T17:34:40.550Z Downloaded ed25519-dalek v2.2.0
11552026-03-04T17:34:40.553Z Downloaded parse-size v1.1.0
11562026-03-04T17:34:40.554Z Downloaded heapless v0.8.0
11572026-03-04T17:34:40.556Z Downloaded memmap2 v0.9.10
11582026-03-04T17:34:40.559Z Downloaded cc v1.2.56
11592026-03-04T17:34:40.563Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-03-04T17:34:40.612Z Downloaded base64 v0.21.7
11612026-03-04T17:34:40.615Z Downloaded powerfmt v0.2.0
11622026-03-04T17:34:40.615Z Downloaded base64 v0.22.1
11632026-03-04T17:34:40.618Z Downloaded owo-colors v4.3.0
11642026-03-04T17:34:40.621Z Downloaded num-integer v0.1.46
11652026-03-04T17:34:40.621Z Downloaded num-rational v0.4.2
11662026-03-04T17:34:40.624Z Downloaded num-complex v0.4.6
11672026-03-04T17:34:40.624Z Downloaded hyper-rustls v0.27.7
11682026-03-04T17:34:40.627Z Downloaded crossterm v0.29.0
11692026-03-04T17:34:40.631Z Downloaded phf_shared v0.11.3
11702026-03-04T17:34:40.634Z Downloaded derive-where v1.6.0
11712026-03-04T17:34:40.637Z Downloaded darling_core v0.21.3
11722026-03-04T17:34:40.640Z Downloaded num_enum v0.5.11
11732026-03-04T17:34:40.644Z Downloaded flume v0.11.1
11742026-03-04T17:34:40.648Z Downloaded darling_core v0.20.11
11752026-03-04T17:34:40.651Z Downloaded nu-ansi-term v0.50.3
11762026-03-04T17:34:40.655Z Downloaded der v0.7.10
11772026-03-04T17:34:40.659Z Downloaded darling_core v0.23.0
11782026-03-04T17:34:40.662Z Downloaded nodrop v0.1.14
11792026-03-04T17:34:40.662Z Downloaded newline-converter v0.3.0
11802026-03-04T17:34:40.662Z Downloaded num v0.4.3
11812026-03-04T17:34:40.665Z Downloaded nanorand v0.7.0
11822026-03-04T17:34:40.665Z Downloaded mime_guess v2.0.5
11832026-03-04T17:34:40.668Z Downloaded hickory-client v0.25.2
11842026-03-04T17:34:40.669Z Downloaded compact_str v0.8.1
11852026-03-04T17:34:40.672Z Downloaded chacha20poly1305 v0.10.1
11862026-03-04T17:34:40.675Z Downloaded half v1.8.3
11872026-03-04T17:34:40.675Z Downloaded dropshot_endpoint v0.16.7
11882026-03-04T17:34:40.678Z Downloaded openssl-macros v0.1.1
11892026-03-04T17:34:40.678Z Downloaded olpc-cjson v0.1.4
11902026-03-04T17:34:40.681Z Downloaded lock_api v0.4.14
11912026-03-04T17:34:40.681Z Downloaded libsw v3.5.0
11922026-03-04T17:34:40.681Z Downloaded native-tls v0.2.18
11932026-03-04T17:34:40.684Z Downloaded httparse v1.10.1
11942026-03-04T17:34:40.685Z Downloaded ingot-macros v0.1.1
11952026-03-04T17:34:40.687Z Downloaded getrandom v0.3.4
11962026-03-04T17:34:40.690Z Downloaded futures-channel v0.3.32
11972026-03-04T17:34:40.690Z Downloaded futures v0.3.32
11982026-03-04T17:34:40.694Z Downloaded libsw-core v0.3.2
11992026-03-04T17:34:40.696Z Downloaded libloading v0.8.9
12002026-03-04T17:34:40.701Z Downloaded libefi-sys v0.1.0
12012026-03-04T17:34:40.701Z Downloaded nonempty v0.12.0
12022026-03-04T17:34:40.701Z Downloaded newtype-uuid-macros v0.1.0
12032026-03-04T17:34:40.705Z Downloaded jobserver v0.1.34
12042026-03-04T17:34:40.705Z Downloaded const_format v0.2.35
12052026-03-04T17:34:40.708Z Downloaded multimap v0.10.1
12062026-03-04T17:34:40.708Z Downloaded convert_case v0.10.0
12072026-03-04T17:34:40.708Z Downloaded async-bb8-diesel v0.2.1
12082026-03-04T17:34:40.711Z Downloaded colored v2.2.0
12092026-03-04T17:34:40.714Z Downloaded darling v0.23.0
12102026-03-04T17:34:40.718Z Downloaded ciborium v0.2.2
12112026-03-04T17:34:40.720Z Downloaded ahash v0.8.12
12122026-03-04T17:34:40.720Z Downloaded maplit v1.0.2
12132026-03-04T17:34:40.725Z Downloaded allocator-api2 v0.2.21
12142026-03-04T17:34:40.725Z Downloaded lzss v0.8.2
12152026-03-04T17:34:40.728Z Downloaded maybe-uninit v2.0.0
12162026-03-04T17:34:40.728Z Downloaded match_cfg v0.1.0
12172026-03-04T17:34:40.728Z Downloaded lru-slab v0.1.2
12182026-03-04T17:34:40.728Z Downloaded humantime v2.3.0
12192026-03-04T17:34:40.731Z Downloaded impl-trait-for-tuples v0.2.3
12202026-03-04T17:34:40.731Z Downloaded hyper-staticfile v0.10.1
12212026-03-04T17:34:40.735Z Downloaded http-body-util v0.1.3
12222026-03-04T17:34:40.735Z Downloaded group v0.13.0
12232026-03-04T17:34:40.737Z Downloaded keccak v0.1.6
12242026-03-04T17:34:40.737Z Downloaded internet-checksum v0.2.1
12252026-03-04T17:34:40.737Z Downloaded instability v0.3.11
12262026-03-04T17:34:40.740Z Downloaded cookie_store v0.22.1
12272026-03-04T17:34:40.740Z Downloaded cookie v0.18.1
12282026-03-04T17:34:40.743Z Downloaded bzip2 v0.4.4
12292026-03-04T17:34:40.743Z Downloaded instant v0.1.13
12302026-03-04T17:34:40.746Z Downloaded indoc v1.0.9
12312026-03-04T17:34:40.746Z Downloaded funty v2.0.0
12322026-03-04T17:34:40.750Z Downloaded const-oid v0.9.6
12332026-03-04T17:34:40.750Z Downloaded blake2 v0.10.6
12342026-03-04T17:34:40.753Z Downloaded backon v1.6.0
12352026-03-04T17:34:40.758Z Downloaded daft v0.1.5
12362026-03-04T17:34:40.758Z Downloaded console v0.16.2
12372026-03-04T17:34:40.758Z Downloaded cancel-safe-futures v0.1.5
12382026-03-04T17:34:40.761Z Downloaded clang-sys v1.8.1
12392026-03-04T17:34:40.761Z Downloaded csv-core v0.1.13
12402026-03-04T17:34:40.761Z Downloaded const_format_proc_macros v0.2.34
12412026-03-04T17:34:40.765Z Downloaded bzip2 v0.6.1
12422026-03-04T17:34:40.768Z Downloaded drift v0.1.3
12432026-03-04T17:34:40.772Z Downloaded cargo_toml v0.22.3
12442026-03-04T17:34:40.772Z Downloaded ident_case v1.0.1
12452026-03-04T17:34:40.772Z Downloaded hyper-tls v0.6.0
12462026-03-04T17:34:40.774Z Downloaded hubpack v0.1.2
12472026-03-04T17:34:40.775Z Downloaded http-range v0.1.5
12482026-03-04T17:34:40.775Z Downloaded http-body v1.0.1
12492026-03-04T17:34:40.777Z Downloaded hostname v0.4.2
12502026-03-04T17:34:40.778Z Downloaded globset v0.4.18
12512026-03-04T17:34:40.779Z Downloaded glob v0.3.3
12522026-03-04T17:34:40.782Z Downloaded futures-executor v0.3.32
12532026-03-04T17:34:40.782Z Downloaded diesel_derives v2.2.7
12542026-03-04T17:34:40.785Z Downloaded ff v0.13.1
12552026-03-04T17:34:40.785Z Downloaded colored v3.1.1
12562026-03-04T17:34:40.787Z Downloaded chacha20 v0.10.0
12572026-03-04T17:34:40.792Z Downloaded argon2 v0.5.3
12582026-03-04T17:34:40.792Z Downloaded erased-serde v0.3.31
12592026-03-04T17:34:40.796Z Downloaded console v0.15.11
12602026-03-04T17:34:40.796Z Downloaded chacha20 v0.9.1
12612026-03-04T17:34:40.800Z Downloaded cassowary v0.3.0
12622026-03-04T17:34:40.800Z Downloaded headers-core v0.3.0
12632026-03-04T17:34:40.800Z Downloaded fixedbitset v0.4.2
12642026-03-04T17:34:40.800Z Downloaded find-msvc-tools v0.1.9
12652026-03-04T17:34:40.804Z Downloaded env_logger v0.11.9
12662026-03-04T17:34:40.804Z Downloaded ecdsa v0.16.9
12672026-03-04T17:34:40.804Z Downloaded defmt-macros v1.0.1
12682026-03-04T17:34:40.807Z Downloaded fs_extra v1.3.0
12692026-03-04T17:34:40.811Z Downloaded foldhash v0.2.0
12702026-03-04T17:34:40.811Z Downloaded dropshot-api-manager-types v0.5.2
12712026-03-04T17:34:40.811Z Downloaded ctr v0.9.2
12722026-03-04T17:34:40.815Z Downloaded derive-ex v0.1.8
12732026-03-04T17:34:40.815Z Downloaded cmake v0.1.57
12742026-03-04T17:34:40.815Z Downloaded camino-tempfile-ext v0.3.3
12752026-03-04T17:34:40.818Z Downloaded bit-vec v0.8.0
12762026-03-04T17:34:40.818Z Downloaded backoff v0.4.0
12772026-03-04T17:34:40.818Z Downloaded crc v3.4.0
12782026-03-04T17:34:40.844Z Downloaded cbc v0.1.2
12792026-03-04T17:34:40.844Z Downloaded buf-list v1.1.2
12802026-03-04T17:34:40.844Z Downloaded base64ct v1.8.3
12812026-03-04T17:34:40.844Z Downloaded embedded-io v0.4.0
12822026-03-04T17:34:40.844Z Downloaded darling_macro v0.21.3
12832026-03-04T17:34:40.845Z Downloaded bit-vec v0.6.3
12842026-03-04T17:34:40.845Z Downloaded float-cmp v0.10.0
12852026-03-04T17:34:40.845Z Downloaded cobs v0.3.0
12862026-03-04T17:34:40.845Z Downloaded diesel-dtrace v0.4.2
12872026-03-04T17:34:40.845Z Downloaded derive_builder_core v0.20.2
12882026-03-04T17:34:40.845Z Downloaded futures-sink v0.3.32
12892026-03-04T17:34:40.845Z Downloaded futures-core v0.3.32
12902026-03-04T17:34:40.845Z Downloaded foreign-types-shared v0.1.1
12912026-03-04T17:34:40.845Z Downloaded embedded-io v0.6.1
12922026-03-04T17:34:40.845Z Downloaded foreign-types-macros v0.2.3
12932026-03-04T17:34:40.845Z Downloaded fd-lock v4.0.4
12942026-03-04T17:34:40.845Z Downloaded display-error-chain v0.2.2
12952026-03-04T17:34:40.845Z Downloaded corncobs v0.1.4
12962026-03-04T17:34:40.845Z Downloaded base16ct v1.0.0
12972026-03-04T17:34:40.845Z Downloaded dtrace-parser v0.3.0
12982026-03-04T17:34:40.848Z Downloaded dof v0.4.0
12992026-03-04T17:34:40.848Z Downloaded darling_macro v0.20.11
13002026-03-04T17:34:40.848Z Downloaded cstr-argument v0.1.2
13012026-03-04T17:34:40.848Z Downloaded cipher v0.4.4
13022026-03-04T17:34:40.848Z Downloaded bcs v0.1.6
13032026-03-04T17:34:40.848Z Downloaded async-trait v0.1.89
13042026-03-04T17:34:40.853Z Downloaded dyn-clone v1.0.20
13052026-03-04T17:34:40.853Z Downloaded diesel_table_macro_syntax v0.2.0
13062026-03-04T17:34:40.855Z Downloaded arrayvec v0.7.6
13072026-03-04T17:34:40.855Z Downloaded document-features v0.2.12
13082026-03-04T17:34:40.855Z Downloaded darling_macro v0.23.0
13092026-03-04T17:34:40.856Z Downloaded endian-type v0.1.2
13102026-03-04T17:34:40.859Z Downloaded dsl_auto_type v0.1.3
13112026-03-04T17:34:40.859Z Downloaded dirs-next v2.0.0
13122026-03-04T17:34:40.859Z Downloaded derive_builder_macro v0.20.2
13132026-03-04T17:34:40.859Z Downloaded crucible-workspace-hack v0.1.0
13142026-03-04T17:34:40.859Z Downloaded cpufeatures v0.3.0
13152026-03-04T17:34:40.862Z Downloaded aead v0.5.2
13162026-03-04T17:34:40.862Z Downloaded bitfield-struct v0.6.2
13172026-03-04T17:34:40.862Z Downloaded crunchy v0.2.4
13182026-03-04T17:34:40.865Z Downloaded convert_case v0.4.0
13192026-03-04T17:34:40.865Z Downloaded defmt-parser v1.0.0
13202026-03-04T17:34:40.865Z Downloaded ciborium-io v0.2.2
13212026-03-04T17:34:40.865Z Downloaded castaway v0.2.4
13222026-03-04T17:34:40.868Z Downloaded bit-set v0.8.0
13232026-03-04T17:34:40.868Z Downloaded debug-ignore v1.0.5
13242026-03-04T17:34:40.870Z Downloaded darling v0.20.11
13252026-03-04T17:34:40.874Z Downloaded crossbeam-deque v0.8.6
13262026-03-04T17:34:40.874Z Downloaded cargo-platform v0.1.9
13272026-03-04T17:34:40.877Z Downloaded crc-catalog v2.4.0
13282026-03-04T17:34:40.877Z Downloaded cfg_aliases v0.1.1
13292026-03-04T17:34:40.877Z Downloaded base16ct v0.2.0
13302026-03-04T17:34:40.877Z Downloaded async-stream-impl v0.3.6
13312026-03-04T17:34:40.877Z Downloaded cfg_aliases v0.2.1
13322026-03-04T17:34:40.882Z Downloaded cexpr v0.6.0
13332026-03-04T17:34:40.882Z Downloaded block-padding v0.3.3
13342026-03-04T17:34:40.882Z Downloaded bitfield v0.19.4
13352026-03-04T17:34:40.882Z Downloaded derive_more v0.99.20
13362026-03-04T17:34:40.885Z Downloaded bb8 v0.8.6
13372026-03-04T17:34:40.891Z Downloaded atomic-waker v1.1.2
13382026-03-04T17:34:40.894Z Downloaded bcrypt-pbkdf v0.10.0
13392026-03-04T17:34:40.894Z Downloaded assert_matches v1.5.0
13402026-03-04T17:34:40.894Z Downloaded array-init v0.0.4
13412026-03-04T17:34:40.894Z Downloaded async-stream v0.3.6
13422026-03-04T17:34:40.898Z Downloaded ascii-canvas v3.0.0
13432026-03-04T17:34:41.353Z Downloaded aws-lc-sys v0.37.1
13442026-03-04T17:34:41.702Z Compiling libc v0.2.180
13452026-03-04T17:34:41.705Z Compiling serde v1.0.228
13462026-03-04T17:34:41.705Z Compiling log v0.4.29
13472026-03-04T17:34:41.705Z Compiling shlex v1.3.0
13482026-03-04T17:34:41.889Z Compiling find-msvc-tools v0.1.9
13492026-03-04T17:34:41.893Z Compiling smallvec v1.15.1
13502026-03-04T17:34:41.903Z Compiling syn v2.0.117
13512026-03-04T17:34:41.916Z Compiling typenum v1.19.0
13522026-03-04T17:34:42.262Z Compiling generic-array v0.14.7
13532026-03-04T17:34:42.267Z Compiling subtle v2.6.1
13542026-03-04T17:34:42.322Z Compiling scopeguard v1.2.0
13552026-03-04T17:34:42.427Z Compiling portable-atomic v1.13.1
13562026-03-04T17:34:42.476Z Compiling lock_api v0.4.14
13572026-03-04T17:34:42.497Z Compiling const-oid v0.9.6
13582026-03-04T17:34:42.603Z Compiling critical-section v1.2.0
13592026-03-04T17:34:42.643Z Compiling zerocopy v0.8.40
13602026-03-04T17:34:42.759Z Compiling parking_lot_core v0.9.12
13612026-03-04T17:34:42.942Z Compiling pin-project-lite v0.2.17
13622026-03-04T17:34:43.103Z Compiling serde_json v1.0.149
13632026-03-04T17:34:43.241Z Compiling pkg-config v0.3.32
13642026-03-04T17:34:43.501Z Compiling libm v0.2.16
13652026-03-04T17:34:43.904Z Compiling getrandom v0.2.17
13662026-03-04T17:34:44.008Z Compiling jobserver v0.1.34
13672026-03-04T17:34:44.079Z Compiling errno v0.3.14
13682026-03-04T17:34:44.345Z Compiling rand_core v0.6.4
13692026-03-04T17:34:44.483Z Compiling signal-hook-registry v1.4.8
13702026-03-04T17:34:44.561Z Compiling cc v1.2.56
13712026-03-04T17:34:44.684Z Compiling once_cell v1.21.3
13722026-03-04T17:34:44.979Z Compiling parking_lot v0.12.5
13732026-03-04T17:34:45.019Z Compiling mio v1.1.1
13742026-03-04T17:34:45.063Z Compiling num-traits v0.2.19
13752026-03-04T17:34:45.089Z Compiling bitflags v2.11.0
13762026-03-04T17:34:45.110Z Compiling futures-core v0.3.32
13772026-03-04T17:34:45.554Z Compiling socket2 v0.6.2
13782026-03-04T17:34:45.674Z Compiling percent-encoding v2.3.2
13792026-03-04T17:34:45.795Z Compiling allocator-api2 v0.2.21
13802026-03-04T17:34:46.043Z Compiling foldhash v0.2.0
13812026-03-04T17:34:46.124Z Compiling futures-sink v0.3.32
13822026-03-04T17:34:46.320Z Compiling cpufeatures v0.2.17
13832026-03-04T17:34:46.371Z Compiling futures-channel v0.3.32
13842026-03-04T17:34:46.444Z Compiling hashbrown v0.16.1
13852026-03-04T17:34:46.470Z Compiling futures-io v0.3.32
13862026-03-04T17:34:46.496Z Compiling futures-task v0.3.32
13872026-03-04T17:34:46.500Z Compiling slab v0.4.12
13882026-03-04T17:34:46.758Z Compiling getrandom v0.4.1
13892026-03-04T17:34:46.808Z Compiling getrandom v0.3.4
13902026-03-04T17:34:46.832Z Compiling rand_core v0.10.0
13912026-03-04T17:34:46.852Z Compiling rustversion v1.0.22
13922026-03-04T17:34:47.144Z Compiling cmake v0.1.57
13932026-03-04T17:34:47.816Z Compiling indexmap v2.13.0
13942026-03-04T17:34:48.038Z Compiling form_urlencoded v1.2.2
13952026-03-04T17:34:48.280Z Compiling dunce v1.0.5
13962026-03-04T17:34:48.330Z Compiling base64ct v1.8.3
13972026-03-04T17:34:48.333Z Compiling ident_case v1.0.1
13982026-03-04T17:34:48.431Z Compiling fs_extra v1.3.0
13992026-03-04T17:34:48.535Z Compiling flagset v0.4.7
14002026-03-04T17:34:48.706Z Compiling rand_core v0.9.5
14012026-03-04T17:34:48.772Z Compiling rustix v1.1.3
14022026-03-04T17:34:48.910Z Compiling pem-rfc7468 v0.7.0
14032026-03-04T17:34:48.964Z Compiling aws-lc-sys v0.37.1
14042026-03-04T17:34:49.213Z Compiling synstructure v0.13.2
14052026-03-04T17:34:49.239Z Compiling iana-time-zone v0.1.65
14062026-03-04T17:34:49.260Z Compiling ring v0.17.14
14072026-03-04T17:34:49.291Z Compiling uuid v1.21.0
14082026-03-04T17:34:49.539Z Compiling rustc_version v0.4.1
14092026-03-04T17:34:49.596Z Compiling vcpkg v0.2.15
14102026-03-04T17:34:49.817Z Compiling regex-syntax v0.8.10
14112026-03-04T17:34:50.196Z Compiling aws-lc-rs v1.16.0
14122026-03-04T17:34:50.739Z Compiling tracing-core v0.1.36
14132026-03-04T17:34:50.760Z Compiling crossbeam-utils v0.8.21
14142026-03-04T17:34:51.208Z Compiling openssl-sys v0.9.111
14152026-03-04T17:34:51.346Z Compiling pest_generator v2.8.6
14162026-03-04T17:34:51.885Z Compiling serde_derive_internals v0.29.1
14172026-03-04T17:34:52.361Z Compiling openssl-probe v0.2.1
14182026-03-04T17:34:52.681Z Compiling syn v1.0.109
14192026-03-04T17:34:53.075Z Compiling schemars v0.8.22
14202026-03-04T17:34:53.273Z Compiling httparse v1.10.1
14212026-03-04T17:34:53.306Z Compiling untrusted v0.9.0
14222026-03-04T17:34:53.444Z Compiling untrusted v0.7.1
14232026-03-04T17:34:53.510Z Compiling base64 v0.22.1
14242026-03-04T17:34:53.717Z Compiling serde_derive v1.0.228
14252026-03-04T17:34:53.764Z Compiling zeroize_derive v1.4.3
14262026-03-04T17:34:53.888Z Compiling zerofrom-derive v0.1.6
14272026-03-04T17:34:53.911Z Compiling yoke-derive v0.8.1
14282026-03-04T17:34:54.141Z Compiling zerocopy-derive v0.8.40
14292026-03-04T17:34:55.048Z Compiling zeroize v1.8.2
14302026-03-04T17:34:55.422Z Compiling zerovec-derive v0.11.2
14312026-03-04T17:34:56.060Z Compiling displaydoc v0.2.5
14322026-03-04T17:34:56.624Z Compiling tokio-macros v2.6.0
14332026-03-04T17:34:56.768Z Compiling crypto-common v0.1.7
14342026-03-04T17:34:56.999Z Compiling block-buffer v0.10.4
14352026-03-04T17:34:57.139Z Compiling zerofrom v0.1.6
14362026-03-04T17:34:57.287Z Compiling digest v0.10.7
14372026-03-04T17:34:57.357Z Compiling yoke v0.8.1
14382026-03-04T17:34:57.556Z Compiling futures-macro v0.3.32
14392026-03-04T17:34:57.698Z Compiling zerotrie v0.2.3
14402026-03-04T17:34:57.787Z Compiling hmac v0.12.1
14412026-03-04T17:34:57.860Z Compiling zerovec v0.11.5
14422026-03-04T17:34:58.076Z Compiling block-padding v0.3.3
14432026-03-04T17:34:58.132Z Compiling sha2 v0.10.9
14442026-03-04T17:34:58.290Z Compiling der_derive v0.7.3
14452026-03-04T17:34:58.337Z Compiling inout v0.1.4
14462026-03-04T17:34:58.625Z Compiling cipher v0.4.4
14472026-03-04T17:34:59.029Z Compiling tinystr v0.8.2
14482026-03-04T17:34:59.144Z Compiling potential_utf v0.1.4
14492026-03-04T17:34:59.347Z Compiling futures-util v0.3.32
14502026-03-04T17:34:59.457Z Compiling icu_locale_core v2.1.1
14512026-03-04T17:34:59.479Z Compiling icu_collections v2.1.1
14522026-03-04T17:35:00.512Z Compiling salsa20 v0.10.2
14532026-03-04T17:35:00.560Z Compiling der v0.7.10
14542026-03-04T17:35:00.761Z Compiling pbkdf2 v0.12.2
14552026-03-04T17:35:00.939Z Compiling icu_provider v2.1.1
14562026-03-04T17:35:01.518Z Compiling icu_normalizer v2.1.1
14572026-03-04T17:35:01.536Z Compiling icu_properties v2.1.2
14582026-03-04T17:35:01.556Z Compiling thiserror-impl v2.0.18
14592026-03-04T17:35:01.884Z Compiling bytes v1.11.1
14602026-03-04T17:35:02.740Z Compiling spki v0.7.3
14612026-03-04T17:35:03.100Z Compiling tokio v1.49.0
14622026-03-04T17:35:03.271Z Compiling http v1.4.0
14632026-03-04T17:35:03.308Z Compiling chrono v0.4.44
14642026-03-04T17:35:04.147Z Compiling idna_adapter v1.2.1
14652026-03-04T17:35:04.400Z Compiling idna v1.1.0
14662026-03-04T17:35:04.449Z Compiling thiserror v2.0.18
14672026-03-04T17:35:04.472Z Compiling scrypt v0.11.0
14682026-03-04T17:35:04.618Z Compiling cbc v0.1.2
14692026-03-04T17:35:04.871Z Compiling aes v0.8.4
14702026-03-04T17:35:04.966Z Compiling url v2.5.8
14712026-03-04T17:35:05.236Z Compiling rustls-pki-types v1.14.0
14722026-03-04T17:35:05.550Z Compiling ppv-lite86 v0.2.21
14732026-03-04T17:35:05.790Z Compiling tracing-attributes v0.1.31
14742026-03-04T17:35:06.172Z Compiling pkcs5 v0.7.1
14752026-03-04T17:35:06.321Z Compiling rand_chacha v0.9.0
14762026-03-04T17:35:06.439Z Compiling http-body v1.0.1
14772026-03-04T17:35:06.705Z Compiling rand v0.9.2
14782026-03-04T17:35:07.186Z Compiling pkcs8 v0.10.2
14792026-03-04T17:35:07.332Z Compiling schemars_derive v0.8.22
14802026-03-04T17:35:07.874Z Compiling scroll_derive v0.13.1
14812026-03-04T17:35:07.926Z Compiling pest_derive v2.8.6
14822026-03-04T17:35:08.704Z Compiling darling_core v0.20.11
14832026-03-04T17:35:08.798Z Compiling tracing v0.1.44
14842026-03-04T17:35:09.320Z Compiling rustls v0.23.37
14852026-03-04T17:35:09.367Z Compiling dyn-clone v1.0.20
14862026-03-04T17:35:09.604Z Compiling tower-service v0.3.3
14872026-03-04T17:35:09.634Z Compiling atomic-waker v1.1.2
14882026-03-04T17:35:09.720Z Compiling tower-layer v0.3.3
14892026-03-04T17:35:09.751Z Compiling tinyvec_macros v0.1.1
14902026-03-04T17:35:09.839Z Compiling try-lock v0.2.5
14912026-03-04T17:35:09.871Z Compiling tinyvec v1.10.0
14922026-03-04T17:35:10.015Z Compiling want v0.3.1
14932026-03-04T17:35:10.037Z Compiling scroll v0.13.0
14942026-03-04T17:35:10.543Z Compiling ipnet v2.11.0
14952026-03-04T17:35:10.728Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-04T17:35:10.877Z Compiling spin v0.9.8
14972026-03-04T17:35:11.250Z Compiling tokio-util v0.7.18
14982026-03-04T17:35:11.484Z Compiling aho-corasick v1.1.4
14992026-03-04T17:35:11.668Z Compiling crc32fast v1.5.0
15002026-03-04T17:35:54.235Z Compiling pin-utils v0.1.0
15012026-03-04T17:35:54.297Z Compiling foreign-types-shared v0.1.1
15022026-03-04T17:35:54.297Z Compiling openssl v0.10.75
15032026-03-04T17:35:54.297Z Compiling h2 v0.4.13
15042026-03-04T17:35:54.297Z Compiling time-core v0.1.8
15052026-03-04T17:35:54.297Z Compiling num-conv v0.2.0
15062026-03-04T17:35:54.297Z Compiling powerfmt v0.2.0
15072026-03-04T17:35:54.297Z Compiling httpdate v1.0.3
15082026-03-04T17:35:54.297Z Compiling deranged v0.5.8
15092026-03-04T17:35:54.297Z Compiling time-macros v0.2.27
15102026-03-04T17:35:54.297Z Compiling darling_macro v0.20.11
15112026-03-04T17:35:54.297Z Compiling darling v0.20.11
15122026-03-04T17:35:54.297Z Compiling tempfile v3.25.0
15132026-03-04T17:35:54.297Z Compiling regex-automata v0.4.14
15142026-03-04T17:35:54.297Z Compiling foreign-types v0.3.2
15152026-03-04T17:35:54.369Z Compiling goblin v0.10.5
15162026-03-04T17:35:54.369Z Compiling openssl-macros v0.1.1
15172026-03-04T17:35:54.369Z Compiling thiserror-impl v1.0.69
15182026-03-04T17:35:54.369Z Compiling wait-timeout v0.2.1
15192026-03-04T17:35:54.369Z Compiling num_threads v0.1.7
15202026-03-04T17:35:54.369Z Compiling quick-error v1.2.3
15212026-03-04T17:35:54.369Z Compiling bit-vec v0.8.0
15222026-03-04T17:35:54.369Z Compiling simd-adler32 v0.3.8
15232026-03-04T17:35:54.369Z Compiling hyper v1.8.1
15242026-03-04T17:35:54.369Z Compiling siphasher v1.0.2
15252026-03-04T17:35:54.369Z Compiling either v1.15.0
15262026-03-04T17:35:54.369Z Compiling usdt-impl v0.6.0
15272026-03-04T17:35:54.369Z Compiling native-tls v0.2.18
15282026-03-04T17:35:54.369Z Compiling bit-set v0.8.0
15292026-03-04T17:35:54.370Z Compiling thiserror v1.0.69
15302026-03-04T17:35:54.370Z Compiling rusty-fork v0.3.1
15312026-03-04T17:35:54.370Z Compiling time v0.3.47
15322026-03-04T17:35:54.370Z Compiling hyper-util v0.1.20
15332026-03-04T17:35:54.370Z Compiling dof v0.4.0
15342026-03-04T17:35:54.370Z Compiling derive_builder_core v0.20.2
15352026-03-04T17:35:54.370Z Compiling unicode-normalization v0.1.25
15362026-03-04T17:35:54.370Z Compiling crossbeam-epoch v0.9.18
15372026-03-04T17:35:54.370Z Compiling dtrace-parser v0.3.0
15382026-03-04T17:35:54.370Z Compiling rustls-native-certs v0.8.3
15392026-03-04T17:35:54.370Z Compiling signature v2.2.0
15402026-03-04T17:35:54.370Z Compiling scroll_derive v0.12.1
15412026-03-04T17:35:54.370Z Compiling heapless v0.7.17
15422026-03-04T17:35:54.370Z Compiling slog v2.8.2
15432026-03-04T17:35:54.370Z Compiling darling_core v0.21.3
15442026-03-04T17:35:54.370Z Compiling rand_xorshift v0.4.0
15452026-03-04T17:35:54.370Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-04T17:35:54.372Z Compiling sync_wrapper v1.0.2
15472026-03-04T17:35:54.372Z Compiling thread-id v5.1.0
15482026-03-04T17:35:54.372Z Compiling cookie v0.18.1
15492026-03-04T17:35:54.372Z Compiling adler2 v2.0.1
15502026-03-04T17:35:54.372Z Compiling unicode-segmentation v1.12.0
15512026-03-04T17:35:54.372Z Compiling rayon-core v1.13.0
15522026-03-04T17:35:54.372Z Compiling unicode-bidi v0.3.18
15532026-03-04T17:35:54.372Z Compiling anyhow v1.0.102
15542026-03-04T17:35:54.372Z Compiling unarray v0.1.4
15552026-03-04T17:35:54.372Z Compiling unicode-properties v0.1.4
15562026-03-04T17:35:54.373Z Compiling zstd-safe v7.2.4
15572026-03-04T17:35:54.373Z Compiling signal-hook v0.3.18
15582026-03-04T17:35:54.373Z Compiling paste v1.0.15
15592026-03-04T17:35:54.373Z Compiling stringprep v0.1.5
15602026-03-04T17:35:54.373Z Compiling proptest v1.10.0
15612026-03-04T17:35:54.373Z Compiling scroll v0.12.0
15622026-03-04T17:35:54.373Z Compiling miniz_oxide v0.8.9
15632026-03-04T17:35:54.373Z Compiling tower v0.5.3
15642026-03-04T17:35:54.373Z Compiling derive_builder_macro v0.20.2
15652026-03-04T17:35:54.373Z Compiling crossbeam-deque v0.8.6
15662026-03-04T17:35:54.373Z Compiling ipnetwork v0.21.1
15672026-03-04T17:35:54.373Z Compiling http-body-util v0.1.3
15682026-03-04T17:35:54.373Z Compiling rand_chacha v0.3.1
15692026-03-04T17:35:54.373Z Compiling webpki-roots v1.0.6
15702026-03-04T17:35:54.373Z Compiling serde_tokenstream v0.2.3
15712026-03-04T17:35:54.373Z Compiling erased-serde v0.3.31
15722026-03-04T17:35:54.373Z Compiling toml_datetime v0.6.11
15732026-03-04T17:35:54.373Z Compiling serde_spanned v0.6.9
15742026-03-04T17:35:54.373Z Compiling md-5 v0.10.6
15752026-03-04T17:35:54.373Z Compiling zerocopy-derive v0.7.35
15762026-03-04T17:35:54.374Z Compiling curve25519-dalek v4.1.3
15772026-03-04T17:35:54.374Z Compiling vergen-lib v0.1.6
15782026-03-04T17:35:54.374Z Compiling num-integer v0.1.46
15792026-03-04T17:35:54.374Z Compiling hash32 v0.2.1
15802026-03-04T17:35:54.374Z Compiling ff v0.13.1
15812026-03-04T17:35:54.374Z Compiling psl-types v2.0.11
15822026-03-04T17:35:54.374Z Compiling smoltcp v0.9.1
15832026-03-04T17:35:54.374Z Compiling ref-cast v1.0.25
15842026-03-04T17:35:54.374Z Compiling litrs v1.0.0
15852026-03-04T17:35:54.374Z Compiling darling_macro v0.21.3
15862026-03-04T17:35:54.374Z Compiling base16ct v0.2.0
15872026-03-04T17:35:54.374Z Compiling ryu v1.0.23
15882026-03-04T17:35:54.374Z Compiling rustix v0.38.44
15892026-03-04T17:35:54.374Z Compiling num-bigint-dig v0.8.6
15902026-03-04T17:35:54.374Z Compiling zlib-rs v0.6.2
15912026-03-04T17:35:54.374Z Compiling fallible-iterator v0.2.0
15922026-03-04T17:35:54.374Z Compiling iri-string v0.7.10
15932026-03-04T17:35:54.374Z Compiling darling v0.21.3
15942026-03-04T17:35:54.374Z Compiling zerocopy v0.7.35
15952026-03-04T17:35:54.375Z Compiling document-features v0.2.12
15962026-03-04T17:35:54.375Z Compiling serde_urlencoded v0.7.1
15972026-03-04T17:35:54.375Z Compiling newtype-uuid v1.3.2
15982026-03-04T17:35:54.375Z Compiling postgres-protocol v0.6.10
15992026-03-04T17:35:54.375Z Compiling sec1 v0.7.3
16002026-03-04T17:35:54.375Z Compiling publicsuffix v2.3.0
16012026-03-04T17:35:54.375Z Compiling num-iter v0.1.45
16022026-03-04T17:35:54.375Z Compiling group v0.13.0
16032026-03-04T17:35:54.375Z Compiling derive_builder v0.20.2
16042026-03-04T17:35:54.375Z Compiling rand v0.8.5
16052026-03-04T17:35:54.375Z Compiling oxnet v0.1.4
16062026-03-04T17:35:54.375Z Compiling tower-http v0.6.8
16072026-03-04T17:35:54.375Z Compiling proc-macro-error v1.0.4
16082026-03-04T17:35:54.375Z Compiling tokio-native-tls v0.3.1
16092026-03-04T17:35:54.375Z Compiling goblin v0.8.2
16102026-03-04T17:35:54.375Z Compiling heck v0.4.1
16112026-03-04T17:35:54.375Z Compiling regex v1.12.3
16122026-03-04T17:35:54.375Z Compiling hubpack_derive v0.1.1
16132026-03-04T17:35:54.375Z Compiling phf_shared v0.13.1
16142026-03-04T17:35:54.375Z Compiling lazy_static v1.5.0
16152026-03-04T17:35:54.536Z Compiling cargo-platform v0.1.9
16162026-03-04T17:35:54.536Z Compiling hkdf v0.12.4
16172026-03-04T17:35:54.536Z Compiling crypto-bigint v0.5.5
16182026-03-04T17:35:54.536Z Compiling async-trait v0.1.89
16192026-03-04T17:35:54.536Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-04T17:35:54.536Z Compiling strum_macros v0.27.2
16212026-03-04T17:35:54.536Z Compiling flate2 v1.1.9
16222026-03-04T17:35:54.537Z Compiling daft-derive v0.1.5
16232026-03-04T17:35:54.537Z Compiling ref-cast-impl v1.0.25
16242026-03-04T17:35:54.537Z Compiling terminal_size v0.4.3
16252026-03-04T17:35:54.537Z Compiling vergen v9.0.6
16262026-03-04T17:35:54.537Z Compiling fs-err v3.3.0
16272026-03-04T17:35:54.537Z Compiling ahash v0.8.12
16282026-03-04T17:35:54.537Z Compiling foldhash v0.1.5
16292026-03-04T17:35:54.538Z Compiling object v0.37.3
16302026-03-04T17:35:54.538Z Compiling winnow v0.5.40
16312026-03-04T17:35:54.538Z Compiling managed v0.8.0
16322026-03-04T17:35:54.538Z Compiling libbz2-rs-sys v0.2.2
16332026-03-04T17:35:54.538Z Compiling bitflags v1.3.2
16342026-03-04T17:35:54.538Z Compiling bumpalo v3.20.2
16352026-03-04T17:35:54.538Z Compiling zopfli v0.8.3
16362026-03-04T17:35:54.538Z Compiling strum v0.27.2
16372026-03-04T17:35:54.538Z Compiling bzip2 v0.6.1
16382026-03-04T17:35:54.538Z Compiling clap_builder v4.5.60
16392026-03-04T17:35:54.538Z Compiling dof v0.3.0
16402026-03-04T17:35:54.538Z Compiling hashbrown v0.15.5
16412026-03-04T17:35:54.538Z Compiling toml_edit v0.19.15
16422026-03-04T17:35:54.538Z Compiling console v0.16.2
16432026-03-04T17:35:54.538Z Compiling daft v0.1.5
16442026-03-04T17:35:54.538Z Compiling elliptic-curve v0.13.8
16452026-03-04T17:35:54.538Z Compiling hubpack v0.1.2
16462026-03-04T17:35:54.538Z Compiling cargo_metadata v0.19.2
16472026-03-04T17:35:54.538Z Compiling phf v0.13.1
16482026-03-04T17:35:54.538Z Compiling zone_cfg_derive v0.3.1
16492026-03-04T17:35:54.538Z Compiling signal-hook-mio v0.2.5
16502026-03-04T17:35:54.538Z Compiling cookie_store v0.22.1
16512026-03-04T17:35:54.538Z Compiling zstd v0.13.3
16522026-03-04T17:35:54.538Z Compiling hyper-tls v0.6.0
16532026-03-04T17:35:54.539Z Compiling rayon v1.11.0
16542026-03-04T17:35:54.539Z Compiling bzip2 v0.4.4
16552026-03-04T17:35:54.539Z Compiling postgres-types v0.2.12
16562026-03-04T17:35:54.539Z Compiling serde_with_macros v3.17.0
16572026-03-04T17:35:54.539Z Compiling usdt-macro v0.6.0
16582026-03-04T17:35:54.539Z Compiling usdt-attr-macro v0.6.0
16592026-03-04T17:35:55.152Z Compiling ed25519 v2.2.3
16602026-03-04T17:35:55.187Z Compiling dtrace-parser v0.2.0
16612026-03-04T17:35:55.205Z Compiling bstr v1.12.1
16622026-03-04T17:35:55.598Z Compiling itertools v0.12.1
16632026-03-04T17:35:55.610Z Compiling phf_shared v0.11.3
16642026-03-04T17:35:56.201Z Compiling pkcs1 v0.7.5
16652026-03-04T17:35:56.283Z Compiling serde-big-array v0.5.1
16662026-03-04T17:35:56.390Z Compiling hex v0.4.3
16672026-03-04T17:35:56.723Z Compiling rfc6979 v0.4.0
16682026-03-04T17:35:56.868Z Compiling enum-as-inner v0.6.1
16692026-03-04T17:35:56.913Z Compiling serde_repr v0.1.20
16702026-03-04T17:35:56.944Z Compiling strum_macros v0.26.4
16712026-03-04T17:35:56.980Z Compiling clap_derive v4.5.55
16722026-03-04T17:35:57.024Z Compiling float-cmp v0.10.0
16732026-03-04T17:35:57.276Z Compiling memmap2 v0.9.10
16742026-03-04T17:35:57.678Z Compiling thread-id v4.2.2
16752026-03-04T17:35:57.810Z Compiling env_filter v1.0.0
16762026-03-04T17:35:57.895Z Compiling encoding_rs v0.8.35
16772026-03-04T17:35:58.006Z Compiling unit-prefix v0.5.2
16782026-03-04T17:35:58.250Z Compiling normalize-line-endings v0.3.0
16792026-03-04T17:35:58.391Z Compiling precomputed-hash v0.1.1
16802026-03-04T17:35:58.391Z Compiling fixedbitset v0.5.7
16812026-03-04T17:35:58.437Z Compiling difflib v0.4.0
16822026-03-04T17:35:58.531Z Compiling data-encoding v2.10.0
16832026-03-04T17:35:59.041Z Compiling keccak v0.1.6
16842026-03-04T17:35:59.728Z Compiling rustc-hash v2.1.1
16852026-03-04T17:35:59.943Z Compiling static_assertions v1.1.0
16862026-03-04T17:36:00.061Z Compiling whoami v2.1.0
16872026-03-04T17:36:00.308Z Compiling new_debug_unreachable v1.0.6
16882026-03-04T17:36:00.422Z Compiling jiff v0.2.21
16892026-03-04T17:36:00.860Z Compiling mime v0.3.17
16902026-03-04T17:36:01.154Z Compiling fixedbitset v0.4.2
16912026-03-04T17:36:01.176Z Compiling predicates-core v1.0.10
16922026-03-04T17:36:01.218Z Compiling clap v4.5.60
16932026-03-04T17:36:01.240Z Compiling strum v0.26.3
16942026-03-04T17:36:01.346Z Compiling tokio-postgres v0.7.16
16952026-03-04T17:36:01.364Z Compiling string_cache v0.8.9
16962026-03-04T17:36:01.445Z Compiling petgraph v0.6.5
16972026-03-04T17:36:01.491Z Compiling predicates v3.1.4
16982026-03-04T17:36:01.568Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-04T17:36:01.590Z Compiling iddqd v0.3.17
17002026-03-04T17:36:01.761Z Compiling sha3 v0.10.8
17012026-03-04T17:36:02.807Z Compiling hickory-proto v0.25.2
17022026-03-04T17:36:02.947Z Compiling petgraph v0.8.3
17032026-03-04T17:36:04.072Z Compiling toml_edit v0.22.27
17042026-03-04T17:36:04.879Z Compiling zone v0.3.1
17052026-03-04T17:36:06.452Z Compiling indicatif v0.18.4
17062026-03-04T17:36:06.627Z Compiling env_logger v0.11.9
17072026-03-04T17:36:07.353Z Compiling zip v4.6.1
17082026-03-04T17:36:07.607Z Compiling usdt-impl v0.5.0
17092026-03-04T17:36:08.205Z Compiling usdt v0.6.0
17102026-03-04T17:36:08.358Z Compiling ecdsa v0.16.9
17112026-03-04T17:36:08.681Z Compiling serde_with v3.17.0
17122026-03-04T17:36:08.894Z Compiling rsa v0.9.10
17132026-03-04T17:36:09.181Z Compiling similar v2.7.0
17142026-03-04T17:36:09.499Z Compiling ed25519-dalek v2.2.0
17152026-03-04T17:36:10.801Z Compiling crossterm v0.28.1
17162026-03-04T17:36:10.902Z Compiling zip v0.6.6
17172026-03-04T17:36:11.151Z Compiling toml v0.7.8
17182026-03-04T17:36:12.621Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-04T17:36:12.644Z Compiling itertools v0.13.0
17202026-03-04T17:36:12.977Z Compiling tokio-stream v0.1.18
17212026-03-04T17:36:13.894Z Compiling buf-list v1.1.2
17222026-03-04T17:36:13.977Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-04T17:36:14.021Z Compiling x509-cert v0.2.5
17242026-03-04T17:36:14.048Z Compiling openapiv3 v2.2.0
17252026-03-04T17:36:14.438Z Compiling sha1 v0.10.6
17262026-03-04T17:36:14.728Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-04T17:36:14.841Z Compiling lalrpop-util v0.19.12
17282026-03-04T17:36:15.208Z Compiling peg-runtime v0.8.5
17292026-03-04T17:36:15.367Z Compiling thread_local v1.1.9
17302026-03-04T17:36:15.538Z Compiling slog-async v2.8.0
17312026-03-04T17:36:15.757Z Compiling crossbeam-channel v0.5.15
17322026-03-04T17:36:15.787Z Compiling futures-executor v0.3.32
17332026-03-04T17:36:16.088Z Compiling filetime v0.2.27
17342026-03-04T17:36:16.245Z Compiling is-terminal v0.4.17
17352026-03-04T17:36:16.397Z Compiling xattr v1.6.1
17362026-03-04T17:36:16.400Z Compiling take_mut v0.2.2
17372026-03-04T17:36:16.572Z Compiling term v1.2.1
17382026-03-04T17:36:16.665Z Compiling tar v0.4.44
17392026-03-04T17:36:16.691Z Compiling futures v0.3.32
17402026-03-04T17:36:17.588Z Compiling slog-term v2.9.2
17412026-03-04T17:36:26.372Z Compiling rustls-webpki v0.103.9
17422026-03-04T17:36:31.190Z Compiling tokio-rustls v0.26.4
17432026-03-04T17:36:31.194Z Compiling rustls-platform-verifier v0.6.2
17442026-03-04T17:36:31.512Z Compiling hyper-rustls v0.27.7
17452026-03-04T17:36:31.872Z Compiling reqwest v0.12.28
17462026-03-04T17:36:31.872Z Compiling reqwest v0.13.2
17472026-03-04T17:36:36.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-04T17:36:36.400Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-04T17:36:40.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
17502026-03-04T17:36:40.899Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-04T17:36:40.952ZMar 04 17:36:40.104 INFO Starting download, target: Cockroach
17522026-03-04T17:36:40.952ZMar 04 17:36:40.104 INFO Starting download, target: Console
17532026-03-04T17:36:40.952ZMar 04 17:36:40.104 INFO Starting download, target: Clickhouse
17542026-03-04T17:36:40.955ZMar 04 17:36:40.104 INFO Starting download, target: DendriteStub
17552026-03-04T17:36:40.955ZMar 04 17:36:40.105 INFO Starting download, target: MaghemiteMgd
17562026-03-04T17:36:40.955ZMar 04 17:36:40.105 INFO Starting download, target: TransceiverControl
17572026-03-04T17:36:40.955ZMar 04 17:36:40.105 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-04T17:36:40.955ZMar 04 17:36:40.105 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-04T17:36:40.955ZMar 04 17:36:40.105 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-04T17:36:40.956ZMar 04 17:36:40.105 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-04T17:36:40.956ZMar 04 17:36:40.105 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-04T17:36:40.956ZMar 04 17:36:40.105 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-04T17:36:41.537ZMar 04 17:36:40.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-04T17:36:41.983ZMar 04 17:36:41.120 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-04T17:36:42.103ZMar 04 17:36:41.244 INFO Download complete, target: TransceiverControl
17662026-03-04T17:36:42.593ZMar 04 17:36:41.738 INFO Download complete, target: Console
17672026-03-04T17:36:42.681ZMar 04 17:36:41.831 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-04T17:36:42.953ZMar 04 17:36:42.105 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-04T17:36:43.489ZMar 04 17:36:42.641 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-04T17:36:43.789ZMar 04 17:36:42.942 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-04T17:36:43.789ZMar 04 17:36:42.942 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-04T17:36:47.632ZMar 04 17:36:46.785 INFO Download complete, target: DendriteStub
17732026-03-04T17:36:47.825ZMar 04 17:36:46.978 INFO Download complete, target: MaghemiteMgd
17742026-03-04T17:36:53.881ZMar 04 17:36:53.034 INFO Checking that binary works, target: Cockroach
17752026-03-04T17:36:54.008ZMar 04 17:36:53.160 INFO Download complete, target: Cockroach
17762026-03-04T17:36:57.614ZMar 04 17:36:56.766 INFO Checking that binary works, target: Clickhouse
17772026-03-04T17:36:57.719ZMar 04 17:36:56.871 INFO Download complete, target: Clickhouse
17782026-03-04T17:36:57.740ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-04T17:36:57.743Z
17802026-03-04T17:36:57.743Zreal 6:08.700000051
17812026-03-04T17:36:57.743Zuser 16:45.273780989
17822026-03-04T17:36:57.743Zsys 2:22.956783862
17832026-03-04T17:36:57.743Ztrap 0.607134119
17842026-03-04T17:36:57.743Ztflt 0.780230698
17852026-03-04T17:36:57.743Zdflt 0.862001959
17862026-03-04T17:36:57.743Zkflt 0.025285288
17872026-03-04T17:36:57.743Zlock 38:09.932707079
17882026-03-04T17:36:57.743Zslp 1:03:08.722382024
17892026-03-04T17:36:57.743Zlat 1:06.272089663
17902026-03-04T17:36:57.743Zstop 3:04.886813561
17912026-03-04T17:36:57.743Z+ banner hack-check
17922026-03-04T17:36:57.746Z
17932026-03-04T17:36:57.746Z # # ## #### # # #### # # ###### #### # #
17942026-03-04T17:36:57.746Z # # # # # # # # # # # # # # # # #
17952026-03-04T17:36:57.746Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-04T17:36:57.746Z # # ###### # # # # # # # # # #
17972026-03-04T17:36:57.746Z # # # # # # # # # # # # # # # # #
17982026-03-04T17:36:57.746Z # # # # #### # # #### # # ###### #### # #
17992026-03-04T17:36:57.746Z
18002026-03-04T17:36:57.746Z+ export CARGO_INCREMENTAL=0
18012026-03-04T17:36:57.746Z+ CARGO_INCREMENTAL=0
18022026-03-04T17:36:57.746Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-04T17:36:58.507Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-04T17:36:58.832Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-04T17:37:01.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
18062026-03-04T17:37:01.969Z Running `target/debug/xtask check-features --ci`
18072026-03-04T17:37:01.988Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-04T17:37:01.988Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-04T17:37:02.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18102026-03-04T17:37:02.658Z Running `target/debug/xtask download cargo-hack`
18112026-03-04T17:37:03.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-04T17:37:04.124Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-04T17:37:07.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
18142026-03-04T17:37:08.017Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-04T17:37:08.055ZMar 04 17:37:07.206 INFO Starting download, target: CargoHack
18162026-03-04T17:37:08.060ZMar 04 17:37:07.207 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-04T17:37:08.557ZMar 04 17:37:07.708 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-04T17:37:08.658ZMar 04 17:37:07.809 INFO Download complete, target: CargoHack
18192026-03-04T17:37:08.662Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-03-04T17:37:08.680Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-04T17:37:08.901Zinfo: running `cargo check --bins` on api_identity (1/264)
18222026-03-04T17:37:09.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-04T17:37:09.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-04T17:37:09.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-04T17:37:09.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18262026-03-04T17:37:09.696Z
18272026-03-04T17:37:09.696Zinfo: running `cargo check --bins` on bootstore (2/264)
18282026-03-04T17:37:10.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-04T17:37:10.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-04T17:37:10.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-04T17:37:10.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18322026-03-04T17:37:10.510Z
18332026-03-04T17:37:10.510Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/264)
18342026-03-04T17:37:11.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-04T17:37:11.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-04T17:37:11.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-04T17:37:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18382026-03-04T17:37:11.305Z
18392026-03-04T17:37:11.305Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/264)
18402026-03-04T17:37:12.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-04T17:37:12.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-04T17:37:12.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-04T17:37:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18442026-03-04T17:37:12.101Z
18452026-03-04T17:37:12.101Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/264)
18462026-03-04T17:37:12.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-04T17:37:12.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-04T17:37:12.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-04T17:37:12.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18502026-03-04T17:37:12.717Z
18512026-03-04T17:37:12.717Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/264)
18522026-03-04T17:37:13.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-04T17:37:13.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-04T17:37:13.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-04T17:37:13.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18562026-03-04T17:37:13.345Z
18572026-03-04T17:37:13.345Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/264)
18582026-03-04T17:37:13.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-04T17:37:13.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-04T17:37:13.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-04T17:37:13.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18622026-03-04T17:37:13.976Z
18632026-03-04T17:37:13.976Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/264)
18642026-03-04T17:37:14.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-04T17:37:14.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-04T17:37:14.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-04T17:37:14.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18682026-03-04T17:37:14.613Z
18692026-03-04T17:37:14.614Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/264)
18702026-03-04T17:37:15.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-04T17:37:15.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-04T17:37:15.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-04T17:37:15.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18742026-03-04T17:37:15.232Z
18752026-03-04T17:37:15.232Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/264)
18762026-03-04T17:37:15.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-04T17:37:15.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-04T17:37:15.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-04T17:37:15.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18802026-03-04T17:37:15.853Z
18812026-03-04T17:37:15.853Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/264)
18822026-03-04T17:37:16.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-04T17:37:16.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-04T17:37:16.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-04T17:37:16.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18862026-03-04T17:37:16.477Z
18872026-03-04T17:37:16.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/264)
18882026-03-04T17:37:17.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-04T17:37:17.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-04T17:37:17.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-04T17:37:17.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18922026-03-04T17:37:17.097Z
18932026-03-04T17:37:17.098Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/264)
18942026-03-04T17:37:17.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-04T17:37:17.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-04T17:37:17.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-04T17:37:17.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18982026-03-04T17:37:17.719Z
18992026-03-04T17:37:17.719Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/264)
19002026-03-04T17:37:18.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-04T17:37:18.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-04T17:37:18.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-04T17:37:18.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19042026-03-04T17:37:18.339Z
19052026-03-04T17:37:18.339Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/264)
19062026-03-04T17:37:18.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-04T17:37:18.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-04T17:37:18.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-04T17:37:18.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19102026-03-04T17:37:18.960Z
19112026-03-04T17:37:18.960Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/264)
19122026-03-04T17:37:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-04T17:37:19.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-04T17:37:19.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-04T17:37:19.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19162026-03-04T17:37:19.591Z
19172026-03-04T17:37:19.591Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/264)
19182026-03-04T17:37:20.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-04T17:37:20.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-04T17:37:20.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-04T17:37:20.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19222026-03-04T17:37:20.220Z
19232026-03-04T17:37:20.220Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/264)
19242026-03-04T17:37:20.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-04T17:37:20.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-04T17:37:20.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-04T17:37:20.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19282026-03-04T17:37:20.867Z
19292026-03-04T17:37:20.867Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/264)
19302026-03-04T17:37:21.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-04T17:37:21.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-04T17:37:21.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-04T17:37:21.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19342026-03-04T17:37:21.476Z
19352026-03-04T17:37:21.476Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/264)
19362026-03-04T17:37:22.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-04T17:37:22.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-04T17:37:22.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-04T17:37:22.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19402026-03-04T17:37:22.101Z
19412026-03-04T17:37:22.101Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/264)
19422026-03-04T17:37:22.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-04T17:37:22.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-04T17:37:22.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-04T17:37:22.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19462026-03-04T17:37:22.727Z
19472026-03-04T17:37:22.727Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/264)
19482026-03-04T17:37:23.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-04T17:37:23.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-04T17:37:23.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-04T17:37:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19522026-03-04T17:37:23.356Z
19532026-03-04T17:37:23.356Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/264)
19542026-03-04T17:37:23.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-04T17:37:23.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-04T17:37:23.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-04T17:37:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19582026-03-04T17:37:23.988Z
19592026-03-04T17:37:23.988Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/264)
19602026-03-04T17:37:24.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-04T17:37:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-04T17:37:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-04T17:37:24.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19642026-03-04T17:37:24.614Z
19652026-03-04T17:37:24.614Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/264)
19662026-03-04T17:37:25.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-04T17:37:25.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-04T17:37:25.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-04T17:37:25.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19702026-03-04T17:37:25.242Z
19712026-03-04T17:37:25.242Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/264)
19722026-03-04T17:37:25.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-04T17:37:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-04T17:37:25.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-04T17:37:25.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19762026-03-04T17:37:25.870Z
19772026-03-04T17:37:25.870Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/264)
19782026-03-04T17:37:26.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-04T17:37:26.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-04T17:37:26.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-04T17:37:26.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19822026-03-04T17:37:26.501Z
19832026-03-04T17:37:26.501Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/264)
19842026-03-04T17:37:27.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-04T17:37:27.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-04T17:37:27.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-04T17:37:27.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19882026-03-04T17:37:27.131Z
19892026-03-04T17:37:27.131Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/264)
19902026-03-04T17:37:27.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-04T17:37:27.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-04T17:37:27.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-04T17:37:27.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19942026-03-04T17:37:27.761Z
19952026-03-04T17:37:27.761Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/264)
19962026-03-04T17:37:28.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-04T17:37:28.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-04T17:37:28.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-04T17:37:28.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20002026-03-04T17:37:28.392Z
20012026-03-04T17:37:28.392Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/264)
20022026-03-04T17:37:28.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-04T17:37:28.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-04T17:37:28.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-04T17:37:28.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20062026-03-04T17:37:29.028Z
20072026-03-04T17:37:29.028Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/264)
20082026-03-04T17:37:29.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-04T17:37:29.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-04T17:37:29.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-04T17:37:29.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20122026-03-04T17:37:29.656Z
20132026-03-04T17:37:29.656Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/264)
20142026-03-04T17:37:30.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-04T17:37:30.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-04T17:37:30.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-04T17:37:30.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20182026-03-04T17:37:30.280Z
20192026-03-04T17:37:30.280Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/264)
20202026-03-04T17:37:30.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-04T17:37:30.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-04T17:37:30.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-04T17:37:30.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20242026-03-04T17:37:30.901Z
20252026-03-04T17:37:30.902Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/264)
20262026-03-04T17:37:31.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-04T17:37:31.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-04T17:37:31.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-04T17:37:31.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20302026-03-04T17:37:31.521Z
20312026-03-04T17:37:31.521Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/264)
20322026-03-04T17:37:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-04T17:37:32.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-04T17:37:32.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-04T17:37:32.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20362026-03-04T17:37:32.149Z
20372026-03-04T17:37:32.149Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/264)
20382026-03-04T17:37:32.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-04T17:37:32.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-04T17:37:32.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-04T17:37:32.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20422026-03-04T17:37:32.777Z
20432026-03-04T17:37:32.778Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/264)
20442026-03-04T17:37:33.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-04T17:37:33.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-04T17:37:33.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-04T17:37:33.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20482026-03-04T17:37:33.408Z
20492026-03-04T17:37:33.408Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/264)
20502026-03-04T17:37:33.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-04T17:37:33.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-04T17:37:33.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-04T17:37:33.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20542026-03-04T17:37:34.037Z
20552026-03-04T17:37:34.037Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/264)
20562026-03-04T17:37:34.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-04T17:37:34.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-04T17:37:34.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-04T17:37:34.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20602026-03-04T17:37:34.672Z
20612026-03-04T17:37:34.673Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/264)
20622026-03-04T17:37:35.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-04T17:37:35.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-04T17:37:35.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-04T17:37:35.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20662026-03-04T17:37:35.303Z
20672026-03-04T17:37:35.303Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/264)
20682026-03-04T17:37:35.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-04T17:37:35.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-04T17:37:35.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-04T17:37:35.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20722026-03-04T17:37:35.932Z
20732026-03-04T17:37:35.932Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/264)
20742026-03-04T17:37:36.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-04T17:37:36.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-04T17:37:36.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-04T17:37:36.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20782026-03-04T17:37:36.559Z
20792026-03-04T17:37:36.559Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/264)
20802026-03-04T17:37:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-04T17:37:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-04T17:37:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-04T17:37:37.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20842026-03-04T17:37:37.189Z
20852026-03-04T17:37:37.189Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/264)
20862026-03-04T17:37:37.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-04T17:37:37.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-04T17:37:37.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-04T17:37:37.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20902026-03-04T17:37:38.006Z
20912026-03-04T17:37:38.006Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/264)
20922026-03-04T17:37:38.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-04T17:37:38.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-04T17:37:38.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-04T17:37:38.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20962026-03-04T17:37:38.829Z
20972026-03-04T17:37:38.830Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/264)
20982026-03-04T17:37:39.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-04T17:37:39.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-04T17:37:39.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-04T17:37:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21022026-03-04T17:37:39.649Z
21032026-03-04T17:37:39.649Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/264)
21042026-03-04T17:37:40.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-04T17:37:40.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-04T17:37:40.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-04T17:37:40.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21082026-03-04T17:37:40.465Z
21092026-03-04T17:37:40.465Zinfo: running `cargo check --bins` on key-manager-types (49/264)
21102026-03-04T17:37:41.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-04T17:37:41.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-04T17:37:41.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-03-04T17:37:41.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21142026-03-04T17:37:41.255Z
21152026-03-04T17:37:41.255Zinfo: running `cargo check --bins` on oxlog (50/264)
21162026-03-04T17:37:41.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-03-04T17:37:41.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-03-04T17:37:42.066Z Checking cfg-if v1.0.4
21192026-03-04T17:37:42.069Z Checking libc v0.2.180
21202026-03-04T17:37:42.070Z Checking serde_core v1.0.228
21212026-03-04T17:37:42.201Z Checking zeroize v1.8.2
21222026-03-04T17:37:42.209Z Checking memchr v2.8.0
21232026-03-04T17:37:42.212Z Checking log v0.4.29
21242026-03-04T17:37:42.234Z Checking smallvec v1.15.1
21252026-03-04T17:37:42.249Z Checking typenum v1.19.0
21262026-03-04T17:37:42.252Z Checking subtle v2.6.1
21272026-03-04T17:37:42.451Z Checking itoa v1.0.17
21282026-03-04T17:37:42.501Z Checking scopeguard v1.2.0
21292026-03-04T17:37:42.525Z Checking stable_deref_trait v1.2.1
21302026-03-04T17:37:42.567Z Checking const-oid v0.9.6
21312026-03-04T17:37:42.640Z Checking portable-atomic v1.13.1
21322026-03-04T17:37:42.669Z Checking lock_api v0.4.14
21332026-03-04T17:37:42.687Z Checking critical-section v1.2.0
21342026-03-04T17:37:42.848Z Checking zerofrom v0.1.6
21352026-03-04T17:37:43.054Z Checking pin-project-lite v0.2.17
21362026-03-04T17:37:43.061Z Checking yoke v0.8.1
21372026-03-04T17:37:43.083Z Checking zerocopy v0.8.40
21382026-03-04T17:37:43.178Z Checking libm v0.2.16
21392026-03-04T17:37:43.286Z Checking getrandom v0.2.17
21402026-03-04T17:37:43.374Z Checking errno v0.3.14
21412026-03-04T17:37:43.426Z Checking generic-array v0.14.7
21422026-03-04T17:37:43.555Z Checking rand_core v0.6.4
21432026-03-04T17:37:43.574Z Checking signal-hook-registry v1.4.8
21442026-03-04T17:37:43.637Z Checking once_cell v1.21.3
21452026-03-04T17:37:43.846Z Checking parking_lot_core v0.9.12
21462026-03-04T17:37:43.864Z Checking zerovec v0.11.5
21472026-03-04T17:37:43.963Z Checking mio v1.1.1
21482026-03-04T17:37:44.205Z Checking parking_lot v0.12.5
21492026-03-04T17:37:44.472Z Checking socket2 v0.6.2
21502026-03-04T17:37:44.558Z Checking zmij v1.0.21
21512026-03-04T17:37:44.577Z Checking crypto-common v0.1.7
21522026-03-04T17:37:44.581Z Checking block-buffer v0.10.4
21532026-03-04T17:37:44.776Z Checking futures-core v0.3.32
21542026-03-04T17:37:44.835Z Checking digest v0.10.7
21552026-03-04T17:37:44.864Z Checking tinystr v0.8.2
21562026-03-04T17:37:44.905Z Checking equivalent v1.0.2
21572026-03-04T17:37:44.954Z Checking litemap v0.8.1
21582026-03-04T17:37:44.973Z Checking writeable v0.6.2
21592026-03-04T17:37:44.991Z Checking percent-encoding v2.3.2
21602026-03-04T17:37:45.028Z Checking allocator-api2 v0.2.21
21612026-03-04T17:37:45.182Z Checking num-traits v0.2.19
21622026-03-04T17:37:45.201Z Checking potential_utf v0.1.4
21632026-03-04T17:37:45.225Z Checking zerotrie v0.2.3
21642026-03-04T17:37:45.262Z Checking cpufeatures v0.2.17
21652026-03-04T17:37:45.279Z Checking icu_locale_core v2.1.1
21662026-03-04T17:37:45.370Z Checking foldhash v0.2.0
21672026-03-04T17:37:45.403Z Checking icu_collections v2.1.1
21682026-03-04T17:37:45.616Z Checking hmac v0.12.1
21692026-03-04T17:37:45.633Z Checking hashbrown v0.16.1
21702026-03-04T17:37:45.723Z Checking block-padding v0.3.3
21712026-03-04T17:37:45.852Z Checking icu_properties_data v2.1.2
21722026-03-04T17:37:45.955Z Checking icu_normalizer_data v2.1.1
21732026-03-04T17:37:45.959Z Checking serde v1.0.228
21742026-03-04T17:37:46.007Z Checking bitflags v2.11.0
21752026-03-04T17:37:46.073Z Checking serde_json v1.0.149
21762026-03-04T17:37:46.094Z Checking futures-sink v0.3.32
21772026-03-04T17:37:46.264Z Checking rand_core v0.10.0
21782026-03-04T17:37:46.288Z Checking futures-channel v0.3.32
21792026-03-04T17:37:46.509Z Checking getrandom v0.4.1
21802026-03-04T17:37:46.583Z Checking icu_provider v2.1.1
21812026-03-04T17:37:46.603Z Checking inout v0.1.4
21822026-03-04T17:37:46.654Z Checking futures-task v0.3.32
21832026-03-04T17:37:46.714Z Checking indexmap v2.13.0
21842026-03-04T17:37:46.769Z Checking futures-io v0.3.32
21852026-03-04T17:37:46.848Z Checking slab v0.4.12
21862026-03-04T17:37:46.895Z Checking cipher v0.4.4
21872026-03-04T17:37:46.949Z Checking bytes v1.11.1
21882026-03-04T17:37:46.968Z Checking sha2 v0.10.9
21892026-03-04T17:37:47.025Z Checking icu_properties v2.1.2
21902026-03-04T17:37:47.122Z Checking icu_normalizer v2.1.1
21912026-03-04T17:37:47.297Z Checking futures-util v0.3.32
21922026-03-04T17:37:47.506Z Checking getrandom v0.3.4
21932026-03-04T17:37:47.720Z Checking base64ct v1.8.3
21942026-03-04T17:37:47.750Z Checking byteorder v1.5.0
21952026-03-04T17:37:47.754Z Checking utf8_iter v1.0.4
21962026-03-04T17:37:47.936Z Checking tokio v1.49.0
21972026-03-04T17:37:47.967Z Checking form_urlencoded v1.2.2
21982026-03-04T17:37:47.990Z Checking flagset v0.4.7
21992026-03-04T17:37:48.164Z Checking fnv v1.0.7
22002026-03-04T17:37:48.183Z Checking pem-rfc7468 v0.7.0
22012026-03-04T17:37:48.200Z Checking rand_core v0.9.5
22022026-03-04T17:37:48.216Z Checking http v1.4.0
22032026-03-04T17:37:48.304Z Checking salsa20 v0.10.2
22042026-03-04T17:37:48.453Z Checking der v0.7.10
22052026-03-04T17:37:48.519Z Checking uuid v1.21.0
22062026-03-04T17:37:48.537Z Checking pbkdf2 v0.12.2
22072026-03-04T17:37:48.719Z Checking scrypt v0.11.0
22082026-03-04T17:37:48.951Z Checking aes v0.8.4
22092026-03-04T17:37:48.988Z Checking idna_adapter v1.2.1
22102026-03-04T17:37:49.192Z Checking idna v1.1.0
22112026-03-04T17:37:49.210Z Checking cbc v0.1.2
22122026-03-04T17:37:49.434Z Checking rustix v1.1.3
22132026-03-04T17:37:49.508Z Checking tracing-core v0.1.36
22142026-03-04T17:37:49.683Z Checking url v2.5.8
22152026-03-04T17:37:49.839Z Checking rustls-pki-types v1.14.0
22162026-03-04T17:37:50.152Z Checking regex-syntax v0.8.10
22172026-03-04T17:37:50.168Z Checking spki v0.7.3
22182026-03-04T17:37:50.418Z Checking iana-time-zone v0.1.65
22192026-03-04T17:37:50.482Z Checking pkcs5 v0.7.1
22202026-03-04T17:37:50.548Z Checking ppv-lite86 v0.2.21
22212026-03-04T17:37:50.596Z Checking chrono v0.4.44
22222026-03-04T17:37:50.615Z Checking tracing v0.1.44
22232026-03-04T17:37:51.004Z Checking http-body v1.0.1
22242026-03-04T17:37:51.022Z Checking aws-lc-sys v0.37.1
22252026-03-04T17:37:51.232Z Checking rand_chacha v0.9.0
22262026-03-04T17:37:51.235Z Checking untrusted v0.9.0
22272026-03-04T17:37:51.416Z Checking untrusted v0.7.1
22282026-03-04T17:37:51.436Z Checking openssl-probe v0.2.1
22292026-03-04T17:37:51.591Z Checking base64 v0.22.1
22302026-03-04T17:37:51.611Z Checking ring v0.17.14
22312026-03-04T17:37:51.627Z Checking rand v0.9.2
22322026-03-04T17:37:51.825Z Checking pkcs8 v0.10.2
22332026-03-04T17:37:52.056Z Checking plain v0.2.3
22342026-03-04T17:37:52.129Z Checking atomic-waker v1.1.2
22352026-03-04T17:37:52.231Z Checking tinyvec_macros v0.1.1
22362026-03-04T17:37:52.287Z Checking tower-service v0.3.3
22372026-03-04T17:37:52.334Z Checking tower-layer v0.3.3
22382026-03-04T17:37:52.428Z Checking try-lock v0.2.5
22392026-03-04T17:37:52.580Z Checking tinyvec v1.10.0
22402026-03-04T17:37:52.599Z Checking want v0.3.1
22412026-03-04T17:37:52.601Z Checking aws-lc-rs v1.16.0
22422026-03-04T17:37:52.632Z Checking ipnet v2.11.0
22432026-03-04T17:37:52.666Z Checking semver v1.0.27
22442026-03-04T17:37:52.798Z Checking httparse v1.10.1
22452026-03-04T17:37:53.078Z Checking spin v0.9.8
22462026-03-04T17:37:53.179Z Checking dyn-clone v1.0.20
22472026-03-04T17:37:53.181Z Checking httpdate v1.0.3
22482026-03-04T17:37:53.230Z Checking foreign-types-shared v0.1.1
22492026-03-04T17:37:53.267Z Checking unicode-ident v1.0.24
22502026-03-04T17:37:53.331Z Checking pin-utils v0.1.0
22512026-03-04T17:37:53.358Z Checking fastrand v2.3.0
22522026-03-04T17:37:53.399Z Checking ucd-trie v0.1.7
22532026-03-04T17:37:53.426Z Checking foreign-types v0.3.2
22542026-03-04T17:37:53.454Z Checking schemars v0.8.22
22552026-03-04T17:37:53.462Z Checking proc-macro2 v1.0.106
22562026-03-04T17:37:53.542Z Checking crossbeam-utils v0.8.21
22572026-03-04T17:37:53.627Z Checking pest v2.8.6
22582026-03-04T17:37:53.704Z Checking tempfile v3.25.0
22592026-03-04T17:37:53.816Z Checking openssl-sys v0.9.111
22602026-03-04T17:37:54.072Z Checking thiserror v2.0.18
22612026-03-04T17:37:54.163Z Checking wait-timeout v0.2.1
22622026-03-04T17:37:54.245Z Checking aho-corasick v1.1.4
22632026-03-04T17:37:54.269Z Checking bit-vec v0.8.0
22642026-03-04T17:37:54.348Z Checking either v1.15.0
22652026-03-04T17:37:54.539Z Checking rustls-webpki v0.103.9
22662026-03-04T17:37:54.625Z Checking simd-adler32 v0.3.8
22672026-03-04T17:37:54.730Z Checking siphasher v1.0.2
22682026-03-04T17:37:54.997Z Checking pretty-hex v0.4.1
22692026-03-04T17:37:55.029Z Checking anstyle v1.0.13
22702026-03-04T17:37:55.068Z Checking utf8parse v0.2.2
22712026-03-04T17:37:55.087Z Checking quick-error v1.2.3
22722026-03-04T17:37:55.157Z Checking tokio-util v0.7.18
22732026-03-04T17:37:55.204Z Checking powerfmt v0.2.0
22742026-03-04T17:37:55.233Z Checking anstyle-parse v0.2.7
22752026-03-04T17:37:55.250Z Checking rusty-fork v0.3.1
22762026-03-04T17:37:55.348Z Checking openssl v0.10.75
22772026-03-04T17:37:55.401Z Checking rustls v0.23.37
22782026-03-04T17:37:55.475Z Checking deranged v0.5.8
22792026-03-04T17:37:55.508Z Checking bit-set v0.8.0
22802026-03-04T17:37:55.532Z Checking crossbeam-epoch v0.9.18
22812026-03-04T17:37:55.774Z Checking quote v1.0.44
22822026-03-04T17:37:55.777Z Checking regex-automata v0.4.14
22832026-03-04T17:37:55.974Z Compiling newtype-uuid v1.3.2
22842026-03-04T17:37:56.021Z Checking unicode-normalization v0.1.25
22852026-03-04T17:37:56.132Z Checking rustls-native-certs v0.8.3
22862026-03-04T17:37:56.298Z Checking rand_xorshift v0.4.0
22872026-03-04T17:37:56.357Z Checking thiserror v1.0.69
22882026-03-04T17:37:56.422Z Checking h2 v0.4.13
22892026-03-04T17:37:56.502Z Checking crc32fast v1.5.0
22902026-03-04T17:37:56.505Z Checking scroll v0.13.0
22912026-03-04T17:37:56.739Z Checking signature v2.2.0
22922026-03-04T17:37:56.856Z Checking sync_wrapper v1.0.2
22932026-03-04T17:37:56.932Z Checking num_threads v0.1.7
22942026-03-04T17:37:56.996Z Checking colorchoice v1.0.4
22952026-03-04T17:37:57.015Z Checking adler2 v2.0.1
22962026-03-04T17:37:57.059Z Checking unicode-bidi v0.3.18
22972026-03-04T17:37:57.155Z Checking anstyle-query v1.1.5
22982026-03-04T17:37:57.173Z Checking unarray v0.1.4
22992026-03-04T17:37:57.293Z Checking unicode-properties v0.1.4
23002026-03-04T17:37:57.343Z Checking time-core v0.1.8
23012026-03-04T17:37:57.626Z Checking num-conv v0.2.0
23022026-03-04T17:37:57.666Z Checking is_terminal_polyfill v1.70.2
23032026-03-04T17:37:57.686Z Checking stringprep v0.1.5
23042026-03-04T17:37:57.811Z Checking anstream v0.6.21
23052026-03-04T17:37:57.839Z Checking proptest v1.10.0
23062026-03-04T17:37:57.857Z Checking time v0.3.47
23072026-03-04T17:37:57.944Z Checking miniz_oxide v0.8.9
23082026-03-04T17:37:58.207Z Checking tower v0.5.3
23092026-03-04T17:37:58.722Z Checking goblin v0.10.5
23102026-03-04T17:37:59.072Z Compiling daft v0.1.5
23112026-03-04T17:37:59.611Z Checking syn v2.0.117
23122026-03-04T17:38:00.118Z Checking crossbeam-deque v0.8.6
23132026-03-04T17:38:00.175Z Checking native-tls v0.2.18
23142026-03-04T17:38:00.464Z Checking ipnetwork v0.21.1
23152026-03-04T17:38:00.490Z Checking rand_chacha v0.3.1
23162026-03-04T17:38:00.513Z Checking http-body-util v0.1.3
23172026-03-04T17:38:00.755Z Checking tokio-rustls v0.26.4
23182026-03-04T17:38:00.876Z Checking webpki-roots v1.0.6
23192026-03-04T17:38:00.893Z Checking scroll v0.12.0
23202026-03-04T17:38:00.917Z Checking zstd-sys v2.0.16+zstd.1.5.7
23212026-03-04T17:38:01.092Z Checking hash32 v0.2.1
23222026-03-04T17:38:01.117Z Checking serde_spanned v0.6.9
23232026-03-04T17:38:01.187Z Checking toml_datetime v0.6.11
23242026-03-04T17:38:01.319Z Checking num-integer v0.1.46
23252026-03-04T17:38:01.323Z Checking md-5 v0.10.6
23262026-03-04T17:38:01.391Z Checking ff v0.13.1
23272026-03-04T17:38:01.521Z Checking ryu v1.0.23
23282026-03-04T17:38:01.570Z Checking base16ct v0.2.0
23292026-03-04T17:38:01.611Z Checking psl-types v2.0.11
23302026-03-04T17:38:01.757Z Checking iri-string v0.7.10
23312026-03-04T17:38:01.777Z Checking fallible-iterator v0.2.0
23322026-03-04T17:38:01.796Z Checking zlib-rs v0.6.2
23332026-03-04T17:38:01.816Z Compiling iddqd v0.3.17
23342026-03-04T17:38:02.352Z Checking postgres-protocol v0.6.10
23352026-03-04T17:38:02.502Z Checking num-iter v0.1.45
23362026-03-04T17:38:02.505Z Checking hyper v1.8.1
23372026-03-04T17:38:02.686Z Checking publicsuffix v2.3.0
23382026-03-04T17:38:02.982Z Checking sec1 v0.7.3
23392026-03-04T17:38:03.003Z Checking serde_urlencoded v0.7.1
23402026-03-04T17:38:03.371Z Checking group v0.13.0
23412026-03-04T17:38:03.443Z Checking heapless v0.7.17
23422026-03-04T17:38:03.632Z Checking goblin v0.8.2
23432026-03-04T17:38:03.711Z Checking flate2 v1.1.9
23442026-03-04T17:38:04.259Z Checking tower-http v0.6.8
23452026-03-04T17:38:04.348Z Checking zstd-safe v7.2.4
23462026-03-04T17:38:04.374Z Checking oxnet v0.1.4
23472026-03-04T17:38:04.451Z Checking rand v0.8.5
23482026-03-04T17:38:04.516Z Checking hyper-util v0.1.20
23492026-03-04T17:38:04.599Z Checking dof v0.4.0
23502026-03-04T17:38:04.632Z Checking tokio-native-tls v0.3.1
23512026-03-04T17:38:04.798Z Checking cookie v0.18.1
23522026-03-04T17:38:04.798Z Checking rayon-core v1.13.0
23532026-03-04T17:38:04.888Z Checking dtrace-parser v0.3.0
23542026-03-04T17:38:05.236Z Checking phf_shared v0.13.1
23552026-03-04T17:38:05.389Z Checking lazy_static v1.5.0
23562026-03-04T17:38:05.424Z Checking terminal_size v0.4.3
23572026-03-04T17:38:05.531Z Checking zerocopy v0.7.35
23582026-03-04T17:38:05.554Z Checking bzip2-sys v0.1.13+1.0.8
23592026-03-04T17:38:05.588Z Checking signal-hook v0.3.18
23602026-03-04T17:38:05.668Z Checking hkdf v0.12.4
23612026-03-04T17:38:05.689Z Checking crypto-bigint v0.5.5
23622026-03-04T17:38:05.710Z Checking thread-id v5.1.0
23632026-03-04T17:38:05.830Z Checking winnow v0.5.40
23642026-03-04T17:38:05.907Z Checking unicode-width v0.2.0
23652026-03-04T17:38:05.910Z Checking bumpalo v3.20.2
23662026-03-04T17:38:06.301Z Checking strsim v0.11.1
23672026-03-04T17:38:06.324Z Checking managed v0.8.0
23682026-03-04T17:38:06.430Z Checking libbz2-rs-sys v0.2.2
23692026-03-04T17:38:06.609Z Checking bitflags v1.3.2
23702026-03-04T17:38:06.692Z Checking winnow v0.7.14
23712026-03-04T17:38:06.714Z Checking clap_lex v1.0.0
23722026-03-04T17:38:06.729Z Checking foldhash v0.1.5
23732026-03-04T17:38:06.956Z Checking hashbrown v0.15.5
23742026-03-04T17:38:06.975Z Checking clap_builder v4.5.60
23752026-03-04T17:38:07.218Z Checking hyper-rustls v0.27.7
23762026-03-04T17:38:07.273Z Checking bzip2 v0.6.1
23772026-03-04T17:38:07.570Z Checking hyper-tls v0.6.0
23782026-03-04T17:38:07.589Z Checking smoltcp v0.9.1
23792026-03-04T17:38:07.876Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23802026-03-04T17:38:08.014Z Checking console v0.16.2
23812026-03-04T17:38:08.222Z Checking zopfli v0.8.3
23822026-03-04T17:38:08.371Z Checking elliptic-curve v0.13.8
23832026-03-04T17:38:08.391Z Checking dof v0.3.0
23842026-03-04T17:38:08.625Z Checking toml_edit v0.19.15
23852026-03-04T17:38:08.645Z Checking usdt-impl v0.6.0
23862026-03-04T17:38:08.917Z Checking signal-hook-mio v0.2.5
23872026-03-04T17:38:08.971Z Checking phf v0.13.1
23882026-03-04T17:38:08.996Z Checking bzip2 v0.4.4
23892026-03-04T17:38:09.033Z Checking num-bigint-dig v0.8.6
23902026-03-04T17:38:09.080Z Checking rayon v1.11.0
23912026-03-04T17:38:09.175Z Checking cookie_store v0.22.1
23922026-03-04T17:38:09.301Z Checking zstd v0.13.3
23932026-03-04T17:38:09.497Z Checking postgres-types v0.2.12
23942026-03-04T17:38:09.649Z Checking rustls-platform-verifier v0.6.2
23952026-03-04T17:38:09.714Z Checking regex v1.12.3
23962026-03-04T17:38:09.806Z Checking bstr v1.12.1
23972026-03-04T17:38:09.829Z Checking ed25519 v2.2.3
23982026-03-04T17:38:09.893Z Checking dtrace-parser v0.2.0
23992026-03-04T17:38:10.133Z Checking phf_shared v0.11.3
24002026-03-04T17:38:10.152Z Checking itertools v0.12.1
24012026-03-04T17:38:10.310Z Checking ref-cast v1.0.25
24022026-03-04T17:38:10.401Z Checking curve25519-dalek v4.1.3
24032026-03-04T17:38:10.405Z Checking strum v0.27.2
24042026-03-04T17:38:10.453Z Checking hubpack v0.1.2
24052026-03-04T17:38:10.579Z Checking rustix v0.38.44
24062026-03-04T17:38:10.716Z Checking pkcs1 v0.7.5
24072026-03-04T17:38:10.760Z Checking erased-serde v0.3.31
24082026-03-04T17:38:10.989Z Checking hex v0.4.3
24092026-03-04T17:38:11.044Z Checking serde-big-array v0.5.1
24102026-03-04T17:38:11.108Z Checking float-cmp v0.10.0
24112026-03-04T17:38:11.261Z Checking rfc6979 v0.4.0
24122026-03-04T17:38:11.334Z Checking thread-id v4.2.2
24132026-03-04T17:38:11.458Z Checking memmap2 v0.9.10
24142026-03-04T17:38:11.478Z Checking env_filter v1.0.0
24152026-03-04T17:38:11.515Z Checking encoding_rs v0.8.35
24162026-03-04T17:38:11.721Z Checking difflib v0.4.0
24172026-03-04T17:38:11.724Z Checking fixedbitset v0.5.7
24182026-03-04T17:38:11.758Z Checking predicates-core v1.0.10
24192026-03-04T17:38:11.953Z Checking static_assertions v1.1.0
24202026-03-04T17:38:12.042Z Checking toml_write v0.1.2
24212026-03-04T17:38:12.061Z Checking unicode-segmentation v1.12.0
24222026-03-04T17:38:12.082Z Checking unit-prefix v0.5.2
24232026-03-04T17:38:12.234Z Checking normalize-line-endings v0.3.0
24242026-03-04T17:38:12.294Z Checking jiff v0.2.21
24252026-03-04T17:38:12.373Z Checking rustc-hash v2.1.1
24262026-03-04T17:38:12.376Z Checking keccak v0.1.6
24272026-03-04T17:38:12.456Z Checking new_debug_unreachable v1.0.6
24282026-03-04T17:38:12.511Z Checking data-encoding v2.10.0
24292026-03-04T17:38:12.531Z Checking whoami v2.1.0
24302026-03-04T17:38:12.547Z Checking fixedbitset v0.4.2
24312026-03-04T17:38:12.565Z Checking mime v0.3.17
24322026-03-04T17:38:12.712Z Checking precomputed-hash v0.1.1
24332026-03-04T17:38:12.730Z Checking similar v2.7.0
24342026-03-04T17:38:12.800Z Checking petgraph v0.6.5
24352026-03-04T17:38:12.832Z Checking string_cache v0.8.9
24362026-03-04T17:38:12.877Z Checking tokio-postgres v0.7.16
24372026-03-04T17:38:12.895Z Checking sha3 v0.10.8
24382026-03-04T17:38:13.077Z Checking hickory-proto v0.25.2
24392026-03-04T17:38:13.290Z Checking indicatif v0.18.4
24402026-03-04T17:38:13.518Z Checking crossterm v0.28.1
24412026-03-04T17:38:13.666Z Checking reqwest v0.12.28
24422026-03-04T17:38:14.099Z Checking zone v0.3.1
24432026-03-04T17:38:14.891Z Checking toml_edit v0.22.27
24442026-03-04T17:38:15.077Z Checking predicates v3.1.4
24452026-03-04T17:38:15.178Z Checking ed25519-dalek v2.2.0
24462026-03-04T17:38:15.548Z Checking petgraph v0.8.3
24472026-03-04T17:38:15.640Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24482026-03-04T17:38:15.697Z Checking usdt v0.6.0
24492026-03-04T17:38:15.714Z Checking env_logger v0.11.9
24502026-03-04T17:38:15.732Z Checking slog v2.8.2
24512026-03-04T17:38:15.966Z Checking serde_with v3.17.0
24522026-03-04T17:38:16.073Z Checking usdt-impl v0.5.0
24532026-03-04T17:38:16.280Z Checking ecdsa v0.16.9
24542026-03-04T17:38:16.604Z Checking rsa v0.9.10
24552026-03-04T17:38:16.973Z Checking toml v0.7.8
24562026-03-04T17:38:17.402Z Checking reqwest v0.13.2
24572026-03-04T17:38:17.589Z Checking clap v4.5.60
24582026-03-04T17:38:17.644Z Checking zip v4.6.1
24592026-03-04T17:38:17.683Z Checking toml_parser v1.0.9+spec-1.1.0
24602026-03-04T17:38:17.712Z Checking zip v0.6.6
24612026-03-04T17:38:18.385Z Checking strum v0.26.3
24622026-03-04T17:38:18.424Z Checking tokio-stream v0.1.18
24632026-03-04T17:38:18.593Z Checking fs-err v3.3.0
24642026-03-04T17:38:18.898Z Checking ahash v0.8.12
24652026-03-04T17:38:19.178Z Checking object v0.37.3
24662026-03-04T17:38:19.203Z Checking buf-list v1.1.2
24672026-03-04T17:38:19.263Z Checking itertools v0.13.0
24682026-03-04T17:38:19.292Z Checking camino v1.2.2
24692026-03-04T17:38:19.362Z Checking anyhow v1.0.102
24702026-03-04T17:38:19.515Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-04T17:38:19.556Z Checking x509-cert v0.2.5
24722026-03-04T17:38:19.575Z Checking openapiv3 v2.2.0
24732026-03-04T17:38:19.729Z Checking toml_datetime v0.7.5+spec-1.1.0
24742026-03-04T17:38:19.830Z Checking sha1 v0.10.6
24752026-03-04T17:38:20.113Z Checking lalrpop-util v0.19.12
24762026-03-04T17:38:20.131Z Checking peg-runtime v0.8.5
24772026-03-04T17:38:20.134Z Checking sigpipe v0.1.3
24782026-03-04T17:38:20.263Z Checking glob v0.3.3
24792026-03-04T17:38:23.817Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24802026-03-04T17:38:24.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s
24812026-03-04T17:38:24.378Z
24822026-03-04T17:38:24.378Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/264)
24832026-03-04T17:38:25.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-03-04T17:38:25.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-03-04T17:38:25.435Z Checking newtype-uuid v1.3.2
24862026-03-04T17:38:25.438Z Compiling structmeta-derive v0.3.0
24872026-03-04T17:38:25.438Z Compiling rustls v0.22.4
24882026-03-04T17:38:25.606Z Checking regress v0.10.5
24892026-03-04T17:38:25.609Z Compiling multer v3.1.0
24902026-03-04T17:38:25.633Z Compiling newtype-uuid-macros v0.1.0
24912026-03-04T17:38:25.637Z Compiling async-stream-impl v0.3.6
24922026-03-04T17:38:25.672Z Checking futures-executor v0.3.32
24932026-03-04T17:38:25.864Z Checking daft v0.1.5
24942026-03-04T17:38:25.949Z Compiling dropshot v0.16.7
24952026-03-04T17:38:25.984Z Checking futures v0.3.32
24962026-03-04T17:38:26.101Z Compiling dropshot_endpoint v0.16.7
24972026-03-04T17:38:26.325Z Checking iddqd v0.3.17
24982026-03-04T17:38:26.368Z Checking thread_local v1.1.9
24992026-03-04T17:38:26.679Z Checking crossbeam-channel v0.5.15
25002026-03-04T17:38:26.844Z Checking is-terminal v0.4.17
25012026-03-04T17:38:26.994Z Checking take_mut v0.2.2
25022026-03-04T17:38:27.170Z Checking term v1.2.1
25032026-03-04T17:38:27.265Z Checking rustls-webpki v0.102.8
25042026-03-04T17:38:27.372Z Checking slog-async v2.8.0
25052026-03-04T17:38:27.587Z Checking slog-term v2.9.2
25062026-03-04T17:38:27.659Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25072026-03-04T17:38:27.943Z Compiling structmeta v0.3.0
25082026-03-04T17:38:28.017Z Checking serde_spanned v1.0.4
25092026-03-04T17:38:28.124Z Checking debug-ignore v1.0.5
25102026-03-04T17:38:28.161Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-03-04T17:38:28.238Z Checking match_cfg v0.1.0
25122026-03-04T17:38:28.283Z Checking toml_writer v1.0.6+spec-1.1.0
25132026-03-04T17:38:28.329Z Compiling derive-ex v0.1.8
25142026-03-04T17:38:28.351Z Compiling parse-display-derive v0.10.0
25152026-03-04T17:38:28.410Z Checking hostname v0.3.1
25162026-03-04T17:38:28.604Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25172026-03-04T17:38:28.663Z Checking toml v0.9.12+spec-1.1.0
25182026-03-04T17:38:28.848Z Checking slog-json v2.6.1
25192026-03-04T17:38:29.150Z Checking macaddr v1.0.1
25202026-03-04T17:38:29.364Z Checking slog-bunyan v2.5.0
25212026-03-04T17:38:29.485Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25222026-03-04T17:38:29.546Z Checking async-stream v0.3.6
25232026-03-04T17:38:30.089Z Checking waitgroup v0.1.2
25242026-03-04T17:38:30.151Z Checking rustls-pemfile v2.2.0
25252026-03-04T17:38:30.230Z Checking serde_path_to_error v0.1.20
25262026-03-04T17:38:30.254Z Checking hostname v0.4.2
25272026-03-04T17:38:30.257Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25282026-03-04T17:38:30.390Z Checking progenitor-client v0.10.0
25292026-03-04T17:38:30.412Z Compiling itertools v0.14.0
25302026-03-04T17:38:30.521Z Checking progenitor-client v0.13.0
25312026-03-04T17:38:30.797Z Checking instant v0.1.13
25322026-03-04T17:38:30.838Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-03-04T17:38:30.933Z Checking backoff v0.4.0
25342026-03-04T17:38:31.001Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25352026-03-04T17:38:31.240Z Checking backon v1.6.0
25362026-03-04T17:38:31.566Z Checking heck v0.5.0
25372026-03-04T17:38:31.592Z Checking tokio-rustls v0.25.0
25382026-03-04T17:38:31.788Z Compiling toml_edit v0.23.10+spec-1.0.0
25392026-03-04T17:38:32.031Z Compiling crucible-workspace-hack v0.1.0
25402026-03-04T17:38:32.054Z Checking parse-display v0.10.0
25412026-03-04T17:38:32.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25422026-03-04T17:38:32.340Z Compiling heapless v0.8.0
25432026-03-04T17:38:32.395Z Compiling test-strategy v0.4.5
25442026-03-04T17:38:32.720Z Compiling typify-impl v0.4.3
25452026-03-04T17:38:33.211Z Compiling proc-macro-crate v3.4.0
25462026-03-04T17:38:33.259Z Compiling ingot-macros v0.1.1
25472026-03-04T17:38:33.383Z Checking hash32 v0.3.1
25482026-03-04T17:38:33.645Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25492026-03-04T17:38:33.753Z Compiling smoltcp v0.11.0
25502026-03-04T17:38:34.369Z Checking tabwriter v1.4.1
25512026-03-04T17:38:34.455Z Checking cobs v0.3.0
25522026-03-04T17:38:34.478Z Compiling num_enum_derive v0.7.5
25532026-03-04T17:38:34.627Z Compiling foreign-types-macros v0.2.3
25542026-03-04T17:38:34.718Z Checking foreign-types-shared v0.3.1
25552026-03-04T17:38:34.858Z Checking cpufeatures v0.3.0
25562026-03-04T17:38:34.977Z Checking chacha20 v0.10.0
25572026-03-04T17:38:35.404Z Checking postcard v1.1.3
25582026-03-04T17:38:35.854Z Checking foreign-types v0.5.0
25592026-03-04T17:38:35.946Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25602026-03-04T17:38:36.157Z Compiling proc-macro-crate v1.3.1
25612026-03-04T17:38:36.194Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-03-04T17:38:36.227Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-04T17:38:36.653Z Checking num_enum v0.7.5
25642026-03-04T17:38:36.688Z Checking cstr-argument v0.1.2
25652026-03-04T17:38:36.730Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25662026-03-04T17:38:36.895Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25672026-03-04T17:38:36.960Z Checking colored v3.1.1
25682026-03-04T17:38:37.007Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25692026-03-04T17:38:37.307Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25702026-03-04T17:38:37.359Z Compiling num_enum_derive v0.5.11
25712026-03-04T17:38:37.388Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25722026-03-04T17:38:37.513Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25732026-03-04T17:38:37.629Z Checking rand v0.10.0
25742026-03-04T17:38:37.683Z Checking secrecy v0.10.3
25752026-03-04T17:38:37.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25762026-03-04T17:38:37.878Z Compiling memoffset v0.9.1
25772026-03-04T17:38:38.246Z Compiling cfg_aliases v0.2.1
25782026-03-04T17:38:38.373Z Compiling unsafe-libyaml v0.2.11
25792026-03-04T17:38:38.687Z Compiling convert_case v0.4.0
25802026-03-04T17:38:39.484Z Compiling derive_more v0.99.20
25812026-03-04T17:38:39.579Z Checking num_enum v0.5.11
25822026-03-04T17:38:39.768Z Compiling serde_yaml v0.9.34+deprecated
25832026-03-04T17:38:39.939Z Checking ingot-types v0.1.2
25842026-03-04T17:38:40.178Z Compiling nix v0.30.1
25852026-03-04T17:38:40.631Z Checking camino-tempfile v1.4.1
25862026-03-04T17:38:40.718Z Checking ingot v0.1.1
25872026-03-04T17:38:40.740Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25882026-03-04T17:38:40.926Z Compiling prettyplease v0.2.37
25892026-03-04T17:38:41.197Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902026-03-04T17:38:41.280Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-04T17:38:41.335Z Checking smf v0.2.3
25922026-03-04T17:38:41.623Z Compiling num-derive v0.4.2
25932026-03-04T17:38:41.813Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25942026-03-04T17:38:42.272Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25952026-03-04T17:38:43.315Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25962026-03-04T17:38:44.768Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25972026-03-04T17:38:44.771Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25982026-03-04T17:38:44.771Z Compiling typify-macro v0.4.3
25992026-03-04T17:38:44.771Z Checking whoami v1.6.1
26002026-03-04T17:38:45.055Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26012026-03-04T17:38:45.241Z Compiling typify-impl v0.6.1
26022026-03-04T17:38:47.438Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26032026-03-04T17:38:47.507Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26042026-03-04T17:38:47.693Z Compiling typify v0.4.3
26052026-03-04T17:38:48.339Z Checking num-rational v0.4.2
26062026-03-04T17:38:49.673Z Compiling thiserror-impl-no-std v2.0.2
26072026-03-04T17:38:49.722Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26082026-03-04T17:38:49.902Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26092026-03-04T17:38:49.991Z Checking half v2.7.1
26102026-03-04T17:38:50.342Z Checking universal-hash v0.5.1
26112026-03-04T17:38:50.554Z Checking num-complex v0.4.6
26122026-03-04T17:38:50.642Z Checking opaque-debug v0.3.1
26132026-03-04T17:38:50.754Z Checking ciborium-io v0.2.2
26142026-03-04T17:38:50.898Z Checking ciborium-ll v0.2.2
26152026-03-04T17:38:51.000Z Checking poly1305 v0.8.0
26162026-03-04T17:38:51.220Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-04T17:38:51.262Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26182026-03-04T17:38:51.408Z Checking num v0.4.3
26192026-03-04T17:38:51.534Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26202026-03-04T17:38:51.558Z Checking toml v0.8.23
26212026-03-04T17:38:52.038Z Checking password-hash v0.5.0
26222026-03-04T17:38:52.269Z Checking chacha20 v0.9.1
26232026-03-04T17:38:52.307Z Checking thiserror-no-std v2.0.2
26242026-03-04T17:38:52.451Z Compiling usdt-attr-macro v0.5.0
26252026-03-04T17:38:52.485Z Compiling usdt-macro v0.5.0
26262026-03-04T17:38:52.638Z Checking blake2 v0.10.6
26272026-03-04T17:38:53.123Z Checking aead v0.5.2
26282026-03-04T17:38:53.460Z Checking memmap v0.7.0
26292026-03-04T17:38:53.972Z Checking float-ord v0.3.2
26302026-03-04T17:38:53.975Z Checking usdt v0.5.0
26312026-03-04T17:38:54.023Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26322026-03-04T17:38:54.140Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26332026-03-04T17:38:54.267Z Checking chacha20poly1305 v0.10.1
26342026-03-04T17:38:54.287Z Checking argon2 v0.5.3
26352026-03-04T17:38:54.363Z Checking vsss-rs v3.3.4
26362026-03-04T17:38:54.481Z Checking ciborium v0.2.2
26372026-03-04T17:38:54.855Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26382026-03-04T17:38:54.966Z Checking indent_write v2.2.0
26392026-03-04T17:38:55.410Z Compiling semver v0.1.20
26402026-03-04T17:38:55.490Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26412026-03-04T17:38:55.844Z Compiling rustc_version v0.1.7
26422026-03-04T17:38:56.015Z Compiling progenitor-impl v0.11.2
26432026-03-04T17:38:56.592Z Compiling typify-macro v0.6.1
26442026-03-04T17:38:57.233Z Compiling pin-project-internal v1.1.11
26452026-03-04T17:38:57.463Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26462026-03-04T17:38:57.879Z Compiling minimal-lexical v0.2.1
26472026-03-04T17:38:58.372Z Checking linked-hash-map v0.5.6
26482026-03-04T17:38:58.758Z Checking swrite v0.1.0
26492026-03-04T17:38:58.910Z Checking lru-cache v0.1.2
26502026-03-04T17:38:58.939Z Compiling nom v7.1.3
26512026-03-04T17:38:59.126Z Compiling newtype_derive v0.1.6
26522026-03-04T17:38:59.825Z Checking pin-project v1.1.11
26532026-03-04T17:39:00.138Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26542026-03-04T17:39:00.443Z Checking newline-converter v0.3.0
26552026-03-04T17:39:00.465Z Compiling typify v0.6.1
26562026-03-04T17:39:00.629Z Compiling progenitor-impl v0.13.0
26572026-03-04T17:39:00.820Z Checking atomicwrites v0.4.4
26582026-03-04T17:39:01.046Z Checking hickory-proto v0.24.4
26592026-03-04T17:39:01.119Z Checking progenitor-client v0.11.2
26602026-03-04T17:39:01.372Z Checking phf_shared v0.12.1
26612026-03-04T17:39:01.553Z Checking console v0.15.11
26622026-03-04T17:39:01.641Z Compiling snafu-derive v0.8.9
26632026-03-04T17:39:02.116Z Checking pem v3.0.6
26642026-03-04T17:39:02.138Z Checking csv-core v0.1.13
26652026-03-04T17:39:02.417Z Compiling async-recursion v1.1.1
26662026-03-04T17:39:02.465Z Compiling derive-where v1.6.0
26672026-03-04T17:39:02.644Z Compiling progenitor-macro v0.11.2
26682026-03-04T17:39:03.852Z Compiling slog-dtrace v0.3.0
26692026-03-04T17:39:04.206Z Checking resolv-conf v0.7.6
26702026-03-04T17:39:04.555Z Compiling owo-colors v4.3.0
26712026-03-04T17:39:05.199Z Compiling chrono-tz v0.10.4
26722026-03-04T17:39:05.513Z Checking highway v1.3.0
26732026-03-04T17:39:05.546Z Compiling cancel-safe-futures v0.1.5
26742026-03-04T17:39:05.944Z Checking same-file v1.0.6
26752026-03-04T17:39:06.158Z Checking unicode-width v0.1.14
26762026-03-04T17:39:06.181Z Checking walkdir v2.5.0
26772026-03-04T17:39:06.287Z Checking snafu v0.8.9
26782026-03-04T17:39:06.464Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26792026-03-04T17:39:06.756Z Checking hickory-resolver v0.24.4
26802026-03-04T17:39:06.813Z Compiling const_format_proc_macros v0.2.34
26812026-03-04T17:39:07.204Z Compiling progenitor-macro v0.13.0
26822026-03-04T17:39:08.137Z Checking csv v1.4.0
26832026-03-04T17:39:08.333Z Checking expectorate v1.2.0
26842026-03-04T17:39:08.598Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852026-03-04T17:39:08.691Z Checking phf v0.12.1
26862026-03-04T17:39:08.973Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26872026-03-04T17:39:09.979Z Checking tokio-dtrace v0.1.1
26882026-03-04T17:39:10.302Z Compiling progenitor-impl v0.10.0
26892026-03-04T17:39:10.609Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26902026-03-04T17:39:11.038Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26912026-03-04T17:39:12.110Z Checking globset v0.4.18
26922026-03-04T17:39:12.387Z Checking olpc-cjson v0.1.4
26932026-03-04T17:39:12.638Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26942026-03-04T17:39:12.650Z Checking libsw-core v0.3.2
26952026-03-04T17:39:12.853Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26962026-03-04T17:39:12.920Z Checking arc-swap v1.8.2
26972026-03-04T17:39:13.103Z Compiling lzma-sys v0.1.20
26982026-03-04T17:39:13.129Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26992026-03-04T17:39:13.364Z Checking serde_plain v1.0.2
27002026-03-04T17:39:13.649Z Checking bytecount v0.6.9
27012026-03-04T17:39:13.834Z Checking typed-path v0.9.3
27022026-03-04T17:39:13.921Z Checking utf-8 v0.7.6
27032026-03-04T17:39:14.170Z Checking tungstenite v0.21.0
27042026-03-04T17:39:14.713Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27052026-03-04T17:39:14.825Z Checking progenitor v0.11.2
27062026-03-04T17:39:15.015Z Checking papergrid v0.11.0
27072026-03-04T17:39:15.047Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27082026-03-04T17:39:15.093Z Checking slog-scope v4.4.1
27092026-03-04T17:39:15.309Z Checking libsw v3.5.0
27102026-03-04T17:39:15.546Z Checking oxide-tokio-rt v0.1.2
27112026-03-04T17:39:15.705Z Checking tough v0.20.0
27122026-03-04T17:39:15.951Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27132026-03-04T17:39:16.803Z Checking const_format v0.2.35
27142026-03-04T17:39:16.848Z Compiling progenitor-macro v0.10.0
27152026-03-04T17:39:17.123Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27162026-03-04T17:39:17.305Z Checking qorb v0.4.1
27172026-03-04T17:39:17.920Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27182026-03-04T17:39:19.631Z Checking progenitor v0.13.0
27192026-03-04T17:39:19.857Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27202026-03-04T17:39:20.035Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27212026-03-04T17:39:20.194Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27222026-03-04T17:39:20.217Z Compiling cargo_toml v0.22.3
27232026-03-04T17:39:20.484Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27242026-03-04T17:39:21.120Z Checking gethostname v0.5.0
27252026-03-04T17:39:21.147Z Compiling tabled_derive v0.7.0
27262026-03-04T17:39:21.266Z Checking bcs v0.1.6
27272026-03-04T17:39:21.289Z Checking smawk v0.3.2
27282026-03-04T17:39:21.523Z Checking linear-map v1.2.0
27292026-03-04T17:39:21.769Z Checking unicode-linebreak v0.1.5
27302026-03-04T17:39:21.842Z Checking termtree v0.5.1
27312026-03-04T17:39:21.866Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27322026-03-04T17:39:22.105Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27332026-03-04T17:39:22.227Z Checking textwrap v0.16.2
27342026-03-04T17:39:22.647Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352026-03-04T17:39:22.836Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27362026-03-04T17:39:23.215Z Checking tabled v0.15.0
27372026-03-04T17:39:23.799Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27382026-03-04T17:39:24.820Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27392026-03-04T17:39:24.897Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27402026-03-04T17:39:25.169Z Checking steno v0.4.1
27412026-03-04T17:39:25.195Z Checking slog-stdlog v4.1.1
27422026-03-04T17:39:25.418Z Checking tokio-tungstenite v0.21.0
27432026-03-04T17:39:26.007Z Checking typeid v1.0.3
27442026-03-04T17:39:26.117Z Checking humantime v2.3.0
27452026-03-04T17:39:26.181Z Checking base64 v0.21.7
27462026-03-04T17:39:26.477Z Checking ron v0.12.0
27472026-03-04T17:39:26.684Z Checking xz2 v0.1.7
27482026-03-04T17:39:27.015Z Checking slog-envlogger v2.2.0
27492026-03-04T17:39:27.285Z Checking yasna v0.5.2
27502026-03-04T17:39:27.330Z Checking headers-core v0.3.0
27512026-03-04T17:39:27.353Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27522026-03-04T17:39:27.494Z Checking filetime v0.2.27
27532026-03-04T17:39:27.710Z Checking xattr v1.6.1
27542026-03-04T17:39:27.931Z Checking base16ct v1.0.0
27552026-03-04T17:39:27.959Z Checking tar v0.4.44
27562026-03-04T17:39:28.111Z Checking rcgen v0.12.1
27572026-03-04T17:39:28.150Z Checking headers v0.4.1
27582026-03-04T17:39:28.155Z Checking subprocess v0.2.15
27592026-03-04T17:39:29.046Z Checking progenitor v0.10.0
27602026-03-04T17:39:29.209Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27612026-03-04T17:40:11.560Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27622026-03-04T17:40:11.560Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27632026-03-04T17:40:11.560Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27642026-03-04T17:40:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
27652026-03-04T17:40:11.560Z
27662026-03-04T17:40:11.560Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/264)
27672026-03-04T17:40:11.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-04T17:40:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-04T17:40:11.560Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27702026-03-04T17:40:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
27712026-03-04T17:40:11.560Z
27722026-03-04T17:40:11.560Zinfo: running `cargo check --bins` on nexus-config (53/264)
27732026-03-04T17:40:11.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-04T17:40:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-04T17:40:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-04T17:40:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27772026-03-04T17:40:11.560Z
27782026-03-04T17:40:11.560Zinfo: running `cargo check --bins` on nexus-types (54/264)
27792026-03-04T17:40:11.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-04T17:40:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-04T17:40:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-04T17:40:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27832026-03-04T17:40:11.561Z
27842026-03-04T17:40:11.561Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/264)
27852026-03-04T17:40:11.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-04T17:40:11.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-04T17:40:11.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-04T17:40:11.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27892026-03-04T17:40:11.561Z
27902026-03-04T17:40:11.561Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/264)
27912026-03-04T17:40:11.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-04T17:40:11.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-04T17:40:11.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-04T17:40:11.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27952026-03-04T17:40:11.561Z
27962026-03-04T17:40:11.561Zinfo: running `cargo check --bins` on cockroach-admin-types (57/264)
27972026-03-04T17:40:11.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-04T17:40:11.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-04T17:40:11.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-04T17:40:11.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28012026-03-04T17:40:11.561Z
28022026-03-04T17:40:11.561Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/264)
28032026-03-04T17:40:11.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-04T17:40:11.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-04T17:40:11.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-04T17:40:11.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28072026-03-04T17:40:11.561Z
28082026-03-04T17:40:11.561Zinfo: running `cargo check --bins` on ereport-types (59/264)
28092026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28132026-03-04T17:40:11.562Z
28142026-03-04T17:40:11.562Zinfo: running `cargo check --bins` on gateway-client (60/264)
28152026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28192026-03-04T17:40:11.562Z
28202026-03-04T17:40:11.562Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/264)
28212026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28252026-03-04T17:40:11.562Z
28262026-03-04T17:40:11.562Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/264)
28272026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28312026-03-04T17:40:11.562Z
28322026-03-04T17:40:11.562Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/264)
28332026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28372026-03-04T17:40:11.562Z
28382026-03-04T17:40:11.562Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/264)
28392026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28432026-03-04T17:40:11.562Z
28442026-03-04T17:40:11.562Zinfo: running `cargo check --bins` on internal-dns-types (65/264)
28452026-03-04T17:40:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-04T17:40:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-04T17:40:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-04T17:40:11.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28492026-03-04T17:40:11.563Z
28502026-03-04T17:40:11.563Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/264)
28512026-03-04T17:40:11.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-04T17:40:11.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-04T17:40:11.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-03-04T17:40:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28552026-03-04T17:40:11.563Z
28562026-03-04T17:40:11.563Zinfo: running `cargo check --bins` on nexus-types-versions (67/264)
28572026-03-04T17:40:11.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-03-04T17:40:11.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-03-04T17:40:11.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-03-04T17:40:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28612026-03-04T17:40:11.716Z
28622026-03-04T17:40:11.716Zinfo: running `cargo check --bins` on omicron-passwords (68/264)
28632026-03-04T17:40:11.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-04T17:40:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-04T17:40:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-04T17:40:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28672026-03-04T17:40:11.716Z
28682026-03-04T17:40:11.716Zinfo: running `cargo check --bins` on oxql-types (69/264)
28692026-03-04T17:40:11.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-04T17:40:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-04T17:40:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-04T17:40:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28732026-03-04T17:40:11.716Z
28742026-03-04T17:40:11.717Zinfo: running `cargo check --bins` on oximeter-types (70/264)
28752026-03-04T17:40:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-04T17:40:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-04T17:40:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-04T17:40:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28792026-03-04T17:40:11.717Z
28802026-03-04T17:40:11.717Zinfo: running `cargo check --bins` on oximeter-types-versions (71/264)
28812026-03-04T17:40:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-04T17:40:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-04T17:40:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-04T17:40:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28852026-03-04T17:40:11.717Z
28862026-03-04T17:40:11.717Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/264)
28872026-03-04T17:40:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-04T17:40:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-04T17:40:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-04T17:40:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28912026-03-04T17:40:11.717Z
28922026-03-04T17:40:11.717Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (73/264)
28932026-03-04T17:40:11.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-04T17:40:11.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-04T17:40:11.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-04T17:40:11.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28972026-03-04T17:40:11.845Z
28982026-03-04T17:40:11.845Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/264)
28992026-03-04T17:40:12.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-04T17:40:12.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-04T17:40:12.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-04T17:40:12.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29032026-03-04T17:40:12.691Z
29042026-03-04T17:40:12.691Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/264)
29052026-03-04T17:40:13.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-04T17:40:13.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-04T17:40:13.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-04T17:40:13.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29092026-03-04T17:40:13.553Z
29102026-03-04T17:40:13.554Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/264)
29112026-03-04T17:40:14.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-04T17:40:14.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-04T17:40:14.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-04T17:40:14.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29152026-03-04T17:40:14.382Z
29162026-03-04T17:40:14.382Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/264)
29172026-03-04T17:40:15.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-04T17:40:15.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-04T17:40:15.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-04T17:40:15.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29212026-03-04T17:40:15.206Z
29222026-03-04T17:40:15.206Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/264)
29232026-03-04T17:40:15.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-04T17:40:15.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-04T17:40:15.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-04T17:40:15.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29272026-03-04T17:40:16.031Z
29282026-03-04T17:40:16.032Zinfo: running `cargo check --bins --no-default-features` on gfss (79/264)
29292026-03-04T17:40:16.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-04T17:40:16.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-04T17:40:16.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-04T17:40:16.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29332026-03-04T17:40:16.821Z
29342026-03-04T17:40:16.821Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/264)
29352026-03-04T17:40:17.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-04T17:40:17.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-04T17:40:17.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-04T17:40:17.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29392026-03-04T17:40:17.607Z
29402026-03-04T17:40:17.607Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (81/264)
29412026-03-04T17:40:18.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-04T17:40:18.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-04T17:40:18.443Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-03-04T17:40:19.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
29452026-03-04T17:40:19.336Z
29462026-03-04T17:40:19.336Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/264)
29472026-03-04T17:40:20.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-04T17:40:20.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-04T17:40:20.192Z Compiling ar_archive_writer v0.5.1
29502026-03-04T17:40:20.195Z Compiling stacker v0.1.23
29512026-03-04T17:40:20.195Z Compiling cfg_aliases v0.1.1
29522026-03-04T17:40:20.195Z Compiling convert_case v0.10.0
29532026-03-04T17:40:20.340Z Checking fd-lock v4.0.4
29542026-03-04T17:40:20.340Z Checking nibble_vec v0.1.0
29552026-03-04T17:40:20.343Z Checking vte v0.14.1
29562026-03-04T17:40:20.343Z Compiling recursive-proc-macro-impl v0.1.1
29572026-03-04T17:40:20.420Z Compiling nix v0.28.0
29582026-03-04T17:40:20.587Z Checking endian-type v0.1.2
29592026-03-04T17:40:20.626Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-04T17:40:20.645Z Checking strip-ansi-escapes v0.2.1
29612026-03-04T17:40:20.775Z Compiling peg-macros v0.8.5
29622026-03-04T17:40:20.795Z Checking radix_trie v0.2.1
29632026-03-04T17:40:20.812Z Checking winnow v0.6.26
29642026-03-04T17:40:20.914Z Compiling derive_more-impl v2.1.1
29652026-03-04T17:40:21.147Z Compiling sqlparser_derive v0.5.0
29662026-03-04T17:40:21.220Z Checking unicode_categories v0.1.1
29672026-03-04T17:40:21.514Z Checking home v0.5.12
29682026-03-04T17:40:21.602Z Checking nu-ansi-term v0.50.3
29692026-03-04T17:40:21.709Z Checking display-error-chain v0.2.2
29702026-03-04T17:40:22.039Z Checking reedline v0.40.0
29712026-03-04T17:40:22.143Z Compiling psm v0.1.30
29722026-03-04T17:40:22.633Z Checking derive_more v2.1.1
29732026-03-04T17:40:22.755Z Checking crossterm v0.29.0
29742026-03-04T17:40:23.261Z Checking rustyline v14.0.0
29752026-03-04T17:40:23.332Z Checking sqlformat v0.3.5
29762026-03-04T17:40:23.364Z Checking peg v0.8.5
29772026-03-04T17:40:23.493Z Checking recursive v0.1.1
29782026-03-04T17:40:23.656Z Checking sqlparser v0.61.0
29792026-03-04T17:40:42.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.99s
29802026-03-04T17:40:42.533Z
29812026-03-04T17:40:42.533Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/264)
29822026-03-04T17:40:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-03-04T17:40:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-03-04T17:40:43.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29852026-03-04T17:40:48.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
29862026-03-04T17:40:48.917Z
29872026-03-04T17:40:48.917Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/264)
29882026-03-04T17:40:49.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-03-04T17:40:49.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-03-04T17:40:49.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29912026-03-04T17:40:53.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
29922026-03-04T17:40:53.640Z
29932026-03-04T17:40:53.640Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/264)
29942026-03-04T17:40:54.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-03-04T17:40:54.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-03-04T17:40:54.502Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29972026-03-04T17:40:59.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
29982026-03-04T17:40:59.684Z
29992026-03-04T17:40:59.684Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/264)
30002026-03-04T17:41:00.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-04T17:41:00.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-04T17:41:00.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-04T17:41:05.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
30042026-03-04T17:41:05.772Z
30052026-03-04T17:41:05.772Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/264)
30062026-03-04T17:41:06.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-04T17:41:06.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-04T17:41:06.637Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-04T17:41:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
30102026-03-04T17:41:10.672Z
30112026-03-04T17:41:10.672Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/264)
30122026-03-04T17:41:11.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-04T17:41:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-04T17:41:11.529Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-04T17:41:15.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
30162026-03-04T17:41:15.660Z
30172026-03-04T17:41:15.660Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/264)
30182026-03-04T17:41:16.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-04T17:41:16.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-04T17:41:16.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-04T17:41:21.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
30222026-03-04T17:41:21.954Z
30232026-03-04T17:41:21.954Zinfo: running `cargo check --bins` on oximeter (90/264)
30242026-03-04T17:41:22.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-04T17:41:22.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-04T17:41:22.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-03-04T17:41:22.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30282026-03-04T17:41:22.763Z
30292026-03-04T17:41:22.763Zinfo: running `cargo check --bins` on oximeter-schema (91/264)
30302026-03-04T17:41:23.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-04T17:41:23.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-04T17:41:23.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-03-04T17:41:23.776Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30342026-03-04T17:41:24.237Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30352026-03-04T17:41:30.189Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30362026-03-04T17:41:30.631Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30372026-03-04T17:41:32.444Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30382026-03-04T17:41:33.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.61s
30392026-03-04T17:41:33.585Z
30402026-03-04T17:41:33.585Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (92/264)
30412026-03-04T17:41:34.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-04T17:41:34.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-04T17:41:34.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-04T17:41:34.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30452026-03-04T17:41:34.402Z
30462026-03-04T17:41:34.402Zinfo: running `cargo check --bins` on oximeter-test-utils (93/264)
30472026-03-04T17:41:35.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-04T17:41:35.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-04T17:41:35.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-03-04T17:41:35.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30512026-03-04T17:41:35.276Z
30522026-03-04T17:41:35.276Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/264)
30532026-03-04T17:41:36.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-03-04T17:41:36.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-03-04T17:41:36.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-03-04T17:41:36.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30572026-03-04T17:41:36.114Z
30582026-03-04T17:41:36.114Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/264)
30592026-03-04T17:41:36.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-04T17:41:36.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-04T17:41:36.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-04T17:41:36.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30632026-03-04T17:41:36.947Z
30642026-03-04T17:41:36.947Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/264)
30652026-03-04T17:41:37.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-04T17:41:37.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-04T17:41:37.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-04T17:41:37.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30692026-03-04T17:41:37.780Z
30702026-03-04T17:41:37.780Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/264)
30712026-03-04T17:41:38.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-04T17:41:38.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-04T17:41:38.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-04T17:41:38.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30752026-03-04T17:41:38.617Z
30762026-03-04T17:41:38.617Zinfo: running `cargo check --bins` on trust-quorum-types (98/264)
30772026-03-04T17:41:39.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-04T17:41:39.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-04T17:41:39.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-04T17:41:39.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30812026-03-04T17:41:39.444Z
30822026-03-04T17:41:39.444Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/264)
30832026-03-04T17:41:40.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-04T17:41:40.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-04T17:41:40.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-04T17:41:40.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30872026-03-04T17:41:40.285Z
30882026-03-04T17:41:40.285Zinfo: running `cargo check --bins` on update-engine (100/264)
30892026-03-04T17:41:40.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-04T17:41:40.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-04T17:41:40.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-04T17:41:40.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30932026-03-04T17:41:41.077Z
30942026-03-04T17:41:41.078Zinfo: running `cargo check --bins` on omicron-certificates (101/264)
30952026-03-04T17:41:41.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-04T17:41:41.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-04T17:41:41.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-04T17:41:41.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30992026-03-04T17:41:41.883Z
31002026-03-04T17:41:41.883Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/264)
31012026-03-04T17:41:42.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-04T17:41:42.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-04T17:41:42.763Z Checking dropshot-api-manager-types v0.5.2
31042026-03-04T17:41:42.763Z Checking nanorand v0.7.0
31052026-03-04T17:41:43.063Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31062026-03-04T17:41:43.110Z Checking flume v0.11.1
31072026-03-04T17:41:43.423Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31082026-03-04T17:41:45.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
31092026-03-04T17:41:45.746Z
31102026-03-04T17:41:45.746Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/264)
31112026-03-04T17:41:45.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-03-04T17:41:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-03-04T17:41:45.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-03-04T17:41:45.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31152026-03-04T17:41:45.758Z
31162026-03-04T17:41:45.758Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/264)
31172026-03-04T17:41:46.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-04T17:41:46.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-04T17:41:46.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-04T17:41:46.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31212026-03-04T17:41:46.570Z
31222026-03-04T17:41:46.570Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/264)
31232026-03-04T17:41:47.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-04T17:41:47.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-04T17:41:47.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-04T17:41:47.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31272026-03-04T17:41:47.397Z
31282026-03-04T17:41:47.397Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/264)
31292026-03-04T17:41:48.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-04T17:41:48.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-04T17:41:48.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-04T17:41:48.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31332026-03-04T17:41:48.247Z
31342026-03-04T17:41:48.247Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/264)
31352026-03-04T17:41:48.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-04T17:41:48.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-04T17:41:48.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-04T17:41:48.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31392026-03-04T17:41:49.047Z
31402026-03-04T17:41:49.047Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/264)
31412026-03-04T17:41:49.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-04T17:41:49.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-04T17:41:49.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-04T17:41:49.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31452026-03-04T17:41:49.860Z
31462026-03-04T17:41:49.860Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/264)
31472026-03-04T17:41:50.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-04T17:41:50.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-04T17:41:50.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-04T17:41:50.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31512026-03-04T17:41:50.673Z
31522026-03-04T17:41:50.673Zinfo: running `cargo check --bins` on cockroach-admin-client (110/264)
31532026-03-04T17:41:51.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-04T17:41:51.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-04T17:41:51.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-04T17:41:51.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31572026-03-04T17:41:51.465Z
31582026-03-04T17:41:51.465Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/264)
31592026-03-04T17:41:52.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-04T17:41:52.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-04T17:41:52.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-04T17:41:52.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31632026-03-04T17:41:52.290Z
31642026-03-04T17:41:52.290Zinfo: running `cargo check --bins` on dns-service-client (112/264)
31652026-03-04T17:41:53.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-04T17:41:53.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-04T17:41:53.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-04T17:41:53.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31692026-03-04T17:41:53.104Z
31702026-03-04T17:41:53.104Zinfo: running `cargo check --bins` on installinator-client (113/264)
31712026-03-04T17:41:53.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-04T17:41:53.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-04T17:41:53.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-04T17:41:53.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31752026-03-04T17:41:53.924Z
31762026-03-04T17:41:53.924Zinfo: running `cargo check --bins` on nexus-client (114/264)
31772026-03-04T17:41:54.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-04T17:41:54.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-04T17:41:54.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-04T17:41:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31812026-03-04T17:41:54.790Z
31822026-03-04T17:41:54.790Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/264)
31832026-03-04T17:41:55.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-04T17:41:55.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-04T17:41:55.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-04T17:41:55.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31872026-03-04T17:41:55.653Z
31882026-03-04T17:41:55.653Zinfo: running `cargo check --bins` on ntp-admin-client (116/264)
31892026-03-04T17:41:56.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-04T17:41:56.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-04T17:41:56.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-04T17:41:56.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31932026-03-04T17:41:56.444Z
31942026-03-04T17:41:56.444Zinfo: running `cargo check --bins` on oxide-client (117/264)
31952026-03-04T17:41:57.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-04T17:41:57.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-04T17:41:57.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-04T17:41:57.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31992026-03-04T17:41:57.241Z
32002026-03-04T17:41:57.241Zinfo: running `cargo check --bins` on oximeter-client (118/264)
32012026-03-04T17:41:57.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-04T17:41:57.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-04T17:41:57.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-04T17:41:57.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32052026-03-04T17:41:58.050Z
32062026-03-04T17:41:58.050Zinfo: running `cargo check --bins` on repo-depot-client (119/264)
32072026-03-04T17:41:58.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-04T17:41:58.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-04T17:41:58.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-04T17:41:58.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32112026-03-04T17:41:58.846Z
32122026-03-04T17:41:58.846Zinfo: running `cargo check --bins` on sled-agent-client (120/264)
32132026-03-04T17:41:59.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-04T17:41:59.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-04T17:41:59.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-04T17:41:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32172026-03-04T17:41:59.685Z
32182026-03-04T17:41:59.685Zinfo: running `cargo check --bins` on wicketd-client (121/264)
32192026-03-04T17:42:00.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-04T17:42:00.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-04T17:42:00.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-04T17:42:00.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32232026-03-04T17:42:00.540Z
32242026-03-04T17:42:00.540Zinfo: running `cargo check --bins` on installinator-common (122/264)
32252026-03-04T17:42:01.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-04T17:42:01.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-04T17:42:01.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-04T17:42:01.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32292026-03-04T17:42:01.368Z
32302026-03-04T17:42:01.368Zinfo: running `cargo check --bins` on installinator-common-versions (123/264)
32312026-03-04T17:42:02.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-04T17:42:02.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-04T17:42:02.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-04T17:42:02.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32352026-03-04T17:42:02.167Z
32362026-03-04T17:42:02.167Zinfo: running `cargo check --bins` on wicket-common (124/264)
32372026-03-04T17:42:02.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-04T17:42:02.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-04T17:42:02.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-04T17:42:02.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32412026-03-04T17:42:03.012Z
32422026-03-04T17:42:03.012Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/264)
32432026-03-04T17:42:03.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-04T17:42:03.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-04T17:42:03.901Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32462026-03-04T17:42:03.901Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-03-04T17:42:03.905Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32482026-03-04T17:42:03.905Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32492026-03-04T17:42:04.030Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32502026-03-04T17:42:04.217Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32512026-03-04T17:42:04.273Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32522026-03-04T17:42:04.629Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32532026-03-04T17:42:04.637Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-03-04T17:42:07.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
32552026-03-04T17:42:07.922Z
32562026-03-04T17:42:07.922Zinfo: running `cargo check --bins` on cockroach-admin-api (126/264)
32572026-03-04T17:42:08.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-04T17:42:08.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-04T17:42:08.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-03-04T17:42:08.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32612026-03-04T17:42:08.742Z
32622026-03-04T17:42:08.742Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/264)
32632026-03-04T17:42:09.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-04T17:42:09.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-04T17:42:09.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-03-04T17:42:09.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32672026-03-04T17:42:09.676Z
32682026-03-04T17:42:09.676Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/264)
32692026-03-04T17:42:10.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-04T17:42:10.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-04T17:42:10.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-04T17:42:10.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32732026-03-04T17:42:10.605Z
32742026-03-04T17:42:10.605Zinfo: running `cargo check --bins` on dns-server (129/264)
32752026-03-04T17:42:11.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-04T17:42:11.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-04T17:42:11.455Z Compiling parking_lot_core v0.8.6
32782026-03-04T17:42:11.455Z Compiling atomicwrites v0.4.4
32792026-03-04T17:42:11.459Z Compiling git-stub v1.0.0
32802026-03-04T17:42:11.459Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32812026-03-04T17:42:11.460Z Checking tagptr v0.2.0
32822026-03-04T17:42:11.593Z Checking prefix-trie v0.7.0
32832026-03-04T17:42:11.603Z Checking fxhash v0.2.1
32842026-03-04T17:42:11.637Z Checking hickory-client v0.25.2
32852026-03-04T17:42:11.821Z Compiling git-stub-vcs v0.1.0
32862026-03-04T17:42:11.882Z Checking moka v0.12.13
32872026-03-04T17:42:12.200Z Checking hickory-server v0.25.2
32882026-03-04T17:42:12.331Z Checking parking_lot v0.11.2
32892026-03-04T17:42:12.334Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32902026-03-04T17:42:12.430Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32912026-03-04T17:42:12.434Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32922026-03-04T17:42:12.434Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32932026-03-04T17:42:12.655Z Checking sled v0.34.7
32942026-03-04T17:42:13.103Z Checking hickory-resolver v0.25.2
32952026-03-04T17:42:15.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
32962026-03-04T17:42:16.058Z
32972026-03-04T17:42:16.058Zinfo: running `cargo check --bins` on dns-server-api (130/264)
32982026-03-04T17:42:16.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-03-04T17:42:16.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-03-04T17:42:16.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-03-04T17:42:16.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33022026-03-04T17:42:16.869Z
33032026-03-04T17:42:16.869Zinfo: running `cargo check --bins` on gateway-test-utils (131/264)
33042026-03-04T17:42:17.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-03-04T17:42:17.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-03-04T17:42:17.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-03-04T17:42:17.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33082026-03-04T17:42:17.756Z
33092026-03-04T17:42:17.756Zinfo: running `cargo check --bins` on omicron-gateway (132/264)
33102026-03-04T17:42:18.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-04T17:42:18.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-04T17:42:18.702Z Compiling radium v0.7.0
33132026-03-04T17:42:18.705Z Checking tap v1.0.1
33142026-03-04T17:42:18.705Z Compiling maybe-uninit v2.0.0
33152026-03-04T17:42:18.854Z Compiling zerocopy-derive v0.6.6
33162026-03-04T17:42:18.857Z Compiling packed_struct v0.10.1
33172026-03-04T17:42:18.865Z Checking funty v2.0.0
33182026-03-04T17:42:18.868Z Checking crc-catalog v2.4.0
33192026-03-04T17:42:18.872Z Compiling packed_struct_codegen v0.10.1
33202026-03-04T17:42:18.975Z Checking wyz v0.5.1
33212026-03-04T17:42:19.077Z Checking crc v3.4.0
33222026-03-04T17:42:19.382Z Compiling bitfield-macros v0.19.4
33232026-03-04T17:42:19.419Z Compiling indexmap v1.9.3
33242026-03-04T17:42:19.447Z Checking nodrop v0.1.14
33252026-03-04T17:42:19.468Z Checking smallvec v0.6.14
33262026-03-04T17:42:19.582Z Checking array-init v0.0.4
33272026-03-04T17:42:19.670Z Checking hashbrown v0.12.3
33282026-03-04T17:42:19.774Z Checking bitvec v1.0.1
33292026-03-04T17:42:19.804Z Checking ron v0.8.1
33302026-03-04T17:42:19.855Z Checking hashbrown v0.13.2
33312026-03-04T17:42:20.471Z Checking serde-hex v0.1.0
33322026-03-04T17:42:20.661Z Checking zerocopy v0.6.6
33332026-03-04T17:42:20.797Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33342026-03-04T17:42:20.914Z Checking bitfield v0.19.4
33352026-03-04T17:42:20.940Z Checking crc-any v2.5.0
33362026-03-04T17:42:21.163Z Checking path-slash v0.1.5
33372026-03-04T17:42:21.276Z Checking object v0.30.4
33382026-03-04T17:42:21.366Z Checking half v1.8.3
33392026-03-04T17:42:21.375Z Checking void v1.0.2
33402026-03-04T17:42:21.375Z Checking tungstenite v0.23.0
33412026-03-04T17:42:21.375Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-03-04T17:42:21.471Z Checking lzss v0.8.2
33432026-03-04T17:42:21.578Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33442026-03-04T17:42:21.618Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-03-04T17:42:21.692Z Checking serde_cbor v0.11.2
33462026-03-04T17:42:21.825Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33472026-03-04T17:42:21.909Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-03-04T17:42:22.083Z Checking nix v0.27.1
33492026-03-04T17:42:22.167Z Checking kstat-rs v0.2.4
33502026-03-04T17:42:22.565Z Checking serde_bytes v0.11.19
33512026-03-04T17:42:22.570Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33522026-03-04T17:42:22.576Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33532026-03-04T17:42:22.839Z Checking tokio-tungstenite v0.23.1
33542026-03-04T17:42:23.138Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33552026-03-04T17:42:23.306Z Checking signal-hook-tokio v0.3.1
33562026-03-04T17:42:24.929Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33572026-03-04T17:42:25.146Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-03-04T17:42:31.613Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-03-04T17:42:31.769Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33602026-03-04T17:42:31.857Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33612026-03-04T17:42:32.925Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33622026-03-04T17:42:36.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s
33632026-03-04T17:42:36.217Z
33642026-03-04T17:42:36.217Zinfo: running `cargo check --bins` on gateway-api (133/264)
33652026-03-04T17:42:36.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-03-04T17:42:36.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-03-04T17:42:36.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-03-04T17:42:36.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33692026-03-04T17:42:37.027Z
33702026-03-04T17:42:37.027Zinfo: running `cargo check --bins` on ipcc (134/264)
33712026-03-04T17:42:37.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-03-04T17:42:37.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-03-04T17:42:37.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-03-04T17:42:37.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33752026-03-04T17:42:37.843Z
33762026-03-04T17:42:37.843Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/264)
33772026-03-04T17:42:38.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-04T17:42:38.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-04T17:42:38.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-04T17:42:38.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33812026-03-04T17:42:38.637Z
33822026-03-04T17:42:38.637Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/264)
33832026-03-04T17:42:39.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-04T17:42:39.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-04T17:42:39.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-04T17:42:39.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33872026-03-04T17:42:39.461Z
33882026-03-04T17:42:39.461Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/264)
33892026-03-04T17:42:40.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-04T17:42:40.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-04T17:42:40.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-04T17:42:40.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33932026-03-04T17:42:40.286Z
33942026-03-04T17:42:40.286Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/264)
33952026-03-04T17:42:41.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-04T17:42:41.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-04T17:42:41.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-04T17:42:41.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33992026-03-04T17:42:41.102Z
34002026-03-04T17:42:41.102Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/264)
34012026-03-04T17:42:41.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-04T17:42:41.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-04T17:42:41.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-04T17:42:41.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34052026-03-04T17:42:41.922Z
34062026-03-04T17:42:41.923Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/264)
34072026-03-04T17:42:42.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-04T17:42:42.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-04T17:42:42.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-04T17:42:42.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34112026-03-04T17:42:42.740Z
34122026-03-04T17:42:42.740Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/264)
34132026-03-04T17:42:43.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-04T17:42:43.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-04T17:42:43.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-04T17:42:43.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34172026-03-04T17:42:43.563Z
34182026-03-04T17:42:43.563Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/264)
34192026-03-04T17:42:44.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-04T17:42:44.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-04T17:42:44.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-04T17:42:44.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34232026-03-04T17:42:44.373Z
34242026-03-04T17:42:44.373Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/264)
34252026-03-04T17:42:45.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-04T17:42:45.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-04T17:42:45.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-04T17:42:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34292026-03-04T17:42:45.195Z
34302026-03-04T17:42:45.195Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/264)
34312026-03-04T17:42:45.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-04T17:42:45.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-04T17:42:45.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-04T17:42:45.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34352026-03-04T17:42:46.018Z
34362026-03-04T17:42:46.018Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/264)
34372026-03-04T17:42:46.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-04T17:42:46.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-04T17:42:46.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-04T17:42:46.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34412026-03-04T17:42:46.840Z
34422026-03-04T17:42:46.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/264)
34432026-03-04T17:42:47.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-04T17:42:47.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-04T17:42:47.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-04T17:42:47.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34472026-03-04T17:42:47.665Z
34482026-03-04T17:42:47.665Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/264)
34492026-03-04T17:42:48.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-04T17:42:48.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-04T17:42:48.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-04T17:42:48.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34532026-03-04T17:42:48.484Z
34542026-03-04T17:42:48.484Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/264)
34552026-03-04T17:42:49.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-04T17:42:49.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-04T17:42:49.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-04T17:42:49.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34592026-03-04T17:42:49.309Z
34602026-03-04T17:42:49.309Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/264)
34612026-03-04T17:42:50.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-04T17:42:50.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-04T17:42:50.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-04T17:42:50.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34652026-03-04T17:42:50.123Z
34662026-03-04T17:42:50.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/264)
34672026-03-04T17:42:50.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-04T17:42:50.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-04T17:42:50.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-04T17:42:50.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34712026-03-04T17:42:50.944Z
34722026-03-04T17:42:50.944Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/264)
34732026-03-04T17:42:51.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-04T17:42:51.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-04T17:42:51.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-04T17:42:51.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34772026-03-04T17:42:51.753Z
34782026-03-04T17:42:51.753Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/264)
34792026-03-04T17:42:52.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-04T17:42:52.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-04T17:42:52.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-04T17:42:52.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34832026-03-04T17:42:52.579Z
34842026-03-04T17:42:52.579Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/264)
34852026-03-04T17:42:53.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-04T17:42:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-04T17:42:53.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-04T17:42:53.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34892026-03-04T17:42:53.408Z
34902026-03-04T17:42:53.408Zinfo: running `cargo check --bins` on oximeter-producer (154/264)
34912026-03-04T17:42:54.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-04T17:42:54.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-04T17:42:54.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-04T17:42:54.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34952026-03-04T17:42:54.321Z
34962026-03-04T17:42:54.321Zinfo: running `cargo check --bins` on internal-dns-resolver (155/264)
34972026-03-04T17:42:55.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-04T17:42:55.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-04T17:42:55.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-04T17:42:55.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35012026-03-04T17:42:55.112Z
35022026-03-04T17:42:55.113Zinfo: running `cargo check --bins` on sp-sim (156/264)
35032026-03-04T17:42:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-04T17:42:55.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-04T17:42:56.042Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35062026-03-04T17:42:58.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
35072026-03-04T17:42:58.858Z
35082026-03-04T17:42:58.858Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (157/264)
35092026-03-04T17:42:59.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-04T17:42:59.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-04T17:42:59.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-04T17:42:59.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35132026-03-04T17:42:59.767Z
35142026-03-04T17:42:59.767Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (158/264)
35152026-03-04T17:43:00.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-04T17:43:00.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-04T17:43:00.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-04T17:43:00.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35192026-03-04T17:43:00.672Z
35202026-03-04T17:43:00.672Zinfo: running `cargo check --bins` on db-macros (159/264)
35212026-03-04T17:43:01.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-04T17:43:01.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-04T17:43:01.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-04T17:43:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35252026-03-04T17:43:01.479Z
35262026-03-04T17:43:01.479Zinfo: running `cargo check --bins` on nexus-macros-common (160/264)
35272026-03-04T17:43:02.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-04T17:43:02.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-04T17:43:02.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-04T17:43:02.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35312026-03-04T17:43:02.275Z
35322026-03-04T17:43:02.275Zinfo: running `cargo check --bins` on nexus-auth (161/264)
35332026-03-04T17:43:03.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-04T17:43:03.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-04T17:43:03.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-04T17:43:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35372026-03-04T17:43:03.165Z
35382026-03-04T17:43:03.165Zinfo: running `cargo check --bins` on authz-macros (162/264)
35392026-03-04T17:43:03.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-04T17:43:03.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-04T17:43:03.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-04T17:43:03.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35432026-03-04T17:43:03.963Z
35442026-03-04T17:43:03.963Zinfo: running `cargo check --bins` on nexus-db-fixed-data (163/264)
35452026-03-04T17:43:04.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-04T17:43:04.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-04T17:43:04.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-04T17:43:04.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35492026-03-04T17:43:04.834Z
35502026-03-04T17:43:04.834Zinfo: running `cargo check --bins` on nexus-db-model (164/264)
35512026-03-04T17:43:05.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-04T17:43:05.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-04T17:43:05.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-04T17:43:05.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35552026-03-04T17:43:05.711Z
35562026-03-04T17:43:05.711Zinfo: running `cargo check --bins` on nexus-db-schema (165/264)
35572026-03-04T17:43:06.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-04T17:43:06.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-04T17:43:06.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-04T17:43:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35612026-03-04T17:43:06.508Z
35622026-03-04T17:43:06.508Zinfo: running `cargo check --bins` on omicron-rpaths (166/264)
35632026-03-04T17:43:07.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-04T17:43:07.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-04T17:43:07.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-04T17:43:07.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35672026-03-04T17:43:07.295Z
35682026-03-04T17:43:07.295Zinfo: running `cargo check --bins` on nexus-defaults (167/264)
35692026-03-04T17:43:08.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-04T17:43:08.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-04T17:43:08.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-04T17:43:08.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35732026-03-04T17:43:08.106Z
35742026-03-04T17:43:08.106Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (168/264)
35752026-03-04T17:43:08.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-04T17:43:08.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-04T17:43:08.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-04T17:43:08.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35792026-03-04T17:43:08.905Z
35802026-03-04T17:43:08.906Zinfo: running `cargo check --bins` on parallel-task-set (169/264)
35812026-03-04T17:43:09.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-04T17:43:09.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-04T17:43:09.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-04T17:43:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35852026-03-04T17:43:09.694Z
35862026-03-04T17:43:09.694Zinfo: running `cargo check --bins` on nexus-db-errors (170/264)
35872026-03-04T17:43:10.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-04T17:43:10.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-04T17:43:10.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-04T17:43:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35912026-03-04T17:43:10.580Z
35922026-03-04T17:43:10.580Zinfo: running `cargo check --bins` on nexus-db-lookup (171/264)
35932026-03-04T17:43:11.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-04T17:43:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-04T17:43:11.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-04T17:43:11.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35972026-03-04T17:43:11.469Z
35982026-03-04T17:43:11.469Zinfo: running `cargo check --bins` on nexus-inventory (172/264)
35992026-03-04T17:43:12.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-04T17:43:12.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-04T17:43:12.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-04T17:43:12.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36032026-03-04T17:43:12.342Z
36042026-03-04T17:43:12.342Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (173/264)
36052026-03-04T17:43:13.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-04T17:43:13.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-04T17:43:13.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-04T17:43:13.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36092026-03-04T17:43:13.176Z
36102026-03-04T17:43:13.176Zinfo: running `cargo check --bins --no-default-features` on sled-storage (174/264)
36112026-03-04T17:43:13.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-04T17:43:13.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-04T17:43:13.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-04T17:43:13.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36152026-03-04T17:43:14.012Z
36162026-03-04T17:43:14.012Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (175/264)
36172026-03-04T17:43:14.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-04T17:43:14.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-04T17:43:14.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-04T17:43:14.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36212026-03-04T17:43:14.837Z
36222026-03-04T17:43:14.837Zinfo: running `cargo check --bins` on key-manager (176/264)
36232026-03-04T17:43:15.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-04T17:43:15.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-04T17:43:15.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-04T17:43:15.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36272026-03-04T17:43:15.662Z
36282026-03-04T17:43:15.662Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (177/264)
36292026-03-04T17:43:16.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-04T17:43:16.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-04T17:43:16.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-04T17:43:16.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36332026-03-04T17:43:16.496Z
36342026-03-04T17:43:16.496Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (178/264)
36352026-03-04T17:43:17.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-04T17:43:17.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-04T17:43:17.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-04T17:43:17.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36392026-03-04T17:43:17.328Z
36402026-03-04T17:43:17.328Zinfo: running `cargo check --bins` on typed-rng (179/264)
36412026-03-04T17:43:18.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-04T17:43:18.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-04T17:43:18.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-04T17:43:18.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36452026-03-04T17:43:18.134Z
36462026-03-04T17:43:18.134Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (180/264)
36472026-03-04T17:43:18.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-04T17:43:18.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-04T17:43:19.242Z Compiling libefi-sys v0.1.0
36502026-03-04T17:43:19.246Z Compiling bitfield-struct v0.6.2
36512026-03-04T17:43:19.246Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36522026-03-04T17:43:19.411Z Compiling xshell-macros v0.2.7
36532026-03-04T17:43:19.414Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36542026-03-04T17:43:19.449Z Compiling salty v0.3.0
36552026-03-04T17:43:19.470Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36562026-03-04T17:43:19.491Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-03-04T17:43:19.512Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36582026-03-04T17:43:19.961Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36592026-03-04T17:43:20.099Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36602026-03-04T17:43:20.102Z Checking xshell v0.2.7
36612026-03-04T17:43:20.237Z Checking primeorder v0.13.6
36622026-03-04T17:43:20.368Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-03-04T17:43:20.395Z Compiling proc-macro-error-attr2 v2.0.0
36642026-03-04T17:43:20.449Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36652026-03-04T17:43:20.474Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36662026-03-04T17:43:20.646Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36672026-03-04T17:43:20.703Z Checking p384 v0.13.1
36682026-03-04T17:43:20.819Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36692026-03-04T17:43:20.842Z Compiling nix v0.31.1
36702026-03-04T17:43:21.149Z Compiling proc-macro-error2 v2.0.1
36712026-03-04T17:43:21.202Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-03-04T17:43:21.409Z Compiling num-derive v0.3.3
36732026-03-04T17:43:21.584Z Compiling unicase v2.9.0
36742026-03-04T17:43:21.664Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36752026-03-04T17:43:21.721Z Compiling tabled_derive v0.11.0
36762026-03-04T17:43:21.746Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-03-04T17:43:21.863Z Checking papergrid v0.17.0
36782026-03-04T17:43:21.952Z Compiling mime_guess v2.0.5
36792026-03-04T17:43:22.450Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36802026-03-04T17:43:23.083Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-03-04T17:43:23.328Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36822026-03-04T17:43:23.452Z Checking libscf-sys v1.1.0
36832026-03-04T17:43:23.549Z Checking testing_table v0.3.0
36842026-03-04T17:43:23.598Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-04T17:43:23.681Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36862026-03-04T17:43:23.730Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-03-04T17:43:23.756Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36882026-03-04T17:43:24.110Z Checking corncobs v0.1.4
36892026-03-04T17:43:24.114Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36902026-03-04T17:43:24.316Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-03-04T17:43:24.340Z Checking tabled v0.20.0
36922026-03-04T17:43:24.606Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36932026-03-04T17:43:24.632Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36942026-03-04T17:43:24.705Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36952026-03-04T17:43:24.808Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-03-04T17:43:24.984Z Checking secrecy v0.8.0
36972026-03-04T17:43:25.340Z Checking http-range v0.1.5
36982026-03-04T17:43:25.368Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36992026-03-04T17:43:26.244Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37002026-03-04T17:43:26.325Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37012026-03-04T17:43:26.662Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37022026-03-04T17:43:26.700Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37032026-03-04T17:43:26.724Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37042026-03-04T17:43:26.783Z Checking atty v0.2.14
37052026-03-04T17:43:26.846Z Checking crc8 v0.1.1
37062026-03-04T17:43:26.942Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37072026-03-04T17:43:27.003Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-03-04T17:43:27.006Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37092026-03-04T17:43:27.244Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37102026-03-04T17:43:27.484Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37112026-03-04T17:43:27.646Z Checking hyper-staticfile v0.10.1
37122026-03-04T17:43:27.978Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37132026-03-04T17:43:28.029Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37142026-03-04T17:43:28.170Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37152026-03-04T17:43:28.643Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37162026-03-04T17:43:28.777Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37172026-03-04T17:43:28.804Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37182026-03-04T17:43:28.891Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37192026-03-04T17:43:29.019Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37202026-03-04T17:43:29.193Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37212026-03-04T17:43:29.631Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37222026-03-04T17:43:29.693Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37232026-03-04T17:43:29.869Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37242026-03-04T17:43:30.180Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37252026-03-04T17:43:31.900Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37262026-03-04T17:43:31.925Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37272026-03-04T17:43:32.192Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37282026-03-04T17:43:32.580Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37292026-03-04T17:43:33.129Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37302026-03-04T17:43:33.504Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37312026-03-04T17:43:41.707Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-03-04T17:43:59.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.31s
37332026-03-04T17:43:59.687Z
37342026-03-04T17:43:59.687Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (181/264)
37352026-03-04T17:44:00.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-03-04T17:44:00.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-03-04T17:44:00.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-03-04T17:44:18.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.66s
37392026-03-04T17:44:18.586Z
37402026-03-04T17:44:18.587Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (182/264)
37412026-03-04T17:44:19.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-03-04T17:44:19.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-03-04T17:44:19.591Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-03-04T17:44:37.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.82s
37452026-03-04T17:44:37.647Z
37462026-03-04T17:44:37.647Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (183/264)
37472026-03-04T17:44:38.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-03-04T17:44:38.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-03-04T17:44:38.646Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-03-04T17:44:56.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s
37512026-03-04T17:44:56.899Z
37522026-03-04T17:44:56.899Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (184/264)
37532026-03-04T17:44:57.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-03-04T17:44:57.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-03-04T17:44:57.890Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-03-04T17:45:15.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
37572026-03-04T17:45:15.995Z
37582026-03-04T17:45:15.995Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (185/264)
37592026-03-04T17:45:16.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-03-04T17:45:16.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-03-04T17:45:16.988Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-03-04T17:45:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s
37632026-03-04T17:45:35.124Z
37642026-03-04T17:45:35.124Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (186/264)
37652026-03-04T17:45:35.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-04T17:45:35.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-04T17:45:36.112Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-03-04T17:45:54.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
37692026-03-04T17:45:54.309Z
37702026-03-04T17:45:54.310Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (187/264)
37712026-03-04T17:45:55.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-04T17:45:55.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-04T17:45:55.300Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-03-04T17:46:13.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s
37752026-03-04T17:46:13.435Z
37762026-03-04T17:46:13.435Zinfo: running `cargo check --bins` on bootstrap-agent-api (188/264)
37772026-03-04T17:46:14.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-04T17:46:14.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-04T17:46:14.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-03-04T17:46:14.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37812026-03-04T17:46:14.291Z
37822026-03-04T17:46:14.291Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (189/264)
37832026-03-04T17:46:15.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-04T17:46:15.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-04T17:46:15.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-03-04T17:46:15.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
37872026-03-04T17:46:15.129Z
37882026-03-04T17:46:15.129Zinfo: running `cargo check --bins` on range-requests (190/264)
37892026-03-04T17:46:15.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-04T17:46:15.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-04T17:46:15.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-03-04T17:46:15.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37932026-03-04T17:46:15.934Z
37942026-03-04T17:46:15.934Zinfo: running `cargo check --bins` on repo-depot-api (191/264)
37952026-03-04T17:46:16.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-04T17:46:16.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-04T17:46:16.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-03-04T17:46:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37992026-03-04T17:46:16.741Z
38002026-03-04T17:46:16.741Zinfo: running `cargo check --bins` on sled-agent-api (192/264)
38012026-03-04T17:46:17.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-04T17:46:17.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-04T17:46:17.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-03-04T17:46:17.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38052026-03-04T17:46:17.585Z
38062026-03-04T17:46:17.585Zinfo: running `cargo check --bins` on sled-diagnostics (193/264)
38072026-03-04T17:46:18.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-04T17:46:18.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-04T17:46:18.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-04T17:46:18.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38112026-03-04T17:46:18.414Z
38122026-03-04T17:46:18.414Zinfo: running `cargo check --bins` on zfs-test-harness (194/264)
38132026-03-04T17:46:19.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-04T17:46:19.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-04T17:46:19.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-04T17:46:19.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38172026-03-04T17:46:19.240Z
38182026-03-04T17:46:19.241Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (195/264)
38192026-03-04T17:46:19.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-04T17:46:19.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-04T17:46:19.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-04T17:46:19.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38232026-03-04T17:46:20.081Z
38242026-03-04T17:46:20.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (196/264)
38252026-03-04T17:46:20.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-04T17:46:20.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-04T17:46:20.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-04T17:46:20.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38292026-03-04T17:46:20.928Z
38302026-03-04T17:46:20.928Zinfo: running `cargo check --bins` on sled-agent-health-monitor (197/264)
38312026-03-04T17:46:21.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-04T17:46:21.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-04T17:46:21.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-04T17:46:21.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38352026-03-04T17:46:21.762Z
38362026-03-04T17:46:21.762Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (198/264)
38372026-03-04T17:46:22.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-04T17:46:22.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-04T17:46:22.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-04T17:46:22.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38412026-03-04T17:46:22.606Z
38422026-03-04T17:46:22.606Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (199/264)
38432026-03-04T17:46:23.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-04T17:46:23.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-04T17:46:23.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-04T17:46:23.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38472026-03-04T17:46:23.455Z
38482026-03-04T17:46:23.455Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (200/264)
38492026-03-04T17:46:24.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-04T17:46:24.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-04T17:46:24.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-03-04T17:46:24.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38532026-03-04T17:46:24.303Z
38542026-03-04T17:46:24.303Zinfo: running `cargo check --bins` on trust-quorum (201/264)
38552026-03-04T17:46:25.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-03-04T17:46:25.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-03-04T17:46:25.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-03-04T17:46:25.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38592026-03-04T17:46:25.162Z
38602026-03-04T17:46:25.163Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (202/264)
38612026-03-04T17:46:25.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-03-04T17:46:25.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-03-04T17:46:25.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-03-04T17:46:25.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38652026-03-04T17:46:26.037Z
38662026-03-04T17:46:26.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (203/264)
38672026-03-04T17:46:26.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-03-04T17:46:26.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-03-04T17:46:26.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-03-04T17:46:26.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38712026-03-04T17:46:26.938Z
38722026-03-04T17:46:26.938Zinfo: running `cargo check --bins` on update-common (204/264)
38732026-03-04T17:46:27.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-03-04T17:46:27.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-03-04T17:46:27.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-03-04T17:46:27.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38772026-03-04T17:46:27.773Z
38782026-03-04T17:46:27.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (205/264)
38792026-03-04T17:46:28.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-04T17:46:28.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-04T17:46:28.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-04T17:46:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38832026-03-04T17:46:28.674Z
38842026-03-04T17:46:28.674Zinfo: running `cargo check --bins` on reconfigurator-cli (206/264)
38852026-03-04T17:46:29.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-04T17:46:29.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-04T17:46:29.660Z Compiling fs-err v2.11.0
38882026-03-04T17:46:29.664Z Checking ignore v0.4.25
38892026-03-04T17:46:29.664Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38902026-03-04T17:46:29.664Z Checking predicates-tree v1.0.13
38912026-03-04T17:46:29.791Z Checking parse-size v1.1.0
38922026-03-04T17:46:29.838Z Checking rand_seeder v0.4.0
38932026-03-04T17:46:29.842Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38942026-03-04T17:46:29.874Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38952026-03-04T17:46:29.948Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38962026-03-04T17:46:30.001Z Compiling petname v2.0.2
38972026-03-04T17:46:30.076Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38982026-03-04T17:46:30.327Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38992026-03-04T17:46:30.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-03-04T17:46:30.569Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39012026-03-04T17:46:30.588Z Checking globwalk v0.9.1
39022026-03-04T17:46:30.727Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39032026-03-04T17:46:30.907Z Checking camino-tempfile-ext v0.3.3
39042026-03-04T17:46:30.931Z Checking sapling-renderdag v0.1.0
39052026-03-04T17:46:31.079Z Checking sync-ptr v0.1.4
39062026-03-04T17:46:31.276Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39072026-03-04T17:46:31.299Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39082026-03-04T17:46:31.406Z Checking colored v2.2.0
39092026-03-04T17:46:31.430Z Checking assert_matches v1.5.0
39102026-03-04T17:46:31.929Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39112026-03-04T17:46:32.044Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39122026-03-04T17:46:32.044Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39132026-03-04T17:46:32.875Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39142026-03-04T17:46:34.876Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39152026-03-04T17:46:38.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s
39162026-03-04T17:46:38.385Z
39172026-03-04T17:46:38.385Zinfo: running `cargo check --bins` on omicron-repl-utils (207/264)
39182026-03-04T17:46:39.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-03-04T17:46:39.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-03-04T17:46:39.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-03-04T17:46:39.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39222026-03-04T17:46:39.193Z
39232026-03-04T17:46:39.193Zinfo: running `cargo check --bins` on nexus-test-interface (208/264)
39242026-03-04T17:46:39.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-03-04T17:46:39.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-03-04T17:46:39.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-03-04T17:46:39.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
39282026-03-04T17:46:40.086Z
39292026-03-04T17:46:40.086Zinfo: running `cargo check --bins` on oximeter-collector (209/264)
39302026-03-04T17:46:40.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-04T17:46:40.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-04T17:46:41.004Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39332026-03-04T17:46:41.004Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39342026-03-04T17:46:41.896Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39352026-03-04T17:46:44.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
39362026-03-04T17:46:44.310Z
39372026-03-04T17:46:44.310Zinfo: running `cargo check --bins` on oximeter-api (210/264)
39382026-03-04T17:46:45.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-04T17:46:45.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-04T17:46:45.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-03-04T17:46:45.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39422026-03-04T17:46:45.121Z
39432026-03-04T17:46:45.121Zinfo: running `cargo check --bins` on cert-dev (211/264)
39442026-03-04T17:46:45.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-04T17:46:45.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-04T17:46:45.906Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39472026-03-04T17:46:46.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
39482026-03-04T17:46:46.425Z
39492026-03-04T17:46:46.425Zinfo: running `cargo check --bins` on clickana (212/264)
39502026-03-04T17:46:47.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-04T17:46:47.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-04T17:46:47.261Z Compiling darling_core v0.23.0
39532026-03-04T17:46:47.264Z Compiling instability v0.3.11
39542026-03-04T17:46:47.264Z Checking castaway v0.2.4
39552026-03-04T17:46:47.264Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39562026-03-04T17:46:47.264Z Compiling indoc v2.0.7
39572026-03-04T17:46:47.264Z Checking unicode-truncate v1.1.0
39582026-03-04T17:46:47.379Z Checking lru v0.12.5
39592026-03-04T17:46:47.382Z Checking cassowary v0.3.0
39602026-03-04T17:46:47.565Z Checking compact_str v0.8.1
39612026-03-04T17:46:49.050Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39622026-03-04T17:46:49.279Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39632026-03-04T17:46:50.106Z Compiling darling_macro v0.23.0
39642026-03-04T17:46:50.670Z Compiling darling v0.23.0
39652026-03-04T17:46:51.525Z Checking ratatui v0.29.0
39662026-03-04T17:46:53.335Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39672026-03-04T17:46:54.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
39682026-03-04T17:46:54.412Z
39692026-03-04T17:46:54.412Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (213/264)
39702026-03-04T17:46:55.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-04T17:46:55.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-04T17:46:55.335Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39732026-03-04T17:46:55.335Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39742026-03-04T17:46:56.092Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39752026-03-04T17:46:56.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
39762026-03-04T17:46:56.849Z
39772026-03-04T17:46:56.849Zinfo: running `cargo check --bins` on ch-dev (214/264)
39782026-03-04T17:46:57.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-03-04T17:46:57.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-03-04T17:46:57.772Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39812026-03-04T17:46:58.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39822026-03-04T17:46:58.958Z
39832026-03-04T17:46:58.958Zinfo: running `cargo check --bins` on dev-tools-common (215/264)
39842026-03-04T17:46:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-03-04T17:46:59.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-03-04T17:46:59.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-03-04T17:46:59.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39882026-03-04T17:46:59.582Z
39892026-03-04T17:46:59.582Zinfo: running `cargo check --bins` on crdb-seed (216/264)
39902026-03-04T17:47:00.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-03-04T17:47:00.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-03-04T17:47:00.497Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39932026-03-04T17:47:01.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39942026-03-04T17:47:01.279Z
39952026-03-04T17:47:01.279Zinfo: running `cargo check --bins` on db-dev (217/264)
39962026-03-04T17:47:02.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-03-04T17:47:02.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-03-04T17:47:02.219Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39992026-03-04T17:47:03.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
40002026-03-04T17:47:03.434Z
40012026-03-04T17:47:03.434Zinfo: running `cargo check --bins` on omicron-dev-lib (218/264)
40022026-03-04T17:47:04.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-03-04T17:47:04.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-03-04T17:47:04.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-03-04T17:47:04.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40062026-03-04T17:47:04.320Z
40072026-03-04T17:47:04.320Zinfo: running `cargo check --bins` on xtask-downloader (219/264)
40082026-03-04T17:47:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-03-04T17:47:05.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-03-04T17:47:05.118Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40112026-03-04T17:47:06.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
40122026-03-04T17:47:06.223Z
40132026-03-04T17:47:06.223Zinfo: running `cargo check --bins` on omicron-dropshot-apis (220/264)
40142026-03-04T17:47:07.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-03-04T17:47:07.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-03-04T17:47:07.195Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40172026-03-04T17:47:07.195Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40182026-03-04T17:47:07.195Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
40192026-03-04T17:47:07.199Z Checking git-stub v1.0.0
40202026-03-04T17:47:07.199Z Compiling trait-variant v0.1.2
40212026-03-04T17:47:07.346Z Checking maplit v1.0.2
40222026-03-04T17:47:07.360Z Checking is_ci v1.2.0
40232026-03-04T17:47:07.374Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40242026-03-04T17:47:07.521Z Checking supports-color v3.0.2
40252026-03-04T17:47:07.549Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40262026-03-04T17:47:07.599Z Checking git-stub-vcs v0.1.0
40272026-03-04T17:47:07.717Z Checking drift v0.1.3
40282026-03-04T17:47:07.736Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40292026-03-04T17:47:07.842Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40302026-03-04T17:47:07.972Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40312026-03-04T17:47:08.137Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40322026-03-04T17:47:08.230Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40332026-03-04T17:47:08.319Z Checking dropshot-api-manager v0.5.2
40342026-03-04T17:47:08.362Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40352026-03-04T17:47:08.573Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40362026-03-04T17:47:08.951Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40372026-03-04T17:47:09.273Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
40382026-03-04T17:47:09.911Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40392026-03-04T17:47:17.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40402026-03-04T17:47:19.233Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40412026-03-04T17:47:20.075Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40422026-03-04T17:47:20.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
40432026-03-04T17:47:20.858Z
40442026-03-04T17:47:20.858Zinfo: running `cargo check --bins` on installinator-api (221/264)
40452026-03-04T17:47:21.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-03-04T17:47:21.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-03-04T17:47:21.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-03-04T17:47:21.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40492026-03-04T17:47:21.687Z
40502026-03-04T17:47:21.687Zinfo: running `cargo check --bins` on nexus-external-api (222/264)
40512026-03-04T17:47:22.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-03-04T17:47:22.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-03-04T17:47:22.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-03-04T17:47:22.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40552026-03-04T17:47:22.568Z
40562026-03-04T17:47:22.568Zinfo: running `cargo check --bins` on nexus-internal-api (223/264)
40572026-03-04T17:47:23.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-03-04T17:47:23.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-03-04T17:47:23.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-03-04T17:47:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40612026-03-04T17:47:23.453Z
40622026-03-04T17:47:23.453Zinfo: running `cargo check --bins` on nexus-lockstep-api (224/264)
40632026-03-04T17:47:24.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-03-04T17:47:24.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-03-04T17:47:24.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-03-04T17:47:24.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40672026-03-04T17:47:24.341Z
40682026-03-04T17:47:24.341Zinfo: running `cargo check --bins` on ntp-admin-api (225/264)
40692026-03-04T17:47:25.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-04T17:47:25.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-04T17:47:25.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-03-04T17:47:25.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40732026-03-04T17:47:25.479Z
40742026-03-04T17:47:25.479Zinfo: running `cargo check --bins` on ntp-admin-types-versions (226/264)
40752026-03-04T17:47:25.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-03-04T17:47:25.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-03-04T17:47:25.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-03-04T17:47:25.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40792026-03-04T17:47:25.955Z
40802026-03-04T17:47:25.956Zinfo: running `cargo check --bins` on wicketd-api (227/264)
40812026-03-04T17:47:26.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-03-04T17:47:26.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-03-04T17:47:26.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-03-04T17:47:26.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40852026-03-04T17:47:26.806Z
40862026-03-04T17:47:26.806Zinfo: running `cargo check --bins` on omicron-ls-apis (228/264)
40872026-03-04T17:47:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-03-04T17:47:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-03-04T17:47:27.597Z Checking erased-serde v0.4.9
40902026-03-04T17:47:27.601Z Checking ordered-float v2.10.1
40912026-03-04T17:47:27.724Z Checking unicode-xid v0.2.6
40922026-03-04T17:47:27.737Z Checking cargo-platform v0.2.0
40932026-03-04T17:47:28.052Z Checking serde-value v0.7.0
40942026-03-04T17:47:28.294Z Checking serde-untagged v0.1.9
40952026-03-04T17:47:28.520Z Checking cargo-util-schemas v0.8.2
40962026-03-04T17:47:29.691Z Checking cargo_metadata v0.21.0
40972026-03-04T17:47:30.706Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40982026-03-04T17:47:31.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
40992026-03-04T17:47:31.935Z
41002026-03-04T17:47:31.935Zinfo: running `cargo check --bins` on mgs-dev (229/264)
41012026-03-04T17:47:32.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-03-04T17:47:32.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-03-04T17:47:32.879Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41042026-03-04T17:47:33.682Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41052026-03-04T17:47:34.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
41062026-03-04T17:47:34.562Z
41072026-03-04T17:47:34.562Zinfo: running `cargo check --bins` on omicron-omdb (230/264)
41082026-03-04T17:47:35.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-03-04T17:47:35.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-03-04T17:47:35.703Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41112026-03-04T17:47:35.703Z Compiling vergen-gitcl v1.0.8
41122026-03-04T17:47:35.706Z Compiling dirs-sys-next v0.1.2
41132026-03-04T17:47:35.706Z Compiling glob v0.3.3
41142026-03-04T17:47:35.707Z Compiling crunchy v0.2.4
41152026-03-04T17:47:35.707Z Compiling dsl_auto_type v0.1.3
41162026-03-04T17:47:35.707Z Checking scheduled-thread-pool v0.2.7
41172026-03-04T17:47:35.844Z Compiling diesel_table_macro_syntax v0.2.0
41182026-03-04T17:47:36.192Z Compiling dirs-next v2.0.0
41192026-03-04T17:47:36.222Z Compiling tiny-keccak v2.0.2
41202026-03-04T17:47:36.306Z Checking r2d2 v0.8.10
41212026-03-04T17:47:36.416Z Compiling term v0.7.0
41222026-03-04T17:47:36.526Z Compiling bit-vec v0.6.3
41232026-03-04T17:47:36.626Z Compiling clang-sys v1.8.1
41242026-03-04T17:47:36.629Z Compiling itertools v0.10.5
41252026-03-04T17:47:36.945Z Compiling bit-set v0.5.3
41262026-03-04T17:47:37.223Z Compiling ascii-canvas v3.0.0
41272026-03-04T17:47:37.277Z Compiling diesel_derives v2.2.7
41282026-03-04T17:47:37.356Z Compiling ena v0.14.4
41292026-03-04T17:47:37.495Z Compiling libloading v0.8.9
41302026-03-04T17:47:37.518Z Compiling diff v0.1.13
41312026-03-04T17:47:37.643Z Compiling bindgen v0.71.1
41322026-03-04T17:47:37.693Z Compiling regex-syntax v0.6.29
41332026-03-04T17:47:37.875Z Compiling cexpr v0.6.0
41342026-03-04T17:47:38.012Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41352026-03-04T17:47:38.355Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41362026-03-04T17:47:38.641Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41372026-03-04T17:47:38.669Z Compiling libxml v0.3.3
41382026-03-04T17:47:39.107Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41392026-03-04T17:47:39.184Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41402026-03-04T17:47:39.370Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41412026-03-04T17:47:39.644Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41422026-03-04T17:47:39.680Z Compiling strum_macros v0.24.3
41432026-03-04T17:47:39.710Z Compiling indoc v1.0.9
41442026-03-04T17:47:40.587Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41452026-03-04T17:47:40.939Z Compiling lalrpop v0.19.12
41462026-03-04T17:47:42.142Z Checking derive_builder v0.20.2
41472026-03-04T17:47:42.335Z Compiling oso-derive v0.27.3
41482026-03-04T17:47:42.744Z Checking quick-xml v0.37.5
41492026-03-04T17:47:42.802Z Compiling impl-trait-for-tuples v0.2.3
41502026-03-04T17:47:43.297Z Checking openssl-probe v0.1.6
41512026-03-04T17:47:43.521Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41522026-03-04T17:47:44.855Z Compiling diesel-dtrace v0.4.2
41532026-03-04T17:47:45.164Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41542026-03-04T17:47:45.306Z Checking bb8 v0.8.6
41552026-03-04T17:47:45.552Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41562026-03-04T17:47:45.858Z Checking nonempty v0.12.0
41572026-03-04T17:47:45.947Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41582026-03-04T17:47:46.150Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41592026-03-04T17:47:46.336Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41602026-03-04T17:47:46.543Z Checking support-bundle-viewer v0.1.2
41612026-03-04T17:47:46.623Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41622026-03-04T17:47:46.956Z Checking multimap v0.10.1
41632026-03-04T17:47:48.244Z Checking diesel v2.2.12
41642026-03-04T17:47:51.309Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41652026-03-04T17:47:53.978Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41662026-03-04T17:47:54.303Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41672026-03-04T17:47:54.409Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41682026-03-04T17:48:38.127Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41692026-03-04T17:48:38.174Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41702026-03-04T17:48:38.238Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41712026-03-04T17:48:38.238Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41722026-03-04T17:48:38.238Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41732026-03-04T17:48:38.238Z Compiling samael v0.0.19
41742026-03-04T17:48:38.238Z Checking async-bb8-diesel v0.2.1
41752026-03-04T17:48:38.238Z Compiling polar-core v0.27.3
41762026-03-04T17:48:38.238Z Checking oso v0.27.3
41772026-03-04T17:49:16.743Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41782026-03-04T17:50:08.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
41792026-03-04T17:50:08.389Z
41802026-03-04T17:50:08.389Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (231/264)
41812026-03-04T17:50:09.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-03-04T17:50:09.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-03-04T17:50:09.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41842026-03-04T17:50:09.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
41852026-03-04T17:50:09.296Z
41862026-03-04T17:50:09.296Zinfo: running `cargo check --bins` on nexus-saga-recovery (232/264)
41872026-03-04T17:50:10.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-03-04T17:50:10.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-03-04T17:50:10.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-03-04T17:50:10.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
41912026-03-04T17:50:10.199Z
41922026-03-04T17:50:10.199Zinfo: running `cargo check --bins` on nexus-test-utils-macros (233/264)
41932026-03-04T17:50:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-03-04T17:50:10.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-03-04T17:50:10.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-03-04T17:50:10.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
41972026-03-04T17:50:11.004Z
41982026-03-04T17:50:11.004Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (234/264)
41992026-03-04T17:50:11.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-04T17:50:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-04T17:50:12.137Z Compiling libz-sys v1.1.24
42022026-03-04T17:50:12.141Z Compiling libgit2-sys v0.18.3+1.9.2
42032026-03-04T17:50:12.290Z Compiling vergen-git2 v1.0.7
42042026-03-04T17:50:12.302Z Compiling rustls v0.21.12
42052026-03-04T17:50:12.306Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42062026-03-04T17:50:12.319Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42072026-03-04T17:50:12.323Z Compiling nix v0.29.0
42082026-03-04T17:50:12.323Z Checking sct v0.7.1
42092026-03-04T17:50:12.585Z Checking rustls-webpki v0.101.7
42102026-03-04T17:50:12.654Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42112026-03-04T17:50:12.684Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42122026-03-04T17:50:12.746Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42132026-03-04T17:50:13.002Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42142026-03-04T17:50:13.169Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42152026-03-04T17:50:13.230Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42162026-03-04T17:50:13.352Z Checking rustls-pemfile v1.0.4
42172026-03-04T17:50:13.594Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42182026-03-04T17:50:13.659Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42192026-03-04T17:50:13.988Z Checking twox-hash v2.1.2
42202026-03-04T17:50:14.270Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42212026-03-04T17:50:14.321Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-03-04T17:50:15.358Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42232026-03-04T17:50:15.390Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42242026-03-04T17:50:15.555Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42252026-03-04T17:50:16.091Z Checking tokio-rustls v0.24.1
42262026-03-04T17:50:16.457Z Checking progenitor-extras v0.1.0
42272026-03-04T17:50:16.666Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42282026-03-04T17:50:16.790Z Checking fatfs v0.3.6
42292026-03-04T17:50:16.823Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42302026-03-04T17:50:16.883Z Compiling seq-macro v0.3.6
42312026-03-04T17:50:23.825Z Compiling git2 v0.20.4
42322026-03-04T17:50:25.742Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42332026-03-04T17:50:25.896Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42342026-03-04T17:50:27.896Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42352026-03-04T17:52:06.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
42362026-03-04T17:52:06.287Z
42372026-03-04T17:52:06.287Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (235/264)
42382026-03-04T17:52:06.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-03-04T17:52:06.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-03-04T17:52:06.287Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42412026-03-04T17:52:48.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42422026-03-04T17:52:48.889Z
42432026-03-04T17:52:48.889Zinfo: running `cargo check --bins` on nexus-background-task-interface (236/264)
42442026-03-04T17:52:49.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-03-04T17:52:49.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-03-04T17:52:49.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-03-04T17:52:49.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42482026-03-04T17:52:49.697Z
42492026-03-04T17:52:49.697Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (237/264)
42502026-03-04T17:52:50.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-03-04T17:52:50.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-03-04T17:52:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-03-04T17:52:50.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42542026-03-04T17:52:50.606Z
42552026-03-04T17:52:50.606Zinfo: running `cargo check --bins` on nexus-mgs-updates (238/264)
42562026-03-04T17:52:51.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-03-04T17:52:51.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-03-04T17:52:51.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-03-04T17:52:51.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42602026-03-04T17:52:51.504Z
42612026-03-04T17:52:51.504Zinfo: running `cargo check --bins` on nexus-networking (239/264)
42622026-03-04T17:52:52.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-03-04T17:52:52.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-03-04T17:52:52.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-03-04T17:52:52.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42662026-03-04T17:52:52.409Z
42672026-03-04T17:52:52.409Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (240/264)
42682026-03-04T17:52:53.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-03-04T17:52:53.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-03-04T17:52:53.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-03-04T17:52:53.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42722026-03-04T17:52:53.309Z
42732026-03-04T17:52:53.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (241/264)
42742026-03-04T17:52:54.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-03-04T17:52:54.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-03-04T17:52:54.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-03-04T17:52:54.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42782026-03-04T17:52:54.214Z
42792026-03-04T17:52:54.214Zinfo: running `cargo check --bins` on omicron-dev (242/264)
42802026-03-04T17:52:55.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-04T17:52:55.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-04T17:52:55.391Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42832026-03-04T17:52:55.391Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42842026-03-04T17:52:55.552Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42852026-03-04T17:52:55.568Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42862026-03-04T17:52:55.571Z Checking diff v0.1.13
42872026-03-04T17:52:55.571Z Checking yansi v1.0.1
42882026-03-04T17:52:55.571Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42892026-03-04T17:52:55.571Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42902026-03-04T17:52:55.775Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42912026-03-04T17:52:56.098Z Checking pretty_assertions v1.4.1
42922026-03-04T17:52:57.111Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42932026-03-04T17:53:33.334Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42942026-03-04T17:53:33.337Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42952026-03-04T17:53:33.337Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42962026-03-04T17:53:33.337Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42972026-03-04T17:53:33.337Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42982026-03-04T17:53:33.337Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42992026-03-04T17:53:34.542Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43002026-03-04T17:53:36.088Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43012026-03-04T17:54:41.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
43022026-03-04T17:54:41.572Z
43032026-03-04T17:54:41.572Zinfo: running `cargo check --bins` on omicron-pins (243/264)
43042026-03-04T17:54:42.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-04T17:54:42.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-04T17:54:42.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-03-04T17:54:42.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
43082026-03-04T17:54:42.393Z
43092026-03-04T17:54:42.393Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (244/264)
43102026-03-04T17:54:43.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-04T17:54:43.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-04T17:54:43.391Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43132026-03-04T17:54:43.520Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43142026-03-04T17:54:43.523Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43152026-03-04T17:55:09.440Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43162026-03-04T17:55:09.952Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43172026-03-04T17:55:12.743Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43182026-03-04T17:55:13.331Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43192026-03-04T17:55:17.991Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-03-04T17:55:53.500Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-03-04T17:55:54.374Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43222026-03-04T17:55:56.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
43232026-03-04T17:55:56.933Z
43242026-03-04T17:55:56.933Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (245/264)
43252026-03-04T17:55:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-03-04T17:55:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-03-04T17:55:57.857Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43282026-03-04T17:55:58.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43292026-03-04T17:55:59.009Z
43302026-03-04T17:55:59.009Zinfo: running `cargo check --bins` on omicron-releng (246/264)
43312026-03-04T17:55:59.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-04T17:55:59.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-04T17:55:59.861Z Compiling blake3 v1.8.3
43342026-03-04T17:55:59.865Z Checking constant_time_eq v0.4.2
43352026-03-04T17:55:59.865Z Checking arrayvec v0.7.6
43362026-03-04T17:55:59.979Z Checking arrayref v0.3.9
43372026-03-04T17:56:00.003Z Checking topological-sort v0.2.2
43382026-03-04T17:56:00.016Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43392026-03-04T17:56:00.020Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43402026-03-04T17:56:00.020Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43412026-03-04T17:56:00.118Z Checking shell-words v1.1.1
43422026-03-04T17:56:01.203Z Checking omicron-zone-package v0.12.2
43432026-03-04T17:56:02.346Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43442026-03-04T17:56:03.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
43452026-03-04T17:56:03.734Z
43462026-03-04T17:56:03.734Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (247/264)
43472026-03-04T17:56:04.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-03-04T17:56:04.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-03-04T17:56:04.572Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43502026-03-04T17:56:04.957Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43512026-03-04T17:56:05.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
43522026-03-04T17:56:05.687Z
43532026-03-04T17:56:05.687Zinfo: running `cargo check --bins` on xtask (248/264)
43542026-03-04T17:56:06.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-03-04T17:56:06.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-03-04T17:56:06.320Z Checking libc v0.2.180
43572026-03-04T17:56:06.419Z Checking serde v1.0.228
43582026-03-04T17:56:06.422Z Checking zerofrom v0.1.6
43592026-03-04T17:56:06.433Z Checking bitflags v2.11.0
43602026-03-04T17:56:06.443Z Checking smallvec v1.15.1
43612026-03-04T17:56:06.443Z Checking hashbrown v0.16.1
43622026-03-04T17:56:06.468Z Checking serde_json v1.0.149
43632026-03-04T17:56:06.472Z Checking num-traits v0.2.19
43642026-03-04T17:56:06.612Z Checking yoke v0.8.1
43652026-03-04T17:56:06.702Z Checking scroll v0.12.0
43662026-03-04T17:56:06.807Z Checking thiserror v1.0.69
43672026-03-04T17:56:06.970Z Checking zerovec v0.11.5
43682026-03-04T17:56:06.993Z Checking zerotrie v0.2.3
43692026-03-04T17:56:07.169Z Checking percent-encoding v2.3.2
43702026-03-04T17:56:07.220Z Checking errno v0.3.14
43712026-03-04T17:56:07.388Z Checking serde_spanned v0.6.9
43722026-03-04T17:56:07.423Z Checking toml_datetime v0.6.11
43732026-03-04T17:56:07.438Z Checking rustix v1.1.3
43742026-03-04T17:56:07.465Z Checking indexmap v2.13.0
43752026-03-04T17:56:07.501Z Checking log v0.4.29
43762026-03-04T17:56:07.593Z Checking zerocopy v0.7.35
43772026-03-04T17:56:07.775Z Checking goblin v0.8.2
43782026-03-04T17:56:07.792Z Checking form_urlencoded v1.2.2
43792026-03-04T17:56:07.941Z Checking getrandom v0.4.1
43802026-03-04T17:56:07.961Z Checking ordered-float v2.10.1
43812026-03-04T17:56:07.965Z Checking tinystr v0.8.2
43822026-03-04T17:56:07.999Z Checking potential_utf v0.1.4
43832026-03-04T17:56:08.172Z Checking thiserror v2.0.18
43842026-03-04T17:56:08.225Z Checking icu_collections v2.1.1
43852026-03-04T17:56:08.327Z Checking syn v2.0.117
43862026-03-04T17:56:08.342Z Checking icu_locale_core v2.1.1
43872026-03-04T17:56:08.502Z Checking serde-value v0.7.0
43882026-03-04T17:56:08.724Z Checking toml_edit v0.22.27
43892026-03-04T17:56:08.838Z Checking dtrace-parser v0.2.0
43902026-03-04T17:56:08.906Z Checking thread-id v4.2.2
43912026-03-04T17:56:08.925Z Checking once_cell v1.21.3
43922026-03-04T17:56:09.046Z Checking cargo-platform v0.2.0
43932026-03-04T17:56:09.250Z Checking memmap v0.7.0
43942026-03-04T17:56:09.333Z Checking fs-err v3.3.0
43952026-03-04T17:56:09.354Z Checking terminal_size v0.4.3
43962026-03-04T17:56:09.392Z Checking tempfile v3.25.0
43972026-03-04T17:56:09.483Z Checking tabled v0.15.0
43982026-03-04T17:56:09.538Z Checking clap_builder v4.5.60
43992026-03-04T17:56:09.576Z Checking icu_provider v2.1.1
44002026-03-04T17:56:09.681Z Checking textwrap v0.16.2
44012026-03-04T17:56:09.770Z Checking camino-tempfile v1.4.1
44022026-03-04T17:56:10.034Z Checking icu_properties v2.1.2
44032026-03-04T17:56:10.061Z Checking icu_normalizer v2.1.1
44042026-03-04T17:56:10.081Z Checking anyhow v1.0.102
44052026-03-04T17:56:10.491Z Checking macaddr v1.0.1
44062026-03-04T17:56:10.722Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44072026-03-04T17:56:11.301Z Checking toml v0.8.23
44082026-03-04T17:56:11.837Z Checking idna_adapter v1.2.1
44092026-03-04T17:56:12.006Z Checking cargo_toml v0.21.0
44102026-03-04T17:56:12.024Z Checking idna v1.1.0
44112026-03-04T17:56:12.130Z Checking clap v4.5.60
44122026-03-04T17:56:12.364Z Checking url v2.5.8
44132026-03-04T17:56:12.382Z Checking dof v0.3.0
44142026-03-04T17:56:12.798Z Checking usdt-impl v0.5.0
44152026-03-04T17:56:12.946Z Checking cargo-util-schemas v0.8.2
44162026-03-04T17:56:13.162Z Checking usdt v0.5.0
44172026-03-04T17:56:14.168Z Checking cargo_metadata v0.21.0
44182026-03-04T17:56:15.206Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44192026-03-04T17:56:15.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
44202026-03-04T17:56:15.991Z
44212026-03-04T17:56:15.991Zinfo: running `cargo check --bins` on end-to-end-tests (249/264)
44222026-03-04T17:56:16.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-03-04T17:56:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-03-04T17:56:17.035Z Checking polyval v0.6.2
44252026-03-04T17:56:17.166Z Checking ctr v0.9.2
44262026-03-04T17:56:17.179Z Checking ssh-encoding v0.2.0
44272026-03-04T17:56:17.182Z Checking blowfish v0.9.1
44282026-03-04T17:56:17.203Z Checking password-hash v0.4.2
44292026-03-04T17:56:17.220Z Checking p256 v0.13.2
44302026-03-04T17:56:17.223Z Checking p521 v0.13.3
44312026-03-04T17:56:17.223Z Checking russh-cryptovec v0.7.3
44322026-03-04T17:56:17.408Z Checking ghash v0.5.1
44332026-03-04T17:56:17.412Z Checking bcrypt-pbkdf v0.10.0
44342026-03-04T17:56:17.450Z Checking md5 v0.7.0
44352026-03-04T17:56:17.472Z Checking num-bigint v0.4.6
44362026-03-04T17:56:17.508Z Checking des v0.8.1
44372026-03-04T17:56:17.603Z Checking aes-gcm v0.10.3
44382026-03-04T17:56:17.608Z Checking pbkdf2 v0.11.0
44392026-03-04T17:56:17.661Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44402026-03-04T17:56:17.694Z Checking hex-literal v0.4.1
44412026-03-04T17:56:17.754Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44422026-03-04T17:56:17.789Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44432026-03-04T17:56:17.848Z Checking socket2 v0.5.10
44442026-03-04T17:56:17.869Z Checking ssh-cipher v0.2.0
44452026-03-04T17:56:17.917Z Checking internet-checksum v0.2.1
44462026-03-04T17:56:18.166Z Checking ssh-key v0.6.7
44472026-03-04T17:56:18.400Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44482026-03-04T17:56:19.272Z Checking russh-keys v0.45.0
44492026-03-04T17:56:20.120Z Checking russh v0.45.0
44502026-03-04T17:56:45.620Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44512026-03-04T17:56:47.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.29s
44522026-03-04T17:56:47.518Z
44532026-03-04T17:56:47.518Zinfo: running `cargo check --bins` on gateway-cli (250/264)
44542026-03-04T17:56:48.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-03-04T17:56:48.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-03-04T17:56:48.358Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44572026-03-04T17:56:48.362Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44582026-03-04T17:56:48.362Z Checking termios v0.3.3
44592026-03-04T17:56:50.514Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44602026-03-04T17:56:50.695Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44612026-03-04T17:56:53.798Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44622026-03-04T17:56:54.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.09s
44632026-03-04T17:56:54.820Z
44642026-03-04T17:56:54.820Zinfo: running `cargo check --bins --no-default-features` on installinator (251/264)
44652026-03-04T17:56:55.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-04T17:56:55.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-04T17:56:55.733Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44682026-03-04T17:56:55.737Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44692026-03-04T17:56:55.871Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44702026-03-04T17:56:55.871Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44712026-03-04T17:56:55.875Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44722026-03-04T17:56:56.439Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44732026-03-04T17:56:56.443Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44742026-03-04T17:56:57.485Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44752026-03-04T17:56:57.673Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44762026-03-04T17:56:57.677Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44772026-03-04T17:56:58.659Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44782026-03-04T17:57:01.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
44792026-03-04T17:57:01.323Z
44802026-03-04T17:57:01.323Zinfo: running `cargo check --bins` on internal-dns-cli (252/264)
44812026-03-04T17:57:02.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-04T17:57:02.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-04T17:57:02.157Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44842026-03-04T17:57:02.729Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44852026-03-04T17:57:03.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
44862026-03-04T17:57:03.334Z
44872026-03-04T17:57:03.334Zinfo: running `cargo check --bins` on omicron-live-tests (253/264)
44882026-03-04T17:57:04.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-04T17:57:04.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-04T17:57:04.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-03-04T17:57:04.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
44922026-03-04T17:57:04.134Z
44932026-03-04T17:57:04.134Zinfo: running `cargo check --bins` on live-tests-macros (254/264)
44942026-03-04T17:57:04.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-04T17:57:04.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-04T17:57:04.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-03-04T17:57:04.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
44982026-03-04T17:57:04.930Z
44992026-03-04T17:57:04.930Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (255/264)
45002026-03-04T17:57:05.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-03-04T17:57:05.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-03-04T17:57:05.893Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45032026-03-04T17:57:06.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45042026-03-04T17:57:06.900Z
45052026-03-04T17:57:06.900Zinfo: running `cargo check --bins` on omicron-ntp-admin (256/264)
45062026-03-04T17:57:07.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-03-04T17:57:07.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-03-04T17:57:07.742Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45092026-03-04T17:57:07.745Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45102026-03-04T17:57:08.049Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45112026-03-04T17:57:08.052Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45122026-03-04T17:57:09.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
45132026-03-04T17:57:09.267Z
45142026-03-04T17:57:09.267Zinfo: running `cargo check --bins` on ntp-admin-types (257/264)
45152026-03-04T17:57:09.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-04T17:57:09.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-04T17:57:09.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-04T17:57:09.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45192026-03-04T17:57:10.076Z
45202026-03-04T17:57:10.076Zinfo: running `cargo check --bins` on omicron-package (258/264)
45212026-03-04T17:57:10.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-04T17:57:10.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-04T17:57:10.937Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45242026-03-04T17:57:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
45252026-03-04T17:57:12.625Z
45262026-03-04T17:57:12.626Zinfo: running `cargo check --bins` on tqdb (259/264)
45272026-03-04T17:57:13.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-04T17:57:13.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-04T17:57:13.637Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45302026-03-04T17:57:14.090Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45312026-03-04T17:57:15.076Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45322026-03-04T17:57:15.080Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45332026-03-04T17:57:22.767Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45342026-03-04T17:57:23.751Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45352026-03-04T17:57:23.758Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45362026-03-04T17:57:23.758Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45372026-03-04T17:57:23.759Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45382026-03-04T17:57:25.084Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45392026-03-04T17:57:36.045Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45402026-03-04T17:57:45.624Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45412026-03-04T17:57:45.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45422026-03-04T17:57:45.628Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45432026-03-04T17:57:45.628Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45442026-03-04T17:57:47.853Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45452026-03-04T17:57:49.817Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45462026-03-04T17:57:50.788Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45472026-03-04T17:57:52.694Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45482026-03-04T17:57:53.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.82s
45492026-03-04T17:57:53.695Z
45502026-03-04T17:57:53.695Zinfo: running `cargo check --bins` on wicket-dbg (260/264)
45512026-03-04T17:57:54.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-04T17:57:54.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-04T17:57:54.614Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45542026-03-04T17:57:54.618Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45552026-03-04T17:57:54.618Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45562026-03-04T17:57:54.762Z Checking rtoolbox v0.0.3
45572026-03-04T17:57:54.766Z Checking tui-tree-widget v0.23.1
45582026-03-04T17:57:55.002Z Checking rpassword v7.4.0
45592026-03-04T17:57:55.123Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45602026-03-04T17:57:56.427Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45612026-03-04T17:58:04.055Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-03-04T17:58:05.015Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45632026-03-04T17:58:06.605Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45642026-03-04T17:58:11.601Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45652026-03-04T17:58:14.469Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45662026-03-04T17:58:15.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s
45672026-03-04T17:58:15.888Z
45682026-03-04T17:58:15.888Zinfo: running `cargo check --bins` on wicket (261/264)
45692026-03-04T17:58:16.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-03-04T17:58:16.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-03-04T17:58:16.784Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45722026-03-04T17:58:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45732026-03-04T17:58:17.422Z
45742026-03-04T17:58:17.422Zinfo: running `cargo check --bins` on wicketd (262/264)
45752026-03-04T17:58:18.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-03-04T17:58:18.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-03-04T17:58:18.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45782026-03-04T17:58:18.354Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45792026-03-04T17:58:18.354Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45802026-03-04T17:58:18.354Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45812026-03-04T17:58:20.162Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45822026-03-04T17:58:21.026Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45832026-03-04T17:58:25.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s
45842026-03-04T17:58:25.769Z
45852026-03-04T17:58:25.769Zinfo: running `cargo check --bins` on omicron-workspace-hack (263/264)
45862026-03-04T17:58:26.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-03-04T17:58:26.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-03-04T17:58:26.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45892026-03-04T17:58:26.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45902026-03-04T17:58:26.572Z
45912026-03-04T17:58:26.572Zinfo: running `cargo check --bins` on zone-setup (264/264)
45922026-03-04T17:58:27.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-03-04T17:58:27.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-03-04T17:58:27.428Z Checking uzers v0.12.2
45952026-03-04T17:58:27.787Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45962026-03-04T17:58:28.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45972026-03-04T17:58:29.024Z
45982026-03-04T17:58:29.024Zreal 21:31.191400113
45992026-03-04T17:58:29.024Zuser 38:57.849827627
46002026-03-04T17:58:29.024Zsys 6:05.109283364
46012026-03-04T17:58:29.024Ztrap 0.756355677
46022026-03-04T17:58:29.024Ztflt 0.622902345
46032026-03-04T17:58:29.024Zdflt 0.800954021
46042026-03-04T17:58:29.028Zkflt 0.001182920
46052026-03-04T17:58:29.028Zlock 1:40:52.930143327
46062026-03-04T17:58:29.028Zslp 3:23:29.512135527
46072026-03-04T17:58:29.028Zlat 1:48.653972096
46082026-03-04T17:58:29.028Zstop 5:36.576883477
46092026-03-04T17:58:29.028Zprocess exited: duration 1660057 ms, exit code 0
 
46102026-03-04T17:58:29.036Zfound 0 output files