01JND2PFMNJR7VFDEX6M9JRSX2: 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: 01JND2PX5M8EBD0X4HBK10RP11

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-03T04:03:01.003Zjob assigned to worker 01JND2Q1WH0KYSAC8X3P0XVH1R [factory gimlet-EVT22200007-propolis, EVT22200007/21111] (queued for 28 s)
 
22025-03-03T04:03:09.181Zstarting task 0: "setup"
32025-03-03T04:03:09.206Z++ uname -s
42025-03-03T04:03:09.206Z+ kern=SunOS
52025-03-03T04:03:09.206Z+ build_user=build
62025-03-03T04:03:09.207Z+ build_uid=12345
72025-03-03T04:03:09.207Z+ work_dir=/work
82025-03-03T04:03:09.207Z+ input_dir=/input
92025-03-03T04:03:09.207Z+ [[ 0 == 12345 ]]
102025-03-03T04:03:09.207Z+ case "$kern" in
112025-03-03T04:03:09.207Z+ groupadd -g 12345 build
122025-03-03T04:03:09.207Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-03T04:03:11.207Z+ zfs create -o mountpoint=/work rpool/work
142025-03-03T04:03:11.242Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-03T04:03:11.268Z+ home_fs=zfs
162025-03-03T04:03:11.268Z+ [[ zfs == autofs ]]
172025-03-03T04:03:11.268Z+ mkdir -p /home/build
182025-03-03T04:03:11.268Z+ chown build:build /home/build /work
192025-03-03T04:03:13.252Z+ chmod 0700 /home/build /work
202025-03-03T04:03:13.276Zprocess exited: duration 4074 ms, exit code 0
 
