01JNFE0VNB4QYVDGAZC3FFW8GE: 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: 01JNFE3K855330YVJC3VBH6A1D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-04T02:01:00.089Zjob assigned to worker 01JNFE37KFZ7B093BHVFTKN11Q [factory aws, i-02e1084f7c2d72e1f] (queued for 48 s)
 
22025-03-04T02:01:08.268Zstarting task 0: "setup"
32025-03-04T02:01:08.277Z++ uname -s
42025-03-04T02:01:08.280Z+ kern=SunOS
52025-03-04T02:01:08.280Z+ build_user=build
62025-03-04T02:01:08.280Z+ build_uid=12345
72025-03-04T02:01:08.280Z+ work_dir=/work
82025-03-04T02:01:08.280Z+ input_dir=/input
92025-03-04T02:01:08.280Z+ [[ 0 == 12345 ]]
102025-03-04T02:01:08.280Z+ case "$kern" in
112025-03-04T02:01:08.280Z+ groupadd -g 12345 build
122025-03-04T02:01:08.285Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-04T02:01:10.288Z+ zfs create -o mountpoint=/work rpool/work
142025-03-04T02:01:10.411Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-04T02:01:10.415Z+ home_fs=zfs
162025-03-04T02:01:10.415Z+ [[ zfs == autofs ]]
172025-03-04T02:01:10.415Z+ mkdir -p /home/build
182025-03-04T02:01:10.419Z+ chown build:build /home/build /work
192025-03-04T02:01:12.429Z+ chmod 0700 /home/build /work
202025-03-04T02:01:12.457Zprocess exited: duration 4151 ms, exit code 0
 
212025-03-04T02:01:12.490Zstarting task 1: "rust-toolchain"
222025-03-04T02:01:12.504Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-04T02:01:12.504Z * rust toolchain channel = "1.85.0"
242025-03-04T02:01:12.504Z * rust toolchain profile = "default"
252025-03-04T02:01:12.504Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-04T02:01:12.504Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-04T02:01:12.504Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-04T02:01:12.504Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-04T02:01:12.505Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-04T02:01:12.579Zinfo: downloading installer
312025-03-04T02:01:13.987Zwarn: It looks like you have an existing installation of Rust at:
322025-03-04T02:01:13.987Zwarn: /opt/ooce/bin
332025-03-04T02:01:13.987Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-04T02:01:13.987Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-04T02:01:13.987Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-04T02:01:13.987Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-04T02:01:13.987Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-04T02:01:13.987Zerror: cannot install while Rust is installed
392025-03-04T02:01:13.989Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-04T02:01:13.998Zinfo: profile set to 'default'
412025-03-04T02:01:13.998Zinfo: default host triple is x86_64-unknown-illumos
422025-03-04T02:01:14.006Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-04T02:01:14.165Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-04T02:01:14.165Zinfo: downloading component 'cargo'
452025-03-04T02:01:14.942Zinfo: downloading component 'clippy'
462025-03-04T02:01:15.311Zinfo: downloading component 'rust-docs'
472025-03-04T02:01:16.451Zinfo: downloading component 'rust-std'
482025-03-04T02:01:18.449Zinfo: downloading component 'rustc'
492025-03-04T02:01:26.316Zinfo: downloading component 'rustfmt'
502025-03-04T02:01:26.561Zinfo: installing component 'cargo'
512025-03-04T02:01:27.385Zinfo: installing component 'clippy'
522025-03-04T02:01:27.767Zinfo: installing component 'rust-docs'
532025-03-04T02:01:29.550Zinfo: installing component 'rust-std'
542025-03-04T02:01:31.433Zinfo: installing component 'rustc'
552025-03-04T02:01:37.814Zinfo: installing component 'rustfmt'
562025-03-04T02:01:37.837Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-04T02:01:37.837Z
582025-03-04T02:01:38.098Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-04T02:01:38.098Z
602025-03-04T02:01:38.101Z
612025-03-04T02:01:38.101ZRust is installed now. Great!
622025-03-04T02:01:38.101Z
632025-03-04T02:01:38.101ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-04T02:01:38.101Zenvironment variable. This has not been done automatically.
652025-03-04T02:01:38.101Z
662025-03-04T02:01:38.101ZTo configure your current shell, you need to source
672025-03-04T02:01:38.101Zthe corresponding env file under $HOME/.cargo.
682025-03-04T02:01:38.101Z
692025-03-04T02:01:38.101ZThis is usually done by running one of the following (note the leading DOT):
702025-03-04T02:01:38.101Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-04T02:01:38.101Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-04T02:01:38.101Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-04T02:01:38.178Z+ rustup --version
742025-03-04T02:01:38.188Zrustup 1.28.0 (6e19fbec7 2025-03-02)
752025-03-04T02:01:38.188Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-04T02:01:38.218Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-04T02:01:38.222Z+ cargo --version
782025-03-04T02:01:38.240Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-04T02:01:38.248Z+ rustc --version
802025-03-04T02:01:38.269Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-04T02:01:38.274Zprocess exited: duration 25790 ms, exit code 0
 
822025-03-04T02:01:38.282Zstarting task 2: "authentication"
832025-03-04T02:01:38.304Zprocess exited: duration 22 ms, exit code 0
 
842025-03-04T02:01:38.312Zstarting task 3: "clone repository"
852025-03-04T02:01:38.316Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-04T02:01:38.321Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-04T02:01:38.360ZCloning into '/work/oxidecomputer/omicron'...
882025-03-04T02:01:45.908Z+ cd /work/oxidecomputer/omicron
892025-03-04T02:01:45.914Z+ git fetch origin a3e885a58f348e6e8ce0edf1baffc194059e8604
902025-03-04T02:01:46.185ZFrom https://github.com/oxidecomputer/omicron
912025-03-04T02:01:46.185Z * branch a3e885a58f348e6e8ce0edf1baffc194059e8604 -> FETCH_HEAD
922025-03-04T02:01:46.195Z+ [[ -n vmm-reserve-bench ]]
932025-03-04T02:01:46.199Z++ git branch --show-current
942025-03-04T02:01:46.199Z+ current=main
952025-03-04T02:01:46.199Z+ [[ main != vmm-reserve-bench ]]
962025-03-04T02:01:46.199Z+ git branch -f vmm-reserve-bench a3e885a58f348e6e8ce0edf1baffc194059e8604
972025-03-04T02:01:46.202Z+ git checkout -f vmm-reserve-bench
982025-03-04T02:01:46.342ZSwitched to branch 'vmm-reserve-bench'
992025-03-04T02:01:46.346Z+ git reset --hard a3e885a58f348e6e8ce0edf1baffc194059e8604
1002025-03-04T02:01:46.485ZHEAD is now at a3e885a58 Merge branch 'main' into vmm-reserve-bench
1012025-03-04T02:01:46.488Zprocess exited: duration 8173 ms, exit code 0
 