212025-03-03T04:03:13.326Zstarting task 1: "rust-toolchain"
222025-03-03T04:03:13.350Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-03T04:03:13.350Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-03T04:03:13.350Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-03-03T04:03:13.350Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-03-03T04:03:13.351Z * rust toolchain channel = "1.85.0"
272025-03-03T04:03:13.351Z * rust toolchain profile = "default"
282025-03-03T04:03:13.351Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-03T04:03:13.351Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-03T04:03:13.466Zinfo: downloading installer
312025-03-03T04:03:13.837Zwarning: it looks like you have an existing installation of Rust at:
322025-03-03T04:03:13.837Zwarning: /opt/ooce/bin
332025-03-03T04:03:13.837Zwarning: It is recommended that rustup be the primary Rust installation.
342025-03-03T04:03:13.837Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-03-03T04:03:13.837Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-03-03T04:03:13.837Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-03T04:03:13.837Zwarning: or pass `-y' to ignore all ignorable checks.
382025-03-03T04:03:13.838Zerror: cannot install while Rust is installed
392025-03-03T04:03:13.838Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-03-03T04:03:13.862Zinfo: profile set to 'default'
412025-03-03T04:03:13.862Zinfo: default host triple is x86_64-unknown-illumos
422025-03-03T04:03:13.862Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-03T04:03:13.972Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-03T04:03:13.972Zinfo: downloading component 'cargo'
452025-03-03T04:03:14.101Zinfo: downloading component 'clippy'
462025-03-03T04:03:14.162Zinfo: downloading component 'rust-docs'
472025-03-03T04:03:14.483Zinfo: downloading component 'rust-std'
482025-03-03T04:03:14.999Zinfo: downloading component 'rustc'
492025-03-03T04:03:17.072Zinfo: downloading component 'rustfmt'
502025-03-03T04:03:17.142Zinfo: installing component 'cargo'
512025-03-03T04:03:18.239Zinfo: installing component 'clippy'
522025-03-03T04:03:18.705Zinfo: installing component 'rust-docs'
532025-03-03T04:03:21.643Zinfo: installing component 'rust-std'
542025-03-03T04:03:23.813Zinfo: installing component 'rustc'
552025-03-03T04:03:31.138Zinfo: installing component 'rustfmt'
562025-03-03T04:03:31.514Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-03T04:03:31.514Z
582025-03-03T04:03:31.662Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-03T04:03:31.662Z
602025-03-03T04:03:31.662Z
612025-03-03T04:03:31.662ZRust is installed now. Great!
622025-03-03T04:03:31.662Z
632025-03-03T04:03:31.662ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-03T04:03:31.662Zenvironment variable. This has not been done automatically.
652025-03-03T04:03:31.663Z
662025-03-03T04:03:31.688ZTo configure your current shell, you need to source
672025-03-03T04:03:31.688Zthe corresponding env file under $HOME/.cargo.
682025-03-03T04:03:31.688Z
692025-03-03T04:03:31.688ZThis is usually done by running one of the following (note the leading DOT):
702025-03-03T04:03:31.688Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-03T04:03:31.688Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-03T04:03:31.752Z+ rustup --version
732025-03-03T04:03:31.777Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-03-03T04:03:31.777Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-03-03T04:03:31.887Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-03-03T04:03:31.913Z+ cargo --version
772025-03-03T04:03:31.998Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-03-03T04:03:32.023Z+ rustc --version
792025-03-03T04:03:32.133Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-03T04:03:32.159Zprocess exited: duration 18812 ms, exit code 0
 
812025-03-03T04:03:32.210Zstarting task 2: "authentication"
822025-03-03T04:03:32.273Zprocess exited: duration 63 ms, exit code 0
 
832025-03-03T04:03:32.323Zstarting task 3: "clone repository"
842025-03-03T04:03:32.348Z+ mkdir -p /work/oxidecomputer/omicron
852025-03-03T04:03:32.348Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-03-03T04:03:32.373ZCloning into '/work/oxidecomputer/omicron'...
872025-03-03T04:03:40.212Z+ cd /work/oxidecomputer/omicron
882025-03-03T04:03:40.212Z+ git fetch origin 4d4c482c1911a9c5db8d3e7b06c51522f2b17884
892025-03-03T04:03:40.639ZFrom https://github.com/oxidecomputer/omicron
902025-03-03T04:03:40.639Z * branch 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 -> FETCH_HEAD
912025-03-03T04:03:40.665Z+ [[ -n renovate/cargo_metadata-0.x ]]
922025-03-03T04:03:40.665Z++ git branch --show-current
932025-03-03T04:03:40.665Z+ current=main
942025-03-03T04:03:40.665Z+ [[ main != renovate/cargo_metadata-0.x ]]
952025-03-03T04:03:40.665Z+ git branch -f renovate/cargo_metadata-0.x 4d4c482c1911a9c5db8d3e7b06c51522f2b17884
962025-03-03T04:03:40.691Z+ git checkout -f renovate/cargo_metadata-0.x
972025-03-03T04:03:40.916ZSwitched to branch 'renovate/cargo_metadata-0.x'
982025-03-03T04:03:40.941Z+ git reset --hard 4d4c482c1911a9c5db8d3e7b06c51522f2b17884
992025-03-03T04:03:40.941ZHEAD is now at 4d4c482c1 Update Rust crate cargo_metadata to 0.19.2
1002025-03-03T04:03:40.941Zprocess exited: duration 8617 ms, exit code 0
 
1012025-03-03T04:03:40.991Zstarting task 4: "build"
1022025-03-03T04:03:41.016Z+ source .github/buildomat/ci-env.sh
1032025-03-03T04:03:41.016Z++ export CARGO_TERM_COLOR=always
1042025-03-03T04:03:41.016Z++ CARGO_TERM_COLOR=always
1052025-03-03T04:03:41.016Z+ cargo --version
1062025-03-03T04:03:41.066Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-03-03T04:03:41.091Z+ rustc --version
1082025-03-03T04:03:41.152Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-03-03T04:03:41.177Z+ source ./env.sh
1102025-03-03T04:03:41.177Z++ OLD_SHELL_OPTS=ehxB
1112025-03-03T04:03:41.177Z++ set -o xtrace
1122025-03-03T04:03:41.177Z++++ dirname ./env.sh
1132025-03-03T04:03:41.177Z+++ readlink -f .
1142025-03-03T04:03:41.177Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-03-03T04:03:41.177Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-03-03T04:03:41.177Z++ 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-03T04:03:41.178Z++ 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
1182025-03-03T04:03:41.178Z++ 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-03T04:03:41.178Z++ 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
1202025-03-03T04:03:41.178Z++ 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-03T04:03:41.178Z++ 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
1222025-03-03T04:03:41.178Z++ 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-03T04:03:41.178Z++ case $OLD_SHELL_OPTS in
1242025-03-03T04:03:41.178Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-03-03T04:03:41.178Z+ 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
1262025-03-03T04:03:41.179Z+ 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-03T04:03:41.179Z+ banner prerequisites
1282025-03-03T04:03:41.179Z
1292025-03-03T04:03:41.179Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-03-03T04:03:41.179Z # # # # # # # # # # # # # # #
1312025-03-03T04:03:41.179Z # # # # ##### # # ##### # # # # # #### #
1322025-03-03T04:03:41.179Z ##### ##### # ##### # # # # # # # # #
1332025-03-03T04:03:41.179Z # # # # # # # # # # # # # # #
1342025-03-03T04:03:41.179Z # # # ###### # # ###### ### # #### # #### #
1352025-03-03T04:03:41.179Z
1362025-03-03T04:03:41.179Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-03-03T04:03:42.547Zpkg list: illegal option -- F
1382025-03-03T04:03:42.547ZUsage:
1392025-03-03T04:03:42.547Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-03-03T04:03:42.547Z [pkg_fmri_pattern ...]
1412025-03-03T04:03:43.565Zpkg list: illegal option -- F
1422025-03-03T04:03:43.565ZUsage:
1432025-03-03T04:03:43.565Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-03-03T04:03:43.565Z [pkg_fmri_pattern ...]
1452025-03-03T04:03:59.396Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-03-03T04:04:04.633Z Startup: Caching catalogs ... Done
1472025-03-03T04:04:20.666ZPlanning: Solver setup ... Done (15.016s)
1482025-03-03T04:04:20.849ZPlanning: Running solver ... Done (0.183s)
1492025-03-03T04:04:20.967ZPlanning: Finding local manifests ... Done (0.003s)
1502025-03-03T04:04:21.047ZPlanning: Fetching manifests: 0/7 0% complete
1512025-03-03T04:04:21.533ZPlanning: Fetching manifests: 7/7 100% complete
1522025-03-03T04:04:21.663ZPlanning: Package planning ... Done (0.129s)
1532025-03-03T04:04:21.729ZPlanning: Merging actions ... Done (0.066s)
1542025-03-03T04:04:21.948ZPlanning: Checking for conflicting actions ... Done (0.220s)
1552025-03-03T04:04:23.000ZPlanning: Consolidating action changes ... Done (1.051s)
1562025-03-03T04:04:23.395ZPlanning: Evaluating mediators ... Done (0.395s)
1572025-03-03T04:04:23.489ZPlanning: Planning completed in 18.87 seconds
1582025-03-03T04:04:23.515Z Packages to install: 4
1592025-03-03T04:04:23.515Z Packages to update: 3
1602025-03-03T04:04:23.515Z Mediators to change: 2
1612025-03-03T04:04:23.515Z Services to change: 1
1622025-03-03T04:04:23.516Z Estimated space available: 155.13 GB
1632025-03-03T04:04:23.516ZEstimated space to be consumed: 1.66 GB
1642025-03-03T04:04:23.516Z Create boot environment: No
1652025-03-03T04:04:23.516ZCreate backup boot environment: Yes
1662025-03-03T04:04:23.516Z Rebuild boot archive: No
1672025-03-03T04:04:23.516Z
1682025-03-03T04:04:23.516ZChanged mediators:
1692025-03-03T04:04:23.516Z mediator clang:
1702025-03-03T04:04:23.516Z version: None -> 15 (system default)
1712025-03-03T04:04:23.516Z
1722025-03-03T04:04:23.517Z mediator llvm:
1732025-03-03T04:04:23.517Z version: 14 (system default) -> 15 (system default)
1742025-03-03T04:04:23.517Z
1752025-03-03T04:04:23.517ZChanged packages:
1762025-03-03T04:04:23.517Zhelios-dev
1772025-03-03T04:04:23.517Z developer/build-essential
1782025-03-03T04:04:23.517Z None -> 11-2.0
1792025-03-03T04:04:23.517Z library/libxmlsec1
1802025-03-03T04:04:23.517Z None -> 1.2.35-2.0
1812025-03-03T04:04:23.517Z ooce/developer/clang-15
1822025-03-03T04:04:23.517Z None -> 15.0.7-2.0
1832025-03-03T04:04:23.517Z ooce/developer/llvm-15
1842025-03-03T04:04:23.517Z None -> 15.0.7-2.0
1852025-03-03T04:04:23.517Z package/pkg
1862025-03-03T04:04:23.517Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-03-03T04:04:23.517Z system/library/g++-runtime
1882025-03-03T04:04:23.517Z 13-2.0 -> 14-2.0
1892025-03-03T04:04:23.517Z system/library/gcc-runtime
1902025-03-03T04:04:23.517Z 13-2.0 -> 14-2.0
1912025-03-03T04:04:23.517Z
1922025-03-03T04:04:23.517ZServices:
1932025-03-03T04:04:23.517Z restart_fmri:
1942025-03-03T04:04:23.517Z svc:/system/update-man-index:default
1952025-03-03T04:04:23.517Z
1962025-03-03T04:04:23.517ZEditable files to change:
1972025-03-03T04:04:23.517Z Update:
1982025-03-03T04:04:23.517Z usr/share/lib/pkg/web/config.shtml
1992025-03-03T04:04:23.576Z
2002025-03-03T04:04:23.576ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-03-03T04:04:28.582ZDownload: 811/4301 items 18.7/225.4MB 8% complete (3.9M/s)
2022025-03-03T04:04:33.581ZDownload: 1195/4301 items 69.1/225.4MB 30% complete (7.0M/s)
2032025-03-03T04:04:38.588ZDownload: 1198/4301 items 78.5/225.4MB 34% complete (6.0M/s)
2042025-03-03T04:04:43.592ZDownload: 1948/4301 items 118.7/225.4MB 52% complete (5.0M/s)
2052025-03-03T04:04:48.592ZDownload: 2409/4301 items 120.1/225.4MB 53% complete (4.2M/s)
2062025-03-03T04:04:53.592ZDownload: 3218/4301 items 156.4/225.4MB 69% complete (3.7M/s)
2072025-03-03T04:04:58.594ZDownload: 3248/4301 items 184.9/225.4MB 82% complete (6.4M/s)
2082025-03-03T04:05:03.596ZDownload: 3783/4301 items 217.3/225.4MB 96% complete (6.3M/s)
2092025-03-03T04:05:10.962ZDownload: 4299/4301 items 225.2/225.4MB 99% complete (4.1M/s)
2102025-03-03T04:05:11.060ZDownload: Completed 225.42 MB in 47.49 seconds (4.8M/s)
2112025-03-03T04:05:12.527Z Actions: 1/5122 actions (Removing old actions)
2122025-03-03T04:05:12.552Z Actions: 194/5122 actions (Installing new actions)
2132025-03-03T04:05:17.570Z Actions: 3440/5122 actions (Installing new actions)
2142025-03-03T04:05:18.504Z Actions: 4267/5122 actions (Updating modified actions)
2152025-03-03T04:05:18.926Z Actions: Completed 5122 actions in 6.40 seconds.
2162025-03-03T04:05:19.520Z Done (0.577s)
2172025-03-03T04:05:19.551Z Done (0.002s)
2182025-03-03T04:05:20.252Z Done (0.733s)
2192025-03-03T04:05:25.006Z Done (4.560s)
2202025-03-03T04:05:25.092Z Done (0.018s)
2212025-03-03T04:05:25.122Z Done (0.000s)
2222025-03-03T04:05:25.253Z Done (0.000s)
2232025-03-03T04:05:26.043ZPlanning: Evaluating mediator changes ... Done
2242025-03-03T04:05:26.223ZPlanning: Checking for conflicting actions ... Done
2252025-03-03T04:05:26.252ZPlanning: Consolidating action changes ... Done
2262025-03-03T04:05:26.555ZPlanning: Evaluating mediators ... Done
2272025-03-03T04:05:26.591ZPlanning: Planning completed in 0.53 seconds
2282025-03-03T04:05:26.622Z Mediators to change: 2
2292025-03-03T04:05:26.624Z Create boot environment: No
2302025-03-03T04:05:26.624ZCreate backup boot environment: No
2312025-03-03T04:05:26.698Z Done
2322025-03-03T04:05:26.699Z Done
2332025-03-03T04:05:27.178Z Done
2342025-03-03T04:05:31.451Z Done
2352025-03-03T04:05:31.549Z Done
2362025-03-03T04:05:31.549Z Done
2372025-03-03T04:05:31.639Z Done
2382025-03-03T04:05:32.358ZPlanning: Evaluating mediator changes ... Done
2392025-03-03T04:05:32.392ZPlanning: Merging actions ... Done
2402025-03-03T04:05:32.587ZPlanning: Checking for conflicting actions ... Done
2412025-03-03T04:05:32.618ZPlanning: Consolidating action changes ... Done
2422025-03-03T04:05:32.902ZPlanning: Evaluating mediators ... Done
2432025-03-03T04:05:32.969ZPlanning: Planning completed in 0.90 seconds
2442025-03-03T04:05:33.011Z Packages to change: 1
2452025-03-03T04:05:33.011Z Mediators to change: 1
2462025-03-03T04:05:33.011Z Services to change: 1
2472025-03-03T04:05:33.011Z Create boot environment: No
2482025-03-03T04:05:33.011ZCreate backup boot environment: Yes
2492025-03-03T04:05:33.699Z Actions: 1/6 actions (Updating modified actions)
2502025-03-03T04:05:33.728Z Actions: Completed 6 actions in 0.00 seconds.
2512025-03-03T04:05:33.728Z Done
2522025-03-03T04:05:33.728Z Done
2532025-03-03T04:05:33.847Z Done
2542025-03-03T04:05:38.196Z Done
2552025-03-03T04:05:38.288Z Done
2562025-03-03T04:05:38.313Z Done
2572025-03-03T04:05:38.381Z Done
2582025-03-03T04:05:38.899ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2592025-03-03T04:05:38.899Zclang system 15 system
2602025-03-03T04:05:38.899Zcsh system system illumos
2612025-03-03T04:05:38.899Zctags system system illumos
2622025-03-03T04:05:38.899Zgcc vendor 12 vendor
2632025-03-03T04:05:38.899Zgcc system 10 system
2642025-03-03T04:05:38.899Zgcc system 7 system
2652025-03-03T04:05:38.899Zgo system 1.20 system
2662025-03-03T04:05:38.899Zgo system 1.19 system
2672025-03-03T04:05:38.899Zllvm system 15 system
2682025-03-03T04:05:38.899Zllvm system 14 system
2692025-03-03T04:05:38.899Zmariadb system 10.6 system
2702025-03-03T04:05:38.899Zmta vendor vendor dma
2712025-03-03T04:05:38.899Zopenjdk system 17 system
2722025-03-03T04:05:38.899Zopenjdk system 11 system
2732025-03-03T04:05:38.899Zopenjdk system 1.8 system
2742025-03-03T04:05:38.899Zopenssl vendor 3 vendor
2752025-03-03T04:05:38.899Zperl system 5.36 system
2762025-03-03T04:05:38.899Zpostgresql system 15 system
2772025-03-03T04:05:38.899Zpostgresql system 13 system
2782025-03-03T04:05:38.899Zpython vendor 3 vendor
2792025-03-03T04:05:38.899Zpython system 2 system
2802025-03-03T04:05:38.899Zpython3 system 3.11 system
2812025-03-03T04:05:38.900Zruby system 3.0 system
2822025-03-03T04:05:38.900Zwords vendor vendor american-english
2832025-03-03T04:05:38.900Zwords system system australian-english
2842025-03-03T04:05:38.900Zwords system system british-english
2852025-03-03T04:05:38.900Zwords system system canadian-english
2862025-03-03T04:05:38.900Zwords system system french
2872025-03-03T04:05:38.900Zwords system system italian
2882025-03-03T04:05:38.900Zwords system system ngerman
2892025-03-03T04:05:38.900Zwords system system ogerman
2902025-03-03T04:05:38.900Zwords system system spanish
2912025-03-03T04:05:39.311ZPUBLISHER TYPE STATUS P LOCATION
2922025-03-03T04:05:39.312Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2932025-03-03T04:05:43.050ZFMRI IFO
2942025-03-03T04:05:43.051Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2952025-03-03T04:05:43.051Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2962025-03-03T04:05:43.051Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2972025-03-03T04:05:43.051Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2982025-03-03T04:05:43.051Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2992025-03-03T04:05:43.051Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3002025-03-03T04:05:43.051Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3012025-03-03T04:05:43.051Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3022025-03-03T04:05:43.052Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3032025-03-03T04:05:43.052Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3042025-03-03T04:05:43.052Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3052025-03-03T04:05:43.052Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3062025-03-03T04:05:43.052Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3072025-03-03T04:05:43.053Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3082025-03-03T04:05:43.053Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3092025-03-03T04:05:43.884Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3102025-03-03T04:05:44.317Z Updating crates.io index
3112025-03-03T04:05:44.375Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3122025-03-03T04:05:45.029Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132025-03-03T04:05:45.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3142025-03-03T04:05:45.671Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3152025-03-03T04:05:46.043Z Updating git repository `https://github.com/oxidecomputer/propolis`
3162025-03-03T04:05:47.063Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172025-03-03T04:05:49.049Z Updating git repository `https://github.com/oxidecomputer/opte`
3182025-03-03T04:05:49.789Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-03-03T04:05:50.567Z Updating git repository `https://github.com/oxidecomputer/clickward`
3202025-03-03T04:05:50.939Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3212025-03-03T04:05:51.347Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3222025-03-03T04:05:52.125Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3232025-03-03T04:05:52.699Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3242025-03-03T04:05:53.092Z Updating git repository `https://github.com/oxidecomputer/propolis`
3252025-03-03T04:05:53.709Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3262025-03-03T04:05:54.117Z Updating git repository `https://github.com/oxidecomputer/tofino`
3272025-03-03T04:05:54.498Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3282025-03-03T04:05:54.823Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3292025-03-03T04:05:55.142Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3302025-03-03T04:05:55.542Z Updating git repository `https://github.com/oxidecomputer/lldp`
3312025-03-03T04:05:55.959Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3322025-03-03T04:05:56.341Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3332025-03-03T04:05:56.810Z Updating git repository `https://github.com/oxidecomputer/ispf`
3342025-03-03T04:05:57.244Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3352025-03-03T04:05:57.584Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3362025-03-03T04:05:58.259Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3372025-03-03T04:05:58.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3382025-03-03T04:05:59.080Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3392025-03-03T04:05:59.557Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3402025-03-03T04:05:59.914Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3412025-03-03T04:06:00.216Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3422025-03-03T04:06:00.561Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432025-03-03T04:06:01.998Z Downloading crates ...
3442025-03-03T04:06:02.060Z Downloaded anstyle v1.0.10
3452025-03-03T04:06:02.096Z Downloaded equivalent v1.0.1
3462025-03-03T04:06:02.096Z Downloaded dtrace-parser v0.2.0
3472025-03-03T04:06:02.096Z Downloaded bytecount v0.6.8
3482025-03-03T04:06:02.096Z Downloaded usdt-macro v0.5.0
3492025-03-03T04:06:02.097Z Downloaded io-lifetimes v1.0.11
3502025-03-03T04:06:02.097Z Downloaded utf8parse v0.2.2
3512025-03-03T04:06:02.097Z Downloaded generic-array v0.14.7
3522025-03-03T04:06:02.097Z Downloaded camino-tempfile v1.1.1
3532025-03-03T04:06:02.097Z Downloaded usdt-impl v0.5.0
3542025-03-03T04:06:02.097Z Downloaded thiserror v2.0.11
3552025-03-03T04:06:02.097Z Downloaded zerocopy-derive v0.7.35
3562025-03-03T04:06:02.097Z Downloaded serde_derive v1.0.218
3572025-03-03T04:06:02.138Z Downloaded usdt-attr-macro v0.5.0
3582025-03-03T04:06:02.138Z Downloaded toml_edit v0.22.24
3592025-03-03T04:06:02.138Z Downloaded pest v2.7.14
3602025-03-03T04:06:02.166Z Downloaded serde_json v1.0.139
3612025-03-03T04:06:02.166Z Downloaded tabled v0.15.0
3622025-03-03T04:06:02.166Z Downloaded zerocopy v0.7.35
3632025-03-03T04:06:02.195Z Downloaded winnow v0.7.3
3642025-03-03T04:06:02.196Z Downloaded syn v2.0.98
3652025-03-03T04:06:02.227Z Downloaded rustix v0.38.37
3662025-03-03T04:06:02.228Z Downloaded rustix v0.37.28
3672025-03-03T04:06:02.256Z Downloaded unicode-width v0.1.14
3682025-03-03T04:06:02.256Z Downloaded syn v1.0.109
3692025-03-03T04:06:02.282Z Downloaded thread-id v4.2.2
3702025-03-03T04:06:02.282Z Downloaded pest_meta v2.7.14
3712025-03-03T04:06:02.282Z Downloaded terminal_size v0.2.6
3722025-03-03T04:06:02.282Z Downloaded cargo_toml v0.21.0
3732025-03-03T04:06:02.282Z Downloaded proc-macro2 v1.0.93
3742025-03-03T04:06:02.283Z Downloaded libc v0.2.170
3752025-03-03T04:06:02.308Z Downloaded goblin v0.8.2
3762025-03-03T04:06:02.308Z Downloaded clap_builder v4.5.31
3772025-03-03T04:06:02.337Z Downloaded hashbrown v0.15.1
3782025-03-03T04:06:02.337Z Downloaded serde v1.0.218
3792025-03-03T04:06:02.337Z Downloaded ryu v1.0.18
3802025-03-03T04:06:02.337Z Downloaded memchr v2.7.4
3812025-03-03T04:06:02.337Z Downloaded indexmap v2.7.1
3822025-03-03T04:06:02.337Z Downloaded pest_derive v2.7.14
3832025-03-03T04:06:02.337Z Downloaded papergrid v0.11.0
3842025-03-03T04:06:02.367Z Downloaded version_check v0.9.5
3852025-03-03T04:06:02.367Z Downloaded unicode-ident v1.0.14
3862025-03-03T04:06:02.367Z Downloaded ucd-trie v0.1.7
3872025-03-03T04:06:02.367Z Downloaded typenum v1.17.0
3882025-03-03T04:06:02.367Z Downloaded toml v0.8.20
3892025-03-03T04:06:02.367Z Downloaded textwrap v0.16.1
3902025-03-03T04:06:02.367Z Downloaded smawk v0.3.2
3912025-03-03T04:06:02.367Z Downloaded quote v1.0.38
3922025-03-03T04:06:02.367Z Downloaded once_cell v1.20.3
3932025-03-03T04:06:02.367Z Downloaded clap_derive v4.5.28
3942025-03-03T04:06:02.367Z Downloaded clap v4.5.31
3952025-03-03T04:06:02.423Z Downloaded tempfile v3.13.0
3962025-03-03T04:06:02.423Z Downloaded swrite v0.1.0
3972025-03-03T04:06:02.423Z Downloaded sha2 v0.10.8
3982025-03-03T04:06:02.423Z Downloaded semver v1.0.25
3992025-03-03T04:06:02.423Z Downloaded proc-macro-error v1.0.4
4002025-03-03T04:06:02.423Z Downloaded memmap v0.7.0
4012025-03-03T04:06:02.423Z Downloaded log v0.4.22
4022025-03-03T04:06:02.423Z Downloaded heck v0.5.0
4032025-03-03T04:06:02.424Z Downloaded cargo_metadata v0.19.2
4042025-03-03T04:06:02.424Z Downloaded anstream v0.6.15
4052025-03-03T04:06:02.424Z Downloaded usdt v0.5.0
4062025-03-03T04:06:02.424Z Downloaded unicode-linebreak v0.1.5
4072025-03-03T04:06:02.424Z Downloaded toml_datetime v0.6.8
4082025-03-03T04:06:02.424Z Downloaded thiserror-impl v1.0.69
4092025-03-03T04:06:02.424Z Downloaded thiserror v1.0.69
4102025-03-03T04:06:02.449Z Downloaded terminal_size v0.4.0
4112025-03-03T04:06:02.449Z Downloaded tabled_derive v0.7.0
4122025-03-03T04:06:02.449Z Downloaded strsim v0.11.1
4132025-03-03T04:06:02.449Z Downloaded serde_tokenstream v0.2.2
4142025-03-03T04:06:02.450Z Downloaded scroll v0.12.0
4152025-03-03T04:06:02.450Z Downloaded proc-macro-error-attr v1.0.4
4162025-03-03T04:06:02.450Z Downloaded pest_generator v2.7.14
4172025-03-03T04:06:02.450Z Downloaded itoa v1.0.11
4182025-03-03T04:06:02.450Z Downloaded camino v1.1.9
4192025-03-03T04:06:02.450Z Downloaded thiserror-impl v2.0.11
4202025-03-03T04:06:02.450Z Downloaded serde_spanned v0.6.8
4212025-03-03T04:06:02.450Z Downloaded scroll_derive v0.12.0
4222025-03-03T04:06:02.450Z Downloaded plain v0.2.3
4232025-03-03T04:06:02.450Z Downloaded macaddr v1.0.1
4242025-03-03T04:06:02.450Z Downloaded fs-err v2.11.0
4252025-03-03T04:06:02.450Z Downloaded fnv v1.0.7
4262025-03-03T04:06:02.450Z Downloaded fastrand v2.1.1
4272025-03-03T04:06:02.450Z Downloaded byteorder v1.5.0
4282025-03-03T04:06:02.451Z Downloaded block-buffer v0.10.4
4292025-03-03T04:06:02.451Z Downloaded digest v0.10.7
4302025-03-03T04:06:02.451Z Downloaded clap_lex v0.7.4
4312025-03-03T04:06:02.451Z Downloaded cfg-if v1.0.0
4322025-03-03T04:06:02.451Z Downloaded cargo-platform v0.1.8
4332025-03-03T04:06:02.451Z Downloaded anstyle-parse v0.2.5
4342025-03-03T04:06:02.451Z Downloaded pretty-hex v0.4.1
4352025-03-03T04:06:02.451Z Downloaded is_terminal_polyfill v1.70.1
4362025-03-03T04:06:02.451Z Downloaded heck v0.4.1
4372025-03-03T04:06:02.451Z Downloaded errno v0.3.9
4382025-03-03T04:06:02.451Z Downloaded dof v0.3.0
4392025-03-03T04:06:02.451Z Downloaded crypto-common v0.1.6
4402025-03-03T04:06:02.451Z Downloaded cpufeatures v0.2.14
4412025-03-03T04:06:02.451Z Downloaded colorchoice v1.0.2
4422025-03-03T04:06:02.451Z Downloaded bitflags v2.6.0
4432025-03-03T04:06:02.451Z Downloaded bitflags v1.3.2
4442025-03-03T04:06:02.480Z Downloaded autocfg v1.4.0
4452025-03-03T04:06:02.481Z Downloaded anyhow v1.0.96
4462025-03-03T04:06:02.481Z Downloaded anstyle-query v1.1.1
4472025-03-03T04:06:02.593Z Compiling proc-macro2 v1.0.93
4482025-03-03T04:06:02.593Z Compiling unicode-ident v1.0.14
4492025-03-03T04:06:02.593Z Compiling libc v0.2.170
4502025-03-03T04:06:02.622Z Compiling version_check v0.9.5
4512025-03-03T04:06:02.622Z Compiling serde v1.0.218
4522025-03-03T04:06:02.622Z Compiling memchr v2.7.4
4532025-03-03T04:06:02.622Z Compiling thiserror v1.0.69
4542025-03-03T04:06:02.622Z Compiling ucd-trie v0.1.7
4552025-03-03T04:06:02.880Z Compiling ryu v1.0.18
4562025-03-03T04:06:03.258Z Compiling itoa v1.0.11
4572025-03-03T04:06:03.324Z Compiling once_cell v1.20.3
4582025-03-03T04:06:03.501Z Compiling byteorder v1.5.0
4592025-03-03T04:06:03.599Z Compiling rustix v0.38.37
4602025-03-03T04:06:03.728Z Compiling serde_json v1.0.139
4612025-03-03T04:06:04.084Z Compiling bitflags v2.6.0
4622025-03-03T04:06:04.198Z Compiling proc-macro-error-attr v1.0.4
4632025-03-03T04:06:04.233Z Compiling usdt-impl v0.5.0
4642025-03-03T04:06:04.528Z Compiling io-lifetimes v1.0.11
4652025-03-03T04:06:04.556Z Compiling syn v1.0.109
4662025-03-03T04:06:04.622Z Compiling proc-macro-error v1.0.4
4672025-03-03T04:06:04.663Z Compiling quote v1.0.38
4682025-03-03T04:06:04.767Z Compiling errno v0.3.9
4692025-03-03T04:06:05.040Z Compiling syn v2.0.98
4702025-03-03T04:06:05.070Z Compiling plain v0.2.3
4712025-03-03T04:06:05.225Z Compiling thread-id v4.2.2
4722025-03-03T04:06:05.253Z Compiling utf8parse v0.2.2
4732025-03-03T04:06:05.282Z Compiling camino v1.1.9
4742025-03-03T04:06:05.309Z Compiling equivalent v1.0.1
4752025-03-03T04:06:05.335Z Compiling log v0.4.22
4762025-03-03T04:06:05.364Z Compiling hashbrown v0.15.1
4772025-03-03T04:06:05.438Z Compiling rustix v0.37.28
4782025-03-03T04:06:05.463Z Compiling anstyle-parse v0.2.5
4792025-03-03T04:06:05.957Z Compiling autocfg v1.4.0
4802025-03-03T04:06:06.222Z Compiling bitflags v1.3.2
4812025-03-03T04:06:06.293Z Compiling is_terminal_polyfill v1.70.1
4822025-03-03T04:06:06.334Z Compiling indexmap v2.7.1
4832025-03-03T04:06:06.359Z Compiling pretty-hex v0.4.1
4842025-03-03T04:06:06.387Z Compiling winnow v0.7.3
4852025-03-03T04:06:06.435Z Compiling anstyle-query v1.1.1
4862025-03-03T04:06:06.577Z Compiling anstyle v1.0.10
4872025-03-03T04:06:06.607Z Compiling unicode-width v0.1.14
4882025-03-03T04:06:06.794Z Compiling thiserror v2.0.11
4892025-03-03T04:06:06.944Z Compiling semver v1.0.25
4902025-03-03T04:06:07.035Z Compiling colorchoice v1.0.2
4912025-03-03T04:06:07.180Z Compiling anstream v0.6.15
4922025-03-03T04:06:07.209Z Compiling fs-err v2.11.0
4932025-03-03T04:06:07.405Z Compiling terminal_size v0.4.0
4942025-03-03T04:06:07.637Z Compiling cfg-if v1.0.0
4952025-03-03T04:06:07.666Z Compiling fnv v1.0.7
4962025-03-03T04:06:07.731Z Compiling fastrand v2.1.1
4972025-03-03T04:06:07.774Z Compiling bytecount v0.6.8
4982025-03-03T04:06:07.813Z Compiling clap_lex v0.7.4
4992025-03-03T04:06:07.814Z Compiling strsim v0.11.1
5002025-03-03T04:06:07.973Z Compiling anyhow v1.0.96
5012025-03-03T04:06:08.483Z Compiling heck v0.4.1
5022025-03-03T04:06:08.523Z Compiling heck v0.5.0
5032025-03-03T04:06:08.582Z Compiling tempfile v3.13.0
5042025-03-03T04:06:08.716Z Compiling terminal_size v0.2.6
5052025-03-03T04:06:08.845Z Compiling clap_builder v4.5.31
5062025-03-03T04:06:08.889Z Compiling papergrid v0.11.0
5072025-03-03T04:06:08.959Z Compiling memmap v0.7.0
5082025-03-03T04:06:09.063Z Compiling smawk v0.3.2
5092025-03-03T04:06:09.226Z Compiling unicode-linebreak v0.1.5
5102025-03-03T04:06:09.304Z Compiling swrite v0.1.0
5112025-03-03T04:06:09.639Z Compiling textwrap v0.16.1
5122025-03-03T04:06:09.882Z Compiling tabled_derive v0.7.0
5132025-03-03T04:06:11.195Z Compiling tabled v0.15.0
5142025-03-03T04:06:11.391Z Compiling serde_derive v1.0.218
5152025-03-03T04:06:11.391Z Compiling thiserror-impl v1.0.69
5162025-03-03T04:06:11.392Z Compiling zerocopy-derive v0.7.35
5172025-03-03T04:06:11.416Z Compiling scroll_derive v0.12.0
5182025-03-03T04:06:11.416Z Compiling thiserror-impl v2.0.11
5192025-03-03T04:06:11.416Z Compiling clap_derive v4.5.28
5202025-03-03T04:06:12.539Z Compiling scroll v0.12.0
5212025-03-03T04:06:13.006Z Compiling goblin v0.8.2
5222025-03-03T04:06:13.073Z Compiling zerocopy v0.7.35
5232025-03-03T04:06:13.966Z Compiling pest v2.7.14
5242025-03-03T04:06:14.769Z Compiling clap v4.5.31
5252025-03-03T04:06:16.084Z Compiling pest_meta v2.7.14
5262025-03-03T04:06:17.234Z Compiling pest_generator v2.7.14
5272025-03-03T04:06:18.323Z Compiling pest_derive v2.7.14
5282025-03-03T04:06:18.957Z Compiling dtrace-parser v0.2.0
5292025-03-03T04:06:20.056Z Compiling serde_spanned v0.6.8
5302025-03-03T04:06:20.099Z Compiling toml_datetime v0.6.8
5312025-03-03T04:06:20.099Z Compiling cargo-platform v0.1.8
5322025-03-03T04:06:20.398Z Compiling serde_tokenstream v0.2.2
5332025-03-03T04:06:20.434Z Compiling macaddr v1.0.1
5342025-03-03T04:06:20.559Z Compiling toml_edit v0.22.24
5352025-03-03T04:06:20.598Z Compiling camino-tempfile v1.1.1
5362025-03-03T04:06:21.438Z Compiling dof v0.3.0
5372025-03-03T04:06:21.438Z Compiling cargo_metadata v0.19.2
5382025-03-03T04:06:22.997Z Compiling usdt-attr-macro v0.5.0
5392025-03-03T04:06:22.997Z Compiling usdt-macro v0.5.0
5402025-03-03T04:06:23.425Z Compiling toml v0.8.20
5412025-03-03T04:06:24.033Z Compiling usdt v0.5.0
5422025-03-03T04:06:24.077Z Compiling cargo_toml v0.21.0
5432025-03-03T04:06:27.220Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5442025-03-03T04:06:31.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.54s
5452025-03-03T04:06:31.467Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5462025-03-03T04:06:32.231Z Downloading crates ...
5472025-03-03T04:06:32.395Z Downloaded atty v0.2.14
5482025-03-03T04:06:32.444Z Downloaded aead v0.5.2
5492025-03-03T04:06:32.444Z Downloaded adler2 v2.0.0
5502025-03-03T04:06:32.444Z Downloaded crunchy v0.2.2
5512025-03-03T04:06:32.445Z Downloaded array-init v0.0.4
5522025-03-03T04:06:32.445Z Downloaded cstr-argument v0.1.2
5532025-03-03T04:06:32.445Z Downloaded httparse v1.9.5
5542025-03-03T04:06:32.445Z Downloaded match_cfg v0.1.0
5552025-03-03T04:06:32.445Z Downloaded atomic-waker v1.1.2
5562025-03-03T04:06:32.445Z Downloaded lock_api v0.4.12
5572025-03-03T04:06:32.445Z Downloaded proc-macro-error-attr2 v2.0.0
5582025-03-03T04:06:32.446Z Downloaded hostname v0.3.1
5592025-03-03T04:06:32.446Z Downloaded progenitor v0.8.0
5602025-03-03T04:06:32.446Z Downloaded proc-macro-error2 v2.0.1
5612025-03-03T04:06:32.446Z Downloaded const-oid v0.9.6
5622025-03-03T04:06:32.483Z Downloaded rand_xorshift v0.3.0
5632025-03-03T04:06:32.484Z Downloaded strum_macros v0.25.3
5642025-03-03T04:06:32.484Z Downloaded tower-service v0.3.3
5652025-03-03T04:06:32.484Z Downloaded diesel_table_macro_syntax v0.2.0
5662025-03-03T04:06:32.484Z Downloaded endian-type v0.1.2
5672025-03-03T04:06:32.484Z Downloaded embedded-io v0.4.0
5682025-03-03T04:06:32.484Z Downloaded funty v2.0.0
5692025-03-03T04:06:32.484Z Downloaded blake3 v1.5.4
5702025-03-03T04:06:32.519Z Downloaded futures-channel v0.3.31
5712025-03-03T04:06:32.520Z Downloaded path-slash v0.1.5
5722025-03-03T04:06:32.520Z Downloaded strum v0.26.3
5732025-03-03T04:06:32.520Z Downloaded parse-size v1.1.0
5742025-03-03T04:06:32.520Z Downloaded packed_struct_codegen v0.10.1
5752025-03-03T04:06:32.520Z Downloaded russh-cryptovec v0.7.3
5762025-03-03T04:06:32.520Z Downloaded password-hash v0.5.0
5772025-03-03T04:06:32.597Z Downloaded subtle v2.6.1
5782025-03-03T04:06:32.598Z Downloaded utf8_iter v1.0.4
5792025-03-03T04:06:32.598Z Downloaded new_debug_unreachable v1.0.6
5802025-03-03T04:06:32.599Z Downloaded fxhash v0.2.1
5812025-03-03T04:06:32.599Z Downloaded futures-core v0.3.31
5822025-03-03T04:06:32.599Z Downloaded progenitor-client v0.9.1
5832025-03-03T04:06:32.599Z Downloaded progenitor-client v0.8.0
5842025-03-03T04:06:32.599Z Downloaded percent-encoding v2.3.1
5852025-03-03T04:06:32.599Z Downloaded progenitor-macro v0.8.0
5862025-03-03T04:06:32.599Z Downloaded termtree v0.4.1
5872025-03-03T04:06:32.599Z Downloaded downcast v0.11.0
5882025-03-03T04:06:32.599Z Downloaded synstructure v0.13.1
5892025-03-03T04:06:32.599Z Downloaded displaydoc v0.2.5
5902025-03-03T04:06:32.643Z Downloaded precomputed-hash v0.1.1
5912025-03-03T04:06:32.643Z Downloaded normalize-line-endings v0.3.0
5922025-03-03T04:06:32.643Z Downloaded ppv-lite86 v0.2.20
5932025-03-03T04:06:32.643Z Downloaded want v0.3.1
5942025-03-03T04:06:32.643Z Downloaded zone_cfg_derive v0.1.2
5952025-03-03T04:06:32.643Z Downloaded slog-stdlog v4.1.1
5962025-03-03T04:06:32.643Z Downloaded number_prefix v0.4.0
5972025-03-03T04:06:32.643Z Downloaded wait-timeout v0.2.0
5982025-03-03T04:06:32.646Z Downloaded sigpipe v0.1.3
5992025-03-03T04:06:32.646Z Downloaded float-cmp v0.10.0
6002025-03-03T04:06:32.646Z Downloaded num_enum_derive v0.5.11
6012025-03-03T04:06:32.646Z Downloaded write16 v1.0.0
6022025-03-03T04:06:32.646Z Downloaded polyval v0.6.2
6032025-03-03T04:06:32.646Z Downloaded typify-macro v0.2.0
6042025-03-03T04:06:32.646Z Downloaded slab v0.4.9
6052025-03-03T04:06:32.646Z Downloaded which v4.4.2
6062025-03-03T04:06:32.647Z Downloaded slog-bunyan v2.5.0
6072025-03-03T04:06:32.647Z Downloaded slog-async v2.8.0
6082025-03-03T04:06:32.697Z Downloaded newtype_derive v0.1.6
6092025-03-03T04:06:32.697Z Downloaded fixedbitset v0.5.7
6102025-03-03T04:06:32.697Z Downloaded tinyvec_macros v0.1.1
6112025-03-03T04:06:32.697Z Downloaded openssl-macros v0.1.1
6122025-03-03T04:06:32.698Z Downloaded pkcs1 v0.7.5
6132025-03-03T04:06:32.698Z Downloaded openssl-probe v0.1.5
6142025-03-03T04:06:32.698Z Downloaded pkcs8 v0.10.2
6152025-03-03T04:06:32.698Z Downloaded resolv-conf v0.7.0
6162025-03-03T04:06:32.698Z Downloaded opaque-debug v0.3.1
6172025-03-03T04:06:32.698Z Downloaded snafu v0.8.5
6182025-03-03T04:06:32.755Z Downloaded ref-cast v1.0.23
6192025-03-03T04:06:32.755Z Downloaded zone v0.1.8
6202025-03-03T04:06:32.755Z Downloaded form_urlencoded v1.2.1
6212025-03-03T04:06:32.755Z Downloaded shell-words v1.1.0
6222025-03-03T04:06:32.755Z Downloaded foreign-types-shared v0.3.1
6232025-03-03T04:06:32.755Z Downloaded quinn-udp v0.5.5
6242025-03-03T04:06:32.756Z Downloaded tls_codec_derive v0.4.1
6252025-03-03T04:06:32.756Z Downloaded oso-derive v0.27.3
6262025-03-03T04:06:32.756Z Downloaded phf_shared v0.11.2
6272025-03-03T04:06:32.756Z Downloaded ecdsa v0.16.9
6282025-03-03T04:06:32.756Z Downloaded tls_codec v0.4.1
6292025-03-03T04:06:32.756Z Downloaded phf_shared v0.10.0
6302025-03-03T04:06:32.757Z Downloaded portable-atomic v1.9.0
6312025-03-03T04:06:32.758Z Downloaded unicode-properties v0.1.3
6322025-03-03T04:06:32.802Z Downloaded unicode-bidi v0.3.17
6332025-03-03T04:06:32.803Z Downloaded pin-project v1.1.6
6342025-03-03T04:06:32.803Z Downloaded unicode-segmentation v1.12.0
6352025-03-03T04:06:32.803Z Downloaded typify v0.2.0
6362025-03-03T04:06:32.803Z Downloaded vergen v8.3.2
6372025-03-03T04:06:32.803Z Downloaded unicode-normalization v0.1.24
6382025-03-03T04:06:32.803Z Downloaded owo-colors v4.2.0
6392025-03-03T04:06:32.848Z Downloaded typify v0.3.0
6402025-03-03T04:06:32.848Z Downloaded rcgen v0.12.1
6412025-03-03T04:06:32.848Z Downloaded signal-hook v0.3.17
6422025-03-03T04:06:32.848Z Downloaded openssl v0.10.71
6432025-03-03T04:06:32.848Z Downloaded zip v2.1.3
6442025-03-03T04:06:32.849Z Downloaded num-bigint-dig v0.8.4
6452025-03-03T04:06:32.849Z Downloaded time v0.3.36
6462025-03-03T04:06:32.886Z Downloaded itertools v0.13.0
6472025-03-03T04:06:32.886Z Downloaded reedline v0.38.0
6482025-03-03T04:06:32.886Z Downloaded rustls-webpki v0.101.7
6492025-03-03T04:06:32.916Z Downloaded icu_properties_data v1.5.0
6502025-03-03T04:06:32.917Z Downloaded typify-impl v0.3.0
6512025-03-03T04:06:32.944Z Downloaded sled v0.34.7
6522025-03-03T04:06:32.945Z Downloaded webpki-roots v0.26.6
6532025-03-03T04:06:32.945Z Downloaded smoltcp v0.9.1
6542025-03-03T04:06:32.973Z Downloaded polar-core v0.27.3
6552025-03-03T04:06:32.974Z Downloaded curve25519-dalek v4.1.3
6562025-03-03T04:06:32.974Z Downloaded zerocopy-derive v0.6.6
6572025-03-03T04:06:33.002Z Downloaded petgraph v0.6.5
6582025-03-03T04:06:33.027Z Downloaded petgraph v0.7.1
6592025-03-03T04:06:33.055Z Downloaded diesel v2.2.7
6602025-03-03T04:06:33.055Z Downloaded smoltcp v0.11.0
6612025-03-03T04:06:33.089Z Downloaded regex-automata v0.4.8
6622025-03-03T04:06:33.125Z Downloaded rustls v0.23.19
6632025-03-03T04:06:33.125Z Downloaded rustls v0.22.4
6642025-03-03T04:06:33.151Z Downloaded rustls v0.21.12
6652025-03-03T04:06:33.151Z Downloaded hickory-proto v0.24.4
6662025-03-03T04:06:33.179Z Downloaded typify-impl v0.2.0
6672025-03-03T04:06:33.179Z Downloaded csv v1.3.1
6682025-03-03T04:06:33.204Z Downloaded reqwest v0.12.12
6692025-03-03T04:06:33.231Z Downloaded lalrpop v0.19.12
6702025-03-03T04:06:33.231Z Downloaded openapiv3 v2.0.0
6712025-03-03T04:06:33.258Z Downloaded proptest v1.6.0
6722025-03-03T04:06:33.258Z Downloaded tokio v1.43.0
6732025-03-03T04:06:33.295Z Downloaded x509-cert v0.2.5
6742025-03-03T04:06:33.321Z Downloaded idna v1.0.3
6752025-03-03T04:06:33.322Z Downloaded zip v0.6.6
6762025-03-03T04:06:33.322Z Downloaded tungstenite v0.24.0
6772025-03-03T04:06:33.322Z Downloaded lzma-sys v0.1.20
6782025-03-03T04:06:33.367Z Downloaded rand v0.9.0
6792025-03-03T04:06:33.395Z Downloaded regex-syntax v0.8.5
6802025-03-03T04:06:33.395Z Downloaded libm v0.2.8
6812025-03-03T04:06:33.428Z Downloaded itertools v0.14.0
6822025-03-03T04:06:33.428Z Downloaded libz-sys v1.1.20
6832025-03-03T04:06:33.456Z Downloaded openssl-sys v0.9.106
6842025-03-03T04:06:33.456Z Downloaded vcpkg v0.2.15
6852025-03-03T04:06:33.498Z Downloaded encoding_rs v0.8.34
6862025-03-03T04:06:33.524Z Downloaded sha3 v0.10.8
6872025-03-03T04:06:33.553Z Downloaded object v0.36.5
6882025-03-03T04:06:33.554Z Downloaded quinn-proto v0.11.8
6892025-03-03T04:06:33.554Z Downloaded quick-xml v0.37.2
6902025-03-03T04:06:33.581Z Downloaded tungstenite v0.23.0
6912025-03-03T04:06:33.581Z Downloaded zerocopy v0.8.10
6922025-03-03T04:06:33.606Z Downloaded unicode-width v0.2.0
6932025-03-03T04:06:33.606Z Downloaded regress v0.10.3
6942025-03-03T04:06:33.606Z Downloaded num-bigint v0.4.6
6952025-03-03T04:06:33.606Z Downloaded itertools v0.12.1
6962025-03-03T04:06:33.631Z Downloaded ring v0.17.11
6972025-03-03T04:06:33.662Z Downloaded rustls-pki-types v1.10.0
6982025-03-03T04:06:33.688Z Downloaded oso v0.27.3
6992025-03-03T04:06:33.688Z Downloaded zerocopy-derive v0.8.10
7002025-03-03T04:06:33.688Z Downloaded radix_trie v0.2.1
7012025-03-03T04:06:33.688Z Downloaded regex-syntax v0.6.29
7022025-03-03T04:06:33.742Z Downloaded nix v0.29.0
7032025-03-03T04:06:33.742Z Downloaded dropshot v0.16.0
7042025-03-03T04:06:33.742Z Downloaded bzip2-sys v0.1.11+1.0.8
7052025-03-03T04:06:33.742Z Downloaded nix v0.28.0
7062025-03-03T04:06:33.769Z Downloaded mio v1.0.2
7072025-03-03T04:06:33.769Z Downloaded hashbrown v0.13.2
7082025-03-03T04:06:33.769Z Downloaded libxml v0.3.3
7092025-03-03T04:06:33.795Z Downloaded hyper v1.6.0
7102025-03-03T04:06:33.795Z Downloaded typed-path v0.9.3
7112025-03-03T04:06:33.795Z Downloaded fs_extra v1.3.0
7122025-03-03T04:06:33.795Z Downloaded object v0.30.4
7132025-03-03T04:06:33.820Z Downloaded regex v1.11.1
7142025-03-03T04:06:33.820Z Downloaded dropshot v0.12.0
7152025-03-03T04:06:33.844Z Downloaded itertools v0.10.5
7162025-03-03T04:06:33.844Z Downloaded tinyvec v1.8.0
7172025-03-03T04:06:33.869Z Downloaded rayon-core v1.12.1
7182025-03-03T04:06:33.869Z Downloaded prettyplease v0.2.29
7192025-03-03T04:06:33.870Z Downloaded nix v0.27.1
7202025-03-03T04:06:33.870Z Downloaded ratatui v0.29.0
7212025-03-03T04:06:33.894Z Downloaded zerovec-derive v0.10.3
7222025-03-03T04:06:33.894Z Downloaded unicase v2.7.0
7232025-03-03T04:06:33.895Z Downloaded quinn v0.11.5
7242025-03-03T04:06:33.921Z Downloaded publicsuffix v2.3.0
7252025-03-03T04:06:33.921Z Downloaded rustls-pemfile v2.2.0
7262025-03-03T04:06:33.921Z Downloaded twox-hash v2.1.0
7272025-03-03T04:06:33.921Z Downloaded futures-executor v0.3.31
7282025-03-03T04:06:33.921Z Downloaded qorb v0.2.1
7292025-03-03T04:06:33.921Z Downloaded signature v2.2.0
7302025-03-03T04:06:33.921Z Downloaded socket2 v0.5.8
7312025-03-03T04:06:33.921Z Downloaded winnow v0.6.20
7322025-03-03T04:06:33.947Z Downloaded winnow v0.5.40
7332025-03-03T04:06:33.947Z Downloaded omicron-zone-package v0.12.0
7342025-03-03T04:06:33.947Z Downloaded zopfli v0.8.1
7352025-03-03T04:06:33.947Z Downloaded libgit2-sys v0.17.0+1.8.1
7362025-03-03T04:06:34.006Z Downloaded phf_generator v0.11.2
7372025-03-03T04:06:34.031Z Downloaded smallvec v1.14.0
7382025-03-03T04:06:34.031Z Downloaded fragile v2.0.0
7392025-03-03T04:06:34.031Z Downloaded foreign-types-shared v0.1.1
7402025-03-03T04:06:34.031Z Downloaded tungstenite v0.21.0
7412025-03-03T04:06:34.031Z Downloaded signal-hook-mio v0.2.4
7422025-03-03T04:06:34.031Z Downloaded snafu-derive v0.8.5
7432025-03-03T04:06:34.031Z Downloaded test-strategy v0.4.0
7442025-03-03T04:06:34.031Z Downloaded minimal-lexical v0.2.1
7452025-03-03T04:06:34.031Z Downloaded icu_collections v1.5.0
7462025-03-03T04:06:34.057Z Downloaded futures-macro v0.3.31
7472025-03-03T04:06:34.057Z Downloaded futures-io v0.3.31
7482025-03-03T04:06:34.057Z Downloaded phf_codegen v0.11.2
7492025-03-03T04:06:34.057Z Downloaded primeorder v0.13.6
7502025-03-03T04:06:34.057Z Downloaded dirs-sys-next v0.1.2
7512025-03-03T04:06:34.057Z Downloaded xattr v1.3.1
7522025-03-03T04:06:34.057Z Downloaded ed25519 v2.2.3
7532025-03-03T04:06:34.057Z Downloaded sqlparser v0.45.0
7542025-03-03T04:06:34.057Z Downloaded derive_more v0.99.19
7552025-03-03T04:06:34.083Z Downloaded data-encoding v2.6.0
7562025-03-03T04:06:34.083Z Downloaded num-rational v0.4.2
7572025-03-03T04:06:34.083Z Downloaded debug-ignore v1.0.5
7582025-03-03T04:06:34.083Z Downloaded dropshot_endpoint v0.16.0
7592025-03-03T04:06:34.083Z Downloaded shlex v1.3.0
7602025-03-03T04:06:34.083Z Downloaded pin-project-lite v0.2.14
7612025-03-03T04:06:34.083Z Downloaded pin-project-internal v1.1.6
7622025-03-03T04:06:34.083Z Downloaded yasna v0.5.2
7632025-03-03T04:06:34.083Z Downloaded num-traits v0.2.19
7642025-03-03T04:06:34.108Z Downloaded unicode_categories v0.1.1
7652025-03-03T04:06:34.108Z Downloaded rand v0.8.5
7662025-03-03T04:06:34.108Z Downloaded expectorate v1.1.0
7672025-03-03T04:06:34.108Z Downloaded proc-macro-crate v1.3.1
7682025-03-03T04:06:34.108Z Downloaded slog-term v2.9.1
7692025-03-03T04:06:34.108Z Downloaded num-complex v0.4.6
7702025-03-03T04:06:34.108Z Downloaded rustls-webpki v0.102.8
7712025-03-03T04:06:34.135Z Downloaded petname v2.0.2
7722025-03-03T04:06:34.135Z Downloaded indicatif v0.17.11
7732025-03-03T04:06:34.135Z Downloaded psl-types v2.0.11
7742025-03-03T04:06:34.135Z Downloaded xz2 v0.1.7
7752025-03-03T04:06:34.135Z Downloaded defmt v0.3.8
7762025-03-03T04:06:34.177Z Downloaded unicode-truncate v1.1.0
7772025-03-03T04:06:34.177Z Downloaded zerocopy v0.6.6
7782025-03-03T04:06:34.177Z Downloaded num-iter v0.1.45
7792025-03-03T04:06:34.177Z Downloaded num-integer v0.1.46
7802025-03-03T04:06:34.177Z Downloaded wyz v0.5.1
7812025-03-03T04:06:34.178Z Downloaded unsafe-libyaml v0.2.11
7822025-03-03T04:06:34.178Z Downloaded ed25519-dalek v2.1.1
7832025-03-03T04:06:34.178Z Downloaded writeable v0.5.5
7842025-03-03T04:06:34.178Z Downloaded flate2 v1.1.0
7852025-03-03T04:06:34.253Z Downloaded smf v0.2.3
7862025-03-03T04:06:34.253Z Downloaded time-macros v0.2.18
7872025-03-03T04:06:34.253Z Downloaded getrandom v0.2.15
7882025-03-03T04:06:34.284Z Downloaded num_enum v0.5.11
7892025-03-03T04:06:34.285Z Downloaded rfc6979 v0.4.0
7902025-03-03T04:06:34.285Z Downloaded pkcs5 v0.7.1
7912025-03-03T04:06:34.285Z Downloaded unarray v0.1.4
7922025-03-03T04:06:34.285Z Downloaded typify-macro v0.3.0
7932025-03-03T04:06:34.285Z Downloaded predicates-tree v1.0.11
7942025-03-03T04:06:34.285Z Downloaded gimli v0.31.1
7952025-03-03T04:06:34.285Z Downloaded darling_core v0.20.10
7962025-03-03T04:06:34.285Z Downloaded tar v0.4.44
7972025-03-03T04:06:34.285Z Downloaded yoke v0.7.4
7982025-03-03T04:06:34.285Z Downloaded foreign-types-macros v0.2.3
7992025-03-03T04:06:34.285Z Downloaded fatfs v0.3.6
8002025-03-03T04:06:34.285Z Downloaded subprocess v0.2.9
8012025-03-03T04:06:34.285Z Downloaded peg-macros v0.8.4
8022025-03-03T04:06:34.286Z Downloaded zerofrom v0.1.4
8032025-03-03T04:06:34.286Z Downloaded yoke-derive v0.7.4
8042025-03-03T04:06:34.286Z Downloaded num-derive v0.4.2
8052025-03-03T04:06:34.286Z Downloaded foldhash v0.1.3
8062025-03-03T04:06:34.286Z Downloaded termtree v0.5.1
8072025-03-03T04:06:34.287Z Downloaded serde_with v3.12.0
8082025-03-03T04:06:34.287Z Downloaded signal-hook-tokio v0.3.1
8092025-03-03T04:06:34.287Z Downloaded signal-hook-registry v1.4.2
8102025-03-03T04:06:34.287Z Downloaded pkg-config v0.3.31
8112025-03-03T04:06:34.287Z Downloaded slog v2.7.0
8122025-03-03T04:06:34.287Z Downloaded smallvec v0.6.14
8132025-03-03T04:06:34.288Z Downloaded dsl_auto_type v0.1.2
8142025-03-03T04:06:34.288Z Downloaded pin-utils v0.1.0
8152025-03-03T04:06:34.288Z Downloaded newtype-uuid v1.2.1
8162025-03-03T04:06:34.288Z Downloaded futures-sink v0.3.31
8172025-03-03T04:06:34.288Z Downloaded universal-hash v0.5.1
8182025-03-03T04:06:34.288Z Downloaded fallible-iterator v0.2.0
8192025-03-03T04:06:34.288Z Downloaded similar v2.7.0
8202025-03-03T04:06:34.288Z Downloaded olpc-cjson v0.1.4
8212025-03-03T04:06:34.288Z Downloaded thiserror-no-std v2.0.2
8222025-03-03T04:06:34.288Z Downloaded mockall_derive v0.13.1
8232025-03-03T04:06:34.288Z Downloaded filetime v0.2.25
8242025-03-03T04:06:34.289Z Downloaded env_logger v0.11.5
8252025-03-03T04:06:34.289Z Downloaded env_logger v0.10.2
8262025-03-03T04:06:34.289Z Downloaded nom v7.1.3
8272025-03-03T04:06:34.289Z Downloaded unicode-xid v0.2.6
8282025-03-03T04:06:34.359Z Downloaded radium v0.7.0
8292025-03-03T04:06:34.359Z Downloaded vsss-rs v3.3.4
8302025-03-03T04:06:34.359Z Downloaded flume v0.11.1
8312025-03-03T04:06:34.359Z Downloaded predicates-core v1.0.8
8322025-03-03T04:06:34.360Z Downloaded tinystr v0.7.6
8332025-03-03T04:06:34.360Z Downloaded thiserror-impl-no-std v2.0.2
8342025-03-03T04:06:34.360Z Downloaded p384 v0.13.0
8352025-03-03T04:06:34.360Z Downloaded git2 v0.19.0
8362025-03-03T04:06:34.360Z Downloaded whoami v1.5.2
8372025-03-03T04:06:34.360Z Downloaded poly1305 v0.8.0
8382025-03-03T04:06:34.360Z Downloaded native-tls v0.2.12
8392025-03-03T04:06:34.360Z Downloaded foreign-types v0.5.0
8402025-03-03T04:06:34.361Z Downloaded flagset v0.4.6
8412025-03-03T04:06:34.361Z Downloaded fixedbitset v0.4.2
8422025-03-03T04:06:34.361Z Downloaded ff v0.13.0
8432025-03-03T04:06:34.361Z Downloaded fd-lock v4.0.2
8442025-03-03T04:06:34.361Z Downloaded env_filter v0.1.2
8452025-03-03T04:06:34.361Z Downloaded postcard v1.0.10
8462025-03-03T04:06:34.361Z Downloaded futures-util v0.3.31
8472025-03-03T04:06:34.402Z Downloaded des v0.8.1
8482025-03-03T04:06:34.402Z Downloaded value-bag v1.9.0
8492025-03-03T04:06:34.402Z Downloaded simd-adler32 v0.3.7
8502025-03-03T04:06:34.403Z Downloaded num v0.4.3
8512025-03-03T04:06:34.403Z Downloaded dyn-clone v1.0.18
8522025-03-03T04:06:34.404Z Downloaded tiny-keccak v2.0.2
8532025-03-03T04:06:34.404Z Downloaded foreign-types v0.3.2
8542025-03-03T04:06:34.404Z Downloaded zone_cfg_derive v0.3.0
8552025-03-03T04:06:34.404Z Downloaded siphasher v0.3.11
8562025-03-03T04:06:34.404Z Downloaded postgres-protocol v0.6.8
8572025-03-03T04:06:34.404Z Downloaded darling_macro v0.20.10
8582025-03-03T04:06:34.405Z Downloaded dunce v1.0.5
8592025-03-03T04:06:34.405Z Downloaded thread_local v1.1.8
8602025-03-03T04:06:34.405Z Downloaded miniz_oxide v0.8.5
8612025-03-03T04:06:34.405Z Downloaded icu_locid v1.5.0
8622025-03-03T04:06:34.405Z Downloaded chrono-tz v0.10.1
8632025-03-03T04:06:34.405Z Downloaded litrs v0.4.1
8642025-03-03T04:06:34.405Z Downloaded float-ord v0.3.2
8652025-03-03T04:06:34.405Z Downloaded zone v0.3.0
8662025-03-03T04:06:34.406Z Downloaded phf v0.11.2
8672025-03-03T04:06:34.406Z Downloaded multimap v0.10.0
8682025-03-03T04:06:34.406Z Downloaded iana-time-zone v0.1.61
8692025-03-03T04:06:34.447Z Downloaded vte v0.11.1
8702025-03-03T04:06:34.447Z Downloaded multer v3.1.0
8712025-03-03T04:06:34.447Z Downloaded gethostname v0.5.0
8722025-03-03T04:06:34.447Z Downloaded memmap2 v0.9.5
8732025-03-03T04:06:34.447Z Downloaded bstr v1.10.0
8742025-03-03T04:06:34.447Z Downloaded num_threads v0.1.7
8752025-03-03T04:06:34.448Z Downloaded walkdir v2.5.0
8762025-03-03T04:06:34.448Z Downloaded slog-envlogger v2.2.0
8772025-03-03T04:06:34.448Z Downloaded serde_yaml v0.9.34+deprecated
8782025-03-03T04:06:34.448Z Downloaded progenitor-macro v0.9.1
8792025-03-03T04:06:34.448Z Downloaded hyper-util v0.1.10
8802025-03-03T04:06:34.448Z Downloaded dropshot_endpoint v0.12.0
8812025-03-03T04:06:34.448Z Downloaded nanorand v0.7.0
8822025-03-03T04:06:34.477Z Downloaded dirs-next v2.0.0
8832025-03-03T04:06:34.477Z Downloaded icu_locid_transform_data v1.5.0
8842025-03-03T04:06:34.478Z Downloaded slog-scope v4.4.0
8852025-03-03T04:06:34.478Z Downloaded slog-json v2.6.1
8862025-03-03T04:06:34.478Z Downloaded predicates v3.1.3
8872025-03-03T04:06:34.478Z Downloaded serde_with_macros v3.12.0
8882025-03-03T04:06:34.478Z Downloaded mockall v0.13.1
8892025-03-03T04:06:34.478Z Downloaded slog-dtrace v0.3.0
8902025-03-03T04:06:34.478Z Downloaded postgres-types v0.2.9
8912025-03-03T04:06:34.478Z Downloaded zerovec v0.10.4
8922025-03-03T04:06:34.478Z Downloaded rustc-hash v1.1.0
8932025-03-03T04:06:34.478Z Downloaded http v1.2.0
8942025-03-03T04:06:34.478Z Downloaded waitgroup v0.1.2
8952025-03-03T04:06:34.478Z Downloaded vte_generate_state_changes v0.1.2
8962025-03-03T04:06:34.479Z Downloaded ref-cast-impl v1.0.23
8972025-03-03T04:06:34.479Z Downloaded num-conv v0.1.0
8982025-03-03T04:06:34.479Z Downloaded nu-ansi-term v0.50.1
8992025-03-03T04:06:34.479Z Downloaded time-core v0.1.2
9002025-03-03T04:06:34.479Z Downloaded sqlformat v0.2.6
9012025-03-03T04:06:34.507Z Downloaded rustls-pemfile v1.0.4
9022025-03-03T04:06:34.507Z Downloaded powerfmt v0.2.0
9032025-03-03T04:06:34.507Z Downloaded display-error-chain v0.2.2
9042025-03-03T04:06:34.508Z Downloaded h2 v0.4.6
9052025-03-03T04:06:34.508Z Downloaded jobserver v0.1.32
9062025-03-03T04:06:34.508Z Downloaded hyper-rustls v0.27.3
9072025-03-03T04:06:34.508Z Downloaded structmeta-derive v0.3.0
9082025-03-03T04:06:34.508Z Downloaded rustc-hash v2.1.1
9092025-03-03T04:06:34.509Z Downloaded russh v0.45.0
9102025-03-03T04:06:34.509Z Downloaded p521 v0.13.3
9112025-03-03T04:06:34.536Z Downloaded nodrop v0.1.14
9122025-03-03T04:06:34.536Z Downloaded nibble_vec v0.1.0
9132025-03-03T04:06:34.536Z Downloaded document-features v0.2.10
9142025-03-03T04:06:34.536Z Downloaded termcolor v1.4.1
9152025-03-03T04:06:34.536Z Downloaded term v0.7.0
9162025-03-03T04:06:34.536Z Downloaded spin v0.9.8
9172025-03-03T04:06:34.536Z Downloaded sha1 v0.10.6
9182025-03-03T04:06:34.536Z Downloaded serde_urlencoded v0.7.1
9192025-03-03T04:06:34.536Z Downloaded rusty-fork v0.3.0
9202025-03-03T04:06:34.536Z Downloaded rustversion v1.0.17
9212025-03-03T04:06:34.537Z Downloaded progenitor-impl v0.9.1
9222025-03-03T04:06:34.537Z Downloaded p256 v0.13.2
9232025-03-03T04:06:34.580Z Downloaded ssh-key v0.6.6
9242025-03-03T04:06:34.580Z Downloaded tabled v0.18.0
9252025-03-03T04:06:34.622Z Downloaded termios v0.3.3
9262025-03-03T04:06:34.622Z Downloaded supports-color v3.0.2
9272025-03-03T04:06:34.622Z Downloaded serde_repr v0.1.19
9282025-03-03T04:06:34.622Z Downloaded progenitor-impl v0.8.0
9292025-03-03T04:06:34.622Z Downloaded der v0.7.9
9302025-03-03T04:06:34.622Z Downloaded tabwriter v1.4.0
9312025-03-03T04:06:34.623Z Downloaded serde_plain v1.0.2
9322025-03-03T04:06:34.623Z Downloaded icu_provider v1.5.0
9332025-03-03T04:06:34.623Z Downloaded headers v0.4.0
9342025-03-03T04:06:34.623Z Downloaded sync_wrapper v1.0.1
9352025-03-03T04:06:34.623Z Downloaded sync-ptr v0.1.1
9362025-03-03T04:06:34.623Z Downloaded sqlparser_derive v0.2.2
9372025-03-03T04:06:34.623Z Downloaded spki v0.7.3
9382025-03-03T04:06:34.623Z Downloaded steno v0.4.1
9392025-03-03T04:06:34.624Z Downloaded progenitor v0.9.1
9402025-03-03T04:06:34.624Z Downloaded pem-rfc7468 v0.7.0
9412025-03-03T04:06:34.624Z Downloaded oxnet v0.1.1
9422025-03-03T04:06:34.624Z Downloaded url v2.5.3
9432025-03-03T04:06:34.653Z Downloaded strum_macros v0.26.4
9442025-03-03T04:06:34.653Z Downloaded difflib v0.4.0
9452025-03-03T04:06:34.653Z Downloaded tui-tree-widget v0.23.0
9462025-03-03T04:06:34.653Z Downloaded mime_guess v2.0.5
9472025-03-03T04:06:34.653Z Downloaded derive_builder_macro v0.20.2
9482025-03-03T04:06:34.653Z Downloaded derive-where v1.2.7
9492025-03-03T04:06:34.654Z Downloaded der_derive v0.7.3
9502025-03-03T04:06:34.654Z Downloaded rsa v0.9.6
9512025-03-03T04:06:34.654Z Downloaded parse-zoneinfo v0.3.1
9522025-03-03T04:06:34.654Z Downloaded linked-hash-map v0.5.6
9532025-03-03T04:06:34.654Z Downloaded pem v3.0.5
9542025-03-03T04:06:34.654Z Downloaded newline-converter v0.3.0
9552025-03-03T04:06:34.654Z Downloaded derive_builder_core v0.20.2
9562025-03-03T04:06:34.654Z Downloaded uuid v1.15.1
9572025-03-03T04:06:34.654Z Downloaded peg-runtime v0.8.3
9582025-03-03T04:06:34.654Z Downloaded derive_builder v0.20.2
9592025-03-03T04:06:34.683Z Downloaded tap v1.0.1
9602025-03-03T04:06:34.683Z Downloaded maybe-uninit v2.0.0
9612025-03-03T04:06:34.684Z Downloaded lru v0.12.5
9622025-03-03T04:06:34.684Z Downloaded internet-checksum v0.2.1
9632025-03-03T04:06:34.684Z Downloaded futures-task v0.3.31
9642025-03-03T04:06:34.685Z Downloaded defmt-parser v0.3.4
9652025-03-03T04:06:34.685Z Downloaded defmt-macros v0.3.9
9662025-03-03T04:06:34.685Z Downloaded ron v0.8.1
9672025-03-03T04:06:34.686Z Downloaded ron v0.7.1
9682025-03-03T04:06:34.686Z Downloaded md-5 v0.10.6
9692025-03-03T04:06:34.686Z Downloaded deranged v0.3.11
9702025-03-03T04:06:34.686Z Downloaded russh-keys v0.45.0
9712025-03-03T04:06:34.737Z Downloaded hashbrown v0.12.3
9722025-03-03T04:06:34.737Z Downloaded serde_path_to_error v0.1.16
9732025-03-03T04:06:34.737Z Downloaded salty v0.3.0
9742025-03-03T04:06:34.737Z Downloaded rustfmt-wrapper v0.2.1
9752025-03-03T04:06:34.737Z Downloaded memoffset v0.9.1
9762025-03-03T04:06:34.737Z Downloaded lazycell v1.3.0
9772025-03-03T04:06:34.737Z Downloaded inout v0.1.3
9782025-03-03T04:06:34.737Z Downloaded idna_adapter v1.2.0
9792025-03-03T04:06:34.737Z Downloaded zeroize_derive v1.4.2
9802025-03-03T04:06:34.738Z Downloaded uzers v0.12.1
9812025-03-03T04:06:34.738Z Downloaded utf16_iter v1.0.5
9822025-03-03T04:06:34.738Z Downloaded utf-8 v0.7.6
9832025-03-03T04:06:34.738Z Downloaded tokio-util v0.7.13
9842025-03-03T04:06:34.776Z Downloaded lru-cache v0.1.2
9852025-03-03T04:06:34.777Z Downloaded zeroize v1.8.1
9862025-03-03T04:06:34.777Z Downloaded zerofrom-derive v0.1.4
9872025-03-03T04:06:34.777Z Downloaded rustc-demangle v0.1.24
9882025-03-03T04:06:34.777Z Downloaded papergrid v0.14.0
9892025-03-03T04:06:34.777Z Downloaded tough v0.19.0
9902025-03-03T04:06:34.777Z Downloaded untrusted v0.9.0
9912025-03-03T04:06:34.777Z Downloaded untrusted v0.7.1
9922025-03-03T04:06:34.777Z Downloaded strip-ansi-escapes v0.2.0
9932025-03-03T04:06:34.777Z Downloaded static_assertions v1.1.0
9942025-03-03T04:06:34.777Z Downloaded stable_deref_trait v1.2.0
9952025-03-03T04:06:34.777Z Downloaded ssh-cipher v0.2.0
9962025-03-03T04:06:34.777Z Downloaded parking_lot v0.12.3
9972025-03-03T04:06:34.778Z Downloaded maplit v1.0.2
9982025-03-03T04:06:34.778Z Downloaded libsw-core v0.3.1
9992025-03-03T04:06:34.778Z Downloaded ipnetwork v0.21.1
10002025-03-03T04:06:34.778Z Downloaded ipnet v2.11.0
10012025-03-03T04:06:34.778Z Downloaded icu_normalizer_data v1.5.0
10022025-03-03T04:06:34.778Z Downloaded structmeta v0.3.0
10032025-03-03T04:06:34.778Z Downloaded stringprep v0.1.5
10042025-03-03T04:06:34.778Z Downloaded string_cache v0.8.7
10052025-03-03T04:06:34.778Z Downloaded ssh-encoding v0.2.0
10062025-03-03T04:06:34.778Z Downloaded rtoolbox v0.0.2
10072025-03-03T04:06:34.778Z Downloaded rpassword v7.3.1
10082025-03-03T04:06:34.779Z Downloaded peg v0.8.4
10092025-03-03T04:06:34.817Z Downloaded mime v0.3.17
10102025-03-03T04:06:34.818Z Downloaded linear-map v1.2.0
10112025-03-03T04:06:34.818Z Downloaded lazy_static v1.5.0
10122025-03-03T04:06:34.818Z Downloaded password-hash v0.4.2
10132025-03-03T04:06:34.818Z Downloaded parking_lot_core v0.8.6
10142025-03-03T04:06:34.818Z Downloaded packed_struct v0.10.1
10152025-03-03T04:06:34.818Z Downloaded half v2.4.1
10162025-03-03T04:06:34.818Z Downloaded getrandom v0.3.1
10172025-03-03T04:06:34.818Z Downloaded try-lock v0.2.5
10182025-03-03T04:06:34.819Z Downloaded tower v0.5.2
10192025-03-03T04:06:34.819Z Downloaded take_mut v0.2.2
10202025-03-03T04:06:34.819Z Downloaded rustyline v14.0.0
10212025-03-03T04:06:34.821Z Downloaded rayon v1.10.0
10222025-03-03T04:06:34.848Z Downloaded lalrpop-util v0.19.12
10232025-03-03T04:06:34.848Z Downloaded kstat-rs v0.2.4
10242025-03-03T04:06:34.849Z Downloaded is-terminal v0.4.13
10252025-03-03T04:06:34.849Z Downloaded indoc v2.0.5
10262025-03-03T04:06:34.849Z Downloaded indent_write v2.2.0
10272025-03-03T04:06:34.849Z Downloaded icu_provider_macros v1.5.0
10282025-03-03T04:06:34.849Z Downloaded hyper-tls v0.6.0
10292025-03-03T04:06:34.849Z Downloaded hyper-staticfile v0.10.1
10302025-03-03T04:06:34.849Z Downloaded chrono v0.4.40
10312025-03-03T04:06:34.849Z Downloaded bitvec v1.0.1
10322025-03-03T04:06:34.875Z Downloaded bindgen v0.71.1
10332025-03-03T04:06:34.876Z Downloaded bindgen v0.69.5
10342025-03-03T04:06:34.902Z Downloaded pbkdf2 v0.12.2
10352025-03-03T04:06:34.903Z Downloaded pbkdf2 v0.11.0
10362025-03-03T04:06:34.903Z Downloaded paste v1.0.15
10372025-03-03T04:06:34.903Z Downloaded parse-display-derive v0.10.0
10382025-03-03T04:06:34.903Z Downloaded parse-display v0.10.0
10392025-03-03T04:06:34.903Z Downloaded parking_lot_core v0.9.10
10402025-03-03T04:06:34.903Z Downloaded parking_lot v0.11.2
10412025-03-03T04:06:34.903Z Downloaded hash32 v0.2.1
10422025-03-03T04:06:34.903Z Downloaded libefi-sys v0.1.0
10432025-03-03T04:06:34.904Z Downloaded futures v0.3.31
10442025-03-03T04:06:34.930Z Downloaded elliptic-curve v0.13.8
10452025-03-03T04:06:34.930Z Downloaded toml_edit v0.19.15
10462025-03-03T04:06:34.930Z Downloaded tokio-postgres v0.7.13
10472025-03-03T04:06:34.961Z Downloaded md5 v0.7.0
10482025-03-03T04:06:34.961Z Downloaded hash32 v0.3.1
10492025-03-03T04:06:34.961Z Downloaded group v0.13.0
10502025-03-03T04:06:34.961Z Downloaded globset v0.4.15
10512025-03-03T04:06:34.962Z Downloaded glob v0.3.2
10522025-03-03T04:06:34.962Z Downloaded ghash v0.5.1
10532025-03-03T04:06:34.962Z Downloaded embedded-io v0.6.1
10542025-03-03T04:06:34.962Z Downloaded hickory-resolver v0.24.4
10552025-03-03T04:06:34.962Z Downloaded aws-lc-rs v1.12.4
10562025-03-03T04:06:34.962Z Downloaded diesel_derives v2.2.3
10572025-03-03T04:06:34.994Z Downloaded tracing v0.1.40
10582025-03-03T04:06:34.994Z Downloaded managed v0.8.0
10592025-03-03T04:06:34.994Z Downloaded lockfree-object-pool v0.1.6
10602025-03-03T04:06:34.994Z Downloaded libsw v3.4.0
10612025-03-03T04:06:34.995Z Downloaded keccak v0.1.5
10622025-03-03T04:06:34.995Z Downloaded instant v0.1.13
10632025-03-03T04:06:34.995Z Downloaded indoc v1.0.9
10642025-03-03T04:06:34.995Z Downloaded impl-trait-for-tuples v0.2.2
10652025-03-03T04:06:34.995Z Downloaded ident_case v1.0.1
10662025-03-03T04:06:34.995Z Downloaded icu_locid_transform v1.5.0
10672025-03-03T04:06:34.995Z Downloaded enum-as-inner v0.6.1
10682025-03-03T04:06:35.034Z Downloaded ena v0.14.3
10692025-03-03T04:06:35.035Z Downloaded diff v0.1.13
10702025-03-03T04:06:35.035Z Downloaded darling v0.20.10
10712025-03-03T04:06:35.035Z Downloaded tracing-core v0.1.32
10722025-03-03T04:06:35.035Z Downloaded toml v0.7.8
10732025-03-03T04:06:35.035Z Downloaded tokio-tungstenite v0.23.1
10742025-03-03T04:06:35.036Z Downloaded is_ci v1.2.0
10752025-03-03T04:06:35.036Z Downloaded instability v0.3.2
10762025-03-03T04:06:35.036Z Downloaded hubpack_derive v0.1.1
10772025-03-03T04:06:35.036Z Downloaded hmac v0.12.1
10782025-03-03T04:06:35.036Z Downloaded hex v0.4.3
10792025-03-03T04:06:35.036Z Downloaded either v1.14.0
10802025-03-03T04:06:35.036Z Downloaded daft-derive v0.1.1
10812025-03-03T04:06:35.036Z Downloaded tokio-rustls v0.26.0
10822025-03-03T04:06:35.036Z Downloaded diesel-dtrace v0.4.2
10832025-03-03T04:06:35.036Z Downloaded tokio-tungstenite v0.24.0
10842025-03-03T04:06:35.077Z Downloaded tokio-stream v0.1.17
10852025-03-03T04:06:35.078Z Downloaded tokio-rustls v0.25.0
10862025-03-03T04:06:35.078Z Downloaded tabled_derive v0.10.0
10872025-03-03T04:06:35.078Z Downloaded schemars v0.8.22
10882025-03-03T04:06:35.078Z Downloaded samael v0.0.18
10892025-03-03T04:06:35.078Z Downloaded highway v1.3.0
10902025-03-03T04:06:35.078Z Downloaded daft v0.1.1
10912025-03-03T04:06:35.079Z Downloaded curve25519-dalek-derive v0.1.1
10922025-03-03T04:06:35.079Z Downloaded tracing-attributes v0.1.27
10932025-03-03T04:06:35.079Z Downloaded topological-sort v0.2.2
10942025-03-03T04:06:35.113Z Downloaded aws-lc-sys v0.26.0
10952025-03-03T04:06:35.339Z Downloaded tokio-tungstenite v0.21.0
10962025-03-03T04:06:35.364Z Downloaded tokio-rustls v0.24.1
10972025-03-03T04:06:35.365Z Downloaded tokio-macros v2.5.0
10982025-03-03T04:06:35.365Z Downloaded http-body-util v0.1.2
10992025-03-03T04:06:35.365Z Downloaded hostname v0.4.0
11002025-03-03T04:06:35.365Z Downloaded hickory-client v0.24.4
11012025-03-03T04:06:35.365Z Downloaded heck v0.3.3
11022025-03-03T04:06:35.365Z Downloaded heapless v0.7.17
11032025-03-03T04:06:35.365Z Downloaded aho-corasick v1.1.3
11042025-03-03T04:06:35.394Z Downloaded aes-gcm v0.10.3
11052025-03-03T04:06:35.394Z Downloaded tower-layer v0.3.3
11062025-03-03T04:06:35.394Z Downloaded toolchain_find v0.4.0
11072025-03-03T04:06:35.394Z Downloaded tokio-native-tls v0.3.1
11082025-03-03T04:06:35.394Z Downloaded serde_derive_internals v0.29.1
11092025-03-03T04:06:35.395Z Downloaded serde-hex v0.1.0
11102025-03-03T04:06:35.395Z Downloaded sct v0.7.1
11112025-03-03T04:06:35.395Z Downloaded hubpack v0.1.2
11122025-03-03T04:06:35.395Z Downloaded http-range v0.1.5
11132025-03-03T04:06:35.395Z Downloaded http-body v1.0.1
11142025-03-03T04:06:35.395Z Downloaded home v0.5.9
11152025-03-03T04:06:35.395Z Downloaded hickory-server v0.24.4
11162025-03-03T04:06:35.395Z Downloaded headers-core v0.3.0
11172025-03-03T04:06:35.395Z Downloaded crossterm v0.28.1
11182025-03-03T04:06:35.429Z Downloaded crossbeam-channel v0.5.13
11192025-03-03T04:06:35.429Z Downloaded aes v0.8.4
11202025-03-03T04:06:35.429Z Downloaded strum_macros v0.24.3
11212025-03-03T04:06:35.429Z Downloaded serde-big-array v0.5.1
11222025-03-03T04:06:35.429Z Downloaded semver v0.1.20
11232025-03-03T04:06:35.429Z Downloaded secrecy v0.8.0
11242025-03-03T04:06:35.430Z Downloaded sec1 v0.7.3
11252025-03-03T04:06:35.430Z Downloaded scrypt v0.11.0
11262025-03-03T04:06:35.430Z Downloaded scopeguard v1.2.0
11272025-03-03T04:06:35.430Z Downloaded schemars_derive v0.8.22
11282025-03-03T04:06:35.430Z Downloaded scheduled-thread-pool v0.2.7
11292025-03-03T04:06:35.459Z Downloaded same-file v1.0.6
11302025-03-03T04:06:35.459Z Downloaded salsa20 v0.10.2
11312025-03-03T04:06:35.459Z Downloaded rustc_version v0.4.1
11322025-03-03T04:06:35.459Z Downloaded rustc_version v0.1.7
11332025-03-03T04:06:35.460Z Downloaded rand_core v0.9.2
11342025-03-03T04:06:35.460Z Downloaded rand_core v0.6.4
11352025-03-03T04:06:35.460Z Downloaded rand_chacha v0.9.0
11362025-03-03T04:06:35.460Z Downloaded rand_chacha v0.3.1
11372025-03-03T04:06:35.460Z Downloaded httpdate v1.0.3
11382025-03-03T04:06:35.460Z Downloaded ctr v0.9.2
11392025-03-03T04:06:35.460Z Downloaded const_format v0.2.34
11402025-03-03T04:06:35.460Z Downloaded cc v1.2.15
11412025-03-03T04:06:35.460Z Downloaded rand_seeder v0.3.0
11422025-03-03T04:06:35.461Z Downloaded r2d2 v0.8.10
11432025-03-03T04:06:35.461Z Downloaded quick-error v1.2.3
11442025-03-03T04:06:35.461Z Downloaded humantime v2.1.0
11452025-03-03T04:06:35.461Z Downloaded hkdf v0.12.4
11462025-03-03T04:06:35.461Z Downloaded hex-literal v0.4.1
11472025-03-03T04:06:35.461Z Downloaded crypto-bigint v0.5.5
11482025-03-03T04:06:35.487Z Downloaded compact_str v0.8.0
11492025-03-03T04:06:35.487Z Downloaded chacha20poly1305 v0.10.1
11502025-03-03T04:06:35.488Z Downloaded bytes v1.10.0
11512025-03-03T04:06:35.488Z Downloaded bumpalo v3.16.0
11522025-03-03T04:06:35.488Z Downloaded base64 v0.22.1
11532025-03-03T04:06:35.488Z Downloaded base64 v0.21.7
11542025-03-03T04:06:35.489Z Downloaded backtrace v0.3.74
11552025-03-03T04:06:35.516Z Downloaded base64 v0.13.1
11562025-03-03T04:06:35.516Z Downloaded allocator-api2 v0.2.18
11572025-03-03T04:06:35.516Z Downloaded crossbeam-utils v0.8.20
11582025-03-03T04:06:35.516Z Downloaded crc-any v2.5.0
11592025-03-03T04:06:35.516Z Downloaded cookie v0.18.1
11602025-03-03T04:06:35.516Z Downloaded console v0.15.10
11612025-03-03T04:06:35.517Z Downloaded ciborium v0.2.2
11622025-03-03T04:06:35.517Z Downloaded bit-vec v0.8.0
11632025-03-03T04:06:35.517Z Downloaded async-bb8-diesel v0.2.1
11642025-03-03T04:06:35.572Z Downloaded heapless v0.8.0
11652025-03-03T04:06:35.572Z Downloaded crossbeam-epoch v0.9.18
11662025-03-03T04:06:35.572Z Downloaded clang-sys v1.8.1
11672025-03-03T04:06:35.573Z Downloaded blake2 v0.10.6
11682025-03-03T04:06:35.573Z Downloaded cmake v0.1.51
11692025-03-03T04:06:35.573Z Downloaded castaway v0.2.3
11702025-03-03T04:06:35.573Z Downloaded bcs v0.1.6
11712025-03-03T04:06:35.573Z Downloaded argon2 v0.5.3
11722025-03-03T04:06:35.573Z Downloaded pretty-hex v0.2.1
11732025-03-03T04:06:35.573Z Downloaded indexmap v1.9.3
11742025-03-03T04:06:35.573Z Downloaded icu_normalizer v1.5.0
11752025-03-03T04:06:35.574Z Downloaded csv-core v0.1.11
11762025-03-03T04:06:35.574Z Downloaded crc32fast v1.4.2
11772025-03-03T04:06:35.574Z Downloaded crc v3.2.1
11782025-03-03T04:06:35.574Z Downloaded cookie_store v0.21.1
11792025-03-03T04:06:35.574Z Downloaded convert_case v0.4.0
11802025-03-03T04:06:35.618Z Downloaded colored v2.2.0
11812025-03-03T04:06:35.619Z Downloaded cobs v0.2.3
11822025-03-03T04:06:35.620Z Downloaded ciborium-ll v0.2.2
11832025-03-03T04:06:35.621Z Downloaded cbc v0.1.2
11842025-03-03T04:06:35.621Z Downloaded cassowary v0.3.0
11852025-03-03T04:06:35.622Z Downloaded cargo_metadata v0.18.1
11862025-03-03T04:06:35.622Z Downloaded cancel-safe-futures v0.1.5
11872025-03-03T04:06:35.623Z Downloaded bzip2 v0.4.4
11882025-03-03T04:06:35.623Z Downloaded blowfish v0.9.1
11892025-03-03T04:06:35.626Z Downloaded bit-set v0.8.0
11902025-03-03T04:06:35.626Z Downloaded base64ct v1.6.0
11912025-03-03T04:06:35.626Z Downloaded backoff v0.4.0
11922025-03-03T04:06:35.626Z Downloaded async-trait v0.1.86
11932025-03-03T04:06:35.627Z Downloaded ascii-canvas v3.0.0
11942025-03-03T04:06:35.627Z Downloaded arrayvec v0.7.6
11952025-03-03T04:06:35.627Z Downloaded litemap v0.7.3
11962025-03-03T04:06:35.627Z Downloaded libloading v0.8.5
11972025-03-03T04:06:35.627Z Downloaded icu_properties v1.5.1
11982025-03-03T04:06:35.627Z Downloaded const_format_proc_macros v0.2.34
11992025-03-03T04:06:35.628Z Downloaded chacha20 v0.9.1
12002025-03-03T04:06:35.628Z Downloaded arc-swap v1.7.1
12012025-03-03T04:06:35.628Z Downloaded crossbeam-deque v0.8.5
12022025-03-03T04:06:35.628Z Downloaded crc-catalog v2.4.0
12032025-03-03T04:06:35.628Z Downloaded constant_time_eq v0.3.1
12042025-03-03T04:06:35.659Z Downloaded cipher v0.4.4
12052025-03-03T04:06:35.659Z Downloaded chrono-tz-build v0.4.0
12062025-03-03T04:06:35.659Z Downloaded cexpr v0.6.0
12072025-03-03T04:06:35.660Z Downloaded buf-list v1.0.3
12082025-03-03T04:06:35.660Z Downloaded block-padding v0.3.3
12092025-03-03T04:06:35.660Z Downloaded bitfield-struct v0.6.2
12102025-03-03T04:06:35.660Z Downloaded bitfield v0.14.0
12112025-03-03T04:06:35.660Z Downloaded bit-vec v0.6.3
12122025-03-03T04:06:35.660Z Downloaded bcrypt-pbkdf v0.10.0
12132025-03-03T04:06:35.660Z Downloaded bb8 v0.8.5
12142025-03-03T04:06:35.661Z Downloaded base16ct v0.2.0
12152025-03-03T04:06:35.661Z Downloaded async-stream v0.3.6
12162025-03-03T04:06:35.661Z Downloaded async-recursion v1.1.1
12172025-03-03T04:06:35.661Z Downloaded assert_matches v1.5.0
12182025-03-03T04:06:35.661Z Downloaded bit-set v0.5.3
12192025-03-03T04:06:35.661Z Downloaded atomicwrites v0.4.4
12202025-03-03T04:06:35.662Z Downloaded crucible-workspace-hack v0.1.0
12212025-03-03T04:06:35.662Z Downloaded ciborium-io v0.2.2
12222025-03-03T04:06:35.662Z Downloaded cfg_aliases v0.2.1
12232025-03-03T04:06:35.662Z Downloaded cfg_aliases v0.1.1
12242025-03-03T04:06:35.662Z Downloaded async-stream-impl v0.3.6
12252025-03-03T04:06:35.662Z Downloaded arrayref v0.3.9
12262025-03-03T04:06:35.662Z Downloaded ahash v0.8.11
12272025-03-03T04:06:35.662Z Downloaded addr2line v0.24.2
12282025-03-03T04:06:35.790Z Compiling serde v1.0.218
12292025-03-03T04:06:35.828Z Compiling value-bag v1.9.0
12302025-03-03T04:06:35.828Z Compiling lock_api v0.4.12
12312025-03-03T04:06:35.828Z Compiling scopeguard v1.2.0
12322025-03-03T04:06:35.828Z Compiling typenum v1.17.0
12332025-03-03T04:06:35.858Z Compiling generic-array v0.14.7
12342025-03-03T04:06:35.890Z Compiling syn v2.0.98
12352025-03-03T04:06:35.915Z Compiling getrandom v0.2.15
12362025-03-03T04:06:36.038Z Compiling shlex v1.3.0
12372025-03-03T04:06:36.206Z Compiling rand_core v0.6.4
12382025-03-03T04:06:36.375Z Compiling log v0.4.22
12392025-03-03T04:06:36.485Z Compiling jobserver v0.1.32
12402025-03-03T04:06:36.511Z Compiling subtle v2.6.1
12412025-03-03T04:06:36.536Z Compiling smallvec v1.14.0
12422025-03-03T04:06:36.815Z Compiling const-oid v0.9.6
12432025-03-03T04:06:36.882Z Compiling pin-project-lite v0.2.14
12442025-03-03T04:06:36.931Z Compiling cc v1.2.15
12452025-03-03T04:06:36.980Z Compiling parking_lot_core v0.9.10
12462025-03-03T04:06:37.040Z Compiling rustix v0.38.37
12472025-03-03T04:06:37.154Z Compiling signal-hook-registry v1.4.2
12482025-03-03T04:06:37.276Z Compiling futures-core v0.3.31
12492025-03-03T04:06:37.519Z Compiling mio v1.0.2
12502025-03-03T04:06:37.787Z Compiling parking_lot v0.12.3
12512025-03-03T04:06:37.812Z Compiling spin v0.9.8
12522025-03-03T04:06:37.918Z Compiling socket2 v0.5.8
12532025-03-03T04:06:37.980Z Compiling aho-corasick v1.1.3
12542025-03-03T04:06:38.134Z Compiling cpufeatures v0.2.14
12552025-03-03T04:06:38.242Z Compiling stable_deref_trait v1.2.0
12562025-03-03T04:06:38.477Z Compiling regex-syntax v0.8.5
12572025-03-03T04:06:38.524Z Compiling either v1.14.0
12582025-03-03T04:06:38.552Z Compiling futures-sink v0.3.31
12592025-03-03T04:06:38.703Z Compiling slab v0.4.9
12602025-03-03T04:06:38.846Z Compiling glob v0.3.2
12612025-03-03T04:06:39.019Z Compiling prettyplease v0.2.29
12622025-03-03T04:06:39.063Z Compiling lazy_static v1.5.0
12632025-03-03T04:06:39.319Z Compiling serde_json v1.0.139
12642025-03-03T04:06:39.348Z Compiling minimal-lexical v0.2.1
12652025-03-03T04:06:39.514Z Compiling futures-channel v0.3.31
12662025-03-03T04:06:39.545Z Compiling libloading v0.8.5
12672025-03-03T04:06:39.596Z Compiling clang-sys v1.8.1
12682025-03-03T04:06:39.819Z Compiling nom v7.1.3
12692025-03-03T04:06:39.887Z Compiling foldhash v0.1.3
12702025-03-03T04:06:39.912Z Compiling allocator-api2 v0.2.18
12712025-03-03T04:06:40.176Z Compiling futures-io v0.3.31
12722025-03-03T04:06:40.228Z Compiling futures-task v0.3.31
12732025-03-03T04:06:40.427Z Compiling bindgen v0.69.5
12742025-03-03T04:06:40.504Z Compiling home v0.5.9
12752025-03-03T04:06:40.572Z Compiling pin-utils v0.1.0
12762025-03-03T04:06:40.670Z Compiling hashbrown v0.15.1
12772025-03-03T04:06:40.720Z Compiling itertools v0.12.1
12782025-03-03T04:06:41.182Z Compiling lazycell v1.3.0
12792025-03-03T04:06:41.342Z Compiling pkg-config v0.3.31
12802025-03-03T04:06:41.757Z Compiling libm v0.2.8
12812025-03-03T04:06:42.047Z Compiling regex-automata v0.4.8
12822025-03-03T04:06:42.149Z Compiling rustc-hash v1.1.0
12832025-03-03T04:06:42.332Z Compiling cmake v0.1.51
12842025-03-03T04:06:42.537Z Compiling cexpr v0.6.0
12852025-03-03T04:06:42.639Z Compiling num-traits v0.2.19
12862025-03-03T04:06:42.893Z Compiling synstructure v0.13.1
12872025-03-03T04:06:43.210Z Compiling dunce v1.0.5
12882025-03-03T04:06:43.393Z Compiling fs_extra v1.3.0
12892025-03-03T04:06:43.924Z Compiling writeable v0.5.5
12902025-03-03T04:06:44.121Z Compiling litemap v0.7.3
12912025-03-03T04:06:44.145Z Compiling getrandom v0.3.1
12922025-03-03T04:06:44.464Z Compiling ring v0.17.11
12932025-03-03T04:06:44.510Z Compiling base64ct v1.6.0
12942025-03-03T04:06:45.042Z Compiling paste v1.0.15
12952025-03-03T04:06:45.075Z Compiling pem-rfc7468 v0.7.0
12962025-03-03T04:06:45.667Z Compiling aws-lc-rs v1.12.4
12972025-03-03T04:06:45.710Z Compiling httparse v1.9.5
12982025-03-03T04:06:45.975Z Compiling flagset v0.4.6
12992025-03-03T04:06:46.081Z Compiling icu_locid_transform_data v1.5.0
13002025-03-03T04:06:46.231Z Compiling tracing-core v0.1.32
13012025-03-03T04:06:46.327Z Compiling rustls-pki-types v1.10.0
13022025-03-03T04:06:46.443Z Compiling regex v1.11.1
13032025-03-03T04:06:47.031Z Compiling serde_derive v1.0.218
13042025-03-03T04:06:47.145Z Compiling zeroize_derive v1.4.2
13052025-03-03T04:06:47.212Z Compiling zerocopy-derive v0.7.35
13062025-03-03T04:06:47.273Z Compiling tokio-macros v2.5.0
13072025-03-03T04:06:47.299Z Compiling zerofrom-derive v0.1.4
13082025-03-03T04:06:48.319Z Compiling zeroize v1.8.1
13092025-03-03T04:06:48.551Z Compiling thiserror-impl v1.0.69
13102025-03-03T04:06:48.886Z Compiling zerocopy v0.7.35
13112025-03-03T04:06:49.768Z Compiling crypto-common v0.1.6
13122025-03-03T04:06:49.811Z Compiling block-buffer v0.10.4
13132025-03-03T04:06:49.863Z Compiling yoke-derive v0.7.4
13142025-03-03T04:06:50.012Z Compiling futures-macro v0.3.31
13152025-03-03T04:06:50.057Z Compiling digest v0.10.7
13162025-03-03T04:06:50.088Z Compiling displaydoc v0.2.5
13172025-03-03T04:06:50.205Z Compiling zerofrom v0.1.4
13182025-03-03T04:06:50.418Z Compiling zerovec-derive v0.10.3
13192025-03-03T04:06:50.501Z Compiling hmac v0.12.1
13202025-03-03T04:06:50.546Z Compiling block-padding v0.3.3
13212025-03-03T04:06:50.754Z Compiling inout v0.1.3
13222025-03-03T04:06:50.803Z Compiling ppv-lite86 v0.2.20
13232025-03-03T04:06:51.075Z Compiling cipher v0.4.4
13242025-03-03T04:06:51.106Z Compiling thiserror v1.0.69
13252025-03-03T04:06:51.217Z Compiling sha2 v0.10.8
13262025-03-03T04:06:51.426Z Compiling icu_provider_macros v1.5.0
13272025-03-03T04:06:51.501Z Compiling der_derive v0.7.3
13282025-03-03T04:06:51.547Z Compiling tracing-attributes v0.1.27
13292025-03-03T04:06:51.594Z Compiling futures-util v0.3.31
13302025-03-03T04:06:52.105Z Compiling yoke v0.7.4
13312025-03-03T04:06:52.315Z Compiling icu_properties_data v1.5.0
13322025-03-03T04:06:52.428Z Compiling percent-encoding v2.3.1
13332025-03-03T04:06:52.487Z Compiling zerovec v0.10.4
13342025-03-03T04:06:52.566Z Compiling crossbeam-utils v0.8.20
13352025-03-03T04:06:52.733Z Compiling pest v2.7.14
13362025-03-03T04:06:53.064Z Compiling salsa20 v0.10.2
13372025-03-03T04:06:53.299Z Compiling pbkdf2 v0.12.2
13382025-03-03T04:06:53.413Z Compiling der v0.7.9
13392025-03-03T04:06:53.976Z Compiling utf8_iter v1.0.4
13402025-03-03T04:06:54.130Z Compiling tinystr v0.7.6
13412025-03-03T04:06:54.211Z Compiling icu_collections v1.5.0
13422025-03-03T04:06:54.286Z Compiling tracing v0.1.40
13432025-03-03T04:06:54.311Z Compiling utf16_iter v1.0.5
13442025-03-03T04:06:54.491Z Compiling icu_locid v1.5.0
13452025-03-03T04:06:54.516Z Compiling time-core v0.1.2
13462025-03-03T04:06:54.689Z Compiling vcpkg v0.2.15
13472025-03-03T04:06:54.732Z Compiling icu_normalizer_data v1.5.0
13482025-03-03T04:06:54.864Z Compiling powerfmt v0.2.0
13492025-03-03T04:06:55.210Z Compiling spki v0.7.3
13502025-03-03T04:06:55.363Z Compiling num-conv v0.1.0
13512025-03-03T04:06:55.394Z Compiling untrusted v0.7.1
13522025-03-03T04:06:55.542Z Compiling icu_provider v1.5.0
13532025-03-03T04:06:55.569Z Compiling untrusted v0.9.0
13542025-03-03T04:06:55.629Z Compiling write16 v1.0.0
13552025-03-03T04:06:55.787Z Compiling time-macros v0.2.18
13562025-03-03T04:06:55.928Z Compiling deranged v0.3.11
13572025-03-03T04:06:56.188Z Compiling pest_meta v2.7.14
13582025-03-03T04:06:56.214Z Compiling icu_locid_transform v1.5.0
13592025-03-03T04:06:56.407Z Compiling openssl-sys v0.9.106
13602025-03-03T04:06:56.433Z Compiling scrypt v0.11.0
13612025-03-03T04:06:57.142Z Compiling cbc v0.1.2
13622025-03-03T04:06:57.300Z Compiling aes v0.8.4
13632025-03-03T04:06:57.370Z Compiling icu_properties v1.5.1
13642025-03-03T04:06:57.764Z Compiling bytes v1.10.0
13652025-03-03T04:06:57.840Z Compiling bitflags v2.6.0
13662025-03-03T04:06:58.237Z Compiling indexmap v2.7.1
13672025-03-03T04:06:59.049Z Compiling tokio v1.43.0
13682025-03-03T04:06:59.452Z Compiling semver v1.0.25
13692025-03-03T04:06:59.482Z Compiling http v1.2.0
13702025-03-03T04:06:59.541Z Compiling scroll_derive v0.12.0
13712025-03-03T04:06:59.715Z Compiling num_threads v0.1.7
13722025-03-03T04:06:59.846Z Compiling rustc_version v0.4.1
13732025-03-03T04:07:00.032Z Compiling tinyvec_macros v0.1.1
13742025-03-03T04:07:00.137Z Compiling atomic-waker v1.1.2
13752025-03-03T04:07:00.317Z Compiling tinyvec v1.8.0
13762025-03-03T04:07:00.436Z Compiling icu_normalizer v1.5.0
13772025-03-03T04:07:00.630Z Compiling time v0.3.36
13782025-03-03T04:07:00.688Z Compiling scroll v0.12.0
13792025-03-03T04:07:01.164Z Compiling http-body v1.0.1
13802025-03-03T04:07:01.252Z Compiling which v4.4.2
13812025-03-03T04:07:01.355Z Compiling idna_adapter v1.2.0
13822025-03-03T04:07:01.390Z Compiling pkcs5 v0.7.1
13832025-03-03T04:07:01.577Z Compiling pest_generator v2.7.14
13842025-03-03T04:07:01.814Z Compiling form_urlencoded v1.2.1
13852025-03-03T04:07:01.975Z Compiling rand_chacha v0.3.1
13862025-03-03T04:07:02.101Z Compiling slog v2.7.0
13872025-03-03T04:07:02.176Z Compiling zerocopy v0.8.10
13882025-03-03T04:07:02.309Z Compiling try-lock v0.2.5
13892025-03-03T04:07:02.472Z Compiling goblin v0.8.2
13902025-03-03T04:07:02.603Z Compiling want v0.3.1
13912025-03-03T04:07:02.863Z Compiling rand v0.8.5
13922025-03-03T04:07:02.917Z Compiling pkcs8 v0.10.2
13932025-03-03T04:07:03.017Z Compiling pest_derive v2.7.14
13942025-03-03T04:07:03.517Z Compiling idna v1.0.3
13952025-03-03T04:07:03.708Z Compiling uuid v1.15.1
13962025-03-03T04:07:03.810Z Compiling zerocopy-derive v0.8.10
13972025-03-03T04:07:04.565Z Compiling iana-time-zone v0.1.61
13982025-03-03T04:07:04.671Z Compiling tower-service v0.3.3
13992025-03-03T04:07:04.815Z Compiling adler2 v2.0.0
14002025-03-03T04:07:04.887Z Compiling httpdate v1.0.3
14012025-03-03T04:07:04.931Z Compiling chrono v0.4.40
14022025-03-03T04:07:05.042Z Compiling miniz_oxide v0.8.5
14032025-03-03T04:07:05.076Z Compiling dtrace-parser v0.2.0
14042025-03-03T04:07:05.929Z Compiling serde_tokenstream v0.2.2
14052025-03-03T04:07:06.308Z Compiling tokio-util v0.7.13
14062025-03-03T04:07:06.458Z Compiling toml_datetime v0.6.8
14072025-03-03T04:07:06.582Z Compiling serde_spanned v0.6.8
14082025-03-03T04:07:06.809Z Compiling rustversion v1.0.17
14092025-03-03T04:07:06.876Z Compiling match_cfg v0.1.0
14102025-03-03T04:07:06.984Z Compiling base64 v0.22.1
14112025-03-03T04:07:07.382Z Compiling h2 v0.4.6
14122025-03-03T04:07:07.408Z Compiling dof v0.3.0
14132025-03-03T04:07:07.600Z Compiling foreign-types-shared v0.1.1
14142025-03-03T04:07:07.732Z Compiling openssl v0.10.71
14152025-03-03T04:07:07.768Z Compiling foreign-types v0.3.2
14162025-03-03T04:07:07.952Z Compiling hostname v0.3.1
14172025-03-03T04:07:08.140Z Compiling usdt-impl v0.5.0
14182025-03-03T04:07:08.165Z Compiling url v2.5.3
14192025-03-03T04:07:08.697Z Compiling rand_core v0.9.2
14202025-03-03T04:07:09.135Z Compiling openssl-macros v0.1.1
14212025-03-03T04:07:09.411Z Compiling async-trait v0.1.86
14222025-03-03T04:07:09.777Z Compiling serde_derive_internals v0.29.1
14232025-03-03T04:07:09.876Z Compiling bzip2-sys v0.1.11+1.0.8
14242025-03-03T04:07:10.168Z Compiling dirs-sys-next v0.1.2
14252025-03-03T04:07:10.262Z Compiling native-tls v0.2.12
14262025-03-03T04:07:10.379Z Compiling siphasher v0.3.11
14272025-03-03T04:07:10.591Z Compiling rustls v0.23.19
14282025-03-03T04:07:10.632Z Compiling data-encoding v2.6.0
14292025-03-03T04:07:10.727Z Compiling rustls v0.22.4
14302025-03-03T04:07:10.762Z Compiling syn v1.0.109
14312025-03-03T04:07:10.916Z Compiling schemars v0.8.22
14322025-03-03T04:07:11.108Z Compiling dirs-next v2.0.0
14332025-03-03T04:07:11.418Z Compiling rand_chacha v0.9.0
14342025-03-03T04:07:11.847Z Compiling schemars_derive v0.8.22
14352025-03-03T04:07:12.307Z Compiling unicode-normalization v0.1.24
14362025-03-03T04:07:12.543Z Compiling http-body-util v0.1.2
14372025-03-03T04:07:12.614Z Compiling heapless v0.7.17
14382025-03-03T04:07:13.012Z Compiling crossbeam-epoch v0.9.18
14392025-03-03T04:07:13.039Z Compiling sha1 v0.10.6
14402025-03-03T04:07:13.129Z Compiling signature v2.2.0
14412025-03-03T04:07:13.193Z Compiling thread_local v1.1.8
14422025-03-03T04:07:13.503Z Compiling crc32fast v1.4.2
14432025-03-03T04:07:13.541Z Compiling cookie v0.18.1
14442025-03-03T04:07:13.697Z Compiling hyper v1.6.0
14452025-03-03T04:07:13.727Z Compiling encoding_rs v0.8.34
14462025-03-03T04:07:13.803Z Compiling multer v3.1.0
14472025-03-03T04:07:13.830Z Compiling ipnet v2.11.0
14482025-03-03T04:07:14.097Z Compiling gimli v0.31.1
14492025-03-03T04:07:14.332Z Compiling slog-async v2.8.0
14502025-03-03T04:07:14.790Z Compiling rayon-core v1.12.1
14512025-03-03T04:07:14.827Z Compiling signal-hook v0.3.17
14522025-03-03T04:07:15.034Z Compiling mime v0.3.17
14532025-03-03T04:07:15.064Z Compiling unicode-properties v0.1.3
14542025-03-03T04:07:15.426Z Compiling dyn-clone v1.0.18
14552025-03-03T04:07:15.505Z Compiling openssl-probe v0.1.5
14562025-03-03T04:07:15.639Z Compiling unicode-bidi v0.3.17
14572025-03-03T04:07:15.797Z Compiling hyper-util v0.1.10
14582025-03-03T04:07:16.753Z Compiling stringprep v0.1.5
14592025-03-03T04:07:17.163Z Compiling toml_edit v0.22.24
14602025-03-03T04:07:17.473Z Compiling crossbeam-deque v0.8.5
14612025-03-03T04:07:17.649Z Compiling addr2line v0.24.2
14622025-03-03T04:07:17.920Z Compiling rand v0.9.0
14632025-03-03T04:07:18.117Z Compiling term v0.7.0
14642025-03-03T04:07:18.267Z Compiling usdt-macro v0.5.0
14652025-03-03T04:07:18.293Z Compiling usdt-attr-macro v0.5.0
14662025-03-03T04:07:18.914Z Compiling slog-json v2.6.1
14672025-03-03T04:07:19.238Z Compiling serde_urlencoded v0.7.1
14682025-03-03T04:07:19.265Z Compiling curve25519-dalek v4.1.3
14692025-03-03T04:07:19.497Z Compiling crossbeam-channel v0.5.13
14702025-03-03T04:07:19.523Z Compiling futures-executor v0.3.31
14712025-03-03T04:07:19.591Z Compiling enum-as-inner v0.6.1
14722025-03-03T04:07:19.713Z Compiling md-5 v0.10.6
14732025-03-03T04:07:19.873Z Compiling async-stream-impl v0.3.6
14742025-03-03T04:07:19.966Z Compiling rustls-pemfile v2.2.0
14752025-03-03T04:07:19.993Z Compiling num-integer v0.1.46
14762025-03-03T04:07:20.282Z Compiling hash32 v0.2.1
14772025-03-03T04:07:20.415Z Compiling ff v0.13.0
14782025-03-03T04:07:20.455Z Compiling is-terminal v0.4.13
14792025-03-03T04:07:20.597Z Compiling dropshot v0.12.0
14802025-03-03T04:07:20.625Z Compiling memoffset v0.9.1
14812025-03-03T04:07:20.652Z Compiling object v0.36.5
14822025-03-03T04:07:20.686Z Compiling psl-types v2.0.11
14832025-03-03T04:07:20.875Z Compiling linked-hash-map v0.5.6
14842025-03-03T04:07:20.908Z Compiling rustc-demangle v0.1.24
14852025-03-03T04:07:20.936Z Compiling utf-8 v0.7.6
14862025-03-03T04:07:20.964Z Compiling take_mut v0.2.2
14872025-03-03T04:07:21.142Z Compiling litrs v0.4.1
14882025-03-03T04:07:21.191Z Compiling anyhow v1.0.96
14892025-03-03T04:07:21.256Z Compiling num-bigint-dig v0.8.4
14902025-03-03T04:07:21.543Z Compiling cfg_aliases v0.2.1
14912025-03-03T04:07:21.655Z Compiling quick-error v1.2.3
14922025-03-03T04:07:21.693Z Compiling fallible-iterator v0.2.0
14932025-03-03T04:07:21.745Z Compiling smoltcp v0.9.1
14942025-03-03T04:07:21.820Z Compiling base16ct v0.2.0
14952025-03-03T04:07:22.121Z Compiling portable-atomic v1.9.0
14962025-03-03T04:07:22.146Z Compiling document-features v0.2.10
14972025-03-03T04:07:22.300Z Compiling postgres-protocol v0.6.8
14982025-03-03T04:07:22.353Z Compiling sec1 v0.7.3
14992025-03-03T04:07:22.849Z Compiling resolv-conf v0.7.0
15002025-03-03T04:07:23.162Z Compiling nix v0.29.0
15012025-03-03T04:07:23.416Z Compiling tungstenite v0.24.0
15022025-03-03T04:07:23.462Z Compiling lru-cache v0.1.2
15032025-03-03T04:07:23.558Z Compiling async-stream v0.3.6
15042025-03-03T04:07:23.861Z Compiling publicsuffix v2.3.0
15052025-03-03T04:07:23.900Z Compiling usdt v0.5.0
15062025-03-03T04:07:23.985Z Compiling group v0.13.0
15072025-03-03T04:07:24.148Z Compiling slog-term v2.9.1
15082025-03-03T04:07:24.355Z Compiling hickory-proto v0.24.4
15092025-03-03T04:07:24.398Z Compiling num-iter v0.1.45
15102025-03-03T04:07:24.589Z Compiling toml v0.8.20
15112025-03-03T04:07:25.144Z Compiling futures v0.3.31
15122025-03-03T04:07:25.196Z Compiling slog-bunyan v2.5.0
15132025-03-03T04:07:25.251Z Compiling bzip2 v0.4.4
15142025-03-03T04:07:25.622Z Compiling tokio-native-tls v0.3.1
15152025-03-03T04:07:26.466Z Compiling camino v1.1.9
15162025-03-03T04:07:26.665Z Compiling backtrace v0.3.74
15172025-03-03T04:07:26.694Z Compiling flate2 v1.1.0
15182025-03-03T04:07:26.771Z Compiling phf_shared v0.11.2
15192025-03-03T04:07:26.925Z Compiling dropshot_endpoint v0.12.0
15202025-03-03T04:07:27.114Z Compiling terminal_size v0.4.0
15212025-03-03T04:07:27.139Z Compiling waitgroup v0.1.2
15222025-03-03T04:07:27.335Z Compiling openapiv3 v2.0.0
15232025-03-03T04:07:27.359Z Compiling serde_path_to_error v0.1.16
15242025-03-03T04:07:27.476Z Compiling hkdf v0.12.4
15252025-03-03T04:07:27.733Z Compiling crypto-bigint v0.5.5
15262025-03-03T04:07:28.028Z Compiling curve25519-dalek-derive v0.1.1
15272025-03-03T04:07:28.210Z Compiling hubpack_derive v0.1.1
15282025-03-03T04:07:28.958Z Compiling zerocopy-derive v0.6.6
15292025-03-03T04:07:29.139Z Compiling webpki-roots v0.26.6
15302025-03-03T04:07:29.266Z Compiling sync_wrapper v1.0.1
15312025-03-03T04:07:29.328Z Compiling hostname v0.4.0
15322025-03-03T04:07:29.413Z Compiling fs-err v2.11.0
15332025-03-03T04:07:29.518Z Compiling ahash v0.8.11
15342025-03-03T04:07:29.672Z Compiling winnow v0.5.40
15352025-03-03T04:07:29.796Z Compiling managed v0.8.0
15362025-03-03T04:07:30.172Z Compiling lockfree-object-pool v0.1.6
15372025-03-03T04:07:30.286Z Compiling buf-list v1.0.3
15382025-03-03T04:07:30.413Z Compiling newtype-uuid v1.2.1
15392025-03-03T04:07:30.541Z Compiling zip v2.1.3
15402025-03-03T04:07:30.640Z Compiling unicode-width v0.2.0
15412025-03-03T04:07:30.669Z Compiling bumpalo v3.16.0
15422025-03-03T04:07:30.827Z Compiling simd-adler32 v0.3.7
15432025-03-03T04:07:30.851Z Compiling tower-layer v0.3.3
15442025-03-03T04:07:31.094Z Compiling debug-ignore v1.0.5
15452025-03-03T04:07:31.126Z Compiling tower v0.5.2
15462025-03-03T04:07:31.150Z Compiling console v0.15.10
15472025-03-03T04:07:31.271Z Compiling zopfli v0.8.1
15482025-03-03T04:07:31.869Z Compiling zerocopy v0.6.6
15492025-03-03T04:07:32.041Z Compiling strum_macros v0.25.3
15502025-03-03T04:07:32.296Z Compiling elliptic-curve v0.13.8
15512025-03-03T04:07:32.493Z Compiling toml_edit v0.19.15
15522025-03-03T04:07:32.597Z Compiling clap_builder v4.5.31
15532025-03-03T04:07:32.801Z Compiling hickory-resolver v0.24.4
15542025-03-03T04:07:33.003Z Compiling hubpack v0.1.2
15552025-03-03T04:07:33.434Z Compiling phf v0.11.2
15562025-03-03T04:07:33.679Z Compiling signal-hook-mio v0.2.4
15572025-03-03T04:07:33.837Z Compiling rayon v1.10.0
15582025-03-03T04:07:33.863Z Compiling cookie_store v0.21.1
15592025-03-03T04:07:35.052Z Compiling hyper-tls v0.6.0
15602025-03-03T04:07:35.434Z Compiling tokio-tungstenite v0.24.0
15612025-03-03T04:07:37.110Z Compiling postgres-types v0.2.9
15622025-03-03T04:07:37.386Z Compiling ed25519 v2.2.3
15632025-03-03T04:07:37.450Z Compiling phf_shared v0.10.0
15642025-03-03T04:07:37.782Z Compiling tokio-stream v0.1.17
15652025-03-03T04:07:38.175Z Compiling pkcs1 v0.7.5
15662025-03-03T04:07:38.353Z Compiling serde-big-array v0.5.1
15672025-03-03T04:07:38.572Z Compiling clap_derive v4.5.28
15682025-03-03T04:07:38.628Z Compiling rfc6979 v0.4.0
15692025-03-03T04:07:38.820Z Compiling derive-where v1.2.7
15702025-03-03T04:07:38.903Z Compiling serde_repr v0.1.19
15712025-03-03T04:07:38.931Z Compiling bstr v1.10.0
15722025-03-03T04:07:38.985Z Compiling float-cmp v0.10.0
15732025-03-03T04:07:39.225Z Compiling number_prefix v0.4.0
15742025-03-03T04:07:39.298Z Compiling predicates-core v1.0.8
15752025-03-03T04:07:39.461Z Compiling whoami v1.5.2
15762025-03-03T04:07:39.624Z Compiling precomputed-hash v0.1.1
15772025-03-03T04:07:39.745Z Compiling unicode-segmentation v1.12.0
15782025-03-03T04:07:39.847Z Compiling difflib v0.4.0
15792025-03-03T04:07:40.007Z Compiling new_debug_unreachable v1.0.6
15802025-03-03T04:07:40.093Z Compiling static_assertions v1.1.0
15812025-03-03T04:07:40.258Z Compiling normalize-line-endings v0.3.0
15822025-03-03T04:07:40.365Z Compiling fixedbitset v0.4.2
15832025-03-03T04:07:40.408Z Compiling similar v2.7.0
15842025-03-03T04:07:40.524Z Compiling predicates v3.1.3
15852025-03-03T04:07:40.792Z Compiling petgraph v0.6.5
15862025-03-03T04:07:41.056Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15872025-03-03T04:07:41.486Z Compiling string_cache v0.8.7
15882025-03-03T04:07:41.851Z Compiling tokio-postgres v0.7.13
15892025-03-03T04:07:41.875Z Compiling indicatif v0.17.11
15902025-03-03T04:07:42.171Z Compiling ecdsa v0.16.9
15912025-03-03T04:07:42.201Z Compiling clap v4.5.31
15922025-03-03T04:07:42.331Z Compiling rsa v0.9.6
15932025-03-03T04:07:42.916Z Compiling ed25519-dalek v2.1.1
15942025-03-03T04:07:43.875Z Compiling toml v0.7.8
15952025-03-03T04:07:44.044Z Compiling crossterm v0.28.1
15962025-03-03T04:07:46.302Z Compiling zip v0.6.6
15972025-03-03T04:07:46.471Z Compiling hex v0.4.3
15982025-03-03T04:07:46.636Z Compiling x509-cert v0.2.5
15992025-03-03T04:07:46.719Z Compiling itertools v0.10.5
16002025-03-03T04:07:46.805Z Compiling lalrpop-util v0.19.12
16012025-03-03T04:07:46.984Z Compiling peg-runtime v0.8.3
16022025-03-03T04:07:47.127Z Compiling unicode-xid v0.2.6
16032025-03-03T04:07:47.302Z Compiling strum_macros v0.26.4
16042025-03-03T04:07:47.417Z Compiling xattr v1.3.1
16052025-03-03T04:07:47.442Z Compiling filetime v0.2.25
16062025-03-03T04:07:47.666Z Compiling tar v0.4.44
16072025-03-03T04:07:50.778Z Compiling strum v0.26.3
16082025-03-03T04:07:53.483Z Compiling aws-lc-sys v0.26.0
16092025-03-03T04:08:26.487Z Compiling rustls-webpki v0.102.8
16102025-03-03T04:08:30.579Z Compiling tokio-rustls v0.25.0
16112025-03-03T04:08:32.559Z Compiling tokio-rustls v0.26.0
16122025-03-03T04:08:32.883Z Compiling hyper-rustls v0.27.3
16132025-03-03T04:08:33.227Z Compiling reqwest v0.12.12
16142025-03-03T04:08:34.659Z Compiling qorb v0.2.1
16152025-03-03T04:08:37.885Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16162025-03-03T04:08:38.265Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16172025-03-03T04:08:43.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
16182025-03-03T04:08:43.875Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16192025-03-03T04:08:43.931ZMar 03 04:08:43.515 INFO Starting download, target: Clickhouse
16202025-03-03T04:08:43.931ZMar 03 04:08:43.515 INFO Starting download, target: Cockroach
16212025-03-03T04:08:43.931ZMar 03 04:08:43.515 INFO Starting download, target: Console
16222025-03-03T04:08:43.932ZMar 03 04:08:43.515 INFO Starting download, target: DendriteOpenapi
16232025-03-03T04:08:43.957ZMar 03 04:08:43.515 INFO Starting download, target: DendriteStub
16242025-03-03T04:08:43.957ZMar 03 04:08:43.515 INFO Starting download, target: MaghemiteMgd
16252025-03-03T04:08:43.957ZMar 03 04:08:43.515 INFO Starting download, target: TransceiverControl
16262025-03-03T04:08:43.957ZMar 03 04:08:43.517 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16272025-03-03T04:08:43.957ZMar 03 04:08:43.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16282025-03-03T04:08:43.957ZMar 03 04:08:43.517 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16292025-03-03T04:08:43.957ZMar 03 04:08:43.517 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16302025-03-03T04:08:43.958ZMar 03 04:08:43.517 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16312025-03-03T04:08:43.958ZMar 03 04:08:43.517 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16322025-03-03T04:08:43.958ZMar 03 04:08:43.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16332025-03-03T04:08:44.220ZMar 03 04:08:43.793 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16342025-03-03T04:08:44.350ZMar 03 04:08:43.933 INFO Download complete, target: DendriteOpenapi
16352025-03-03T04:08:44.567ZMar 03 04:08:44.149 INFO Download complete, target: Console
16362025-03-03T04:08:44.719ZMar 03 04:08:44.297 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16372025-03-03T04:08:45.107ZMar 03 04:08:44.691 INFO Download complete, target: TransceiverControl
16382025-03-03T04:08:46.926ZMar 03 04:08:46.511 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16392025-03-03T04:08:47.449ZMar 03 04:08:47.017 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16402025-03-03T04:08:48.537ZMar 03 04:08:48.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16412025-03-03T04:08:48.537ZMar 03 04:08:48.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16422025-03-03T04:08:49.585ZMar 03 04:08:49.170 INFO Download complete, target: MaghemiteMgd
16432025-03-03T04:08:49.990ZMar 03 04:08:49.575 INFO Download complete, target: DendriteStub
16442025-03-03T04:08:56.214ZMar 03 04:08:55.800 INFO Checking that binary works, target: Cockroach
16452025-03-03T04:08:56.512ZMar 03 04:08:56.098 INFO Download complete, target: Cockroach
16462025-03-03T04:08:59.584ZMar 03 04:08:59.170 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16472025-03-03T04:09:11.373ZMar 03 04:09:10.960 INFO Checking that binary works, target: Clickhouse
16482025-03-03T04:09:11.548ZMar 03 04:09:11.135 INFO Download complete, target: Clickhouse
16492025-03-03T04:09:11.583ZAll builder prerequisites installed successfully, and PATH looks valid
16502025-03-03T04:09:11.610Z
16512025-03-03T04:09:11.610Zreal 5:30.425336130
16522025-03-03T04:09:11.610Zuser 14:14.194404322
16532025-03-03T04:09:11.610Zsys 2:22.530774880
16542025-03-03T04:09:11.610Ztrap 0.524577511
16552025-03-03T04:09:11.610Ztflt 0.441609962
16562025-03-03T04:09:11.610Zdflt 1.387569416
16572025-03-03T04:09:11.610Zkflt 0.009467794
16582025-03-03T04:09:11.610Zlock 25:27.973004915
16592025-03-03T04:09:11.610Zslp 51:54.395705062
16602025-03-03T04:09:11.610Zlat 1:06.780838933
16612025-03-03T04:09:11.610Zstop 2:30.762163277
16622025-03-03T04:09:11.610Z+ banner hack-check
16632025-03-03T04:09:11.610Z
16642025-03-03T04:09:11.610Z # # ## #### # # #### # # ###### #### # #
16652025-03-03T04:09:11.610Z # # # # # # # # # # # # # # # # #
16662025-03-03T04:09:11.611Z ###### # # # #### ##### # ###### ##### # ####
16672025-03-03T04:09:11.611Z # # ###### # # # # # # # # # #
16682025-03-03T04:09:11.611Z # # # # # # # # # # # # # # # # #
16692025-03-03T04:09:11.611Z # # # # #### # # #### # # ###### #### # #
16702025-03-03T04:09:11.611Z
16712025-03-03T04:09:11.611Z+ export CARGO_INCREMENTAL=0
16722025-03-03T04:09:11.611Z+ CARGO_INCREMENTAL=0
16732025-03-03T04:09:11.611Z+ ptime -m timeout 2h cargo xtask check-features --ci
16742025-03-03T04:09:12.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16752025-03-03T04:09:16.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
16762025-03-03T04:09:16.092Z Running `target/debug/xtask check-features --ci`
16772025-03-03T04:09:16.126Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16782025-03-03T04:09:16.126Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16792025-03-03T04:09:16.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16802025-03-03T04:09:16.944Z Running `target/debug/xtask download cargo-hack`
16812025-03-03T04:09:18.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16822025-03-03T04:09:18.723Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16832025-03-03T04:09:23.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
16842025-03-03T04:09:23.737Z Running `target/debug/xtask-downloader cargo-hack`
16852025-03-03T04:09:23.783ZMar 03 04:09:23.371 INFO Starting download, target: CargoHack
16862025-03-03T04:09:23.808ZMar 03 04:09:23.372 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16872025-03-03T04:09:24.477ZMar 03 04:09:24.064 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16882025-03-03T04:09:24.565ZMar 03 04:09:24.153 INFO Download complete, target: CargoHack
16892025-03-03T04:09:24.590Zrunning: "/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"
16902025-03-03T04:09:24.615Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16912025-03-03T04:09:24.817Zinfo: running `cargo check --bins` on api_identity (1/196)
16922025-03-03T04:09:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-03-03T04:09:25.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-03-03T04:09:25.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-03-03T04:09:25.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16962025-03-03T04:09:25.667Z
16972025-03-03T04:09:25.667Zinfo: running `cargo check --bins` on bootstore (2/196)
16982025-03-03T04:09:26.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-03-03T04:09:26.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-03-03T04:09:26.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-03-03T04:09:26.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
17022025-03-03T04:09:26.570Z
17032025-03-03T04:09:26.570Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/196)
17042025-03-03T04:09:27.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-03-03T04:09:27.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-03-03T04:09:27.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-03-03T04:09:27.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
17082025-03-03T04:09:27.549Z
17092025-03-03T04:09:27.549Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196)
17102025-03-03T04:09:28.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-03-03T04:09:28.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-03-03T04:09:28.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-03-03T04:09:28.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
17142025-03-03T04:09:28.440Z
17152025-03-03T04:09:28.440Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196)
17162025-03-03T04:09:28.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-03-03T04:09:28.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-03-03T04:09:28.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-03-03T04:09:28.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17202025-03-03T04:09:29.018Z
17212025-03-03T04:09:29.018Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196)
17222025-03-03T04:09:29.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-03-03T04:09:29.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-03-03T04:09:29.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-03-03T04:09:29.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17262025-03-03T04:09:29.626Z
17272025-03-03T04:09:29.626Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196)
17282025-03-03T04:09:30.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-03-03T04:09:30.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-03-03T04:09:30.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-03-03T04:09:30.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17322025-03-03T04:09:30.210Z
17332025-03-03T04:09:30.210Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196)
17342025-03-03T04:09:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-03-03T04:09:30.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-03-03T04:09:30.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-03-03T04:09:30.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17382025-03-03T04:09:30.813Z
17392025-03-03T04:09:30.813Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196)
17402025-03-03T04:09:31.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-03-03T04:09:31.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-03-03T04:09:31.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-03-03T04:09:31.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17442025-03-03T04:09:31.422Z
17452025-03-03T04:09:31.422Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196)
17462025-03-03T04:09:31.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-03-03T04:09:31.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-03-03T04:09:31.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-03-03T04:09:31.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17502025-03-03T04:09:32.009Z
17512025-03-03T04:09:32.009Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196)
17522025-03-03T04:09:32.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-03-03T04:09:32.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-03-03T04:09:32.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-03-03T04:09:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17562025-03-03T04:09:32.623Z
17572025-03-03T04:09:32.623Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196)
17582025-03-03T04:09:33.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-03-03T04:09:33.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-03-03T04:09:33.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-03-03T04:09:33.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17622025-03-03T04:09:33.227Z
17632025-03-03T04:09:33.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196)
17642025-03-03T04:09:33.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-03-03T04:09:33.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-03-03T04:09:33.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-03-03T04:09:33.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17682025-03-03T04:09:33.834Z
17692025-03-03T04:09:33.834Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196)
17702025-03-03T04:09:34.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-03-03T04:09:34.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-03-03T04:09:34.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-03-03T04:09:34.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17742025-03-03T04:09:34.448Z
17752025-03-03T04:09:34.448Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196)
17762025-03-03T04:09:34.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-03-03T04:09:35.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-03-03T04:09:35.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-03-03T04:09:35.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17802025-03-03T04:09:35.057Z
17812025-03-03T04:09:35.057Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196)
17822025-03-03T04:09:35.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-03-03T04:09:35.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-03-03T04:09:35.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-03-03T04:09:35.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17862025-03-03T04:09:35.643Z
17872025-03-03T04:09:35.643Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196)
17882025-03-03T04:09:36.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-03-03T04:09:36.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-03-03T04:09:36.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-03-03T04:09:36.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17922025-03-03T04:09:36.262Z
17932025-03-03T04:09:36.262Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196)
17942025-03-03T04:09:36.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-03-03T04:09:36.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-03-03T04:09:36.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-03-03T04:09:36.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17982025-03-03T04:09:36.890Z
17992025-03-03T04:09:36.890Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196)
18002025-03-03T04:09:37.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-03-03T04:09:37.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-03-03T04:09:37.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-03-03T04:09:37.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18042025-03-03T04:09:37.501Z
18052025-03-03T04:09:37.501Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196)
18062025-03-03T04:09:38.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-03-03T04:09:38.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-03-03T04:09:38.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-03-03T04:09:38.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18102025-03-03T04:09:38.109Z
18112025-03-03T04:09:38.109Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196)
18122025-03-03T04:09:38.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-03-03T04:09:38.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-03-03T04:09:38.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-03-03T04:09:38.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18162025-03-03T04:09:38.725Z
18172025-03-03T04:09:38.725Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196)
18182025-03-03T04:09:39.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-03-03T04:09:39.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-03-03T04:09:39.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-03-03T04:09:39.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18222025-03-03T04:09:39.329Z
18232025-03-03T04:09:39.330Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196)
18242025-03-03T04:09:39.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-03-03T04:09:39.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-03-03T04:09:39.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-03-03T04:09:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18282025-03-03T04:09:39.936Z
18292025-03-03T04:09:39.936Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196)
18302025-03-03T04:09:40.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-03-03T04:09:40.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-03-03T04:09:40.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-03-03T04:09:40.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18342025-03-03T04:09:40.549Z
18352025-03-03T04:09:40.549Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196)
18362025-03-03T04:09:41.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-03-03T04:09:41.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-03-03T04:09:41.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-03-03T04:09:41.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18402025-03-03T04:09:41.178Z
18412025-03-03T04:09:41.178Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196)
18422025-03-03T04:09:41.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-03-03T04:09:41.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-03-03T04:09:41.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-03-03T04:09:41.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18462025-03-03T04:09:41.815Z
18472025-03-03T04:09:41.815Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196)
18482025-03-03T04:09:42.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-03-03T04:09:42.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-03-03T04:09:42.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-03-03T04:09:42.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18522025-03-03T04:09:42.408Z
18532025-03-03T04:09:42.408Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196)
18542025-03-03T04:09:42.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-03-03T04:09:42.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-03-03T04:09:42.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-03-03T04:09:42.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18582025-03-03T04:09:43.009Z
18592025-03-03T04:09:43.009Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196)
18602025-03-03T04:09:43.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-03-03T04:09:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-03-03T04:09:43.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-03-03T04:09:43.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18642025-03-03T04:09:43.606Z
18652025-03-03T04:09:43.606Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196)
18662025-03-03T04:09:44.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-03-03T04:09:44.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-03-03T04:09:44.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-03-03T04:09:44.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18702025-03-03T04:09:44.216Z
18712025-03-03T04:09:44.216Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196)
18722025-03-03T04:09:44.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-03-03T04:09:44.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-03-03T04:09:44.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-03-03T04:09:44.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18762025-03-03T04:09:44.787Z
18772025-03-03T04:09:44.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196)
18782025-03-03T04:09:45.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-03-03T04:09:45.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-03-03T04:09:45.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-03-03T04:09:45.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18822025-03-03T04:09:45.396Z
18832025-03-03T04:09:45.396Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196)
18842025-03-03T04:09:45.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-03-03T04:09:45.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-03-03T04:09:45.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-03-03T04:09:45.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18882025-03-03T04:09:46.018Z
18892025-03-03T04:09:46.018Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196)
18902025-03-03T04:09:46.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-03-03T04:09:46.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-03-03T04:09:46.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-03-03T04:09:46.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18942025-03-03T04:09:46.617Z
18952025-03-03T04:09:46.617Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196)
18962025-03-03T04:09:47.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-03-03T04:09:47.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-03-03T04:09:47.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-03-03T04:09:47.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19002025-03-03T04:09:47.202Z
19012025-03-03T04:09:47.202Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196)
19022025-03-03T04:09:47.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-03-03T04:09:47.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-03-03T04:09:47.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-03-03T04:09:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19062025-03-03T04:09:47.793Z
19072025-03-03T04:09:47.793Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196)
19082025-03-03T04:09:48.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-03-03T04:09:48.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-03-03T04:09:48.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-03-03T04:09:48.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19122025-03-03T04:09:48.391Z
19132025-03-03T04:09:48.391Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196)
19142025-03-03T04:09:48.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-03-03T04:09:48.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-03-03T04:09:48.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-03-03T04:09:48.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19182025-03-03T04:09:48.987Z
19192025-03-03T04:09:48.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196)
19202025-03-03T04:09:49.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-03-03T04:09:49.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-03-03T04:09:49.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-03-03T04:09:49.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19242025-03-03T04:09:49.590Z
19252025-03-03T04:09:49.590Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196)
19262025-03-03T04:09:50.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-03-03T04:09:50.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-03-03T04:09:50.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-03-03T04:09:50.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19302025-03-03T04:09:50.229Z
19312025-03-03T04:09:50.229Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196)
19322025-03-03T04:09:50.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-03-03T04:09:50.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-03-03T04:09:50.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-03-03T04:09:50.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19362025-03-03T04:09:50.857Z
19372025-03-03T04:09:50.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196)
19382025-03-03T04:09:51.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-03-03T04:09:51.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-03-03T04:09:51.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-03-03T04:09:51.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19422025-03-03T04:09:51.485Z
19432025-03-03T04:09:51.485Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196)
19442025-03-03T04:09:52.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-03-03T04:09:52.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-03-03T04:09:52.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472025-03-03T04:09:52.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19482025-03-03T04:09:52.102Z
19492025-03-03T04:09:52.102Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196)
19502025-03-03T04:09:52.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512025-03-03T04:09:52.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522025-03-03T04:09:52.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532025-03-03T04:09:52.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19542025-03-03T04:09:52.708Z
19552025-03-03T04:09:52.708Zinfo: running `cargo check --bins` on sled-hardware-types (45/196)
19562025-03-03T04:09:53.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572025-03-03T04:09:53.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582025-03-03T04:09:53.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592025-03-03T04:09:53.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19602025-03-03T04:09:53.593Z
19612025-03-03T04:09:53.593Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/196)
19622025-03-03T04:09:54.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632025-03-03T04:09:54.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642025-03-03T04:09:54.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652025-03-03T04:09:54.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19662025-03-03T04:09:54.461Z
19672025-03-03T04:09:54.461Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196)
19682025-03-03T04:09:55.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692025-03-03T04:09:55.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702025-03-03T04:09:55.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712025-03-03T04:09:55.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19722025-03-03T04:09:55.373Z
19732025-03-03T04:09:55.373Zinfo: running `cargo check --bins` on oxlog (48/196)
19742025-03-03T04:09:56.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752025-03-03T04:09:56.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762025-03-03T04:09:56.251Z Checking cfg-if v1.0.0
19772025-03-03T04:09:56.275Z Checking libc v0.2.170
19782025-03-03T04:09:56.276Z Checking serde v1.0.218
19792025-03-03T04:09:56.276Z Checking zeroize v1.8.1
19802025-03-03T04:09:56.327Z Checking memchr v2.7.4
19812025-03-03T04:09:56.352Z Checking typenum v1.17.0
19822025-03-03T04:09:56.352Z Checking value-bag v1.9.0
19832025-03-03T04:09:56.380Z Checking subtle v2.6.1
19842025-03-03T04:09:56.406Z Checking scopeguard v1.2.0
19852025-03-03T04:09:56.542Z Checking smallvec v1.14.0
19862025-03-03T04:09:56.572Z Checking lock_api v0.4.12
19872025-03-03T04:09:56.641Z Checking itoa v1.0.11
19882025-03-03T04:09:56.729Z Checking log v0.4.22
19892025-03-03T04:09:56.842Z Checking const-oid v0.9.6
19902025-03-03T04:09:56.866Z Checking pin-project-lite v0.2.14
19912025-03-03T04:09:56.931Z Checking byteorder v1.5.0
19922025-03-03T04:09:56.980Z Checking once_cell v1.20.3
19932025-03-03T04:09:57.082Z Checking futures-core v0.3.31
19942025-03-03T04:09:57.187Z Checking futures-sink v0.3.31
19952025-03-03T04:09:57.212Z Checking getrandom v0.2.15
19962025-03-03T04:09:57.257Z Checking generic-array v0.14.7
19972025-03-03T04:09:57.282Z Checking signal-hook-registry v1.4.2
19982025-03-03T04:09:57.282Z Checking parking_lot_core v0.9.10
19992025-03-03T04:09:57.311Z Checking mio v1.0.2
20002025-03-03T04:09:57.338Z Checking socket2 v0.5.8
20012025-03-03T04:09:57.442Z Checking rand_core v0.6.4
20022025-03-03T04:09:57.531Z Checking cpufeatures v0.2.14
20032025-03-03T04:09:57.632Z Checking stable_deref_trait v1.2.0
20042025-03-03T04:09:57.656Z Checking parking_lot v0.12.3
20052025-03-03T04:09:57.738Z Checking zerocopy v0.7.35
20062025-03-03T04:09:57.763Z Checking zerofrom v0.1.4
20072025-03-03T04:09:57.788Z Checking slab v0.4.9
20082025-03-03T04:09:57.844Z Checking futures-channel v0.3.31
20092025-03-03T04:09:57.949Z Checking yoke v0.7.4
20102025-03-03T04:09:57.975Z Checking allocator-api2 v0.2.18
20112025-03-03T04:09:58.013Z Checking futures-io v0.3.31
20122025-03-03T04:09:58.156Z Checking foldhash v0.1.3
20132025-03-03T04:09:58.188Z Checking crypto-common v0.1.6
20142025-03-03T04:09:58.212Z Checking block-buffer v0.10.4
20152025-03-03T04:09:58.264Z Checking equivalent v1.0.1
20162025-03-03T04:09:58.339Z Checking pin-utils v0.1.0
20172025-03-03T04:09:58.363Z Checking futures-task v0.3.31
20182025-03-03T04:09:58.389Z Checking zerovec v0.10.4
20192025-03-03T04:09:58.413Z Checking block-padding v0.3.3
20202025-03-03T04:09:58.438Z Checking digest v0.10.7
20212025-03-03T04:09:58.462Z Checking ryu v1.0.18
20222025-03-03T04:09:58.520Z Checking hashbrown v0.15.1
20232025-03-03T04:09:58.588Z Checking futures-util v0.3.31
20242025-03-03T04:09:58.631Z Checking inout v0.1.3
20252025-03-03T04:09:58.656Z Checking writeable v0.5.5
20262025-03-03T04:09:58.760Z Checking hmac v0.12.1
20272025-03-03T04:09:58.824Z Checking ppv-lite86 v0.2.20
20282025-03-03T04:09:58.848Z Checking litemap v0.7.3
20292025-03-03T04:09:58.963Z Checking fnv v1.0.7
20302025-03-03T04:09:58.987Z Checking cipher v0.4.4
20312025-03-03T04:09:59.093Z Checking sha2 v0.10.8
20322025-03-03T04:09:59.182Z Checking libm v0.2.8
20332025-03-03T04:09:59.351Z Checking base64ct v1.6.0
20342025-03-03T04:09:59.431Z Checking getrandom v0.3.1
20352025-03-03T04:09:59.455Z Checking thiserror v1.0.69
20362025-03-03T04:09:59.573Z Checking icu_locid_transform_data v1.5.0
20372025-03-03T04:09:59.599Z Checking flagset v0.4.6
20382025-03-03T04:09:59.663Z Checking tracing-core v0.1.32
20392025-03-03T04:09:59.689Z Checking icu_properties_data v1.5.0
20402025-03-03T04:09:59.768Z Checking pem-rfc7468 v0.7.0
20412025-03-03T04:09:59.792Z Checking percent-encoding v2.3.1
20422025-03-03T04:09:59.818Z Checking tinystr v0.7.6
20432025-03-03T04:09:59.908Z Checking icu_collections v1.5.0
20442025-03-03T04:09:59.932Z Checking num-traits v0.2.19
20452025-03-03T04:10:00.007Z Checking rustls-pki-types v1.10.0
20462025-03-03T04:10:00.032Z Checking der v0.7.9
20472025-03-03T04:10:00.134Z Checking bytes v1.10.0
20482025-03-03T04:10:00.159Z Checking indexmap v2.7.1
20492025-03-03T04:10:00.227Z Checking icu_locid v1.5.0
20502025-03-03T04:10:00.496Z Checking serde_json v1.0.139
20512025-03-03T04:10:00.520Z Checking bitflags v2.6.0
20522025-03-03T04:10:00.793Z Checking tracing v0.1.40
20532025-03-03T04:10:01.017Z Checking tokio v1.43.0
20542025-03-03T04:10:01.093Z Checking http v1.2.0
20552025-03-03T04:10:01.119Z Checking icu_provider v1.5.0
20562025-03-03T04:10:01.203Z Checking salsa20 v0.10.2
20572025-03-03T04:10:01.228Z Checking pbkdf2 v0.12.2
20582025-03-03T04:10:01.377Z Checking aws-lc-sys v0.26.0
20592025-03-03T04:10:01.415Z Checking httparse v1.9.5
20602025-03-03T04:10:01.562Z Checking spki v0.7.3
20612025-03-03T04:10:01.659Z Checking icu_locid_transform v1.5.0
20622025-03-03T04:10:01.782Z Checking icu_normalizer_data v1.5.0
20632025-03-03T04:10:01.812Z Checking utf16_iter v1.0.5
20642025-03-03T04:10:01.889Z Checking utf8_iter v1.0.4
20652025-03-03T04:10:01.914Z Checking powerfmt v0.2.0
20662025-03-03T04:10:01.979Z Checking untrusted v0.7.1
20672025-03-03T04:10:02.082Z Checking write16 v1.0.0
20682025-03-03T04:10:02.153Z Checking untrusted v0.9.0
20692025-03-03T04:10:02.177Z Checking deranged v0.3.11
20702025-03-03T04:10:02.223Z Checking scrypt v0.11.0
20712025-03-03T04:10:02.250Z Checking aes v0.8.4
20722025-03-03T04:10:02.320Z Checking ring v0.17.11
20732025-03-03T04:10:02.428Z Checking cbc v0.1.2
20742025-03-03T04:10:02.475Z Checking icu_properties v1.5.1
20752025-03-03T04:10:02.621Z Checking crossbeam-utils v0.8.20
20762025-03-03T04:10:02.645Z Checking spin v0.9.8
20772025-03-03T04:10:02.942Z Checking time-core v0.1.2
20782025-03-03T04:10:02.989Z Checking num-conv v0.1.0
20792025-03-03T04:10:03.096Z Checking tinyvec_macros v0.1.1
20802025-03-03T04:10:03.172Z Checking aws-lc-rs v1.12.4
20812025-03-03T04:10:03.196Z Checking num_threads v0.1.7
20822025-03-03T04:10:03.224Z Checking atomic-waker v1.1.2
20832025-03-03T04:10:03.250Z Checking tinyvec v1.8.0
20842025-03-03T04:10:03.310Z Checking pkcs5 v0.7.1
20852025-03-03T04:10:03.334Z Checking time v0.3.36
20862025-03-03T04:10:03.361Z Checking http-body v1.0.1
20872025-03-03T04:10:03.564Z Checking form_urlencoded v1.2.1
20882025-03-03T04:10:03.767Z Checking rand_chacha v0.3.1
20892025-03-03T04:10:03.792Z Checking try-lock v0.2.5
20902025-03-03T04:10:03.928Z Checking want v0.3.1
20912025-03-03T04:10:04.107Z Checking pkcs8 v0.10.2
20922025-03-03T04:10:04.132Z Checking rand v0.8.5
20932025-03-03T04:10:04.293Z Checking uuid v1.15.1
20942025-03-03T04:10:04.343Z Checking httpdate v1.0.3
20952025-03-03T04:10:04.398Z Checking unicode-ident v1.0.14
20962025-03-03T04:10:04.567Z Checking adler2 v2.0.0
20972025-03-03T04:10:04.592Z Checking tower-service v0.3.3
20982025-03-03T04:10:04.707Z Checking proc-macro2 v1.0.93
20992025-03-03T04:10:04.732Z Checking miniz_oxide v0.8.5
21002025-03-03T04:10:04.757Z Checking rustls-webpki v0.102.8
21012025-03-03T04:10:04.835Z Checking serde_spanned v0.6.8
21022025-03-03T04:10:05.019Z Checking toml_datetime v0.6.8
21032025-03-03T04:10:05.126Z Checking zerocopy v0.8.10
21042025-03-03T04:10:05.226Z Checking icu_normalizer v1.5.0
21052025-03-03T04:10:05.285Z Checking slog v2.7.0
21062025-03-03T04:10:05.310Z Checking scroll v0.12.0
21072025-03-03T04:10:05.370Z Checking base64 v0.22.1
21082025-03-03T04:10:05.410Z Checking iana-time-zone v0.1.61
21092025-03-03T04:10:05.487Z Checking match_cfg v0.1.0
21102025-03-03T04:10:05.562Z Checking foreign-types-shared v0.1.1
21112025-03-03T04:10:05.587Z Checking plain v0.2.3
21122025-03-03T04:10:05.704Z Checking ucd-trie v0.1.7
21132025-03-03T04:10:05.729Z Checking foreign-types v0.3.2
21142025-03-03T04:10:05.729Z Checking hostname v0.3.1
21152025-03-03T04:10:05.756Z Checking goblin v0.8.2
21162025-03-03T04:10:05.804Z Checking chrono v0.4.40
21172025-03-03T04:10:05.829Z Checking quote v1.0.38
21182025-03-03T04:10:05.876Z Checking openssl-sys v0.9.106
21192025-03-03T04:10:05.923Z Checking pest v2.7.14
21202025-03-03T04:10:05.948Z Checking idna_adapter v1.2.0
21212025-03-03T04:10:06.123Z Checking idna v1.0.3
21222025-03-03T04:10:06.151Z Checking dirs-sys-next v0.1.2
21232025-03-03T04:10:06.326Z Checking errno v0.3.9
21242025-03-03T04:10:06.497Z Checking aho-corasick v1.1.3
21252025-03-03T04:10:06.562Z Checking url v2.5.3
21262025-03-03T04:10:06.831Z Checking siphasher v0.3.11
21272025-03-03T04:10:06.952Z Checking tokio-util v0.7.13
21282025-03-03T04:10:07.106Z Checking data-encoding v2.6.0
21292025-03-03T04:10:07.294Z Checking regex-syntax v0.8.5
21302025-03-03T04:10:07.552Z Checking rand_core v0.9.2
21312025-03-03T04:10:07.585Z Compiling newtype-uuid v1.2.1
21322025-03-03T04:10:07.611Z Checking pretty-hex v0.4.1
21332025-03-03T04:10:07.742Z Checking h2 v0.4.6
21342025-03-03T04:10:07.793Z Checking openssl v0.10.71
21352025-03-03T04:10:07.866Z Checking rustix v0.38.37
21362025-03-03T04:10:07.890Z Checking rand_chacha v0.9.0
21372025-03-03T04:10:07.915Z Checking dirs-next v2.0.0
21382025-03-03T04:10:08.046Z Checking syn v2.0.98
21392025-03-03T04:10:08.136Z Checking dtrace-parser v0.2.0
21402025-03-03T04:10:08.246Z Checking unicode-normalization v0.1.24
21412025-03-03T04:10:08.553Z Checking http-body-util v0.1.2
21422025-03-03T04:10:08.926Z Checking crossbeam-epoch v0.9.18
21432025-03-03T04:10:08.991Z Checking sha1 v0.10.6
21442025-03-03T04:10:09.250Z Checking signature v2.2.0
21452025-03-03T04:10:09.310Z Checking thread_local v1.1.8
21462025-03-03T04:10:09.441Z Checking thread-id v4.2.2
21472025-03-03T04:10:09.551Z Checking encoding_rs v0.8.34
21482025-03-03T04:10:09.576Z Checking crc32fast v1.4.2
21492025-03-03T04:10:09.792Z Checking unicode-properties v0.1.3
21502025-03-03T04:10:09.926Z Checking dof v0.3.0
21512025-03-03T04:10:10.017Z Checking regex-automata v0.4.8
21522025-03-03T04:10:10.107Z Checking ipnet v2.11.0
21532025-03-03T04:10:10.462Z Checking openssl-probe v0.1.5
21542025-03-03T04:10:10.541Z Checking utf8parse v0.2.2
21552025-03-03T04:10:10.631Z Checking either v1.14.0
21562025-03-03T04:10:10.678Z Checking mime v0.3.17
21572025-03-03T04:10:10.711Z Checking anstyle v1.0.10
21582025-03-03T04:10:10.958Z Checking winnow v0.7.3
21592025-03-03T04:10:10.995Z Checking gimli v0.31.1
21602025-03-03T04:10:11.022Z Checking unicode-bidi v0.3.17
21612025-03-03T04:10:11.397Z Checking anstyle-parse v0.2.5
21622025-03-03T04:10:11.561Z Checking stringprep v0.1.5
21632025-03-03T04:10:11.653Z Checking crossbeam-deque v0.8.5
21642025-03-03T04:10:11.807Z Checking rand v0.9.0
21652025-03-03T04:10:11.938Z Checking term v0.7.0
21662025-03-03T04:10:12.130Z Checking native-tls v0.2.12
21672025-03-03T04:10:12.305Z Checking slog-json v2.6.1
21682025-03-03T04:10:12.419Z Checking rustls v0.22.4
21692025-03-03T04:10:12.556Z Checking rustls v0.23.19
21702025-03-03T04:10:12.712Z Checking serde_urlencoded v0.7.1
21712025-03-03T04:10:13.036Z Checking hyper v1.6.0
21722025-03-03T04:10:13.082Z Checking crossbeam-channel v0.5.13
21732025-03-03T04:10:13.273Z Checking toml_edit v0.22.24
21742025-03-03T04:10:13.299Z Checking usdt-impl v0.5.0
21752025-03-03T04:10:13.565Z Checking futures-executor v0.3.31
21762025-03-03T04:10:13.701Z Checking bzip2-sys v0.1.11+1.0.8
21772025-03-03T04:10:13.792Z Checking num-integer v0.1.46
21782025-03-03T04:10:13.835Z Checking rustls-pemfile v2.2.0
21792025-03-03T04:10:13.861Z Checking semver v1.0.25
21802025-03-03T04:10:14.029Z Checking md-5 v0.10.6
21812025-03-03T04:10:14.179Z Checking addr2line v0.24.2
21822025-03-03T04:10:14.205Z Checking ff v0.13.0
21832025-03-03T04:10:14.230Z Checking hash32 v0.2.1
21842025-03-03T04:10:14.255Z Checking is-terminal v0.4.13
21852025-03-03T04:10:14.379Z Checking memmap v0.7.0
21862025-03-03T04:10:14.404Z Checking object v0.36.5
21872025-03-03T04:10:14.501Z Checking base16ct v0.2.0
21882025-03-03T04:10:14.575Z Checking linked-hash-map v0.5.6
21892025-03-03T04:10:14.631Z Checking psl-types v2.0.11
21902025-03-03T04:10:14.698Z Checking quick-error v1.2.3
21912025-03-03T04:10:14.811Z Checking hyper-util v0.1.10
21922025-03-03T04:10:14.837Z Checking fallible-iterator v0.2.0
21932025-03-03T04:10:14.863Z Checking anstyle-query v1.1.1
21942025-03-03T04:10:14.888Z Checking is_terminal_polyfill v1.70.1
21952025-03-03T04:10:14.974Z Checking rustc-demangle v0.1.24
21962025-03-03T04:10:15.007Z Checking colorchoice v1.0.2
21972025-03-03T04:10:15.151Z Checking dyn-clone v1.0.18
21982025-03-03T04:10:15.296Z Checking utf-8 v0.7.6
21992025-03-03T04:10:15.326Z Checking take_mut v0.2.2
22002025-03-03T04:10:15.370Z Checking postgres-protocol v0.6.8
22012025-03-03T04:10:15.426Z Checking tokio-rustls v0.25.0
22022025-03-03T04:10:15.481Z Checking slog-async v2.8.0
22032025-03-03T04:10:15.506Z Checking tungstenite v0.24.0
22042025-03-03T04:10:15.622Z Checking toml v0.8.20
22052025-03-03T04:10:15.763Z Checking schemars v0.8.22
22062025-03-03T04:10:15.797Z Checking anstream v0.6.15
22072025-03-03T04:10:15.963Z Checking lru-cache v0.1.2
22082025-03-03T04:10:16.137Z Checking resolv-conf v0.7.0
22092025-03-03T04:10:16.162Z Checking publicsuffix v2.3.0
22102025-03-03T04:10:16.282Z Checking sec1 v0.7.3
22112025-03-03T04:10:16.309Z Checking usdt v0.5.0
22122025-03-03T04:10:16.409Z Checking heapless v0.7.17
22132025-03-03T04:10:16.459Z Checking group v0.13.0
22142025-03-03T04:10:16.548Z Checking slog-term v2.9.1
22152025-03-03T04:10:16.573Z Checking num-iter v0.1.45
22162025-03-03T04:10:16.629Z Checking bzip2 v0.4.4
22172025-03-03T04:10:16.689Z Checking futures v0.3.31
22182025-03-03T04:10:16.734Z Checking slog-bunyan v2.5.0
22192025-03-03T04:10:16.798Z Checking tokio-native-tls v0.3.1
22202025-03-03T04:10:16.886Z Checking rayon-core v1.12.1
22212025-03-03T04:10:16.913Z Checking multer v3.1.0
22222025-03-03T04:10:16.994Z Checking terminal_size v0.4.0
22232025-03-03T04:10:17.042Z Checking hickory-proto v0.24.4
22242025-03-03T04:10:17.067Z Checking tokio-rustls v0.26.0
22252025-03-03T04:10:17.114Z Checking flate2 v1.1.0
22262025-03-03T04:10:17.223Z Checking phf_shared v0.11.2
22272025-03-03T04:10:17.278Z Checking cookie v0.18.1
22282025-03-03T04:10:17.421Z Checking async-stream v0.3.6
22292025-03-03T04:10:17.448Z Checking signal-hook v0.3.17
22302025-03-03T04:10:17.486Z Checking waitgroup v0.1.2
22312025-03-03T04:10:17.519Z Checking camino v1.1.9
22322025-03-03T04:10:17.623Z Checking lazy_static v1.5.0
22332025-03-03T04:10:17.649Z Checking openapiv3 v2.0.0
22342025-03-03T04:10:17.688Z Checking webpki-roots v0.26.6
22352025-03-03T04:10:17.714Z Checking serde_path_to_error v0.1.16
22362025-03-03T04:10:17.758Z Checking hkdf v0.12.4
22372025-03-03T04:10:17.787Z Checking crypto-bigint v0.5.5
22382025-03-03T04:10:17.891Z Checking sync_wrapper v1.0.1
22392025-03-03T04:10:17.964Z Checking hostname v0.4.0
22402025-03-03T04:10:18.007Z Checking winnow v0.5.40
22412025-03-03T04:10:18.038Z Checking unicode-width v0.2.0
22422025-03-03T04:10:18.109Z Checking bumpalo v3.16.0
22432025-03-03T04:10:18.246Z Checking bitflags v1.3.2
22442025-03-03T04:10:18.348Z Checking tower-layer v0.3.3
22452025-03-03T04:10:18.411Z Checking simd-adler32 v0.3.7
22462025-03-03T04:10:18.462Z Checking managed v0.8.0
22472025-03-03T04:10:18.580Z Checking lockfree-object-pool v0.1.6
22482025-03-03T04:10:18.717Z Checking debug-ignore v1.0.5
22492025-03-03T04:10:18.776Z Checking clap_lex v0.7.4
22502025-03-03T04:10:18.804Z Checking strsim v0.11.1
22512025-03-03T04:10:18.864Z Checking zopfli v0.8.1
22522025-03-03T04:10:19.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22532025-03-03T04:10:19.058Z Checking clap_builder v4.5.31
22542025-03-03T04:10:19.262Z Checking smoltcp v0.9.1
22552025-03-03T04:10:19.447Z Checking backtrace v0.3.74
22562025-03-03T04:10:19.472Z Checking tower v0.5.2
22572025-03-03T04:10:19.919Z Checking anyhow v1.0.96
22582025-03-03T04:10:20.034Z Checking elliptic-curve v0.13.8
22592025-03-03T04:10:20.082Z Checking console v0.15.10
22602025-03-03T04:10:20.269Z Checking hyper-rustls v0.27.3
22612025-03-03T04:10:20.297Z Checking toml_edit v0.19.15
22622025-03-03T04:10:20.334Z Checking dropshot v0.12.0
22632025-03-03T04:10:20.478Z Checking signal-hook-mio v0.2.4
22642025-03-03T04:10:20.572Z Checking num-bigint-dig v0.8.4
22652025-03-03T04:10:20.597Z Checking cookie_store v0.21.1
22662025-03-03T04:10:20.622Z Checking rayon v1.10.0
22672025-03-03T04:10:20.653Z Checking phf v0.11.2
22682025-03-03T04:10:20.870Z Checking hyper-tls v0.6.0
22692025-03-03T04:10:21.131Z Checking tokio-tungstenite v0.24.0
22702025-03-03T04:10:21.159Z Checking hickory-resolver v0.24.4
22712025-03-03T04:10:21.231Z Checking postgres-types v0.2.9
22722025-03-03T04:10:21.537Z Checking regex v1.11.1
22732025-03-03T04:10:21.629Z Checking bstr v1.10.0
22742025-03-03T04:10:21.829Z Checking ed25519 v2.2.3
22752025-03-03T04:10:22.063Z Checking tokio-stream v0.1.17
22762025-03-03T04:10:22.109Z Checking phf_shared v0.10.0
22772025-03-03T04:10:22.327Z Checking curve25519-dalek v4.1.3
22782025-03-03T04:10:22.352Z Checking zerocopy v0.6.6
22792025-03-03T04:10:22.431Z Checking hubpack v0.1.2
22802025-03-03T04:10:22.469Z Checking memoffset v0.9.1
22812025-03-03T04:10:22.544Z Checking portable-atomic v1.9.0
22822025-03-03T04:10:22.599Z Checking pkcs1 v0.7.5
22832025-03-03T04:10:22.736Z Checking float-cmp v0.10.0
22842025-03-03T04:10:22.766Z Checking serde-big-array v0.5.1
22852025-03-03T04:10:22.945Z Checking rfc6979 v0.4.0
22862025-03-03T04:10:22.973Z Checking normalize-line-endings v0.3.0
22872025-03-03T04:10:22.998Z Checking number_prefix v0.4.0
22882025-03-03T04:10:22.998Z Checking predicates-core v1.0.8
22892025-03-03T04:10:23.092Z Checking whoami v1.5.2
22902025-03-03T04:10:23.118Z Checking precomputed-hash v0.1.1
22912025-03-03T04:10:23.175Z Checking unicode-segmentation v1.12.0
22922025-03-03T04:10:23.200Z Checking fixedbitset v0.4.2
22932025-03-03T04:10:23.246Z Checking static_assertions v1.1.0
22942025-03-03T04:10:23.289Z Checking difflib v0.4.0
22952025-03-03T04:10:23.354Z Checking new_debug_unreachable v1.0.6
22962025-03-03T04:10:23.378Z Checking minimal-lexical v0.2.1
22972025-03-03T04:10:23.454Z Checking tokio-postgres v0.7.13
22982025-03-03T04:10:23.479Z Checking string_cache v0.8.7
22992025-03-03T04:10:23.479Z Checking petgraph v0.6.5
23002025-03-03T04:10:23.602Z Checking predicates v3.1.3
23012025-03-03T04:10:23.668Z Checking indicatif v0.17.11
23022025-03-03T04:10:23.740Z Checking nom v7.1.3
23032025-03-03T04:10:23.770Z Checking similar v2.7.0
23042025-03-03T04:10:23.795Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23052025-03-03T04:10:23.891Z Checking ed25519-dalek v2.1.1
23062025-03-03T04:10:24.181Z Checking qorb v0.2.1
23072025-03-03T04:10:24.272Z Checking ecdsa v0.16.9
23082025-03-03T04:10:24.336Z Checking rsa v0.9.6
23092025-03-03T04:10:24.541Z Checking nix v0.29.0
23102025-03-03T04:10:25.927Z Checking toml v0.7.8
23112025-03-03T04:10:25.951Z Checking clap v4.5.31
23122025-03-03T04:10:25.951Z Checking reqwest v0.12.12
23132025-03-03T04:10:25.952Z Checking crossterm v0.28.1
23142025-03-03T04:10:25.952Z Checking zip v2.1.3
23152025-03-03T04:10:25.952Z Checking zip v0.6.6
23162025-03-03T04:10:25.977Z Checking itertools v0.12.1
23172025-03-03T04:10:26.151Z Checking itertools v0.10.5
23182025-03-03T04:10:26.471Z Checking ahash v0.8.11
23192025-03-03T04:10:26.508Z Checking fs-err v2.11.0
23202025-03-03T04:10:26.632Z Checking buf-list v1.0.3
23212025-03-03T04:10:26.907Z Checking x509-cert v0.2.5
23222025-03-03T04:10:26.932Z Checking hex v0.4.3
23232025-03-03T04:10:26.956Z Checking peg-runtime v0.8.3
23242025-03-03T04:10:27.008Z Checking lalrpop-util v0.19.12
23252025-03-03T04:10:27.033Z Checking sigpipe v0.1.3
23262025-03-03T04:10:28.337Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23272025-03-03T04:10:28.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s
23282025-03-03T04:10:28.939Z
23292025-03-03T04:10:28.939Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196)
23302025-03-03T04:10:29.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312025-03-03T04:10:29.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322025-03-03T04:10:29.886Z Compiling regress v0.10.3
23332025-03-03T04:10:29.935Z Checking heck v0.5.0
23342025-03-03T04:10:29.960Z Checking fastrand v2.1.1
23352025-03-03T04:10:29.960Z Compiling unsafe-libyaml v0.2.11
23362025-03-03T04:10:29.988Z Checking ipnetwork v0.21.1
23372025-03-03T04:10:30.012Z Compiling structmeta-derive v0.3.0
23382025-03-03T04:10:30.012Z Compiling ident_case v1.0.1
23392025-03-03T04:10:30.129Z Checking progenitor-client v0.8.0
23402025-03-03T04:10:30.238Z Compiling darling_core v0.20.10
23412025-03-03T04:10:30.263Z Checking tempfile v3.13.0
23422025-03-03T04:10:30.351Z Checking oxnet v0.1.1
23432025-03-03T04:10:30.452Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23442025-03-03T04:10:30.607Z Checking newtype-uuid v1.2.1
23452025-03-03T04:10:30.676Z Compiling proc-macro-crate v1.3.1
23462025-03-03T04:10:30.776Z Checking wait-timeout v0.2.0
23472025-03-03T04:10:30.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23482025-03-03T04:10:30.952Z Checking bit-vec v0.8.0
23492025-03-03T04:10:31.110Z Compiling serde_yaml v0.9.34+deprecated
23502025-03-03T04:10:31.292Z Checking bit-set v0.8.0
23512025-03-03T04:10:31.489Z Compiling num_enum_derive v0.5.11
23522025-03-03T04:10:31.528Z Checking rusty-fork v0.3.0
23532025-03-03T04:10:31.553Z Compiling lzma-sys v0.1.20
23542025-03-03T04:10:31.819Z Checking rand_xorshift v0.3.0
23552025-03-03T04:10:31.995Z Compiling thiserror-impl v2.0.11
23562025-03-03T04:10:32.150Z Compiling structmeta v0.3.0
23572025-03-03T04:10:32.179Z Compiling daft-derive v0.1.1
23582025-03-03T04:10:32.521Z Compiling parse-display-derive v0.10.0
23592025-03-03T04:10:32.737Z Checking typify-impl v0.2.0
23602025-03-03T04:10:33.432Z Compiling foreign-types-macros v0.2.3
23612025-03-03T04:10:33.722Z Compiling dropshot v0.16.0
23622025-03-03T04:10:33.996Z Checking arc-swap v1.7.1
23632025-03-03T04:10:34.141Z Checking foreign-types-shared v0.3.1
23642025-03-03T04:10:34.271Z Checking unarray v0.1.4
23652025-03-03T04:10:34.390Z Checking slog-scope v4.4.0
23662025-03-03T04:10:34.432Z Checking proptest v1.6.0
23672025-03-03T04:10:34.457Z Checking foreign-types v0.5.0
23682025-03-03T04:10:34.594Z Checking daft v0.1.1
23692025-03-03T04:10:34.643Z Checking num_enum v0.5.11
23702025-03-03T04:10:34.671Z Checking thiserror v2.0.11
23712025-03-03T04:10:34.803Z Compiling test-strategy v0.4.0
23722025-03-03T04:10:34.865Z Checking strum v0.26.3
23732025-03-03T04:10:34.889Z Compiling proc-macro-error v1.0.4
23742025-03-03T04:10:35.039Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23752025-03-03T04:10:35.290Z Compiling darling_macro v0.20.10
23762025-03-03T04:10:35.317Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23772025-03-03T04:10:35.317Z Checking tungstenite v0.21.0
23782025-03-03T04:10:35.341Z Compiling heck v0.3.3
23792025-03-03T04:10:35.454Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23802025-03-03T04:10:35.649Z Compiling dropshot_endpoint v0.16.0
23812025-03-03T04:10:35.754Z Checking parse-display v0.10.0
23822025-03-03T04:10:35.947Z Compiling darling v0.20.10
23832025-03-03T04:10:35.984Z Checking cstr-argument v0.1.2
23842025-03-03T04:10:36.078Z Compiling serde_with_macros v3.12.0
23852025-03-03T04:10:36.107Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23862025-03-03T04:10:36.168Z Checking instant v0.1.13
23872025-03-03T04:10:36.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23882025-03-03T04:10:36.289Z Checking pretty-hex v0.2.1
23892025-03-03T04:10:36.461Z Checking base64 v0.21.7
23902025-03-03T04:10:36.509Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23912025-03-03T04:10:36.750Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922025-03-03T04:10:36.878Z Checking backoff v0.4.0
23932025-03-03T04:10:36.904Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23942025-03-03T04:10:36.928Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23952025-03-03T04:10:37.061Z Checking tokio-tungstenite v0.21.0
23962025-03-03T04:10:37.159Z Compiling zone_cfg_derive v0.1.2
23972025-03-03T04:10:37.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982025-03-03T04:10:37.624Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23992025-03-03T04:10:37.977Z Checking slog-stdlog v4.1.1
24002025-03-03T04:10:38.002Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24012025-03-03T04:10:38.069Z Checking progenitor-client v0.9.1
24022025-03-03T04:10:38.185Z Checking colored v2.2.0
24032025-03-03T04:10:38.299Z Checking macaddr v1.0.1
24042025-03-03T04:10:38.360Z Checking serde_with v3.12.0
24052025-03-03T04:10:38.500Z Checking winnow v0.6.20
24062025-03-03T04:10:38.530Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24072025-03-03T04:10:38.567Z Checking unicode-width v0.1.14
24082025-03-03T04:10:38.593Z Checking base64 v0.13.1
24092025-03-03T04:10:38.659Z Checking zone v0.1.8
24102025-03-03T04:10:38.990Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24112025-03-03T04:10:39.015Z Checking ron v0.7.1
24122025-03-03T04:10:39.039Z Checking tabwriter v1.4.0
24132025-03-03T04:10:39.269Z Checking slog-envlogger v2.2.0
24142025-03-03T04:10:39.294Z Checking xz2 v0.1.7
24152025-03-03T04:10:39.404Z Checking xattr v1.3.1
24162025-03-03T04:10:39.495Z Checking pem v3.0.5
24172025-03-03T04:10:39.583Z Checking yasna v0.5.2
24182025-03-03T04:10:39.611Z Checking headers-core v0.3.0
24192025-03-03T04:10:39.757Z Checking smf v0.2.3
24202025-03-03T04:10:39.782Z Checking filetime v0.2.25
24212025-03-03T04:10:39.989Z Checking same-file v1.0.6
24222025-03-03T04:10:40.013Z Checking tar v0.4.44
24232025-03-03T04:10:40.176Z Checking walkdir v2.5.0
24242025-03-03T04:10:40.203Z Checking headers v0.4.0
24252025-03-03T04:10:40.334Z Checking rcgen v0.12.1
24262025-03-03T04:10:40.454Z Checking camino-tempfile v1.1.1
24272025-03-03T04:10:40.735Z Checking atomicwrites v0.4.4
24282025-03-03T04:10:40.791Z Checking subprocess v0.2.9
24292025-03-03T04:10:43.211Z Compiling typify-macro v0.2.0
24302025-03-03T04:10:45.097Z Compiling typify v0.2.0
24312025-03-03T04:10:45.213Z Compiling progenitor-impl v0.8.0
24322025-03-03T04:10:48.558Z Compiling progenitor-macro v0.8.0
24332025-03-03T04:10:52.616Z Checking progenitor v0.8.0
24342025-03-03T04:10:52.806Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24352025-03-03T04:10:52.806Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24362025-03-03T04:10:56.195Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24372025-03-03T04:10:56.740Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24382025-03-03T04:11:04.979Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24392025-03-03T04:11:07.046Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24402025-03-03T04:11:08.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.82s
24412025-03-03T04:11:08.958Z
24422025-03-03T04:11:08.958Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196)
24432025-03-03T04:11:09.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442025-03-03T04:11:09.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452025-03-03T04:11:09.983Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24462025-03-03T04:11:11.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
24472025-03-03T04:11:11.978Z
24482025-03-03T04:11:11.978Zinfo: running `cargo check --bins` on nexus-config (51/196)
24492025-03-03T04:11:12.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502025-03-03T04:11:12.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512025-03-03T04:11:12.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522025-03-03T04:11:12.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24532025-03-03T04:11:12.945Z
24542025-03-03T04:11:12.945Zinfo: running `cargo check --bins` on omicron-rpaths (52/196)
24552025-03-03T04:11:13.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562025-03-03T04:11:13.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572025-03-03T04:11:13.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582025-03-03T04:11:13.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24592025-03-03T04:11:13.879Z
24602025-03-03T04:11:13.879Zinfo: running `cargo check --bins` on omicron-certificates (53/196)
24612025-03-03T04:11:14.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622025-03-03T04:11:14.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632025-03-03T04:11:14.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642025-03-03T04:11:14.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24652025-03-03T04:11:14.829Z
24662025-03-03T04:11:14.829Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/196)
24672025-03-03T04:11:15.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682025-03-03T04:11:15.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692025-03-03T04:11:15.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24702025-03-03T04:11:15.988Z Compiling tempfile v3.13.0
24712025-03-03T04:11:16.013Z Compiling ipnetwork v0.21.1
24722025-03-03T04:11:16.013Z Compiling wait-timeout v0.2.0
24732025-03-03T04:11:16.013Z Compiling bit-vec v0.8.0
24742025-03-03T04:11:16.013Z Compiling progenitor-client v0.8.0
24752025-03-03T04:11:16.013Z Compiling itertools v0.13.0
24762025-03-03T04:11:16.013Z Compiling rand_xorshift v0.3.0
24772025-03-03T04:11:16.242Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24782025-03-03T04:11:16.482Z Compiling oxnet v0.1.1
24792025-03-03T04:11:16.513Z Compiling bit-set v0.8.0
24802025-03-03T04:11:16.539Z Compiling rusty-fork v0.3.0
24812025-03-03T04:11:16.584Z Compiling unarray v0.1.4
24822025-03-03T04:11:16.691Z Compiling heapless v0.8.0
24832025-03-03T04:11:16.754Z Compiling progenitor v0.8.0
24842025-03-03T04:11:16.781Z Compiling parse-display v0.10.0
24852025-03-03T04:11:16.807Z Compiling thiserror v2.0.11
24862025-03-03T04:11:16.880Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872025-03-03T04:11:16.955Z Compiling daft v0.1.1
24882025-03-03T04:11:16.979Z Compiling proptest v1.6.0
24892025-03-03T04:11:17.151Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24902025-03-03T04:11:17.189Z Checking hash32 v0.3.1
24912025-03-03T04:11:17.315Z Compiling instant v0.1.13
24922025-03-03T04:11:17.341Z Compiling smoltcp v0.11.0
24932025-03-03T04:11:17.395Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942025-03-03T04:11:17.419Z Compiling dropshot v0.16.0
24952025-03-03T04:11:17.498Z Compiling backoff v0.4.0
24962025-03-03T04:11:17.819Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24972025-03-03T04:11:17.844Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982025-03-03T04:11:17.953Z Compiling serde_with v3.12.0
24992025-03-03T04:11:18.040Z Checking num-rational v0.4.2
25002025-03-03T04:11:18.215Z Compiling progenitor-client v0.9.1
25012025-03-03T04:11:18.627Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25022025-03-03T04:11:18.708Z Compiling phf_generator v0.11.2
25032025-03-03T04:11:18.892Z Checking num-complex v0.4.6
25042025-03-03T04:11:19.894Z Compiling macaddr v1.0.1
25052025-03-03T04:11:20.307Z Checking cobs v0.2.3
25062025-03-03T04:11:20.398Z Compiling num v0.4.3
25072025-03-03T04:11:20.505Z Checking postcard v1.0.10
25082025-03-03T04:11:20.632Z Compiling phf_codegen v0.11.2
25092025-03-03T04:11:20.982Z Compiling parse-zoneinfo v0.3.1
25102025-03-03T04:11:21.014Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25112025-03-03T04:11:21.301Z Compiling float-ord v0.3.2
25122025-03-03T04:11:21.476Z Compiling convert_case v0.4.0
25132025-03-03T04:11:22.190Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25142025-03-03T04:11:22.735Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25152025-03-03T04:11:22.900Z Compiling derive_more v0.99.19
25162025-03-03T04:11:23.445Z Compiling chrono-tz-build v0.4.0
25172025-03-03T04:11:24.082Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25182025-03-03T04:11:24.187Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25192025-03-03T04:11:24.530Z Compiling crucible-workspace-hack v0.1.0
25202025-03-03T04:11:24.688Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25212025-03-03T04:11:24.854Z Compiling chrono-tz v0.10.1
25222025-03-03T04:11:25.036Z Checking newline-converter v0.3.0
25232025-03-03T04:11:25.108Z Checking itertools v0.14.0
25242025-03-03T04:11:25.233Z Checking prettyplease v0.2.29
25252025-03-03T04:11:25.564Z Compiling slog-dtrace v0.3.0
25262025-03-03T04:11:25.767Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272025-03-03T04:11:25.861Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25282025-03-03T04:11:26.386Z Checking expectorate v1.1.0
25292025-03-03T04:11:26.549Z Compiling zone_cfg_derive v0.3.0
25302025-03-03T04:11:26.618Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25312025-03-03T04:11:27.080Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322025-03-03T04:11:27.372Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25332025-03-03T04:11:27.736Z Compiling const_format_proc_macros v0.2.34
25342025-03-03T04:11:27.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352025-03-03T04:11:27.878Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25362025-03-03T04:11:28.057Z Compiling num-derive v0.4.2
25372025-03-03T04:11:28.416Z Checking highway v1.3.0
25382025-03-03T04:11:28.569Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25392025-03-03T04:11:28.630Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402025-03-03T04:11:28.840Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412025-03-03T04:11:28.946Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25422025-03-03T04:11:29.185Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25432025-03-03T04:11:29.305Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25442025-03-03T04:11:29.388Z Checking const_format v0.2.34
25452025-03-03T04:11:29.479Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25462025-03-03T04:11:29.673Z Checking zone v0.3.0
25472025-03-03T04:11:29.826Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25482025-03-03T04:11:29.854Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25492025-03-03T04:11:30.094Z Checking gethostname v0.5.0
25502025-03-03T04:11:30.246Z Checking bcs v0.1.6
25512025-03-03T04:11:30.271Z Checking nanorand v0.7.0
25522025-03-03T04:11:30.380Z Compiling async-recursion v1.1.1
25532025-03-03T04:11:30.498Z Checking termtree v0.5.1
25542025-03-03T04:11:30.635Z Checking flume v0.11.1
25552025-03-03T04:11:31.721Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25562025-03-03T04:11:37.813Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572025-03-03T04:11:41.777Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582025-03-03T04:11:45.277Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25592025-03-03T04:11:46.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.12s
25602025-03-03T04:11:47.151Z
25612025-03-03T04:11:47.151Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/196)
25622025-03-03T04:11:48.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-03-03T04:11:48.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-03-03T04:11:48.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-03-03T04:11:48.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
25662025-03-03T04:11:48.134Z
25672025-03-03T04:11:48.134Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/196)
25682025-03-03T04:11:48.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-03-03T04:11:49.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-03-03T04:11:49.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-03-03T04:11:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
25722025-03-03T04:11:49.120Z
25732025-03-03T04:11:49.120Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/196)
25742025-03-03T04:11:49.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-03-03T04:11:50.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-03-03T04:11:50.141Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25772025-03-03T04:11:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
25782025-03-03T04:11:51.074Z
25792025-03-03T04:11:51.074Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196)
25802025-03-03T04:11:51.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-03-03T04:11:51.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-03-03T04:11:52.147Z Compiling cfg_aliases v0.1.1
25832025-03-03T04:11:52.147Z Compiling vte_generate_state_changes v0.1.2
25842025-03-03T04:11:52.191Z Checking fd-lock v4.0.2
25852025-03-03T04:11:52.191Z Checking nibble_vec v0.1.0
25862025-03-03T04:11:52.191Z Checking bytecount v0.6.8
25872025-03-03T04:11:52.191Z Checking endian-type v0.1.2
25882025-03-03T04:11:52.191Z Compiling tabled_derive v0.7.0
25892025-03-03T04:11:52.191Z Compiling peg-macros v0.8.4
25902025-03-03T04:11:52.321Z Compiling nix v0.28.0
25912025-03-03T04:11:52.373Z Checking papergrid v0.11.0
25922025-03-03T04:11:52.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25932025-03-03T04:11:52.454Z Compiling sqlparser_derive v0.2.2
25942025-03-03T04:11:52.488Z Checking radix_trie v0.2.1
25952025-03-03T04:11:52.755Z Checking vte v0.11.1
25962025-03-03T04:11:52.857Z Checking unicode_categories v0.1.1
25972025-03-03T04:11:53.150Z Checking nu-ansi-term v0.50.1
25982025-03-03T04:11:53.275Z Checking home v0.5.9
25992025-03-03T04:11:53.348Z Checking sqlparser v0.45.0
26002025-03-03T04:11:53.464Z Checking sqlformat v0.2.6
26012025-03-03T04:11:53.525Z Checking display-error-chain v0.2.2
26022025-03-03T04:11:53.898Z Checking strip-ansi-escapes v0.2.0
26032025-03-03T04:11:54.057Z Checking reedline v0.38.0
26042025-03-03T04:11:54.095Z Checking tabled v0.15.0
26052025-03-03T04:11:54.388Z Checking peg v0.8.4
26062025-03-03T04:11:55.015Z Checking rustyline v14.0.0
26072025-03-03T04:12:07.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.03s
26082025-03-03T04:12:07.291Z
26092025-03-03T04:12:07.291Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196)
26102025-03-03T04:12:08.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-03-03T04:12:08.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-03-03T04:12:08.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26132025-03-03T04:12:15.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s
26142025-03-03T04:12:15.615Z
26152025-03-03T04:12:15.615Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196)
26162025-03-03T04:12:16.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-03-03T04:12:16.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-03-03T04:12:16.612Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26192025-03-03T04:12:21.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
26202025-03-03T04:12:21.549Z
26212025-03-03T04:12:21.549Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196)
26222025-03-03T04:12:22.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-03-03T04:12:22.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-03-03T04:12:22.569Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26252025-03-03T04:12:29.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
26262025-03-03T04:12:29.403Z
26272025-03-03T04:12:29.403Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196)
26282025-03-03T04:12:30.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-03-03T04:12:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-03-03T04:12:30.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26312025-03-03T04:12:37.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
26322025-03-03T04:12:37.339Z
26332025-03-03T04:12:37.339Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196)
26342025-03-03T04:12:38.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-03-03T04:12:38.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-03-03T04:12:38.409Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26372025-03-03T04:12:43.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
26382025-03-03T04:12:43.639Z
26392025-03-03T04:12:43.639Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196)
26402025-03-03T04:12:44.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-03-03T04:12:44.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-03-03T04:12:44.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26432025-03-03T04:12:49.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
26442025-03-03T04:12:49.960Z
26452025-03-03T04:12:49.960Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196)
26462025-03-03T04:12:50.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-03-03T04:12:50.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-03-03T04:12:51.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26492025-03-03T04:12:57.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
26502025-03-03T04:12:58.089Z
26512025-03-03T04:12:58.089Zinfo: running `cargo check --bins` on oximeter (66/196)
26522025-03-03T04:12:58.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-03-03T04:12:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-03-03T04:12:58.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-03-03T04:12:58.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26562025-03-03T04:12:59.035Z
26572025-03-03T04:12:59.035Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/196)
26582025-03-03T04:12:59.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-03-03T04:12:59.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-03-03T04:12:59.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-03-03T04:12:59.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26622025-03-03T04:12:59.949Z
26632025-03-03T04:12:59.949Zinfo: running `cargo check --bins` on oximeter-schema (68/196)
26642025-03-03T04:13:00.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-03-03T04:13:00.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-03-03T04:13:00.926Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26672025-03-03T04:13:03.601Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26682025-03-03T04:13:04.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
26692025-03-03T04:13:05.063Z
26702025-03-03T04:13:05.064Zinfo: running `cargo check --bins` on oximeter-types (69/196)
26712025-03-03T04:13:05.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-03-03T04:13:05.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-03-03T04:13:05.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-03-03T04:13:05.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26752025-03-03T04:13:06.016Z
26762025-03-03T04:13:06.016Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/196)
26772025-03-03T04:13:06.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-03-03T04:13:06.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-03-03T04:13:06.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-03-03T04:13:06.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26812025-03-03T04:13:06.944Z
26822025-03-03T04:13:06.944Zinfo: running `cargo check --bins` on oxql-types (71/196)
26832025-03-03T04:13:07.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-03-03T04:13:07.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-03-03T04:13:07.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-03-03T04:13:07.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26872025-03-03T04:13:07.875Z
26882025-03-03T04:13:07.875Zinfo: running `cargo check --bins` on oximeter-test-utils (72/196)
26892025-03-03T04:13:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-03-03T04:13:08.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-03-03T04:13:08.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-03-03T04:13:08.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26932025-03-03T04:13:08.865Z
26942025-03-03T04:13:08.865Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/196)
26952025-03-03T04:13:09.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-03-03T04:13:09.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-03-03T04:13:09.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-03-03T04:13:09.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26992025-03-03T04:13:09.803Z
27002025-03-03T04:13:09.803Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/196)
27012025-03-03T04:13:10.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-03-03T04:13:10.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-03-03T04:13:10.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-03-03T04:13:10.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27052025-03-03T04:13:10.765Z
27062025-03-03T04:13:10.765Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196)
27072025-03-03T04:13:11.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-03-03T04:13:11.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-03-03T04:13:11.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-03-03T04:13:11.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27112025-03-03T04:13:11.719Z
27122025-03-03T04:13:11.719Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/196)
27132025-03-03T04:13:12.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-03-03T04:13:12.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-03-03T04:13:12.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162025-03-03T04:13:12.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27172025-03-03T04:13:12.670Z
27182025-03-03T04:13:12.670Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/196)
27192025-03-03T04:13:13.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202025-03-03T04:13:13.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212025-03-03T04:13:13.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222025-03-03T04:13:13.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
27232025-03-03T04:13:13.646Z
27242025-03-03T04:13:13.646Zinfo: running `cargo check --bins` on cockroach-admin-client (78/196)
27252025-03-03T04:13:14.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262025-03-03T04:13:14.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272025-03-03T04:13:14.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282025-03-03T04:13:14.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27292025-03-03T04:13:14.551Z
27302025-03-03T04:13:14.551Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/196)
27312025-03-03T04:13:15.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322025-03-03T04:13:15.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332025-03-03T04:13:15.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342025-03-03T04:13:15.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27352025-03-03T04:13:15.525Z
27362025-03-03T04:13:15.525Zinfo: running `cargo check --bins` on dns-service-client (80/196)
27372025-03-03T04:13:16.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382025-03-03T04:13:16.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392025-03-03T04:13:16.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402025-03-03T04:13:16.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27412025-03-03T04:13:16.454Z
27422025-03-03T04:13:16.454Zinfo: running `cargo check --bins` on internal-dns-types (81/196)
27432025-03-03T04:13:17.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442025-03-03T04:13:17.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452025-03-03T04:13:17.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462025-03-03T04:13:17.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27472025-03-03T04:13:17.404Z
27482025-03-03T04:13:17.404Zinfo: running `cargo check --bins` on dpd-client (82/196)
27492025-03-03T04:13:18.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502025-03-03T04:13:18.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512025-03-03T04:13:18.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522025-03-03T04:13:18.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27532025-03-03T04:13:18.335Z
27542025-03-03T04:13:18.336Zinfo: running `cargo check --bins` on gateway-client (83/196)
27552025-03-03T04:13:19.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562025-03-03T04:13:19.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572025-03-03T04:13:19.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582025-03-03T04:13:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27592025-03-03T04:13:19.249Z
27602025-03-03T04:13:19.249Zinfo: running `cargo check --bins` on installinator-client (84/196)
27612025-03-03T04:13:20.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622025-03-03T04:13:20.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632025-03-03T04:13:20.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642025-03-03T04:13:20.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27652025-03-03T04:13:20.179Z
27662025-03-03T04:13:20.179Zinfo: running `cargo check --bins` on installinator-common (85/196)
27672025-03-03T04:13:21.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682025-03-03T04:13:21.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692025-03-03T04:13:21.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702025-03-03T04:13:21.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27712025-03-03T04:13:21.132Z
27722025-03-03T04:13:21.132Zinfo: running `cargo check --bins` on update-engine (86/196)
27732025-03-03T04:13:21.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742025-03-03T04:13:21.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752025-03-03T04:13:21.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762025-03-03T04:13:21.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27772025-03-03T04:13:22.009Z
27782025-03-03T04:13:22.009Zinfo: running `cargo check --bins` on nexus-client (87/196)
27792025-03-03T04:13:22.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802025-03-03T04:13:22.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812025-03-03T04:13:22.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822025-03-03T04:13:22.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27832025-03-03T04:13:22.957Z
27842025-03-03T04:13:22.957Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/196)
27852025-03-03T04:13:23.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-03-03T04:13:23.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-03-03T04:13:23.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-03-03T04:13:23.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27892025-03-03T04:13:23.910Z
27902025-03-03T04:13:23.910Zinfo: running `cargo check --bins` on omicron-passwords (89/196)
27912025-03-03T04:13:24.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-03-03T04:13:24.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-03-03T04:13:24.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942025-03-03T04:13:24.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27952025-03-03T04:13:24.796Z
27962025-03-03T04:13:24.796Zinfo: running `cargo check --bins` on nexus-types (90/196)
27972025-03-03T04:13:25.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982025-03-03T04:13:25.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992025-03-03T04:13:25.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002025-03-03T04:13:25.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28012025-03-03T04:13:25.749Z
28022025-03-03T04:13:25.749Zinfo: running `cargo check --bins` on oxide-client (91/196)
28032025-03-03T04:13:26.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-03-03T04:13:26.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-03-03T04:13:26.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-03-03T04:13:26.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28072025-03-03T04:13:26.660Z
28082025-03-03T04:13:26.660Zinfo: running `cargo check --bins` on oximeter-client (92/196)
28092025-03-03T04:13:27.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-03-03T04:13:27.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-03-03T04:13:27.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-03-03T04:13:27.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28132025-03-03T04:13:27.553Z
28142025-03-03T04:13:27.553Zinfo: running `cargo check --bins` on repo-depot-client (93/196)
28152025-03-03T04:13:28.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-03-03T04:13:28.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-03-03T04:13:28.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-03-03T04:13:28.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28192025-03-03T04:13:28.440Z
28202025-03-03T04:13:28.440Zinfo: running `cargo check --bins` on sled-agent-client (94/196)
28212025-03-03T04:13:29.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-03-03T04:13:29.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-03-03T04:13:29.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-03-03T04:13:29.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28252025-03-03T04:13:29.373Z
28262025-03-03T04:13:29.373Zinfo: running `cargo check --bins` on wicketd-client (95/196)
28272025-03-03T04:13:30.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-03-03T04:13:30.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-03-03T04:13:30.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-03-03T04:13:30.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28312025-03-03T04:13:30.329Z
28322025-03-03T04:13:30.329Zinfo: running `cargo check --bins` on sled-agent-types (96/196)
28332025-03-03T04:13:31.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-03-03T04:13:31.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-03-03T04:13:31.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-03-03T04:13:31.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
28372025-03-03T04:13:31.301Z
28382025-03-03T04:13:31.301Zinfo: running `cargo check --bins` on wicket-common (97/196)
28392025-03-03T04:13:32.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-03-03T04:13:32.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-03-03T04:13:32.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-03-03T04:13:32.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28432025-03-03T04:13:32.266Z
28442025-03-03T04:13:32.266Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/196)
28452025-03-03T04:13:33.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-03-03T04:13:33.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-03-03T04:13:33.247Z Checking csv-core v0.1.11
28482025-03-03T04:13:33.247Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28492025-03-03T04:13:33.272Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28502025-03-03T04:13:33.272Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512025-03-03T04:13:33.537Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522025-03-03T04:13:33.563Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28532025-03-03T04:13:33.589Z Checking csv v1.3.1
28542025-03-03T04:13:34.320Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28552025-03-03T04:13:34.781Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28562025-03-03T04:13:36.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
28572025-03-03T04:13:37.127Z
28582025-03-03T04:13:37.128Zinfo: running `cargo check --bins` on cockroach-admin-api (99/196)
28592025-03-03T04:13:37.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602025-03-03T04:13:37.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612025-03-03T04:13:37.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622025-03-03T04:13:37.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28632025-03-03T04:13:38.056Z
28642025-03-03T04:13:38.056Zinfo: running `cargo check --bins` on cockroach-admin-types (100/196)
28652025-03-03T04:13:38.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662025-03-03T04:13:38.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672025-03-03T04:13:38.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682025-03-03T04:13:38.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28692025-03-03T04:13:38.942Z
28702025-03-03T04:13:38.942Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196)
28712025-03-03T04:13:39.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722025-03-03T04:13:39.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732025-03-03T04:13:39.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742025-03-03T04:13:39.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28752025-03-03T04:13:39.997Z
28762025-03-03T04:13:39.997Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196)
28772025-03-03T04:13:40.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782025-03-03T04:13:40.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792025-03-03T04:13:40.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802025-03-03T04:13:40.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28812025-03-03T04:13:41.045Z
28822025-03-03T04:13:41.045Zinfo: running `cargo check --bins` on dns-server (103/196)
28832025-03-03T04:13:41.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842025-03-03T04:13:41.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852025-03-03T04:13:41.985Z Compiling typify-impl v0.3.0
28862025-03-03T04:13:42.019Z Compiling parking_lot_core v0.8.6
28872025-03-03T04:13:42.053Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28882025-03-03T04:13:42.078Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28892025-03-03T04:13:42.078Z Checking fxhash v0.2.1
28902025-03-03T04:13:42.078Z Checking hickory-client v0.24.4
28912025-03-03T04:13:42.078Z Checking hickory-server v0.24.4
28922025-03-03T04:13:42.753Z Checking parking_lot v0.11.2
28932025-03-03T04:13:43.003Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28942025-03-03T04:13:43.072Z Checking sled v0.34.7
28952025-03-03T04:13:48.890Z Compiling typify-macro v0.3.0
28962025-03-03T04:13:50.671Z Compiling typify v0.3.0
28972025-03-03T04:13:50.779Z Compiling progenitor-impl v0.9.1
28982025-03-03T04:13:54.029Z Compiling progenitor-macro v0.9.1
28992025-03-03T04:13:58.224Z Checking progenitor v0.9.1
29002025-03-03T04:13:58.390Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29012025-03-03T04:13:59.021Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29022025-03-03T04:14:00.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.70s
29032025-03-03T04:14:00.939Z
29042025-03-03T04:14:00.939Zinfo: running `cargo check --bins` on dns-server-api (104/196)
29052025-03-03T04:14:01.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062025-03-03T04:14:01.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072025-03-03T04:14:01.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082025-03-03T04:14:01.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29092025-03-03T04:14:01.885Z
29102025-03-03T04:14:01.885Zinfo: running `cargo check --bins` on openapi-manager-types (105/196)
29112025-03-03T04:14:02.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122025-03-03T04:14:02.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132025-03-03T04:14:02.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142025-03-03T04:14:02.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29152025-03-03T04:14:02.810Z
29162025-03-03T04:14:02.810Zinfo: running `cargo check --bins` on gateway-test-utils (106/196)
29172025-03-03T04:14:03.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182025-03-03T04:14:03.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192025-03-03T04:14:03.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202025-03-03T04:14:03.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
29212025-03-03T04:14:03.856Z
29222025-03-03T04:14:03.856Zinfo: running `cargo check --bins` on gateway-types (107/196)
29232025-03-03T04:14:04.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242025-03-03T04:14:04.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252025-03-03T04:14:04.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262025-03-03T04:14:04.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29272025-03-03T04:14:04.784Z
29282025-03-03T04:14:04.784Zinfo: running `cargo check --bins` on ipcc (108/196)
29292025-03-03T04:14:05.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302025-03-03T04:14:05.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312025-03-03T04:14:05.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322025-03-03T04:14:05.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29332025-03-03T04:14:05.727Z
29342025-03-03T04:14:05.728Zinfo: running `cargo check --bins` on omicron-gateway (109/196)
29352025-03-03T04:14:06.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362025-03-03T04:14:06.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372025-03-03T04:14:06.789Z Compiling radium v0.7.0
29382025-03-03T04:14:06.789Z Compiling semver v0.1.20
29392025-03-03T04:14:06.814Z Compiling maybe-uninit v2.0.0
29402025-03-03T04:14:06.814Z Checking tap v1.0.1
29412025-03-03T04:14:06.863Z Checking password-hash v0.5.0
29422025-03-03T04:14:06.888Z Checking blake2 v0.10.6
29432025-03-03T04:14:06.888Z Compiling owo-colors v4.2.0
29442025-03-03T04:14:06.888Z Checking funty v2.0.0
29452025-03-03T04:14:06.991Z Checking wyz v0.5.1
29462025-03-03T04:14:07.259Z Compiling rustc_version v0.1.7
29472025-03-03T04:14:07.331Z Checking crc-catalog v2.4.0
29482025-03-03T04:14:07.356Z Compiling packed_struct v0.10.1
29492025-03-03T04:14:07.356Z Compiling cancel-safe-futures v0.1.5
29502025-03-03T04:14:07.530Z Checking argon2 v0.5.3
29512025-03-03T04:14:07.556Z Checking crc v3.2.1
29522025-03-03T04:14:07.581Z Compiling packed_struct_codegen v0.10.1
29532025-03-03T04:14:07.654Z Checking libsw-core v0.3.1
29542025-03-03T04:14:07.679Z Compiling newtype_derive v0.1.6
29552025-03-03T04:14:07.709Z Checking bitvec v1.0.1
29562025-03-03T04:14:07.749Z Compiling indexmap v1.9.3
29572025-03-03T04:14:07.805Z Checking half v2.4.1
29582025-03-03T04:14:07.881Z Checking ciborium-io v0.2.2
29592025-03-03T04:14:07.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29602025-03-03T04:14:08.023Z Checking fixedbitset v0.5.7
29612025-03-03T04:14:08.052Z Checking nodrop v0.1.14
29622025-03-03T04:14:08.188Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29632025-03-03T04:14:08.217Z Checking array-init v0.0.4
29642025-03-03T04:14:08.244Z Checking libsw v3.4.0
29652025-03-03T04:14:08.282Z Checking ciborium-ll v0.2.2
29662025-03-03T04:14:08.388Z Checking petgraph v0.7.1
29672025-03-03T04:14:08.476Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682025-03-03T04:14:08.546Z Checking smallvec v0.6.14
29692025-03-03T04:14:08.681Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29702025-03-03T04:14:08.874Z Checking swrite v0.1.0
29712025-03-03T04:14:08.964Z Checking indent_write v2.2.0
29722025-03-03T04:14:09.001Z Checking linear-map v1.2.0
29732025-03-03T04:14:09.114Z Checking termcolor v1.4.1
29742025-03-03T04:14:09.187Z Checking hashbrown v0.12.3
29752025-03-03T04:14:09.302Z Checking bitfield v0.14.0
29762025-03-03T04:14:09.472Z Checking env_logger v0.10.2
29772025-03-03T04:14:09.537Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29782025-03-03T04:14:09.563Z Checking ron v0.8.1
29792025-03-03T04:14:09.647Z Checking serde-hex v0.1.0
29802025-03-03T04:14:09.849Z Checking ciborium v0.2.2
29812025-03-03T04:14:09.874Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29822025-03-03T04:14:10.673Z Checking steno v0.4.1
29832025-03-03T04:14:10.712Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29842025-03-03T04:14:10.860Z Checking hashbrown v0.13.2
29852025-03-03T04:14:10.885Z Checking crc-any v2.5.0
29862025-03-03T04:14:10.958Z Checking humantime v2.1.0
29872025-03-03T04:14:11.003Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29882025-03-03T04:14:11.219Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29892025-03-03T04:14:11.244Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29902025-03-03T04:14:11.484Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29912025-03-03T04:14:11.700Z Checking object v0.30.4
29922025-03-03T04:14:11.771Z Checking path-slash v0.1.5
29932025-03-03T04:14:11.798Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29942025-03-03T04:14:11.995Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29952025-03-03T04:14:12.617Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29962025-03-03T04:14:12.670Z Checking nix v0.27.1
29972025-03-03T04:14:12.891Z Checking tungstenite v0.23.0
29982025-03-03T04:14:12.917Z Checking kstat-rs v0.2.4
29992025-03-03T04:14:12.917Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30002025-03-03T04:14:13.231Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30012025-03-03T04:14:13.591Z Checking signal-hook-tokio v0.3.1
30022025-03-03T04:14:13.712Z Checking tokio-tungstenite v0.23.1
30032025-03-03T04:14:13.752Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30042025-03-03T04:14:14.211Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30052025-03-03T04:14:22.567Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30062025-03-03T04:14:24.251Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
30072025-03-03T04:14:28.075Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30082025-03-03T04:14:35.355Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30092025-03-03T04:14:36.220Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30102025-03-03T04:14:39.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.18s
30112025-03-03T04:14:40.113Z
30122025-03-03T04:14:40.113Zinfo: running `cargo check --bins` on gateway-api (110/196)
30132025-03-03T04:14:40.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-03-03T04:14:40.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-03-03T04:14:40.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-03-03T04:14:40.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30172025-03-03T04:14:41.048Z
30182025-03-03T04:14:41.048Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196)
30192025-03-03T04:14:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-03-03T04:14:41.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-03-03T04:14:41.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222025-03-03T04:14:41.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30232025-03-03T04:14:41.952Z
30242025-03-03T04:14:41.952Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196)
30252025-03-03T04:14:42.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-03-03T04:14:42.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-03-03T04:14:42.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282025-03-03T04:14:42.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30292025-03-03T04:14:42.820Z
30302025-03-03T04:14:42.820Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196)
30312025-03-03T04:14:43.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-03-03T04:14:43.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-03-03T04:14:43.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342025-03-03T04:14:43.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30352025-03-03T04:14:43.748Z
30362025-03-03T04:14:43.748Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196)
30372025-03-03T04:14:44.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-03-03T04:14:44.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-03-03T04:14:44.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402025-03-03T04:14:44.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30412025-03-03T04:14:44.674Z
30422025-03-03T04:14:44.674Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196)
30432025-03-03T04:14:45.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-03-03T04:14:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-03-03T04:14:45.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462025-03-03T04:14:45.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30472025-03-03T04:14:45.578Z
30482025-03-03T04:14:45.578Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196)
30492025-03-03T04:14:46.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-03-03T04:14:46.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-03-03T04:14:46.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522025-03-03T04:14:46.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30532025-03-03T04:14:46.484Z
30542025-03-03T04:14:46.484Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196)
30552025-03-03T04:14:47.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-03-03T04:14:47.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-03-03T04:14:47.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-03-03T04:14:47.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30592025-03-03T04:14:47.368Z
30602025-03-03T04:14:47.368Zinfo: running `cargo check --bins` on oximeter-producer (118/196)
30612025-03-03T04:14:48.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-03-03T04:14:48.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-03-03T04:14:48.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-03-03T04:14:48.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30652025-03-03T04:14:48.328Z
30662025-03-03T04:14:48.328Zinfo: running `cargo check --bins` on internal-dns-resolver (119/196)
30672025-03-03T04:14:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-03-03T04:14:49.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-03-03T04:14:49.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-03-03T04:14:49.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30712025-03-03T04:14:49.253Z
30722025-03-03T04:14:49.253Zinfo: running `cargo check --bins` on sp-sim (120/196)
30732025-03-03T04:14:50.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-03-03T04:14:50.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-03-03T04:14:50.212Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30762025-03-03T04:14:50.696Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772025-03-03T04:14:52.918Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30782025-03-03T04:14:55.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
30792025-03-03T04:14:55.372Z
30802025-03-03T04:14:55.372Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196)
30812025-03-03T04:14:56.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-03-03T04:14:56.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-03-03T04:14:56.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-03-03T04:14:56.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
30852025-03-03T04:14:56.411Z
30862025-03-03T04:14:56.411Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196)
30872025-03-03T04:14:57.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-03-03T04:14:57.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-03-03T04:14:57.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-03-03T04:14:57.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30912025-03-03T04:14:57.426Z
30922025-03-03T04:14:57.426Zinfo: running `cargo check --bins` on db-macros (123/196)
30932025-03-03T04:14:58.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-03-03T04:14:58.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-03-03T04:14:58.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-03-03T04:14:58.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30972025-03-03T04:14:58.310Z
30982025-03-03T04:14:58.310Zinfo: running `cargo check --bins` on nexus-macros-common (124/196)
30992025-03-03T04:14:59.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-03-03T04:14:59.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-03-03T04:14:59.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-03-03T04:14:59.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31032025-03-03T04:14:59.190Z
31042025-03-03T04:14:59.190Zinfo: running `cargo check --bins` on nexus-auth (125/196)
31052025-03-03T04:15:00.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-03-03T04:15:00.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-03-03T04:15:00.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-03-03T04:15:00.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31092025-03-03T04:15:00.157Z
31102025-03-03T04:15:00.157Zinfo: running `cargo check --bins` on authz-macros (126/196)
31112025-03-03T04:15:00.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-03-03T04:15:00.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-03-03T04:15:00.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-03-03T04:15:00.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31152025-03-03T04:15:01.042Z
31162025-03-03T04:15:01.042Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/196)
31172025-03-03T04:15:01.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-03-03T04:15:01.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-03-03T04:15:01.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202025-03-03T04:15:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31212025-03-03T04:15:02.023Z
31222025-03-03T04:15:02.023Zinfo: running `cargo check --bins` on nexus-db-model (128/196)
31232025-03-03T04:15:02.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242025-03-03T04:15:02.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252025-03-03T04:15:02.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262025-03-03T04:15:02.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31272025-03-03T04:15:02.987Z
31282025-03-03T04:15:02.987Zinfo: running `cargo check --bins` on nexus-defaults (129/196)
31292025-03-03T04:15:03.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302025-03-03T04:15:03.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312025-03-03T04:15:03.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322025-03-03T04:15:03.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31332025-03-03T04:15:03.917Z
31342025-03-03T04:15:03.917Zinfo: running `cargo check --bins` on nexus-inventory (130/196)
31352025-03-03T04:15:04.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362025-03-03T04:15:04.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372025-03-03T04:15:04.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382025-03-03T04:15:04.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31392025-03-03T04:15:04.911Z
31402025-03-03T04:15:04.911Zinfo: running `cargo check --bins` on typed-rng (131/196)
31412025-03-03T04:15:05.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422025-03-03T04:15:05.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432025-03-03T04:15:05.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442025-03-03T04:15:05.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31452025-03-03T04:15:05.804Z
31462025-03-03T04:15:05.804Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196)
31472025-03-03T04:15:06.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482025-03-03T04:15:06.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492025-03-03T04:15:06.942Z Checking keccak v0.1.5
31502025-03-03T04:15:06.973Z Checking secrecy v0.8.0
31512025-03-03T04:15:06.998Z Compiling unicase v2.7.0
31522025-03-03T04:15:06.998Z Compiling same-file v1.0.6
31532025-03-03T04:15:07.030Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31542025-03-03T04:15:07.055Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31552025-03-03T04:15:07.055Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31562025-03-03T04:15:07.055Z Compiling thiserror-impl-no-std v2.0.2
31572025-03-03T04:15:07.181Z Compiling walkdir v2.5.0
31582025-03-03T04:15:07.265Z Checking sha3 v0.10.8
31592025-03-03T04:15:07.293Z Checking universal-hash v0.5.1
31602025-03-03T04:15:07.338Z Compiling blake3 v1.5.4
31612025-03-03T04:15:07.472Z Checking opaque-debug v0.3.1
31622025-03-03T04:15:07.498Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31632025-03-03T04:15:07.542Z Checking chacha20 v0.9.1
31642025-03-03T04:15:07.567Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31652025-03-03T04:15:07.592Z Checking poly1305 v0.8.0
31662025-03-03T04:15:07.641Z Checking aead v0.5.2
31672025-03-03T04:15:07.777Z Compiling memmap2 v0.9.5
31682025-03-03T04:15:07.802Z Compiling arrayref v0.3.9
31692025-03-03T04:15:07.864Z Compiling constant_time_eq v0.3.1
31702025-03-03T04:15:07.889Z Compiling libefi-sys v0.1.0
31712025-03-03T04:15:07.931Z Compiling arrayvec v0.7.6
31722025-03-03T04:15:08.062Z Compiling salty v0.3.0
31732025-03-03T04:15:08.088Z Checking chacha20poly1305 v0.10.1
31742025-03-03T04:15:08.215Z Compiling toolchain_find v0.4.0
31752025-03-03T04:15:08.274Z Compiling camino-tempfile v1.1.1
31762025-03-03T04:15:08.312Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31772025-03-03T04:15:08.478Z Compiling bitfield-struct v0.6.2
31782025-03-03T04:15:08.569Z Compiling topological-sort v0.2.2
31792025-03-03T04:15:08.732Z Compiling mime_guess v2.0.5
31802025-03-03T04:15:08.805Z Compiling rustfmt-wrapper v0.2.1
31812025-03-03T04:15:09.125Z Compiling omicron-zone-package v0.12.0
31822025-03-03T04:15:09.254Z Compiling progenitor v0.9.1
31832025-03-03T04:15:09.310Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31842025-03-03T04:15:09.452Z Checking thiserror-no-std v2.0.2
31852025-03-03T04:15:09.511Z Checking primeorder v0.13.6
31862025-03-03T04:15:09.564Z Checking env_filter v0.1.2
31872025-03-03T04:15:09.612Z Checking vsss-rs v3.3.4
31882025-03-03T04:15:09.612Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892025-03-03T04:15:09.683Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902025-03-03T04:15:09.747Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31912025-03-03T04:15:09.781Z Checking env_logger v0.11.5
31922025-03-03T04:15:09.857Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31932025-03-03T04:15:09.901Z Checking p384 v0.13.0
31942025-03-03T04:15:09.961Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952025-03-03T04:15:10.166Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962025-03-03T04:15:10.204Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31972025-03-03T04:15:10.268Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31982025-03-03T04:15:10.352Z Checking http-range v0.1.5
31992025-03-03T04:15:10.406Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32002025-03-03T04:15:10.595Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32012025-03-03T04:15:10.624Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32022025-03-03T04:15:10.806Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32032025-03-03T04:15:10.879Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32042025-03-03T04:15:11.165Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
32052025-03-03T04:15:11.215Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32062025-03-03T04:15:11.215Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
32072025-03-03T04:15:11.495Z Checking atty v0.2.14
32082025-03-03T04:15:11.572Z Checking glob v0.3.2
32092025-03-03T04:15:11.665Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
32102025-03-03T04:15:11.725Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32112025-03-03T04:15:11.844Z Checking hyper-staticfile v0.10.1
32122025-03-03T04:15:11.886Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32132025-03-03T04:15:12.168Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32142025-03-03T04:15:12.748Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
32152025-03-03T04:15:12.806Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162025-03-03T04:15:12.984Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32172025-03-03T04:15:13.055Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32182025-03-03T04:15:13.081Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32192025-03-03T04:15:13.172Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32202025-03-03T04:15:13.631Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32212025-03-03T04:15:13.714Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32222025-03-03T04:15:13.952Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32232025-03-03T04:15:14.006Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32242025-03-03T04:15:14.436Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32252025-03-03T04:15:17.417Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32262025-03-03T04:15:17.417Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32272025-03-03T04:15:28.960Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32282025-03-03T04:15:47.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.82s
32292025-03-03T04:15:47.823Z
32302025-03-03T04:15:47.823Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196)
32312025-03-03T04:15:48.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322025-03-03T04:15:48.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332025-03-03T04:15:48.918Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32342025-03-03T04:16:08.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.48s
32352025-03-03T04:16:08.519Z
32362025-03-03T04:16:08.519Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196)
32372025-03-03T04:16:09.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382025-03-03T04:16:09.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392025-03-03T04:16:09.666Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32402025-03-03T04:16:28.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.42s
32412025-03-03T04:16:29.163Z
32422025-03-03T04:16:29.163Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196)
32432025-03-03T04:16:30.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442025-03-03T04:16:30.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452025-03-03T04:16:30.331Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32462025-03-03T04:16:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.80s
32472025-03-03T04:16:50.178Z
32482025-03-03T04:16:50.178Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196)
32492025-03-03T04:16:51.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502025-03-03T04:16:51.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512025-03-03T04:16:51.346Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32522025-03-03T04:17:10.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.63s
32532025-03-03T04:17:11.033Z
32542025-03-03T04:17:11.033Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196)
32552025-03-03T04:17:11.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562025-03-03T04:17:11.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572025-03-03T04:17:12.204Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32582025-03-03T04:17:31.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s
32592025-03-03T04:17:31.694Z
32602025-03-03T04:17:31.694Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196)
32612025-03-03T04:17:32.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-03-03T04:17:32.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-03-03T04:17:32.815Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32642025-03-03T04:17:52.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.45s
32652025-03-03T04:17:52.352Z
32662025-03-03T04:17:52.352Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196)
32672025-03-03T04:17:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-03-03T04:17:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-03-03T04:17:53.536Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32702025-03-03T04:18:12.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s
32712025-03-03T04:18:12.721Z
32722025-03-03T04:18:12.721Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/196)
32732025-03-03T04:18:13.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-03-03T04:18:13.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-03-03T04:18:13.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762025-03-03T04:18:13.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32772025-03-03T04:18:13.711Z
32782025-03-03T04:18:13.711Zinfo: running `cargo check --bins` on key-manager (141/196)
32792025-03-03T04:18:14.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-03-03T04:18:14.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-03-03T04:18:14.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822025-03-03T04:18:14.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32832025-03-03T04:18:14.622Z
32842025-03-03T04:18:14.622Zinfo: running `cargo check --bins` on range-requests (142/196)
32852025-03-03T04:18:15.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862025-03-03T04:18:15.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872025-03-03T04:18:15.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882025-03-03T04:18:15.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32892025-03-03T04:18:15.524Z
32902025-03-03T04:18:15.524Zinfo: running `cargo check --bins` on repo-depot-api (143/196)
32912025-03-03T04:18:16.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922025-03-03T04:18:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932025-03-03T04:18:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942025-03-03T04:18:16.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32952025-03-03T04:18:16.475Z
32962025-03-03T04:18:16.475Zinfo: running `cargo check --bins` on sled-agent-api (144/196)
32972025-03-03T04:18:17.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-03-03T04:18:17.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-03-03T04:18:17.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002025-03-03T04:18:17.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
33012025-03-03T04:18:17.453Z
33022025-03-03T04:18:17.453Zinfo: running `cargo check --bins` on sled-diagnostics (145/196)
33032025-03-03T04:18:18.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-03-03T04:18:18.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-03-03T04:18:18.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062025-03-03T04:18:18.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33072025-03-03T04:18:18.336Z
33082025-03-03T04:18:18.336Zinfo: running `cargo check --bins` on sled-hardware (146/196)
33092025-03-03T04:18:19.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-03-03T04:18:19.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-03-03T04:18:19.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122025-03-03T04:18:19.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
33132025-03-03T04:18:19.286Z
33142025-03-03T04:18:19.286Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/196)
33152025-03-03T04:18:20.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-03-03T04:18:20.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-03-03T04:18:20.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182025-03-03T04:18:20.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
33192025-03-03T04:18:20.257Z
33202025-03-03T04:18:20.257Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196)
33212025-03-03T04:18:21.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-03-03T04:18:21.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-03-03T04:18:21.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242025-03-03T04:18:21.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
33252025-03-03T04:18:21.254Z
33262025-03-03T04:18:21.254Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196)
33272025-03-03T04:18:22.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-03-03T04:18:22.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-03-03T04:18:22.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302025-03-03T04:18:22.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
33312025-03-03T04:18:22.193Z
33322025-03-03T04:18:22.193Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/196)
33332025-03-03T04:18:23.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-03-03T04:18:23.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-03-03T04:18:23.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362025-03-03T04:18:23.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
33372025-03-03T04:18:23.170Z
33382025-03-03T04:18:23.170Zinfo: running `cargo check --bins` on nexus-test-interface (151/196)
33392025-03-03T04:18:24.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-03-03T04:18:24.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-03-03T04:18:24.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422025-03-03T04:18:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
33432025-03-03T04:18:24.149Z
33442025-03-03T04:18:24.149Zinfo: running `cargo check --bins` on oximeter-collector (152/196)
33452025-03-03T04:18:24.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462025-03-03T04:18:25.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472025-03-03T04:18:25.174Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33482025-03-03T04:18:25.174Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33492025-03-03T04:18:26.268Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33502025-03-03T04:18:29.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
33512025-03-03T04:18:29.151Z
33522025-03-03T04:18:29.151Zinfo: running `cargo check --bins` on oximeter-api (153/196)
33532025-03-03T04:18:29.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542025-03-03T04:18:29.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552025-03-03T04:18:29.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562025-03-03T04:18:29.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
33572025-03-03T04:18:30.086Z
33582025-03-03T04:18:30.086Zinfo: running `cargo check --bins` on cert-dev (154/196)
33592025-03-03T04:18:30.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602025-03-03T04:18:30.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612025-03-03T04:18:31.066Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33622025-03-03T04:18:31.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
33632025-03-03T04:18:31.542Z
33642025-03-03T04:18:31.542Zinfo: running `cargo check --bins` on clickana (155/196)
33652025-03-03T04:18:32.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662025-03-03T04:18:32.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672025-03-03T04:18:32.515Z Checking itertools v0.13.0
33682025-03-03T04:18:32.515Z Checking castaway v0.2.3
33692025-03-03T04:18:32.540Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33702025-03-03T04:18:32.540Z Checking lru v0.12.5
33712025-03-03T04:18:32.540Z Compiling instability v0.3.2
33722025-03-03T04:18:32.540Z Checking cassowary v0.3.0
33732025-03-03T04:18:32.540Z Compiling indoc v2.0.5
33742025-03-03T04:18:32.702Z Checking compact_str v0.8.0
33752025-03-03T04:18:34.611Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33762025-03-03T04:18:34.702Z Checking unicode-truncate v1.1.0
33772025-03-03T04:18:34.912Z Checking ratatui v0.29.0
33782025-03-03T04:18:37.475Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33792025-03-03T04:18:38.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s
33802025-03-03T04:18:38.749Z
33812025-03-03T04:18:38.749Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/196)
33822025-03-03T04:18:39.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-03-03T04:18:39.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-03-03T04:18:39.752Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33852025-03-03T04:18:39.752Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33862025-03-03T04:18:41.035Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33872025-03-03T04:18:41.657Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33882025-03-03T04:18:42.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
33892025-03-03T04:18:42.297Z
33902025-03-03T04:18:42.297Zinfo: running `cargo check --bins` on ch-dev (157/196)
33912025-03-03T04:18:43.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922025-03-03T04:18:43.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932025-03-03T04:18:43.284Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33942025-03-03T04:18:44.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
33952025-03-03T04:18:44.329Z
33962025-03-03T04:18:44.329Zinfo: running `cargo check --bins` on crdb-seed (158/196)
33972025-03-03T04:18:45.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982025-03-03T04:18:45.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992025-03-03T04:18:45.256Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34002025-03-03T04:18:45.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
34012025-03-03T04:18:45.802Z
34022025-03-03T04:18:45.802Zinfo: running `cargo check --bins` on db-dev (159/196)
34032025-03-03T04:18:46.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-03-03T04:18:46.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-03-03T04:18:46.782Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34062025-03-03T04:18:47.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
34072025-03-03T04:18:47.834Z
34082025-03-03T04:18:47.835Zinfo: running `cargo check --bins` on omicron-dev-lib (160/196)
34092025-03-03T04:18:48.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-03-03T04:18:48.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-03-03T04:18:48.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122025-03-03T04:18:48.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
34132025-03-03T04:18:48.790Z
34142025-03-03T04:18:48.790Zinfo: running `cargo check --bins` on xtask-downloader (161/196)
34152025-03-03T04:18:49.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-03-03T04:18:49.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-03-03T04:18:49.673Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34182025-03-03T04:18:50.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
34192025-03-03T04:18:50.884Z
34202025-03-03T04:18:50.884Zinfo: running `cargo check --bins` on omicron-ls-apis (162/196)
34212025-03-03T04:18:51.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222025-03-03T04:18:51.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232025-03-03T04:18:51.764Z Checking cargo-platform v0.1.8
34242025-03-03T04:18:52.027Z Checking cargo_metadata v0.19.2
34252025-03-03T04:18:53.397Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34262025-03-03T04:18:54.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
34272025-03-03T04:18:54.689Z
34282025-03-03T04:18:54.689Zinfo: running `cargo check --bins` on mgs-dev (163/196)
34292025-03-03T04:18:55.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302025-03-03T04:18:55.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312025-03-03T04:18:55.751Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34322025-03-03T04:18:57.597Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34332025-03-03T04:18:58.321Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34342025-03-03T04:18:58.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
34352025-03-03T04:18:59.189Z
34362025-03-03T04:18:59.189Zinfo: running `cargo check --bins` on omicron-omdb (164/196)
34372025-03-03T04:19:00.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382025-03-03T04:19:00.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392025-03-03T04:19:00.378Z Compiling crunchy v0.2.2
34402025-03-03T04:19:00.378Z Compiling tiny-keccak v2.0.2
34412025-03-03T04:19:00.378Z Compiling dsl_auto_type v0.1.2
34422025-03-03T04:19:00.404Z Checking scheduled-thread-pool v0.2.7
34432025-03-03T04:19:00.404Z Compiling diesel_table_macro_syntax v0.2.0
34442025-03-03T04:19:00.404Z Compiling bit-vec v0.6.3
34452025-03-03T04:19:00.404Z Compiling ascii-canvas v3.0.0
34462025-03-03T04:19:00.404Z Compiling ena v0.14.3
34472025-03-03T04:19:00.672Z Checking r2d2 v0.8.10
34482025-03-03T04:19:00.764Z Compiling diff v0.1.13
34492025-03-03T04:19:00.868Z Compiling bit-set v0.5.3
34502025-03-03T04:19:00.894Z Compiling regex-syntax v0.6.29
34512025-03-03T04:19:00.940Z Compiling bindgen v0.71.1
34522025-03-03T04:19:01.012Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34532025-03-03T04:19:01.037Z Compiling ref-cast v1.0.23
34542025-03-03T04:19:01.153Z Compiling rustc-hash v2.1.1
34552025-03-03T04:19:01.247Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34562025-03-03T04:19:01.273Z Compiling derive_builder_core v0.20.2
34572025-03-03T04:19:01.354Z Compiling libxml v0.3.3
34582025-03-03T04:19:01.535Z Compiling ref-cast-impl v1.0.23
34592025-03-03T04:19:01.595Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34602025-03-03T04:19:01.658Z Compiling diesel_derives v2.2.3
34612025-03-03T04:19:01.688Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34622025-03-03T04:19:01.786Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34632025-03-03T04:19:02.102Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34642025-03-03T04:19:02.127Z Compiling strum_macros v0.24.3
34652025-03-03T04:19:02.446Z Compiling indoc v1.0.9
34662025-03-03T04:19:03.167Z Compiling derive_builder_macro v0.20.2
34672025-03-03T04:19:03.204Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34682025-03-03T04:19:03.473Z Compiling oso-derive v0.27.3
34692025-03-03T04:19:03.880Z Compiling lalrpop v0.19.12
34702025-03-03T04:19:03.988Z Checking derive_builder v0.20.2
34712025-03-03T04:19:04.163Z Compiling impl-trait-for-tuples v0.2.2
34722025-03-03T04:19:04.207Z Checking quick-xml v0.37.2
34732025-03-03T04:19:04.329Z Compiling diesel-dtrace v0.4.2
34742025-03-03T04:19:04.627Z Checking maplit v1.0.2
34752025-03-03T04:19:04.828Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34762025-03-03T04:19:04.853Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34772025-03-03T04:19:05.120Z Checking bb8 v0.8.5
34782025-03-03T04:19:05.422Z Checking io-lifetimes v1.0.11
34792025-03-03T04:19:05.553Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34802025-03-03T04:19:05.612Z Checking rustix v0.37.28
34812025-03-03T04:19:05.834Z Checking rand_seeder v0.3.0
34822025-03-03T04:19:06.081Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34832025-03-03T04:19:06.122Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34842025-03-03T04:19:06.175Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34852025-03-03T04:19:06.303Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34862025-03-03T04:19:06.570Z Checking is_ci v1.2.0
34872025-03-03T04:19:06.601Z Checking terminal_size v0.2.6
34882025-03-03T04:19:06.728Z Checking unicode-linebreak v0.1.5
34892025-03-03T04:19:06.781Z Checking smawk v0.3.2
34902025-03-03T04:19:06.994Z Checking supports-color v3.0.2
34912025-03-03T04:19:07.123Z Checking textwrap v0.16.1
34922025-03-03T04:19:07.218Z Checking multimap v0.10.0
34932025-03-03T04:19:08.034Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34942025-03-03T04:19:09.147Z Checking diesel v2.2.7
34952025-03-03T04:19:24.005Z Compiling samael v0.0.18
34962025-03-03T04:19:39.085Z Checking async-bb8-diesel v0.2.1
34972025-03-03T04:19:40.738Z Compiling polar-core v0.27.3
34982025-03-03T04:19:49.687Z Checking oso v0.27.3
34992025-03-03T04:21:16.142Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35002025-03-03T04:21:25.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
35012025-03-03T04:21:25.466Z
35022025-03-03T04:21:25.466Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196)
35032025-03-03T04:21:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042025-03-03T04:21:26.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052025-03-03T04:21:26.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062025-03-03T04:21:26.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
35072025-03-03T04:21:26.440Z
35082025-03-03T04:21:26.440Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/196)
35092025-03-03T04:21:27.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102025-03-03T04:21:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112025-03-03T04:21:27.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122025-03-03T04:21:27.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
35132025-03-03T04:21:27.426Z
35142025-03-03T04:21:27.426Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/196)
35152025-03-03T04:21:28.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162025-03-03T04:21:28.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172025-03-03T04:21:28.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182025-03-03T04:21:28.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
35192025-03-03T04:21:28.374Z
35202025-03-03T04:21:28.374Zinfo: running `cargo check --bins` on omicron-nexus (168/196)
35212025-03-03T04:21:29.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222025-03-03T04:21:29.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232025-03-03T04:21:29.612Z Compiling libz-sys v1.1.20
35242025-03-03T04:21:29.638Z Compiling libgit2-sys v0.17.0+1.8.1
35252025-03-03T04:21:29.665Z Compiling vergen v8.3.2
35262025-03-03T04:21:29.691Z Compiling cargo-platform v0.1.8
35272025-03-03T04:21:29.691Z Compiling pin-project-internal v1.1.6
35282025-03-03T04:21:29.728Z Compiling snafu-derive v0.8.5
35292025-03-03T04:21:29.754Z Compiling rustls v0.21.12
35302025-03-03T04:21:29.779Z Checking globset v0.4.15
35312025-03-03T04:21:29.975Z Checking olpc-cjson v0.1.4
35322025-03-03T04:21:30.030Z Compiling cargo_metadata v0.18.1
35332025-03-03T04:21:30.202Z Checking rustls-webpki v0.101.7
35342025-03-03T04:21:30.228Z Checking sct v0.7.1
35352025-03-03T04:21:30.253Z Checking serde_plain v1.0.2
35362025-03-03T04:21:30.352Z Checking typed-path v0.9.3
35372025-03-03T04:21:30.528Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35382025-03-03T04:21:30.562Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35392025-03-03T04:21:30.807Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35402025-03-03T04:21:30.833Z Checking parse-size v1.1.0
35412025-03-03T04:21:31.087Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35422025-03-03T04:21:31.140Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35432025-03-03T04:21:31.928Z Checking rustls-pemfile v1.0.4
35442025-03-03T04:21:32.006Z Checking pin-project v1.1.6
35452025-03-03T04:21:32.066Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35462025-03-03T04:21:32.092Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35472025-03-03T04:21:32.145Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35482025-03-03T04:21:32.170Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35492025-03-03T04:21:32.446Z Checking twox-hash v2.1.0
35502025-03-03T04:21:32.510Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35512025-03-03T04:21:32.750Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35522025-03-03T04:21:33.048Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35532025-03-03T04:21:33.652Z Checking tokio-rustls v0.24.1
35542025-03-03T04:21:33.908Z Checking snafu v0.8.5
35552025-03-03T04:21:33.998Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35562025-03-03T04:21:34.325Z Checking tough v0.19.0
35572025-03-03T04:21:34.439Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35582025-03-03T04:21:34.481Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35592025-03-03T04:21:34.532Z Checking fatfs v0.3.6
35602025-03-03T04:21:34.610Z Checking assert_matches v1.5.0
35612025-03-03T04:21:38.294Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
35622025-03-03T04:21:39.646Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35632025-03-03T04:21:41.878Z Compiling git2 v0.19.0
35642025-03-03T04:21:47.095Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35652025-03-03T04:23:09.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
35662025-03-03T04:23:09.754Z
35672025-03-03T04:23:09.754Zinfo: running `cargo check --bins` on nexus-external-api (169/196)
35682025-03-03T04:23:10.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-03-03T04:23:10.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-03-03T04:23:10.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712025-03-03T04:23:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
35722025-03-03T04:23:10.783Z
35732025-03-03T04:23:10.783Zinfo: running `cargo check --bins` on nexus-internal-api (170/196)
35742025-03-03T04:23:11.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-03-03T04:23:11.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-03-03T04:23:11.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772025-03-03T04:23:11.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
35782025-03-03T04:23:11.748Z
35792025-03-03T04:23:11.748Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/196)
35802025-03-03T04:23:12.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-03-03T04:23:12.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-03-03T04:23:12.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832025-03-03T04:23:12.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
35842025-03-03T04:23:12.749Z
35852025-03-03T04:23:12.749Zinfo: running `cargo check --bins` on nexus-networking (172/196)
35862025-03-03T04:23:13.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872025-03-03T04:23:13.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882025-03-03T04:23:13.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892025-03-03T04:23:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
35902025-03-03T04:23:13.754Z
35912025-03-03T04:23:13.754Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/196)
35922025-03-03T04:23:14.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-03-03T04:23:14.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-03-03T04:23:14.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952025-03-03T04:23:14.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
35962025-03-03T04:23:14.754Z
35972025-03-03T04:23:14.754Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196)
35982025-03-03T04:23:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-03-03T04:23:15.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-03-03T04:23:15.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012025-03-03T04:23:15.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
36022025-03-03T04:23:15.750Z
36032025-03-03T04:23:15.750Zinfo: running `cargo check --bins` on update-common (175/196)
36042025-03-03T04:23:16.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-03-03T04:23:16.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-03-03T04:23:16.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072025-03-03T04:23:16.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
36082025-03-03T04:23:16.727Z
36092025-03-03T04:23:16.727Zinfo: running `cargo check --bins` on omicron-dev (176/196)
36102025-03-03T04:23:17.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-03-03T04:23:17.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-03-03T04:23:18.038Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36132025-03-03T04:23:18.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36142025-03-03T04:23:18.099Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36152025-03-03T04:23:18.124Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36162025-03-03T04:23:19.422Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36172025-03-03T04:24:02.884Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36182025-03-03T04:24:02.884Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36192025-03-03T04:24:02.884Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36202025-03-03T04:24:02.884Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36212025-03-03T04:24:02.884Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36222025-03-03T04:24:02.884Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36232025-03-03T04:24:02.884Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36242025-03-03T04:24:02.884Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36252025-03-03T04:25:06.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
36262025-03-03T04:25:06.518Z
36272025-03-03T04:25:06.518Zinfo: running `cargo check --bins` on openapi-manager (177/196)
36282025-03-03T04:25:07.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-03-03T04:25:07.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-03-03T04:25:07.499Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36312025-03-03T04:25:07.499Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36322025-03-03T04:25:07.524Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36332025-03-03T04:25:07.550Z Compiling proc-macro-error-attr2 v2.0.0
36342025-03-03T04:25:07.575Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36352025-03-03T04:25:07.575Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36362025-03-03T04:25:07.575Z Checking papergrid v0.14.0
36372025-03-03T04:25:07.575Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36382025-03-03T04:25:07.892Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36392025-03-03T04:25:07.968Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36402025-03-03T04:25:08.159Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36412025-03-03T04:25:08.356Z Compiling proc-macro-error2 v2.0.1
36422025-03-03T04:25:08.866Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36432025-03-03T04:25:08.897Z Compiling tabled_derive v0.10.0
36442025-03-03T04:25:09.175Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36452025-03-03T04:25:09.222Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36462025-03-03T04:25:09.509Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36472025-03-03T04:25:09.935Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36482025-03-03T04:25:09.984Z Checking heck v0.4.1
36492025-03-03T04:25:10.188Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36502025-03-03T04:25:10.435Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36512025-03-03T04:25:10.571Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36522025-03-03T04:25:10.943Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36532025-03-03T04:25:10.996Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36542025-03-03T04:25:11.196Z Checking tabled v0.18.0
36552025-03-03T04:25:11.277Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36562025-03-03T04:25:11.394Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36572025-03-03T04:25:11.419Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36582025-03-03T04:25:13.435Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592025-03-03T04:25:13.435Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36602025-03-03T04:25:17.320Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36612025-03-03T04:25:19.397Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36622025-03-03T04:25:25.647Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36632025-03-03T04:25:25.647Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36642025-03-03T04:25:27.343Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36652025-03-03T04:25:29.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.81s
36662025-03-03T04:25:29.524Z
36672025-03-03T04:25:29.525Zinfo: running `cargo check --bins` on installinator-api (178/196)
36682025-03-03T04:25:30.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-03-03T04:25:30.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-03-03T04:25:30.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712025-03-03T04:25:30.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
36722025-03-03T04:25:30.493Z
36732025-03-03T04:25:30.493Zinfo: running `cargo check --bins` on wicketd-api (179/196)
36742025-03-03T04:25:31.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752025-03-03T04:25:31.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762025-03-03T04:25:31.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772025-03-03T04:25:31.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
36782025-03-03T04:25:31.430Z
36792025-03-03T04:25:31.430Zinfo: running `cargo check --bins` on omicron-pins (180/196)
36802025-03-03T04:25:32.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812025-03-03T04:25:32.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822025-03-03T04:25:32.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832025-03-03T04:25:32.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36842025-03-03T04:25:32.308Z
36852025-03-03T04:25:32.308Zinfo: running `cargo check --bins` on reconfigurator-cli (181/196)
36862025-03-03T04:25:33.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872025-03-03T04:25:33.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882025-03-03T04:25:33.383Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36892025-03-03T04:25:33.383Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36902025-03-03T04:25:33.383Z Compiling petname v2.0.2
36912025-03-03T04:25:33.409Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36922025-03-03T04:25:33.409Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932025-03-03T04:25:33.409Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36942025-03-03T04:25:33.409Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36952025-03-03T04:25:33.454Z Checking sync-ptr v0.1.1
36962025-03-03T04:25:40.355Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36972025-03-03T04:25:41.160Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36982025-03-03T04:25:42.792Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36992025-03-03T04:25:44.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s
37002025-03-03T04:25:45.070Z
37012025-03-03T04:25:45.071Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196)
37022025-03-03T04:25:45.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032025-03-03T04:25:45.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042025-03-03T04:25:45.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052025-03-03T04:25:45.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
37062025-03-03T04:25:46.060Z
37072025-03-03T04:25:46.060Zinfo: running `cargo check --bins` on omicron-releng (183/196)
37082025-03-03T04:25:46.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-03-03T04:25:46.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-03-03T04:25:47.016Z Checking memmap2 v0.9.5
37112025-03-03T04:25:47.016Z Checking arrayref v0.3.9
37122025-03-03T04:25:47.016Z Checking arrayvec v0.7.6
37132025-03-03T04:25:47.041Z Checking constant_time_eq v0.3.1
37142025-03-03T04:25:47.041Z Checking topological-sort v0.2.2
37152025-03-03T04:25:47.041Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37162025-03-03T04:25:47.042Z Checking shell-words v1.1.0
37172025-03-03T04:25:47.439Z Checking blake3 v1.5.4
37182025-03-03T04:25:47.922Z Checking omicron-zone-package v0.12.0
37192025-03-03T04:25:49.502Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37202025-03-03T04:25:50.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
37212025-03-03T04:25:50.817Z
37222025-03-03T04:25:50.817Zinfo: running `cargo check --bins` on xtask (184/196)
37232025-03-03T04:25:51.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242025-03-03T04:25:51.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252025-03-03T04:25:51.477Z Checking bitflags v2.6.0
37262025-03-03T04:25:51.477Z Checking serde v1.0.218
37272025-03-03T04:25:51.477Z Checking thiserror v1.0.69
37282025-03-03T04:25:51.527Z Checking scroll v0.12.0
37292025-03-03T04:25:51.553Z Checking log v0.4.22
37302025-03-03T04:25:51.553Z Checking hashbrown v0.15.1
37312025-03-03T04:25:51.579Z Checking zerocopy v0.7.35
37322025-03-03T04:25:51.604Z Checking syn v2.0.98
37332025-03-03T04:25:51.657Z Checking pest v2.7.14
37342025-03-03T04:25:51.759Z Checking rustix v0.38.37
37352025-03-03T04:25:51.800Z Checking once_cell v1.20.3
37362025-03-03T04:25:51.936Z Checking goblin v0.8.2
37372025-03-03T04:25:52.083Z Checking thiserror v2.0.11
37382025-03-03T04:25:52.243Z Checking fs-err v2.11.0
37392025-03-03T04:25:52.461Z Checking indexmap v2.7.1
37402025-03-03T04:25:52.568Z Checking tabled v0.15.0
37412025-03-03T04:25:52.654Z Checking anyhow v1.0.96
37422025-03-03T04:25:53.344Z Checking terminal_size v0.4.0
37432025-03-03T04:25:53.344Z Checking tempfile v3.13.0
37442025-03-03T04:25:53.511Z Checking clap_builder v4.5.31
37452025-03-03T04:25:53.894Z Checking dtrace-parser v0.2.0
37462025-03-03T04:25:55.379Z Checking serde_json v1.0.139
37472025-03-03T04:25:55.379Z Checking toml_datetime v0.6.8
37482025-03-03T04:25:55.379Z Checking serde_spanned v0.6.8
37492025-03-03T04:25:55.405Z Checking camino v1.1.9
37502025-03-03T04:25:55.405Z Checking cargo-platform v0.1.8
37512025-03-03T04:25:55.649Z Checking semver v1.0.25
37522025-03-03T04:25:55.685Z Checking macaddr v1.0.1
37532025-03-03T04:25:55.733Z Checking toml_edit v0.22.24
37542025-03-03T04:25:55.910Z Checking camino-tempfile v1.1.1
37552025-03-03T04:25:56.106Z Checking clap v4.5.31
37562025-03-03T04:25:56.654Z Checking dof v0.3.0
37572025-03-03T04:25:56.654Z Checking cargo_metadata v0.19.2
37582025-03-03T04:25:57.178Z Checking usdt-impl v0.5.0
37592025-03-03T04:25:57.664Z Checking usdt v0.5.0
37602025-03-03T04:25:58.037Z Checking toml v0.8.20
37612025-03-03T04:25:58.622Z Checking cargo_toml v0.21.0
37622025-03-03T04:26:00.138Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37632025-03-03T04:26:00.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
37642025-03-03T04:26:01.072Z
37652025-03-03T04:26:01.072Zinfo: running `cargo check --bins` on end-to-end-tests (185/196)
37662025-03-03T04:26:01.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672025-03-03T04:26:01.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682025-03-03T04:26:02.181Z Checking polyval v0.6.2
37692025-03-03T04:26:02.207Z Checking ctr v0.9.2
37702025-03-03T04:26:02.233Z Checking ssh-encoding v0.2.0
37712025-03-03T04:26:02.258Z Checking blowfish v0.9.1
37722025-03-03T04:26:02.284Z Checking password-hash v0.4.2
37732025-03-03T04:26:02.309Z Checking p521 v0.13.3
37742025-03-03T04:26:02.309Z Checking p256 v0.13.2
37752025-03-03T04:26:02.338Z Checking russh-cryptovec v0.7.3
37762025-03-03T04:26:02.459Z Checking ghash v0.5.1
37772025-03-03T04:26:02.486Z Checking md5 v0.7.0
37782025-03-03T04:26:02.511Z Checking bcrypt-pbkdf v0.10.0
37792025-03-03T04:26:02.544Z Checking num-bigint v0.4.6
37802025-03-03T04:26:02.571Z Checking des v0.8.1
37812025-03-03T04:26:02.633Z Checking aes-gcm v0.10.3
37822025-03-03T04:26:02.679Z Checking pbkdf2 v0.11.0
37832025-03-03T04:26:02.749Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37842025-03-03T04:26:02.775Z Checking hex-literal v0.4.1
37852025-03-03T04:26:02.815Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37862025-03-03T04:26:02.840Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37872025-03-03T04:26:02.866Z Checking ssh-cipher v0.2.0
37882025-03-03T04:26:02.924Z Checking internet-checksum v0.2.1
37892025-03-03T04:26:03.130Z Checking ssh-key v0.6.6
37902025-03-03T04:26:03.357Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37912025-03-03T04:26:04.474Z Checking russh-keys v0.45.0
37922025-03-03T04:26:05.648Z Checking russh v0.45.0
37932025-03-03T04:26:30.506Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37942025-03-03T04:26:32.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.19s
37952025-03-03T04:26:32.472Z
37962025-03-03T04:26:32.472Zinfo: running `cargo check --bins` on gateway-cli (186/196)
37972025-03-03T04:26:33.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982025-03-03T04:26:33.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992025-03-03T04:26:33.428Z Checking termios v0.3.3
38002025-03-03T04:26:33.628Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38012025-03-03T04:26:34.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
38022025-03-03T04:26:34.913Z
38032025-03-03T04:26:34.913Zinfo: running `cargo check --bins --no-default-features` on installinator (187/196)
38042025-03-03T04:26:35.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052025-03-03T04:26:35.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062025-03-03T04:26:36.026Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38072025-03-03T04:26:36.026Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38082025-03-03T04:26:36.051Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38092025-03-03T04:26:36.051Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38102025-03-03T04:26:37.287Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112025-03-03T04:26:38.916Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38122025-03-03T04:26:41.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
38132025-03-03T04:26:41.475Z
38142025-03-03T04:26:41.475Zinfo: running `cargo check --bins` on internal-dns-cli (188/196)
38152025-03-03T04:26:42.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162025-03-03T04:26:42.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172025-03-03T04:26:42.421Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38182025-03-03T04:26:42.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
38192025-03-03T04:26:43.098Z
38202025-03-03T04:26:43.099Zinfo: running `cargo check --bins` on omicron-live-tests (189/196)
38212025-03-03T04:26:43.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222025-03-03T04:26:43.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232025-03-03T04:26:43.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242025-03-03T04:26:43.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38252025-03-03T04:26:43.997Z
38262025-03-03T04:26:43.997Zinfo: running `cargo check --bins` on live-tests-macros (190/196)
38272025-03-03T04:26:44.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282025-03-03T04:26:44.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292025-03-03T04:26:44.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302025-03-03T04:26:44.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38312025-03-03T04:26:44.895Z
38322025-03-03T04:26:44.895Zinfo: running `cargo check --bins` on omicron-package (191/196)
38332025-03-03T04:26:45.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342025-03-03T04:26:45.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352025-03-03T04:26:45.913Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38362025-03-03T04:26:47.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
38372025-03-03T04:26:47.762Z
38382025-03-03T04:26:47.762Zinfo: running `cargo check --bins` on wicket-dbg (192/196)
38392025-03-03T04:26:48.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402025-03-03T04:26:48.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412025-03-03T04:26:48.811Z Checking rtoolbox v0.0.2
38422025-03-03T04:26:48.811Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38432025-03-03T04:26:48.811Z Checking tui-tree-widget v0.23.0
38442025-03-03T04:26:49.014Z Checking rpassword v7.3.1
38452025-03-03T04:26:54.921Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38462025-03-03T04:26:58.811Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38472025-03-03T04:27:00.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.53s
38482025-03-03T04:27:00.509Z
38492025-03-03T04:27:00.509Zinfo: running `cargo check --bins` on wicket (193/196)
38502025-03-03T04:27:01.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-03-03T04:27:01.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-03-03T04:27:01.557Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38532025-03-03T04:27:01.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
38542025-03-03T04:27:02.149Z
38552025-03-03T04:27:02.149Zinfo: running `cargo check --bins` on wicketd (194/196)
38562025-03-03T04:27:03.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-03-03T04:27:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-03-03T04:27:03.211Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38592025-03-03T04:27:03.211Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38602025-03-03T04:27:04.199Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38612025-03-03T04:27:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s
38622025-03-03T04:27:09.517Z
38632025-03-03T04:27:09.517Zinfo: running `cargo check --bins` on omicron-workspace-hack (195/196)
38642025-03-03T04:27:10.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652025-03-03T04:27:10.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662025-03-03T04:27:10.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672025-03-03T04:27:10.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38682025-03-03T04:27:10.426Z
38692025-03-03T04:27:10.426Zinfo: running `cargo check --bins` on zone-setup (196/196)
38702025-03-03T04:27:11.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712025-03-03T04:27:11.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722025-03-03T04:27:11.420Z Checking uzers v0.12.1
38732025-03-03T04:27:11.754Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38742025-03-03T04:27:12.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
38752025-03-03T04:27:13.190Z
38762025-03-03T04:27:13.190Zreal 18:01.677285065
38772025-03-03T04:27:13.190Zuser 30:27.327957212
38782025-03-03T04:27:13.190Zsys 5:07.394500734
38792025-03-03T04:27:13.190Ztrap 0.800812156
38802025-03-03T04:27:13.190Ztflt 0.256719277
38812025-03-03T04:27:13.216Zdflt 2.459098717
38822025-03-03T04:27:13.216Zkflt 0.000707090
38832025-03-03T04:27:13.216Zlock 55:21.873518388
38842025-03-03T04:27:13.216Zslp 2:38:53.467548609
38852025-03-03T04:27:13.216Zlat 1:07.026253123
38862025-03-03T04:27:13.216Zstop 3:31.173601213
38872025-03-03T04:27:13.216Zprocess exited: duration 1412293 ms, exit code 0
 
38882025-03-03T04:27:13.269Zfound 0 output files