1022025-03-04T02:01:46.497Zstarting task 4: "build"
1032025-03-04T02:01:46.502Z+ source .github/buildomat/ci-env.sh
1042025-03-04T02:01:46.502Z++ export CARGO_TERM_COLOR=always
1052025-03-04T02:01:46.502Z++ CARGO_TERM_COLOR=always
1062025-03-04T02:01:46.502Z+ cargo --version
1072025-03-04T02:01:46.514Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-04T02:01:46.517Z+ rustc --version
1092025-03-04T02:01:46.543Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-04T02:01:46.546Z+ source ./env.sh
1112025-03-04T02:01:46.549Z++ OLD_SHELL_OPTS=ehxB
1122025-03-04T02:01:46.549Z++ set -o xtrace
1132025-03-04T02:01:46.549Z++++ dirname ./env.sh
1142025-03-04T02:01:46.552Z+++ readlink -f .
1152025-03-04T02:01:46.555Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-03-04T02:01:46.555Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-03-04T02:01:46.555Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-03-04T02:01:46.555Z++ 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
1192025-03-04T02:01:46.555Z++ 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
1202025-03-04T02:01:46.555Z++ 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
1212025-03-04T02:01:46.555Z++ 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
1222025-03-04T02:01:46.556Z++ 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
1232025-03-04T02:01:46.556Z++ 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
1242025-03-04T02:01:46.556Z++ case $OLD_SHELL_OPTS in
1252025-03-04T02:01:46.556Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-03-04T02:01:46.556Z+ 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
1272025-03-04T02:01:46.557Z+ 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
1282025-03-04T02:01:46.557Z+ banner prerequisites
1292025-03-04T02:01:46.561Z
1302025-03-04T02:01:46.561Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-03-04T02:01:46.561Z # # # # # # # # # # # # # # #
1322025-03-04T02:01:46.561Z # # # # ##### # # ##### # # # # # #### #
1332025-03-04T02:01:46.561Z ##### ##### # ##### # # # # # # # # #
1342025-03-04T02:01:46.561Z # # # # # # # # # # # # # # #
1352025-03-04T02:01:46.561Z # # # ###### # # ###### ### # #### # #### #
1362025-03-04T02:01:46.561Z
1372025-03-04T02:01:46.561Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-03-04T02:01:48.119Zpkg list: illegal option -- F
1392025-03-04T02:01:48.119ZUsage:
1402025-03-04T02:01:48.119Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-03-04T02:01:48.119Z [pkg_fmri_pattern ...]
1422025-03-04T02:01:48.985Zpkg list: illegal option -- F
1432025-03-04T02:01:48.985ZUsage:
1442025-03-04T02:01:48.989Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-03-04T02:01:48.989Z [pkg_fmri_pattern ...]
1462025-03-04T02:02:05.620Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-03-04T02:02:09.978Z Startup: Caching catalogs ... Done
1482025-03-04T02:02:23.318ZPlanning: Solver setup ... Done (12.392s)
1492025-03-04T02:02:23.477ZPlanning: Running solver ... Done (0.158s)
1502025-03-04T02:02:23.598ZPlanning: Finding local manifests ... Done (0.007s)
1512025-03-04T02:02:24.132ZPlanning: Fetching manifests: 0/7 0% complete
1522025-03-04T02:02:25.266ZPlanning: Fetching manifests: 7/7 100% complete
1532025-03-04T02:02:25.380ZPlanning: Package planning ... Done (0.114s)
1542025-03-04T02:02:25.437ZPlanning: Merging actions ... Done (0.057s)
1552025-03-04T02:02:25.635ZPlanning: Checking for conflicting actions ... Done (0.199s)
1562025-03-04T02:02:27.715ZPlanning: Consolidating action changes ... Done (2.079s)
1572025-03-04T02:02:28.172ZPlanning: Evaluating mediators ... Done (0.456s)
1582025-03-04T02:02:28.254ZPlanning: Planning completed in 18.17 seconds
1592025-03-04T02:02:28.271Z Packages to install: 4
1602025-03-04T02:02:28.271Z Packages to update: 3
1612025-03-04T02:02:28.274Z Mediators to change: 2
1622025-03-04T02:02:28.274Z Services to change: 1
1632025-03-04T02:02:28.274Z Estimated space available: 155.60 GB
1642025-03-04T02:02:28.274ZEstimated space to be consumed: 1.66 GB
1652025-03-04T02:02:28.274Z Create boot environment: No
1662025-03-04T02:02:28.274ZCreate backup boot environment: Yes
1672025-03-04T02:02:28.275Z Rebuild boot archive: No
1682025-03-04T02:02:28.275Z
1692025-03-04T02:02:28.275ZChanged mediators:
1702025-03-04T02:02:28.275Z mediator clang:
1712025-03-04T02:02:28.275Z version: None -> 15 (system default)
1722025-03-04T02:02:28.275Z
1732025-03-04T02:02:28.275Z mediator llvm:
1742025-03-04T02:02:28.275Z version: 14 (system default) -> 15 (system default)
1752025-03-04T02:02:28.275Z
1762025-03-04T02:02:28.275ZChanged packages:
1772025-03-04T02:02:28.275Zhelios-dev
1782025-03-04T02:02:28.275Z developer/build-essential
1792025-03-04T02:02:28.275Z None -> 11-2.0
1802025-03-04T02:02:28.275Z library/libxmlsec1
1812025-03-04T02:02:28.275Z None -> 1.2.35-2.0
1822025-03-04T02:02:28.275Z ooce/developer/clang-15
1832025-03-04T02:02:28.275Z None -> 15.0.7-2.0
1842025-03-04T02:02:28.275Z ooce/developer/llvm-15
1852025-03-04T02:02:28.275Z None -> 15.0.7-2.0
1862025-03-04T02:02:28.275Z package/pkg
1872025-03-04T02:02:28.275Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-03-04T02:02:28.275Z system/library/g++-runtime
1892025-03-04T02:02:28.275Z 13-2.0 -> 14-2.0
1902025-03-04T02:02:28.275Z system/library/gcc-runtime
1912025-03-04T02:02:28.275Z 13-2.0 -> 14-2.0
1922025-03-04T02:02:28.275Z
1932025-03-04T02:02:28.275ZServices:
1942025-03-04T02:02:28.275Z restart_fmri:
1952025-03-04T02:02:28.275Z svc:/system/update-man-index:default
1962025-03-04T02:02:28.275Z
1972025-03-04T02:02:28.275ZEditable files to change:
1982025-03-04T02:02:28.275Z Update:
1992025-03-04T02:02:28.275Z usr/share/lib/pkg/web/config.shtml
2002025-03-04T02:02:28.357Z
2012025-03-04T02:02:28.357ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-03-04T02:02:34.465ZDownload: 213/4301 items 1.3/225.4MB 0% complete (870k/s)
2032025-03-04T02:02:39.480ZDownload: 474/4301 items 17.1/225.4MB 7% complete (1.7M/s)
2042025-03-04T02:02:44.490ZDownload: 1106/4301 items 19.8/225.4MB 8% complete (1.9M/s)
2052025-03-04T02:02:49.642ZDownload: 1194/4301 items 77.9/225.4MB 34% complete (7.2M/s)
2062025-03-04T02:02:57.653ZDownload: 1198/4301 items 78.0/225.4MB 34% complete (6.9M/s)
2072025-03-04T02:03:02.658ZDownload: 1412/4301 items 117.0/225.4MB 51% complete (4.6M/s)
2082025-03-04T02:03:07.665ZDownload: 1703/4301 items 118.0/225.4MB 52% complete (4.4M/s)
2092025-03-04T02:03:12.698ZDownload: 1910/4301 items 118.6/225.4MB 52% complete (266k/s)
2102025-03-04T02:03:17.714ZDownload: 2110/4301 items 118.9/225.4MB 52% complete (95.7k/s)
2112025-03-04T02:03:29.809ZDownload: 2220/4301 items 119.2/225.4MB 52% complete (77.6k/s)
2122025-03-04T02:03:41.013ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
2132025-03-04T02:03:46.142ZDownload: 2481/4301 items 120.2/225.4MB 53% complete (210k/s)
2142025-03-04T02:03:51.146ZDownload: 2753/4301 items 120.9/225.4MB 53% complete (167k/s)
2152025-03-04T02:03:56.149ZDownload: 2953/4301 items 121.2/225.4MB 53% complete (114k/s)
2162025-03-04T02:04:01.205ZDownload: 3189/4301 items 185.2/225.4MB 82% complete (6.4M/s)
2172025-03-04T02:04:06.485ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (8.1M/s)
2182025-03-04T02:04:11.534ZDownload: 3252/4301 items 203.1/225.4MB 90% complete (1.8M/s)
2192025-03-04T02:04:16.554ZDownload: 3383/4301 items 214.9/225.4MB 95% complete (1.2M/s)
2202025-03-04T02:04:21.555ZDownload: 3598/4301 items 216.0/225.4MB 95% complete (1.3M/s)
2212025-03-04T02:04:26.633ZDownload: 3990/4301 items 218.2/225.4MB 96% complete (346k/s)
2222025-03-04T02:04:31.683ZDownload: 4192/4301 items 220.5/225.4MB 97% complete (485k/s)
2232025-03-04T02:04:38.498ZDownload: 4204/4301 items 220.6/225.4MB 97% complete (436k/s)
2242025-03-04T02:04:44.343ZDownload: 4291/4301 items 224.6/225.4MB 99% complete (358k/s)
2252025-03-04T02:04:47.593ZDownload: Completed 225.42 MB in 139.21 seconds (1.6M/s)
2262025-03-04T02:04:49.586Z Actions: 1/5122 actions (Removing old actions)
2272025-03-04T02:04:49.605Z Actions: 194/5122 actions (Installing new actions)
2282025-03-04T02:04:54.359Z Actions: 4267/5122 actions (Updating modified actions)
2292025-03-04T02:04:54.718Z Actions: Completed 5122 actions in 5.13 seconds.
2302025-03-04T02:04:55.152Z Done (0.426s)
2312025-03-04T02:04:55.159Z Done (0.001s)
2322025-03-04T02:04:55.771Z Done (0.612s)
2332025-03-04T02:05:00.226Z Done (4.215s)
2342025-03-04T02:05:00.316Z Done (0.020s)
2352025-03-04T02:05:00.319Z Done (0.000s)
2362025-03-04T02:05:00.502Z Done (0.000s)
2372025-03-04T02:05:01.235ZPlanning: Evaluating mediator changes ... Done
2382025-03-04T02:05:01.401ZPlanning: Checking for conflicting actions ... Done
2392025-03-04T02:05:01.405ZPlanning: Consolidating action changes ... Done
2402025-03-04T02:05:01.675ZPlanning: Evaluating mediators ... Done
2412025-03-04T02:05:01.682ZPlanning: Planning completed in 0.44 seconds
2422025-03-04T02:05:01.717Z Mediators to change: 2
2432025-03-04T02:05:01.717Z Create boot environment: No
2442025-03-04T02:05:01.722ZCreate backup boot environment: No
2452025-03-04T02:05:01.801Z Done
2462025-03-04T02:05:01.802Z Done
2472025-03-04T02:05:02.257Z Done
2482025-03-04T02:05:05.992Z Done
2492025-03-04T02:05:06.090Z Done
2502025-03-04T02:05:06.098Z Done
2512025-03-04T02:05:06.225Z Done
2522025-03-04T02:05:06.873ZPlanning: Evaluating mediator changes ... Done
2532025-03-04T02:05:06.904ZPlanning: Merging actions ... Done
2542025-03-04T02:05:07.063ZPlanning: Checking for conflicting actions ... Done
2552025-03-04T02:05:07.073ZPlanning: Consolidating action changes ... Done
2562025-03-04T02:05:07.310ZPlanning: Evaluating mediators ... Done
2572025-03-04T02:05:07.369ZPlanning: Planning completed in 0.76 seconds
2582025-03-04T02:05:07.406Z Packages to change: 1
2592025-03-04T02:05:07.406Z Mediators to change: 1
2602025-03-04T02:05:07.410Z Services to change: 1
2612025-03-04T02:05:07.410Z Create boot environment: No
2622025-03-04T02:05:07.410ZCreate backup boot environment: Yes
2632025-03-04T02:05:09.723Z Actions: 1/6 actions (Updating modified actions)
2642025-03-04T02:05:09.730Z Actions: Completed 6 actions in 0.00 seconds.
2652025-03-04T02:05:09.730Z Done
2662025-03-04T02:05:09.730Z Done
2672025-03-04T02:05:09.847Z Done
2682025-03-04T02:05:13.608Z Done
2692025-03-04T02:05:13.690Z Done
2702025-03-04T02:05:13.694Z Done
2712025-03-04T02:05:13.823Z Done
2722025-03-04T02:05:14.270ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2732025-03-04T02:05:14.270Zclang system 15 system
2742025-03-04T02:05:14.270Zcsh system system illumos
2752025-03-04T02:05:14.270Zctags system system illumos
2762025-03-04T02:05:14.270Zgcc vendor 12 vendor
2772025-03-04T02:05:14.270Zgcc system 10 system
2782025-03-04T02:05:14.270Zgcc system 7 system
2792025-03-04T02:05:14.270Zgo system 1.20 system
2802025-03-04T02:05:14.270Zgo system 1.19 system
2812025-03-04T02:05:14.270Zllvm system 15 system
2822025-03-04T02:05:14.270Zllvm system 14 system
2832025-03-04T02:05:14.270Zmariadb system 10.6 system
2842025-03-04T02:05:14.270Zmta vendor vendor dma
2852025-03-04T02:05:14.270Zopenjdk system 17 system
2862025-03-04T02:05:14.270Zopenjdk system 11 system
2872025-03-04T02:05:14.271Zopenjdk system 1.8 system
2882025-03-04T02:05:14.271Zopenssl vendor 3 vendor
2892025-03-04T02:05:14.271Zperl system 5.36 system
2902025-03-04T02:05:14.271Zpostgresql system 15 system
2912025-03-04T02:05:14.273Zpostgresql system 13 system
2922025-03-04T02:05:14.273Zpython vendor 3 vendor
2932025-03-04T02:05:14.273Zpython system 2 system
2942025-03-04T02:05:14.273Zpython3 system 3.11 system
2952025-03-04T02:05:14.273Zruby system 3.0 system
2962025-03-04T02:05:14.273Zwords vendor vendor american-english
2972025-03-04T02:05:14.273Zwords system system australian-english
2982025-03-04T02:05:14.273Zwords system system british-english
2992025-03-04T02:05:14.273Zwords system system canadian-english
3002025-03-04T02:05:14.273Zwords system system french
3012025-03-04T02:05:14.273Zwords system system italian
3022025-03-04T02:05:14.273Zwords system system ngerman
3032025-03-04T02:05:14.273Zwords system system ogerman
3042025-03-04T02:05:14.273Zwords system system spanish
3052025-03-04T02:05:14.609ZPUBLISHER TYPE STATUS P LOCATION
3062025-03-04T02:05:14.609Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3072025-03-04T02:05:17.694ZFMRI IFO
3082025-03-04T02:05:17.694Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3092025-03-04T02:05:17.694Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3102025-03-04T02:05:17.694Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3112025-03-04T02:05:17.694Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3122025-03-04T02:05:17.694Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3132025-03-04T02:05:17.694Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3142025-03-04T02:05:17.694Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3152025-03-04T02:05:17.694Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3162025-03-04T02:05:17.694Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3172025-03-04T02:05:17.694Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3182025-03-04T02:05:17.694Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3192025-03-04T02:05:17.694Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3202025-03-04T02:05:17.695Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3212025-03-04T02:05:17.695Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3222025-03-04T02:05:17.695Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3232025-03-04T02:05:18.460Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3242025-03-04T02:05:18.769Z Updating crates.io index
3252025-03-04T02:05:18.779Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262025-03-04T02:05:19.316Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3272025-03-04T02:05:19.571Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3282025-03-04T02:05:19.837Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3292025-03-04T02:05:20.102Z Updating git repository `https://github.com/oxidecomputer/propolis`
3302025-03-04T02:05:21.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
3312025-03-04T02:05:22.819Z Updating git repository `https://github.com/oxidecomputer/opte`
3322025-03-04T02:05:23.462Z Updating git repository `https://github.com/oxidecomputer/falcon`
3332025-03-04T02:05:24.110Z Updating git repository `https://github.com/oxidecomputer/clickward`
3342025-03-04T02:05:24.375Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3352025-03-04T02:05:24.686Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3362025-03-04T02:05:25.220Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3372025-03-04T02:05:25.723Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3382025-03-04T02:05:26.042Z Updating git repository `https://github.com/oxidecomputer/propolis`
3392025-03-04T02:05:26.519Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3402025-03-04T02:05:26.814Z Updating git repository `https://github.com/oxidecomputer/tofino`
3412025-03-04T02:05:27.047Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3422025-03-04T02:05:27.443Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3432025-03-04T02:05:27.569Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3442025-03-04T02:05:27.790Z Updating git repository `https://github.com/oxidecomputer/lldp`
3452025-03-04T02:05:28.075Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3462025-03-04T02:05:28.412Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3472025-03-04T02:05:29.010Z Updating git repository `https://github.com/oxidecomputer/ispf`
3482025-03-04T02:05:29.373Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3492025-03-04T02:05:29.699Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3502025-03-04T02:05:30.319Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3512025-03-04T02:05:30.516Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3522025-03-04T02:05:31.293Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3532025-03-04T02:05:31.403Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3542025-03-04T02:05:31.679Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3552025-03-04T02:05:31.937Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3562025-03-04T02:05:32.102Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3572025-03-04T02:05:33.377Z Downloading crates ...
3582025-03-04T02:05:33.466Z Downloaded anstyle-query v1.1.1
3592025-03-04T02:05:33.466Z Downloaded anstyle-parse v0.2.5
3602025-03-04T02:05:33.466Z Downloaded anstream v0.6.15
3612025-03-04T02:05:33.558Z Downloaded zerocopy-derive v0.7.35
3622025-03-04T02:05:33.558Z Downloaded equivalent v1.0.1
3632025-03-04T02:05:33.558Z Downloaded crypto-common v0.1.6
3642025-03-04T02:05:33.558Z Downloaded clap_derive v4.5.28
3652025-03-04T02:05:33.558Z Downloaded fnv v1.0.7
3662025-03-04T02:05:33.558Z Downloaded colorchoice v1.0.2
3672025-03-04T02:05:33.558Z Downloaded heck v0.4.1
3682025-03-04T02:05:33.558Z Downloaded digest v0.10.7
3692025-03-04T02:05:33.558Z Downloaded camino v1.1.9
3702025-03-04T02:05:33.558Z Downloaded winnow v0.7.3
3712025-03-04T02:05:33.558Z Downloaded indexmap v2.7.1
3722025-03-04T02:05:33.558Z Downloaded clap_lex v0.7.4
3732025-03-04T02:05:33.558Z Downloaded clap_builder v4.5.31
3742025-03-04T02:05:33.558Z Downloaded memchr v2.7.4
3752025-03-04T02:05:33.558Z Downloaded thiserror-impl v1.0.69
3762025-03-04T02:05:33.558Z Downloaded cargo_toml v0.21.0
3772025-03-04T02:05:33.558Z Downloaded cargo_metadata v0.19.2
3782025-03-04T02:05:33.558Z Downloaded dtrace-parser v0.2.0
3792025-03-04T02:05:33.559Z Downloaded dof v0.3.0
3802025-03-04T02:05:33.559Z Downloaded zerocopy v0.7.35
3812025-03-04T02:05:33.559Z Downloaded goblin v0.8.2
3822025-03-04T02:05:33.559Z Downloaded thiserror v1.0.69
3832025-03-04T02:05:33.559Z Downloaded is_terminal_polyfill v1.70.1
3842025-03-04T02:05:33.559Z Downloaded anyhow v1.0.97
3852025-03-04T02:05:33.559Z Downloaded anstyle v1.0.10
3862025-03-04T02:05:33.559Z Downloaded byteorder v1.5.0
3872025-03-04T02:05:33.559Z Downloaded heck v0.5.0
3882025-03-04T02:05:33.559Z Downloaded fastrand v2.1.1
3892025-03-04T02:05:33.559Z Downloaded errno v0.3.9
3902025-03-04T02:05:33.559Z Downloaded generic-array v0.14.7
3912025-03-04T02:05:33.559Z Downloaded macaddr v1.0.1
3922025-03-04T02:05:33.559Z Downloaded quote v1.0.38
3932025-03-04T02:05:33.559Z Downloaded proc-macro-error-attr v1.0.4
3942025-03-04T02:05:33.559Z Downloaded once_cell v1.20.3
3952025-03-04T02:05:33.559Z Downloaded serde_spanned v0.6.8
3962025-03-04T02:05:33.559Z Downloaded proc-macro-error v1.0.4
3972025-03-04T02:05:33.559Z Downloaded itoa v1.0.11
3982025-03-04T02:05:33.559Z Downloaded cpufeatures v0.2.14
3992025-03-04T02:05:33.560Z Downloaded bytecount v0.6.8
4002025-03-04T02:05:33.560Z Downloaded bitflags v2.6.0
4012025-03-04T02:05:33.560Z Downloaded ryu v1.0.18
4022025-03-04T02:05:33.560Z Downloaded bitflags v1.3.2
4032025-03-04T02:05:33.560Z Downloaded serde v1.0.218
4042025-03-04T02:05:33.560Z Downloaded autocfg v1.4.0
4052025-03-04T02:05:33.560Z Downloaded strsim v0.11.1
4062025-03-04T02:05:33.560Z Downloaded semver v1.0.25
4072025-03-04T02:05:33.560Z Downloaded cfg-if v1.0.0
4082025-03-04T02:05:33.560Z Downloaded block-buffer v0.10.4
4092025-03-04T02:05:33.560Z Downloaded serde_json v1.0.139
4102025-03-04T02:05:33.560Z Downloaded serde_derive v1.0.218
4112025-03-04T02:05:33.560Z Downloaded thiserror v2.0.11
4122025-03-04T02:05:33.560Z Downloaded toml v0.8.20
4132025-03-04T02:05:33.561Z Downloaded proc-macro2 v1.0.93
4142025-03-04T02:05:33.561Z Downloaded plain v0.2.3
4152025-03-04T02:05:33.634Z Downloaded syn v2.0.98
4162025-03-04T02:05:33.634Z Downloaded unicode-ident v1.0.14
4172025-03-04T02:05:33.634Z Downloaded io-lifetimes v1.0.11
4182025-03-04T02:05:33.634Z Downloaded thread-id v4.2.2
4192025-03-04T02:05:33.635Z Downloaded thiserror-impl v2.0.11
4202025-03-04T02:05:33.635Z Downloaded log v0.4.22
4212025-03-04T02:05:33.635Z Downloaded smawk v0.3.2
4222025-03-04T02:05:33.635Z Downloaded sha2 v0.10.8
4232025-03-04T02:05:33.635Z Downloaded textwrap v0.16.1
4242025-03-04T02:05:33.635Z Downloaded toml_datetime v0.6.8
4252025-03-04T02:05:33.635Z Downloaded syn v1.0.109
4262025-03-04T02:05:33.744Z Downloaded fs-err v2.11.0
4272025-03-04T02:05:33.744Z Downloaded camino-tempfile v1.1.1
4282025-03-04T02:05:33.745Z Downloaded clap v4.5.31
4292025-03-04T02:05:33.745Z Downloaded typenum v1.17.0
4302025-03-04T02:05:33.745Z Downloaded pest_generator v2.7.14
4312025-03-04T02:05:33.745Z Downloaded pest_meta v2.7.14
4322025-03-04T02:05:33.745Z Downloaded terminal_size v0.2.6
4332025-03-04T02:05:33.745Z Downloaded cargo-platform v0.1.8
4342025-03-04T02:05:33.745Z Downloaded pest_derive v2.7.14
4352025-03-04T02:05:33.745Z Downloaded tempfile v3.13.0
4362025-03-04T02:05:33.745Z Downloaded pest v2.7.14
4372025-03-04T02:05:33.745Z Downloaded toml_edit v0.22.24
4382025-03-04T02:05:33.745Z Downloaded unicode-linebreak v0.1.5
4392025-03-04T02:05:33.745Z Downloaded ucd-trie v0.1.7
4402025-03-04T02:05:33.745Z Downloaded version_check v0.9.5
4412025-03-04T02:05:33.745Z Downloaded hashbrown v0.15.1
4422025-03-04T02:05:33.828Z Downloaded utf8parse v0.2.2
4432025-03-04T02:05:33.828Z Downloaded swrite v0.1.0
4442025-03-04T02:05:33.828Z Downloaded rustix v0.38.37
4452025-03-04T02:05:33.828Z Downloaded pretty-hex v0.4.1
4462025-03-04T02:05:33.828Z Downloaded memmap v0.7.0
4472025-03-04T02:05:33.828Z Downloaded libc v0.2.170
4482025-03-04T02:05:33.828Z Downloaded usdt-macro v0.5.0
4492025-03-04T02:05:33.828Z Downloaded rustix v0.37.28
4502025-03-04T02:05:33.828Z Downloaded papergrid v0.11.0
4512025-03-04T02:05:33.828Z Downloaded usdt-impl v0.5.0
4522025-03-04T02:05:33.828Z Downloaded usdt-attr-macro v0.5.0
4532025-03-04T02:05:33.828Z Downloaded usdt v0.5.0
4542025-03-04T02:05:33.828Z Downloaded unicode-width v0.1.14
4552025-03-04T02:05:33.829Z Downloaded terminal_size v0.4.0
4562025-03-04T02:05:33.829Z Downloaded tabled_derive v0.7.0
4572025-03-04T02:05:33.829Z Downloaded tabled v0.15.0
4582025-03-04T02:05:33.829Z Downloaded serde_tokenstream v0.2.2
4592025-03-04T02:05:33.829Z Downloaded scroll_derive v0.12.0
4602025-03-04T02:05:33.829Z Downloaded scroll v0.12.0
4612025-03-04T02:05:34.031Z Compiling proc-macro2 v1.0.93
4622025-03-04T02:05:34.032Z Compiling unicode-ident v1.0.14
4632025-03-04T02:05:34.075Z Compiling version_check v0.9.5
4642025-03-04T02:05:34.075Z Compiling libc v0.2.170
4652025-03-04T02:05:34.075Z Compiling serde v1.0.218
4662025-03-04T02:05:34.075Z Compiling memchr v2.7.4
4672025-03-04T02:05:34.101Z Compiling thiserror v1.0.69
4682025-03-04T02:05:34.101Z Compiling itoa v1.0.11
4692025-03-04T02:05:39.089Z Compiling ryu v1.0.18
4702025-03-04T02:05:39.636Z Compiling ucd-trie v0.1.7
4712025-03-04T02:05:39.636Z Compiling once_cell v1.20.3
4722025-03-04T02:05:39.636Z Compiling byteorder v1.5.0
4732025-03-04T02:05:39.636Z Compiling rustix v0.38.37
4742025-03-04T02:05:39.636Z Compiling serde_json v1.0.139
4752025-03-04T02:05:39.636Z Compiling bitflags v2.6.0
4762025-03-04T02:05:39.636Z Compiling usdt-impl v0.5.0
4772025-03-04T02:05:39.636Z Compiling proc-macro-error-attr v1.0.4
4782025-03-04T02:05:39.636Z Compiling syn v1.0.109
4792025-03-04T02:05:39.636Z Compiling io-lifetimes v1.0.11
4802025-03-04T02:05:39.636Z Compiling proc-macro-error v1.0.4
4812025-03-04T02:05:39.636Z Compiling quote v1.0.38
4822025-03-04T02:05:39.636Z Compiling errno v0.3.9
4832025-03-04T02:05:39.636Z Compiling rustix v0.37.28
4842025-03-04T02:05:39.636Z Compiling syn v2.0.98
4852025-03-04T02:05:39.636Z Compiling camino v1.1.9
4862025-03-04T02:05:39.636Z Compiling equivalent v1.0.1
4872025-03-04T02:05:39.636Z Compiling log v0.4.22
4882025-03-04T02:05:39.636Z Compiling thread-id v4.2.2
4892025-03-04T02:05:39.637Z Compiling utf8parse v0.2.2
4902025-03-04T02:05:39.637Z Compiling plain v0.2.3
4912025-03-04T02:05:39.637Z Compiling hashbrown v0.15.1
4922025-03-04T02:05:39.637Z Compiling anstyle-parse v0.2.5
4932025-03-04T02:05:39.637Z Compiling unicode-width v0.1.14
4942025-03-04T02:05:39.637Z Compiling pretty-hex v0.4.1
4952025-03-04T02:05:39.637Z Compiling semver v1.0.25
4962025-03-04T02:05:39.637Z Compiling anstyle v1.0.10
4972025-03-04T02:05:39.637Z Compiling anstyle-query v1.1.1
4982025-03-04T02:05:39.637Z Compiling thiserror v2.0.11
4992025-03-04T02:05:39.637Z Compiling indexmap v2.7.1
5002025-03-04T02:05:39.637Z Compiling colorchoice v1.0.2
5012025-03-04T02:05:39.637Z Compiling bitflags v1.3.2
5022025-03-04T02:05:39.637Z Compiling winnow v0.7.3
5032025-03-04T02:05:39.637Z Compiling is_terminal_polyfill v1.70.1
5042025-03-04T02:05:39.637Z Compiling autocfg v1.4.0
5052025-03-04T02:05:39.637Z Compiling anstream v0.6.15
5062025-03-04T02:05:39.748Z Compiling terminal_size v0.4.0
5072025-03-04T02:05:39.748Z Compiling fs-err v2.11.0
5082025-03-04T02:05:39.748Z Compiling heck v0.5.0
5092025-03-04T02:05:39.748Z Compiling cfg-if v1.0.0
5102025-03-04T02:05:39.748Z Compiling heck v0.4.1
5112025-03-04T02:05:39.748Z Compiling fnv v1.0.7
5122025-03-04T02:05:39.748Z Compiling clap_lex v0.7.4
5132025-03-04T02:05:39.748Z Compiling strsim v0.11.1
5142025-03-04T02:05:39.888Z Compiling anyhow v1.0.97
5152025-03-04T02:05:40.060Z Compiling bytecount v0.6.8
5162025-03-04T02:05:40.184Z Compiling fastrand v2.1.1
5172025-03-04T02:05:40.258Z Compiling papergrid v0.11.0
5182025-03-04T02:05:40.296Z Compiling terminal_size v0.2.6
5192025-03-04T02:05:40.333Z Compiling clap_builder v4.5.31
5202025-03-04T02:05:40.660Z Compiling tempfile v3.13.0
5212025-03-04T02:05:40.713Z Compiling memmap v0.7.0
5222025-03-04T02:05:40.865Z Compiling smawk v0.3.2
5232025-03-04T02:05:41.051Z Compiling unicode-linebreak v0.1.5
5242025-03-04T02:05:41.526Z Compiling textwrap v0.16.1
5252025-03-04T02:05:41.602Z Compiling swrite v0.1.0
5262025-03-04T02:05:42.094Z Compiling tabled_derive v0.7.0
5272025-03-04T02:05:43.506Z Compiling serde_derive v1.0.218
5282025-03-04T02:05:43.506Z Compiling thiserror-impl v1.0.69
5292025-03-04T02:05:43.526Z Compiling zerocopy-derive v0.7.35
5302025-03-04T02:05:43.527Z Compiling scroll_derive v0.12.0
5312025-03-04T02:05:43.527Z Compiling thiserror-impl v2.0.11
5322025-03-04T02:05:43.527Z Compiling clap_derive v4.5.28
5332025-03-04T02:05:43.655Z Compiling tabled v0.15.0
5342025-03-04T02:05:44.954Z Compiling scroll v0.12.0
5352025-03-04T02:05:45.512Z Compiling goblin v0.8.2
5362025-03-04T02:05:45.563Z Compiling zerocopy v0.7.35
5372025-03-04T02:05:46.662Z Compiling pest v2.7.14
5382025-03-04T02:05:48.010Z Compiling clap v4.5.31
5392025-03-04T02:05:48.898Z Compiling pest_meta v2.7.14
5402025-03-04T02:05:49.872Z Compiling pest_generator v2.7.14
5412025-03-04T02:05:51.250Z Compiling pest_derive v2.7.14
5422025-03-04T02:05:51.883Z Compiling dtrace-parser v0.2.0
5432025-03-04T02:05:52.837Z Compiling serde_tokenstream v0.2.2
5442025-03-04T02:05:52.859Z Compiling serde_spanned v0.6.8
5452025-03-04T02:05:52.859Z Compiling toml_datetime v0.6.8
5462025-03-04T02:05:53.077Z Compiling cargo-platform v0.1.8
5472025-03-04T02:05:53.111Z Compiling macaddr v1.0.1
5482025-03-04T02:05:53.291Z Compiling toml_edit v0.22.24
5492025-03-04T02:05:53.416Z Compiling camino-tempfile v1.1.1
5502025-03-04T02:05:54.234Z Compiling dof v0.3.0
5512025-03-04T02:05:54.339Z Compiling cargo_metadata v0.19.2
5522025-03-04T02:05:55.586Z Compiling usdt-attr-macro v0.5.0
5532025-03-04T02:05:55.586Z Compiling usdt-macro v0.5.0
5542025-03-04T02:05:56.166Z Compiling toml v0.8.20
5552025-03-04T02:05:56.680Z Compiling usdt v0.5.0
5562025-03-04T02:05:56.970Z Compiling cargo_toml v0.21.0
5572025-03-04T02:05:59.558Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582025-03-04T02:06:02.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.54s
5592025-03-04T02:06:03.082Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5602025-03-04T02:06:03.680Z Downloading crates ...
5612025-03-04T02:06:03.916Z Downloaded array-init v0.0.4
5622025-03-04T02:06:04.097Z Downloaded async-bb8-diesel v0.2.1
5632025-03-04T02:06:04.097Z Downloaded atomicwrites v0.4.4
5642025-03-04T02:06:04.097Z Downloaded arrayref v0.3.9
5652025-03-04T02:06:04.097Z Downloaded ascii-canvas v3.0.0
5662025-03-04T02:06:04.097Z Downloaded aead v0.5.2
5672025-03-04T02:06:04.097Z Downloaded async-stream-impl v0.3.6
5682025-03-04T02:06:04.097Z Downloaded assert_matches v1.5.0
5692025-03-04T02:06:04.097Z Downloaded arrayvec v0.7.6
5702025-03-04T02:06:04.097Z Downloaded async-recursion v1.1.1
5712025-03-04T02:06:04.097Z Downloaded allocator-api2 v0.2.18
5722025-03-04T02:06:04.097Z Downloaded base16ct v0.2.0
5732025-03-04T02:06:04.097Z Downloaded async-trait v0.1.86
5742025-03-04T02:06:04.100Z Downloaded atty v0.2.14
5752025-03-04T02:06:04.100Z Downloaded arc-swap v1.7.1
5762025-03-04T02:06:04.100Z Downloaded bit-set v0.5.3
5772025-03-04T02:06:04.100Z Downloaded heapless v0.7.17
5782025-03-04T02:06:04.101Z Downloaded hickory-client v0.24.4
5792025-03-04T02:06:04.101Z Downloaded bit-vec v0.8.0
5802025-03-04T02:06:04.101Z Downloaded block-padding v0.3.3
5812025-03-04T02:06:04.101Z Downloaded bit-set v0.8.0
5822025-03-04T02:06:04.101Z Downloaded base64 v0.13.1
5832025-03-04T02:06:04.101Z Downloaded base64 v0.21.7
5842025-03-04T02:06:04.101Z Downloaded bit-vec v0.6.3
5852025-03-04T02:06:04.101Z Downloaded base64ct v1.6.0
5862025-03-04T02:06:04.101Z Downloaded backoff v0.4.0
5872025-03-04T02:06:04.101Z Downloaded async-stream v0.3.6
5882025-03-04T02:06:04.101Z Downloaded hickory-proto v0.24.4
5892025-03-04T02:06:04.101Z Downloaded hickory-resolver v0.24.4
5902025-03-04T02:06:04.101Z Downloaded hubpack_derive v0.1.1
5912025-03-04T02:06:04.101Z Downloaded hex v0.4.3
5922025-03-04T02:06:04.101Z Downloaded http-body v1.0.1
5932025-03-04T02:06:04.101Z Downloaded http-body-util v0.1.2
5942025-03-04T02:06:04.101Z Downloaded httpdate v1.0.3
5952025-03-04T02:06:04.101Z Downloaded httparse v1.9.5
5962025-03-04T02:06:04.101Z Downloaded humantime v2.1.0
5972025-03-04T02:06:04.101Z Downloaded bzip2 v0.4.4
5982025-03-04T02:06:04.101Z Downloaded ciborium v0.2.2
5992025-03-04T02:06:04.101Z Downloaded heapless v0.8.0
6002025-03-04T02:06:04.111Z Downloaded hmac v0.12.1
6012025-03-04T02:06:04.112Z Downloaded http v1.2.0
6022025-03-04T02:06:04.112Z Downloaded aho-corasick v1.1.3
6032025-03-04T02:06:04.112Z Downloaded constant_time_eq v0.3.1
6042025-03-04T02:06:04.112Z Downloaded hkdf v0.12.4
6052025-03-04T02:06:04.112Z Downloaded clang-sys v1.8.1
6062025-03-04T02:06:04.112Z Downloaded const_format_proc_macros v0.2.34
6072025-03-04T02:06:04.112Z Downloaded colored v2.2.0
6082025-03-04T02:06:04.112Z Downloaded cipher v0.4.4
6092025-03-04T02:06:04.112Z Downloaded hyper-tls v0.6.0
6102025-03-04T02:06:04.112Z Downloaded ident_case v1.0.1
6112025-03-04T02:06:04.112Z Downloaded icu_provider_macros v1.5.0
6122025-03-04T02:06:04.112Z Downloaded iana-time-zone v0.1.61
6132025-03-04T02:06:04.112Z Downloaded hyper-util v0.1.10
6142025-03-04T02:06:04.112Z Downloaded instant v0.1.13
6152025-03-04T02:06:04.112Z Downloaded icu_normalizer_data v1.5.0
6162025-03-04T02:06:04.112Z Downloaded icu_locid_transform_data v1.5.0
6172025-03-04T02:06:04.112Z Downloaded icu_normalizer v1.5.0
6182025-03-04T02:06:04.156Z Downloaded icu_provider v1.5.0
6192025-03-04T02:06:04.156Z Downloaded icu_collections v1.5.0
6202025-03-04T02:06:04.159Z Downloaded ipnet v2.11.0
6212025-03-04T02:06:04.159Z Downloaded icu_properties v1.5.1
6222025-03-04T02:06:04.159Z Downloaded keccak v0.1.5
6232025-03-04T02:06:04.159Z Downloaded icu_locid v1.5.0
6242025-03-04T02:06:04.159Z Downloaded lazycell v1.3.0
6252025-03-04T02:06:04.159Z Downloaded lazy_static v1.5.0
6262025-03-04T02:06:04.159Z Downloaded bytes v1.10.0
6272025-03-04T02:06:04.159Z Downloaded lru-cache v0.1.2
6282025-03-04T02:06:04.159Z Downloaded indoc v2.0.5
6292025-03-04T02:06:04.159Z Downloaded linked-hash-map v0.5.6
6302025-03-04T02:06:04.160Z Downloaded indexmap v1.9.3
6312025-03-04T02:06:04.160Z Downloaded lock_api v0.4.12
6322025-03-04T02:06:04.160Z Downloaded litrs v0.4.1
6332025-03-04T02:06:04.160Z Downloaded const-oid v0.9.6
6342025-03-04T02:06:04.160Z Downloaded bindgen v0.69.5
6352025-03-04T02:06:04.160Z Downloaded lru v0.12.5
6362025-03-04T02:06:04.160Z Downloaded libloading v0.8.5
6372025-03-04T02:06:04.160Z Downloaded itertools v0.13.0
6382025-03-04T02:06:04.160Z Downloaded inout v0.1.3
6392025-03-04T02:06:04.160Z Downloaded icu_properties_data v1.5.0
6402025-03-04T02:06:04.160Z Downloaded itertools v0.10.5
6412025-03-04T02:06:04.160Z Downloaded itertools v0.14.0
6422025-03-04T02:06:04.160Z Downloaded itertools v0.12.1
6432025-03-04T02:06:04.160Z Downloaded libm v0.2.8
6442025-03-04T02:06:04.160Z Downloaded chrono v0.4.40
6452025-03-04T02:06:04.160Z Downloaded idna v1.0.3
6462025-03-04T02:06:04.160Z Downloaded jobserver v0.1.32
6472025-03-04T02:06:04.160Z Downloaded is-terminal v0.4.13
6482025-03-04T02:06:04.162Z Downloaded idna_adapter v1.2.0
6492025-03-04T02:06:04.162Z Downloaded bitvec v1.0.1
6502025-03-04T02:06:04.162Z Downloaded icu_locid_transform v1.5.0
6512025-03-04T02:06:04.162Z Downloaded bstr v1.10.0
6522025-03-04T02:06:04.162Z Downloaded hyper v1.6.0
6532025-03-04T02:06:04.162Z Downloaded crc-catalog v2.4.0
6542025-03-04T02:06:04.162Z Downloaded addr2line v0.24.2
6552025-03-04T02:06:04.162Z Downloaded ciborium-ll v0.2.2
6562025-03-04T02:06:04.162Z Downloaded convert_case v0.4.0
6572025-03-04T02:06:04.162Z Downloaded ahash v0.8.11
6582025-03-04T02:06:04.162Z Downloaded match_cfg v0.1.0
6592025-03-04T02:06:04.162Z Downloaded mime v0.3.17
6602025-03-04T02:06:04.162Z Downloaded memoffset v0.9.1
6612025-03-04T02:06:04.162Z Downloaded md5 v0.7.0
6622025-03-04T02:06:04.162Z Downloaded blowfish v0.9.1
6632025-03-04T02:06:04.162Z Downloaded bcrypt-pbkdf v0.10.0
6642025-03-04T02:06:04.162Z Downloaded miniz_oxide v0.8.5
6652025-03-04T02:06:04.162Z Downloaded crc v3.2.1
6662025-03-04T02:06:04.162Z Downloaded cookie v0.18.1
6672025-03-04T02:06:04.162Z Downloaded cc v1.2.15
6682025-03-04T02:06:04.162Z Downloaded minimal-lexical v0.2.1
6692025-03-04T02:06:04.412Z Downloaded mime_guess v2.0.5
6702025-03-04T02:06:04.412Z Downloaded crunchy v0.2.2
6712025-03-04T02:06:04.412Z Downloaded crossbeam-deque v0.8.5
6722025-03-04T02:06:04.412Z Downloaded aws-lc-rs v1.12.4
6732025-03-04T02:06:04.412Z Downloaded mio v1.0.2
6742025-03-04T02:06:04.412Z Downloaded crypto-bigint v0.5.5
6752025-03-04T02:06:04.412Z Downloaded crossbeam-utils v0.8.20
6762025-03-04T02:06:04.412Z Downloaded indent_write v2.2.0
6772025-03-04T02:06:04.541Z Downloaded serde_with_macros v3.12.0
6782025-03-04T02:06:04.541Z Downloaded signal-hook-mio v0.2.4
6792025-03-04T02:06:04.541Z Downloaded indicatif v0.17.11
6802025-03-04T02:06:04.541Z Downloaded cstr-argument v0.1.2
6812025-03-04T02:06:04.541Z Downloaded litemap v0.7.3
6822025-03-04T02:06:04.541Z Downloaded tinyvec_macros v0.1.1
6832025-03-04T02:06:04.541Z Downloaded time-macros v0.2.18
6842025-03-04T02:06:04.541Z Downloaded tinystr v0.7.6
6852025-03-04T02:06:04.541Z Downloaded tinyvec v1.8.0
6862025-03-04T02:06:04.541Z Downloaded chacha20poly1305 v0.10.1
6872025-03-04T02:06:04.541Z Downloaded castaway v0.2.3
6882025-03-04T02:06:04.544Z Downloaded crossbeam-epoch v0.9.18
6892025-03-04T02:06:04.544Z Downloaded tiny-keccak v2.0.2
6902025-03-04T02:06:04.545Z Downloaded crossbeam-channel v0.5.13
6912025-03-04T02:06:04.545Z Downloaded cargo_metadata v0.18.1
6922025-03-04T02:06:04.545Z Downloaded try-lock v0.2.5
6932025-03-04T02:06:04.545Z Downloaded crc32fast v1.4.2
6942025-03-04T02:06:04.545Z Downloaded tracing-core v0.1.32
6952025-03-04T02:06:04.545Z Downloaded csv-core v0.1.11
6962025-03-04T02:06:04.545Z Downloaded crossterm v0.28.1
6972025-03-04T02:06:04.545Z Downloaded unicode-segmentation v1.12.0
6982025-03-04T02:06:04.545Z Downloaded bb8 v0.8.5
6992025-03-04T02:06:04.545Z Downloaded memmap2 v0.9.5
7002025-03-04T02:06:04.545Z Downloaded vte v0.11.1
7012025-03-04T02:06:04.545Z Downloaded md-5 v0.10.6
7022025-03-04T02:06:04.545Z Downloaded chacha20 v0.9.1
7032025-03-04T02:06:04.545Z Downloaded wyz v0.5.1
7042025-03-04T02:06:04.545Z Downloaded bumpalo v3.16.0
7052025-03-04T02:06:04.545Z Downloaded base64 v0.22.1
7062025-03-04T02:06:04.545Z Downloaded maplit v1.0.2
7072025-03-04T02:06:04.545Z Downloaded lockfree-object-pool v0.1.6
7082025-03-04T02:06:04.545Z Downloaded hyper-rustls v0.27.3
7092025-03-04T02:06:04.545Z Downloaded atomic-waker v1.1.2
7102025-03-04T02:06:04.545Z Downloaded argon2 v0.5.3
7112025-03-04T02:06:04.545Z Downloaded darling_macro v0.20.10
7122025-03-04T02:06:04.545Z Downloaded rand_chacha v0.3.1
7132025-03-04T02:06:04.545Z Downloaded curve25519-dalek v4.1.3
7142025-03-04T02:06:04.550Z Downloaded cexpr v0.6.0
7152025-03-04T02:06:04.550Z Downloaded hostname v0.3.1
7162025-03-04T02:06:04.551Z Downloaded libefi-sys v0.1.0
7172025-03-04T02:06:04.551Z Downloaded lalrpop-util v0.19.12
7182025-03-04T02:06:04.551Z Downloaded filetime v0.2.25
7192025-03-04T02:06:04.551Z Downloaded fixedbitset v0.4.2
7202025-03-04T02:06:04.551Z Downloaded futures-core v0.3.31
7212025-03-04T02:06:04.551Z Downloaded futures-io v0.3.31
7222025-03-04T02:06:04.551Z Downloaded futures-executor v0.3.31
7232025-03-04T02:06:04.551Z Downloaded globset v0.4.15
7242025-03-04T02:06:04.551Z Downloaded fragile v2.0.0
7252025-03-04T02:06:04.551Z Downloaded fixedbitset v0.5.7
7262025-03-04T02:06:04.551Z Downloaded hashbrown v0.12.3
7272025-03-04T02:06:04.551Z Downloaded nibble_vec v0.1.0
7282025-03-04T02:06:04.551Z Downloaded native-tls v0.2.12
7292025-03-04T02:06:04.551Z Downloaded env_filter v0.1.2
7302025-03-04T02:06:04.551Z Downloaded enum-as-inner v0.6.1
7312025-03-04T02:06:04.551Z Downloaded lalrpop v0.19.12
7322025-03-04T02:06:04.551Z Downloaded nix v0.27.1
7332025-03-04T02:06:04.551Z Downloaded num-iter v0.1.45
7342025-03-04T02:06:04.551Z Downloaded num-integer v0.1.46
7352025-03-04T02:06:04.551Z Downloaded num-bigint v0.4.6
7362025-03-04T02:06:04.551Z Downloaded rayon v1.10.0
7372025-03-04T02:06:04.551Z Downloaded openssl-macros v0.1.1
7382025-03-04T02:06:04.551Z Downloaded opaque-debug v0.3.1
7392025-03-04T02:06:04.551Z Downloaded rfc6979 v0.4.0
7402025-03-04T02:06:04.557Z Downloaded quick-xml v0.37.2
7412025-03-04T02:06:04.557Z Downloaded quinn v0.11.5
7422025-03-04T02:06:04.558Z Downloaded prettyplease v0.2.29
7432025-03-04T02:06:04.558Z Downloaded rustc-hash v1.1.0
7442025-03-04T02:06:04.558Z Downloaded rustc-hash v2.1.1
7452025-03-04T02:06:04.558Z Downloaded same-file v1.0.6
7462025-03-04T02:06:04.558Z Downloaded rustversion v1.0.17
7472025-03-04T02:06:04.558Z Downloaded scrypt v0.11.0
7482025-03-04T02:06:04.558Z Downloaded sec1 v0.7.3
7492025-03-04T02:06:04.558Z Downloaded shlex v1.3.0
7502025-03-04T02:06:04.558Z Downloaded signal-hook v0.3.17
7512025-03-04T02:06:04.558Z Downloaded linear-map v1.2.0
7522025-03-04T02:06:04.558Z Downloaded libxml v0.3.3
7532025-03-04T02:06:04.558Z Downloaded static_assertions v1.1.0
7542025-03-04T02:06:04.558Z Downloaded managed v0.8.0
7552025-03-04T02:06:04.558Z Downloaded bzip2-sys v0.1.11+1.0.8
7562025-03-04T02:06:04.558Z Downloaded polyval v0.6.2
7572025-03-04T02:06:04.558Z Downloaded portable-atomic v1.9.0
7582025-03-04T02:06:04.558Z Downloaded progenitor-macro v0.9.1
7592025-03-04T02:06:04.558Z Downloaded progenitor-client v0.9.1
7602025-03-04T02:06:04.558Z Downloaded derive_builder_core v0.20.2
7612025-03-04T02:06:04.558Z Downloaded derive_builder v0.20.2
7622025-03-04T02:06:04.558Z Downloaded proptest v1.6.0
7632025-03-04T02:06:04.787Z Downloaded rayon-core v1.12.1
7642025-03-04T02:06:04.787Z Downloaded maybe-uninit v2.0.0
7652025-03-04T02:06:04.787Z Downloaded derive_more v0.99.19
7662025-03-04T02:06:04.787Z Downloaded derive_builder_macro v0.20.2
7672025-03-04T02:06:04.788Z Downloaded zeroize_derive v1.4.2
7682025-03-04T02:06:04.788Z Downloaded ed25519-dalek v2.1.1
7692025-03-04T02:06:04.789Z Downloaded cassowary v0.3.0
7702025-03-04T02:06:04.789Z Downloaded cancel-safe-futures v0.1.5
7712025-03-04T02:06:04.789Z Downloaded blake3 v1.5.4
7722025-03-04T02:06:04.789Z Downloaded regex v1.11.1
7732025-03-04T02:06:04.789Z Downloaded scopeguard v1.2.0
7742025-03-04T02:06:04.789Z Downloaded rustc-demangle v0.1.24
7752025-03-04T02:06:04.789Z Downloaded resolv-conf v0.7.0
7762025-03-04T02:06:04.789Z Downloaded primeorder v0.13.6
7772025-03-04T02:06:04.789Z Downloaded serde_derive_internals v0.29.1
7782025-03-04T02:06:04.789Z Downloaded sha1 v0.10.6
7792025-03-04T02:06:04.789Z Downloaded progenitor-impl v0.9.1
7802025-03-04T02:06:04.789Z Downloaded progenitor-impl v0.8.0
7812025-03-04T02:06:04.789Z Downloaded progenitor v0.8.0
7822025-03-04T02:06:04.789Z Downloaded crucible-workspace-hack v0.1.0
7832025-03-04T02:06:04.789Z Downloaded console v0.15.10
7842025-03-04T02:06:04.789Z Downloaded cmake v0.1.51
7852025-03-04T02:06:04.789Z Downloaded chrono-tz-build v0.4.0
7862025-03-04T02:06:04.789Z Downloaded buf-list v1.0.3
7872025-03-04T02:06:04.789Z Downloaded poly1305 v0.8.0
7882025-03-04T02:06:04.789Z Downloaded password-hash v0.4.2
7892025-03-04T02:06:04.789Z Downloaded hash32 v0.3.1
7902025-03-04T02:06:04.789Z Downloaded crc-any v2.5.0
7912025-03-04T02:06:04.789Z Downloaded cookie_store v0.21.1
7922025-03-04T02:06:04.790Z Downloaded const_format v0.2.34
7932025-03-04T02:06:04.790Z Downloaded typify v0.3.0
7942025-03-04T02:06:04.790Z Downloaded signature v2.2.0
7952025-03-04T02:06:04.790Z Downloaded time-core v0.1.2
7962025-03-04T02:06:04.790Z Downloaded tap v1.0.1
7972025-03-04T02:06:04.790Z Downloaded tls_codec_derive v0.4.1
7982025-03-04T02:06:04.790Z Downloaded tls_codec v0.4.1
7992025-03-04T02:06:04.790Z Downloaded sync-ptr v0.1.1
8002025-03-04T02:06:04.790Z Downloaded steno v0.4.1
8012025-03-04T02:06:04.790Z Downloaded slab v0.4.9
8022025-03-04T02:06:04.790Z Downloaded siphasher v0.3.11
8032025-03-04T02:06:04.790Z Downloaded similar v2.7.0
8042025-03-04T02:06:04.790Z Downloaded x509-cert v0.2.5
8052025-03-04T02:06:04.790Z Downloaded tokio-native-tls v0.3.1
8062025-03-04T02:06:04.790Z Downloaded tokio-rustls v0.24.1
8072025-03-04T02:06:04.790Z Downloaded universal-hash v0.5.1
8082025-03-04T02:06:04.790Z Downloaded tokio-macros v2.5.0
8092025-03-04T02:06:04.790Z Downloaded vsss-rs v3.3.4
8102025-03-04T02:06:04.790Z Downloaded zerocopy v0.6.6
8112025-03-04T02:06:04.790Z Downloaded unsafe-libyaml v0.2.11
8122025-03-04T02:06:04.790Z Downloaded vergen v8.3.2
8132025-03-04T02:06:04.790Z Downloaded darling_core v0.20.10
8142025-03-04T02:06:04.790Z Downloaded darling v0.20.10
8152025-03-04T02:06:04.790Z Downloaded derive-where v1.2.7
8162025-03-04T02:06:04.791Z Downloaded twox-hash v2.1.0
8172025-03-04T02:06:04.791Z Downloaded url v2.5.3
8182025-03-04T02:06:04.861Z Downloaded simd-adler32 v0.3.7
8192025-03-04T02:06:04.861Z Downloaded compact_str v0.8.0
8202025-03-04T02:06:04.861Z Downloaded wait-timeout v0.2.0
8212025-03-04T02:06:04.861Z Downloaded yoke-derive v0.7.4
8222025-03-04T02:06:04.861Z Downloaded yoke v0.7.4
8232025-03-04T02:06:04.861Z Downloaded vcpkg v0.2.15
8242025-03-04T02:06:04.861Z Downloaded foreign-types-shared v0.1.1
8252025-03-04T02:06:04.861Z Downloaded flagset v0.4.6
8262025-03-04T02:06:04.861Z Downloaded ff v0.13.0
8272025-03-04T02:06:04.861Z Downloaded cobs v0.2.3
8282025-03-04T02:06:04.861Z Downloaded bitfield-struct v0.6.2
8292025-03-04T02:06:04.861Z Downloaded writeable v0.5.5
8302025-03-04T02:06:04.863Z Downloaded write16 v1.0.0
8312025-03-04T02:06:04.864Z Downloaded untrusted v0.9.0
8322025-03-04T02:06:04.864Z Downloaded downcast v0.11.0
8332025-03-04T02:06:04.864Z Downloaded futures-sink v0.3.31
8342025-03-04T02:06:04.864Z Downloaded futures-task v0.3.31
8352025-03-04T02:06:04.864Z Downloaded foreign-types-macros v0.2.3
8362025-03-04T02:06:04.864Z Downloaded ena v0.14.3
8372025-03-04T02:06:04.864Z Downloaded document-features v0.2.10
8382025-03-04T02:06:04.864Z Downloaded omicron-zone-package v0.12.0
8392025-03-04T02:06:04.864Z Downloaded diff v0.1.13
8402025-03-04T02:06:04.864Z Downloaded openssl v0.10.71
8412025-03-04T02:06:04.864Z Downloaded h2 v0.4.6
8422025-03-04T02:06:04.864Z Downloaded num_enum v0.5.11
8432025-03-04T02:06:04.864Z Downloaded openssl-sys v0.9.106
8442025-03-04T02:06:04.864Z Downloaded synstructure v0.13.1
8452025-03-04T02:06:04.864Z Downloaded olpc-cjson v0.1.4
8462025-03-04T02:06:04.864Z Downloaded chrono-tz v0.10.1
8472025-03-04T02:06:04.864Z Downloaded pkcs8 v0.10.2
8482025-03-04T02:06:04.864Z Downloaded pin-utils v0.1.0
8492025-03-04T02:06:04.864Z Downloaded paste v1.0.15
8502025-03-04T02:06:04.864Z Downloaded progenitor-macro v0.8.0
8512025-03-04T02:06:04.864Z Downloaded peg-macros v0.8.5
8522025-03-04T02:06:04.865Z Downloaded csv v1.3.1
8532025-03-04T02:06:04.865Z Downloaded zerofrom-derive v0.1.4
8542025-03-04T02:06:04.865Z Downloaded want v0.3.1
8552025-03-04T02:06:04.865Z Downloaded ppv-lite86 v0.2.20
8562025-03-04T02:06:04.865Z Downloaded powerfmt v0.2.0
8572025-03-04T02:06:04.865Z Downloaded pkg-config v0.3.31
8582025-03-04T02:06:04.865Z Downloaded pkcs5 v0.7.1
8592025-03-04T02:06:04.865Z Downloaded zeroize v1.8.1
8602025-03-04T02:06:04.865Z Downloaded ron v0.8.1
8612025-03-04T02:06:04.865Z Downloaded pin-project-lite v0.2.14
8622025-03-04T02:06:04.865Z Downloaded serde_urlencoded v0.7.1
8632025-03-04T02:06:04.865Z Downloaded take_mut v0.2.2
8642025-03-04T02:06:04.865Z Downloaded tabwriter v1.4.0
8652025-03-04T02:06:04.865Z Downloaded rustls-pki-types v1.10.0
8662025-03-04T02:06:04.865Z Downloaded webpki-roots v0.26.6
8672025-03-04T02:06:04.865Z Downloaded ron v0.7.1
8682025-03-04T02:06:04.866Z Downloaded zerovec v0.10.4
8692025-03-04T02:06:04.866Z Downloaded slog-json v2.6.1
8702025-03-04T02:06:04.866Z Downloaded serde_with v3.12.0
8712025-03-04T02:06:04.866Z Downloaded sigpipe v0.1.3
8722025-03-04T02:06:04.866Z Downloaded peg v0.8.5
8732025-03-04T02:06:04.866Z Downloaded spki v0.7.3
8742025-03-04T02:06:04.866Z Downloaded defmt-parser v0.3.4
8752025-03-04T02:06:04.866Z Downloaded displaydoc v0.2.5
8762025-03-04T02:06:04.866Z Downloaded funty v2.0.0
8772025-03-04T02:06:04.866Z Downloaded ecdsa v0.16.9
8782025-03-04T02:06:04.866Z Downloaded des v0.8.1
8792025-03-04T02:06:04.867Z Downloaded newline-converter v0.3.0
8802025-03-04T02:06:04.867Z Downloaded new_debug_unreachable v1.0.6
8812025-03-04T02:06:04.977Z Downloaded futures v0.3.31
8822025-03-04T02:06:04.977Z Downloaded zone v0.1.8
8832025-03-04T02:06:04.977Z Downloaded supports-color v3.0.2
8842025-03-04T02:06:04.977Z Downloaded subprocess v0.2.9
8852025-03-04T02:06:04.977Z Downloaded slog-envlogger v2.2.0
8862025-03-04T02:06:04.977Z Downloaded slog-dtrace v0.3.0
8872025-03-04T02:06:04.977Z Downloaded libz-sys v1.1.20
8882025-03-04T02:06:04.977Z Downloaded number_prefix v0.4.0
8892025-03-04T02:06:04.978Z Downloaded num_threads v0.1.7
8902025-03-04T02:06:04.978Z Downloaded time v0.3.36
8912025-03-04T02:06:04.978Z Downloaded thread_local v1.1.8
8922025-03-04T02:06:04.978Z Downloaded slog-bunyan v2.5.0
8932025-03-04T02:06:04.979Z Downloaded rustc_version v0.1.7
8942025-03-04T02:06:04.979Z Downloaded num_enum_derive v0.5.11
8952025-03-04T02:06:04.979Z Downloaded pkcs1 v0.7.5
8962025-03-04T02:06:04.979Z Downloaded phf_shared v0.11.2
8972025-03-04T02:06:04.979Z Downloaded precomputed-hash v0.1.1
8982025-03-04T02:06:04.979Z Downloaded pin-project-internal v1.1.6
8992025-03-04T02:06:04.979Z Downloaded predicates v3.1.3
9002025-03-04T02:06:04.979Z Downloaded num-traits v0.2.19
9012025-03-04T02:06:04.979Z Downloaded pbkdf2 v0.12.2
9022025-03-04T02:06:04.979Z Downloaded unicode-properties v0.1.3
9032025-03-04T02:06:04.979Z Downloaded vte_generate_state_changes v0.1.2
9042025-03-04T02:06:04.979Z Downloaded tungstenite v0.24.0
9052025-03-04T02:06:04.979Z Downloaded tungstenite v0.23.0
9062025-03-04T02:06:04.979Z Downloaded subtle v2.6.1
9072025-03-04T02:06:04.979Z Downloaded strum_macros v0.26.4
9082025-03-04T02:06:04.983Z Downloaded strum_macros v0.25.3
9092025-03-04T02:06:04.983Z Downloaded tokio v1.43.0
9102025-03-04T02:06:05.068Z Downloaded reqwest v0.12.12
9112025-03-04T02:06:05.068Z Downloaded rustls v0.23.19
9122025-03-04T02:06:05.068Z Downloaded typify-impl v0.2.0
9132025-03-04T02:06:05.068Z Downloaded openssl-probe v0.1.5
9142025-03-04T02:06:05.068Z Downloaded gimli v0.31.1
9152025-03-04T02:06:05.068Z Downloaded quinn-udp v0.5.5
9162025-03-04T02:06:05.068Z Downloaded ghash v0.5.1
9172025-03-04T02:06:05.068Z Downloaded elliptic-curve v0.13.8
9182025-03-04T02:06:05.068Z Downloaded either v1.14.0
9192025-03-04T02:06:05.068Z Downloaded ed25519 v2.2.3
9202025-03-04T02:06:05.068Z Downloaded termtree v0.4.1
9212025-03-04T02:06:05.068Z Downloaded bcs v0.1.6
9222025-03-04T02:06:05.068Z Downloaded tokio-rustls v0.26.0
9232025-03-04T02:06:05.068Z Downloaded term v0.7.0
9242025-03-04T02:06:05.068Z Downloaded termcolor v1.4.1
9252025-03-04T02:06:05.068Z Downloaded tokio-stream v0.1.17
9262025-03-04T02:06:05.079Z Downloaded tokio-rustls v0.25.0
9272025-03-04T02:06:05.080Z Downloaded radium v0.7.0
9282025-03-04T02:06:05.080Z Downloaded bitfield v0.14.0
9292025-03-04T02:06:05.080Z Downloaded bindgen v0.71.1
9302025-03-04T02:06:05.132Z Downloaded lzma-sys v0.1.20
9312025-03-04T02:06:05.132Z Downloaded which v4.4.2
9322025-03-04T02:06:05.132Z Downloaded ssh-encoding v0.2.0
9332025-03-04T02:06:05.132Z Downloaded ssh-cipher v0.2.0
9342025-03-04T02:06:05.132Z Downloaded dropshot v0.16.0
9352025-03-04T02:06:05.132Z Downloaded winnow v0.6.20
9362025-03-04T02:06:05.132Z Downloaded value-bag v1.9.0
9372025-03-04T02:06:05.132Z Downloaded mockall_derive v0.13.1
9382025-03-04T02:06:05.132Z Downloaded winnow v0.5.40
9392025-03-04T02:06:05.132Z Downloaded fallible-iterator v0.2.0
9402025-03-04T02:06:05.132Z Downloaded normalize-line-endings v0.3.0
9412025-03-04T02:06:05.132Z Downloaded nanorand v0.7.0
9422025-03-04T02:06:05.132Z Downloaded parking_lot_core v0.9.10
9432025-03-04T02:06:05.133Z Downloaded pbkdf2 v0.11.0
9442025-03-04T02:06:05.168Z Downloaded thiserror-impl-no-std v2.0.2
9452025-03-04T02:06:05.168Z Downloaded nom v7.1.3
9462025-03-04T02:06:05.168Z Downloaded nu-ansi-term v0.50.1
9472025-03-04T02:06:05.168Z Downloaded openapiv3 v2.0.0
9482025-03-04T02:06:05.168Z Downloaded proc-macro-error-attr2 v2.0.0
9492025-03-04T02:06:05.168Z Downloaded password-hash v0.5.0
9502025-03-04T02:06:05.168Z Downloaded p521 v0.13.3
9512025-03-04T02:06:05.168Z Downloaded pretty_assertions v1.4.1
9522025-03-04T02:06:05.168Z Downloaded proc-macro-crate v1.3.1
9532025-03-04T02:06:05.168Z Downloaded yasna v0.5.2
9542025-03-04T02:06:05.168Z Downloaded typify v0.2.0
9552025-03-04T02:06:05.168Z Downloaded typed-path v0.9.3
9562025-03-04T02:06:05.169Z Downloaded rusty-fork v0.3.0
9572025-03-04T02:06:05.169Z Downloaded test-strategy v0.4.0
9582025-03-04T02:06:05.169Z Downloaded xz2 v0.1.7
9592025-03-04T02:06:05.169Z Downloaded dropshot v0.12.0
9602025-03-04T02:06:05.221Z Downloaded yansi v1.0.1
9612025-03-04T02:06:05.221Z Downloaded serde_repr v0.1.19
9622025-03-04T02:06:05.221Z Downloaded nodrop v0.1.14
9632025-03-04T02:06:05.221Z Downloaded env_logger v0.11.5
9642025-03-04T02:06:05.222Z Downloaded dunce v1.0.5
9652025-03-04T02:06:05.222Z Downloaded whoami v1.5.2
9662025-03-04T02:06:05.222Z Downloaded unicode-width v0.2.0
9672025-03-04T02:06:05.222Z Downloaded defmt v0.3.8
9682025-03-04T02:06:05.264Z Downloaded embedded-io v0.6.1
9692025-03-04T02:06:05.268Z Downloaded endian-type v0.1.2
9702025-03-04T02:06:05.268Z Downloaded sled v0.34.7
9712025-03-04T02:06:05.268Z Downloaded futures-macro v0.3.31
9722025-03-04T02:06:05.268Z Downloaded futures-channel v0.3.31
9732025-03-04T02:06:05.268Z Downloaded headers v0.4.0
9742025-03-04T02:06:05.268Z Downloaded tower v0.5.2
9752025-03-04T02:06:05.269Z Downloaded parse-zoneinfo v0.3.1
9762025-03-04T02:06:05.269Z Downloaded rand_core v0.9.2
9772025-03-04T02:06:05.269Z Downloaded object v0.30.4
9782025-03-04T02:06:05.269Z Downloaded structmeta v0.3.0
9792025-03-04T02:06:05.269Z Downloaded strip-ansi-escapes v0.2.0
9802025-03-04T02:06:05.269Z Downloaded string_cache v0.8.7
9812025-03-04T02:06:05.269Z Downloaded stable_deref_trait v1.2.0
9822025-03-04T02:06:05.269Z Downloaded sqlparser_derive v0.2.2
9832025-03-04T02:06:05.269Z Downloaded parking_lot_core v0.8.6
9842025-03-04T02:06:05.353Z Downloaded rsa v0.9.6
9852025-03-04T02:06:05.353Z Downloaded typify-macro v0.2.0
9862025-03-04T02:06:05.353Z Downloaded packed_struct v0.10.1
9872025-03-04T02:06:05.353Z Downloaded num-derive v0.4.2
9882025-03-04T02:06:05.353Z Downloaded unicode_categories v0.1.1
9892025-03-04T02:06:05.353Z Downloaded curve25519-dalek-derive v0.1.1
9902025-03-04T02:06:05.353Z Downloaded zopfli v0.8.1
9912025-03-04T02:06:05.353Z Downloaded thiserror-no-std v2.0.2
9922025-03-04T02:06:05.353Z Downloaded tabled v0.18.0
9932025-03-04T02:06:05.353Z Downloaded zip v0.6.6
9942025-03-04T02:06:05.353Z Downloaded zerovec-derive v0.10.3
9952025-03-04T02:06:05.353Z Downloaded sqlformat v0.2.6
9962025-03-04T02:06:05.353Z Downloaded p256 v0.13.2
9972025-03-04T02:06:05.377Z Downloaded progenitor v0.9.1
9982025-03-04T02:06:05.377Z Downloaded predicates-core v1.0.8
9992025-03-04T02:06:05.382Z Downloaded oso-derive v0.27.3
10002025-03-04T02:06:05.382Z Downloaded oso v0.27.3
10012025-03-04T02:06:05.382Z Downloaded rand_seeder v0.3.0
10022025-03-04T02:06:05.382Z Downloaded rand_core v0.6.4
10032025-03-04T02:06:05.382Z Downloaded git2 v0.19.0
10042025-03-04T02:06:05.382Z Downloaded rustls-webpki v0.102.8
10052025-03-04T02:06:05.382Z Downloaded dirs-sys-next v0.1.2
10062025-03-04T02:06:05.382Z Downloaded dirs-next v2.0.0
10072025-03-04T02:06:05.382Z Downloaded der v0.7.9
10082025-03-04T02:06:05.382Z Downloaded hashbrown v0.13.2
10092025-03-04T02:06:05.382Z Downloaded nix v0.28.0
10102025-03-04T02:06:05.382Z Downloaded tower-service v0.3.3
10112025-03-04T02:06:05.382Z Downloaded snafu-derive v0.8.5
10122025-03-04T02:06:05.382Z Downloaded tower-layer v0.3.3
10132025-03-04T02:06:05.382Z Downloaded strum v0.26.3
10142025-03-04T02:06:05.382Z Downloaded signal-hook-registry v1.4.2
10152025-03-04T02:06:05.382Z Downloaded unicode-bidi v0.3.17
10162025-03-04T02:06:05.382Z Downloaded termtree v0.5.1
10172025-03-04T02:06:05.382Z Downloaded snafu v0.8.5
10182025-03-04T02:06:05.382Z Downloaded termios v0.3.3
10192025-03-04T02:06:05.382Z Downloaded smallvec v0.6.14
10202025-03-04T02:06:05.382Z Downloaded slog-term v2.9.1
10212025-03-04T02:06:05.382Z Downloaded slog-stdlog v4.1.1
10222025-03-04T02:06:05.382Z Downloaded slog-scope v4.4.0
10232025-03-04T02:06:05.382Z Downloaded ratatui v0.29.0
10242025-03-04T02:06:05.464Z Downloaded diesel_derives v2.2.3
10252025-03-04T02:06:05.464Z Downloaded uzers v0.12.1
10262025-03-04T02:06:05.464Z Downloaded petgraph v0.7.1
10272025-03-04T02:06:05.497Z Downloaded serde_path_to_error v0.1.16
10282025-03-04T02:06:05.497Z Downloaded ref-cast v1.0.23
10292025-03-04T02:06:05.497Z Downloaded reedline v0.38.0
10302025-03-04T02:06:05.497Z Downloaded strum_macros v0.24.3
10312025-03-04T02:06:05.497Z Downloaded psl-types v2.0.11
10322025-03-04T02:06:05.497Z Downloaded foreign-types-shared v0.3.1
10332025-03-04T02:06:05.497Z Downloaded tar v0.4.44
10342025-03-04T02:06:05.497Z Downloaded dyn-clone v1.0.18
10352025-03-04T02:06:05.497Z Downloaded fxhash v0.2.1
10362025-03-04T02:06:05.497Z Downloaded rustc_version v0.4.1
10372025-03-04T02:06:05.497Z Downloaded pem-rfc7468 v0.7.0
10382025-03-04T02:06:05.497Z Downloaded toml v0.7.8
10392025-03-04T02:06:05.497Z Downloaded path-slash v0.1.5
10402025-03-04T02:06:05.497Z Downloaded expectorate v1.1.0
10412025-03-04T02:06:05.498Z Downloaded zone v0.3.0
10422025-03-04T02:06:05.498Z Downloaded unicase v2.7.0
10432025-03-04T02:06:05.498Z Downloaded tracing-attributes v0.1.27
10442025-03-04T02:06:05.498Z Downloaded fd-lock v4.0.2
10452025-03-04T02:06:05.498Z Downloaded zip v2.1.3
10462025-03-04T02:06:05.498Z Downloaded ring v0.17.11
10472025-03-04T02:06:05.508Z Downloaded utf8_iter v1.0.4
10482025-03-04T02:06:05.509Z Downloaded data-encoding v2.6.0
10492025-03-04T02:06:05.509Z Downloaded glob v0.3.2
10502025-03-04T02:06:05.509Z Downloaded mockall v0.13.1
10512025-03-04T02:06:05.509Z Downloaded zone_cfg_derive v0.1.2
10522025-03-04T02:06:05.511Z Downloaded unicode-truncate v1.1.0
10532025-03-04T02:06:05.511Z Downloaded tough v0.19.0
10542025-03-04T02:06:05.511Z Downloaded tokio-util v0.7.13
10552025-03-04T02:06:05.543Z Downloaded half v2.4.1
10562025-03-04T02:06:05.543Z Downloaded futures-util v0.3.31
10572025-03-04T02:06:05.599Z Downloaded diesel v2.2.7
10582025-03-04T02:06:05.599Z Downloaded unicode-xid v0.2.6
10592025-03-04T02:06:05.599Z Downloaded tracing v0.1.40
10602025-03-04T02:06:05.599Z Downloaded phf_shared v0.10.0
10612025-03-04T02:06:05.599Z Downloaded num-rational v0.4.2
10622025-03-04T02:06:05.615Z Downloaded num-complex v0.4.6
10632025-03-04T02:06:05.615Z Downloaded toml_edit v0.19.15
10642025-03-04T02:06:05.615Z Downloaded topological-sort v0.2.2
10652025-03-04T02:06:05.615Z Downloaded flate2 v1.1.0
10662025-03-04T02:06:05.615Z Downloaded pin-project v1.1.6
10672025-03-04T02:06:05.615Z Downloaded packed_struct_codegen v0.10.1
10682025-03-04T02:06:05.615Z Downloaded parking_lot v0.11.2
10692025-03-04T02:06:05.615Z Downloaded progenitor-client v0.8.0
10702025-03-04T02:06:05.615Z Downloaded dropshot_endpoint v0.16.0
10712025-03-04T02:06:05.615Z Downloaded defmt-macros v0.3.9
10722025-03-04T02:06:05.615Z Downloaded unarray v0.1.4
10732025-03-04T02:06:05.617Z Downloaded toolchain_find v0.4.0
10742025-03-04T02:06:05.617Z Downloaded gethostname v0.5.0
10752025-03-04T02:06:05.617Z Downloaded rustls v0.22.4
10762025-03-04T02:06:05.666Z Downloaded phf_codegen v0.11.2
10772025-03-04T02:06:05.666Z Downloaded phf v0.11.2
10782025-03-04T02:06:05.666Z Downloaded multimap v0.10.0
10792025-03-04T02:06:05.695Z Downloaded tungstenite v0.21.0
10802025-03-04T02:06:05.695Z Downloaded dsl_auto_type v0.1.2
10812025-03-04T02:06:05.695Z Downloaded parking_lot v0.12.3
10822025-03-04T02:06:05.701Z Downloaded tokio-tungstenite v0.23.1
10832025-03-04T02:06:05.701Z Downloaded p384 v0.13.0
10842025-03-04T02:06:05.701Z Downloaded signal-hook-tokio v0.3.1
10852025-03-04T02:06:05.701Z Downloaded serde_plain v1.0.2
10862025-03-04T02:06:05.701Z Downloaded libgit2-sys v0.17.0+1.8.1
10872025-03-04T02:06:05.711Z Downloaded getrandom v0.2.15
10882025-03-04T02:06:05.711Z Downloaded zerofrom v0.1.4
10892025-03-04T02:06:05.711Z Downloaded zerocopy-derive v0.8.10
10902025-03-04T02:06:05.711Z Downloaded zerocopy v0.8.10
10912025-03-04T02:06:05.773Z Downloaded untrusted v0.7.1
10922025-03-04T02:06:05.844Z Downloaded deranged v0.3.11
10932025-03-04T02:06:05.844Z Downloaded serde-big-array v0.5.1
10942025-03-04T02:06:05.844Z Downloaded semver v0.1.20
10952025-03-04T02:06:05.844Z Downloaded parse-display v0.10.0
10962025-03-04T02:06:05.844Z Downloaded rustls-webpki v0.101.7
10972025-03-04T02:06:05.844Z Downloaded num-conv v0.1.0
10982025-03-04T02:06:05.845Z Downloaded structmeta-derive v0.3.0
10992025-03-04T02:06:05.845Z Downloaded serde-hex v0.1.0
11002025-03-04T02:06:05.846Z Downloaded pem v3.0.5
11012025-03-04T02:06:05.846Z Downloaded peg-runtime v0.8.5
11022025-03-04T02:06:05.846Z Downloaded parse-size v1.1.0
11032025-03-04T02:06:05.846Z Downloaded parse-display-derive v0.10.0
11042025-03-04T02:06:05.846Z Downloaded diesel_table_macro_syntax v0.2.0
11052025-03-04T02:06:05.846Z Downloaded rand_xorshift v0.3.0
11062025-03-04T02:06:05.846Z Downloaded rand_chacha v0.9.0
11072025-03-04T02:06:05.846Z Downloaded owo-colors v4.2.0
11082025-03-04T02:06:05.846Z Downloaded foldhash v0.1.3
11092025-03-04T02:06:05.846Z Downloaded rustls-pemfile v2.2.0
11102025-03-04T02:06:05.846Z Downloaded rustls-pemfile v1.0.4
11112025-03-04T02:06:05.846Z Downloaded group v0.13.0
11122025-03-04T02:06:05.846Z Downloaded foreign-types v0.3.2
11132025-03-04T02:06:05.846Z Downloaded unicode-normalization v0.1.24
11142025-03-04T02:06:05.846Z Downloaded proc-macro-error2 v2.0.1
11152025-03-04T02:06:05.846Z Downloaded display-error-chain v0.2.2
11162025-03-04T02:06:05.846Z Downloaded smf v0.2.3
11172025-03-04T02:06:05.879Z Downloaded encoding_rs v0.8.34
11182025-03-04T02:06:05.879Z Downloaded rand v0.9.0
11192025-03-04T02:06:05.879Z Downloaded tokio-tungstenite v0.24.0
11202025-03-04T02:06:05.879Z Downloaded quinn-proto v0.11.8
11212025-03-04T02:06:05.879Z Downloaded smallvec v1.14.0
11222025-03-04T02:06:05.879Z Downloaded secrecy v0.8.0
11232025-03-04T02:06:05.879Z Downloaded fatfs v0.3.6
11242025-03-04T02:06:05.879Z Downloaded rand v0.8.5
11252025-03-04T02:06:05.879Z Downloaded float-ord v0.3.2
11262025-03-04T02:06:05.879Z Downloaded qorb v0.2.1
11272025-03-04T02:06:05.879Z Downloaded petname v2.0.2
11282025-03-04T02:06:05.879Z Downloaded papergrid v0.14.0
11292025-03-04T02:06:05.879Z Downloaded publicsuffix v2.3.0
11302025-03-04T02:06:05.879Z Downloaded stringprep v0.1.5
11312025-03-04T02:06:05.879Z Downloaded russh v0.45.0
11322025-03-04T02:06:05.879Z Downloaded hash32 v0.2.1
11332025-03-04T02:06:05.879Z Downloaded slog v2.7.0
11342025-03-04T02:06:05.908Z Downloaded typify-impl v0.3.0
11352025-03-04T02:06:05.908Z Downloaded float-cmp v0.10.0
11362025-03-04T02:06:05.908Z Downloaded daft-derive v0.1.1
11372025-03-04T02:06:05.908Z Downloaded russh-cryptovec v0.7.3
11382025-03-04T02:06:05.911Z Downloaded regex-syntax v0.8.5
11392025-03-04T02:06:05.911Z Downloaded schemars_derive v0.8.22
11402025-03-04T02:06:05.912Z Downloaded predicates-tree v1.0.11
11412025-03-04T02:06:05.912Z Downloaded petgraph v0.6.5
11422025-03-04T02:06:05.930Z Downloaded zerocopy-derive v0.6.6
11432025-03-04T02:06:05.930Z Downloaded regress v0.10.3
11442025-03-04T02:06:05.944Z Downloaded debug-ignore v1.0.5
11452025-03-04T02:06:05.944Z Downloaded regex-automata v0.4.8
11462025-03-04T02:06:05.944Z Downloaded flume v0.11.1
11472025-03-04T02:06:06.048Z Downloaded diesel-dtrace v0.4.2
11482025-03-04T02:06:06.048Z Downloaded der_derive v0.7.3
11492025-03-04T02:06:06.048Z Downloaded oxnet v0.1.1
11502025-03-04T02:06:06.048Z Downloaded typify-macro v0.3.0
11512025-03-04T02:06:06.048Z Downloaded tui-tree-widget v0.23.0
11522025-03-04T02:06:06.049Z Downloaded russh-keys v0.45.0
11532025-03-04T02:06:06.084Z Downloaded smoltcp v0.9.1
11542025-03-04T02:06:06.084Z Downloaded form_urlencoded v1.2.1
11552025-03-04T02:06:06.084Z Downloaded foreign-types v0.5.0
11562025-03-04T02:06:06.084Z Downloaded serde_yaml v0.9.34+deprecated
11572025-03-04T02:06:06.084Z Downloaded rcgen v0.12.1
11582025-03-04T02:06:06.084Z Downloaded pretty-hex v0.2.1
11592025-03-04T02:06:06.084Z Downloaded polar-core v0.27.3
11602025-03-04T02:06:06.084Z Downloaded multer v3.1.0
11612025-03-04T02:06:06.084Z Downloaded num-bigint-dig v0.8.4
11622025-03-04T02:06:06.084Z Downloaded daft v0.1.1
11632025-03-04T02:06:06.084Z Downloaded tabled_derive v0.10.0
11642025-03-04T02:06:06.084Z Downloaded sqlparser v0.45.0
11652025-03-04T02:06:06.084Z Downloaded rustyline v14.0.0
11662025-03-04T02:06:06.093Z Downloaded ref-cast-impl v1.0.23
11672025-03-04T02:06:06.093Z Downloaded utf16_iter v1.0.5
11682025-03-04T02:06:06.093Z Downloaded utf-8 v0.7.6
11692025-03-04T02:06:06.093Z Downloaded smoltcp v0.11.0
11702025-03-04T02:06:06.093Z Downloaded num v0.4.3
11712025-03-04T02:06:06.094Z Downloaded getrandom v0.3.1
11722025-03-04T02:06:06.094Z Downloaded difflib v0.4.0
11732025-03-04T02:06:06.094Z Downloaded slog-async v2.8.0
11742025-03-04T02:06:06.094Z Downloaded shell-words v1.1.0
11752025-03-04T02:06:06.094Z Downloaded quick-error v1.2.3
11762025-03-04T02:06:06.094Z Downloaded phf_generator v0.11.2
11772025-03-04T02:06:06.094Z Downloaded sha3 v0.10.8
11782025-03-04T02:06:06.094Z Downloaded schemars v0.8.22
11792025-03-04T02:06:06.094Z Downloaded rustfmt-wrapper v0.2.1
11802025-03-04T02:06:06.094Z Downloaded radix_trie v0.2.1
11812025-03-04T02:06:06.094Z Downloaded r2d2 v0.8.10
11822025-03-04T02:06:06.094Z Downloaded object v0.36.5
11832025-03-04T02:06:06.152Z Downloaded xattr v1.3.1
11842025-03-04T02:06:06.152Z Downloaded embedded-io v0.4.0
11852025-03-04T02:06:06.152Z Downloaded percent-encoding v2.3.1
11862025-03-04T02:06:06.153Z Downloaded samael v0.0.18
11872025-03-04T02:06:06.153Z Downloaded salty v0.3.0
11882025-03-04T02:06:06.153Z Downloaded salsa20 v0.10.2
11892025-03-04T02:06:06.153Z Downloaded rpassword v7.3.1
11902025-03-04T02:06:06.153Z Downloaded postgres-types v0.2.9
11912025-03-04T02:06:06.173Z Downloaded postgres-protocol v0.6.8
11922025-03-04T02:06:06.173Z Downloaded postcard v1.0.10
11932025-03-04T02:06:06.173Z Downloaded fs_extra v1.3.0
11942025-03-04T02:06:06.173Z Downloaded env_logger v0.10.2
11952025-03-04T02:06:06.173Z Downloaded sync_wrapper v1.0.1
11962025-03-04T02:06:06.180Z Downloaded socket2 v0.5.8
11972025-03-04T02:06:06.180Z Downloaded nix v0.29.0
11982025-03-04T02:06:06.180Z Downloaded waitgroup v0.1.2
11992025-03-04T02:06:06.180Z Downloaded uuid v1.15.1
12002025-03-04T02:06:06.307Z Downloaded walkdir v2.5.0
12012025-03-04T02:06:06.307Z Downloaded tokio-tungstenite v0.21.0
12022025-03-04T02:06:06.308Z Downloaded scheduled-thread-pool v0.2.7
12032025-03-04T02:06:06.308Z Downloaded rustls v0.21.12
12042025-03-04T02:06:06.308Z Downloaded newtype_derive v0.1.6
12052025-03-04T02:06:06.308Z Downloaded newtype-uuid v1.2.1
12062025-03-04T02:06:06.308Z Downloaded dropshot_endpoint v0.12.0
12072025-03-04T02:06:06.308Z Downloaded zone_cfg_derive v0.3.0
12082025-03-04T02:06:06.308Z Downloaded tokio-postgres v0.7.13
12092025-03-04T02:06:06.308Z Downloaded ssh-key v0.6.6
12102025-03-04T02:06:06.308Z Downloaded libsw-core v0.3.1
12112025-03-04T02:06:06.308Z Downloaded spin v0.9.8
12122025-03-04T02:06:06.308Z Downloaded libsw v3.4.0
12132025-03-04T02:06:06.308Z Downloaded http-range v0.1.5
12142025-03-04T02:06:06.308Z Downloaded sct v0.7.1
12152025-03-04T02:06:06.308Z Downloaded rtoolbox v0.0.2
12162025-03-04T02:06:06.308Z Downloaded regex-syntax v0.6.29
12172025-03-04T02:06:06.308Z Downloaded kstat-rs v0.2.4
12182025-03-04T02:06:06.308Z Downloaded is_ci v1.2.0
12192025-03-04T02:06:06.312Z Downloaded ipnetwork v0.21.1
12202025-03-04T02:06:06.312Z Downloaded internet-checksum v0.2.1
12212025-03-04T02:06:06.312Z Downloaded instability v0.3.2
12222025-03-04T02:06:06.312Z Downloaded indoc v1.0.9
12232025-03-04T02:06:06.312Z Downloaded impl-trait-for-tuples v0.2.2
12242025-03-04T02:06:06.312Z Downloaded hyper-staticfile v0.10.1
12252025-03-04T02:06:06.312Z Downloaded home v0.5.9
12262025-03-04T02:06:06.312Z Downloaded ciborium-io v0.2.2
12272025-03-04T02:06:06.312Z Downloaded aes v0.8.4
12282025-03-04T02:06:06.312Z Downloaded hostname v0.4.0
12292025-03-04T02:06:06.312Z Downloaded ctr v0.9.2
12302025-03-04T02:06:06.312Z Downloaded hubpack v0.1.2
12312025-03-04T02:06:06.312Z Downloaded highway v1.3.0
12322025-03-04T02:06:06.312Z Downloaded hickory-server v0.24.4
12332025-03-04T02:06:06.312Z Downloaded hex-literal v0.4.1
12342025-03-04T02:06:06.312Z Downloaded heck v0.3.3
12352025-03-04T02:06:06.312Z Downloaded headers-core v0.3.0
12362025-03-04T02:06:06.312Z Downloaded cfg_aliases v0.2.1
12372025-03-04T02:06:06.312Z Downloaded cfg_aliases v0.1.1
12382025-03-04T02:06:06.312Z Downloaded cbc v0.1.2
12392025-03-04T02:06:06.312Z Downloaded blake2 v0.10.6
12402025-03-04T02:06:06.312Z Downloaded backtrace v0.3.74
12412025-03-04T02:06:06.312Z Downloaded aes-gcm v0.10.3
12422025-03-04T02:06:06.313Z Downloaded adler2 v2.0.0
12432025-03-04T02:06:06.553Z Downloaded aws-lc-sys v0.26.0
12442025-03-04T02:06:06.844Z Compiling serde v1.0.218
12452025-03-04T02:06:06.882Z Compiling value-bag v1.9.0
12462025-03-04T02:06:06.882Z Compiling lock_api v0.4.12
12472025-03-04T02:06:06.882Z Compiling scopeguard v1.2.0
12482025-03-04T02:06:06.882Z Compiling typenum v1.17.0
12492025-03-04T02:06:06.987Z Compiling generic-array v0.14.7
12502025-03-04T02:06:07.043Z Compiling syn v2.0.98
12512025-03-04T02:06:07.090Z Compiling getrandom v0.2.15
12522025-03-04T02:06:07.158Z Compiling shlex v1.3.0
12532025-03-04T02:06:07.339Z Compiling rand_core v0.6.4
12542025-03-04T02:06:07.412Z Compiling log v0.4.22
12552025-03-04T02:06:07.583Z Compiling jobserver v0.1.32
12562025-03-04T02:06:07.607Z Compiling subtle v2.6.1
12572025-03-04T02:06:07.607Z Compiling smallvec v1.14.0
12582025-03-04T02:06:07.869Z Compiling const-oid v0.9.6
12592025-03-04T02:06:07.910Z Compiling pin-project-lite v0.2.14
12602025-03-04T02:06:07.924Z Compiling cc v1.2.15
12612025-03-04T02:06:07.984Z Compiling parking_lot_core v0.9.10
12622025-03-04T02:06:08.024Z Compiling rustix v0.38.37
12632025-03-04T02:06:08.155Z Compiling signal-hook-registry v1.4.2
12642025-03-04T02:06:08.291Z Compiling futures-core v0.3.31
12652025-03-04T02:06:08.559Z Compiling mio v1.0.2
12662025-03-04T02:06:09.199Z Compiling spin v0.9.8
12672025-03-04T02:06:09.345Z Compiling parking_lot v0.12.3
12682025-03-04T02:06:09.345Z Compiling socket2 v0.5.8
12692025-03-04T02:06:09.502Z Compiling aho-corasick v1.1.3
12702025-03-04T02:06:09.655Z Compiling either v1.14.0
12712025-03-04T02:06:09.858Z Compiling cpufeatures v0.2.14
12722025-03-04T02:06:09.953Z Compiling stable_deref_trait v1.2.0
12732025-03-04T02:06:09.953Z Compiling futures-sink v0.3.31
12742025-03-04T02:06:10.065Z Compiling regex-syntax v0.8.5
12752025-03-04T02:06:10.066Z Compiling slab v0.4.9
12762025-03-04T02:06:10.112Z Compiling glob v0.3.2
12772025-03-04T02:06:10.112Z Compiling prettyplease v0.2.29
12782025-03-04T02:06:10.256Z Compiling lazy_static v1.5.0
12792025-03-04T02:06:10.273Z Compiling serde_json v1.0.139
12802025-03-04T02:06:10.435Z Compiling minimal-lexical v0.2.1
12812025-03-04T02:06:10.651Z Compiling futures-channel v0.3.31
12822025-03-04T02:06:10.766Z Compiling libloading v0.8.5
12832025-03-04T02:06:10.999Z Compiling clang-sys v1.8.1
12842025-03-04T02:06:11.127Z Compiling nom v7.1.3
12852025-03-04T02:06:11.321Z Compiling home v0.5.9
12862025-03-04T02:06:11.321Z Compiling futures-io v0.3.31
12872025-03-04T02:06:11.556Z Compiling futures-task v0.3.31
12882025-03-04T02:06:11.665Z Compiling foldhash v0.1.3
12892025-03-04T02:06:11.762Z Compiling allocator-api2 v0.2.18
12902025-03-04T02:06:11.763Z Compiling bindgen v0.69.5
12912025-03-04T02:06:11.862Z Compiling pin-utils v0.1.0
12922025-03-04T02:06:12.149Z Compiling itertools v0.12.1
12932025-03-04T02:06:12.392Z Compiling hashbrown v0.15.1
12942025-03-04T02:06:12.611Z Compiling pkg-config v0.3.31
12952025-03-04T02:06:13.686Z Compiling regex-automata v0.4.8
12962025-03-04T02:06:13.915Z Compiling lazycell v1.3.0
12972025-03-04T02:06:14.052Z Compiling libm v0.2.8
12982025-03-04T02:06:14.204Z Compiling cexpr v0.6.0
12992025-03-04T02:06:14.473Z Compiling rustc-hash v1.1.0
13002025-03-04T02:06:14.565Z Compiling cmake v0.1.51
13012025-03-04T02:06:14.652Z Compiling num-traits v0.2.19
13022025-03-04T02:06:14.994Z Compiling synstructure v0.13.1
13032025-03-04T02:06:15.372Z Compiling dunce v1.0.5
13042025-03-04T02:06:15.589Z Compiling fs_extra v1.3.0
13052025-03-04T02:06:16.072Z Compiling getrandom v0.3.1
13062025-03-04T02:06:16.201Z Compiling litemap v0.7.3
13072025-03-04T02:06:16.347Z Compiling writeable v0.5.5
13082025-03-04T02:06:16.501Z Compiling ring v0.17.11
13092025-03-04T02:06:16.685Z Compiling base64ct v1.6.0
13102025-03-04T02:06:16.810Z Compiling paste v1.0.15
13112025-03-04T02:06:17.375Z Compiling pem-rfc7468 v0.7.0
13122025-03-04T02:06:17.975Z Compiling flagset v0.4.6
13132025-03-04T02:06:18.118Z Compiling icu_locid_transform_data v1.5.0
13142025-03-04T02:06:18.119Z Compiling httparse v1.9.5
13152025-03-04T02:06:18.119Z Compiling aws-lc-rs v1.12.4
13162025-03-04T02:06:18.482Z Compiling tracing-core v0.1.32
13172025-03-04T02:06:18.647Z Compiling regex v1.11.1
13182025-03-04T02:06:19.031Z Compiling rustls-pki-types v1.10.0
13192025-03-04T02:06:19.146Z Compiling icu_properties_data v1.5.0
13202025-03-04T02:06:19.393Z Compiling percent-encoding v2.3.1
13212025-03-04T02:06:19.672Z Compiling crossbeam-utils v0.8.20
13222025-03-04T02:06:21.693Z Compiling serde_derive v1.0.218
13232025-03-04T02:06:21.693Z Compiling zeroize_derive v1.4.2
13242025-03-04T02:06:21.943Z Compiling zerocopy-derive v0.7.35
13252025-03-04T02:06:21.943Z Compiling tokio-macros v2.5.0
13262025-03-04T02:06:21.943Z Compiling zerofrom-derive v0.1.4
13272025-03-04T02:06:21.944Z Compiling zeroize v1.8.1
13282025-03-04T02:06:21.944Z Compiling thiserror-impl v1.0.69
13292025-03-04T02:06:22.253Z Compiling zerocopy v0.7.35
13302025-03-04T02:06:22.478Z Compiling yoke-derive v0.7.4
13312025-03-04T02:06:22.653Z Compiling zerovec-derive v0.10.3
13322025-03-04T02:06:22.811Z Compiling crypto-common v0.1.6
13332025-03-04T02:06:23.007Z Compiling block-buffer v0.10.4
13342025-03-04T02:06:23.236Z Compiling digest v0.10.7
13352025-03-04T02:06:23.325Z Compiling displaydoc v0.2.5
13362025-03-04T02:06:23.325Z Compiling futures-macro v0.3.31
13372025-03-04T02:06:23.647Z Compiling zerofrom v0.1.4
13382025-03-04T02:06:23.721Z Compiling hmac v0.12.1
13392025-03-04T02:06:23.953Z Compiling block-padding v0.3.3
13402025-03-04T02:06:24.084Z Compiling ppv-lite86 v0.2.20
13412025-03-04T02:06:24.221Z Compiling inout v0.1.3
13422025-03-04T02:06:24.404Z Compiling thiserror v1.0.69
13432025-03-04T02:06:24.475Z Compiling cipher v0.4.4
13442025-03-04T02:06:24.658Z Compiling sha2 v0.10.8
13452025-03-04T02:06:24.772Z Compiling icu_provider_macros v1.5.0
13462025-03-04T02:06:24.828Z Compiling der_derive v0.7.3
13472025-03-04T02:06:24.888Z Compiling tracing-attributes v0.1.27
13482025-03-04T02:06:24.998Z Compiling salsa20 v0.10.2
13492025-03-04T02:06:25.041Z Compiling futures-util v0.3.31
13502025-03-04T02:06:25.061Z Compiling yoke v0.7.4
13512025-03-04T02:06:25.195Z Compiling pest v2.7.14
13522025-03-04T02:06:25.427Z Compiling zerovec v0.10.4
13532025-03-04T02:06:25.851Z Compiling pbkdf2 v0.12.2
13542025-03-04T02:06:26.052Z Compiling icu_normalizer_data v1.5.0
13552025-03-04T02:06:26.222Z Compiling powerfmt v0.2.0
13562025-03-04T02:06:26.544Z Compiling num-conv v0.1.0
13572025-03-04T02:06:27.397Z Compiling time-core v0.1.2
13582025-03-04T02:06:28.894Z Compiling der v0.7.9
13592025-03-04T02:06:28.894Z Compiling untrusted v0.9.0
13602025-03-04T02:06:28.895Z Compiling tinystr v0.7.6
13612025-03-04T02:06:29.155Z Compiling icu_collections v1.5.0
13622025-03-04T02:06:29.155Z Compiling icu_locid v1.5.0
13632025-03-04T02:06:29.155Z Compiling tracing v0.1.40
13642025-03-04T02:06:29.155Z Compiling vcpkg v0.2.15
13652025-03-04T02:06:29.155Z Compiling utf8_iter v1.0.4
13662025-03-04T02:06:29.270Z Compiling untrusted v0.7.1
13672025-03-04T02:06:29.270Z Compiling utf16_iter v1.0.5
13682025-03-04T02:06:29.270Z Compiling write16 v1.0.0
13692025-03-04T02:06:29.270Z Compiling icu_provider v1.5.0
13702025-03-04T02:06:29.270Z Compiling pest_meta v2.7.14
13712025-03-04T02:06:29.699Z Compiling icu_locid_transform v1.5.0
13722025-03-04T02:06:29.746Z Compiling spki v0.7.3
13732025-03-04T02:06:29.846Z Compiling openssl-sys v0.9.106
13742025-03-04T02:06:29.923Z Compiling time-macros v0.2.18
13752025-03-04T02:06:30.128Z Compiling deranged v0.3.11
13762025-03-04T02:06:30.918Z Compiling scrypt v0.11.0
13772025-03-04T02:06:31.449Z Compiling icu_properties v1.5.1
13782025-03-04T02:06:31.492Z Compiling cbc v0.1.2
13792025-03-04T02:06:31.754Z Compiling aes v0.8.4
13802025-03-04T02:06:31.780Z Compiling scroll_derive v0.12.0
13812025-03-04T02:06:31.965Z Compiling tinyvec_macros v0.1.1
13822025-03-04T02:06:32.090Z Compiling bytes v1.10.0
13832025-03-04T02:06:32.330Z Compiling bitflags v2.6.0
13842025-03-04T02:06:33.047Z Compiling indexmap v2.7.1
13852025-03-04T02:06:33.166Z Compiling semver v1.0.25
13862025-03-04T02:06:33.223Z Compiling tokio v1.43.0
13872025-03-04T02:06:33.538Z Compiling http v1.2.0
13882025-03-04T02:06:34.047Z Compiling rustc_version v0.4.1
13892025-03-04T02:06:34.416Z Compiling num_threads v0.1.7
13902025-03-04T02:06:34.539Z Compiling atomic-waker v1.1.2
13912025-03-04T02:06:34.589Z Compiling time v0.3.36
13922025-03-04T02:06:34.627Z Compiling scroll v0.12.0
13932025-03-04T02:06:34.755Z Compiling pkcs5 v0.7.1
13942025-03-04T02:06:35.119Z Compiling icu_normalizer v1.5.0
13952025-03-04T02:06:35.741Z Compiling http-body v1.0.1
13962025-03-04T02:06:35.769Z Compiling tinyvec v1.8.0
13972025-03-04T02:06:37.354Z Compiling pest_generator v2.7.14
13982025-03-04T02:06:37.442Z Compiling rand_chacha v0.3.1
13992025-03-04T02:06:37.442Z Compiling idna_adapter v1.2.0
14002025-03-04T02:06:37.442Z Compiling form_urlencoded v1.2.1
14012025-03-04T02:06:37.442Z Compiling which v4.4.2
14022025-03-04T02:06:37.442Z Compiling try-lock v0.2.5
14032025-03-04T02:06:37.442Z Compiling slog v2.7.0
14042025-03-04T02:06:37.442Z Compiling zerocopy v0.8.10
14052025-03-04T02:06:37.531Z Compiling want v0.3.1
14062025-03-04T02:06:37.668Z Compiling pest_derive v2.7.14
14072025-03-04T02:06:37.693Z Compiling goblin v0.8.2
14082025-03-04T02:06:37.748Z Compiling rand v0.8.5
14092025-03-04T02:06:38.089Z Compiling idna v1.0.3
14102025-03-04T02:06:38.352Z Compiling pkcs8 v0.10.2
14112025-03-04T02:06:38.509Z Compiling uuid v1.15.1
14122025-03-04T02:06:39.018Z Compiling zerocopy-derive v0.8.10
14132025-03-04T02:06:39.048Z Compiling iana-time-zone v0.1.61
14142025-03-04T02:06:39.447Z Compiling adler2 v2.0.0
14152025-03-04T02:06:39.677Z Compiling tower-service v0.3.3
14162025-03-04T02:06:39.735Z Compiling httpdate v1.0.3
14172025-03-04T02:06:39.807Z Compiling miniz_oxide v0.8.5
14182025-03-04T02:06:39.828Z Compiling chrono v0.4.40
14192025-03-04T02:06:40.149Z Compiling dtrace-parser v0.2.0
14202025-03-04T02:06:40.924Z Compiling serde_tokenstream v0.2.2
14212025-03-04T02:06:41.307Z Compiling tokio-util v0.7.13
14222025-03-04T02:06:41.516Z Compiling toml_datetime v0.6.8
14232025-03-04T02:06:41.953Z Compiling serde_spanned v0.6.8
14242025-03-04T02:06:41.996Z Compiling match_cfg v0.1.0
14252025-03-04T02:06:42.108Z Compiling rustversion v1.0.17
14262025-03-04T02:06:42.201Z Compiling h2 v0.4.6
14272025-03-04T02:06:42.523Z Compiling openssl v0.10.71
14282025-03-04T02:06:42.781Z Compiling foreign-types-shared v0.1.1
14292025-03-04T02:06:42.918Z Compiling base64 v0.22.1
14302025-03-04T02:06:42.975Z Compiling foreign-types v0.3.2
14312025-03-04T02:06:43.128Z Compiling hostname v0.3.1
14322025-03-04T02:06:43.165Z Compiling url v2.5.3
14332025-03-04T02:06:43.613Z Compiling dof v0.3.0
14342025-03-04T02:06:44.625Z Compiling rand_core v0.9.2
14352025-03-04T02:06:44.775Z Compiling usdt-impl v0.5.0
14362025-03-04T02:06:44.951Z Compiling openssl-macros v0.1.1
14372025-03-04T02:06:45.092Z Compiling async-trait v0.1.86
14382025-03-04T02:06:45.435Z Compiling serde_derive_internals v0.29.1
14392025-03-04T02:06:45.701Z Compiling bzip2-sys v0.1.11+1.0.8
14402025-03-04T02:06:46.104Z Compiling dirs-sys-next v0.1.2
14412025-03-04T02:06:46.213Z Compiling rustls v0.23.19
14422025-03-04T02:06:46.351Z Compiling rustls v0.22.4
14432025-03-04T02:06:46.528Z Compiling syn v1.0.109
14442025-03-04T02:06:46.667Z Compiling siphasher v0.3.11
14452025-03-04T02:06:46.673Z Compiling data-encoding v2.6.0
14462025-03-04T02:06:46.818Z Compiling native-tls v0.2.12
14472025-03-04T02:06:47.103Z Compiling schemars v0.8.22
14482025-03-04T02:06:47.245Z Compiling dirs-next v2.0.0
14492025-03-04T02:06:47.457Z Compiling rand_chacha v0.9.0
14502025-03-04T02:06:47.663Z Compiling schemars_derive v0.8.22
14512025-03-04T02:06:48.645Z Compiling unicode-normalization v0.1.24
14522025-03-04T02:06:48.649Z Compiling http-body-util v0.1.2
14532025-03-04T02:06:48.882Z Compiling heapless v0.7.17
14542025-03-04T02:06:49.168Z Compiling crossbeam-epoch v0.9.18
14552025-03-04T02:06:49.329Z Compiling sha1 v0.10.6
14562025-03-04T02:06:49.647Z Compiling hyper v1.6.0
14572025-03-04T02:06:49.792Z Compiling signature v2.2.0
14582025-03-04T02:06:49.817Z Compiling thread_local v1.1.8
14592025-03-04T02:06:49.868Z Compiling crc32fast v1.4.2
14602025-03-04T02:06:50.129Z Compiling multer v3.1.0
14612025-03-04T02:06:50.235Z Compiling cookie v0.18.1
14622025-03-04T02:06:50.268Z Compiling encoding_rs v0.8.34
14632025-03-04T02:06:50.443Z Compiling unicode-bidi v0.3.17
14642025-03-04T02:06:50.555Z Compiling mime v0.3.17
14652025-03-04T02:06:50.667Z Compiling signal-hook v0.3.17
14662025-03-04T02:06:51.020Z Compiling ipnet v2.11.0
14672025-03-04T02:06:51.082Z Compiling openssl-probe v0.1.5
14682025-03-04T02:06:51.400Z Compiling gimli v0.31.1
14692025-03-04T02:06:51.671Z Compiling slog-async v2.8.0
14702025-03-04T02:06:52.077Z Compiling hyper-util v0.1.10
14712025-03-04T02:06:52.150Z Compiling rayon-core v1.12.1
14722025-03-04T02:06:52.193Z Compiling dyn-clone v1.0.18
14732025-03-04T02:06:52.437Z Compiling unicode-properties v0.1.3
14742025-03-04T02:06:52.887Z Compiling stringprep v0.1.5
14752025-03-04T02:06:53.877Z Compiling toml_edit v0.22.24
14762025-03-04T02:06:54.233Z Compiling crossbeam-deque v0.8.5
14772025-03-04T02:06:54.491Z Compiling rand v0.9.0
14782025-03-04T02:06:54.603Z Compiling term v0.7.0
14792025-03-04T02:06:55.220Z Compiling usdt-macro v0.5.0
14802025-03-04T02:06:55.841Z Compiling addr2line v0.24.2
14812025-03-04T02:06:55.991Z Compiling usdt-attr-macro v0.5.0
14822025-03-04T02:06:56.186Z Compiling slog-json v2.6.1
14832025-03-04T02:06:56.253Z Compiling serde_urlencoded v0.7.1
14842025-03-04T02:06:56.530Z Compiling curve25519-dalek v4.1.3
14852025-03-04T02:06:56.568Z Compiling crossbeam-channel v0.5.13
14862025-03-04T02:06:56.664Z Compiling futures-executor v0.3.31
14872025-03-04T02:06:56.713Z Compiling enum-as-inner v0.6.1
14882025-03-04T02:06:57.141Z Compiling md-5 v0.10.6
14892025-03-04T02:06:57.231Z Compiling async-stream-impl v0.3.6
14902025-03-04T02:06:57.413Z Compiling rustls-pemfile v2.2.0
14912025-03-04T02:06:57.487Z Compiling num-integer v0.1.46
14922025-03-04T02:06:57.595Z Compiling hash32 v0.2.1
14932025-03-04T02:06:57.755Z Compiling ff v0.13.0
14942025-03-04T02:06:57.755Z Compiling is-terminal v0.4.13
14952025-03-04T02:06:57.931Z Compiling dropshot v0.12.0
14962025-03-04T02:06:58.009Z Compiling object v0.36.5
14972025-03-04T02:06:58.019Z Compiling memoffset v0.9.1
14982025-03-04T02:06:58.173Z Compiling linked-hash-map v0.5.6
14992025-03-04T02:06:58.288Z Compiling quick-error v1.2.3
15002025-03-04T02:06:58.341Z Compiling rustc-demangle v0.1.24
15012025-03-04T02:06:58.450Z Compiling num-bigint-dig v0.8.4
15022025-03-04T02:06:58.460Z Compiling anyhow v1.0.97
15032025-03-04T02:06:58.525Z Compiling psl-types v2.0.11
15042025-03-04T02:07:01.874Z Compiling litrs v0.4.1
15052025-03-04T02:07:01.967Z Compiling smoltcp v0.9.1
15062025-03-04T02:07:01.967Z Compiling cfg_aliases v0.2.1
15072025-03-04T02:07:01.967Z Compiling take_mut v0.2.2
15082025-03-04T02:07:01.968Z Compiling portable-atomic v1.9.0
15092025-03-04T02:07:01.968Z Compiling base16ct v0.2.0
15102025-03-04T02:07:01.968Z Compiling fallible-iterator v0.2.0
15112025-03-04T02:07:01.968Z Compiling utf-8 v0.7.6
15122025-03-04T02:07:01.968Z Compiling document-features v0.2.10
15132025-03-04T02:07:01.968Z Compiling tungstenite v0.24.0
15142025-03-04T02:07:01.968Z Compiling postgres-protocol v0.6.8
15152025-03-04T02:07:01.968Z Compiling sec1 v0.7.3
15162025-03-04T02:07:01.968Z Compiling nix v0.29.0
15172025-03-04T02:07:01.968Z Compiling publicsuffix v2.3.0
15182025-03-04T02:07:01.968Z Compiling lru-cache v0.1.2
15192025-03-04T02:07:01.968Z Compiling async-stream v0.3.6
15202025-03-04T02:07:01.968Z Compiling resolv-conf v0.7.0
15212025-03-04T02:07:02.007Z Compiling group v0.13.0
15222025-03-04T02:07:02.022Z Compiling num-iter v0.1.45
15232025-03-04T02:07:02.062Z Compiling usdt v0.5.0
15242025-03-04T02:07:02.079Z Compiling slog-term v2.9.1
15252025-03-04T02:07:02.328Z Compiling hickory-proto v0.24.4
15262025-03-04T02:07:02.427Z Compiling toml v0.8.20
15272025-03-04T02:07:02.680Z Compiling futures v0.3.31
15282025-03-04T02:07:02.811Z Compiling slog-bunyan v2.5.0
15292025-03-04T02:07:03.167Z Compiling bzip2 v0.4.4
15302025-03-04T02:07:04.255Z Compiling camino v1.1.9
15312025-03-04T02:07:04.593Z Compiling backtrace v0.3.74
15322025-03-04T02:07:04.613Z Compiling tokio-native-tls v0.3.1
15332025-03-04T02:07:04.811Z Compiling flate2 v1.1.0
15342025-03-04T02:07:04.917Z Compiling phf_shared v0.11.2
15352025-03-04T02:07:05.069Z Compiling dropshot_endpoint v0.12.0
15362025-03-04T02:07:05.176Z Compiling terminal_size v0.4.0
15372025-03-04T02:07:05.280Z Compiling openapiv3 v2.0.0
15382025-03-04T02:07:05.410Z Compiling waitgroup v0.1.2
15392025-03-04T02:07:05.648Z Compiling serde_path_to_error v0.1.16
15402025-03-04T02:07:05.651Z Compiling hkdf v0.12.4
15412025-03-04T02:07:05.956Z Compiling crypto-bigint v0.5.5
15422025-03-04T02:07:06.427Z Compiling zerocopy-derive v0.6.6
15432025-03-04T02:07:06.937Z Compiling hubpack_derive v0.1.1
15442025-03-04T02:07:07.474Z Compiling curve25519-dalek-derive v0.1.1
15452025-03-04T02:07:07.828Z Compiling webpki-roots v0.26.6
15462025-03-04T02:07:08.048Z Compiling sync_wrapper v1.0.1
15472025-03-04T02:07:08.234Z Compiling hostname v0.4.0
15482025-03-04T02:07:08.423Z Compiling ahash v0.8.11
15492025-03-04T02:07:08.475Z Compiling fs-err v2.11.0
15502025-03-04T02:07:08.831Z Compiling managed v0.8.0
15512025-03-04T02:07:08.850Z Compiling bumpalo v3.16.0
15522025-03-04T02:07:08.932Z Compiling unicode-width v0.2.0
15532025-03-04T02:07:09.174Z Compiling lockfree-object-pool v0.1.6
15542025-03-04T02:07:09.267Z Compiling newtype-uuid v1.2.1
15552025-03-04T02:07:09.323Z Compiling debug-ignore v1.0.5
15562025-03-04T02:07:09.356Z Compiling winnow v0.5.40
15572025-03-04T02:07:09.456Z Compiling simd-adler32 v0.3.7
15582025-03-04T02:07:09.475Z Compiling zip v2.1.3
15592025-03-04T02:07:09.493Z Compiling tower-layer v0.3.3
15602025-03-04T02:07:09.563Z Compiling buf-list v1.0.3
15612025-03-04T02:07:09.780Z Compiling tower v0.5.2
15622025-03-04T02:07:09.859Z Compiling zopfli v0.8.1
15632025-03-04T02:07:10.254Z Compiling console v0.15.10
15642025-03-04T02:07:10.614Z Compiling clap_builder v4.5.31
15652025-03-04T02:07:11.401Z Compiling strum_macros v0.25.3
15662025-03-04T02:07:11.458Z Compiling elliptic-curve v0.13.8
15672025-03-04T02:07:12.021Z Compiling zerocopy v0.6.6
15682025-03-04T02:07:12.156Z Compiling hickory-resolver v0.24.4
15692025-03-04T02:07:12.367Z Compiling hubpack v0.1.2
15702025-03-04T02:07:12.779Z Compiling toml_edit v0.19.15
15712025-03-04T02:07:12.864Z Compiling phf v0.11.2
15722025-03-04T02:07:13.158Z Compiling hyper-tls v0.6.0
15732025-03-04T02:07:13.580Z Compiling signal-hook-mio v0.2.4
15742025-03-04T02:07:13.598Z Compiling cookie_store v0.21.1
15752025-03-04T02:07:13.819Z Compiling rayon v1.10.0
15762025-03-04T02:07:15.280Z Compiling tokio-tungstenite v0.24.0
15772025-03-04T02:07:16.521Z Compiling postgres-types v0.2.9
15782025-03-04T02:07:17.759Z Compiling ed25519 v2.2.3
15792025-03-04T02:07:18.281Z Compiling phf_shared v0.10.0
15802025-03-04T02:07:18.445Z Compiling tokio-stream v0.1.17
15812025-03-04T02:07:18.465Z Compiling pkcs1 v0.7.5
15822025-03-04T02:07:18.681Z Compiling serde-big-array v0.5.1
15832025-03-04T02:07:18.938Z Compiling clap_derive v4.5.28
15842025-03-04T02:07:19.434Z Compiling rfc6979 v0.4.0
15852025-03-04T02:07:19.466Z Compiling serde_repr v0.1.19
15862025-03-04T02:07:19.590Z Compiling derive-where v1.2.7
15872025-03-04T02:07:19.642Z Compiling float-cmp v0.10.0
15882025-03-04T02:07:19.738Z Compiling bstr v1.10.0
15892025-03-04T02:07:19.904Z Compiling fixedbitset v0.4.2
15902025-03-04T02:07:19.907Z Compiling predicates-core v1.0.8
15912025-03-04T02:07:20.227Z Compiling number_prefix v0.4.0
15922025-03-04T02:07:20.359Z Compiling normalize-line-endings v0.3.0
15932025-03-04T02:07:20.474Z Compiling difflib v0.4.0
15942025-03-04T02:07:20.512Z Compiling new_debug_unreachable v1.0.6
15952025-03-04T02:07:20.593Z Compiling precomputed-hash v0.1.1
15962025-03-04T02:07:20.626Z Compiling static_assertions v1.1.0
15972025-03-04T02:07:20.731Z Compiling whoami v1.5.2
15982025-03-04T02:07:20.752Z Compiling unicode-segmentation v1.12.0
15992025-03-04T02:07:21.306Z Compiling tokio-postgres v0.7.13
16002025-03-04T02:07:21.310Z Compiling predicates v3.1.3
16012025-03-04T02:07:21.659Z Compiling similar v2.7.0
16022025-03-04T02:07:21.797Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16032025-03-04T02:07:22.741Z Compiling string_cache v0.8.7
16042025-03-04T02:07:22.788Z Compiling indicatif v0.17.11
16052025-03-04T02:07:23.175Z Compiling petgraph v0.6.5
16062025-03-04T02:07:23.487Z Compiling clap v4.5.31
16072025-03-04T02:07:23.635Z Compiling ecdsa v0.16.9
16082025-03-04T02:07:23.771Z Compiling rsa v0.9.6
16092025-03-04T02:07:24.550Z Compiling ed25519-dalek v2.1.1
16102025-03-04T02:07:24.857Z Compiling toml v0.7.8
16112025-03-04T02:07:26.353Z Compiling crossterm v0.28.1
16122025-03-04T02:07:28.108Z Compiling zip v0.6.6
16132025-03-04T02:07:28.224Z Compiling hex v0.4.3
16142025-03-04T02:07:28.244Z Compiling x509-cert v0.2.5
16152025-03-04T02:07:28.831Z Compiling itertools v0.10.5
16162025-03-04T02:07:29.073Z Compiling unicode-xid v0.2.6
16172025-03-04T02:07:29.277Z Compiling lalrpop-util v0.19.12
16182025-03-04T02:07:29.407Z Compiling peg-runtime v0.8.5
16192025-03-04T02:07:29.432Z Compiling strum_macros v0.26.4
16202025-03-04T02:07:29.616Z Compiling xattr v1.3.1
16212025-03-04T02:07:29.625Z Compiling filetime v0.2.25
16222025-03-04T02:07:29.906Z Compiling tar v0.4.44
16232025-03-04T02:07:34.121Z Compiling strum v0.26.3
16242025-03-04T02:07:36.976Z Compiling aws-lc-sys v0.26.0
16252025-03-04T02:08:07.279Z Compiling rustls-webpki v0.102.8
16262025-03-04T02:08:10.547Z Compiling tokio-rustls v0.25.0
16272025-03-04T02:08:12.227Z Compiling tokio-rustls v0.26.0
16282025-03-04T02:08:12.570Z Compiling hyper-rustls v0.27.3
16292025-03-04T02:08:12.975Z Compiling reqwest v0.12.12
16302025-03-04T02:08:14.185Z Compiling qorb v0.2.1
16312025-03-04T02:08:17.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16322025-03-04T02:08:17.554Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16332025-03-04T02:08:22.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16342025-03-04T02:08:22.254Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16352025-03-04T02:08:22.303ZMar 04 02:08:21.449 INFO Starting download, target: Clickhouse
16362025-03-04T02:08:22.303ZMar 04 02:08:21.450 INFO Starting download, target: Cockroach
16372025-03-04T02:08:22.303ZMar 04 02:08:21.450 INFO Starting download, target: Console
16382025-03-04T02:08:22.303ZMar 04 02:08:21.450 INFO Starting download, target: DendriteOpenapi
16392025-03-04T02:08:22.303ZMar 04 02:08:21.450 INFO Starting download, target: DendriteStub
16402025-03-04T02:08:22.303ZMar 04 02:08:21.450 INFO Starting download, target: MaghemiteMgd
16412025-03-04T02:08:22.306ZMar 04 02:08:21.450 INFO Starting download, target: TransceiverControl
16422025-03-04T02:08:22.306ZMar 04 02:08:21.451 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16432025-03-04T02:08:22.306ZMar 04 02:08:21.451 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16442025-03-04T02:08:22.307ZMar 04 02:08:21.451 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16452025-03-04T02:08:22.307ZMar 04 02:08:21.451 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16462025-03-04T02:08:22.307ZMar 04 02:08:21.451 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16472025-03-04T02:08:22.307ZMar 04 02:08:21.451 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16482025-03-04T02:08:22.307ZMar 04 02:08:21.451 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16492025-03-04T02:08:22.453ZMar 04 02:08:21.598 INFO Download complete, target: DendriteOpenapi
16502025-03-04T02:08:22.567ZMar 04 02:08:21.709 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16512025-03-04T02:08:22.960ZMar 04 02:08:22.105 INFO Download complete, target: TransceiverControl
16522025-03-04T02:08:22.984ZMar 04 02:08:22.129 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16532025-03-04T02:08:23.387ZMar 04 02:08:22.529 INFO Download complete, target: Console
16542025-03-04T02:08:24.019ZMar 04 02:08:23.106 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16552025-03-04T02:08:24.100ZMar 04 02:08:23.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16562025-03-04T02:08:24.324ZMar 04 02:08:23.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16572025-03-04T02:08:24.324ZMar 04 02:08:23.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16582025-03-04T02:08:24.618ZMar 04 02:08:23.754 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16592025-03-04T02:08:26.447ZMar 04 02:08:25.592 INFO Download complete, target: DendriteStub
16602025-03-04T02:08:26.667ZMar 04 02:08:25.811 INFO Download complete, target: MaghemiteMgd
16612025-03-04T02:08:30.904ZMar 04 02:08:30.049 INFO Checking that binary works, target: Cockroach
16622025-03-04T02:08:31.067ZMar 04 02:08:30.211 INFO Download complete, target: Cockroach
16632025-03-04T02:08:35.646ZMar 04 02:08:34.783 INFO Checking that binary works, target: Clickhouse
16642025-03-04T02:08:35.777ZMar 04 02:08:34.919 INFO Download complete, target: Clickhouse
16652025-03-04T02:08:35.804ZAll builder prerequisites installed successfully, and PATH looks valid
16662025-03-04T02:08:35.808Z
16672025-03-04T02:08:35.808Zreal 6:49.155405902
16682025-03-04T02:08:35.808Zuser 16:02.494856377
16692025-03-04T02:08:35.808Zsys 2:13.164704915
16702025-03-04T02:08:35.808Ztrap 0.603088061
16712025-03-04T02:08:35.809Ztflt 0.955730020
16722025-03-04T02:08:35.809Zdflt 1.415549124
16732025-03-04T02:08:35.809Zkflt 0.023885541
16742025-03-04T02:08:35.809Zlock 24:59.383733088
16752025-03-04T02:08:35.809Zslp 1:01:15.678723429
16762025-03-04T02:08:35.810Zlat 1:04.545928364
16772025-03-04T02:08:35.810Zstop 2:30.703840871
16782025-03-04T02:08:35.810Z+ banner hack-check
16792025-03-04T02:08:35.810Z
16802025-03-04T02:08:35.810Z # # ## #### # # #### # # ###### #### # #
16812025-03-04T02:08:35.810Z # # # # # # # # # # # # # # # # #
16822025-03-04T02:08:35.810Z ###### # # # #### ##### # ###### ##### # ####
16832025-03-04T02:08:35.810Z # # ###### # # # # # # # # # #
16842025-03-04T02:08:35.810Z # # # # # # # # # # # # # # # # #
16852025-03-04T02:08:35.810Z # # # # #### # # #### # # ###### #### # #
16862025-03-04T02:08:35.811Z
16872025-03-04T02:08:35.811Z+ export CARGO_INCREMENTAL=0
16882025-03-04T02:08:35.812Z+ CARGO_INCREMENTAL=0
16892025-03-04T02:08:35.812Z+ ptime -m timeout 2h cargo xtask check-features --ci
16902025-03-04T02:08:36.361Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16912025-03-04T02:08:39.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
16922025-03-04T02:08:39.374Z Running `target/debug/xtask check-features --ci`
16932025-03-04T02:08:39.388Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16942025-03-04T02:08:39.388Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16952025-03-04T02:08:39.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16962025-03-04T02:08:39.911Z Running `target/debug/xtask download cargo-hack`
16972025-03-04T02:08:40.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982025-03-04T02:08:41.203Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992025-03-04T02:08:44.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
17002025-03-04T02:08:45.130Z Running `target/debug/xtask-downloader cargo-hack`
17012025-03-04T02:08:45.172ZMar 04 02:08:44.314 INFO Starting download, target: CargoHack
17022025-03-04T02:08:45.175ZMar 04 02:08:44.315 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17032025-03-04T02:08:45.652ZMar 04 02:08:44.794 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17042025-03-04T02:08:45.728ZMar 04 02:08:44.870 INFO Download complete, target: CargoHack
17052025-03-04T02:08:45.732Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17062025-03-04T02:08:45.750Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17072025-03-04T02:08:45.932Zinfo: running `cargo check --bins` on api_identity (1/196)
17082025-03-04T02:08:46.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-03-04T02:08:46.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-03-04T02:08:46.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-03-04T02:08:46.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17122025-03-04T02:08:46.603Z
17132025-03-04T02:08:46.603Zinfo: running `cargo check --bins` on bootstore (2/196)
17142025-03-04T02:08:47.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-03-04T02:08:47.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-03-04T02:08:47.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-03-04T02:08:47.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17182025-03-04T02:08:47.314Z
17192025-03-04T02:08:47.316Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/196)
17202025-03-04T02:08:47.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-03-04T02:08:47.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-03-04T02:08:47.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-03-04T02:08:47.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17242025-03-04T02:08:48.012Z
17252025-03-04T02:08:48.012Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196)
17262025-03-04T02:08:48.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-03-04T02:08:48.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-03-04T02:08:48.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-03-04T02:08:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17302025-03-04T02:08:48.700Z
17312025-03-04T02:08:48.701Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196)
17322025-03-04T02:08:49.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-03-04T02:08:49.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-03-04T02:08:49.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-03-04T02:08:49.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17362025-03-04T02:08:49.171Z
17372025-03-04T02:08:49.172Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196)
17382025-03-04T02:08:49.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-03-04T02:08:49.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-03-04T02:08:49.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-03-04T02:08:49.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17422025-03-04T02:08:49.655Z
17432025-03-04T02:08:49.655Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196)
17442025-03-04T02:08:50.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-03-04T02:08:50.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-03-04T02:08:50.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-03-04T02:08:50.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17482025-03-04T02:08:50.140Z
17492025-03-04T02:08:50.140Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196)
17502025-03-04T02:08:50.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-03-04T02:08:50.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-03-04T02:08:50.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-03-04T02:08:50.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17542025-03-04T02:08:50.611Z
17552025-03-04T02:08:50.611Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196)
17562025-03-04T02:08:51.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-03-04T02:08:51.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-03-04T02:08:51.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-03-04T02:08:51.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17602025-03-04T02:08:51.106Z
17612025-03-04T02:08:51.106Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196)
17622025-03-04T02:08:51.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-03-04T02:08:51.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-03-04T02:08:51.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-03-04T02:08:51.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17662025-03-04T02:08:51.650Z
17672025-03-04T02:08:51.650Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196)
17682025-03-04T02:08:52.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-03-04T02:08:52.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-03-04T02:08:52.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-03-04T02:08:52.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17722025-03-04T02:08:52.230Z
17732025-03-04T02:08:52.231Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196)
17742025-03-04T02:08:52.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-03-04T02:08:52.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-03-04T02:08:52.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-03-04T02:08:52.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17782025-03-04T02:08:52.559Z
17792025-03-04T02:08:52.559Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196)
17802025-03-04T02:08:52.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-03-04T02:08:52.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-03-04T02:08:52.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-03-04T02:08:52.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17842025-03-04T02:08:53.035Z
17852025-03-04T02:08:53.035Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196)
17862025-03-04T02:08:53.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-03-04T02:08:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-03-04T02:08:53.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-03-04T02:08:53.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17902025-03-04T02:08:53.513Z
17912025-03-04T02:08:53.513Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196)
17922025-03-04T02:08:53.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-03-04T02:08:53.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-03-04T02:08:53.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-03-04T02:08:53.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17962025-03-04T02:08:53.982Z
17972025-03-04T02:08:53.982Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196)
17982025-03-04T02:08:54.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-03-04T02:08:54.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-03-04T02:08:54.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-03-04T02:08:54.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18022025-03-04T02:08:54.461Z
18032025-03-04T02:08:54.461Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196)
18042025-03-04T02:08:54.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-03-04T02:08:54.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-03-04T02:08:54.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-03-04T02:08:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18082025-03-04T02:08:54.937Z
18092025-03-04T02:08:54.937Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196)
18102025-03-04T02:08:55.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-03-04T02:08:55.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-03-04T02:08:55.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-03-04T02:08:55.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18142025-03-04T02:08:55.416Z
18152025-03-04T02:08:55.416Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196)
18162025-03-04T02:08:55.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-03-04T02:08:55.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-03-04T02:08:55.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-03-04T02:08:55.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202025-03-04T02:08:55.909Z
18212025-03-04T02:08:55.909Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196)
18222025-03-04T02:08:56.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-03-04T02:08:56.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-03-04T02:08:56.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-03-04T02:08:56.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262025-03-04T02:08:56.396Z
18272025-03-04T02:08:56.396Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196)
18282025-03-04T02:08:56.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-03-04T02:08:56.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-03-04T02:08:56.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-03-04T02:08:56.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322025-03-04T02:08:56.892Z
18332025-03-04T02:08:56.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196)
18342025-03-04T02:08:57.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-03-04T02:08:57.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-03-04T02:08:57.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-03-04T02:08:57.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382025-03-04T02:08:57.382Z
18392025-03-04T02:08:57.382Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196)
18402025-03-04T02:08:57.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-03-04T02:08:57.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-03-04T02:08:57.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-03-04T02:08:57.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18442025-03-04T02:08:57.862Z
18452025-03-04T02:08:57.862Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196)
18462025-03-04T02:08:58.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-03-04T02:08:58.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-03-04T02:08:58.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-03-04T02:08:58.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502025-03-04T02:08:58.346Z
18512025-03-04T02:08:58.346Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196)
18522025-03-04T02:08:58.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-03-04T02:08:58.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-03-04T02:08:58.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-03-04T02:08:58.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18562025-03-04T02:08:58.831Z
18572025-03-04T02:08:58.831Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196)
18582025-03-04T02:08:59.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-03-04T02:08:59.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-03-04T02:08:59.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-03-04T02:08:59.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18622025-03-04T02:08:59.302Z
18632025-03-04T02:08:59.302Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196)
18642025-03-04T02:08:59.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-03-04T02:08:59.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-03-04T02:08:59.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-03-04T02:08:59.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682025-03-04T02:08:59.778Z
18692025-03-04T02:08:59.778Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196)
18702025-03-04T02:09:00.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-03-04T02:09:00.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-03-04T02:09:00.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-03-04T02:09:00.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742025-03-04T02:09:00.255Z
18752025-03-04T02:09:00.255Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196)
18762025-03-04T02:09:00.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-03-04T02:09:00.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-03-04T02:09:00.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-03-04T02:09:00.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18802025-03-04T02:09:00.725Z
18812025-03-04T02:09:00.725Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196)
18822025-03-04T02:09:01.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-03-04T02:09:01.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-03-04T02:09:01.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-03-04T02:09:01.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18862025-03-04T02:09:01.200Z
18872025-03-04T02:09:01.200Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196)
18882025-03-04T02:09:01.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-03-04T02:09:01.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-03-04T02:09:01.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-03-04T02:09:01.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18922025-03-04T02:09:01.677Z
18932025-03-04T02:09:01.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196)
18942025-03-04T02:09:02.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-03-04T02:09:02.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-03-04T02:09:02.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-03-04T02:09:02.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18982025-03-04T02:09:02.164Z
18992025-03-04T02:09:02.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196)
19002025-03-04T02:09:02.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-03-04T02:09:02.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-03-04T02:09:02.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-03-04T02:09:02.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19042025-03-04T02:09:02.647Z
19052025-03-04T02:09:02.647Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196)
19062025-03-04T02:09:03.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-03-04T02:09:03.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-03-04T02:09:03.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-03-04T02:09:03.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19102025-03-04T02:09:03.137Z
19112025-03-04T02:09:03.137Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196)
19122025-03-04T02:09:03.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-03-04T02:09:03.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-03-04T02:09:03.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-03-04T02:09:03.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19162025-03-04T02:09:03.624Z
19172025-03-04T02:09:03.624Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196)
19182025-03-04T02:09:04.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-03-04T02:09:04.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-03-04T02:09:04.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-03-04T02:09:04.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19222025-03-04T02:09:04.112Z
19232025-03-04T02:09:04.112Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196)
19242025-03-04T02:09:04.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-03-04T02:09:04.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-03-04T02:09:04.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-03-04T02:09:04.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19282025-03-04T02:09:04.596Z
19292025-03-04T02:09:04.596Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196)
19302025-03-04T02:09:05.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-03-04T02:09:05.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-03-04T02:09:05.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-03-04T02:09:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19342025-03-04T02:09:05.073Z
19352025-03-04T02:09:05.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196)
19362025-03-04T02:09:05.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-03-04T02:09:05.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-03-04T02:09:05.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392025-03-04T02:09:05.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19402025-03-04T02:09:05.549Z
19412025-03-04T02:09:05.549Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196)
19422025-03-04T02:09:05.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432025-03-04T02:09:05.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442025-03-04T02:09:05.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452025-03-04T02:09:05.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19462025-03-04T02:09:06.030Z
19472025-03-04T02:09:06.030Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196)
19482025-03-04T02:09:06.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492025-03-04T02:09:06.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502025-03-04T02:09:06.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512025-03-04T02:09:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19522025-03-04T02:09:06.533Z
19532025-03-04T02:09:06.533Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196)
19542025-03-04T02:09:06.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552025-03-04T02:09:06.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562025-03-04T02:09:06.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572025-03-04T02:09:06.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19582025-03-04T02:09:07.001Z
19592025-03-04T02:09:07.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196)
19602025-03-04T02:09:07.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612025-03-04T02:09:07.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622025-03-04T02:09:07.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632025-03-04T02:09:07.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19642025-03-04T02:09:07.492Z
19652025-03-04T02:09:07.492Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196)
19662025-03-04T02:09:07.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672025-03-04T02:09:07.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682025-03-04T02:09:07.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692025-03-04T02:09:07.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19702025-03-04T02:09:07.977Z
19712025-03-04T02:09:07.978Zinfo: running `cargo check --bins` on sled-hardware-types (45/196)
19722025-03-04T02:09:08.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732025-03-04T02:09:08.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742025-03-04T02:09:08.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752025-03-04T02:09:08.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19762025-03-04T02:09:08.668Z
19772025-03-04T02:09:08.668Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/196)
19782025-03-04T02:09:09.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792025-03-04T02:09:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802025-03-04T02:09:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812025-03-04T02:09:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19822025-03-04T02:09:09.389Z
19832025-03-04T02:09:09.389Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196)
19842025-03-04T02:09:10.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852025-03-04T02:09:10.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862025-03-04T02:09:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872025-03-04T02:09:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19882025-03-04T02:09:10.096Z
19892025-03-04T02:09:10.097Zinfo: running `cargo check --bins` on oxlog (48/196)
19902025-03-04T02:09:10.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912025-03-04T02:09:10.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922025-03-04T02:09:10.782Z Checking cfg-if v1.0.0
19932025-03-04T02:09:10.785Z Checking libc v0.2.170
19942025-03-04T02:09:10.902Z Checking serde v1.0.218
19952025-03-04T02:09:10.907Z Checking zeroize v1.8.1
19962025-03-04T02:09:10.925Z Checking memchr v2.7.4
19972025-03-04T02:09:10.940Z Checking typenum v1.17.0
19982025-03-04T02:09:10.945Z Checking value-bag v1.9.0
19992025-03-04T02:09:10.965Z Checking subtle v2.6.1
20002025-03-04T02:09:10.979Z Checking scopeguard v1.2.0
20012025-03-04T02:09:11.133Z Checking smallvec v1.14.0
20022025-03-04T02:09:11.151Z Checking lock_api v0.4.12
20032025-03-04T02:09:11.225Z Checking const-oid v0.9.6
20042025-03-04T02:09:11.326Z Checking log v0.4.22
20052025-03-04T02:09:11.479Z Checking itoa v1.0.11
20062025-03-04T02:09:11.535Z Checking pin-project-lite v0.2.14
20072025-03-04T02:09:11.677Z Checking byteorder v1.5.0
20082025-03-04T02:09:11.697Z Checking once_cell v1.20.3
20092025-03-04T02:09:11.745Z Checking futures-core v0.3.31
20102025-03-04T02:09:11.809Z Checking futures-sink v0.3.31
20112025-03-04T02:09:11.934Z Checking getrandom v0.2.15
20122025-03-04T02:09:11.934Z Checking parking_lot_core v0.9.10
20132025-03-04T02:09:11.965Z Checking signal-hook-registry v1.4.2
20142025-03-04T02:09:12.010Z Checking mio v1.0.2
20152025-03-04T02:09:12.062Z Checking generic-array v0.14.7
20162025-03-04T02:09:12.078Z Checking socket2 v0.5.8
20172025-03-04T02:09:12.199Z Checking rand_core v0.6.4
20182025-03-04T02:09:12.220Z Checking cpufeatures v0.2.14
20192025-03-04T02:09:12.286Z Checking parking_lot v0.12.3
20202025-03-04T02:09:12.321Z Checking stable_deref_trait v1.2.0
20212025-03-04T02:09:12.439Z Checking zerocopy v0.7.35
20222025-03-04T02:09:12.530Z Checking zerofrom v0.1.4
20232025-03-04T02:09:12.562Z Checking slab v0.4.9
20242025-03-04T02:09:12.581Z Checking futures-channel v0.3.31
20252025-03-04T02:09:12.627Z Checking pin-utils v0.1.0
20262025-03-04T02:09:12.725Z Checking futures-io v0.3.31
20272025-03-04T02:09:12.737Z Checking yoke v0.7.4
20282025-03-04T02:09:12.821Z Checking futures-task v0.3.31
20292025-03-04T02:09:12.926Z Checking allocator-api2 v0.2.18
20302025-03-04T02:09:12.947Z Checking equivalent v1.0.1
20312025-03-04T02:09:13.067Z Checking foldhash v0.1.3
20322025-03-04T02:09:13.083Z Checking futures-util v0.3.31
20332025-03-04T02:09:13.100Z Checking zerovec v0.10.4
20342025-03-04T02:09:13.121Z Checking crypto-common v0.1.6
20352025-03-04T02:09:13.161Z Checking block-buffer v0.10.4
20362025-03-04T02:09:13.295Z Checking block-padding v0.3.3
20372025-03-04T02:09:13.329Z Checking ryu v1.0.18
20382025-03-04T02:09:13.379Z Checking digest v0.10.7
20392025-03-04T02:09:13.527Z Checking inout v0.1.3
20402025-03-04T02:09:13.556Z Checking hashbrown v0.15.1
20412025-03-04T02:09:13.579Z Checking litemap v0.7.3
20422025-03-04T02:09:13.673Z Checking ppv-lite86 v0.2.20
20432025-03-04T02:09:13.766Z Checking hmac v0.12.1
20442025-03-04T02:09:13.782Z Checking fnv v1.0.7
20452025-03-04T02:09:13.919Z Checking writeable v0.5.5
20462025-03-04T02:09:13.923Z Checking cipher v0.4.4
20472025-03-04T02:09:13.987Z Checking sha2 v0.10.8
20482025-03-04T02:09:14.267Z Checking libm v0.2.8
20492025-03-04T02:09:14.348Z Checking base64ct v1.6.0
20502025-03-04T02:09:14.409Z Checking getrandom v0.3.1
20512025-03-04T02:09:14.556Z Checking thiserror v1.0.69
20522025-03-04T02:09:14.575Z Checking icu_locid_transform_data v1.5.0
20532025-03-04T02:09:14.622Z Checking tinystr v0.7.6
20542025-03-04T02:09:14.649Z Checking flagset v0.4.6
20552025-03-04T02:09:14.677Z Checking icu_collections v1.5.0
20562025-03-04T02:09:14.704Z Checking tracing-core v0.1.32
20572025-03-04T02:09:14.821Z Checking pem-rfc7468 v0.7.0
20582025-03-04T02:09:14.845Z Checking rustls-pki-types v1.10.0
20592025-03-04T02:09:14.950Z Checking icu_locid v1.5.0
20602025-03-04T02:09:15.099Z Checking der v0.7.9
20612025-03-04T02:09:15.174Z Checking num-traits v0.2.19
20622025-03-04T02:09:15.352Z Checking icu_properties_data v1.5.0
20632025-03-04T02:09:15.356Z Checking percent-encoding v2.3.1
20642025-03-04T02:09:15.396Z Checking bytes v1.10.0
20652025-03-04T02:09:15.396Z Checking indexmap v2.7.1
20662025-03-04T02:09:15.587Z Checking serde_json v1.0.139
20672025-03-04T02:09:15.604Z Checking bitflags v2.6.0
20682025-03-04T02:09:15.924Z Checking tracing v0.1.40
20692025-03-04T02:09:15.934Z Checking icu_provider v1.5.0
20702025-03-04T02:09:16.296Z Checking salsa20 v0.10.2
20712025-03-04T02:09:16.401Z Checking tokio v1.43.0
20722025-03-04T02:09:16.531Z Checking http v1.2.0
20732025-03-04T02:09:16.561Z Checking icu_locid_transform v1.5.0
20742025-03-04T02:09:16.607Z Checking pbkdf2 v0.12.2
20752025-03-04T02:09:16.620Z Checking aws-lc-sys v0.26.0
20762025-03-04T02:09:16.770Z Checking httparse v1.9.5
20772025-03-04T02:09:16.800Z Checking spki v0.7.3
20782025-03-04T02:09:17.087Z Checking untrusted v0.9.0
20792025-03-04T02:09:17.198Z Checking write16 v1.0.0
20802025-03-04T02:09:17.202Z Checking icu_normalizer_data v1.5.0
20812025-03-04T02:09:17.270Z Checking utf8_iter v1.0.4
20822025-03-04T02:09:17.320Z Checking powerfmt v0.2.0
20832025-03-04T02:09:17.338Z Checking untrusted v0.7.1
20842025-03-04T02:09:17.477Z Checking utf16_iter v1.0.5
20852025-03-04T02:09:17.523Z Checking ring v0.17.11
20862025-03-04T02:09:17.550Z Checking icu_properties v1.5.1
20872025-03-04T02:09:17.581Z Checking deranged v0.3.11
20882025-03-04T02:09:17.641Z Checking scrypt v0.11.0
20892025-03-04T02:09:17.659Z Checking cbc v0.1.2
20902025-03-04T02:09:17.844Z Checking aes v0.8.4
20912025-03-04T02:09:17.870Z Checking crossbeam-utils v0.8.20
20922025-03-04T02:09:17.887Z Checking spin v0.9.8
20932025-03-04T02:09:18.239Z Checking atomic-waker v1.1.2
20942025-03-04T02:09:18.398Z Checking time-core v0.1.2
20952025-03-04T02:09:18.561Z Checking num-conv v0.1.0
20962025-03-04T02:09:18.585Z Checking num_threads v0.1.7
20972025-03-04T02:09:18.714Z Checking tinyvec_macros v0.1.1
20982025-03-04T02:09:18.742Z Checking pkcs5 v0.7.1
20992025-03-04T02:09:18.800Z Checking aws-lc-rs v1.12.4
21002025-03-04T02:09:18.817Z Checking tinyvec v1.8.0
21012025-03-04T02:09:18.835Z Checking http-body v1.0.1
21022025-03-04T02:09:18.896Z Checking time v0.3.36
21032025-03-04T02:09:19.049Z Checking form_urlencoded v1.2.1
21042025-03-04T02:09:19.248Z Checking rand_chacha v0.3.1
21052025-03-04T02:09:19.266Z Checking try-lock v0.2.5
21062025-03-04T02:09:19.425Z Checking want v0.3.1
21072025-03-04T02:09:19.617Z Checking pkcs8 v0.10.2
21082025-03-04T02:09:19.658Z Checking rand v0.8.5
21092025-03-04T02:09:19.808Z Checking uuid v1.15.1
21102025-03-04T02:09:19.927Z Checking adler2 v2.0.0
21112025-03-04T02:09:20.104Z Checking unicode-ident v1.0.14
21122025-03-04T02:09:20.151Z Checking httpdate v1.0.3
21132025-03-04T02:09:20.296Z Checking tower-service v0.3.3
21142025-03-04T02:09:20.417Z Checking proc-macro2 v1.0.93
21152025-03-04T02:09:20.440Z Checking miniz_oxide v0.8.5
21162025-03-04T02:09:20.460Z Checking serde_spanned v0.6.8
21172025-03-04T02:09:20.600Z Checking rustls-webpki v0.102.8
21182025-03-04T02:09:20.658Z Checking toml_datetime v0.6.8
21192025-03-04T02:09:20.819Z Checking zerocopy v0.8.10
21202025-03-04T02:09:20.974Z Checking slog v2.7.0
21212025-03-04T02:09:20.993Z Checking icu_normalizer v1.5.0
21222025-03-04T02:09:21.084Z Checking scroll v0.12.0
21232025-03-04T02:09:21.196Z Checking iana-time-zone v0.1.61
21242025-03-04T02:09:21.269Z Checking foreign-types-shared v0.1.1
21252025-03-04T02:09:21.369Z Checking base64 v0.22.1
21262025-03-04T02:09:21.394Z Checking match_cfg v0.1.0
21272025-03-04T02:09:21.410Z Checking plain v0.2.3
21282025-03-04T02:09:21.461Z Checking ucd-trie v0.1.7
21292025-03-04T02:09:21.497Z Checking hostname v0.3.1
21302025-03-04T02:09:21.534Z Checking foreign-types v0.3.2
21312025-03-04T02:09:21.569Z Checking goblin v0.8.2
21322025-03-04T02:09:21.635Z Checking chrono v0.4.40
21332025-03-04T02:09:21.639Z Checking quote v1.0.38
21342025-03-04T02:09:21.679Z Checking pest v2.7.14
21352025-03-04T02:09:21.735Z Checking idna_adapter v1.2.0
21362025-03-04T02:09:21.844Z Checking openssl-sys v0.9.106
21372025-03-04T02:09:21.951Z Checking idna v1.0.3
21382025-03-04T02:09:22.027Z Checking dirs-sys-next v0.1.2
21392025-03-04T02:09:22.194Z Checking errno v0.3.9
21402025-03-04T02:09:22.398Z Checking aho-corasick v1.1.3
21412025-03-04T02:09:22.462Z Checking url v2.5.3
21422025-03-04T02:09:23.007Z Checking pretty-hex v0.4.1
21432025-03-04T02:09:23.073Z Checking tokio-util v0.7.13
21442025-03-04T02:09:23.210Z Checking data-encoding v2.6.0
21452025-03-04T02:09:23.250Z Checking regex-syntax v0.8.5
21462025-03-04T02:09:23.549Z Checking rand_core v0.9.2
21472025-03-04T02:09:23.619Z Checking siphasher v0.3.11
21482025-03-04T02:09:23.755Z Compiling newtype-uuid v1.2.1
21492025-03-04T02:09:23.901Z Checking rand_chacha v0.9.0
21502025-03-04T02:09:23.930Z Checking h2 v0.4.6
21512025-03-04T02:09:23.942Z Checking openssl v0.10.71
21522025-03-04T02:09:24.022Z Checking rustix v0.38.37
21532025-03-04T02:09:24.113Z Checking dirs-next v2.0.0
21542025-03-04T02:09:24.230Z Checking syn v2.0.98
21552025-03-04T02:09:24.234Z Checking dtrace-parser v0.2.0
21562025-03-04T02:09:24.277Z Checking unicode-normalization v0.1.24
21572025-03-04T02:09:24.737Z Checking http-body-util v0.1.2
21582025-03-04T02:09:25.180Z Checking crossbeam-epoch v0.9.18
21592025-03-04T02:09:25.224Z Checking signature v2.2.0
21602025-03-04T02:09:25.444Z Checking sha1 v0.10.6
21612025-03-04T02:09:25.595Z Checking thread_local v1.1.8
21622025-03-04T02:09:25.762Z Checking thread-id v4.2.2
21632025-03-04T02:09:25.891Z Checking crc32fast v1.4.2
21642025-03-04T02:09:25.901Z Checking encoding_rs v0.8.34
21652025-03-04T02:09:26.130Z Checking ipnet v2.11.0
21662025-03-04T02:09:26.333Z Checking dof v0.3.0
21672025-03-04T02:09:26.491Z Checking regex-automata v0.4.8
21682025-03-04T02:09:26.583Z Checking anstyle v1.0.10
21692025-03-04T02:09:26.952Z Checking openssl-probe v0.1.5
21702025-03-04T02:09:26.979Z Checking mime v0.3.17
21712025-03-04T02:09:27.119Z Checking either v1.14.0
21722025-03-04T02:09:27.143Z Checking unicode-bidi v0.3.17
21732025-03-04T02:09:27.303Z Checking gimli v0.31.1
21742025-03-04T02:09:27.482Z Checking unicode-properties v0.1.3
21752025-03-04T02:09:27.771Z Checking winnow v0.7.3
21762025-03-04T02:09:27.881Z Checking utf8parse v0.2.2
21772025-03-04T02:09:28.045Z Checking anstyle-parse v0.2.5
21782025-03-04T02:09:28.259Z Checking stringprep v0.1.5
21792025-03-04T02:09:28.324Z Checking crossbeam-deque v0.8.5
21802025-03-04T02:09:28.561Z Checking rand v0.9.0
21812025-03-04T02:09:28.667Z Checking term v0.7.0
21822025-03-04T02:09:29.139Z Checking slog-json v2.6.1
21832025-03-04T02:09:29.277Z Checking native-tls v0.2.12
21842025-03-04T02:09:29.390Z Checking rustls v0.23.19
21852025-03-04T02:09:29.591Z Checking rustls v0.22.4
21862025-03-04T02:09:29.651Z Checking serde_urlencoded v0.7.1
21872025-03-04T02:09:30.011Z Checking hyper v1.6.0
21882025-03-04T02:09:30.061Z Checking crossbeam-channel v0.5.13
21892025-03-04T02:09:30.370Z Checking usdt-impl v0.5.0
21902025-03-04T02:09:30.539Z Checking futures-executor v0.3.31
21912025-03-04T02:09:30.646Z Checking toml_edit v0.22.24
21922025-03-04T02:09:30.784Z Checking num-integer v0.1.46
21932025-03-04T02:09:30.803Z Checking bzip2-sys v0.1.11+1.0.8
21942025-03-04T02:09:30.927Z Checking semver v1.0.25
21952025-03-04T02:09:30.945Z Checking rustls-pemfile v2.2.0
21962025-03-04T02:09:31.057Z Checking addr2line v0.24.2
21972025-03-04T02:09:31.168Z Checking md-5 v0.10.6
21982025-03-04T02:09:31.282Z Checking ff v0.13.0
21992025-03-04T02:09:31.349Z Checking hash32 v0.2.1
22002025-03-04T02:09:31.406Z Checking memmap v0.7.0
22012025-03-04T02:09:31.505Z Checking is-terminal v0.4.13
22022025-03-04T02:09:31.599Z Checking object v0.36.5
22032025-03-04T02:09:31.638Z Checking linked-hash-map v0.5.6
22042025-03-04T02:09:31.652Z Checking rustc-demangle v0.1.24
22052025-03-04T02:09:31.668Z Checking take_mut v0.2.2
22062025-03-04T02:09:31.830Z Checking utf-8 v0.7.6
22072025-03-04T02:09:31.913Z Checking hyper-util v0.1.10
22082025-03-04T02:09:32.969Z Checking colorchoice v1.0.2
22092025-03-04T02:09:32.973Z Checking anstyle-query v1.1.1
22102025-03-04T02:09:32.973Z Checking dyn-clone v1.0.18
22112025-03-04T02:09:32.973Z Checking psl-types v2.0.11
22122025-03-04T02:09:32.973Z Checking is_terminal_polyfill v1.70.1
22132025-03-04T02:09:32.973Z Checking fallible-iterator v0.2.0
22142025-03-04T02:09:32.973Z Checking base16ct v0.2.0
22152025-03-04T02:09:32.973Z Checking quick-error v1.2.3
22162025-03-04T02:09:32.973Z Checking resolv-conf v0.7.0
22172025-03-04T02:09:32.973Z Checking sec1 v0.7.3
22182025-03-04T02:09:32.973Z Checking publicsuffix v2.3.0
22192025-03-04T02:09:32.973Z Checking postgres-protocol v0.6.8
22202025-03-04T02:09:32.973Z Checking anstream v0.6.15
22212025-03-04T02:09:32.973Z Checking tokio-rustls v0.25.0
22222025-03-04T02:09:33.117Z Checking schemars v0.8.22
22232025-03-04T02:09:33.253Z Checking tungstenite v0.24.0
22242025-03-04T02:09:33.283Z Checking toml v0.8.20
22252025-03-04T02:09:33.301Z Checking lru-cache v0.1.2
22262025-03-04T02:09:33.495Z Checking slog-async v2.8.0
22272025-03-04T02:09:33.526Z Checking heapless v0.7.17
22282025-03-04T02:09:33.799Z Checking slog-term v2.9.1
22292025-03-04T02:09:33.825Z Checking usdt v0.5.0
22302025-03-04T02:09:34.006Z Checking group v0.13.0
22312025-03-04T02:09:34.105Z Checking num-iter v0.1.45
22322025-03-04T02:09:34.206Z Checking bzip2 v0.4.4
22332025-03-04T02:09:34.269Z Checking futures v0.3.31
22342025-03-04T02:09:34.306Z Checking tokio-native-tls v0.3.1
22352025-03-04T02:09:34.311Z Checking slog-bunyan v2.5.0
22362025-03-04T02:09:34.404Z Checking rayon-core v1.12.1
22372025-03-04T02:09:34.432Z Checking multer v3.1.0
22382025-03-04T02:09:34.493Z Checking terminal_size v0.4.0
22392025-03-04T02:09:34.496Z Checking hickory-proto v0.24.4
22402025-03-04T02:09:34.584Z Checking flate2 v1.1.0
22412025-03-04T02:09:34.607Z Checking tokio-rustls v0.26.0
22422025-03-04T02:09:34.666Z Checking phf_shared v0.11.2
22432025-03-04T02:09:34.816Z Checking cookie v0.18.1
22442025-03-04T02:09:34.930Z Checking async-stream v0.3.6
22452025-03-04T02:09:34.947Z Checking signal-hook v0.3.17
22462025-03-04T02:09:35.008Z Checking camino v1.1.9
22472025-03-04T02:09:35.038Z Checking waitgroup v0.1.2
22482025-03-04T02:09:35.140Z Checking lazy_static v1.5.0
22492025-03-04T02:09:35.182Z Checking openapiv3 v2.0.0
22502025-03-04T02:09:35.224Z Checking serde_path_to_error v0.1.16
22512025-03-04T02:09:35.264Z Checking webpki-roots v0.26.6
22522025-03-04T02:09:35.282Z Checking hkdf v0.12.4
22532025-03-04T02:09:35.298Z Checking crypto-bigint v0.5.5
22542025-03-04T02:09:35.484Z Checking hostname v0.4.0
22552025-03-04T02:09:35.511Z Checking sync_wrapper v1.0.1
22562025-03-04T02:09:35.538Z Checking unicode-width v0.2.0
22572025-03-04T02:09:35.624Z Checking lockfree-object-pool v0.1.6
22582025-03-04T02:09:35.669Z Checking managed v0.8.0
22592025-03-04T02:09:35.806Z Checking winnow v0.5.40
22602025-03-04T02:09:35.855Z Checking tower-layer v0.3.3
22612025-03-04T02:09:36.013Z Checking bumpalo v3.16.0
22622025-03-04T02:09:36.069Z Checking bitflags v1.3.2
22632025-03-04T02:09:36.121Z Checking strsim v0.11.1
22642025-03-04T02:09:36.196Z Checking clap_lex v0.7.4
22652025-03-04T02:09:36.336Z Checking simd-adler32 v0.3.7
22662025-03-04T02:09:36.410Z Checking debug-ignore v1.0.5
22672025-03-04T02:09:36.455Z Checking clap_builder v4.5.31
22682025-03-04T02:09:36.571Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22692025-03-04T02:09:36.693Z Checking zopfli v0.8.1
22702025-03-04T02:09:36.897Z Checking smoltcp v0.9.1
22712025-03-04T02:09:37.401Z Checking tower v0.5.2
22722025-03-04T02:09:37.689Z Checking backtrace v0.3.74
22732025-03-04T02:09:38.033Z Checking elliptic-curve v0.13.8
22742025-03-04T02:09:38.139Z Checking console v0.15.10
22752025-03-04T02:09:38.299Z Checking anyhow v1.0.97
22762025-03-04T02:09:38.353Z Checking hyper-rustls v0.27.3
22772025-03-04T02:09:38.458Z Checking dropshot v0.12.0
22782025-03-04T02:09:38.631Z Checking toml_edit v0.19.15
22792025-03-04T02:09:38.669Z Checking signal-hook-mio v0.2.4
22802025-03-04T02:09:38.687Z Checking num-bigint-dig v0.8.4
22812025-03-04T02:09:38.690Z Checking cookie_store v0.21.1
22822025-03-04T02:09:38.718Z Checking rayon v1.10.0
22832025-03-04T02:09:38.825Z Checking phf v0.11.2
22842025-03-04T02:09:38.984Z Checking hickory-resolver v0.24.4
22852025-03-04T02:09:39.082Z Checking hyper-tls v0.6.0
22862025-03-04T02:09:39.618Z Checking tokio-tungstenite v0.24.0
22872025-03-04T02:09:39.639Z Checking postgres-types v0.2.9
22882025-03-04T02:09:39.639Z Checking regex v1.11.1
22892025-03-04T02:09:39.844Z Checking bstr v1.10.0
22902025-03-04T02:09:40.064Z Checking ed25519 v2.2.3
22912025-03-04T02:09:40.099Z Checking phf_shared v0.10.0
22922025-03-04T02:09:40.374Z Checking tokio-stream v0.1.17
22932025-03-04T02:09:40.391Z Checking zerocopy v0.6.6
22942025-03-04T02:09:40.527Z Checking curve25519-dalek v4.1.3
22952025-03-04T02:09:40.659Z Checking hubpack v0.1.2
22962025-03-04T02:09:40.744Z Checking memoffset v0.9.1
22972025-03-04T02:09:40.871Z Checking portable-atomic v1.9.0
22982025-03-04T02:09:40.983Z Checking pkcs1 v0.7.5
22992025-03-04T02:09:41.039Z Checking float-cmp v0.10.0
23002025-03-04T02:09:41.113Z Checking serde-big-array v0.5.1
23012025-03-04T02:09:41.144Z Checking rfc6979 v0.4.0
23022025-03-04T02:09:41.250Z Checking number_prefix v0.4.0
23032025-03-04T02:09:41.335Z Checking unicode-segmentation v1.12.0
23042025-03-04T02:09:41.351Z Checking static_assertions v1.1.0
23052025-03-04T02:09:41.408Z Checking fixedbitset v0.4.2
23062025-03-04T02:09:41.444Z Checking predicates-core v1.0.8
23072025-03-04T02:09:41.459Z Checking normalize-line-endings v0.3.0
23082025-03-04T02:09:41.591Z Checking whoami v1.5.2
23092025-03-04T02:09:41.649Z Checking precomputed-hash v0.1.1
23102025-03-04T02:09:41.672Z Checking difflib v0.4.0
23112025-03-04T02:09:41.782Z Checking minimal-lexical v0.2.1
23122025-03-04T02:09:41.875Z Checking new_debug_unreachable v1.0.6
23132025-03-04T02:09:41.899Z Checking tokio-postgres v0.7.13
23142025-03-04T02:09:41.952Z Checking qorb v0.2.1
23152025-03-04T02:09:41.976Z Checking string_cache v0.8.7
23162025-03-04T02:09:42.005Z Checking similar v2.7.0
23172025-03-04T02:09:42.036Z Checking predicates v3.1.3
23182025-03-04T02:09:42.201Z Checking nom v7.1.3
23192025-03-04T02:09:42.293Z Checking petgraph v0.6.5
23202025-03-04T02:09:42.335Z Checking indicatif v0.17.11
23212025-03-04T02:09:42.377Z Checking ed25519-dalek v2.1.1
23222025-03-04T02:09:42.639Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23232025-03-04T02:09:42.795Z Checking rsa v0.9.6
23242025-03-04T02:09:42.834Z Checking ecdsa v0.16.9
23252025-03-04T02:09:43.083Z Checking toml v0.7.8
23262025-03-04T02:09:43.555Z Checking nix v0.29.0
23272025-03-04T02:09:43.775Z Checking clap v4.5.31
23282025-03-04T02:09:43.795Z Checking reqwest v0.12.12
23292025-03-04T02:09:43.904Z Checking crossterm v0.28.1
23302025-03-04T02:09:44.435Z Checking zip v2.1.3
23312025-03-04T02:09:44.847Z Checking zip v0.6.6
23322025-03-04T02:09:44.868Z Checking itertools v0.10.5
23332025-03-04T02:09:44.905Z Checking itertools v0.12.1
23342025-03-04T02:09:45.526Z Checking fs-err v2.11.0
23352025-03-04T02:09:45.543Z Checking ahash v0.8.11
23362025-03-04T02:09:45.563Z Checking buf-list v1.0.3
23372025-03-04T02:09:45.639Z Checking x509-cert v0.2.5
23382025-03-04T02:09:45.660Z Checking hex v0.4.3
23392025-03-04T02:09:45.892Z Checking peg-runtime v0.8.5
23402025-03-04T02:09:46.012Z Checking lalrpop-util v0.19.12
23412025-03-04T02:09:46.096Z Checking sigpipe v0.1.3
23422025-03-04T02:09:47.169Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432025-03-04T02:09:47.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.40s
23442025-03-04T02:09:47.697Z
23452025-03-04T02:09:47.698Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196)
23462025-03-04T02:09:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472025-03-04T02:09:48.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482025-03-04T02:09:48.425Z Compiling regress v0.10.3
23492025-03-04T02:09:48.555Z Checking heck v0.5.0
23502025-03-04T02:09:48.570Z Checking fastrand v2.1.1
23512025-03-04T02:09:48.573Z Compiling unsafe-libyaml v0.2.11
23522025-03-04T02:09:48.596Z Checking ipnetwork v0.21.1
23532025-03-04T02:09:48.599Z Compiling structmeta-derive v0.3.0
23542025-03-04T02:09:48.629Z Compiling ident_case v1.0.1
23552025-03-04T02:09:48.732Z Checking progenitor-client v0.8.0
23562025-03-04T02:09:48.814Z Compiling darling_core v0.20.10
23572025-03-04T02:09:48.893Z Checking tempfile v3.13.0
23582025-03-04T02:09:48.951Z Checking oxnet v0.1.1
23592025-03-04T02:09:49.073Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602025-03-04T02:09:49.261Z Checking newtype-uuid v1.2.1
23612025-03-04T02:09:49.283Z Compiling proc-macro-crate v1.3.1
23622025-03-04T02:09:49.484Z Checking wait-timeout v0.2.0
23632025-03-04T02:09:49.505Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23642025-03-04T02:09:49.682Z Checking bit-vec v0.8.0
23652025-03-04T02:09:49.835Z Compiling serde_yaml v0.9.34+deprecated
23662025-03-04T02:09:50.049Z Checking bit-set v0.8.0
23672025-03-04T02:09:50.155Z Compiling num_enum_derive v0.5.11
23682025-03-04T02:09:50.341Z Checking rusty-fork v0.3.0
23692025-03-04T02:09:50.409Z Compiling lzma-sys v0.1.20
23702025-03-04T02:09:50.638Z Checking rand_xorshift v0.3.0
23712025-03-04T02:09:50.822Z Compiling foreign-types-macros v0.2.3
23722025-03-04T02:09:51.143Z Compiling thiserror-impl v2.0.11
23732025-03-04T02:09:51.215Z Compiling structmeta v0.3.0
23742025-03-04T02:09:51.627Z Compiling parse-display-derive v0.10.0
23752025-03-04T02:09:52.064Z Compiling typify-impl v0.2.0
23762025-03-04T02:09:52.425Z Compiling daft-derive v0.1.1
23772025-03-04T02:09:53.074Z Compiling dropshot v0.16.0
23782025-03-04T02:09:53.393Z Checking foreign-types-shared v0.3.1
23792025-03-04T02:09:53.421Z Checking arc-swap v1.7.1
23802025-03-04T02:09:53.540Z Checking unarray v0.1.4
23812025-03-04T02:09:53.716Z Checking proptest v1.6.0
23822025-03-04T02:09:53.842Z Checking slog-scope v4.4.0
23832025-03-04T02:09:54.010Z Checking daft v0.1.1
23842025-03-04T02:09:54.056Z Checking foreign-types v0.5.0
23852025-03-04T02:09:54.246Z Checking num_enum v0.5.11
23862025-03-04T02:09:54.383Z Checking thiserror v2.0.11
23872025-03-04T02:09:54.419Z Compiling test-strategy v0.4.0
23882025-03-04T02:09:54.477Z Checking strum v0.26.3
23892025-03-04T02:09:54.535Z Compiling proc-macro-error v1.0.4
23902025-03-04T02:09:54.648Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23912025-03-04T02:09:54.704Z Compiling darling_macro v0.20.10
23922025-03-04T02:09:54.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23932025-03-04T02:09:54.930Z Checking tungstenite v0.21.0
23942025-03-04T02:09:54.960Z Compiling heck v0.3.3
23952025-03-04T02:09:55.115Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23962025-03-04T02:09:55.332Z Compiling dropshot_endpoint v0.16.0
23972025-03-04T02:09:55.520Z Checking parse-display v0.10.0
23982025-03-04T02:09:55.588Z Compiling darling v0.20.10
23992025-03-04T02:09:55.725Z Compiling serde_with_macros v3.12.0
24002025-03-04T02:09:55.764Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24012025-03-04T02:09:55.811Z Checking cstr-argument v0.1.2
24022025-03-04T02:09:55.953Z Checking instant v0.1.13
24032025-03-04T02:09:56.008Z Checking base64 v0.21.7
24042025-03-04T02:09:56.089Z Checking pretty-hex v0.2.1
24052025-03-04T02:09:56.275Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24062025-03-04T02:09:56.498Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24072025-03-04T02:09:56.591Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24082025-03-04T02:09:56.611Z Checking backoff v0.4.0
24092025-03-04T02:09:56.649Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102025-03-04T02:09:56.877Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24112025-03-04T02:09:56.927Z Checking tokio-tungstenite v0.21.0
24122025-03-04T02:09:56.976Z Compiling zone_cfg_derive v0.1.2
24132025-03-04T02:09:57.051Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24142025-03-04T02:09:57.619Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24152025-03-04T02:09:57.770Z Checking slog-stdlog v4.1.1
24162025-03-04T02:09:57.803Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24172025-03-04T02:09:58.012Z Checking progenitor-client v0.9.1
24182025-03-04T02:09:58.030Z Checking colored v2.2.0
24192025-03-04T02:09:58.104Z Checking macaddr v1.0.1
24202025-03-04T02:09:58.171Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24212025-03-04T02:09:58.333Z Checking serde_with v3.12.0
24222025-03-04T02:09:58.383Z Checking unicode-width v0.1.14
24232025-03-04T02:09:58.397Z Checking winnow v0.6.20
24242025-03-04T02:09:58.400Z Checking base64 v0.13.1
24252025-03-04T02:09:58.443Z Checking zone v0.1.8
24262025-03-04T02:09:58.618Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24272025-03-04T02:09:58.826Z Checking ron v0.7.1
24282025-03-04T02:09:58.877Z Checking tabwriter v1.4.0
24292025-03-04T02:09:59.083Z Checking slog-envlogger v2.2.0
24302025-03-04T02:09:59.115Z Checking xz2 v0.1.7
24312025-03-04T02:09:59.132Z Checking xattr v1.3.1
24322025-03-04T02:09:59.305Z Checking pem v3.0.5
24332025-03-04T02:09:59.334Z Checking yasna v0.5.2
24342025-03-04T02:09:59.422Z Checking headers-core v0.3.0
24352025-03-04T02:09:59.593Z Checking smf v0.2.3
24362025-03-04T02:09:59.597Z Checking filetime v0.2.25
24372025-03-04T02:09:59.841Z Checking same-file v1.0.6
24382025-03-04T02:10:00.002Z Checking tar v0.4.44
24392025-03-04T02:10:00.037Z Checking walkdir v2.5.0
24402025-03-04T02:10:00.085Z Checking headers v0.4.0
24412025-03-04T02:10:00.149Z Checking rcgen v0.12.1
24422025-03-04T02:10:00.342Z Checking atomicwrites v0.4.4
24432025-03-04T02:10:00.563Z Checking camino-tempfile v1.1.1
24442025-03-04T02:10:00.793Z Checking subprocess v0.2.9
24452025-03-04T02:10:02.995Z Compiling typify-macro v0.2.0
24462025-03-04T02:10:04.530Z Compiling typify v0.2.0
24472025-03-04T02:10:04.609Z Compiling progenitor-impl v0.8.0
24482025-03-04T02:10:07.129Z Compiling progenitor-macro v0.8.0
24492025-03-04T02:10:10.725Z Checking progenitor v0.8.0
24502025-03-04T02:10:10.864Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24512025-03-04T02:10:10.865Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24522025-03-04T02:10:13.464Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24532025-03-04T02:10:13.794Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24542025-03-04T02:10:19.948Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24552025-03-04T02:10:21.522Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24562025-03-04T02:10:22.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.05s
24572025-03-04T02:10:22.948Z
24582025-03-04T02:10:22.948Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196)
24592025-03-04T02:10:23.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602025-03-04T02:10:23.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612025-03-04T02:10:23.671Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24622025-03-04T02:10:25.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
24632025-03-04T02:10:25.296Z
24642025-03-04T02:10:25.296Zinfo: running `cargo check --bins` on nexus-config (51/196)
24652025-03-04T02:10:25.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662025-03-04T02:10:25.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672025-03-04T02:10:25.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682025-03-04T02:10:25.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24692025-03-04T02:10:25.986Z
24702025-03-04T02:10:25.986Zinfo: running `cargo check --bins` on omicron-rpaths (52/196)
24712025-03-04T02:10:26.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722025-03-04T02:10:26.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732025-03-04T02:10:26.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742025-03-04T02:10:26.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24752025-03-04T02:10:27.056Z
24762025-03-04T02:10:27.056Zinfo: running `cargo check --bins` on omicron-certificates (53/196)
24772025-03-04T02:10:27.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782025-03-04T02:10:27.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792025-03-04T02:10:27.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802025-03-04T02:10:27.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24812025-03-04T02:10:27.331Z
24822025-03-04T02:10:27.331Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/196)
24832025-03-04T02:10:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842025-03-04T02:10:27.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852025-03-04T02:10:28.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24862025-03-04T02:10:28.196Z Compiling tempfile v3.13.0
24872025-03-04T02:10:28.202Z Compiling ipnetwork v0.21.1
24882025-03-04T02:10:28.202Z Compiling wait-timeout v0.2.0
24892025-03-04T02:10:28.203Z Compiling bit-vec v0.8.0
24902025-03-04T02:10:28.203Z Compiling progenitor-client v0.8.0
24912025-03-04T02:10:28.210Z Compiling itertools v0.13.0
24922025-03-04T02:10:28.227Z Compiling rand_xorshift v0.3.0
24932025-03-04T02:10:28.402Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24942025-03-04T02:10:28.635Z Compiling oxnet v0.1.1
24952025-03-04T02:10:28.687Z Compiling rusty-fork v0.3.0
24962025-03-04T02:10:28.722Z Compiling bit-set v0.8.0
24972025-03-04T02:10:28.739Z Compiling unarray v0.1.4
24982025-03-04T02:10:28.905Z Compiling heapless v0.8.0
24992025-03-04T02:10:28.926Z Compiling progenitor v0.8.0
25002025-03-04T02:10:28.989Z Compiling parse-display v0.10.0
25012025-03-04T02:10:29.014Z Compiling thiserror v2.0.11
25022025-03-04T02:10:29.125Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032025-03-04T02:10:29.145Z Compiling proptest v1.6.0
25042025-03-04T02:10:29.175Z Compiling daft v0.1.1
25052025-03-04T02:10:29.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25062025-03-04T02:10:29.349Z Checking hash32 v0.3.1
25072025-03-04T02:10:29.520Z Compiling instant v0.1.13
25082025-03-04T02:10:29.551Z Compiling smoltcp v0.11.0
25092025-03-04T02:10:29.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25102025-03-04T02:10:29.627Z Compiling dropshot v0.16.0
25112025-03-04T02:10:29.684Z Compiling backoff v0.4.0
25122025-03-04T02:10:30.016Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25132025-03-04T02:10:30.068Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142025-03-04T02:10:30.248Z Compiling serde_with v3.12.0
25152025-03-04T02:10:30.268Z Checking num-rational v0.4.2
25162025-03-04T02:10:30.664Z Compiling progenitor-client v0.9.1
25172025-03-04T02:10:31.098Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25182025-03-04T02:10:31.225Z Compiling phf_generator v0.11.2
25192025-03-04T02:10:31.438Z Checking num-complex v0.4.6
25202025-03-04T02:10:32.426Z Compiling macaddr v1.0.1
25212025-03-04T02:10:32.892Z Checking cobs v0.2.3
25222025-03-04T02:10:33.098Z Checking postcard v1.0.10
25232025-03-04T02:10:33.308Z Compiling num v0.4.3
25242025-03-04T02:10:33.550Z Compiling phf_codegen v0.11.2
25252025-03-04T02:10:33.774Z Compiling parse-zoneinfo v0.3.1
25262025-03-04T02:10:33.815Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25272025-03-04T02:10:34.172Z Compiling float-ord v0.3.2
25282025-03-04T02:10:34.361Z Compiling convert_case v0.4.0
25292025-03-04T02:10:35.153Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25302025-03-04T02:10:35.514Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25312025-03-04T02:10:35.936Z Compiling derive_more v0.99.19
25322025-03-04T02:10:36.637Z Compiling chrono-tz-build v0.4.0
25332025-03-04T02:10:37.594Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25342025-03-04T02:10:37.854Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25352025-03-04T02:10:37.894Z Compiling crucible-workspace-hack v0.1.0
25362025-03-04T02:10:38.227Z Compiling chrono-tz v0.10.1
25372025-03-04T02:10:38.489Z Checking newline-converter v0.3.0
25382025-03-04T02:10:38.527Z Checking itertools v0.14.0
25392025-03-04T02:10:38.574Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25402025-03-04T02:10:38.666Z Checking prettyplease v0.2.29
25412025-03-04T02:10:38.894Z Compiling slog-dtrace v0.3.0
25422025-03-04T02:10:39.233Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25432025-03-04T02:10:39.345Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25442025-03-04T02:10:39.876Z Checking expectorate v1.1.0
25452025-03-04T02:10:40.062Z Compiling zone_cfg_derive v0.3.0
25462025-03-04T02:10:40.526Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25472025-03-04T02:10:40.819Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25482025-03-04T02:10:41.140Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25492025-03-04T02:10:41.444Z Compiling const_format_proc_macros v0.2.34
25502025-03-04T02:10:41.496Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512025-03-04T02:10:41.872Z Compiling num-derive v0.4.2
25522025-03-04T02:10:41.893Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25532025-03-04T02:10:42.536Z Checking highway v1.3.0
25542025-03-04T02:10:42.685Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25552025-03-04T02:10:42.738Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25562025-03-04T02:10:43.046Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25572025-03-04T02:10:43.118Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25582025-03-04T02:10:43.379Z Checking const_format v0.2.34
25592025-03-04T02:10:43.659Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25602025-03-04T02:10:43.811Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25612025-03-04T02:10:43.883Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25622025-03-04T02:10:44.056Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25632025-03-04T02:10:44.148Z Checking zone v0.3.0
25642025-03-04T02:10:44.210Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25652025-03-04T02:10:44.675Z Checking gethostname v0.5.0
25662025-03-04T02:10:44.818Z Checking bcs v0.1.6
25672025-03-04T02:10:44.837Z Checking nanorand v0.7.0
25682025-03-04T02:10:44.879Z Compiling async-recursion v1.1.1
25692025-03-04T02:10:45.001Z Checking termtree v0.5.1
25702025-03-04T02:10:45.190Z Checking flume v0.11.1
25712025-03-04T02:10:45.626Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25722025-03-04T02:10:51.745Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25732025-03-04T02:10:55.019Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742025-03-04T02:10:57.531Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25752025-03-04T02:10:58.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.49s
25762025-03-04T02:10:59.044Z
25772025-03-04T02:10:59.044Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/196)
25782025-03-04T02:10:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-03-04T02:10:59.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-03-04T02:10:59.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812025-03-04T02:10:59.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25822025-03-04T02:10:59.746Z
25832025-03-04T02:10:59.746Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/196)
25842025-03-04T02:11:00.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-03-04T02:11:00.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-03-04T02:11:00.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-03-04T02:11:00.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25882025-03-04T02:11:00.434Z
25892025-03-04T02:11:00.434Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/196)
25902025-03-04T02:11:01.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-03-04T02:11:01.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-03-04T02:11:01.149Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25932025-03-04T02:11:01.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
25942025-03-04T02:11:02.003Z
25952025-03-04T02:11:02.003Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196)
25962025-03-04T02:11:02.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-03-04T02:11:02.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-03-04T02:11:02.728Z Compiling cfg_aliases v0.1.1
25992025-03-04T02:11:02.731Z Compiling vte_generate_state_changes v0.1.2
26002025-03-04T02:11:02.731Z Checking fd-lock v4.0.2
26012025-03-04T02:11:02.731Z Checking nibble_vec v0.1.0
26022025-03-04T02:11:02.732Z Checking endian-type v0.1.2
26032025-03-04T02:11:02.840Z Checking bytecount v0.6.8
26042025-03-04T02:11:02.844Z Compiling tabled_derive v0.7.0
26052025-03-04T02:11:02.887Z Compiling peg-macros v0.8.5
26062025-03-04T02:11:02.935Z Compiling nix v0.28.0
26072025-03-04T02:11:03.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082025-03-04T02:11:03.052Z Checking papergrid v0.11.0
26092025-03-04T02:11:03.055Z Checking radix_trie v0.2.1
26102025-03-04T02:11:03.060Z Compiling sqlparser_derive v0.2.2
26112025-03-04T02:11:03.445Z Checking vte v0.11.1
26122025-03-04T02:11:03.523Z Checking nu-ansi-term v0.50.1
26132025-03-04T02:11:03.934Z Checking unicode_categories v0.1.1
26142025-03-04T02:11:04.056Z Checking home v0.5.9
26152025-03-04T02:11:04.118Z Checking sqlparser v0.45.0
26162025-03-04T02:11:04.249Z Checking sqlformat v0.2.6
26172025-03-04T02:11:04.267Z Checking display-error-chain v0.2.2
26182025-03-04T02:11:04.855Z Checking strip-ansi-escapes v0.2.0
26192025-03-04T02:11:05.010Z Checking reedline v0.38.0
26202025-03-04T02:11:05.028Z Checking tabled v0.15.0
26212025-03-04T02:11:05.420Z Checking peg v0.8.5
26222025-03-04T02:11:05.790Z Checking rustyline v14.0.0
26232025-03-04T02:11:14.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s
26242025-03-04T02:11:14.877Z
26252025-03-04T02:11:14.877Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196)
26262025-03-04T02:11:15.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-03-04T02:11:15.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-03-04T02:11:15.622Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26292025-03-04T02:11:20.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
26302025-03-04T02:11:21.070Z
26312025-03-04T02:11:21.070Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196)
26322025-03-04T02:11:21.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-03-04T02:11:21.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-03-04T02:11:21.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26352025-03-04T02:11:25.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
26362025-03-04T02:11:25.646Z
26372025-03-04T02:11:25.646Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196)
26382025-03-04T02:11:26.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-03-04T02:11:26.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-03-04T02:11:26.370Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26412025-03-04T02:11:31.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
26422025-03-04T02:11:31.576Z
26432025-03-04T02:11:31.576Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196)
26442025-03-04T02:11:32.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-03-04T02:11:32.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-03-04T02:11:32.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26472025-03-04T02:11:37.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
26482025-03-04T02:11:37.524Z
26492025-03-04T02:11:37.524Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196)
26502025-03-04T02:11:38.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-03-04T02:11:38.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-03-04T02:11:38.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532025-03-04T02:11:42.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
26542025-03-04T02:11:42.291Z
26552025-03-04T02:11:42.291Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196)
26562025-03-04T02:11:42.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-03-04T02:11:42.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-03-04T02:11:43.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592025-03-04T02:11:46.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
26602025-03-04T02:11:47.094Z
26612025-03-04T02:11:47.094Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196)
26622025-03-04T02:11:47.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-03-04T02:11:47.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-03-04T02:11:47.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652025-03-04T02:11:53.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
26662025-03-04T02:11:53.231Z
26672025-03-04T02:11:53.231Zinfo: running `cargo check --bins` on oximeter (66/196)
26682025-03-04T02:11:53.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-03-04T02:11:53.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-03-04T02:11:53.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-03-04T02:11:53.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26722025-03-04T02:11:53.919Z
26732025-03-04T02:11:53.919Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/196)
26742025-03-04T02:11:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-03-04T02:11:54.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-03-04T02:11:54.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-03-04T02:11:54.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26782025-03-04T02:11:54.581Z
26792025-03-04T02:11:54.581Zinfo: running `cargo check --bins` on oximeter-schema (68/196)
26802025-03-04T02:11:55.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-03-04T02:11:55.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-03-04T02:11:55.276Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26832025-03-04T02:11:57.340Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26842025-03-04T02:11:58.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
26852025-03-04T02:11:58.521Z
26862025-03-04T02:11:58.522Zinfo: running `cargo check --bins` on oximeter-types (69/196)
26872025-03-04T02:11:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-03-04T02:11:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-03-04T02:11:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-03-04T02:11:59.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26912025-03-04T02:11:59.201Z
26922025-03-04T02:11:59.201Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/196)
26932025-03-04T02:11:59.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-03-04T02:11:59.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-03-04T02:11:59.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-03-04T02:11:59.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26972025-03-04T02:11:59.890Z
26982025-03-04T02:11:59.890Zinfo: running `cargo check --bins` on oxql-types (71/196)
26992025-03-04T02:12:00.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-03-04T02:12:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-03-04T02:12:00.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022025-03-04T02:12:00.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27032025-03-04T02:12:00.590Z
27042025-03-04T02:12:00.590Zinfo: running `cargo check --bins` on oximeter-test-utils (72/196)
27052025-03-04T02:12:01.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062025-03-04T02:12:01.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072025-03-04T02:12:01.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082025-03-04T02:12:01.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27092025-03-04T02:12:01.305Z
27102025-03-04T02:12:01.305Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/196)
27112025-03-04T02:12:02.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122025-03-04T02:12:02.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132025-03-04T02:12:02.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142025-03-04T02:12:02.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27152025-03-04T02:12:02.052Z
27162025-03-04T02:12:02.053Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/196)
27172025-03-04T02:12:02.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182025-03-04T02:12:02.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192025-03-04T02:12:02.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202025-03-04T02:12:02.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27212025-03-04T02:12:02.707Z
27222025-03-04T02:12:02.707Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196)
27232025-03-04T02:12:03.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242025-03-04T02:12:03.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252025-03-04T02:12:03.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262025-03-04T02:12:03.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27272025-03-04T02:12:03.413Z
27282025-03-04T02:12:03.413Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/196)
27292025-03-04T02:12:04.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302025-03-04T02:12:04.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312025-03-04T02:12:04.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322025-03-04T02:12:04.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27332025-03-04T02:12:04.115Z
27342025-03-04T02:12:04.115Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/196)
27352025-03-04T02:12:04.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362025-03-04T02:12:04.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372025-03-04T02:12:04.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382025-03-04T02:12:04.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27392025-03-04T02:12:04.816Z
27402025-03-04T02:12:04.816Zinfo: running `cargo check --bins` on cockroach-admin-client (78/196)
27412025-03-04T02:12:05.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422025-03-04T02:12:05.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432025-03-04T02:12:05.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442025-03-04T02:12:05.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27452025-03-04T02:12:05.496Z
27462025-03-04T02:12:05.496Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/196)
27472025-03-04T02:12:06.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482025-03-04T02:12:06.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492025-03-04T02:12:06.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502025-03-04T02:12:06.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27512025-03-04T02:12:06.207Z
27522025-03-04T02:12:06.207Zinfo: running `cargo check --bins` on dns-service-client (80/196)
27532025-03-04T02:12:06.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542025-03-04T02:12:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552025-03-04T02:12:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562025-03-04T02:12:06.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27572025-03-04T02:12:06.907Z
27582025-03-04T02:12:06.907Zinfo: running `cargo check --bins` on internal-dns-types (81/196)
27592025-03-04T02:12:07.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602025-03-04T02:12:07.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612025-03-04T02:12:07.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622025-03-04T02:12:07.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27632025-03-04T02:12:07.602Z
27642025-03-04T02:12:07.602Zinfo: running `cargo check --bins` on dpd-client (82/196)
27652025-03-04T02:12:08.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662025-03-04T02:12:08.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672025-03-04T02:12:08.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682025-03-04T02:12:08.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27692025-03-04T02:12:08.284Z
27702025-03-04T02:12:08.284Zinfo: running `cargo check --bins` on gateway-client (83/196)
27712025-03-04T02:12:08.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-03-04T02:12:08.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-03-04T02:12:08.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-03-04T02:12:08.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27752025-03-04T02:12:08.950Z
27762025-03-04T02:12:08.950Zinfo: running `cargo check --bins` on installinator-client (84/196)
27772025-03-04T02:12:09.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-03-04T02:12:09.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-03-04T02:12:09.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-03-04T02:12:09.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27812025-03-04T02:12:09.656Z
27822025-03-04T02:12:09.656Zinfo: running `cargo check --bins` on installinator-common (85/196)
27832025-03-04T02:12:10.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-03-04T02:12:10.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-03-04T02:12:10.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-03-04T02:12:10.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27872025-03-04T02:12:10.356Z
27882025-03-04T02:12:10.356Zinfo: running `cargo check --bins` on update-engine (86/196)
27892025-03-04T02:12:10.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-03-04T02:12:10.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-03-04T02:12:10.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-03-04T02:12:10.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27932025-03-04T02:12:11.039Z
27942025-03-04T02:12:11.039Zinfo: running `cargo check --bins` on nexus-client (87/196)
27952025-03-04T02:12:11.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-03-04T02:12:11.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-03-04T02:12:11.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-03-04T02:12:11.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27992025-03-04T02:12:11.755Z
28002025-03-04T02:12:11.755Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/196)
28012025-03-04T02:12:12.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-03-04T02:12:12.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-03-04T02:12:12.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-03-04T02:12:12.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28052025-03-04T02:12:12.452Z
28062025-03-04T02:12:12.452Zinfo: running `cargo check --bins` on omicron-passwords (89/196)
28072025-03-04T02:12:13.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-03-04T02:12:13.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-03-04T02:12:13.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-03-04T02:12:13.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28112025-03-04T02:12:13.138Z
28122025-03-04T02:12:13.138Zinfo: running `cargo check --bins` on nexus-types (90/196)
28132025-03-04T02:12:13.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-03-04T02:12:13.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-03-04T02:12:13.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-03-04T02:12:13.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28172025-03-04T02:12:13.867Z
28182025-03-04T02:12:13.867Zinfo: running `cargo check --bins` on oxide-client (91/196)
28192025-03-04T02:12:14.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-03-04T02:12:14.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-03-04T02:12:14.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-03-04T02:12:14.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28232025-03-04T02:12:14.547Z
28242025-03-04T02:12:14.547Zinfo: running `cargo check --bins` on oximeter-client (92/196)
28252025-03-04T02:12:15.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-03-04T02:12:15.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-03-04T02:12:15.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-03-04T02:12:15.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28292025-03-04T02:12:15.230Z
28302025-03-04T02:12:15.230Zinfo: running `cargo check --bins` on repo-depot-client (93/196)
28312025-03-04T02:12:15.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-03-04T02:12:15.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-03-04T02:12:15.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-03-04T02:12:15.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28352025-03-04T02:12:15.898Z
28362025-03-04T02:12:15.898Zinfo: running `cargo check --bins` on sled-agent-client (94/196)
28372025-03-04T02:12:16.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-03-04T02:12:16.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-03-04T02:12:16.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-03-04T02:12:16.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28412025-03-04T02:12:16.597Z
28422025-03-04T02:12:16.597Zinfo: running `cargo check --bins` on wicketd-client (95/196)
28432025-03-04T02:12:17.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-03-04T02:12:17.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-03-04T02:12:17.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-03-04T02:12:17.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28472025-03-04T02:12:17.322Z
28482025-03-04T02:12:17.322Zinfo: running `cargo check --bins` on sled-agent-types (96/196)
28492025-03-04T02:12:17.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-03-04T02:12:17.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-03-04T02:12:17.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-03-04T02:12:17.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28532025-03-04T02:12:18.042Z
28542025-03-04T02:12:18.042Zinfo: running `cargo check --bins` on wicket-common (97/196)
28552025-03-04T02:12:18.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-03-04T02:12:18.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-03-04T02:12:18.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-03-04T02:12:18.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28592025-03-04T02:12:18.767Z
28602025-03-04T02:12:18.767Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/196)
28612025-03-04T02:12:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-03-04T02:12:19.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-03-04T02:12:19.501Z Checking csv-core v0.1.11
28642025-03-04T02:12:19.501Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28652025-03-04T02:12:19.504Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28662025-03-04T02:12:19.504Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28672025-03-04T02:12:19.825Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682025-03-04T02:12:19.843Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28692025-03-04T02:12:19.875Z Checking csv v1.3.1
28702025-03-04T02:12:20.447Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28712025-03-04T02:12:20.803Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28722025-03-04T02:12:22.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
28732025-03-04T02:12:22.669Z
28742025-03-04T02:12:22.669Zinfo: running `cargo check --bins` on cockroach-admin-api (99/196)
28752025-03-04T02:12:23.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-03-04T02:12:23.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-03-04T02:12:23.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782025-03-04T02:12:23.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28792025-03-04T02:12:23.399Z
28802025-03-04T02:12:23.399Zinfo: running `cargo check --bins` on cockroach-admin-types (100/196)
28812025-03-04T02:12:23.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-03-04T02:12:23.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-03-04T02:12:23.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-03-04T02:12:23.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28852025-03-04T02:12:24.074Z
28862025-03-04T02:12:24.074Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196)
28872025-03-04T02:12:24.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-03-04T02:12:24.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-03-04T02:12:24.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902025-03-04T02:12:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28912025-03-04T02:12:24.878Z
28922025-03-04T02:12:24.878Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196)
28932025-03-04T02:12:25.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942025-03-04T02:12:25.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952025-03-04T02:12:25.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962025-03-04T02:12:25.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28972025-03-04T02:12:25.680Z
28982025-03-04T02:12:25.680Zinfo: running `cargo check --bins` on dns-server (103/196)
28992025-03-04T02:12:26.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002025-03-04T02:12:26.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012025-03-04T02:12:26.385Z Compiling typify-impl v0.3.0
29022025-03-04T02:12:26.499Z Compiling parking_lot_core v0.8.6
29032025-03-04T02:12:26.502Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29042025-03-04T02:12:26.524Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29052025-03-04T02:12:26.527Z Checking fxhash v0.2.1
29062025-03-04T02:12:26.538Z Checking hickory-client v0.24.4
29072025-03-04T02:12:26.543Z Checking hickory-server v0.24.4
29082025-03-04T02:12:27.220Z Checking parking_lot v0.11.2
29092025-03-04T02:12:27.359Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29102025-03-04T02:12:27.513Z Checking sled v0.34.7
29112025-03-04T02:12:32.013Z Compiling typify-macro v0.3.0
29122025-03-04T02:12:33.559Z Compiling typify v0.3.0
29132025-03-04T02:12:33.656Z Compiling progenitor-impl v0.9.1
29142025-03-04T02:12:36.067Z Compiling progenitor-macro v0.9.1
29152025-03-04T02:12:39.641Z Checking progenitor v0.9.1
29162025-03-04T02:12:39.780Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29172025-03-04T02:12:40.253Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29182025-03-04T02:12:41.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.87s
29192025-03-04T02:12:41.745Z
29202025-03-04T02:12:41.745Zinfo: running `cargo check --bins` on dns-server-api (104/196)
29212025-03-04T02:12:42.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-03-04T02:12:42.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-03-04T02:12:42.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-03-04T02:12:42.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29252025-03-04T02:12:42.438Z
29262025-03-04T02:12:42.438Zinfo: running `cargo check --bins` on openapi-manager-types (105/196)
29272025-03-04T02:12:43.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-03-04T02:12:43.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-03-04T02:12:43.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-03-04T02:12:43.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29312025-03-04T02:12:43.117Z
29322025-03-04T02:12:43.117Zinfo: running `cargo check --bins` on gateway-test-utils (106/196)
29332025-03-04T02:12:43.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-03-04T02:12:43.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-03-04T02:12:43.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-03-04T02:12:43.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29372025-03-04T02:12:43.858Z
29382025-03-04T02:12:43.858Zinfo: running `cargo check --bins` on gateway-types (107/196)
29392025-03-04T02:12:44.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-03-04T02:12:44.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-03-04T02:12:44.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-03-04T02:12:44.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29432025-03-04T02:12:44.555Z
29442025-03-04T02:12:44.555Zinfo: running `cargo check --bins` on ipcc (108/196)
29452025-03-04T02:12:45.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-03-04T02:12:45.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-03-04T02:12:45.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-03-04T02:12:45.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29492025-03-04T02:12:45.256Z
29502025-03-04T02:12:45.256Zinfo: running `cargo check --bins` on omicron-gateway (109/196)
29512025-03-04T02:12:45.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-03-04T02:12:45.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-03-04T02:12:46.011Z Compiling semver v0.1.20
29542025-03-04T02:12:46.011Z Compiling radium v0.7.0
29552025-03-04T02:12:46.016Z Compiling maybe-uninit v2.0.0
29562025-03-04T02:12:46.128Z Checking tap v1.0.1
29572025-03-04T02:12:46.174Z Checking password-hash v0.5.0
29582025-03-04T02:12:46.178Z Checking blake2 v0.10.6
29592025-03-04T02:12:46.178Z Compiling packed_struct v0.10.1
29602025-03-04T02:12:46.178Z Checking crc-catalog v2.4.0
29612025-03-04T02:12:46.280Z Checking wyz v0.5.1
29622025-03-04T02:12:46.361Z Compiling cancel-safe-futures v0.1.5
29632025-03-04T02:12:46.652Z Compiling rustc_version v0.1.7
29642025-03-04T02:12:46.691Z Checking funty v2.0.0
29652025-03-04T02:12:46.691Z Compiling owo-colors v4.2.0
29662025-03-04T02:12:46.759Z Checking argon2 v0.5.3
29672025-03-04T02:12:46.785Z Checking crc v3.2.1
29682025-03-04T02:12:46.808Z Compiling packed_struct_codegen v0.10.1
29692025-03-04T02:12:46.887Z Checking libsw-core v0.3.1
29702025-03-04T02:12:47.005Z Compiling newtype_derive v0.1.6
29712025-03-04T02:12:47.009Z Checking half v2.4.1
29722025-03-04T02:12:47.109Z Compiling indexmap v1.9.3
29732025-03-04T02:12:47.158Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29742025-03-04T02:12:47.336Z Checking fixedbitset v0.5.7
29752025-03-04T02:12:47.385Z Checking ciborium-io v0.2.2
29762025-03-04T02:12:47.432Z Checking nodrop v0.1.14
29772025-03-04T02:12:47.448Z Checking bitvec v1.0.1
29782025-03-04T02:12:47.521Z Checking ciborium-ll v0.2.2
29792025-03-04T02:12:47.543Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29802025-03-04T02:12:47.557Z Checking array-init v0.0.4
29812025-03-04T02:12:47.593Z Checking libsw v3.4.0
29822025-03-04T02:12:47.704Z Checking petgraph v0.7.1
29832025-03-04T02:12:47.807Z Checking smallvec v0.6.14
29842025-03-04T02:12:47.831Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29852025-03-04T02:12:48.213Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29862025-03-04T02:12:48.296Z Checking termcolor v1.4.1
29872025-03-04T02:12:48.448Z Checking linear-map v1.2.0
29882025-03-04T02:12:48.562Z Checking swrite v0.1.0
29892025-03-04T02:12:48.708Z Checking indent_write v2.2.0
29902025-03-04T02:12:48.731Z Checking hashbrown v0.12.3
29912025-03-04T02:12:48.765Z Checking bitfield v0.14.0
29922025-03-04T02:12:48.916Z Checking ron v0.8.1
29932025-03-04T02:12:49.484Z Checking env_logger v0.10.2
29942025-03-04T02:12:49.523Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29952025-03-04T02:12:49.523Z Checking serde-hex v0.1.0
29962025-03-04T02:12:49.523Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29972025-03-04T02:12:49.523Z Checking ciborium v0.2.2
29982025-03-04T02:12:50.114Z Checking steno v0.4.1
29992025-03-04T02:12:50.412Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30002025-03-04T02:12:50.579Z Checking hashbrown v0.13.2
30012025-03-04T02:12:50.674Z Checking humantime v2.1.0
30022025-03-04T02:12:50.722Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30032025-03-04T02:12:50.855Z Checking crc-any v2.5.0
30042025-03-04T02:12:50.986Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30052025-03-04T02:12:51.252Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30062025-03-04T02:12:51.276Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30072025-03-04T02:12:51.533Z Checking object v0.30.4
30082025-03-04T02:12:51.615Z Checking path-slash v0.1.5
30092025-03-04T02:12:51.866Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30102025-03-04T02:12:51.884Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30112025-03-04T02:12:52.266Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30122025-03-04T02:12:52.553Z Checking nix v0.27.1
30132025-03-04T02:12:52.572Z Checking tungstenite v0.23.0
30142025-03-04T02:12:53.139Z Checking kstat-rs v0.2.4
30152025-03-04T02:12:53.464Z Checking tokio-tungstenite v0.23.1
30162025-03-04T02:12:53.505Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30172025-03-04T02:12:53.682Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30182025-03-04T02:12:53.730Z Checking signal-hook-tokio v0.3.1
30192025-03-04T02:12:53.766Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30202025-03-04T02:12:54.480Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30212025-03-04T02:13:01.289Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30222025-03-04T02:13:02.644Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
30232025-03-04T02:13:05.057Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30242025-03-04T02:13:10.484Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30252025-03-04T02:13:11.172Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30262025-03-04T02:13:13.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.72s
30272025-03-04T02:13:14.193Z
30282025-03-04T02:13:14.193Zinfo: running `cargo check --bins` on gateway-api (110/196)
30292025-03-04T02:13:14.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-03-04T02:13:14.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-03-04T02:13:14.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-03-04T02:13:14.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30332025-03-04T02:13:14.891Z
30342025-03-04T02:13:14.891Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196)
30352025-03-04T02:13:15.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-03-04T02:13:15.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-03-04T02:13:15.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-03-04T02:13:15.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30392025-03-04T02:13:15.557Z
30402025-03-04T02:13:15.557Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196)
30412025-03-04T02:13:16.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-03-04T02:13:16.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-03-04T02:13:16.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-03-04T02:13:16.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30452025-03-04T02:13:16.252Z
30462025-03-04T02:13:16.252Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196)
30472025-03-04T02:13:16.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-03-04T02:13:16.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-03-04T02:13:16.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-03-04T02:13:16.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30512025-03-04T02:13:16.951Z
30522025-03-04T02:13:16.951Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196)
30532025-03-04T02:13:17.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-03-04T02:13:17.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-03-04T02:13:17.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-03-04T02:13:17.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30572025-03-04T02:13:17.655Z
30582025-03-04T02:13:17.655Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196)
30592025-03-04T02:13:18.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-03-04T02:13:18.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-03-04T02:13:18.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-03-04T02:13:18.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30632025-03-04T02:13:18.347Z
30642025-03-04T02:13:18.347Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196)
30652025-03-04T02:13:18.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-03-04T02:13:18.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-03-04T02:13:18.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-03-04T02:13:18.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30692025-03-04T02:13:19.045Z
30702025-03-04T02:13:19.045Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196)
30712025-03-04T02:13:19.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-03-04T02:13:19.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-03-04T02:13:19.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-03-04T02:13:19.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30752025-03-04T02:13:19.736Z
30762025-03-04T02:13:19.736Zinfo: running `cargo check --bins` on oximeter-producer (118/196)
30772025-03-04T02:13:20.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-03-04T02:13:20.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-03-04T02:13:20.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802025-03-04T02:13:20.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30812025-03-04T02:13:20.476Z
30822025-03-04T02:13:20.476Zinfo: running `cargo check --bins` on internal-dns-resolver (119/196)
30832025-03-04T02:13:21.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842025-03-04T02:13:21.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852025-03-04T02:13:21.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862025-03-04T02:13:21.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30872025-03-04T02:13:21.176Z
30882025-03-04T02:13:21.176Zinfo: running `cargo check --bins` on sp-sim (120/196)
30892025-03-04T02:13:21.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902025-03-04T02:13:21.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912025-03-04T02:13:21.870Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30922025-03-04T02:13:22.374Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30932025-03-04T02:13:24.052Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30942025-03-04T02:13:25.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
30952025-03-04T02:13:25.976Z
30962025-03-04T02:13:25.976Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196)
30972025-03-04T02:13:26.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-03-04T02:13:26.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-03-04T02:13:26.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-03-04T02:13:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31012025-03-04T02:13:26.713Z
31022025-03-04T02:13:26.713Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196)
31032025-03-04T02:13:27.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-03-04T02:13:27.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-03-04T02:13:27.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-03-04T02:13:27.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31072025-03-04T02:13:27.457Z
31082025-03-04T02:13:27.457Zinfo: running `cargo check --bins` on db-macros (123/196)
31092025-03-04T02:13:28.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-03-04T02:13:28.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-03-04T02:13:28.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-03-04T02:13:28.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31132025-03-04T02:13:28.141Z
31142025-03-04T02:13:28.142Zinfo: running `cargo check --bins` on nexus-macros-common (124/196)
31152025-03-04T02:13:28.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-03-04T02:13:28.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-03-04T02:13:28.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-03-04T02:13:28.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31192025-03-04T02:13:28.806Z
31202025-03-04T02:13:28.806Zinfo: running `cargo check --bins` on nexus-auth (125/196)
31212025-03-04T02:13:29.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-03-04T02:13:29.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-03-04T02:13:29.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242025-03-04T02:13:29.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31252025-03-04T02:13:29.542Z
31262025-03-04T02:13:29.542Zinfo: running `cargo check --bins` on authz-macros (126/196)
31272025-03-04T02:13:30.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-03-04T02:13:30.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-03-04T02:13:30.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302025-03-04T02:13:30.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31312025-03-04T02:13:30.231Z
31322025-03-04T02:13:30.232Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/196)
31332025-03-04T02:13:30.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-03-04T02:13:30.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-03-04T02:13:30.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362025-03-04T02:13:30.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31372025-03-04T02:13:30.942Z
31382025-03-04T02:13:30.942Zinfo: running `cargo check --bins` on nexus-db-model (128/196)
31392025-03-04T02:13:31.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-03-04T02:13:31.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-03-04T02:13:31.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422025-03-04T02:13:31.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31432025-03-04T02:13:31.665Z
31442025-03-04T02:13:31.665Zinfo: running `cargo check --bins` on nexus-defaults (129/196)
31452025-03-04T02:13:32.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-03-04T02:13:32.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-03-04T02:13:32.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482025-03-04T02:13:32.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31492025-03-04T02:13:32.359Z
31502025-03-04T02:13:32.359Zinfo: running `cargo check --bins` on nexus-inventory (130/196)
31512025-03-04T02:13:32.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-03-04T02:13:32.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-03-04T02:13:32.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542025-03-04T02:13:32.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31552025-03-04T02:13:33.081Z
31562025-03-04T02:13:33.081Zinfo: running `cargo check --bins` on typed-rng (131/196)
31572025-03-04T02:13:33.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-03-04T02:13:33.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-03-04T02:13:33.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602025-03-04T02:13:33.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31612025-03-04T02:13:33.749Z
31622025-03-04T02:13:33.749Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196)
31632025-03-04T02:13:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-03-04T02:13:34.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-03-04T02:13:34.552Z Checking keccak v0.1.5
31662025-03-04T02:13:34.675Z Checking secrecy v0.8.0
31672025-03-04T02:13:34.687Z Compiling unicase v2.7.0
31682025-03-04T02:13:34.687Z Compiling same-file v1.0.6
31692025-03-04T02:13:34.709Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31702025-03-04T02:13:34.712Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712025-03-04T02:13:34.712Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31722025-03-04T02:13:34.712Z Compiling thiserror-impl-no-std v2.0.2
31732025-03-04T02:13:34.870Z Compiling walkdir v2.5.0
31742025-03-04T02:13:34.922Z Checking universal-hash v0.5.1
31752025-03-04T02:13:34.967Z Checking sha3 v0.10.8
31762025-03-04T02:13:34.989Z Compiling blake3 v1.5.4
31772025-03-04T02:13:35.110Z Checking opaque-debug v0.3.1
31782025-03-04T02:13:35.139Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792025-03-04T02:13:35.222Z Checking chacha20 v0.9.1
31802025-03-04T02:13:35.240Z Checking poly1305 v0.8.0
31812025-03-04T02:13:35.291Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31822025-03-04T02:13:35.357Z Checking aead v0.5.2
31832025-03-04T02:13:35.474Z Compiling memmap2 v0.9.5
31842025-03-04T02:13:35.494Z Compiling constant_time_eq v0.3.1
31852025-03-04T02:13:35.586Z Compiling arrayvec v0.7.6
31862025-03-04T02:13:35.606Z Compiling arrayref v0.3.9
31872025-03-04T02:13:35.700Z Compiling libefi-sys v0.1.0
31882025-03-04T02:13:35.722Z Compiling salty v0.3.0
31892025-03-04T02:13:35.750Z Checking chacha20poly1305 v0.10.1
31902025-03-04T02:13:35.937Z Compiling toolchain_find v0.4.0
31912025-03-04T02:13:35.973Z Compiling camino-tempfile v1.1.1
31922025-03-04T02:13:36.021Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31932025-03-04T02:13:36.191Z Compiling bitfield-struct v0.6.2
31942025-03-04T02:13:36.233Z Compiling topological-sort v0.2.2
31952025-03-04T02:13:36.381Z Compiling mime_guess v2.0.5
31962025-03-04T02:13:36.467Z Compiling rustfmt-wrapper v0.2.1
31972025-03-04T02:13:36.954Z Compiling omicron-zone-package v0.12.0
31982025-03-04T02:13:37.045Z Compiling progenitor v0.9.1
31992025-03-04T02:13:37.088Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32002025-03-04T02:13:37.284Z Checking primeorder v0.13.6
32012025-03-04T02:13:37.348Z Checking env_filter v0.1.2
32022025-03-04T02:13:37.405Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032025-03-04T02:13:37.439Z Checking thiserror-no-std v2.0.2
32042025-03-04T02:13:37.565Z Checking vsss-rs v3.3.4
32052025-03-04T02:13:37.582Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32062025-03-04T02:13:37.605Z Checking env_logger v0.11.5
32072025-03-04T02:13:37.624Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082025-03-04T02:13:37.744Z Checking p384 v0.13.0
32092025-03-04T02:13:37.801Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102025-03-04T02:13:37.910Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32112025-03-04T02:13:38.065Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32122025-03-04T02:13:38.184Z Checking http-range v0.1.5
32132025-03-04T02:13:38.228Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142025-03-04T02:13:38.248Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32152025-03-04T02:13:38.268Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32162025-03-04T02:13:38.595Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32172025-03-04T02:13:38.684Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32182025-03-04T02:13:38.705Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32192025-03-04T02:13:38.969Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32202025-03-04T02:13:39.136Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
32212025-03-04T02:13:39.224Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32222025-03-04T02:13:39.257Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
32232025-03-04T02:13:39.451Z Checking atty v0.2.14
32242025-03-04T02:13:39.605Z Checking glob v0.3.2
32252025-03-04T02:13:39.693Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
32262025-03-04T02:13:39.797Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32272025-03-04T02:13:40.198Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282025-03-04T02:13:40.266Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32292025-03-04T02:13:40.658Z Checking hyper-staticfile v0.10.1
32302025-03-04T02:13:40.869Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
32312025-03-04T02:13:41.064Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32322025-03-04T02:13:41.208Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32332025-03-04T02:13:41.228Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32342025-03-04T02:13:41.468Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32352025-03-04T02:13:41.666Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32362025-03-04T02:13:42.032Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32372025-03-04T02:13:42.128Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32382025-03-04T02:13:42.387Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392025-03-04T02:13:42.461Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32402025-03-04T02:13:43.139Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32412025-03-04T02:13:45.945Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32422025-03-04T02:13:45.945Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32432025-03-04T02:13:54.912Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32442025-03-04T02:14:08.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.66s
32452025-03-04T02:14:08.620Z
32462025-03-04T02:14:08.620Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196)
32472025-03-04T02:14:09.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-03-04T02:14:09.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-03-04T02:14:09.422Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32502025-03-04T02:14:23.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s
32512025-03-04T02:14:23.551Z
32522025-03-04T02:14:23.551Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196)
32532025-03-04T02:14:24.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-03-04T02:14:24.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-03-04T02:14:24.504Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32562025-03-04T02:14:38.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
32572025-03-04T02:14:38.351Z
32582025-03-04T02:14:38.351Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196)
32592025-03-04T02:14:39.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-03-04T02:14:39.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-03-04T02:14:39.175Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32622025-03-04T02:14:52.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
32632025-03-04T02:14:53.161Z
32642025-03-04T02:14:53.161Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196)
32652025-03-04T02:14:53.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-03-04T02:14:53.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-03-04T02:14:53.980Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32682025-03-04T02:15:07.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
32692025-03-04T02:15:07.998Z
32702025-03-04T02:15:07.998Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196)
32712025-03-04T02:15:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-03-04T02:15:08.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-03-04T02:15:08.791Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32742025-03-04T02:15:22.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
32752025-03-04T02:15:22.959Z
32762025-03-04T02:15:22.959Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196)
32772025-03-04T02:15:23.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-03-04T02:15:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-03-04T02:15:23.776Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32802025-03-04T02:15:37.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
32812025-03-04T02:15:37.717Z
32822025-03-04T02:15:37.717Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196)
32832025-03-04T02:15:38.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-03-04T02:15:38.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-03-04T02:15:38.531Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32862025-03-04T02:15:52.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s
32872025-03-04T02:15:52.583Z
32882025-03-04T02:15:52.583Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/196)
32892025-03-04T02:15:53.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-03-04T02:15:53.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-03-04T02:15:53.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-03-04T02:15:53.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
32932025-03-04T02:15:53.320Z
32942025-03-04T02:15:53.320Zinfo: running `cargo check --bins` on key-manager (141/196)
32952025-03-04T02:15:53.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-03-04T02:15:53.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-03-04T02:15:53.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-03-04T02:15:53.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32992025-03-04T02:15:54.023Z
33002025-03-04T02:15:54.023Zinfo: running `cargo check --bins` on range-requests (142/196)
33012025-03-04T02:15:54.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-03-04T02:15:54.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-03-04T02:15:54.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-03-04T02:15:54.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33052025-03-04T02:15:54.700Z
33062025-03-04T02:15:54.700Zinfo: running `cargo check --bins` on repo-depot-api (143/196)
33072025-03-04T02:15:55.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-03-04T02:15:55.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-03-04T02:15:55.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-03-04T02:15:55.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33112025-03-04T02:15:55.382Z
33122025-03-04T02:15:55.382Zinfo: running `cargo check --bins` on sled-agent-api (144/196)
33132025-03-04T02:15:56.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-03-04T02:15:56.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-03-04T02:15:56.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-03-04T02:15:56.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33172025-03-04T02:15:56.105Z
33182025-03-04T02:15:56.105Zinfo: running `cargo check --bins` on sled-diagnostics (145/196)
33192025-03-04T02:15:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-03-04T02:15:56.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-03-04T02:15:56.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-03-04T02:15:56.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33232025-03-04T02:15:56.768Z
33242025-03-04T02:15:56.768Zinfo: running `cargo check --bins` on sled-hardware (146/196)
33252025-03-04T02:15:57.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-03-04T02:15:57.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-03-04T02:15:57.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282025-03-04T02:15:57.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33292025-03-04T02:15:57.465Z
33302025-03-04T02:15:57.465Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/196)
33312025-03-04T02:15:58.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-03-04T02:15:58.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-03-04T02:15:58.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342025-03-04T02:15:58.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33352025-03-04T02:15:58.172Z
33362025-03-04T02:15:58.172Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196)
33372025-03-04T02:15:58.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-03-04T02:15:58.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-03-04T02:15:58.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-03-04T02:15:58.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33412025-03-04T02:15:58.878Z
33422025-03-04T02:15:58.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196)
33432025-03-04T02:15:59.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-03-04T02:15:59.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-03-04T02:15:59.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-03-04T02:15:59.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33472025-03-04T02:15:59.601Z
33482025-03-04T02:15:59.602Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/196)
33492025-03-04T02:16:00.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-03-04T02:16:00.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-03-04T02:16:00.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-03-04T02:16:00.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33532025-03-04T02:16:00.328Z
33542025-03-04T02:16:00.328Zinfo: running `cargo check --bins` on nexus-test-interface (151/196)
33552025-03-04T02:16:00.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-03-04T02:16:00.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-03-04T02:16:00.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-03-04T02:16:00.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33592025-03-04T02:16:01.046Z
33602025-03-04T02:16:01.046Zinfo: running `cargo check --bins` on oximeter-collector (152/196)
33612025-03-04T02:16:01.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-03-04T02:16:01.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-03-04T02:16:01.816Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33642025-03-04T02:16:01.817Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33652025-03-04T02:16:02.715Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33662025-03-04T02:16:04.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
33672025-03-04T02:16:04.933Z
33682025-03-04T02:16:04.933Zinfo: running `cargo check --bins` on oximeter-api (153/196)
33692025-03-04T02:16:05.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-03-04T02:16:05.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-03-04T02:16:05.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-03-04T02:16:05.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33732025-03-04T02:16:05.623Z
33742025-03-04T02:16:05.623Zinfo: running `cargo check --bins` on cert-dev (154/196)
33752025-03-04T02:16:06.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-03-04T02:16:06.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-03-04T02:16:06.292Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33782025-03-04T02:16:06.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
33792025-03-04T02:16:06.774Z
33802025-03-04T02:16:06.774Zinfo: running `cargo check --bins` on clickana (155/196)
33812025-03-04T02:16:07.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-03-04T02:16:07.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-03-04T02:16:07.469Z Checking itertools v0.13.0
33842025-03-04T02:16:07.469Z Checking castaway v0.2.3
33852025-03-04T02:16:07.472Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33862025-03-04T02:16:07.472Z Checking lru v0.12.5
33872025-03-04T02:16:07.472Z Compiling instability v0.3.2
33882025-03-04T02:16:07.472Z Checking cassowary v0.3.0
33892025-03-04T02:16:07.472Z Compiling indoc v2.0.5
33902025-03-04T02:16:07.731Z Checking compact_str v0.8.0
33912025-03-04T02:16:09.291Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33922025-03-04T02:16:09.356Z Checking unicode-truncate v1.1.0
33932025-03-04T02:16:09.509Z Checking ratatui v0.29.0
33942025-03-04T02:16:11.455Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33952025-03-04T02:16:12.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
33962025-03-04T02:16:12.513Z
33972025-03-04T02:16:12.513Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/196)
33982025-03-04T02:16:13.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992025-03-04T02:16:13.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002025-03-04T02:16:13.267Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34012025-03-04T02:16:13.267Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34022025-03-04T02:16:14.329Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34032025-03-04T02:16:14.806Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34042025-03-04T02:16:15.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
34052025-03-04T02:16:15.387Z
34062025-03-04T02:16:15.387Zinfo: running `cargo check --bins` on ch-dev (157/196)
34072025-03-04T02:16:16.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082025-03-04T02:16:16.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092025-03-04T02:16:16.103Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34102025-03-04T02:16:16.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
34112025-03-04T02:16:17.076Z
34122025-03-04T02:16:17.076Zinfo: running `cargo check --bins` on crdb-seed (158/196)
34132025-03-04T02:16:17.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-03-04T02:16:17.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-03-04T02:16:17.793Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34162025-03-04T02:16:18.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34172025-03-04T02:16:18.374Z
34182025-03-04T02:16:18.374Zinfo: running `cargo check --bins` on db-dev (159/196)
34192025-03-04T02:16:19.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-03-04T02:16:19.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-03-04T02:16:19.143Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34222025-03-04T02:16:19.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
34232025-03-04T02:16:20.063Z
34242025-03-04T02:16:20.064Zinfo: running `cargo check --bins` on omicron-dev-lib (160/196)
34252025-03-04T02:16:20.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262025-03-04T02:16:20.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272025-03-04T02:16:20.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282025-03-04T02:16:20.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34292025-03-04T02:16:20.768Z
34302025-03-04T02:16:20.768Zinfo: running `cargo check --bins` on xtask-downloader (161/196)
34312025-03-04T02:16:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322025-03-04T02:16:21.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332025-03-04T02:16:21.437Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34342025-03-04T02:16:22.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
34352025-03-04T02:16:22.515Z
34362025-03-04T02:16:22.515Zinfo: running `cargo check --bins` on omicron-ls-apis (162/196)
34372025-03-04T02:16:23.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382025-03-04T02:16:23.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392025-03-04T02:16:23.208Z Checking cargo-platform v0.1.8
34402025-03-04T02:16:23.499Z Checking cargo_metadata v0.19.2
34412025-03-04T02:16:24.517Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34422025-03-04T02:16:25.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
34432025-03-04T02:16:25.549Z
34442025-03-04T02:16:25.549Zinfo: running `cargo check --bins` on mgs-dev (163/196)
34452025-03-04T02:16:26.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462025-03-04T02:16:26.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472025-03-04T02:16:26.346Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482025-03-04T02:16:27.822Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34492025-03-04T02:16:28.393Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34502025-03-04T02:16:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
34512025-03-04T02:16:29.155Z
34522025-03-04T02:16:29.155Zinfo: running `cargo check --bins` on omicron-omdb (164/196)
34532025-03-04T02:16:29.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542025-03-04T02:16:29.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552025-03-04T02:16:30.032Z Compiling crunchy v0.2.2
34562025-03-04T02:16:30.035Z Compiling tiny-keccak v2.0.2
34572025-03-04T02:16:30.036Z Compiling dsl_auto_type v0.1.2
34582025-03-04T02:16:30.036Z Checking scheduled-thread-pool v0.2.7
34592025-03-04T02:16:30.036Z Compiling diesel_table_macro_syntax v0.2.0
34602025-03-04T02:16:30.156Z Compiling bit-vec v0.6.3
34612025-03-04T02:16:30.226Z Compiling ascii-canvas v3.0.0
34622025-03-04T02:16:30.229Z Compiling ena v0.14.3
34632025-03-04T02:16:30.419Z Checking r2d2 v0.8.10
34642025-03-04T02:16:30.519Z Compiling diff v0.1.13
34652025-03-04T02:16:30.539Z Compiling bit-set v0.5.3
34662025-03-04T02:16:30.632Z Compiling bindgen v0.71.1
34672025-03-04T02:16:30.653Z Compiling regex-syntax v0.6.29
34682025-03-04T02:16:30.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34692025-03-04T02:16:30.755Z Compiling rustc-hash v2.1.1
34702025-03-04T02:16:30.805Z Compiling ref-cast v1.0.23
34712025-03-04T02:16:30.922Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34722025-03-04T02:16:30.967Z Compiling derive_builder_core v0.20.2
34732025-03-04T02:16:31.048Z Compiling libxml v0.3.3
34742025-03-04T02:16:31.244Z Compiling ref-cast-impl v1.0.23
34752025-03-04T02:16:31.410Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34762025-03-04T02:16:31.496Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34772025-03-04T02:16:31.517Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34782025-03-04T02:16:31.520Z Compiling diesel_derives v2.2.3
34792025-03-04T02:16:31.832Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34802025-03-04T02:16:31.914Z Compiling strum_macros v0.24.3
34812025-03-04T02:16:32.207Z Compiling indoc v1.0.9
34822025-03-04T02:16:33.067Z Compiling derive_builder_macro v0.20.2
34832025-03-04T02:16:33.135Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34842025-03-04T02:16:33.477Z Compiling impl-trait-for-tuples v0.2.2
34852025-03-04T02:16:33.970Z Compiling lalrpop v0.19.12
34862025-03-04T02:16:34.102Z Checking derive_builder v0.20.2
34872025-03-04T02:16:34.272Z Compiling oso-derive v0.27.3
34882025-03-04T02:16:34.513Z Checking quick-xml v0.37.2
34892025-03-04T02:16:35.226Z Compiling diesel-dtrace v0.4.2
34902025-03-04T02:16:35.275Z Checking maplit v1.0.2
34912025-03-04T02:16:35.460Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34922025-03-04T02:16:35.651Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34932025-03-04T02:16:35.859Z Checking bb8 v0.8.5
34942025-03-04T02:16:36.015Z Checking io-lifetimes v1.0.11
34952025-03-04T02:16:36.235Z Checking rustix v0.37.28
34962025-03-04T02:16:36.318Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34972025-03-04T02:16:36.660Z Checking rand_seeder v0.3.0
34982025-03-04T02:16:36.713Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34992025-03-04T02:16:36.921Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35002025-03-04T02:16:37.072Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35012025-03-04T02:16:37.145Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35022025-03-04T02:16:37.324Z Checking terminal_size v0.2.6
35032025-03-04T02:16:37.472Z Checking unicode-linebreak v0.1.5
35042025-03-04T02:16:37.510Z Checking is_ci v1.2.0
35052025-03-04T02:16:37.671Z Checking smawk v0.3.2
35062025-03-04T02:16:37.898Z Checking supports-color v3.0.2
35072025-03-04T02:16:37.971Z Checking textwrap v0.16.1
35082025-03-04T02:16:38.202Z Checking multimap v0.10.0
35092025-03-04T02:16:39.163Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35102025-03-04T02:16:40.452Z Checking diesel v2.2.7
35112025-03-04T02:16:56.151Z Compiling samael v0.0.18
35122025-03-04T02:17:13.857Z Checking async-bb8-diesel v0.2.1
35132025-03-04T02:17:15.044Z Compiling polar-core v0.27.3
35142025-03-04T02:17:22.359Z Checking oso v0.27.3
35152025-03-04T02:18:24.548Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35162025-03-04T02:18:31.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
35172025-03-04T02:18:31.551Z
35182025-03-04T02:18:31.552Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196)
35192025-03-04T02:18:32.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-03-04T02:18:32.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-03-04T02:18:32.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-03-04T02:18:32.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35232025-03-04T02:18:32.301Z
35242025-03-04T02:18:32.301Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/196)
35252025-03-04T02:18:32.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-03-04T02:18:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-03-04T02:18:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-03-04T02:18:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35292025-03-04T02:18:33.069Z
35302025-03-04T02:18:33.069Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/196)
35312025-03-04T02:18:33.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-03-04T02:18:33.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-03-04T02:18:33.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342025-03-04T02:18:33.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35352025-03-04T02:18:33.749Z
35362025-03-04T02:18:33.749Zinfo: running `cargo check --bins` on omicron-nexus (168/196)
35372025-03-04T02:18:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-03-04T02:18:34.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-03-04T02:18:34.620Z Compiling libz-sys v1.1.20
35402025-03-04T02:18:34.626Z Compiling libgit2-sys v0.17.0+1.8.1
35412025-03-04T02:18:34.757Z Compiling vergen v8.3.2
35422025-03-04T02:18:34.760Z Compiling cargo-platform v0.1.8
35432025-03-04T02:18:34.760Z Compiling pin-project-internal v1.1.6
35442025-03-04T02:18:34.774Z Compiling snafu-derive v0.8.5
35452025-03-04T02:18:34.778Z Compiling rustls v0.21.12
35462025-03-04T02:18:34.778Z Checking globset v0.4.15
35472025-03-04T02:18:35.083Z Checking olpc-cjson v0.1.4
35482025-03-04T02:18:35.177Z Compiling cargo_metadata v0.18.1
35492025-03-04T02:18:35.303Z Checking sct v0.7.1
35502025-03-04T02:18:35.324Z Checking rustls-webpki v0.101.7
35512025-03-04T02:18:35.348Z Checking serde_plain v1.0.2
35522025-03-04T02:18:35.476Z Checking typed-path v0.9.3
35532025-03-04T02:18:35.612Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35542025-03-04T02:18:35.701Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35552025-03-04T02:18:35.903Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35562025-03-04T02:18:36.002Z Checking parse-size v1.1.0
35572025-03-04T02:18:36.251Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35582025-03-04T02:18:36.282Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35592025-03-04T02:18:37.128Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35602025-03-04T02:18:37.330Z Checking rustls-pemfile v1.0.4
35612025-03-04T02:18:37.465Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35622025-03-04T02:18:37.531Z Checking pin-project v1.1.6
35632025-03-04T02:18:37.551Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35642025-03-04T02:18:37.688Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35652025-03-04T02:18:37.799Z Checking twox-hash v2.1.0
35662025-03-04T02:18:37.895Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35672025-03-04T02:18:38.037Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35682025-03-04T02:18:38.406Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35692025-03-04T02:18:39.037Z Checking tokio-rustls v0.24.1
35702025-03-04T02:18:39.410Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35712025-03-04T02:18:39.557Z Checking snafu v0.8.5
35722025-03-04T02:18:39.941Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35732025-03-04T02:18:39.963Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35742025-03-04T02:18:39.981Z Checking fatfs v0.3.6
35752025-03-04T02:18:40.006Z Checking tough v0.19.0
35762025-03-04T02:18:40.159Z Checking assert_matches v1.5.0
35772025-03-04T02:18:43.959Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
35782025-03-04T02:18:45.167Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35792025-03-04T02:18:46.391Z Compiling git2 v0.19.0
35802025-03-04T02:18:50.509Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35812025-03-04T02:19:51.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
35822025-03-04T02:19:51.331Z
35832025-03-04T02:19:51.331Zinfo: running `cargo check --bins` on nexus-external-api (169/196)
35842025-03-04T02:19:52.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-03-04T02:19:52.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-03-04T02:19:52.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872025-03-04T02:19:52.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35882025-03-04T02:19:52.122Z
35892025-03-04T02:19:52.122Zinfo: running `cargo check --bins` on nexus-internal-api (170/196)
35902025-03-04T02:19:52.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-03-04T02:19:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-03-04T02:19:52.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932025-03-04T02:19:52.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
35942025-03-04T02:19:52.845Z
35952025-03-04T02:19:52.845Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/196)
35962025-03-04T02:19:53.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-03-04T02:19:53.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-03-04T02:19:53.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992025-03-04T02:19:53.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36002025-03-04T02:19:53.602Z
36012025-03-04T02:19:53.602Zinfo: running `cargo check --bins` on nexus-networking (172/196)
36022025-03-04T02:19:54.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032025-03-04T02:19:54.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042025-03-04T02:19:54.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052025-03-04T02:19:54.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36062025-03-04T02:19:54.347Z
36072025-03-04T02:19:54.347Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/196)
36082025-03-04T02:19:54.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092025-03-04T02:19:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102025-03-04T02:19:54.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112025-03-04T02:19:54.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
36122025-03-04T02:19:55.084Z
36132025-03-04T02:19:55.085Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196)
36142025-03-04T02:19:55.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152025-03-04T02:19:55.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162025-03-04T02:19:55.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172025-03-04T02:19:55.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
36182025-03-04T02:19:55.827Z
36192025-03-04T02:19:55.827Zinfo: running `cargo check --bins` on update-common (175/196)
36202025-03-04T02:19:56.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-03-04T02:19:56.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-03-04T02:19:56.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232025-03-04T02:19:56.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
36242025-03-04T02:19:56.534Z
36252025-03-04T02:19:56.534Zinfo: running `cargo check --bins` on omicron-dev (176/196)
36262025-03-04T02:19:57.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-03-04T02:19:57.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-03-04T02:19:57.510Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36292025-03-04T02:19:57.516Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36302025-03-04T02:19:57.642Z Checking diff v0.1.13
36312025-03-04T02:19:57.642Z Checking yansi v1.0.1
36322025-03-04T02:19:57.649Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36332025-03-04T02:19:57.678Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36342025-03-04T02:19:58.095Z Checking pretty_assertions v1.4.1
36352025-03-04T02:19:58.745Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36362025-03-04T02:20:27.500Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36372025-03-04T02:20:27.500Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36382025-03-04T02:20:27.503Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36392025-03-04T02:20:27.503Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36402025-03-04T02:20:27.503Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36412025-03-04T02:20:27.503Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36422025-03-04T02:20:28.406Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36432025-03-04T02:20:29.723Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36442025-03-04T02:21:14.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
36452025-03-04T02:21:14.731Z
36462025-03-04T02:21:14.731Zinfo: running `cargo check --bins` on openapi-manager (177/196)
36472025-03-04T02:21:15.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482025-03-04T02:21:15.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492025-03-04T02:21:15.524Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36502025-03-04T02:21:15.527Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36512025-03-04T02:21:15.527Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36522025-03-04T02:21:15.667Z Compiling proc-macro-error-attr2 v2.0.0
36532025-03-04T02:21:15.680Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36542025-03-04T02:21:15.683Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36552025-03-04T02:21:15.713Z Checking papergrid v0.14.0
36562025-03-04T02:21:15.732Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36572025-03-04T02:21:15.909Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36582025-03-04T02:21:16.047Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36592025-03-04T02:21:16.289Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36602025-03-04T02:21:16.458Z Compiling proc-macro-error2 v2.0.1
36612025-03-04T02:21:17.093Z Compiling tabled_derive v0.10.0
36622025-03-04T02:21:17.168Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36632025-03-04T02:21:17.474Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36642025-03-04T02:21:17.553Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36652025-03-04T02:21:17.873Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662025-03-04T02:21:18.470Z Checking heck v0.4.1
36672025-03-04T02:21:18.584Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36682025-03-04T02:21:18.703Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36692025-03-04T02:21:18.989Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36702025-03-04T02:21:19.114Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36712025-03-04T02:21:19.654Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36722025-03-04T02:21:19.771Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36732025-03-04T02:21:19.836Z Checking tabled v0.18.0
36742025-03-04T02:21:20.014Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36752025-03-04T02:21:20.111Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36762025-03-04T02:21:20.114Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36772025-03-04T02:21:21.907Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36782025-03-04T02:21:21.907Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792025-03-04T02:21:25.036Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36802025-03-04T02:21:26.655Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36812025-03-04T02:21:31.360Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36822025-03-04T02:21:31.360Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36832025-03-04T02:21:32.669Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36842025-03-04T02:21:34.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s
36852025-03-04T02:21:34.345Z
36862025-03-04T02:21:34.345Zinfo: running `cargo check --bins` on installinator-api (178/196)
36872025-03-04T02:21:34.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882025-03-04T02:21:34.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892025-03-04T02:21:34.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902025-03-04T02:21:34.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
36912025-03-04T02:21:35.063Z
36922025-03-04T02:21:35.064Zinfo: running `cargo check --bins` on wicketd-api (179/196)
36932025-03-04T02:21:35.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942025-03-04T02:21:35.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952025-03-04T02:21:35.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962025-03-04T02:21:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
36972025-03-04T02:21:35.793Z
36982025-03-04T02:21:35.793Zinfo: running `cargo check --bins` on omicron-pins (180/196)
36992025-03-04T02:21:36.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002025-03-04T02:21:36.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012025-03-04T02:21:36.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022025-03-04T02:21:36.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37032025-03-04T02:21:36.462Z
37042025-03-04T02:21:36.462Zinfo: running `cargo check --bins` on reconfigurator-cli (181/196)
37052025-03-04T02:21:37.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062025-03-04T02:21:37.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072025-03-04T02:21:37.213Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37082025-03-04T02:21:37.214Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37092025-03-04T02:21:37.217Z Compiling petname v2.0.2
37102025-03-04T02:21:37.217Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37112025-03-04T02:21:37.217Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37122025-03-04T02:21:37.217Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37132025-03-04T02:21:37.351Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37142025-03-04T02:21:37.397Z Checking sync-ptr v0.1.1
37152025-03-04T02:21:42.692Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37162025-03-04T02:21:43.352Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37172025-03-04T02:21:44.614Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37182025-03-04T02:21:46.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s
37192025-03-04T02:21:46.418Z
37202025-03-04T02:21:46.418Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196)
37212025-03-04T02:21:47.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222025-03-04T02:21:47.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232025-03-04T02:21:47.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242025-03-04T02:21:47.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
37252025-03-04T02:21:47.146Z
37262025-03-04T02:21:47.146Zinfo: running `cargo check --bins` on omicron-releng (183/196)
37272025-03-04T02:21:47.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-03-04T02:21:47.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-03-04T02:21:47.844Z Checking memmap2 v0.9.5
37302025-03-04T02:21:47.845Z Checking constant_time_eq v0.3.1
37312025-03-04T02:21:47.848Z Checking arrayvec v0.7.6
37322025-03-04T02:21:47.848Z Checking arrayref v0.3.9
37332025-03-04T02:21:47.848Z Checking topological-sort v0.2.2
37342025-03-04T02:21:47.848Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37352025-03-04T02:21:47.954Z Checking shell-words v1.1.0
37362025-03-04T02:21:48.257Z Checking blake3 v1.5.4
37372025-03-04T02:21:48.609Z Checking omicron-zone-package v0.12.0
37382025-03-04T02:21:49.754Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37392025-03-04T02:21:50.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
37402025-03-04T02:21:50.793Z
37412025-03-04T02:21:50.794Zinfo: running `cargo check --bins` on xtask (184/196)
37422025-03-04T02:21:51.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432025-03-04T02:21:51.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442025-03-04T02:21:51.271Z Checking bitflags v2.6.0
37452025-03-04T02:21:51.274Z Checking serde v1.0.218
37462025-03-04T02:21:51.274Z Checking thiserror v1.0.69
37472025-03-04T02:21:51.370Z Checking scroll v0.12.0
37482025-03-04T02:21:51.380Z Checking log v0.4.22
37492025-03-04T02:21:51.383Z Checking hashbrown v0.15.1
37502025-03-04T02:21:51.383Z Checking zerocopy v0.7.35
37512025-03-04T02:21:51.418Z Checking syn v2.0.98
37522025-03-04T02:21:51.481Z Checking pest v2.7.14
37532025-03-04T02:21:51.595Z Checking rustix v0.38.37
37542025-03-04T02:21:51.625Z Checking once_cell v1.20.3
37552025-03-04T02:21:51.815Z Checking goblin v0.8.2
37562025-03-04T02:21:51.940Z Checking thiserror v2.0.11
37572025-03-04T02:21:52.099Z Checking fs-err v2.11.0
37582025-03-04T02:21:52.387Z Checking indexmap v2.7.1
37592025-03-04T02:21:52.423Z Checking tabled v0.15.0
37602025-03-04T02:21:52.560Z Checking anyhow v1.0.97
37612025-03-04T02:21:53.395Z Checking terminal_size v0.4.0
37622025-03-04T02:21:53.395Z Checking tempfile v3.13.0
37632025-03-04T02:21:53.595Z Checking clap_builder v4.5.31
37642025-03-04T02:21:54.069Z Checking dtrace-parser v0.2.0
37652025-03-04T02:21:55.154Z Checking serde_json v1.0.139
37662025-03-04T02:21:55.154Z Checking serde_spanned v0.6.8
37672025-03-04T02:21:55.157Z Checking toml_datetime v0.6.8
37682025-03-04T02:21:55.157Z Checking camino v1.1.9
37692025-03-04T02:21:55.157Z Checking semver v1.0.25
37702025-03-04T02:21:55.407Z Checking cargo-platform v0.1.8
37712025-03-04T02:21:55.463Z Checking toml_edit v0.22.24
37722025-03-04T02:21:55.616Z Checking macaddr v1.0.1
37732025-03-04T02:21:55.700Z Checking camino-tempfile v1.1.1
37742025-03-04T02:21:56.270Z Checking clap v4.5.31
37752025-03-04T02:21:56.399Z Checking dof v0.3.0
37762025-03-04T02:21:56.399Z Checking cargo_metadata v0.19.2
37772025-03-04T02:21:56.815Z Checking usdt-impl v0.5.0
37782025-03-04T02:21:57.191Z Checking usdt v0.5.0
37792025-03-04T02:21:57.398Z Checking toml v0.8.20
37802025-03-04T02:21:57.846Z Checking cargo_toml v0.21.0
37812025-03-04T02:21:59.050Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37822025-03-04T02:21:59.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
37832025-03-04T02:21:59.829Z
37842025-03-04T02:21:59.830Zinfo: running `cargo check --bins` on end-to-end-tests (185/196)
37852025-03-04T02:22:00.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-03-04T02:22:00.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-03-04T02:22:00.660Z Checking polyval v0.6.2
37882025-03-04T02:22:00.781Z Checking ctr v0.9.2
37892025-03-04T02:22:00.798Z Checking ssh-encoding v0.2.0
37902025-03-04T02:22:00.801Z Checking blowfish v0.9.1
37912025-03-04T02:22:00.831Z Checking password-hash v0.4.2
37922025-03-04T02:22:00.845Z Checking p256 v0.13.2
37932025-03-04T02:22:00.848Z Checking p521 v0.13.3
37942025-03-04T02:22:00.882Z Checking russh-cryptovec v0.7.3
37952025-03-04T02:22:01.017Z Checking ghash v0.5.1
37962025-03-04T02:22:01.040Z Checking bcrypt-pbkdf v0.10.0
37972025-03-04T02:22:01.069Z Checking md5 v0.7.0
37982025-03-04T02:22:01.123Z Checking num-bigint v0.4.6
37992025-03-04T02:22:01.145Z Checking des v0.8.1
38002025-03-04T02:22:01.190Z Checking aes-gcm v0.10.3
38012025-03-04T02:22:01.254Z Checking pbkdf2 v0.11.0
38022025-03-04T02:22:01.307Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38032025-03-04T02:22:01.327Z Checking hex-literal v0.4.1
38042025-03-04T02:22:01.406Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38052025-03-04T02:22:01.409Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38062025-03-04T02:22:01.446Z Checking ssh-cipher v0.2.0
38072025-03-04T02:22:01.473Z Checking internet-checksum v0.2.1
38082025-03-04T02:22:01.744Z Checking ssh-key v0.6.6
38092025-03-04T02:22:01.955Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38102025-03-04T02:22:02.870Z Checking russh-keys v0.45.0
38112025-03-04T02:22:03.753Z Checking russh v0.45.0
38122025-03-04T02:22:23.353Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38132025-03-04T02:22:24.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.97s
38142025-03-04T02:22:25.046Z
38152025-03-04T02:22:25.046Zinfo: running `cargo check --bins` on gateway-cli (186/196)
38162025-03-04T02:22:25.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172025-03-04T02:22:25.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182025-03-04T02:22:25.767Z Checking termios v0.3.3
38192025-03-04T02:22:26.007Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38202025-03-04T02:22:26.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
38212025-03-04T02:22:27.055Z
38222025-03-04T02:22:27.056Zinfo: running `cargo check --bins --no-default-features` on installinator (187/196)
38232025-03-04T02:22:27.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242025-03-04T02:22:27.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252025-03-04T02:22:27.835Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38262025-03-04T02:22:27.835Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38272025-03-04T02:22:27.838Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38282025-03-04T02:22:27.838Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38292025-03-04T02:22:28.908Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38302025-03-04T02:22:30.235Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38312025-03-04T02:22:32.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
38322025-03-04T02:22:32.355Z
38332025-03-04T02:22:32.355Zinfo: running `cargo check --bins` on internal-dns-cli (188/196)
38342025-03-04T02:22:32.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352025-03-04T02:22:32.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362025-03-04T02:22:33.082Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38372025-03-04T02:22:33.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38382025-03-04T02:22:33.782Z
38392025-03-04T02:22:33.782Zinfo: running `cargo check --bins` on omicron-live-tests (189/196)
38402025-03-04T02:22:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412025-03-04T02:22:34.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422025-03-04T02:22:34.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432025-03-04T02:22:34.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
38442025-03-04T02:22:34.491Z
38452025-03-04T02:22:34.491Zinfo: running `cargo check --bins` on live-tests-macros (190/196)
38462025-03-04T02:22:35.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472025-03-04T02:22:35.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482025-03-04T02:22:35.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492025-03-04T02:22:35.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
38502025-03-04T02:22:35.195Z
38512025-03-04T02:22:35.195Zinfo: running `cargo check --bins` on omicron-package (191/196)
38522025-03-04T02:22:35.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532025-03-04T02:22:35.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542025-03-04T02:22:35.960Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38552025-03-04T02:22:37.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
38562025-03-04T02:22:37.658Z
38572025-03-04T02:22:37.658Zinfo: running `cargo check --bins` on wicket-dbg (192/196)
38582025-03-04T02:22:38.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592025-03-04T02:22:38.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602025-03-04T02:22:38.470Z Checking rtoolbox v0.0.2
38612025-03-04T02:22:38.473Z Checking tui-tree-widget v0.23.0
38622025-03-04T02:22:38.473Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38632025-03-04T02:22:38.727Z Checking rpassword v7.3.1
38642025-03-04T02:22:43.627Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38652025-03-04T02:22:46.706Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38662025-03-04T02:22:47.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s
38672025-03-04T02:22:48.158Z
38682025-03-04T02:22:48.158Zinfo: running `cargo check --bins` on wicket (193/196)
38692025-03-04T02:22:48.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702025-03-04T02:22:48.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712025-03-04T02:22:48.964Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38722025-03-04T02:22:49.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38732025-03-04T02:22:49.607Z
38742025-03-04T02:22:49.607Zinfo: running `cargo check --bins` on wicketd (194/196)
38752025-03-04T02:22:50.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762025-03-04T02:22:50.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772025-03-04T02:22:50.390Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38782025-03-04T02:22:50.390Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38792025-03-04T02:22:51.277Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38802025-03-04T02:22:55.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
38812025-03-04T02:22:55.634Z
38822025-03-04T02:22:55.634Zinfo: running `cargo check --bins` on omicron-workspace-hack (195/196)
38832025-03-04T02:22:56.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842025-03-04T02:22:56.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852025-03-04T02:22:56.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862025-03-04T02:22:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38872025-03-04T02:22:56.314Z
38882025-03-04T02:22:56.314Zinfo: running `cargo check --bins` on zone-setup (196/196)
38892025-03-04T02:22:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902025-03-04T02:22:56.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912025-03-04T02:22:57.061Z Checking uzers v0.12.1
38922025-03-04T02:22:57.419Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38932025-03-04T02:22:58.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
38942025-03-04T02:22:58.636Z
38952025-03-04T02:22:58.641Zreal 14:22.658155027
38962025-03-04T02:22:58.641Zuser 29:05.074902762
38972025-03-04T02:22:58.641Zsys 4:30.570187261
38982025-03-04T02:22:58.641Ztrap 0.644267709
38992025-03-04T02:22:58.641Ztflt 0.584423033
39002025-03-04T02:22:58.641Zdflt 1.847667281
39012025-03-04T02:22:58.641Zkflt 0.001170833
39022025-03-04T02:22:58.641Zlock 50:32.164108430
39032025-03-04T02:22:58.641Zslp 2:19:38.147679544
39042025-03-04T02:22:58.641Zlat 1:12.028020690
39052025-03-04T02:22:58.641Zstop 4:09.666951028
39062025-03-04T02:22:58.641Zprocess exited: duration 1271886 ms, exit code 0
 
39072025-03-04T02:22:58.648Zfound 0 output files