01JH9BFRMBBNBMTP6Y31X0D6FE: 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: 01JH9BGARVQPSCAXAV34KRHBSV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-11T00:17:23.841Zjob assigned to worker 01JH9BGN1J1WJ1N0QSZFAT07CM [factory aws, i-06fcd4f671da876eb] (queued for 54 s)
 
22025-01-11T00:17:32.002Zstarting task 0: "setup"
32025-01-11T00:17:32.009Z++ uname -s
42025-01-11T00:17:32.013Z+ kern=SunOS
52025-01-11T00:17:32.013Z+ case "$kern" in
62025-01-11T00:17:32.013Z+ groupadd -g 12345 build
72025-01-11T00:17:32.015Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-11T00:17:34.022Z+ zfs create -o mountpoint=/work rpool/work
92025-01-11T00:17:34.075Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-11T00:17:34.077Z+ home_fs=zfs
112025-01-11T00:17:34.078Z+ [[ zfs == autofs ]]
122025-01-11T00:17:34.078Z+ mkdir -p /home/build
132025-01-11T00:17:34.080Z+ chown build:build /home/build /work
142025-01-11T00:17:36.186Z+ chmod 0700 /home/build /work
152025-01-11T00:17:36.292Zprocess exited: duration 4084 ms, exit code 0
 
162025-01-11T00:17:36.410Zstarting task 1: "rust-toolchain"
172025-01-11T00:17:36.439Z+ printf ' * toolchain channel = "%s"
182025-01-11T00:17:36.439Z' 1.81.0
192025-01-11T00:17:36.439Z * toolchain channel = "1.81.0"
202025-01-11T00:17:36.440Z+ printf ' * toolchain profile = "%s"
212025-01-11T00:17:36.440Z' default
222025-01-11T00:17:36.440Z * toolchain profile = "default"
232025-01-11T00:17:36.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-11T00:17:36.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-11T00:17:36.531Zinfo: downloading installer
262025-01-11T00:17:37.722Zinfo: profile set to 'default'
272025-01-11T00:17:37.722Zinfo: default host triple is x86_64-unknown-illumos
282025-01-11T00:17:37.725Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-11T00:17:37.868Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-11T00:17:37.869Zinfo: downloading component 'cargo'
312025-01-11T00:17:38.562Zinfo: downloading component 'clippy'
322025-01-11T00:17:38.821Zinfo: downloading component 'rust-docs'
332025-01-11T00:17:39.779Zinfo: downloading component 'rust-std'
342025-01-11T00:17:41.266Zinfo: downloading component 'rustc'
352025-01-11T00:17:46.616Zinfo: downloading component 'rustfmt'
362025-01-11T00:17:46.819Zinfo: installing component 'cargo'
372025-01-11T00:17:47.655Zinfo: installing component 'clippy'
382025-01-11T00:17:48.030Zinfo: installing component 'rust-docs'
392025-01-11T00:17:49.627Zinfo: installing component 'rust-std'
402025-01-11T00:17:51.423Zinfo: installing component 'rustc'
412025-01-11T00:17:57.323Zinfo: installing component 'rustfmt'
422025-01-11T00:17:57.644Z
432025-01-11T00:17:57.647Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442025-01-11T00:17:58.011Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-11T00:17:58.011Z
462025-01-11T00:17:58.013Z
472025-01-11T00:17:58.013ZRust is installed now. Great!
482025-01-11T00:17:58.013Z
492025-01-11T00:17:58.013ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-11T00:17:58.013Zenvironment variable. This has not been done automatically.
512025-01-11T00:17:58.013Z
522025-01-11T00:17:58.013ZTo configure your current shell, you need to source
532025-01-11T00:17:58.013Zthe corresponding env file under $HOME/.cargo.
542025-01-11T00:17:58.013Z
552025-01-11T00:17:58.013ZThis is usually done by running one of the following (note the leading DOT):
562025-01-11T00:17:58.013Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-11T00:17:58.013Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-11T00:17:58.087Z+ rustc --version
592025-01-11T00:17:58.321Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-11T00:17:58.324Zprocess exited: duration 21754 ms, exit code 0
 
612025-01-11T00:17:58.329Zstarting task 2: "authentication"
622025-01-11T00:17:58.350Zprocess exited: duration 21 ms, exit code 0
 
632025-01-11T00:17:58.356Zstarting task 3: "clone repository"
642025-01-11T00:17:58.361Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-11T00:17:58.363Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-11T00:17:58.541ZCloning into '/work/oxidecomputer/omicron'...
672025-01-11T00:18:06.256Z+ cd /work/oxidecomputer/omicron
682025-01-11T00:18:06.256Z+ git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9
692025-01-11T00:18:06.521ZFrom https://github.com/oxidecomputer/omicron
702025-01-11T00:18:06.521Z * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD
712025-01-11T00:18:06.532Z+ [[ -n '' ]]
722025-01-11T00:18:06.532Z+ git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9
732025-01-11T00:18:06.712ZHEAD is now at 57f1d9ddb update description
742025-01-11T00:18:06.714Zprocess exited: duration 8356 ms, exit code 0
 
752025-01-11T00:18:06.719Zstarting task 4: "build"
762025-01-11T00:18:06.724Z+ source .github/buildomat/ci-env.sh
772025-01-11T00:18:06.724Z++ export CARGO_TERM_COLOR=always
782025-01-11T00:18:06.724Z++ CARGO_TERM_COLOR=always
792025-01-11T00:18:06.727Z+ cargo --version
802025-01-11T00:18:06.782Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812025-01-11T00:18:06.788Z+ rustc --version
822025-01-11T00:18:06.847Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832025-01-11T00:18:06.851Z+ source ./env.sh
842025-01-11T00:18:06.853Z++ OLD_SHELL_OPTS=ehxB
852025-01-11T00:18:06.854Z++ set -o xtrace
862025-01-11T00:18:06.854Z++++ dirname ./env.sh
872025-01-11T00:18:06.856Z+++ readlink -f .
882025-01-11T00:18:06.876Z++ OMICRON_WS=/work/oxidecomputer/omicron
892025-01-11T00:18:06.878Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902025-01-11T00:18:06.878Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912025-01-11T00:18:06.878Z++ 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
922025-01-11T00:18:06.879Z++ 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
932025-01-11T00:18:06.879Z++ 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
942025-01-11T00:18:06.879Z++ 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
952025-01-11T00:18:06.879Z++ 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
962025-01-11T00:18:06.879Z++ 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
972025-01-11T00:18:06.879Z++ case $OLD_SHELL_OPTS in
982025-01-11T00:18:06.879Z++ unset OLD_SHELL_OPTS OMICRON_WS
992025-01-11T00:18:06.879Z+ 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
1002025-01-11T00:18:06.879Z+ 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
1012025-01-11T00:18:06.879Z+ banner prerequisites
1022025-01-11T00:18:06.894Z
1032025-01-11T00:18:06.894Z ##### ##### ###### ##### ###### #### # # # #### #
1042025-01-11T00:18:06.894Z # # # # # # # # # # # # # # #
1052025-01-11T00:18:06.894Z # # # # ##### # # ##### # # # # # #### #
1062025-01-11T00:18:06.894Z ##### ##### # ##### # # # # # # # # #
1072025-01-11T00:18:06.895Z # # # # # # # # # # # # # # #
1082025-01-11T00:18:06.895Z # # # ###### # # ###### ### # #### # #### #
1092025-01-11T00:18:06.895Z
1102025-01-11T00:18:06.897Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112025-01-11T00:18:08.996Zpkg list: illegal option -- F
1122025-01-11T00:18:08.996ZUsage:
1132025-01-11T00:18:08.998Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-01-11T00:18:08.999Z [pkg_fmri_pattern ...]
1152025-01-11T00:18:09.856Zpkg list: illegal option -- F
1162025-01-11T00:18:09.856ZUsage:
1172025-01-11T00:18:09.859Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1182025-01-11T00:18:09.859Z [pkg_fmri_pattern ...]
1192025-01-11T00:18:16.445Z Startup: Refreshing catalog 'helios-dev' ... Done
1202025-01-11T00:18:20.911Z Startup: Caching catalogs ... Done
1212025-01-11T00:18:32.505ZPlanning: Solver setup ... Done (10.771s)
1222025-01-11T00:18:32.647ZPlanning: Running solver ... Done (0.143s)
1232025-01-11T00:18:33.081ZPlanning: Finding local manifests ... Done (0.326s)
1242025-01-11T00:18:33.093ZPlanning: Fetching manifests: 0/7 0% complete
1252025-01-11T00:18:33.417ZPlanning: Fetching manifests: 7/7 100% complete
1262025-01-11T00:18:34.135ZPlanning: Package planning ... Done (0.718s)
1272025-01-11T00:18:34.193ZPlanning: Merging actions ... Done (0.058s)
1282025-01-11T00:18:35.646ZPlanning: Checking for conflicting actions ... Done (1.453s)
1292025-01-11T00:18:44.777ZPlanning: Consolidating action changes ... Done (9.129s)
1302025-01-11T00:18:45.190ZPlanning: Evaluating mediators ... Done (0.413s)
1312025-01-11T00:18:45.381ZPlanning: Planning completed in 24.37 seconds
1322025-01-11T00:18:45.396Z Packages to install: 4
1332025-01-11T00:18:45.396Z Packages to update: 3
1342025-01-11T00:18:45.399Z Mediators to change: 2
1352025-01-11T00:18:45.399Z Services to change: 1
1362025-01-11T00:18:45.400Z Estimated space available: 155.63 GB
1372025-01-11T00:18:45.400ZEstimated space to be consumed: 1.64 GB
1382025-01-11T00:18:45.400Z Create boot environment: No
1392025-01-11T00:18:45.400ZCreate backup boot environment: Yes
1402025-01-11T00:18:45.400Z Rebuild boot archive: No
1412025-01-11T00:18:45.400Z
1422025-01-11T00:18:45.400ZChanged mediators:
1432025-01-11T00:18:45.400Z mediator clang:
1442025-01-11T00:18:45.400Z version: None -> 15 (system default)
1452025-01-11T00:18:45.400Z
1462025-01-11T00:18:45.400Z mediator llvm:
1472025-01-11T00:18:45.400Z version: 14 (system default) -> 15 (system default)
1482025-01-11T00:18:45.400Z
1492025-01-11T00:18:45.400ZChanged packages:
1502025-01-11T00:18:45.400Zhelios-dev
1512025-01-11T00:18:45.400Z developer/build-essential
1522025-01-11T00:18:45.400Z None -> 11-2.0
1532025-01-11T00:18:45.400Z library/libxmlsec1
1542025-01-11T00:18:45.400Z None -> 1.2.35-2.0
1552025-01-11T00:18:45.400Z ooce/developer/clang-15
1562025-01-11T00:18:45.400Z None -> 15.0.7-2.0
1572025-01-11T00:18:45.400Z ooce/developer/llvm-15
1582025-01-11T00:18:45.400Z None -> 15.0.7-2.0
1592025-01-11T00:18:45.400Z package/pkg
1602025-01-11T00:18:45.400Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1612025-01-11T00:18:45.400Z system/library/g++-runtime
1622025-01-11T00:18:45.400Z 13-2.0 -> 14-2.0
1632025-01-11T00:18:45.400Z system/library/gcc-runtime
1642025-01-11T00:18:45.400Z 13-2.0 -> 14-2.0
1652025-01-11T00:18:45.400Z
1662025-01-11T00:18:45.401ZServices:
1672025-01-11T00:18:45.401Z restart_fmri:
1682025-01-11T00:18:45.401Z svc:/system/update-man-index:default
1692025-01-11T00:18:45.401Z
1702025-01-11T00:18:45.401ZEditable files to change:
1712025-01-11T00:18:45.401Z Update:
1722025-01-11T00:18:45.401Z usr/share/lib/pkg/web/config.shtml
1732025-01-11T00:18:45.727Z
1742025-01-11T00:18:45.727ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1752025-01-11T00:18:51.911ZDownload: 210/4301 items 1.3/225.4MB 0% complete (362k/s)
1762025-01-11T00:18:56.926ZDownload: 620/4301 items 3.7/225.4MB 1% complete (360k/s)
1772025-01-11T00:19:01.927ZDownload: 1183/4301 items 70.6/225.4MB 31% complete (6.8M/s)
1782025-01-11T00:19:18.572ZDownload: 1194/4301 items 83.3/225.4MB 36% complete
1792025-01-11T00:19:23.689ZDownload: 1229/4301 items 87.3/225.4MB 38% complete (674k/s)
1802025-01-11T00:19:28.699ZDownload: 1522/4301 items 116.6/225.4MB 51% complete (3.9M/s)
1812025-01-11T00:19:33.713ZDownload: 1688/4301 items 117.2/225.4MB 51% complete (3.2M/s)
1822025-01-11T00:19:38.719ZDownload: 1988/4301 items 117.9/225.4MB 52% complete (124k/s)
1832025-01-11T00:19:43.920ZDownload: 2217/4301 items 118.4/225.4MB 52% complete (141k/s)
1842025-01-11T00:19:50.962ZDownload: 2220/4301 items 118.5/225.4MB 52% complete (124k/s)
1852025-01-11T00:19:55.992ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (38.1k/s)
1862025-01-11T00:20:18.426ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1872025-01-11T00:20:23.427ZDownload: 2817/4301 items 121.1/225.4MB 53% complete (374k/s)
1882025-01-11T00:20:28.681ZDownload: 3246/4301 items 202.3/225.4MB 89% complete (9.4M/s)
1892025-01-11T00:20:38.685ZDownload: 3248/4301 items 202.3/225.4MB 89% complete
1902025-01-11T00:20:51.420ZDownload: 3285/4301 items 210.9/225.4MB 93% complete (2.5M/s)
1912025-01-11T00:20:57.904ZDownload: 4284/4301 items 223.2/225.4MB 98% complete (2.9M/s)
1922025-01-11T00:21:03.982ZDownload: 4294/4301 items 224.8/225.4MB 99% complete (2.0M/s)
1932025-01-11T00:21:10.408ZDownload: 4296/4301 items 225.2/225.4MB 99% complete (1.4M/s)
1942025-01-11T00:21:10.829ZDownload: Completed 225.42 MB in 145.08 seconds (1.6M/s)
1952025-01-11T00:21:12.927Z Actions: 1/5122 actions (Removing old actions)
1962025-01-11T00:21:12.944Z Actions: 194/5122 actions (Installing new actions)
1972025-01-11T00:21:18.000Z Actions: 4168/5122 actions (Installing new actions)
1982025-01-11T00:21:18.663Z Actions: 4267/5122 actions (Updating modified actions)
1992025-01-11T00:21:19.407Z Actions: Completed 5122 actions in 6.48 seconds.
2002025-01-11T00:21:19.813Z Done (0.398s)
2012025-01-11T00:21:19.815Z Done (0.001s)
2022025-01-11T00:21:20.403Z Done (0.588s)
2032025-01-11T00:21:28.000Z Done (7.360s)
2042025-01-11T00:21:28.614Z Done (0.543s)
2052025-01-11T00:21:28.619Z Done (0.000s)
2062025-01-11T00:21:28.847Z Done (0.000s)
2072025-01-11T00:21:29.562ZPlanning: Evaluating mediator changes ... Done
2082025-01-11T00:21:29.730ZPlanning: Checking for conflicting actions ... Done
2092025-01-11T00:21:29.734ZPlanning: Consolidating action changes ... Done
2102025-01-11T00:21:30.009ZPlanning: Evaluating mediators ... Done
2112025-01-11T00:21:30.011ZPlanning: Planning completed in 0.45 seconds
2122025-01-11T00:21:30.054Z Mediators to change: 2
2132025-01-11T00:21:30.054Z Create boot environment: No
2142025-01-11T00:21:30.058ZCreate backup boot environment: No
2152025-01-11T00:21:30.150Z Done
2162025-01-11T00:21:30.150Z Done
2172025-01-11T00:21:30.546Z Done
2182025-01-11T00:21:34.390Z Done
2192025-01-11T00:21:34.488Z Done
2202025-01-11T00:21:34.491Z Done
2212025-01-11T00:21:34.650Z Done
2222025-01-11T00:21:35.279ZPlanning: Evaluating mediator changes ... Done
2232025-01-11T00:21:35.282ZPlanning: Merging actions ... Done
2242025-01-11T00:21:35.473ZPlanning: Checking for conflicting actions ... Done
2252025-01-11T00:21:35.477ZPlanning: Consolidating action changes ... Done
2262025-01-11T00:21:35.751ZPlanning: Evaluating mediators ... Done
2272025-01-11T00:21:35.808ZPlanning: Planning completed in 0.78 seconds
2282025-01-11T00:21:35.851Z Packages to change: 1
2292025-01-11T00:21:35.851Z Mediators to change: 1
2302025-01-11T00:21:35.851Z Services to change: 1
2312025-01-11T00:21:35.855Z Create boot environment: No
2322025-01-11T00:21:35.855ZCreate backup boot environment: Yes
2332025-01-11T00:21:37.644Z Actions: 1/6 actions (Updating modified actions)
2342025-01-11T00:21:37.680Z Actions: Completed 6 actions in 0.04 seconds.
2352025-01-11T00:21:37.683Z Done
2362025-01-11T00:21:37.683Z Done
2372025-01-11T00:21:37.800Z Done
2382025-01-11T00:21:41.591Z Done
2392025-01-11T00:21:41.686Z Done
2402025-01-11T00:21:41.689Z Done
2412025-01-11T00:21:41.847Z Done
2422025-01-11T00:21:42.290ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432025-01-11T00:21:42.290Zclang system 15 system
2442025-01-11T00:21:42.290Zcsh system system illumos
2452025-01-11T00:21:42.290Zctags system system illumos
2462025-01-11T00:21:42.290Zgcc vendor 12 vendor
2472025-01-11T00:21:42.290Zgcc system 10 system
2482025-01-11T00:21:42.290Zgcc system 7 system
2492025-01-11T00:21:42.290Zgo system 1.20 system
2502025-01-11T00:21:42.290Zgo system 1.19 system
2512025-01-11T00:21:42.290Zllvm system 15 system
2522025-01-11T00:21:42.290Zllvm system 14 system
2532025-01-11T00:21:42.290Zmariadb system 10.6 system
2542025-01-11T00:21:42.290Zmta vendor vendor dma
2552025-01-11T00:21:42.290Zopenjdk system 17 system
2562025-01-11T00:21:42.290Zopenjdk system 11 system
2572025-01-11T00:21:42.290Zopenjdk system 1.8 system
2582025-01-11T00:21:42.290Zopenssl vendor 3 vendor
2592025-01-11T00:21:42.290Zperl system 5.36 system
2602025-01-11T00:21:42.290Zpostgresql system 15 system
2612025-01-11T00:21:42.290Zpostgresql system 13 system
2622025-01-11T00:21:42.291Zpython vendor 3 vendor
2632025-01-11T00:21:42.291Zpython system 2 system
2642025-01-11T00:21:42.291Zpython3 system 3.11 system
2652025-01-11T00:21:42.291Zruby system 3.0 system
2662025-01-11T00:21:42.291Zwords vendor vendor american-english
2672025-01-11T00:21:42.291Zwords system system australian-english
2682025-01-11T00:21:42.291Zwords system system british-english
2692025-01-11T00:21:42.291Zwords system system canadian-english
2702025-01-11T00:21:42.291Zwords system system french
2712025-01-11T00:21:42.291Zwords system system italian
2722025-01-11T00:21:42.291Zwords system system ngerman
2732025-01-11T00:21:42.291Zwords system system ogerman
2742025-01-11T00:21:42.291Zwords system system spanish
2752025-01-11T00:21:42.623ZPUBLISHER TYPE STATUS P LOCATION
2762025-01-11T00:21:42.623Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772025-01-11T00:21:45.470ZFMRI IFO
2782025-01-11T00:21:45.470Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792025-01-11T00:21:45.470Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802025-01-11T00:21:45.470Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812025-01-11T00:21:45.470Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822025-01-11T00:21:45.470Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832025-01-11T00:21:45.470Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2842025-01-11T00:21:45.470Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2852025-01-11T00:21:45.471Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2862025-01-11T00:21:45.471Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2872025-01-11T00:21:45.471Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2882025-01-11T00:21:45.471Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2892025-01-11T00:21:45.471Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2902025-01-11T00:21:45.471Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2912025-01-11T00:21:45.471Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2922025-01-11T00:21:45.471Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2932025-01-11T00:21:46.255Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2942025-01-11T00:21:46.522Z Updating crates.io index
2952025-01-11T00:21:46.526Z Updating git repository `https://github.com/oxidecomputer/diffus`
2962025-01-11T00:21:46.839Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972025-01-11T00:21:47.350Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2982025-01-11T00:21:47.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992025-01-11T00:21:47.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3002025-01-11T00:21:48.130Z Updating git repository `https://github.com/oxidecomputer/propolis`
3012025-01-11T00:21:49.049Z Updating git repository `https://github.com/oxidecomputer/crucible`
3022025-01-11T00:21:50.619Z Updating git repository `https://github.com/oxidecomputer/opte`
3032025-01-11T00:21:51.294Z Updating git repository `https://github.com/oxidecomputer/falcon`
3042025-01-11T00:21:52.002Z Updating git repository `https://github.com/oxidecomputer/clickward`
3052025-01-11T00:21:52.264Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3062025-01-11T00:21:52.514Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3072025-01-11T00:21:53.143Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3082025-01-11T00:21:53.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092025-01-11T00:21:53.724Z Updating git repository `https://github.com/oxidecomputer/tofino`
3102025-01-11T00:21:53.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3112025-01-11T00:21:54.209Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3122025-01-11T00:21:54.444Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3132025-01-11T00:21:54.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-01-11T00:21:55.096Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152025-01-11T00:21:55.459Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3162025-01-11T00:21:55.694Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172025-01-11T00:21:56.233Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182025-01-11T00:21:56.538Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192025-01-11T00:21:56.985Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202025-01-11T00:21:57.393Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3212025-01-11T00:21:57.658Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222025-01-11T00:21:57.907Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232025-01-11T00:21:58.177Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242025-01-11T00:21:59.469Z Downloading crates ...
3252025-01-11T00:21:59.525Z Downloaded anstyle v1.0.10
3262025-01-11T00:21:59.529Z Downloaded cfg-if v1.0.0
3272025-01-11T00:21:59.529Z Downloaded anstream v0.6.15
3282025-01-11T00:21:59.532Z Downloaded autocfg v1.4.0
3292025-01-11T00:21:59.535Z Downloaded bytecount v0.6.8
3302025-01-11T00:21:59.538Z Downloaded cargo_toml v0.20.5
3312025-01-11T00:21:59.545Z Downloaded pretty-hex v0.4.1
3322025-01-11T00:21:59.548Z Downloaded scroll_derive v0.12.0
3332025-01-11T00:21:59.560Z Downloaded dtrace-parser v0.2.0
3342025-01-11T00:21:59.560Z Downloaded swrite v0.1.0
3352025-01-11T00:21:59.565Z Downloaded equivalent v1.0.1
3362025-01-11T00:21:59.569Z Downloaded camino v1.1.9
3372025-01-11T00:21:59.571Z Downloaded fnv v1.0.7
3382025-01-11T00:21:59.578Z Downloaded block-buffer v0.10.4
3392025-01-11T00:21:59.578Z Downloaded anstyle-query v1.1.1
3402025-01-11T00:21:59.582Z Downloaded usdt-macro v0.5.0
3412025-01-11T00:21:59.582Z Downloaded bitflags v2.6.0
3422025-01-11T00:21:59.582Z Downloaded serde_spanned v0.6.8
3432025-01-11T00:21:59.582Z Downloaded dof v0.3.0
3442025-01-11T00:21:59.582Z Downloaded proc-macro-error-attr v1.0.4
3452025-01-11T00:21:59.582Z Downloaded heck v0.5.0
3462025-01-11T00:21:59.586Z Downloaded thiserror-impl v1.0.69
3472025-01-11T00:21:59.586Z Downloaded smawk v0.3.2
3482025-01-11T00:21:59.586Z Downloaded cargo-platform v0.1.8
3492025-01-11T00:21:59.589Z Downloaded is_terminal_polyfill v1.70.1
3502025-01-11T00:21:59.589Z Downloaded generic-array v0.14.7
3512025-01-11T00:21:59.592Z Downloaded usdt-attr-macro v0.5.0
3522025-01-11T00:21:59.592Z Downloaded usdt v0.5.0
3532025-01-11T00:21:59.592Z Downloaded toml_datetime v0.6.8
3542025-01-11T00:21:59.596Z Downloaded anstyle-parse v0.2.5
3552025-01-11T00:21:59.596Z Downloaded byteorder v1.5.0
3562025-01-11T00:21:59.600Z Downloaded utf8parse v0.2.2
3572025-01-11T00:21:59.600Z Downloaded thread-id v4.2.2
3582025-01-11T00:21:59.600Z Downloaded strsim v0.11.1
3592025-01-11T00:21:59.603Z Downloaded plain v0.2.3
3602025-01-11T00:21:59.603Z Downloaded digest v0.10.7
3612025-01-11T00:21:59.604Z Downloaded pest_generator v2.7.14
3622025-01-11T00:21:59.604Z Downloaded macaddr v1.0.1
3632025-01-11T00:21:59.608Z Downloaded serde_tokenstream v0.2.2
3642025-01-11T00:21:59.608Z Downloaded usdt-impl v0.5.0
3652025-01-11T00:21:59.611Z Downloaded memmap v0.7.0
3662025-01-11T00:21:59.611Z Downloaded colorchoice v1.0.2
3672025-01-11T00:21:59.611Z Downloaded cargo_metadata v0.18.1
3682025-01-11T00:21:59.611Z Downloaded version_check v0.9.5
3692025-01-11T00:21:59.614Z Downloaded crypto-common v0.1.6
3702025-01-11T00:21:59.614Z Downloaded thiserror v1.0.69
3712025-01-11T00:21:59.621Z Downloaded tabled_derive v0.7.0
3722025-01-11T00:21:59.623Z Downloaded heck v0.4.1
3732025-01-11T00:21:59.627Z Downloaded clap_derive v4.5.18
3742025-01-11T00:21:59.627Z Downloaded camino-tempfile v1.1.1
3752025-01-11T00:21:59.630Z Downloaded pest_derive v2.7.14
3762025-01-11T00:21:59.632Z Downloaded once_cell v1.20.2
3772025-01-11T00:21:59.635Z Downloaded clap_lex v0.7.2
3782025-01-11T00:21:59.635Z Downloaded semver v1.0.24
3792025-01-11T00:21:59.639Z Downloaded tempfile v3.13.0
3802025-01-11T00:21:59.642Z Downloaded scroll v0.12.0
3812025-01-11T00:21:59.648Z Downloaded itoa v1.0.11
3822025-01-11T00:21:59.651Z Downloaded fastrand v2.1.1
3832025-01-11T00:21:59.651Z Downloaded errno v0.3.9
3842025-01-11T00:21:59.654Z Downloaded unicode-linebreak v0.1.5
3852025-01-11T00:21:59.654Z Downloaded fs-err v2.11.0
3862025-01-11T00:21:59.656Z Downloaded cpufeatures v0.2.14
3872025-01-11T00:21:59.656Z Downloaded textwrap v0.16.1
3882025-01-11T00:21:59.659Z Downloaded proc-macro-error v1.0.4
3892025-01-11T00:21:59.662Z Downloaded terminal_size v0.4.0
3902025-01-11T00:21:59.664Z Downloaded anyhow v1.0.93
3912025-01-11T00:21:59.668Z Downloaded ucd-trie v0.1.7
3922025-01-11T00:21:59.670Z Downloaded ryu v1.0.18
3932025-01-11T00:21:59.676Z Downloaded zerocopy-derive v0.7.35
3942025-01-11T00:21:59.681Z Downloaded unicode-ident v1.0.14
3952025-01-11T00:21:59.681Z Downloaded clap v4.5.21
3962025-01-11T00:21:59.687Z Downloaded sha2 v0.10.8
3972025-01-11T00:21:59.689Z Downloaded quote v1.0.38
3982025-01-11T00:21:59.693Z Downloaded papergrid v0.11.0
3992025-01-11T00:21:59.709Z Downloaded serde_derive v1.0.217
4002025-01-11T00:21:59.709Z Downloaded log v0.4.22
4012025-01-11T00:21:59.709Z Downloaded typenum v1.17.0
4022025-01-11T00:21:59.709Z Downloaded indexmap v2.7.0
4032025-01-11T00:21:59.709Z Downloaded toml v0.8.19
4042025-01-11T00:21:59.713Z Downloaded proc-macro2 v1.0.92
4052025-01-11T00:21:59.713Z Downloaded serde v1.0.217
4062025-01-11T00:21:59.716Z Downloaded pest_meta v2.7.14
4072025-01-11T00:21:59.725Z Downloaded memchr v2.7.4
4082025-01-11T00:21:59.730Z Downloaded toml_edit v0.22.22
4092025-01-11T00:21:59.759Z Downloaded pest v2.7.14
4102025-01-11T00:21:59.763Z Downloaded hashbrown v0.15.1
4112025-01-11T00:21:59.768Z Downloaded zerocopy v0.7.35
4122025-01-11T00:21:59.782Z Downloaded serde_json v1.0.135
4132025-01-11T00:21:59.789Z Downloaded winnow v0.6.20
4142025-01-11T00:21:59.799Z Downloaded clap_builder v4.5.21
4152025-01-11T00:21:59.804Z Downloaded tabled v0.15.0
4162025-01-11T00:21:59.819Z Downloaded goblin v0.8.2
4172025-01-11T00:21:59.824Z Downloaded unicode-width v0.1.14
4182025-01-11T00:21:59.829Z Downloaded syn v1.0.109
4192025-01-11T00:21:59.838Z Downloaded syn v2.0.96
4202025-01-11T00:21:59.853Z Downloaded rustix v0.38.37
4212025-01-11T00:21:59.890Z Downloaded libc v0.2.162
4222025-01-11T00:22:00.206Z Compiling proc-macro2 v1.0.92
4232025-01-11T00:22:00.206Z Compiling unicode-ident v1.0.14
4242025-01-11T00:22:00.206Z Compiling serde v1.0.217
4252025-01-11T00:22:00.211Z Compiling version_check v0.9.5
4262025-01-11T00:22:00.211Z Compiling memchr v2.7.4
4272025-01-11T00:22:00.211Z Compiling thiserror v1.0.69
4282025-01-11T00:22:00.211Z Compiling libc v0.2.162
4292025-01-11T00:22:00.211Z Compiling itoa v1.0.11
4302025-01-11T00:22:00.496Z Compiling ucd-trie v0.1.7
4312025-01-11T00:22:00.537Z Compiling ryu v1.0.18
4322025-01-11T00:22:01.035Z Compiling once_cell v1.20.2
4332025-01-11T00:22:01.073Z Compiling byteorder v1.5.0
4342025-01-11T00:22:01.380Z Compiling rustix v0.38.37
4352025-01-11T00:22:01.659Z Compiling serde_json v1.0.135
4362025-01-11T00:22:01.810Z Compiling bitflags v2.6.0
4372025-01-11T00:22:01.982Z Compiling proc-macro-error-attr v1.0.4
4382025-01-11T00:22:02.075Z Compiling usdt-impl v0.5.0
4392025-01-11T00:22:02.096Z Compiling syn v1.0.109
4402025-01-11T00:22:02.253Z Compiling proc-macro-error v1.0.4
4412025-01-11T00:22:02.301Z Compiling plain v0.2.3
4422025-01-11T00:22:02.415Z Compiling camino v1.1.9
4432025-01-11T00:22:02.472Z Compiling equivalent v1.0.1
4442025-01-11T00:22:02.548Z Compiling utf8parse v0.2.2
4452025-01-11T00:22:02.578Z Compiling hashbrown v0.15.1
4462025-01-11T00:22:02.603Z Compiling log v0.4.22
4472025-01-11T00:22:02.716Z Compiling quote v1.0.38
4482025-01-11T00:22:02.826Z Compiling anstyle-parse v0.2.5
4492025-01-11T00:22:03.027Z Compiling errno v0.3.9
4502025-01-11T00:22:03.047Z Compiling thread-id v4.2.2
4512025-01-11T00:22:03.091Z Compiling syn v2.0.96
4522025-01-11T00:22:03.432Z Compiling anstyle v1.0.10
4532025-01-11T00:22:03.460Z Compiling semver v1.0.24
4542025-01-11T00:22:03.638Z Compiling anstyle-query v1.1.1
4552025-01-11T00:22:03.778Z Compiling indexmap v2.7.0
4562025-01-11T00:22:03.803Z Compiling colorchoice v1.0.2
4572025-01-11T00:22:03.877Z Compiling autocfg v1.4.0
4582025-01-11T00:22:03.963Z Compiling is_terminal_polyfill v1.70.1
4592025-01-11T00:22:03.967Z Compiling pretty-hex v0.4.1
4602025-01-11T00:22:04.131Z Compiling winnow v0.6.20
4612025-01-11T00:22:04.200Z Compiling unicode-width v0.1.14
4622025-01-11T00:22:04.655Z Compiling anstream v0.6.15
4632025-01-11T00:22:05.053Z Compiling fs-err v2.11.0
4642025-01-11T00:22:05.082Z Compiling heck v0.5.0
4652025-01-11T00:22:05.169Z Compiling clap_lex v0.7.2
4662025-01-11T00:22:05.331Z Compiling terminal_size v0.4.0
4672025-01-11T00:22:05.455Z Compiling fastrand v2.1.1
4682025-01-11T00:22:05.538Z Compiling cfg-if v1.0.0
4692025-01-11T00:22:05.637Z Compiling bytecount v0.6.8
4702025-01-11T00:22:05.663Z Compiling fnv v1.0.7
4712025-01-11T00:22:05.715Z Compiling strsim v0.11.1
4722025-01-11T00:22:05.805Z Compiling anyhow v1.0.93
4732025-01-11T00:22:06.040Z Compiling heck v0.4.1
4742025-01-11T00:22:06.069Z Compiling clap_builder v4.5.21
4752025-01-11T00:22:06.559Z Compiling tempfile v3.13.0
4762025-01-11T00:22:06.641Z Compiling papergrid v0.11.0
4772025-01-11T00:22:06.972Z Compiling memmap v0.7.0
4782025-01-11T00:22:07.044Z Compiling smawk v0.3.2
4792025-01-11T00:22:07.275Z Compiling unicode-linebreak v0.1.5
4802025-01-11T00:22:07.771Z Compiling textwrap v0.16.1
4812025-01-11T00:22:07.965Z Compiling swrite v0.1.0
4822025-01-11T00:22:08.992Z Compiling tabled_derive v0.7.0
4832025-01-11T00:22:10.619Z Compiling tabled v0.15.0
4842025-01-11T00:22:12.646Z Compiling serde_derive v1.0.217
4852025-01-11T00:22:12.646Z Compiling thiserror-impl v1.0.69
4862025-01-11T00:22:12.725Z Compiling zerocopy-derive v0.7.35
4872025-01-11T00:22:12.725Z Compiling scroll_derive v0.12.0
4882025-01-11T00:22:12.725Z Compiling clap_derive v4.5.18
4892025-01-11T00:22:13.478Z Compiling scroll v0.12.0
4902025-01-11T00:22:14.073Z Compiling goblin v0.8.2
4912025-01-11T00:22:14.107Z Compiling zerocopy v0.7.35
4922025-01-11T00:22:16.101Z Compiling clap v4.5.21
4932025-01-11T00:22:17.584Z Compiling pest v2.7.14
4942025-01-11T00:22:19.178Z Compiling pest_meta v2.7.14
4952025-01-11T00:22:22.847Z Compiling pest_generator v2.7.14
4962025-01-11T00:22:22.910Z Compiling toml_datetime v0.6.8
4972025-01-11T00:22:22.910Z Compiling serde_spanned v0.6.8
4982025-01-11T00:22:22.911Z Compiling cargo-platform v0.1.8
4992025-01-11T00:22:22.947Z Compiling pest_derive v2.7.14
5002025-01-11T00:22:22.947Z Compiling toml_edit v0.22.22
5012025-01-11T00:22:22.947Z Compiling serde_tokenstream v0.2.2
5022025-01-11T00:22:22.947Z Compiling camino-tempfile v1.1.1
5032025-01-11T00:22:22.947Z Compiling dtrace-parser v0.2.0
5042025-01-11T00:22:23.053Z Compiling macaddr v1.0.1
5052025-01-11T00:22:23.544Z Compiling dof v0.3.0
5062025-01-11T00:22:23.544Z Compiling cargo_metadata v0.18.1
5072025-01-11T00:22:25.483Z Compiling toml v0.8.19
5082025-01-11T00:22:26.144Z Compiling usdt-macro v0.5.0
5092025-01-11T00:22:26.229Z Compiling usdt-attr-macro v0.5.0
5102025-01-11T00:22:26.363Z Compiling cargo_toml v0.20.5
5112025-01-11T00:22:27.611Z Compiling usdt v0.5.0
5122025-01-11T00:22:30.048Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5132025-01-11T00:22:34.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s
5142025-01-11T00:22:34.591Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5152025-01-11T00:22:35.158Z Downloading crates ...
5162025-01-11T00:22:35.309Z Downloaded highway v1.2.0
5172025-01-11T00:22:35.312Z Downloaded heapless v0.7.17
5182025-01-11T00:22:35.317Z Downloaded http-body v1.0.1
5192025-01-11T00:22:35.320Z Downloaded is_ci v1.2.0
5202025-01-11T00:22:35.328Z Downloaded headers-core v0.3.0
5212025-01-11T00:22:35.334Z Downloaded heck v0.3.3
5222025-01-11T00:22:35.338Z Downloaded md5 v0.7.0
5232025-01-11T00:22:35.341Z Downloaded hubpack_derive v0.1.1
5242025-01-11T00:22:35.345Z Downloaded instant v0.1.13
5252025-01-11T00:22:35.351Z Downloaded assert_matches v1.5.0
5262025-01-11T00:22:35.354Z Downloaded http-range v0.1.5
5272025-01-11T00:22:35.357Z Downloaded match_cfg v0.1.0
5282025-01-11T00:22:35.359Z Downloaded hostname v0.3.1
5292025-01-11T00:22:35.362Z Downloaded hex-literal v0.4.1
5302025-01-11T00:22:35.365Z Downloaded hex v0.4.3
5312025-01-11T00:22:35.365Z Downloaded http-body-util v0.1.2
5322025-01-11T00:22:35.367Z Downloaded async-recursion v1.1.1
5332025-01-11T00:22:35.371Z Downloaded lru v0.12.5
5342025-01-11T00:22:35.375Z Downloaded atty v0.2.14
5352025-01-11T00:22:35.378Z Downloaded atomicwrites v0.4.4
5362025-01-11T00:22:35.378Z Downloaded async-trait v0.1.83
5372025-01-11T00:22:35.380Z Downloaded lockfree-object-pool v0.1.6
5382025-01-11T00:22:35.382Z Downloaded idna_adapter v1.2.0
5392025-01-11T00:22:35.386Z Downloaded memoffset v0.9.1
5402025-01-11T00:22:35.386Z Downloaded adler2 v2.0.0
5412025-01-11T00:22:35.388Z Downloaded matches v0.1.10
5422025-01-11T00:22:35.388Z Downloaded hubpack v0.1.2
5432025-01-11T00:22:35.391Z Downloaded hostname v0.4.0
5442025-01-11T00:22:35.394Z Downloaded maplit v1.0.2
5452025-01-11T00:22:35.394Z Downloaded internet-checksum v0.2.1
5462025-01-11T00:22:35.397Z Downloaded httpdate v1.0.3
5472025-01-11T00:22:35.397Z Downloaded backoff v0.4.0
5482025-01-11T00:22:35.400Z Downloaded arrayvec v0.7.6
5492025-01-11T00:22:35.403Z Downloaded md-5 v0.10.6
5502025-01-11T00:22:35.405Z Downloaded mime v0.3.17
5512025-01-11T00:22:35.405Z Downloaded managed v0.8.0
5522025-01-11T00:22:35.408Z Downloaded maybe-uninit v2.0.0
5532025-01-11T00:22:35.411Z Downloaded libefi-sys v0.1.0
5542025-01-11T00:22:35.411Z Downloaded impl-trait-for-tuples v0.2.2
5552025-01-11T00:22:35.414Z Downloaded linked-hash-map v0.5.6
5562025-01-11T00:22:35.418Z Downloaded lalrpop-util v0.19.12
5572025-01-11T00:22:35.418Z Downloaded lazy_static v1.5.0
5582025-01-11T00:22:35.420Z Downloaded bcrypt-pbkdf v0.10.0
5592025-01-11T00:22:35.420Z Downloaded kstat-rs v0.2.4
5602025-01-11T00:22:35.423Z Downloaded lru-cache v0.1.2
5612025-01-11T00:22:35.425Z Downloaded keccak v0.1.5
5622025-01-11T00:22:35.425Z Downloaded ipnet v2.10.1
5632025-01-11T00:22:35.427Z Downloaded libsw v3.3.1
5642025-01-11T00:22:35.430Z Downloaded mime_guess v2.0.5
5652025-01-11T00:22:35.433Z Downloaded icu_locid_transform v1.5.0
5662025-01-11T00:22:35.435Z Downloaded progenitor v0.9.1
5672025-01-11T00:22:35.438Z Downloaded ciborium-io v0.2.2
5682025-01-11T00:22:35.440Z Downloaded jobserver v0.1.32
5692025-01-11T00:22:35.443Z Downloaded cfg_aliases v0.2.1
5702025-01-11T00:22:35.443Z Downloaded memmap2 v0.9.5
5712025-01-11T00:22:35.445Z Downloaded linear-map v1.2.0
5722025-01-11T00:22:35.448Z Downloaded indent_write v2.2.0
5732025-01-11T00:22:35.451Z Downloaded lazycell v1.3.0
5742025-01-11T00:22:35.451Z Downloaded cipher v0.4.4
5752025-01-11T00:22:35.455Z Downloaded bb8 v0.8.5
5762025-01-11T00:22:35.455Z Downloaded lock_api v0.4.12
5772025-01-11T00:22:35.457Z Downloaded cstr-argument v0.1.2
5782025-01-11T00:22:35.457Z Downloaded litemap v0.7.3
5792025-01-11T00:22:35.461Z Downloaded crunchy v0.2.2
5802025-01-11T00:22:35.463Z Downloaded cbc v0.1.2
5812025-01-11T00:22:35.463Z Downloaded libloading v0.8.5
5822025-01-11T00:22:35.466Z Downloaded blowfish v0.9.1
5832025-01-11T00:22:35.469Z Downloaded ciborium-ll v0.2.2
5842025-01-11T00:22:35.471Z Downloaded base64ct v1.6.0
5852025-01-11T00:22:35.473Z Downloaded quick-error v1.2.3
5862025-01-11T00:22:35.475Z Downloaded progenitor-macro v0.8.0
5872025-01-11T00:22:35.475Z Downloaded colored v2.1.0
5882025-01-11T00:22:35.479Z Downloaded chrono-tz-build v0.4.0
5892025-01-11T00:22:35.482Z Downloaded icu_locid v1.5.0
5902025-01-11T00:22:35.486Z Downloaded indexmap v1.9.3
5912025-01-11T00:22:35.489Z Downloaded sqlparser_derive v0.2.2
5922025-01-11T00:22:35.492Z Downloaded toolchain_find v0.4.0
5932025-01-11T00:22:35.493Z Downloaded icu_provider_macros v1.5.0
5942025-01-11T00:22:35.496Z Downloaded crc v3.2.1
5952025-01-11T00:22:35.498Z Downloaded take_mut v0.2.2
5962025-01-11T00:22:35.498Z Downloaded crossbeam-deque v0.8.5
5972025-01-11T00:22:35.500Z Downloaded ref-cast-impl v1.0.23
5982025-01-11T00:22:35.500Z Downloaded rtoolbox v0.0.2
5992025-01-11T00:22:35.503Z Downloaded rand_core v0.6.4
6002025-01-11T00:22:35.505Z Downloaded hyper-rustls v0.27.3
6012025-01-11T00:22:35.507Z Downloaded bcs v0.1.6
6022025-01-11T00:22:35.510Z Downloaded base64 v0.13.1
6032025-01-11T00:22:35.514Z Downloaded curve25519-dalek-derive v0.1.1
6042025-01-11T00:22:35.516Z Downloaded ctr v0.9.2
6052025-01-11T00:22:35.519Z Downloaded want v0.3.1
6062025-01-11T00:22:35.519Z Downloaded foreign-types-shared v0.3.1
6072025-01-11T00:22:35.521Z Downloaded write16 v1.0.0
6082025-01-11T00:22:35.521Z Downloaded blake2 v0.10.6
6092025-01-11T00:22:35.524Z Downloaded cexpr v0.6.0
6102025-01-11T00:22:35.526Z Downloaded rustc-hash v1.1.0
6112025-01-11T00:22:35.530Z Downloaded const_format_proc_macros v0.2.33
6122025-01-11T00:22:35.532Z Downloaded ciborium v0.2.2
6132025-01-11T00:22:35.535Z Downloaded strum_macros v0.25.3
6142025-01-11T00:22:35.537Z Downloaded serde_path_to_error v0.1.16
6152025-01-11T00:22:35.539Z Downloaded scheduled-thread-pool v0.2.7
6162025-01-11T00:22:35.539Z Downloaded same-file v1.0.6
6172025-01-11T00:22:35.542Z Downloaded slog-scope v4.4.0
6182025-01-11T00:22:35.544Z Downloaded thiserror-impl-no-std v2.0.2
6192025-01-11T00:22:35.547Z Downloaded strum_macros v0.24.3
6202025-01-11T00:22:35.549Z Downloaded slog-json v2.6.1
6212025-01-11T00:22:35.551Z Downloaded ssh-cipher v0.2.0
6222025-01-11T00:22:35.552Z Downloaded typify-macro v0.3.0
6232025-01-11T00:22:35.554Z Downloaded aead v0.5.2
6242025-01-11T00:22:35.554Z Downloaded bzip2 v0.4.4
6252025-01-11T00:22:35.556Z Downloaded typify-macro v0.2.0
6262025-01-11T00:22:35.559Z Downloaded topological-sort v0.2.2
6272025-01-11T00:22:35.562Z Downloaded openssl-probe v0.1.5
6282025-01-11T00:22:35.562Z Downloaded nodrop v0.1.14
6292025-01-11T00:22:35.564Z Downloaded backtrace v0.3.74
6302025-01-11T00:22:35.568Z Downloaded unarray v0.1.4
6312025-01-11T00:22:35.570Z Downloaded csv-core v0.1.11
6322025-01-11T00:22:35.573Z Downloaded icu_properties v1.5.1
6332025-01-11T00:22:35.575Z Downloaded thiserror-no-std v2.0.2
6342025-01-11T00:22:35.579Z Downloaded writeable v0.5.5
6352025-01-11T00:22:35.581Z Downloaded fallible-streaming-iterator v0.1.9
6362025-01-11T00:22:35.585Z Downloaded utf8_iter v1.0.4
6372025-01-11T00:22:35.588Z Downloaded cookie v0.18.1
6382025-01-11T00:22:35.588Z Downloaded icu_provider v1.5.0
6392025-01-11T00:22:35.591Z Downloaded zerovec-derive v0.10.3
6402025-01-11T00:22:35.593Z Downloaded tabwriter v1.4.0
6412025-01-11T00:22:35.596Z Downloaded futures-task v0.3.31
6422025-01-11T00:22:35.598Z Downloaded futures-sink v0.3.31
6432025-01-11T00:22:35.598Z Downloaded nanorand v0.7.0
6442025-01-11T00:22:35.601Z Downloaded futures-macro v0.3.31
6452025-01-11T00:22:35.604Z Downloaded crossbeam-utils v0.8.20
6462025-01-11T00:22:35.606Z Downloaded aws-lc-rs v1.10.0
6472025-01-11T00:22:35.617Z Downloaded num_enum v0.5.11
6482025-01-11T00:22:35.622Z Downloaded try-lock v0.2.5
6492025-01-11T00:22:35.624Z Downloaded termtree v0.4.1
6502025-01-11T00:22:35.626Z Downloaded vte_generate_state_changes v0.1.2
6512025-01-11T00:22:35.626Z Downloaded normalize-line-endings v0.3.0
6522025-01-11T00:22:35.626Z Downloaded paste v1.0.15
6532025-01-11T00:22:35.630Z Downloaded phf v0.11.2
6542025-01-11T00:22:35.632Z Downloaded form_urlencoded v1.2.1
6552025-01-11T00:22:35.634Z Downloaded darling v0.20.10
6562025-01-11T00:22:35.638Z Downloaded parse-display-derive v0.10.0
6572025-01-11T00:22:35.640Z Downloaded slog v2.7.0
6582025-01-11T00:22:35.643Z Downloaded radium v0.7.0
6592025-01-11T00:22:35.645Z Downloaded quinn-udp v0.5.5
6602025-01-11T00:22:35.648Z Downloaded zone_cfg_derive v0.1.2
6612025-01-11T00:22:35.648Z Downloaded progenitor v0.8.0
6622025-01-11T00:22:35.651Z Downloaded primeorder v0.13.6
6632025-01-11T00:22:35.651Z Downloaded phf_codegen v0.11.2
6642025-01-11T00:22:35.654Z Downloaded derive_builder_macro v0.20.2
6652025-01-11T00:22:35.654Z Downloaded cc v1.1.30
6662025-01-11T00:22:35.657Z Downloaded siphasher v0.3.11
6672025-01-11T00:22:35.671Z Downloaded dhcproto-macros v0.1.0
6682025-01-11T00:22:35.674Z Downloaded untrusted v0.9.0
6692025-01-11T00:22:35.674Z Downloaded ssh-encoding v0.2.0
6702025-01-11T00:22:35.676Z Downloaded slog-dtrace v0.3.0
6712025-01-11T00:22:35.679Z Downloaded slog-envlogger v2.2.0
6722025-01-11T00:22:35.683Z Downloaded schemars_derive v0.8.21
6732025-01-11T00:22:35.683Z Downloaded peg-macros v0.8.4
6742025-01-11T00:22:35.685Z Downloaded compact_str v0.8.0
6752025-01-11T00:22:35.689Z Downloaded openssl-macros v0.1.1
6762025-01-11T00:22:35.691Z Downloaded num_threads v0.1.7
6772025-01-11T00:22:35.691Z Downloaded postgres-protocol v0.6.7
6782025-01-11T00:22:35.694Z Downloaded path-slash v0.1.5
6792025-01-11T00:22:35.697Z Downloaded strip-ansi-escapes v0.2.0
6802025-01-11T00:22:35.697Z Downloaded foreign-types v0.5.0
6812025-01-11T00:22:35.699Z Downloaded zone v0.3.0
6822025-01-11T00:22:35.699Z Downloaded num-traits v0.2.19
6832025-01-11T00:22:35.702Z Downloaded phf_shared v0.10.0
6842025-01-11T00:22:35.705Z Downloaded stringprep v0.1.5
6852025-01-11T00:22:35.707Z Downloaded minimal-lexical v0.2.1
6862025-01-11T00:22:35.711Z Downloaded hash32 v0.2.1
6872025-01-11T00:22:35.713Z Downloaded diesel_table_macro_syntax v0.2.0
6882025-01-11T00:22:35.716Z Downloaded rayon-core v1.12.1
6892025-01-11T00:22:35.719Z Downloaded icu_collections v1.5.0
6902025-01-11T00:22:35.725Z Downloaded schemars v0.8.21
6912025-01-11T00:22:35.738Z Downloaded waitgroup v0.1.2
6922025-01-11T00:22:35.741Z Downloaded tinyvec_macros v0.1.1
6932025-01-11T00:22:35.744Z Downloaded rand_chacha v0.3.1
6942025-01-11T00:22:35.744Z Downloaded postcard v1.0.10
6952025-01-11T00:22:35.746Z Downloaded crypto-bigint v0.5.5
6962025-01-11T00:22:35.753Z Downloaded downcast v0.11.0
6972025-01-11T00:22:35.755Z Downloaded polyval v0.6.2
6982025-01-11T00:22:35.757Z Downloaded zone_cfg_derive v0.3.0
6992025-01-11T00:22:35.759Z Downloaded slog-term v2.9.1
7002025-01-11T00:22:35.763Z Downloaded fd-lock v4.0.2
7012025-01-11T00:22:35.765Z Downloaded tokio-tungstenite v0.21.0
7022025-01-11T00:22:35.768Z Downloaded mirai-annotations v1.12.0
7032025-01-11T00:22:35.768Z Downloaded tls_codec v0.4.1
7042025-01-11T00:22:35.770Z Downloaded slab v0.4.9
7052025-01-11T00:22:35.772Z Downloaded signal-hook-mio v0.2.4
7062025-01-11T00:22:35.774Z Downloaded salsa20 v0.10.2
7072025-01-11T00:22:35.777Z Downloaded new_debug_unreachable v1.0.6
7082025-01-11T00:22:35.777Z Downloaded phf_shared v0.11.2
7092025-01-11T00:22:35.780Z Downloaded num-rational v0.4.2
7102025-01-11T00:22:35.780Z Downloaded diesel-dtrace v0.4.2
7112025-01-11T00:22:35.782Z Downloaded flume v0.11.1
7122025-01-11T00:22:35.785Z Downloaded oso-derive v0.27.3
7132025-01-11T00:22:35.787Z Downloaded futures-core v0.3.31
7142025-01-11T00:22:35.790Z Downloaded zerocopy v0.6.6
7152025-01-11T00:22:35.792Z Downloaded untrusted v0.7.1
7162025-01-11T00:22:35.794Z Downloaded rustc-demangle v0.1.24
7172025-01-11T00:22:35.794Z Downloaded russh-keys v0.45.0
7182025-01-11T00:22:35.797Z Downloaded sync_wrapper v1.0.1
7192025-01-11T00:22:35.800Z Downloaded sync-ptr v0.1.1
7202025-01-11T00:22:35.800Z Downloaded dhcproto v0.12.0
7212025-01-11T00:22:35.804Z Downloaded ff v0.13.0
7222025-01-11T00:22:35.807Z Downloaded zone v0.1.8
7232025-01-11T00:22:35.807Z Downloaded zeroize_derive v1.4.2
7242025-01-11T00:22:35.809Z Downloaded smf v0.2.3
7252025-01-11T00:22:35.809Z Downloaded slog-async v2.8.0
7262025-01-11T00:22:35.812Z Downloaded multimap v0.10.0
7272025-01-11T00:22:35.814Z Downloaded tokio-native-tls v0.3.1
7282025-01-11T00:22:35.817Z Downloaded tokio-macros v2.4.0
7292025-01-11T00:22:35.817Z Downloaded mockall v0.13.0
7302025-01-11T00:22:35.820Z Downloaded rustls-pemfile v2.2.0
7312025-01-11T00:22:35.822Z Downloaded headers v0.4.0
7322025-01-11T00:22:35.828Z Downloaded filetime v0.2.25
7332025-01-11T00:22:35.831Z Downloaded unicode-bidi v0.3.17
7342025-01-11T00:22:35.834Z Downloaded opaque-debug v0.3.1
7352025-01-11T00:22:35.836Z Downloaded olpc-cjson v0.1.4
7362025-01-11T00:22:35.836Z Downloaded quinn v0.11.5
7372025-01-11T00:22:35.840Z Downloaded shlex v1.3.0
7382025-01-11T00:22:35.842Z Downloaded shell-words v1.1.0
7392025-01-11T00:22:35.844Z Downloaded owo-colors v4.1.0
7402025-01-11T00:22:35.847Z Downloaded foreign-types-shared v0.1.1
7412025-01-11T00:22:35.849Z Downloaded flagset v0.4.6
7422025-01-11T00:22:35.849Z Downloaded postgres-types v0.2.8
7432025-01-11T00:22:35.856Z Downloaded derive_builder_core v0.20.2
7442025-01-11T00:22:35.859Z Downloaded libm v0.2.8
7452025-01-11T00:22:35.864Z Downloaded number_prefix v0.4.0
7462025-01-11T00:22:35.866Z Downloaded fxhash v0.2.1
7472025-01-11T00:22:35.866Z Downloaded zeroize v1.8.1
7482025-01-11T00:22:35.869Z Downloaded similar v2.6.0
7492025-01-11T00:22:35.874Z Downloaded signal-hook-registry v1.4.2
7502025-01-11T00:22:35.877Z Downloaded scrypt v0.11.0
7512025-01-11T00:22:35.879Z Downloaded aes v0.8.4
7522025-01-11T00:22:35.882Z Downloaded precomputed-hash v0.1.1
7532025-01-11T00:22:35.884Z Downloaded tap v1.0.1
7542025-01-11T00:22:35.884Z Downloaded rfc6979 v0.4.0
7552025-01-11T00:22:35.887Z Downloaded packed_struct v0.10.1
7562025-01-11T00:22:35.891Z Downloaded diff v0.1.13
7572025-01-11T00:22:35.891Z Downloaded heapless v0.8.0
7582025-01-11T00:22:35.896Z Downloaded russh-cryptovec v0.7.3
7592025-01-11T00:22:35.898Z Downloaded funty v2.0.0
7602025-01-11T00:22:35.898Z Downloaded time-core v0.1.2
7612025-01-11T00:22:35.901Z Downloaded ed25519 v2.2.3
7622025-01-11T00:22:35.903Z Downloaded crossterm v0.28.1
7632025-01-11T00:22:35.911Z Downloaded darling_macro v0.20.10
7642025-01-11T00:22:35.913Z Downloaded endian-type v0.1.2
7652025-01-11T00:22:35.913Z Downloaded pretty-hex v0.2.1
7662025-01-11T00:22:35.914Z Downloaded mockall_derive v0.13.0
7672025-01-11T00:22:35.916Z Downloaded walkdir v2.5.0
7682025-01-11T00:22:35.918Z Downloaded num-iter v0.1.45
7692025-01-11T00:22:35.921Z Downloaded ecdsa v0.16.9
7702025-01-11T00:22:35.921Z Downloaded rcgen v0.12.1
7712025-01-11T00:22:35.926Z Downloaded fallible-iterator v0.2.0
7722025-01-11T00:22:35.928Z Downloaded samael v0.0.17
7732025-01-11T00:22:35.934Z Downloaded parking_lot_core v0.9.10
7742025-01-11T00:22:35.937Z Downloaded aes-gcm v0.10.3
7752025-01-11T00:22:35.942Z Downloaded num-conv v0.1.0
7762025-01-11T00:22:35.942Z Downloaded rpassword v7.3.1
7772025-01-11T00:22:35.944Z Downloaded omicron-zone-package v0.12.0
7782025-01-11T00:22:35.947Z Downloaded strum v0.26.3
7792025-01-11T00:22:35.949Z Downloaded rand_seeder v0.3.0
7802025-01-11T00:22:35.949Z Downloaded rustc_version v0.4.1
7812025-01-11T00:22:35.954Z Downloaded whoami v1.5.2
7822025-01-11T00:22:35.957Z Downloaded simd-adler32 v0.3.7
7832025-01-11T00:22:35.957Z Downloaded sct v0.7.1
7842025-01-11T00:22:35.960Z Downloaded progenitor-macro v0.9.1
7852025-01-11T00:22:35.963Z Downloaded enum-as-inner v0.5.1
7862025-01-11T00:22:35.963Z Downloaded subprocess v0.2.9
7872025-01-11T00:22:35.966Z Downloaded zerovec v0.10.4
7882025-01-11T00:22:35.973Z Downloaded enum-as-inner v0.6.1
7892025-01-11T00:22:35.975Z Downloaded num v0.4.3
7902025-01-11T00:22:35.979Z Downloaded zopfli v0.8.1
7912025-01-11T00:22:35.981Z Downloaded hyper v1.5.0
7922025-01-11T00:22:35.988Z Downloaded p256 v0.13.2
7932025-01-11T00:22:35.991Z Downloaded dropshot_endpoint v0.13.0
7942025-01-11T00:22:35.996Z Downloaded blake3 v1.5.4
7952025-01-11T00:22:36.005Z Downloaded unicode-truncate v1.1.0
7962025-01-11T00:22:36.009Z Downloaded structmeta-derive v0.2.0
7972025-01-11T00:22:36.009Z Downloaded structmeta v0.3.0
7982025-01-11T00:22:36.012Z Downloaded structmeta v0.2.0
7992025-01-11T00:22:36.012Z Downloaded env_filter v0.1.2
8002025-01-11T00:22:36.014Z Downloaded tokio-rustls v0.26.0
8012025-01-11T00:22:36.017Z Downloaded xattr v1.3.1
8022025-01-11T00:22:36.019Z Downloaded secrecy v0.8.0
8032025-01-11T00:22:36.019Z Downloaded sec1 v0.7.3
8042025-01-11T00:22:36.022Z Downloaded signal-hook v0.3.17
8052025-01-11T00:22:36.025Z Downloaded pin-project-internal v1.1.6
8062025-01-11T00:22:36.028Z Downloaded serde-big-array v0.5.1
8072025-01-11T00:22:36.031Z Downloaded predicates v3.1.2
8082025-01-11T00:22:36.033Z Downloaded nu-ansi-term v0.50.1
8092025-01-11T00:22:36.035Z Downloaded dyn-clone v1.0.17
8102025-01-11T00:22:36.038Z Downloaded dunce v1.0.5
8112025-01-11T00:22:36.040Z Downloaded foreign-types v0.3.2
8122025-01-11T00:22:36.043Z Downloaded tar v0.4.42
8132025-01-11T00:22:36.045Z Downloaded mio v1.0.2
8142025-01-11T00:22:36.050Z Downloaded parse-size v1.1.0
8152025-01-11T00:22:36.052Z Downloaded defmt-parser v0.3.4
8162025-01-11T00:22:36.055Z Downloaded semver v0.1.20
8172025-01-11T00:22:36.055Z Downloaded pin-project v1.1.6
8182025-01-11T00:22:36.067Z Downloaded group v0.13.0
8192025-01-11T00:22:36.069Z Downloaded foldhash v0.1.3
8202025-01-11T00:22:36.071Z Downloaded wyz v0.5.1
8212025-01-11T00:22:36.071Z Downloaded rustversion v1.0.17
8222025-01-11T00:22:36.074Z Downloaded vergen v8.3.2
8232025-01-11T00:22:36.077Z Downloaded diesel_derives v2.2.3
8242025-01-11T00:22:36.082Z Downloaded either v1.13.0
8252025-01-11T00:22:36.084Z Downloaded pin-utils v0.1.0
8262025-01-11T00:22:36.087Z Downloaded env_logger v0.10.2
8272025-01-11T00:22:36.089Z Downloaded progenitor-client v0.8.0
8282025-01-11T00:22:36.091Z Downloaded serde-hex v0.1.0
8292025-01-11T00:22:36.094Z Downloaded pem v3.0.4
8302025-01-11T00:22:36.101Z Downloaded tiny-keccak v2.0.2
8312025-01-11T00:22:36.101Z Downloaded p521 v0.13.3
8322025-01-11T00:22:36.104Z Downloaded ron v0.8.1
8332025-01-11T00:22:36.107Z Downloaded which v4.4.2
8342025-01-11T00:22:36.109Z Downloaded aho-corasick v1.1.3
8352025-01-11T00:22:36.117Z Downloaded stable_deref_trait v1.2.0
8362025-01-11T00:22:36.119Z Downloaded snafu v0.8.5
8372025-01-11T00:22:36.124Z Downloaded string_cache v0.8.7
8382025-01-11T00:22:36.126Z Downloaded socket2 v0.5.7
8392025-01-11T00:22:36.129Z Downloaded parse-display v0.10.0
8402025-01-11T00:22:36.132Z Downloaded elliptic-curve v0.13.8
8412025-01-11T00:22:36.135Z Downloaded newtype-uuid v1.1.3
8422025-01-11T00:22:36.137Z Downloaded utf-8 v0.7.6
8432025-01-11T00:22:36.140Z Downloaded nibble_vec v0.1.0
8442025-01-11T00:22:36.140Z Downloaded tokio-stream v0.1.16
8452025-01-11T00:22:36.144Z Downloaded rusty-fork v0.3.0
8462025-01-11T00:22:36.146Z Downloaded predicates-tree v1.0.11
8472025-01-11T00:22:36.149Z Downloaded predicates-core v1.0.8
8482025-01-11T00:22:36.149Z Downloaded debug-ignore v1.0.5
8492025-01-11T00:22:36.152Z Downloaded pkcs1 v0.7.5
8502025-01-11T00:22:36.154Z Downloaded zerofrom v0.1.4
8512025-01-11T00:22:36.154Z Downloaded psl-types v2.0.11
8522025-01-11T00:22:36.158Z Downloaded rustyline v14.0.0
8532025-01-11T00:22:36.161Z Downloaded progenitor-client v0.9.1
8542025-01-11T00:22:36.165Z Downloaded static_assertions v1.1.0
8552025-01-11T00:22:36.165Z Downloaded ppv-lite86 v0.2.20
8562025-01-11T00:22:36.168Z Downloaded bitvec v1.0.1
8572025-01-11T00:22:36.182Z Downloaded sigpipe v0.1.3
8582025-01-11T00:22:36.184Z Downloaded newtype_derive v0.1.6
8592025-01-11T00:22:36.184Z Downloaded unicase v2.7.0
8602025-01-11T00:22:36.186Z Downloaded tinystr v0.7.6
8612025-01-11T00:22:36.189Z Downloaded rand_xorshift v0.3.0
8622025-01-11T00:22:36.189Z Downloaded getrandom v0.2.15
8632025-01-11T00:22:36.191Z Downloaded pkcs8 v0.10.2
8642025-01-11T00:22:36.195Z Downloaded utf16_iter v1.0.5
8652025-01-11T00:22:36.198Z Downloaded pem-rfc7468 v0.7.0
8662025-01-11T00:22:36.201Z Downloaded unicode_categories v0.1.1
8672025-01-11T00:22:36.201Z Downloaded darling_core v0.20.10
8682025-01-11T00:22:36.206Z Downloaded pbkdf2 v0.12.2
8692025-01-11T00:22:36.208Z Downloaded termcolor v1.4.1
8702025-01-11T00:22:36.210Z Downloaded rustfmt-wrapper v0.2.1
8712025-01-11T00:22:36.211Z Downloaded powerfmt v0.2.0
8722025-01-11T00:22:36.215Z Downloaded derive_builder v0.20.2
8732025-01-11T00:22:36.218Z Downloaded yoke v0.7.4
8742025-01-11T00:22:36.221Z Downloaded num-complex v0.4.6
8752025-01-11T00:22:36.225Z Downloaded yasna v0.5.2
8762025-01-11T00:22:36.225Z Downloaded time-macros v0.2.18
8772025-01-11T00:22:36.227Z Downloaded foreign-types-macros v0.2.3
8782025-01-11T00:22:36.227Z Downloaded defmt-macros v0.3.9
8792025-01-11T00:22:36.230Z Downloaded float-ord v0.3.2
8802025-01-11T00:22:36.233Z Downloaded zerocopy-derive v0.8.10
8812025-01-11T00:22:36.238Z Downloaded gethostname v0.5.0
8822025-01-11T00:22:36.241Z Downloaded rustls-pki-types v1.10.0
8832025-01-11T00:22:36.243Z Downloaded toml_edit v0.19.15
8842025-01-11T00:22:36.262Z Downloaded serde_urlencoded v0.7.1
8852025-01-11T00:22:36.265Z Downloaded chrono v0.4.38
8862025-01-11T00:22:36.271Z Downloaded signature v2.2.0
8872025-01-11T00:22:36.274Z Downloaded termios v0.3.3
8882025-01-11T00:22:36.276Z Downloaded globset v0.4.15
8892025-01-11T00:22:36.276Z Downloaded quinn-proto v0.11.8
8902025-01-11T00:22:36.284Z Downloaded password-hash v0.4.2
8912025-01-11T00:22:36.288Z Downloaded der_derive v0.7.3
8922025-01-11T00:22:36.292Z Downloaded typed-path v0.9.3
8932025-01-11T00:22:36.294Z Downloaded glob v0.3.1
8942025-01-11T00:22:36.296Z Downloaded derive-where v1.2.7
8952025-01-11T00:22:36.299Z Downloaded unicode-properties v0.1.3
8962025-01-11T00:22:36.301Z Downloaded tinyvec v1.8.0
8972025-01-11T00:22:36.305Z Downloaded thiserror v2.0.11
8982025-01-11T00:22:36.311Z Downloaded tracing-core v0.1.32
8992025-01-11T00:22:36.315Z Downloaded salty v0.3.0
9002025-01-11T00:22:36.321Z Downloaded progenitor-impl v0.9.1
9012025-01-11T00:22:36.324Z Downloaded parse-zoneinfo v0.3.1
9022025-01-11T00:22:36.328Z Downloaded toml v0.7.8
9032025-01-11T00:22:36.332Z Downloaded num-bigint v0.4.6
9042025-01-11T00:22:36.337Z Downloaded rayon v1.10.0
9052025-01-11T00:22:36.346Z Downloaded value-bag v1.9.0
9062025-01-11T00:22:36.352Z Downloaded progenitor-impl v0.8.0
9072025-01-11T00:22:36.354Z Downloaded steno v0.4.1
9082025-01-11T00:22:36.357Z Downloaded fatfs v0.3.6
9092025-01-11T00:22:36.359Z Downloaded icu_properties_data v1.5.0
9102025-01-11T00:22:36.372Z Downloaded russh v0.45.0
9112025-01-11T00:22:36.378Z Downloaded petname v2.0.2
9122025-01-11T00:22:36.383Z Downloaded h2 v0.4.6
9132025-01-11T00:22:36.390Z Downloaded futures-util v0.3.31
9142025-01-11T00:22:36.405Z Downloaded rusqlite v0.32.1
9152025-01-11T00:22:36.411Z Downloaded p384 v0.13.0
9162025-01-11T00:22:36.417Z Downloaded qorb v0.2.1
9172025-01-11T00:22:36.422Z Downloaded unicode-segmentation v1.12.0
9182025-01-11T00:22:36.425Z Downloaded serde_with v3.11.0
9192025-01-11T00:22:36.435Z Downloaded ssh-key v0.6.6
9202025-01-11T00:22:36.443Z Downloaded idna v0.3.0
9212025-01-11T00:22:36.451Z Downloaded publicsuffix v2.2.3
9222025-01-11T00:22:36.454Z Downloaded idna v0.2.3
9232025-01-11T00:22:36.461Z Downloaded rsa v0.9.6
9242025-01-11T00:22:36.467Z Downloaded hashbrown v0.12.3
9252025-01-11T00:22:36.471Z Downloaded hashbrown v0.14.5
9262025-01-11T00:22:36.478Z Downloaded tokio-util v0.7.12
9272025-01-11T00:22:36.485Z Downloaded idna v0.5.0
9282025-01-11T00:22:36.493Z Downloaded winnow v0.5.40
9292025-01-11T00:22:36.505Z Downloaded hashbrown v0.13.2
9302025-01-11T00:22:36.507Z Downloaded unicode-width v0.2.0
9312025-01-11T00:22:36.514Z Downloaded openssl v0.10.66
9322025-01-11T00:22:36.524Z Downloaded polar-core v0.27.3
9332025-01-11T00:22:36.534Z Downloaded proptest v1.5.0
9342025-01-11T00:22:36.544Z Downloaded radix_trie v0.2.1
9352025-01-11T00:22:36.549Z Downloaded bstr v1.10.0
9362025-01-11T00:22:36.561Z Downloaded rustls-webpki v0.101.7
9372025-01-11T00:22:36.579Z Downloaded git2 v0.19.0
9382025-01-11T00:22:36.586Z Downloaded dropshot v0.12.0
9392025-01-11T00:22:36.607Z Downloaded vcpkg v0.2.15
9402025-01-11T00:22:36.646Z Downloaded rustls-webpki v0.102.8
9412025-01-11T00:22:36.665Z Downloaded zerocopy v0.8.10
9422025-01-11T00:22:36.689Z Downloaded object v0.36.5
9432025-01-11T00:22:36.700Z Downloaded openapiv3 v2.0.0
9442025-01-11T00:22:36.712Z Downloaded trust-dns-proto v0.22.0
9452025-01-11T00:22:36.726Z Downloaded regress v0.9.1
9462025-01-11T00:22:36.742Z Downloaded smoltcp v0.11.0
9472025-01-11T00:22:36.756Z Downloaded object v0.30.4
9482025-01-11T00:22:36.767Z Downloaded gimli v0.31.1
9492025-01-11T00:22:36.779Z Downloaded diesel v2.2.6
9502025-01-11T00:22:36.801Z Downloaded nix v0.27.1
9512025-01-11T00:22:36.812Z Downloaded sled v0.34.7
9522025-01-11T00:22:36.822Z Downloaded zerocopy-derive v0.6.6
9532025-01-11T00:22:36.831Z Downloaded regex-syntax v0.6.29
9542025-01-11T00:22:36.842Z Downloaded nix v0.29.0
9552025-01-11T00:22:36.852Z Downloaded bzip2-sys v0.1.11+1.0.8
9562025-01-11T00:22:36.864Z Downloaded smoltcp v0.9.1
9572025-01-11T00:22:36.875Z Downloaded typify-impl v0.3.0
9582025-01-11T00:22:36.886Z Downloaded regex-syntax v0.8.5
9592025-01-11T00:22:36.895Z Downloaded rustls v0.23.19
9602025-01-11T00:22:36.907Z Downloaded typify-impl v0.2.0
9612025-01-11T00:22:36.923Z Downloaded rustls v0.22.4
9622025-01-11T00:22:36.934Z Downloaded hickory-proto v0.24.1
9632025-01-11T00:22:36.950Z Downloaded webpki-roots v0.26.6
9642025-01-11T00:22:36.955Z Downloaded regress v0.10.1
9652025-01-11T00:22:36.963Z Downloaded regex-automata v0.4.8
9662025-01-11T00:22:36.981Z Downloaded ratatui v0.28.1
9672025-01-11T00:22:37.000Z Downloaded dropshot v0.13.0
9682025-01-11T00:22:37.021Z Downloaded nix v0.28.0
9692025-01-11T00:22:37.031Z Downloaded csv v1.3.0
9702025-01-11T00:22:37.053Z Downloaded rustls v0.21.12
9712025-01-11T00:22:37.061Z Downloaded chrono-tz v0.10.0
9722025-01-11T00:22:37.067Z Downloaded lzma-sys v0.1.20
9732025-01-11T00:22:37.096Z Downloaded regex v1.11.1
9742025-01-11T00:22:37.108Z Downloaded quick-xml v0.33.0
9752025-01-11T00:22:37.116Z Downloaded reqwest v0.12.9
9762025-01-11T00:22:37.123Z Downloaded portable-atomic v1.9.0
9772025-01-11T00:22:37.132Z Downloaded curve25519-dalek v4.1.3
9782025-01-11T00:22:37.140Z Downloaded petgraph v0.6.5
9792025-01-11T00:22:37.158Z Downloaded x509-cert v0.2.5
9802025-01-11T00:22:37.163Z Downloaded tokio v1.40.0
9812025-01-11T00:22:37.201Z Downloaded libz-sys v1.1.20
9822025-01-11T00:22:37.222Z Downloaded idna v0.4.0
9832025-01-11T00:22:37.228Z Downloaded sha3 v0.10.8
9842025-01-11T00:22:37.233Z Downloaded lalrpop v0.19.12
9852025-01-11T00:22:37.242Z Downloaded hkdf v0.12.4
9862025-01-11T00:22:37.245Z Downloaded serde_derive_internals v0.29.1
9872025-01-11T00:22:37.260Z Downloaded unicode-normalization v0.1.24
9882025-01-11T00:22:37.260Z Downloaded term v0.7.0
9892025-01-11T00:22:37.260Z Downloaded tracing v0.1.40
9902025-01-11T00:22:37.266Z Downloaded expectorate v1.1.0
9912025-01-11T00:22:37.266Z Downloaded bindgen v0.69.5
9922025-01-11T00:22:37.272Z Downloaded hash32 v0.3.1
9932025-01-11T00:22:37.272Z Downloaded password-hash v0.5.0
9942025-01-11T00:22:37.276Z Downloaded half v2.4.1
9952025-01-11T00:22:37.276Z Downloaded typify v0.3.0
9962025-01-11T00:22:37.279Z Downloaded tokio-tungstenite v0.24.0
9972025-01-11T00:22:37.279Z Downloaded pkcs5 v0.7.1
9982025-01-11T00:22:37.283Z Downloaded ed25519-dalek v2.1.1
9992025-01-11T00:22:37.286Z Downloaded unsafe-libyaml v0.2.11
10002025-01-11T00:22:37.289Z Downloaded reedline v0.35.0
10012025-01-11T00:22:37.294Z Downloaded num-bigint-dig v0.8.4
10022025-01-11T00:22:37.298Z Downloaded float-cmp v0.9.0
10032025-01-11T00:22:37.301Z Downloaded tokio-rustls v0.25.0
10042025-01-11T00:22:37.303Z Downloaded tokio-rustls v0.24.1
10052025-01-11T00:22:37.306Z Downloaded dsl_auto_type v0.1.2
10062025-01-11T00:22:37.306Z Downloaded encoding_rs v0.8.34
10072025-01-11T00:22:37.324Z Downloaded rustls-pemfile v1.0.4
10082025-01-11T00:22:37.327Z Downloaded defmt v0.3.8
10092025-01-11T00:22:37.331Z Downloaded spki v0.7.3
10102025-01-11T00:22:37.334Z Downloaded pin-project-lite v0.2.14
10112025-01-11T00:22:37.336Z Downloaded percent-encoding v2.3.1
10122025-01-11T00:22:37.338Z Downloaded env_logger v0.11.5
10132025-01-11T00:22:37.341Z Downloaded ghash v0.5.1
10142025-01-11T00:22:37.341Z Downloaded uzers v0.12.1
10152025-01-11T00:22:37.344Z Downloaded tracing-attributes v0.1.27
10162025-01-11T00:22:37.346Z Downloaded strum_macros v0.26.4
10172025-01-11T00:22:37.348Z Downloaded snafu-derive v0.8.5
10182025-01-11T00:22:37.348Z Downloaded nom v7.1.3
10192025-01-11T00:22:37.352Z Downloaded tungstenite v0.24.0
10202025-01-11T00:22:37.357Z Downloaded tokio-postgres v0.7.12
10212025-01-11T00:22:37.361Z Downloaded sqlparser v0.45.0
10222025-01-11T00:22:37.365Z Downloaded parking_lot v0.12.3
10232025-01-11T00:22:37.368Z Downloaded der v0.7.9
10242025-01-11T00:22:37.372Z Downloaded rand v0.8.5
10252025-01-11T00:22:37.376Z Downloaded peg v0.8.4
10262025-01-11T00:22:37.380Z Downloaded fallible-iterator v0.3.0
10272025-01-11T00:22:37.383Z Downloaded futures v0.3.31
10282025-01-11T00:22:37.386Z Downloaded openssl-sys v0.9.103
10292025-01-11T00:22:37.391Z Downloaded zip v2.1.3
10302025-01-11T00:22:37.395Z Downloaded universal-hash v0.5.1
10312025-01-11T00:22:37.398Z Downloaded spin v0.9.8
10322025-01-11T00:22:37.400Z Downloaded tough v0.19.0
10332025-01-11T00:22:37.407Z Downloaded tungstenite v0.23.0
10342025-01-11T00:22:37.410Z Downloaded tungstenite v0.21.0
10352025-01-11T00:22:37.415Z Downloaded time v0.3.36
10362025-01-11T00:22:37.422Z Downloaded synstructure v0.13.1
10372025-01-11T00:22:37.424Z Downloaded peg-runtime v0.8.3
10382025-01-11T00:22:37.424Z Downloaded newline-converter v0.3.0
10392025-01-11T00:22:37.427Z Downloaded fs_extra v1.3.0
10402025-01-11T00:22:37.427Z Downloaded flate2 v1.0.34
10412025-01-11T00:22:37.431Z Downloaded url v2.5.3
10422025-01-11T00:22:37.434Z Downloaded itertools v0.13.0
10432025-01-11T00:22:37.442Z Downloaded dropshot_endpoint v0.12.0
10442025-01-11T00:22:37.447Z Downloaded data-encoding v2.6.0
10452025-01-11T00:22:37.450Z Downloaded zerofrom-derive v0.1.4
10462025-01-11T00:22:37.450Z Downloaded unicode-xid v0.2.6
10472025-01-11T00:22:37.450Z Downloaded parking_lot_core v0.8.6
10482025-01-11T00:22:37.453Z Downloaded parking_lot v0.11.2
10492025-01-11T00:22:37.456Z Downloaded structmeta-derive v0.3.0
10502025-01-11T00:22:37.456Z Downloaded itertools v0.12.1
10512025-01-11T00:22:37.461Z Downloaded num-integer v0.1.46
10522025-01-11T00:22:37.463Z Downloaded num-derive v0.4.2
10532025-01-11T00:22:37.465Z Downloaded oso v0.27.3
10542025-01-11T00:22:37.469Z Downloaded libxml v0.3.3
10552025-01-11T00:22:37.474Z Downloaded libgit2-sys v0.17.0+1.8.1
10562025-01-11T00:22:37.537Z Downloaded idna v1.0.3
10572025-01-11T00:22:37.540Z Downloaded fragile v2.0.0
10582025-01-11T00:22:37.544Z Downloaded packed_struct_codegen v0.10.1
10592025-01-11T00:22:37.544Z Downloaded smallvec v1.13.2
10602025-01-11T00:22:37.547Z Downloaded smallvec v0.6.14
10612025-01-11T00:22:37.547Z Downloaded miniz_oxide v0.8.0
10622025-01-11T00:22:37.549Z Downloaded xz2 v0.1.7
10632025-01-11T00:22:37.552Z Downloaded tui-tree-widget v0.22.0
10642025-01-11T00:22:37.552Z Downloaded resolv-conf v0.7.0
10652025-01-11T00:22:37.557Z Downloaded multer v3.1.0
10662025-01-11T00:22:37.561Z Downloaded vsss-rs v3.3.4
10672025-01-11T00:22:37.562Z Downloaded typify v0.2.0
10682025-01-11T00:22:37.568Z Downloaded itertools v0.10.5
10692025-01-11T00:22:37.575Z Downloaded slog-bunyan v2.5.0
10702025-01-11T00:22:37.575Z Downloaded displaydoc v0.2.5
10712025-01-11T00:22:37.579Z Downloaded test-strategy v0.3.1
10722025-01-11T00:22:37.579Z Downloaded ref-cast v1.0.23
10732025-01-11T00:22:37.583Z Downloaded poly1305 v0.8.0
10742025-01-11T00:22:37.583Z Downloaded vte v0.11.1
10752025-01-11T00:22:37.587Z Downloaded zip v0.6.6
10762025-01-11T00:22:37.591Z Downloaded pkg-config v0.3.31
10772025-01-11T00:22:37.591Z Downloaded pbkdf2 v0.11.0
10782025-01-11T00:22:37.596Z Downloaded futures-executor v0.3.31
10792025-01-11T00:22:37.596Z Downloaded futures-channel v0.3.31
10802025-01-11T00:22:37.596Z Downloaded crossbeam-channel v0.5.13
10812025-01-11T00:22:37.599Z Downloaded http v1.2.0
10822025-01-11T00:22:37.604Z Downloaded hashlink v0.9.1
10832025-01-11T00:22:37.608Z Downloaded uuid v1.11.0
10842025-01-11T00:22:37.610Z Downloaded serde_yaml v0.9.34+deprecated
10852025-01-11T00:22:37.613Z Downloaded bumpalo v3.16.0
10862025-01-11T00:22:37.617Z Downloaded rustc_version v0.1.7
10872025-01-11T00:22:37.619Z Downloaded signal-hook-tokio v0.3.1
10882025-01-11T00:22:37.619Z Downloaded embedded-io v0.4.0
10892025-01-11T00:22:37.619Z Downloaded des v0.8.1
10902025-01-11T00:22:37.622Z Downloaded twox-hash v1.6.3
10912025-01-11T00:22:37.625Z Downloaded tower-service v0.3.3
10922025-01-11T00:22:37.625Z Downloaded tls_codec_derive v0.4.1
10932025-01-11T00:22:37.632Z Downloaded supports-color v3.0.1
10942025-01-11T00:22:37.632Z Downloaded subtle v2.6.1
10952025-01-11T00:22:37.636Z Downloaded scopeguard v1.2.0
10962025-01-11T00:22:37.636Z Downloaded rustc-hash v2.0.0
10972025-01-11T00:22:37.636Z Downloaded derive_more v0.99.18
10982025-01-11T00:22:37.645Z Downloaded hickory-server v0.24.1
10992025-01-11T00:22:37.651Z Downloaded hickory-resolver v0.24.1
11002025-01-11T00:22:37.651Z Downloaded const_format v0.2.33
11012025-01-11T00:22:37.664Z Downloaded base64 v0.22.1
11022025-01-11T00:22:37.667Z Downloaded serde_repr v0.1.19
11032025-01-11T00:22:37.667Z Downloaded serde_plain v1.0.2
11042025-01-11T00:22:37.667Z Downloaded num_enum_derive v0.5.11
11052025-01-11T00:22:37.667Z Downloaded prettyplease v0.2.25
11062025-01-11T00:22:37.668Z Downloaded arc-swap v1.7.1
11072025-01-11T00:22:37.673Z Downloaded yoke-derive v0.7.4
11082025-01-11T00:22:37.673Z Downloaded wait-timeout v0.2.0
11092025-01-11T00:22:37.673Z Downloaded proc-macro-crate v1.3.1
11102025-01-11T00:22:37.673Z Downloaded phf_generator v0.11.2
11112025-01-11T00:22:37.676Z Downloaded native-tls v0.2.12
11122025-01-11T00:22:37.676Z Downloaded tokio-tungstenite v0.23.1
11132025-01-11T00:22:37.676Z Downloaded ron v0.7.1
11142025-01-11T00:22:37.679Z Downloaded hyper-util v0.1.10
11152025-01-11T00:22:37.686Z Downloaded fixedbitset v0.4.2
11162025-01-11T00:22:37.689Z Downloaded ena v0.14.3
11172025-01-11T00:22:37.689Z Downloaded embedded-io v0.6.1
11182025-01-11T00:22:37.689Z Downloaded display-error-chain v0.2.2
11192025-01-11T00:22:37.689Z Downloaded dirs-sys-next v0.1.2
11202025-01-11T00:22:37.694Z Downloaded dirs-next v2.0.0
11212025-01-11T00:22:37.694Z Downloaded difflib v0.4.0
11222025-01-11T00:22:37.694Z Downloaded deranged v0.3.11
11232025-01-11T00:22:37.694Z Downloaded crc-any v2.5.0
11242025-01-11T00:22:37.697Z Downloaded chacha20poly1305 v0.10.1
11252025-01-11T00:22:37.697Z Downloaded bytes v1.9.0
11262025-01-11T00:22:37.701Z Downloaded ahash v0.8.11
11272025-01-11T00:22:37.705Z Downloaded futures-io v0.3.31
11282025-01-11T00:22:37.709Z Downloaded base64 v0.21.7
11292025-01-11T00:22:37.709Z Downloaded sqlformat v0.2.6
11302025-01-11T00:22:37.712Z Downloaded slog-stdlog v4.1.1
11312025-01-11T00:22:37.712Z Downloaded serde_with_macros v3.11.0
11322025-01-11T00:22:37.722Z Downloaded indicatif v0.17.9
11332025-01-11T00:22:37.731Z Downloaded crossbeam-epoch v0.9.18
11342025-01-11T00:22:37.731Z Downloaded const-oid v0.9.6
11352025-01-11T00:22:37.731Z Downloaded thread_local v1.1.8
11362025-01-11T00:22:37.731Z Downloaded clang-sys v1.8.1
11372025-01-11T00:22:37.735Z Downloaded cancel-safe-futures v0.1.5
11382025-01-11T00:22:37.735Z Downloaded thiserror-impl v2.0.11
11392025-01-11T00:22:37.735Z Downloaded base16ct v0.2.0
11402025-01-11T00:22:37.735Z Downloaded sha1 v0.10.6
11412025-01-11T00:22:37.742Z Downloaded is-terminal v0.4.13
11422025-01-11T00:22:37.742Z Downloaded ipnetwork v0.20.0
11432025-01-11T00:22:37.742Z Downloaded home v0.5.9
11442025-01-11T00:22:37.745Z Downloaded cookie_store v0.21.0
11452025-01-11T00:22:37.745Z Downloaded console v0.15.8
11462025-01-11T00:22:37.745Z Downloaded crc32fast v1.4.2
11472025-01-11T00:22:37.749Z Downloaded bit-set v0.5.3
11482025-01-11T00:22:37.749Z Downloaded r2d2 v0.8.10
11492025-01-11T00:22:37.752Z Downloaded cobs v0.2.3
11502025-01-11T00:22:37.752Z Downloaded ident_case v1.0.1
11512025-01-11T00:22:37.752Z Downloaded icu_normalizer_data v1.5.0
11522025-01-11T00:22:37.754Z Downloaded icu_locid_transform_data v1.5.0
11532025-01-11T00:22:37.757Z Downloaded icu_normalizer v1.5.0
11542025-01-11T00:22:37.761Z Downloaded httparse v1.9.5
11552025-01-11T00:22:37.764Z Downloaded crc-catalog v2.4.0
11562025-01-11T00:22:37.764Z Downloaded convert_case v0.4.0
11572025-01-11T00:22:37.764Z Downloaded constant_time_eq v0.3.1
11582025-01-11T00:22:37.766Z Downloaded cmake v0.1.51
11592025-01-11T00:22:37.766Z Downloaded hmac v0.12.1
11602025-01-11T00:22:37.769Z Downloaded hickory-client v0.24.1
11612025-01-11T00:22:37.772Z Downloaded chacha20 v0.9.1
11622025-01-11T00:22:37.775Z Downloaded buf-list v1.0.3
11632025-01-11T00:22:37.775Z Downloaded crucible-workspace-hack v0.1.0
11642025-01-11T00:22:37.779Z Downloaded hyper-tls v0.6.0
11652025-01-11T00:22:37.779Z Downloaded humantime v2.1.0
11662025-01-11T00:22:37.779Z Downloaded inout v0.1.3
11672025-01-11T00:22:37.782Z Downloaded castaway v0.2.3
11682025-01-11T00:22:37.782Z Downloaded cassowary v0.3.0
11692025-01-11T00:22:37.783Z Downloaded block-padding v0.3.3
11702025-01-11T00:22:37.783Z Downloaded bitfield-struct v0.6.2
11712025-01-11T00:22:37.786Z Downloaded bitfield v0.14.0
11722025-01-11T00:22:37.786Z Downloaded iana-time-zone v0.1.61
11732025-01-11T00:22:37.789Z Downloaded hyper-staticfile v0.10.1
11742025-01-11T00:22:37.789Z Downloaded cfg_aliases v0.1.1
11752025-01-11T00:22:37.794Z Downloaded bitflags v1.3.2
11762025-01-11T00:22:37.794Z Downloaded instability v0.3.2
11772025-01-11T00:22:37.797Z Downloaded bit-vec v0.6.3
11782025-01-11T00:22:37.797Z Downloaded addr2line v0.24.2
11792025-01-11T00:22:37.800Z Downloaded ascii-canvas v3.0.0
11802025-01-11T00:22:37.800Z Downloaded async-stream v0.3.6
11812025-01-11T00:22:37.800Z Downloaded argon2 v0.5.3
11822025-01-11T00:22:37.804Z Downloaded allocator-api2 v0.2.18
11832025-01-11T00:22:37.808Z Downloaded array-init v0.0.4
11842025-01-11T00:22:37.808Z Downloaded indoc v1.0.9
11852025-01-11T00:22:37.812Z Downloaded atomic-waker v1.1.2
11862025-01-11T00:22:37.812Z Downloaded async-bb8-diesel v0.2.1
11872025-01-11T00:22:37.816Z Downloaded async-stream-impl v0.3.6
11882025-01-11T00:22:37.816Z Downloaded arrayref v0.3.9
11892025-01-11T00:22:37.901Z Downloaded ring v0.17.8
11902025-01-11T00:22:38.012Z Downloaded libsqlite3-sys v0.30.1
11912025-01-11T00:22:38.162Z Downloaded aws-lc-sys v0.22.0
11922025-01-11T00:22:38.555Z Compiling serde v1.0.217
11932025-01-11T00:22:38.577Z Compiling lock_api v0.4.12
11942025-01-11T00:22:38.577Z Compiling scopeguard v1.2.0
11952025-01-11T00:22:38.577Z Compiling value-bag v1.9.0
11962025-01-11T00:22:38.577Z Compiling typenum v1.17.0
11972025-01-11T00:22:38.577Z Compiling generic-array v0.14.7
11982025-01-11T00:22:38.577Z Compiling syn v2.0.96
11992025-01-11T00:22:38.632Z Compiling getrandom v0.2.15
12002025-01-11T00:22:38.744Z Compiling subtle v2.6.1
12012025-01-11T00:22:39.020Z Compiling rand_core v0.6.4
12022025-01-11T00:22:39.077Z Compiling shlex v1.3.0
12032025-01-11T00:22:39.131Z Compiling log v0.4.22
12042025-01-11T00:22:39.182Z Compiling jobserver v0.1.32
12052025-01-11T00:22:39.288Z Compiling const-oid v0.9.6
12062025-01-11T00:22:39.477Z Compiling smallvec v1.13.2
12072025-01-11T00:22:39.523Z Compiling spin v0.9.8
12082025-01-11T00:22:39.540Z Compiling cc v1.1.30
12092025-01-11T00:22:39.876Z Compiling pin-project-lite v0.2.14
12102025-01-11T00:22:39.902Z Compiling rustix v0.38.37
12112025-01-11T00:22:40.006Z Compiling parking_lot_core v0.9.10
12122025-01-11T00:22:40.042Z Compiling futures-core v0.3.31
12132025-01-11T00:22:40.116Z Compiling signal-hook-registry v1.4.2
12142025-01-11T00:22:40.293Z Compiling mio v1.0.2
12152025-01-11T00:22:40.769Z Compiling aho-corasick v1.1.3
12162025-01-11T00:22:40.926Z Compiling parking_lot v0.12.3
12172025-01-11T00:22:41.121Z Compiling regex-syntax v0.8.5
12182025-01-11T00:22:41.264Z Compiling cpufeatures v0.2.14
12192025-01-11T00:22:41.340Z Compiling lazy_static v1.5.0
12202025-01-11T00:22:41.360Z Compiling glob v0.3.1
12212025-01-11T00:22:41.467Z Compiling stable_deref_trait v1.2.0
12222025-01-11T00:22:41.494Z Compiling either v1.13.0
12232025-01-11T00:22:41.579Z Compiling futures-sink v0.3.31
12242025-01-11T00:22:41.816Z Compiling socket2 v0.5.7
12252025-01-11T00:22:41.912Z Compiling slab v0.4.9
12262025-01-11T00:22:42.025Z Compiling prettyplease v0.2.25
12272025-01-11T00:22:42.352Z Compiling serde_json v1.0.135
12282025-01-11T00:22:42.378Z Compiling minimal-lexical v0.2.1
12292025-01-11T00:22:42.441Z Compiling clang-sys v1.8.1
12302025-01-11T00:22:42.870Z Compiling nom v7.1.3
12312025-01-11T00:22:42.916Z Compiling libloading v0.8.5
12322025-01-11T00:22:42.986Z Compiling bindgen v0.69.5
12332025-01-11T00:22:43.169Z Compiling home v0.5.9
12342025-01-11T00:22:43.428Z Compiling itertools v0.10.5
12352025-01-11T00:22:43.842Z Compiling futures-channel v0.3.31
12362025-01-11T00:22:43.947Z Compiling foldhash v0.1.3
12372025-01-11T00:22:44.267Z Compiling futures-task v0.3.31
12382025-01-11T00:22:44.310Z Compiling libm v0.2.8
12392025-01-11T00:22:44.577Z Compiling pin-utils v0.1.0
12402025-01-11T00:22:44.677Z Compiling lazycell v1.3.0
12412025-01-11T00:22:44.680Z Compiling rustc-hash v1.1.0
12422025-01-11T00:22:44.850Z Compiling allocator-api2 v0.2.18
12432025-01-11T00:22:44.874Z Compiling futures-io v0.3.31
12442025-01-11T00:22:45.173Z Compiling regex-automata v0.4.8
12452025-01-11T00:22:45.686Z Compiling hashbrown v0.15.1
12462025-01-11T00:22:46.298Z Compiling cexpr v0.6.0
12472025-01-11T00:22:46.604Z Compiling synstructure v0.13.1
12482025-01-11T00:22:47.105Z Compiling cmake v0.1.51
12492025-01-11T00:22:48.142Z Compiling num-traits v0.2.19
12502025-01-11T00:22:48.170Z Compiling tinyvec_macros v0.1.1
12512025-01-11T00:22:48.252Z Compiling dunce v1.0.5
12522025-01-11T00:22:48.272Z Compiling fs_extra v1.3.0
12532025-01-11T00:22:48.363Z Compiling pkg-config v0.3.31
12542025-01-11T00:22:48.383Z Compiling tinyvec v1.8.0
12552025-01-11T00:22:48.870Z Compiling ring v0.17.8
12562025-01-11T00:22:49.929Z Compiling unicode-normalization v0.1.24
12572025-01-11T00:22:49.949Z Compiling litemap v0.7.3
12582025-01-11T00:22:50.015Z Compiling unicode-bidi v0.3.17
12592025-01-11T00:22:50.052Z Compiling writeable v0.5.5
12602025-01-11T00:22:50.314Z Compiling base64ct v1.6.0
12612025-01-11T00:22:50.640Z Compiling paste v1.0.15
12622025-01-11T00:22:50.906Z Compiling regex v1.11.1
12632025-01-11T00:22:51.033Z Compiling pem-rfc7468 v0.7.0
12642025-01-11T00:22:51.490Z Compiling httparse v1.9.5
12652025-01-11T00:22:51.689Z Compiling flagset v0.4.6
12662025-01-11T00:22:51.841Z Compiling aws-lc-rs v1.10.0
12672025-01-11T00:22:51.974Z Compiling tracing-core v0.1.32
12682025-01-11T00:22:52.289Z Compiling rustls-pki-types v1.10.0
12692025-01-11T00:22:52.320Z Compiling crossbeam-utils v0.8.20
12702025-01-11T00:22:52.898Z Compiling percent-encoding v2.3.1
12712025-01-11T00:22:53.081Z Compiling icu_locid_transform_data v1.5.0
12722025-01-11T00:22:53.237Z Compiling num-conv v0.1.0
12732025-01-11T00:22:53.322Z Compiling untrusted v0.7.1
12742025-01-11T00:22:53.325Z Compiling powerfmt v0.2.0
12752025-01-11T00:22:53.470Z Compiling serde_derive v1.0.217
12762025-01-11T00:22:53.493Z Compiling zeroize_derive v1.4.2
12772025-01-11T00:22:53.512Z Compiling zerocopy-derive v0.7.35
12782025-01-11T00:22:53.721Z Compiling tokio-macros v2.4.0
12792025-01-11T00:22:53.882Z Compiling zerofrom-derive v0.1.4
12802025-01-11T00:22:54.997Z Compiling zeroize v1.8.1
12812025-01-11T00:22:55.385Z Compiling yoke-derive v0.7.4
12822025-01-11T00:22:55.680Z Compiling thiserror-impl v1.0.69
12832025-01-11T00:22:55.803Z Compiling zerocopy v0.7.35
12842025-01-11T00:22:56.843Z Compiling crypto-common v0.1.6
12852025-01-11T00:22:57.084Z Compiling block-buffer v0.10.4
12862025-01-11T00:22:57.346Z Compiling digest v0.10.7
12872025-01-11T00:22:57.481Z Compiling futures-macro v0.3.31
12882025-01-11T00:22:57.852Z Compiling hmac v0.12.1
12892025-01-11T00:22:58.053Z Compiling zerovec-derive v0.10.3
12902025-01-11T00:22:58.077Z Compiling zerofrom v0.1.4
12912025-01-11T00:22:58.105Z Compiling block-padding v0.3.3
12922025-01-11T00:22:58.313Z Compiling displaydoc v0.2.5
12932025-01-11T00:22:58.332Z Compiling inout v0.1.3
12942025-01-11T00:22:58.383Z Compiling yoke v0.7.4
12952025-01-11T00:22:58.602Z Compiling cipher v0.4.4
12962025-01-11T00:22:58.763Z Compiling sha2 v0.10.8
12972025-01-11T00:22:58.942Z Compiling ppv-lite86 v0.2.20
12982025-01-11T00:22:59.088Z Compiling thiserror v1.0.69
12992025-01-11T00:22:59.108Z Compiling der_derive v0.7.3
13002025-01-11T00:22:59.233Z Compiling icu_provider_macros v1.5.0
13012025-01-11T00:22:59.464Z Compiling futures-util v0.3.31
13022025-01-11T00:22:59.950Z Compiling rand_chacha v0.3.1
13032025-01-11T00:23:00.026Z Compiling tracing-attributes v0.1.27
13042025-01-11T00:23:00.436Z Compiling rand v0.8.5
13052025-01-11T00:23:00.745Z Compiling zerovec v0.10.4
13062025-01-11T00:23:01.568Z Compiling der v0.7.9
13072025-01-11T00:23:02.141Z Compiling pest v2.7.14
13082025-01-11T00:23:02.335Z Compiling salsa20 v0.10.2
13092025-01-11T00:23:02.576Z Compiling pbkdf2 v0.12.2
13102025-01-11T00:23:02.713Z Compiling tinystr v0.7.6
13112025-01-11T00:23:02.762Z Compiling icu_collections v1.5.0
13122025-01-11T00:23:03.153Z Compiling icu_locid v1.5.0
13132025-01-11T00:23:03.183Z Compiling untrusted v0.9.0
13142025-01-11T00:23:03.360Z Compiling icu_properties_data v1.5.0
13152025-01-11T00:23:03.643Z Compiling vcpkg v0.2.15
13162025-01-11T00:23:03.990Z Compiling tracing v0.1.40
13172025-01-11T00:23:04.280Z Compiling spki v0.7.3
13182025-01-11T00:23:04.538Z Compiling icu_provider v1.5.0
13192025-01-11T00:23:04.657Z Compiling time-core v0.1.2
13202025-01-11T00:23:04.835Z Compiling mirai-annotations v1.12.0
13212025-01-11T00:23:05.035Z Compiling time-macros v0.2.18
13222025-01-11T00:23:05.097Z Compiling pest_meta v2.7.14
13232025-01-11T00:23:05.286Z Compiling icu_locid_transform v1.5.0
13242025-01-11T00:23:05.622Z Compiling scrypt v0.11.0
13252025-01-11T00:23:05.763Z Compiling cbc v0.1.2
13262025-01-11T00:23:05.860Z Compiling openssl-sys v0.9.103
13272025-01-11T00:23:05.998Z Compiling aes v0.8.4
13282025-01-11T00:23:06.219Z Compiling deranged v0.3.11
13292025-01-11T00:23:07.003Z Compiling icu_properties v1.5.1
13302025-01-11T00:23:07.884Z Compiling bitflags v2.6.0
13312025-01-11T00:23:08.048Z Compiling bytes v1.9.0
13322025-01-11T00:23:08.407Z Compiling indexmap v2.7.0
13332025-01-11T00:23:08.905Z Compiling semver v1.0.24
13342025-01-11T00:23:09.386Z Compiling tokio v1.40.0
13352025-01-11T00:23:09.459Z Compiling http v1.2.0
13362025-01-11T00:23:09.681Z Compiling rustc_version v0.4.1
13372025-01-11T00:23:09.896Z Compiling scroll_derive v0.12.0
13382025-01-11T00:23:10.454Z Compiling num_threads v0.1.7
13392025-01-11T00:23:10.588Z Compiling utf8_iter v1.0.4
13402025-01-11T00:23:10.843Z Compiling atomic-waker v1.1.2
13412025-01-11T00:23:11.027Z Compiling write16 v1.0.0
13422025-01-11T00:23:11.165Z Compiling utf16_iter v1.0.5
13432025-01-11T00:23:11.374Z Compiling icu_normalizer_data v1.5.0
13442025-01-11T00:23:11.399Z Compiling scroll v0.12.0
13452025-01-11T00:23:11.481Z Compiling icu_normalizer v1.5.0
13462025-01-11T00:23:11.557Z Compiling http-body v1.0.1
13472025-01-11T00:23:11.616Z Compiling time v0.3.36
13482025-01-11T00:23:11.953Z Compiling pkcs5 v0.7.1
13492025-01-11T00:23:11.973Z Compiling pest_generator v2.7.14
13502025-01-11T00:23:11.992Z Compiling form_urlencoded v1.2.1
13512025-01-11T00:23:12.012Z Compiling try-lock v0.2.5
13522025-01-11T00:23:12.170Z Compiling which v4.4.2
13532025-01-11T00:23:12.328Z Compiling slog v2.7.0
13542025-01-11T00:23:12.909Z Compiling pkcs8 v0.10.2
13552025-01-11T00:23:13.195Z Compiling idna_adapter v1.2.0
13562025-01-11T00:23:13.421Z Compiling want v0.3.1
13572025-01-11T00:23:13.531Z Compiling goblin v0.8.2
13582025-01-11T00:23:13.591Z Compiling uuid v1.11.0
13592025-01-11T00:23:13.655Z Compiling httpdate v1.0.3
13602025-01-11T00:23:13.697Z Compiling iana-time-zone v0.1.61
13612025-01-11T00:23:14.096Z Compiling chrono v0.4.38
13622025-01-11T00:23:14.127Z Compiling pest_derive v2.7.14
13632025-01-11T00:23:14.165Z Compiling idna v1.0.3
13642025-01-11T00:23:14.936Z Compiling dtrace-parser v0.2.0
13652025-01-11T00:23:15.858Z Compiling serde_spanned v0.6.8
13662025-01-11T00:23:16.064Z Compiling toml_datetime v0.6.8
13672025-01-11T00:23:16.092Z Compiling serde_tokenstream v0.2.2
13682025-01-11T00:23:16.611Z Compiling foreign-types-shared v0.1.1
13692025-01-11T00:23:16.698Z Compiling rustversion v1.0.17
13702025-01-11T00:23:16.718Z Compiling base64 v0.22.1
13712025-01-11T00:23:16.976Z Compiling match_cfg v0.1.0
13722025-01-11T00:23:17.080Z Compiling tower-service v0.3.3
13732025-01-11T00:23:17.172Z Compiling adler2 v2.0.0
13742025-01-11T00:23:17.207Z Compiling openssl v0.10.66
13752025-01-11T00:23:17.383Z Compiling miniz_oxide v0.8.0
13762025-01-11T00:23:17.497Z Compiling hostname v0.3.1
13772025-01-11T00:23:17.516Z Compiling foreign-types v0.3.2
13782025-01-11T00:23:17.610Z Compiling url v2.5.3
13792025-01-11T00:23:17.752Z Compiling async-trait v0.1.83
13802025-01-11T00:23:17.854Z Compiling tokio-util v0.7.12
13812025-01-11T00:23:18.952Z Compiling h2 v0.4.6
13822025-01-11T00:23:19.086Z Compiling openssl-macros v0.1.1
13832025-01-11T00:23:19.330Z Compiling dof v0.3.0
13842025-01-11T00:23:19.608Z Compiling serde_derive_internals v0.29.1
13852025-01-11T00:23:19.851Z Compiling dirs-sys-next v0.1.2
13862025-01-11T00:23:20.456Z Compiling usdt-impl v0.5.0
13872025-01-11T00:23:20.523Z Compiling native-tls v0.2.12
13882025-01-11T00:23:20.852Z Compiling rustls v0.22.4
13892025-01-11T00:23:21.115Z Compiling data-encoding v2.6.0
13902025-01-11T00:23:21.524Z Compiling schemars v0.8.21
13912025-01-11T00:23:21.906Z Compiling syn v1.0.109
13922025-01-11T00:23:22.063Z Compiling siphasher v0.3.11
13932025-01-11T00:23:22.470Z Compiling rustls v0.23.19
13942025-01-11T00:23:22.473Z Compiling schemars_derive v0.8.21
13952025-01-11T00:23:22.692Z Compiling dirs-next v2.0.0
13962025-01-11T00:23:23.614Z Compiling http-body-util v0.1.2
13972025-01-11T00:23:24.071Z Compiling crossbeam-epoch v0.9.18
13982025-01-11T00:23:24.152Z Compiling heapless v0.7.17
13992025-01-11T00:23:24.301Z Compiling signature v2.2.0
14002025-01-11T00:23:24.573Z Compiling sha1 v0.10.6
14012025-01-11T00:23:24.600Z Compiling bzip2-sys v0.1.11+1.0.8
14022025-01-11T00:23:24.832Z Compiling thread_local v1.1.8
14032025-01-11T00:23:25.017Z Compiling encoding_rs v0.8.34
14042025-01-11T00:23:25.086Z Compiling multer v3.1.0
14052025-01-11T00:23:25.279Z Compiling cookie v0.18.1
14062025-01-11T00:23:25.354Z Compiling openssl-probe v0.1.5
14072025-01-11T00:23:25.399Z Compiling gimli v0.31.1
14082025-01-11T00:23:25.551Z Compiling signal-hook v0.3.17
14092025-01-11T00:23:25.725Z Compiling slog-async v2.8.0
14102025-01-11T00:23:25.800Z Compiling ipnet v2.10.1
14112025-01-11T00:23:25.821Z Compiling hyper v1.5.0
14122025-01-11T00:23:26.246Z Compiling mime v0.3.17
14132025-01-11T00:23:26.936Z Compiling unicode-properties v0.1.3
14142025-01-11T00:23:27.102Z Compiling rayon-core v1.12.1
14152025-01-11T00:23:27.348Z Compiling dyn-clone v1.0.17
14162025-01-11T00:23:27.415Z Compiling toml_edit v0.22.22
14172025-01-11T00:23:29.594Z Compiling hyper-util v0.1.10
14182025-01-11T00:23:30.119Z Compiling addr2line v0.24.2
14192025-01-11T00:23:30.263Z Compiling stringprep v0.1.5
14202025-01-11T00:23:30.980Z Compiling crossbeam-deque v0.8.5
14212025-01-11T00:23:31.334Z Compiling usdt-macro v0.5.0
14222025-01-11T00:23:31.409Z Compiling usdt-attr-macro v0.5.0
14232025-01-11T00:23:31.510Z Compiling term v0.7.0
14242025-01-11T00:23:32.452Z Compiling slog-json v2.6.1
14252025-01-11T00:23:32.802Z Compiling serde_urlencoded v0.7.1
14262025-01-11T00:23:32.823Z Compiling crossbeam-channel v0.5.13
14272025-01-11T00:23:32.826Z Compiling curve25519-dalek v4.1.3
14282025-01-11T00:23:33.041Z Compiling futures-executor v0.3.31
14292025-01-11T00:23:33.063Z Compiling enum-as-inner v0.6.1
14302025-01-11T00:23:33.340Z Compiling md-5 v0.10.6
14312025-01-11T00:23:33.484Z Compiling async-stream-impl v0.3.6
14322025-01-11T00:23:33.615Z Compiling rustls-pemfile v2.2.0
14332025-01-11T00:23:33.639Z Compiling num-integer v0.1.46
14342025-01-11T00:23:33.955Z Compiling idna v0.4.0
14352025-01-11T00:23:33.981Z Compiling idna v0.3.0
14362025-01-11T00:23:34.167Z Compiling hash32 v0.2.1
14372025-01-11T00:23:34.381Z Compiling ff v0.13.0
14382025-01-11T00:23:34.546Z Compiling is-terminal v0.4.13
14392025-01-11T00:23:34.621Z Compiling object v0.36.5
14402025-01-11T00:23:34.686Z Compiling dropshot v0.12.0
14412025-01-11T00:23:34.909Z Compiling take_mut v0.2.2
14422025-01-11T00:23:34.971Z Compiling smoltcp v0.9.1
14432025-01-11T00:23:35.072Z Compiling psl-types v2.0.11
14442025-01-11T00:23:35.273Z Compiling num-bigint-dig v0.8.4
14452025-01-11T00:23:35.563Z Compiling anyhow v1.0.93
14462025-01-11T00:23:35.624Z Compiling utf-8 v0.7.6
14472025-01-11T00:23:35.664Z Compiling portable-atomic v1.9.0
14482025-01-11T00:23:35.683Z Compiling base16ct v0.2.0
14492025-01-11T00:23:35.820Z Compiling linked-hash-map v0.5.6
14502025-01-11T00:23:35.951Z Compiling fallible-iterator v0.2.0
14512025-01-11T00:23:36.007Z Compiling rustc-demangle v0.1.24
14522025-01-11T00:23:36.179Z Compiling quick-error v1.2.3
14532025-01-11T00:23:36.335Z Compiling resolv-conf v0.7.0
14542025-01-11T00:23:36.583Z Compiling lru-cache v0.1.2
14552025-01-11T00:23:36.660Z Compiling postgres-protocol v0.6.7
14562025-01-11T00:23:36.828Z Compiling sec1 v0.7.3
14572025-01-11T00:23:36.866Z Compiling tungstenite v0.24.0
14582025-01-11T00:23:37.032Z Compiling publicsuffix v2.2.3
14592025-01-11T00:23:37.372Z Compiling async-stream v0.3.6
14602025-01-11T00:23:37.411Z Compiling hickory-proto v0.24.1
14612025-01-11T00:23:37.689Z Compiling slog-term v2.9.1
14622025-01-11T00:23:38.077Z Compiling usdt v0.5.0
14632025-01-11T00:23:38.354Z Compiling group v0.13.0
14642025-01-11T00:23:38.678Z Compiling num-iter v0.1.45
14652025-01-11T00:23:38.977Z Compiling futures v0.3.31
14662025-01-11T00:23:38.998Z Compiling slog-bunyan v2.5.0
14672025-01-11T00:23:39.855Z Compiling camino v1.1.9
14682025-01-11T00:23:40.439Z Compiling toml v0.8.19
14692025-01-11T00:23:40.828Z Compiling tokio-native-tls v0.3.1
14702025-01-11T00:23:41.026Z Compiling phf_shared v0.11.2
14712025-01-11T00:23:41.116Z Compiling dropshot_endpoint v0.12.0
14722025-01-11T00:23:41.397Z Compiling terminal_size v0.4.0
14732025-01-11T00:23:41.418Z Compiling waitgroup v0.1.2
14742025-01-11T00:23:41.627Z Compiling openapiv3 v2.0.0
14752025-01-11T00:23:41.646Z Compiling serde_path_to_error v0.1.16
14762025-01-11T00:23:42.241Z Compiling backtrace v0.3.74
14772025-01-11T00:23:42.525Z Compiling hkdf v0.12.4
14782025-01-11T00:23:42.767Z Compiling crypto-bigint v0.5.5
14792025-01-11T00:23:42.846Z Compiling curve25519-dalek-derive v0.1.1
14802025-01-11T00:23:44.468Z Compiling zerocopy-derive v0.6.6
14812025-01-11T00:23:45.853Z Compiling webpki-roots v0.26.6
14822025-01-11T00:23:45.986Z Compiling hubpack_derive v0.1.1
14832025-01-11T00:23:46.040Z Compiling idna v0.5.0
14842025-01-11T00:23:46.060Z Compiling hostname v0.4.0
14852025-01-11T00:23:46.193Z Compiling crc32fast v1.4.2
14862025-01-11T00:23:46.311Z Compiling fs-err v2.11.0
14872025-01-11T00:23:46.549Z Compiling ahash v0.8.11
14882025-01-11T00:23:46.592Z Compiling managed v0.8.0
14892025-01-11T00:23:46.758Z Compiling newtype-uuid v1.1.3
14902025-01-11T00:23:46.884Z Compiling bitflags v1.3.2
14912025-01-11T00:23:46.925Z Compiling debug-ignore v1.0.5
14922025-01-11T00:23:47.189Z Compiling winnow v0.5.40
14932025-01-11T00:23:47.197Z Compiling console v0.15.8
14942025-01-11T00:23:47.197Z Compiling clap_builder v4.5.21
14952025-01-11T00:23:47.719Z Compiling hubpack v0.1.2
14962025-01-11T00:23:48.170Z Compiling cookie_store v0.21.0
14972025-01-11T00:23:48.215Z Compiling zerocopy v0.6.6
14982025-01-11T00:23:48.732Z Compiling strum_macros v0.25.3
14992025-01-11T00:23:49.105Z Compiling flate2 v1.0.34
15002025-01-11T00:23:49.125Z Compiling elliptic-curve v0.13.8
15012025-01-11T00:23:49.830Z Compiling hickory-resolver v0.24.1
15022025-01-11T00:23:50.087Z Compiling phf v0.11.2
15032025-01-11T00:23:50.399Z Compiling hyper-tls v0.6.0
15042025-01-11T00:23:50.820Z Compiling toml_edit v0.19.15
15052025-01-11T00:23:50.900Z Compiling signal-hook-mio v0.2.4
15062025-01-11T00:23:50.917Z Compiling rayon v1.10.0
15072025-01-11T00:23:51.068Z Compiling bzip2 v0.4.4
15082025-01-11T00:23:52.897Z Compiling tokio-tungstenite v0.24.0
15092025-01-11T00:23:53.457Z Compiling postgres-types v0.2.8
15102025-01-11T00:23:55.829Z Compiling ed25519 v2.2.3
15112025-01-11T00:23:56.467Z Compiling phf_shared v0.10.0
15122025-01-11T00:23:56.792Z Compiling tokio-stream v0.1.16
15132025-01-11T00:23:56.819Z Compiling pkcs1 v0.7.5
15142025-01-11T00:23:56.908Z Compiling serde-big-array v0.5.1
15152025-01-11T00:23:57.159Z Compiling clap_derive v4.5.18
15162025-01-11T00:23:57.538Z Compiling rfc6979 v0.4.0
15172025-01-11T00:23:57.733Z Compiling derive-where v1.2.7
15182025-01-11T00:23:57.736Z Compiling serde_repr v0.1.19
15192025-01-11T00:23:57.841Z Compiling float-cmp v0.9.0
15202025-01-11T00:23:57.899Z Compiling bstr v1.10.0
15212025-01-11T00:23:58.072Z Compiling sync_wrapper v1.0.1
15222025-01-11T00:23:58.241Z Compiling difflib v0.4.0
15232025-01-11T00:23:58.973Z Compiling unicode-width v0.2.0
15242025-01-11T00:23:59.063Z Compiling fixedbitset v0.4.2
15252025-01-11T00:23:59.508Z Compiling normalize-line-endings v0.3.0
15262025-01-11T00:23:59.545Z Compiling predicates-core v1.0.8
15272025-01-11T00:23:59.643Z Compiling static_assertions v1.1.0
15282025-01-11T00:23:59.673Z Compiling bit-vec v0.6.3
15292025-01-11T00:23:59.749Z Compiling number_prefix v0.4.0
15302025-01-11T00:23:59.910Z Compiling whoami v1.5.2
15312025-01-11T00:23:59.926Z Compiling new_debug_unreachable v1.0.6
15322025-01-11T00:23:59.980Z Compiling unicode-segmentation v1.12.0
15332025-01-11T00:24:00.023Z Compiling precomputed-hash v0.1.1
15342025-01-11T00:24:00.142Z Compiling string_cache v0.8.7
15352025-01-11T00:24:00.162Z Compiling bit-set v0.5.3
15362025-01-11T00:24:00.452Z Compiling tokio-postgres v0.7.12
15372025-01-11T00:24:00.547Z Compiling indicatif v0.17.9
15382025-01-11T00:24:00.610Z Compiling predicates v3.1.2
15392025-01-11T00:24:00.894Z Compiling similar v2.6.0
15402025-01-11T00:24:01.388Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15412025-01-11T00:24:02.429Z Compiling petgraph v0.6.5
15422025-01-11T00:24:02.457Z Compiling clap v4.5.21
15432025-01-11T00:24:02.589Z Compiling ecdsa v0.16.9
15442025-01-11T00:24:02.839Z Compiling rsa v0.9.6
15452025-01-11T00:24:03.398Z Compiling ed25519-dalek v2.1.1
15462025-01-11T00:24:03.453Z Compiling toml v0.7.8
15472025-01-11T00:24:04.732Z Compiling zip v0.6.6
15482025-01-11T00:24:05.211Z Compiling crossterm v0.28.1
15492025-01-11T00:24:06.653Z Compiling hex v0.4.3
15502025-01-11T00:24:06.879Z Compiling x509-cert v0.2.5
15512025-01-11T00:24:06.962Z Compiling peg-runtime v0.8.3
15522025-01-11T00:24:07.061Z Compiling unicode-xid v0.2.6
15532025-01-11T00:24:07.236Z Compiling lalrpop-util v0.19.12
15542025-01-11T00:24:07.289Z Compiling strum_macros v0.26.4
15552025-01-11T00:24:07.595Z Compiling xattr v1.3.1
15562025-01-11T00:24:07.615Z Compiling filetime v0.2.25
15572025-01-11T00:24:07.880Z Compiling tar v0.4.42
15582025-01-11T00:24:12.482Z Compiling strum v0.26.3
15592025-01-11T00:24:15.341Z Compiling aws-lc-sys v0.22.0
15602025-01-11T00:24:45.166Z Compiling rustls-webpki v0.102.8
15612025-01-11T00:24:48.798Z Compiling tokio-rustls v0.25.0
15622025-01-11T00:24:50.379Z Compiling tokio-rustls v0.26.0
15632025-01-11T00:24:50.783Z Compiling hyper-rustls v0.27.3
15642025-01-11T00:24:51.118Z Compiling reqwest v0.12.9
15652025-01-11T00:24:52.448Z Compiling qorb v0.2.1
15662025-01-11T00:24:57.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15672025-01-11T00:24:57.522Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15682025-01-11T00:25:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15692025-01-11T00:25:03.556Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15702025-01-11T00:25:03.614ZJan 11 00:25:03.211 INFO Starting download, target: Console
15712025-01-11T00:25:03.615ZJan 11 00:25:03.211 INFO Starting download, target: Clickhouse
15722025-01-11T00:25:03.642ZJan 11 00:25:03.211 INFO Starting download, target: Cockroach
15732025-01-11T00:25:03.642ZJan 11 00:25:03.211 INFO Starting download, target: DendriteOpenapi
15742025-01-11T00:25:03.642ZJan 11 00:25:03.211 INFO Starting download, target: DendriteStub
15752025-01-11T00:25:03.642ZJan 11 00:25:03.211 INFO Starting download, target: MaghemiteMgd
15762025-01-11T00:25:03.642ZJan 11 00:25:03.211 INFO Starting download, target: TransceiverControl
15772025-01-11T00:25:03.642ZJan 11 00:25:03.212 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15782025-01-11T00:25:03.643ZJan 11 00:25:03.212 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15792025-01-11T00:25:03.643ZJan 11 00:25:03.212 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15802025-01-11T00:25:03.643ZJan 11 00:25:03.212 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15812025-01-11T00:25:03.643ZJan 11 00:25:03.212 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15822025-01-11T00:25:03.643ZJan 11 00:25:03.212 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15832025-01-11T00:25:03.643ZJan 11 00:25:03.212 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15842025-01-11T00:25:04.138ZJan 11 00:25:03.735 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15852025-01-11T00:25:04.226ZJan 11 00:25:03.827 INFO Download complete, target: DendriteOpenapi
15862025-01-11T00:25:04.501ZJan 11 00:25:04.021 INFO Download complete, target: Console
15872025-01-11T00:25:04.632ZJan 11 00:25:04.150 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15882025-01-11T00:25:05.259ZJan 11 00:25:04.765 INFO Download complete, target: TransceiverControl
15892025-01-11T00:25:05.692ZJan 11 00:25:05.235 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15902025-01-11T00:25:06.327ZJan 11 00:25:05.911 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15912025-01-11T00:25:06.355ZJan 11 00:25:05.944 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15922025-01-11T00:25:07.265ZJan 11 00:25:06.874 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15932025-01-11T00:25:07.265ZJan 11 00:25:06.874 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15942025-01-11T00:25:09.154ZJan 11 00:25:08.766 INFO Download complete, target: DendriteStub
15952025-01-11T00:25:09.311ZJan 11 00:25:08.923 INFO Download complete, target: MaghemiteMgd
15962025-01-11T00:25:14.635ZJan 11 00:25:14.247 INFO Checking that binary works, target: Cockroach
15972025-01-11T00:25:14.796ZJan 11 00:25:14.406 INFO Download complete, target: Cockroach
15982025-01-11T00:25:18.225ZJan 11 00:25:17.836 INFO Checking that binary works, target: Clickhouse
15992025-01-11T00:25:18.531ZJan 11 00:25:18.142 INFO Download complete, target: Clickhouse
16002025-01-11T00:25:18.616ZAll builder prerequisites installed successfully, and PATH looks valid
16012025-01-11T00:25:18.619Z
16022025-01-11T00:25:18.619Zreal 7:11.652209773
16032025-01-11T00:25:18.619Zuser 16:41.017426772
16042025-01-11T00:25:18.619Zsys 3:15.404441510
16052025-01-11T00:25:18.619Ztrap 0.539190520
16062025-01-11T00:25:18.619Ztflt 3.390418326
16072025-01-11T00:25:18.619Zdflt 4.864494918
16082025-01-11T00:25:18.619Zkflt 0.027313852
16092025-01-11T00:25:18.619Zlock 29:24.670080102
16102025-01-11T00:25:18.619Zslp 1:06:45.780325387
16112025-01-11T00:25:18.619Zlat 55.434300911
16122025-01-11T00:25:18.619Zstop 2:20.871829557
16132025-01-11T00:25:18.619Z+ banner hack-check
16142025-01-11T00:25:18.622Z
16152025-01-11T00:25:18.622Z # # ## #### # # #### # # ###### #### # #
16162025-01-11T00:25:18.622Z # # # # # # # # # # # # # # # # #
16172025-01-11T00:25:18.622Z ###### # # # #### ##### # ###### ##### # ####
16182025-01-11T00:25:18.622Z # # ###### # # # # # # # # # #
16192025-01-11T00:25:18.622Z # # # # # # # # # # # # # # # # #
16202025-01-11T00:25:18.622Z # # # # #### # # #### # # ###### #### # #
16212025-01-11T00:25:18.622Z
16222025-01-11T00:25:18.622Z+ export CARGO_INCREMENTAL=0
16232025-01-11T00:25:18.622Z+ CARGO_INCREMENTAL=0
16242025-01-11T00:25:18.623Z+ ptime -m timeout 2h cargo xtask check-features --ci
16252025-01-11T00:25:19.164Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16262025-01-11T00:25:23.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
16272025-01-11T00:25:23.093Z Running `target/debug/xtask check-features --ci`
16282025-01-11T00:25:23.114Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16292025-01-11T00:25:23.114Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16302025-01-11T00:25:23.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16312025-01-11T00:25:23.610Z Running `target/debug/xtask download cargo-hack`
16322025-01-11T00:25:24.465Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16332025-01-11T00:25:24.835Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16342025-01-11T00:25:29.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
16352025-01-11T00:25:30.126Z Running `target/debug/xtask-downloader cargo-hack`
16362025-01-11T00:25:30.167ZJan 11 00:25:29.776 INFO Starting download, target: CargoHack
16372025-01-11T00:25:30.169ZJan 11 00:25:29.777 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16382025-01-11T00:25:30.632ZJan 11 00:25:30.241 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16392025-01-11T00:25:30.723ZJan 11 00:25:30.332 INFO Download complete, target: CargoHack
16402025-01-11T00:25:30.727Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16412025-01-11T00:25:30.743Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16422025-01-11T00:25:30.916Zinfo: running `cargo check --bins` on api_identity (1/176)
16432025-01-11T00:25:31.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442025-01-11T00:25:31.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452025-01-11T00:25:31.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462025-01-11T00:25:31.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16472025-01-11T00:25:31.526Z
16482025-01-11T00:25:31.526Zinfo: running `cargo check --bins` on bootstore (2/176)
16492025-01-11T00:25:32.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502025-01-11T00:25:32.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512025-01-11T00:25:32.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522025-01-11T00:25:32.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16532025-01-11T00:25:32.209Z
16542025-01-11T00:25:32.209Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16552025-01-11T00:25:32.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562025-01-11T00:25:32.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572025-01-11T00:25:32.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582025-01-11T00:25:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16592025-01-11T00:25:32.855Z
16602025-01-11T00:25:32.855Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16612025-01-11T00:25:33.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622025-01-11T00:25:33.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632025-01-11T00:25:33.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642025-01-11T00:25:33.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16652025-01-11T00:25:33.487Z
16662025-01-11T00:25:33.487Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16672025-01-11T00:25:33.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682025-01-11T00:25:33.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692025-01-11T00:25:33.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702025-01-11T00:25:33.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16712025-01-11T00:25:33.927Z
16722025-01-11T00:25:33.927Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16732025-01-11T00:25:34.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742025-01-11T00:25:34.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752025-01-11T00:25:34.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762025-01-11T00:25:34.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16772025-01-11T00:25:34.382Z
16782025-01-11T00:25:34.382Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16792025-01-11T00:25:34.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802025-01-11T00:25:34.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812025-01-11T00:25:34.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822025-01-11T00:25:34.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16832025-01-11T00:25:34.833Z
16842025-01-11T00:25:34.833Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16852025-01-11T00:25:35.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862025-01-11T00:25:35.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872025-01-11T00:25:35.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882025-01-11T00:25:35.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16892025-01-11T00:25:35.275Z
16902025-01-11T00:25:35.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16912025-01-11T00:25:35.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922025-01-11T00:25:35.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932025-01-11T00:25:35.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942025-01-11T00:25:35.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16952025-01-11T00:25:35.717Z
16962025-01-11T00:25:35.717Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16972025-01-11T00:25:36.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982025-01-11T00:25:36.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992025-01-11T00:25:36.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002025-01-11T00:25:36.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17012025-01-11T00:25:36.162Z
17022025-01-11T00:25:36.162Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
17032025-01-11T00:25:36.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042025-01-11T00:25:36.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052025-01-11T00:25:36.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062025-01-11T00:25:36.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17072025-01-11T00:25:36.607Z
17082025-01-11T00:25:36.608Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
17092025-01-11T00:25:37.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102025-01-11T00:25:37.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112025-01-11T00:25:37.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122025-01-11T00:25:37.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17132025-01-11T00:25:37.056Z
17142025-01-11T00:25:37.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17152025-01-11T00:25:37.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162025-01-11T00:25:37.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172025-01-11T00:25:37.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182025-01-11T00:25:37.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17192025-01-11T00:25:37.502Z
17202025-01-11T00:25:37.502Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17212025-01-11T00:25:37.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222025-01-11T00:25:37.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232025-01-11T00:25:37.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242025-01-11T00:25:37.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17252025-01-11T00:25:37.948Z
17262025-01-11T00:25:37.948Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17272025-01-11T00:25:38.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282025-01-11T00:25:38.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292025-01-11T00:25:38.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302025-01-11T00:25:38.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17312025-01-11T00:25:38.397Z
17322025-01-11T00:25:38.397Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17332025-01-11T00:25:38.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342025-01-11T00:25:38.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352025-01-11T00:25:38.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362025-01-11T00:25:38.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17372025-01-11T00:25:38.839Z
17382025-01-11T00:25:38.839Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17392025-01-11T00:25:39.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402025-01-11T00:25:39.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412025-01-11T00:25:39.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422025-01-11T00:25:39.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17432025-01-11T00:25:39.285Z
17442025-01-11T00:25:39.285Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17452025-01-11T00:25:39.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462025-01-11T00:25:39.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472025-01-11T00:25:39.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482025-01-11T00:25:39.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17492025-01-11T00:25:39.744Z
17502025-01-11T00:25:39.744Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17512025-01-11T00:25:40.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522025-01-11T00:25:40.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532025-01-11T00:25:40.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542025-01-11T00:25:40.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17552025-01-11T00:25:40.194Z
17562025-01-11T00:25:40.194Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17572025-01-11T00:25:40.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582025-01-11T00:25:40.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592025-01-11T00:25:40.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602025-01-11T00:25:40.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17612025-01-11T00:25:40.637Z
17622025-01-11T00:25:40.637Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17632025-01-11T00:25:41.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642025-01-11T00:25:41.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652025-01-11T00:25:41.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662025-01-11T00:25:41.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17672025-01-11T00:25:41.088Z
17682025-01-11T00:25:41.089Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17692025-01-11T00:25:41.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702025-01-11T00:25:41.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712025-01-11T00:25:41.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722025-01-11T00:25:41.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17732025-01-11T00:25:41.537Z
17742025-01-11T00:25:41.537Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17752025-01-11T00:25:41.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762025-01-11T00:25:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772025-01-11T00:25:41.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782025-01-11T00:25:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17792025-01-11T00:25:41.986Z
17802025-01-11T00:25:41.986Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17812025-01-11T00:25:42.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822025-01-11T00:25:42.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832025-01-11T00:25:42.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842025-01-11T00:25:42.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17852025-01-11T00:25:42.427Z
17862025-01-11T00:25:42.427Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17872025-01-11T00:25:43.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882025-01-11T00:25:43.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892025-01-11T00:25:43.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902025-01-11T00:25:43.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17912025-01-11T00:25:43.090Z
17922025-01-11T00:25:43.090Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17932025-01-11T00:25:43.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942025-01-11T00:25:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952025-01-11T00:25:43.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962025-01-11T00:25:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17972025-01-11T00:25:43.753Z
17982025-01-11T00:25:43.754Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17992025-01-11T00:25:44.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002025-01-11T00:25:44.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012025-01-11T00:25:44.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022025-01-11T00:25:44.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18032025-01-11T00:25:44.410Z
18042025-01-11T00:25:44.410Zinfo: running `cargo check --bins` on oxlog (28/176)
18052025-01-11T00:25:44.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062025-01-11T00:25:44.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072025-01-11T00:25:45.052Z Checking cfg-if v1.0.0
18082025-01-11T00:25:45.055Z Checking libc v0.2.162
18092025-01-11T00:25:45.166Z Checking serde v1.0.217
18102025-01-11T00:25:45.173Z Checking zeroize v1.8.1
18112025-01-11T00:25:45.177Z Checking memchr v2.7.4
18122025-01-11T00:25:45.180Z Checking typenum v1.17.0
18132025-01-11T00:25:45.187Z Checking scopeguard v1.2.0
18142025-01-11T00:25:45.208Z Checking subtle v2.6.1
18152025-01-11T00:25:45.227Z Checking value-bag v1.9.0
18162025-01-11T00:25:45.353Z Checking lock_api v0.4.12
18172025-01-11T00:25:45.395Z Checking itoa v1.0.11
18182025-01-11T00:25:45.447Z Checking smallvec v1.13.2
18192025-01-11T00:25:45.602Z Checking const-oid v0.9.6
18202025-01-11T00:25:45.617Z Checking log v0.4.22
18212025-01-11T00:25:45.762Z Checking pin-project-lite v0.2.14
18222025-01-11T00:25:45.805Z Checking byteorder v1.5.0
18232025-01-11T00:25:45.886Z Checking futures-core v0.3.31
18242025-01-11T00:25:46.042Z Checking once_cell v1.20.2
18252025-01-11T00:25:46.070Z Checking cpufeatures v0.2.14
18262025-01-11T00:25:46.133Z Checking futures-sink v0.3.31
18272025-01-11T00:25:46.156Z Checking stable_deref_trait v1.2.0
18282025-01-11T00:25:46.219Z Checking spin v0.9.8
18292025-01-11T00:25:46.247Z Checking zerocopy v0.7.35
18302025-01-11T00:25:46.280Z Checking zerofrom v0.1.4
18312025-01-11T00:25:46.298Z Checking getrandom v0.2.15
18322025-01-11T00:25:46.337Z Checking parking_lot_core v0.9.10
18332025-01-11T00:25:46.485Z Checking signal-hook-registry v1.4.2
18342025-01-11T00:25:46.527Z Checking rand_core v0.6.4
18352025-01-11T00:25:46.543Z Checking mio v1.0.2
18362025-01-11T00:25:46.558Z Checking generic-array v0.14.7
18372025-01-11T00:25:46.687Z Checking parking_lot v0.12.3
18382025-01-11T00:25:46.729Z Checking socket2 v0.5.7
18392025-01-11T00:25:46.843Z Checking slab v0.4.9
18402025-01-11T00:25:47.047Z Checking yoke v0.7.4
18412025-01-11T00:25:47.117Z Checking futures-channel v0.3.31
18422025-01-11T00:25:47.151Z Checking equivalent v1.0.1
18432025-01-11T00:25:47.228Z Checking futures-task v0.3.31
18442025-01-11T00:25:47.256Z Checking foldhash v0.1.3
18452025-01-11T00:25:47.392Z Checking allocator-api2 v0.2.18
18462025-01-11T00:25:47.420Z Checking pin-utils v0.1.0
18472025-01-11T00:25:47.463Z Checking futures-io v0.3.31
18482025-01-11T00:25:47.476Z Checking zerovec v0.10.4
18492025-01-11T00:25:47.488Z Checking ryu v1.0.18
18502025-01-11T00:25:47.504Z Checking tinyvec_macros v0.1.1
18512025-01-11T00:25:47.584Z Checking tinyvec v1.8.0
18522025-01-11T00:25:47.646Z Checking futures-util v0.3.31
18532025-01-11T00:25:47.669Z Checking fnv v1.0.7
18542025-01-11T00:25:47.691Z Checking libm v0.2.8
18552025-01-11T00:25:47.709Z Checking crypto-common v0.1.6
18562025-01-11T00:25:47.779Z Checking block-buffer v0.10.4
18572025-01-11T00:25:47.885Z Checking block-padding v0.3.3
18582025-01-11T00:25:48.006Z Checking digest v0.10.7
18592025-01-11T00:25:48.022Z Checking hashbrown v0.15.1
18602025-01-11T00:25:48.093Z Checking inout v0.1.3
18612025-01-11T00:25:48.326Z Checking cipher v0.4.4
18622025-01-11T00:25:48.404Z Checking hmac v0.12.1
18632025-01-11T00:25:48.613Z Checking sha2 v0.10.8
18642025-01-11T00:25:48.641Z Checking unicode-bidi v0.3.17
18652025-01-11T00:25:48.726Z Checking litemap v0.7.3
18662025-01-11T00:25:48.875Z Checking unicode-normalization v0.1.24
18672025-01-11T00:25:49.075Z Checking base64ct v1.6.0
18682025-01-11T00:25:49.141Z Checking tinystr v0.7.6
18692025-01-11T00:25:49.154Z Checking writeable v0.5.5
18702025-01-11T00:25:49.214Z Checking num-traits v0.2.19
18712025-01-11T00:25:49.277Z Checking ppv-lite86 v0.2.20
18722025-01-11T00:25:49.474Z Checking flagset v0.4.6
18732025-01-11T00:25:49.503Z Checking pem-rfc7468 v0.7.0
18742025-01-11T00:25:49.518Z Checking icu_locid v1.5.0
18752025-01-11T00:25:49.663Z Checking tracing-core v0.1.32
18762025-01-11T00:25:49.767Z Checking der v0.7.9
18772025-01-11T00:25:49.790Z Checking thiserror v1.0.69
18782025-01-11T00:25:49.925Z Checking percent-encoding v2.3.1
18792025-01-11T00:25:50.084Z Checking rand_chacha v0.3.1
18802025-01-11T00:25:50.121Z Checking icu_locid_transform_data v1.5.0
18812025-01-11T00:25:50.199Z Checking bytes v1.9.0
18822025-01-11T00:25:50.220Z Checking indexmap v2.7.0
18832025-01-11T00:25:50.333Z Checking serde_json v1.0.135
18842025-01-11T00:25:50.455Z Checking bitflags v2.6.0
18852025-01-11T00:25:50.584Z Checking icu_provider v1.5.0
18862025-01-11T00:25:50.744Z Checking rustls-pki-types v1.10.0
18872025-01-11T00:25:50.860Z Checking rand v0.8.5
18882025-01-11T00:25:51.019Z Checking tokio v1.40.0
18892025-01-11T00:25:51.274Z Checking http v1.2.0
18902025-01-11T00:25:51.323Z Checking icu_locid_transform v1.5.0
18912025-01-11T00:25:51.547Z Checking tracing v0.1.40
18922025-01-11T00:25:51.696Z Checking spki v0.7.3
18932025-01-11T00:25:51.893Z Checking icu_collections v1.5.0
18942025-01-11T00:25:51.976Z Checking salsa20 v0.10.2
18952025-01-11T00:25:52.152Z Checking pbkdf2 v0.12.2
18962025-01-11T00:25:52.184Z Checking aws-lc-sys v0.22.0
18972025-01-11T00:25:52.212Z Checking httparse v1.9.5
18982025-01-11T00:25:52.297Z Checking icu_properties_data v1.5.0
18992025-01-11T00:25:52.313Z Checking untrusted v0.7.1
19002025-01-11T00:25:52.545Z Checking untrusted v0.9.0
19012025-01-11T00:25:52.570Z Checking powerfmt v0.2.0
19022025-01-11T00:25:52.593Z Checking mirai-annotations v1.12.0
19032025-01-11T00:25:52.635Z Checking ring v0.17.8
19042025-01-11T00:25:52.644Z Checking icu_properties v1.5.1
19052025-01-11T00:25:52.654Z Checking scrypt v0.11.0
19062025-01-11T00:25:52.761Z Checking aes v0.8.4
19072025-01-11T00:25:52.779Z Checking cbc v0.1.2
19082025-01-11T00:25:52.797Z Checking deranged v0.3.11
19092025-01-11T00:25:52.864Z Checking crossbeam-utils v0.8.20
19102025-01-11T00:25:52.966Z Checking icu_normalizer_data v1.5.0
19112025-01-11T00:25:53.062Z Checking time-core v0.1.2
19122025-01-11T00:25:53.219Z Checking num-conv v0.1.0
19132025-01-11T00:25:53.501Z Checking utf8_iter v1.0.4
19142025-01-11T00:25:53.667Z Checking utf16_iter v1.0.5
19152025-01-11T00:25:53.687Z Checking atomic-waker v1.1.2
19162025-01-11T00:25:53.713Z Checking write16 v1.0.0
19172025-01-11T00:25:53.815Z Checking num_threads v0.1.7
19182025-01-11T00:25:53.819Z Checking pkcs5 v0.7.1
19192025-01-11T00:25:53.846Z Checking http-body v1.0.1
19202025-01-11T00:25:53.972Z Checking form_urlencoded v1.2.1
19212025-01-11T00:25:54.055Z Checking try-lock v0.2.5
19222025-01-11T00:25:54.142Z Checking uuid v1.11.0
19232025-01-11T00:25:54.182Z Checking want v0.3.1
19242025-01-11T00:25:54.347Z Checking pkcs8 v0.10.2
19252025-01-11T00:25:54.363Z Checking unicode-ident v1.0.14
19262025-01-11T00:25:54.466Z Checking httpdate v1.0.3
19272025-01-11T00:25:54.515Z Checking time v0.3.36
19282025-01-11T00:25:54.541Z Checking proc-macro2 v1.0.92
19292025-01-11T00:25:54.696Z Checking serde_spanned v0.6.8
19302025-01-11T00:25:54.706Z Checking toml_datetime v0.6.8
19312025-01-11T00:25:54.720Z Checking aws-lc-rs v1.10.0
19322025-01-11T00:25:54.720Z Checking slog v2.7.0
19332025-01-11T00:25:54.826Z Checking scroll v0.12.0
19342025-01-11T00:25:54.990Z Checking tower-service v0.3.3
19352025-01-11T00:25:55.100Z Checking iana-time-zone v0.1.61
19362025-01-11T00:25:55.205Z Checking ucd-trie v0.1.7
19372025-01-11T00:25:55.223Z Checking match_cfg v0.1.0
19382025-01-11T00:25:55.245Z Checking base64 v0.22.1
19392025-01-11T00:25:55.275Z Checking adler2 v2.0.0
19402025-01-11T00:25:55.321Z Checking plain v0.2.3
19412025-01-11T00:25:55.396Z Checking foreign-types-shared v0.1.1
19422025-01-11T00:25:55.418Z Checking miniz_oxide v0.8.0
19432025-01-11T00:25:55.436Z Checking goblin v0.8.2
19442025-01-11T00:25:55.513Z Checking foreign-types v0.3.2
19452025-01-11T00:25:55.604Z Checking pest v2.7.14
19462025-01-11T00:25:55.730Z Checking hostname v0.3.1
19472025-01-11T00:25:55.868Z Checking chrono v0.4.38
19482025-01-11T00:25:56.104Z Checking quote v1.0.38
19492025-01-11T00:25:56.121Z Checking icu_normalizer v1.5.0
19502025-01-11T00:25:56.440Z Checking openssl-sys v0.9.103
19512025-01-11T00:25:56.556Z Checking rustls-webpki v0.102.8
19522025-01-11T00:25:56.953Z Checking idna_adapter v1.2.0
19532025-01-11T00:26:01.427Z Checking dirs-sys-next v0.1.2
19542025-01-11T00:26:01.435Z Checking idna v1.0.3
19552025-01-11T00:26:01.435Z Checking errno v0.3.9
19562025-01-11T00:26:01.436Z Checking aho-corasick v1.1.3
19572025-01-11T00:26:01.436Z Checking regex-syntax v0.8.5
19582025-01-11T00:26:01.436Z Checking url v2.5.3
19592025-01-11T00:26:01.436Z Checking siphasher v0.3.11
19602025-01-11T00:26:01.436Z Compiling newtype-uuid v1.1.3
19612025-01-11T00:26:01.436Z Checking data-encoding v2.6.0
19622025-01-11T00:26:01.436Z Checking pretty-hex v0.4.1
19632025-01-11T00:26:01.436Z Checking dtrace-parser v0.2.0
19642025-01-11T00:26:01.436Z Checking openssl v0.10.66
19652025-01-11T00:26:01.436Z Checking tokio-util v0.7.12
19662025-01-11T00:26:01.436Z Checking rustix v0.38.37
19672025-01-11T00:26:01.436Z Checking dirs-next v2.0.0
19682025-01-11T00:26:01.436Z Checking syn v2.0.96
19692025-01-11T00:26:01.436Z Checking http-body-util v0.1.2
19702025-01-11T00:26:01.436Z Checking crossbeam-epoch v0.9.18
19712025-01-11T00:26:01.436Z Checking signature v2.2.0
19722025-01-11T00:26:01.436Z Checking h2 v0.4.6
19732025-01-11T00:26:01.436Z Checking sha1 v0.10.6
19742025-01-11T00:26:01.436Z Checking lazy_static v1.5.0
19752025-01-11T00:26:01.436Z Checking thread_local v1.1.8
19762025-01-11T00:26:01.436Z Checking thread-id v4.2.2
19772025-01-11T00:26:01.436Z Checking encoding_rs v0.8.34
19782025-01-11T00:26:01.436Z Checking ipnet v2.10.1
19792025-01-11T00:26:01.436Z Checking gimli v0.31.1
19802025-01-11T00:26:01.436Z Checking dof v0.3.0
19812025-01-11T00:26:01.436Z Checking regex-automata v0.4.8
19822025-01-11T00:26:01.440Z Checking winnow v0.6.20
19832025-01-11T00:26:02.028Z Checking anstyle v1.0.10
19842025-01-11T00:26:02.236Z Checking utf8parse v0.2.2
19852025-01-11T00:26:02.357Z Checking unicode-properties v0.1.3
19862025-01-11T00:26:02.389Z Checking openssl-probe v0.1.5
19872025-01-11T00:26:02.550Z Checking mime v0.3.17
19882025-01-11T00:26:02.741Z Checking stringprep v0.1.5
19892025-01-11T00:26:02.894Z Checking anstyle-parse v0.2.5
19902025-01-11T00:26:03.022Z Checking crossbeam-deque v0.8.5
19912025-01-11T00:26:03.164Z Checking term v0.7.0
19922025-01-11T00:26:03.323Z Checking rustls v0.23.19
19932025-01-11T00:26:03.610Z Checking rustls v0.22.4
19942025-01-11T00:26:03.873Z Checking native-tls v0.2.12
19952025-01-11T00:26:04.162Z Checking toml_edit v0.22.22
19962025-01-11T00:26:04.180Z Checking slog-json v2.6.1
19972025-01-11T00:26:04.427Z Checking serde_urlencoded v0.7.1
19982025-01-11T00:26:04.616Z Checking addr2line v0.24.2
19992025-01-11T00:26:04.850Z Checking crossbeam-channel v0.5.13
20002025-01-11T00:26:05.129Z Checking futures-executor v0.3.31
20012025-01-11T00:26:05.145Z Checking usdt-impl v0.5.0
20022025-01-11T00:26:05.369Z Checking rustls-pemfile v2.2.0
20032025-01-11T00:26:05.456Z Checking num-integer v0.1.46
20042025-01-11T00:26:05.571Z Checking idna v0.4.0
20052025-01-11T00:26:05.574Z Checking idna v0.3.0
20062025-01-11T00:26:05.674Z Checking hyper v1.5.0
20072025-01-11T00:26:05.698Z Checking md-5 v0.10.6
20082025-01-11T00:26:05.903Z Checking ff v0.13.0
20092025-01-11T00:26:05.950Z Checking memmap v0.7.0
20102025-01-11T00:26:06.105Z Checking is-terminal v0.4.13
20112025-01-11T00:26:06.155Z Checking hash32 v0.2.1
20122025-01-11T00:26:06.224Z Checking object v0.36.5
20132025-01-11T00:26:06.409Z Checking is_terminal_polyfill v1.70.1
20142025-01-11T00:26:06.458Z Checking anstyle-query v1.1.1
20152025-01-11T00:26:06.512Z Checking take_mut v0.2.2
20162025-01-11T00:26:06.528Z Checking quick-error v1.2.3
20172025-01-11T00:26:06.581Z Checking rustc-demangle v0.1.24
20182025-01-11T00:26:06.658Z Checking either v1.13.0
20192025-01-11T00:26:06.674Z Checking psl-types v2.0.11
20202025-01-11T00:26:06.804Z Checking dyn-clone v1.0.17
20212025-01-11T00:26:06.847Z Checking base16ct v0.2.0
20222025-01-11T00:26:06.945Z Checking linked-hash-map v0.5.6
20232025-01-11T00:26:07.027Z Checking fallible-iterator v0.2.0
20242025-01-11T00:26:07.044Z Checking utf-8 v0.7.6
20252025-01-11T00:26:07.047Z Checking colorchoice v1.0.2
20262025-01-11T00:26:07.174Z Checking anstream v0.6.15
20272025-01-11T00:26:07.224Z Checking tokio-rustls v0.25.0
20282025-01-11T00:26:07.240Z Checking tungstenite v0.24.0
20292025-01-11T00:26:07.268Z Checking lru-cache v0.1.2
20302025-01-11T00:26:07.449Z Checking sec1 v0.7.3
20312025-01-11T00:26:07.538Z Checking schemars v0.8.21
20322025-01-11T00:26:07.590Z Checking publicsuffix v2.2.3
20332025-01-11T00:26:07.654Z Checking postgres-protocol v0.6.7
20342025-01-11T00:26:07.779Z Checking hyper-util v0.1.10
20352025-01-11T00:26:07.820Z Checking toml v0.8.19
20362025-01-11T00:26:07.836Z Checking resolv-conf v0.7.0
20372025-01-11T00:26:08.133Z Checking slog-async v2.8.0
20382025-01-11T00:26:08.170Z Checking heapless v0.7.17
20392025-01-11T00:26:08.318Z Checking hickory-proto v0.24.1
20402025-01-11T00:26:08.442Z Checking slog-term v2.9.1
20412025-01-11T00:26:08.610Z Checking usdt v0.5.0
20422025-01-11T00:26:08.949Z Checking tokio-rustls v0.26.0
20432025-01-11T00:26:08.958Z Checking group v0.13.0
20442025-01-11T00:26:08.958Z Checking num-iter v0.1.45
20452025-01-11T00:26:09.099Z Checking futures v0.3.31
20462025-01-11T00:26:09.114Z Checking slog-bunyan v2.5.0
20472025-01-11T00:26:09.114Z Checking tokio-native-tls v0.3.1
20482025-01-11T00:26:09.200Z Checking rayon-core v1.12.1
20492025-01-11T00:26:09.217Z Checking multer v3.1.0
20502025-01-11T00:26:09.271Z Checking terminal_size v0.4.0
20512025-01-11T00:26:09.379Z Checking phf_shared v0.11.2
20522025-01-11T00:26:09.443Z Checking cookie v0.18.1
20532025-01-11T00:26:09.556Z Checking async-stream v0.3.6
20542025-01-11T00:26:09.617Z Checking bzip2-sys v0.1.11+1.0.8
20552025-01-11T00:26:09.653Z Checking camino v1.1.9
20562025-01-11T00:26:09.733Z Checking signal-hook v0.3.17
20572025-01-11T00:26:09.735Z Checking waitgroup v0.1.2
20582025-01-11T00:26:09.777Z Checking openapiv3 v2.0.0
20592025-01-11T00:26:09.876Z Checking webpki-roots v0.26.6
20602025-01-11T00:26:09.893Z Checking serde_path_to_error v0.1.16
20612025-01-11T00:26:09.911Z Checking idna v0.5.0
20622025-01-11T00:26:10.066Z Checking hkdf v0.12.4
20632025-01-11T00:26:10.082Z Checking crypto-bigint v0.5.5
20642025-01-11T00:26:10.242Z Checking hostname v0.4.0
20652025-01-11T00:26:10.274Z Checking crc32fast v1.4.2
20662025-01-11T00:26:10.368Z Checking managed v0.8.0
20672025-01-11T00:26:10.496Z Checking bitflags v1.3.2
20682025-01-11T00:26:10.508Z Checking strsim v0.11.1
20692025-01-11T00:26:10.589Z Checking unicode-width v0.1.14
20702025-01-11T00:26:10.743Z Checking clap_lex v0.7.2
20712025-01-11T00:26:10.787Z Checking debug-ignore v1.0.5
20722025-01-11T00:26:10.814Z Checking winnow v0.5.40
20732025-01-11T00:26:10.922Z Checking cookie_store v0.21.0
20742025-01-11T00:26:10.993Z Checking clap_builder v4.5.21
20752025-01-11T00:26:11.071Z Checking console v0.15.8
20762025-01-11T00:26:11.613Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20772025-01-11T00:26:11.676Z Checking smoltcp v0.9.1
20782025-01-11T00:26:11.875Z Checking flate2 v1.0.34
20792025-01-11T00:26:12.576Z Checking hyper-rustls v0.27.3
20802025-01-11T00:26:12.755Z Checking backtrace v0.3.74
20812025-01-11T00:26:12.928Z Checking signal-hook-mio v0.2.4
20822025-01-11T00:26:13.033Z Checking elliptic-curve v0.13.8
20832025-01-11T00:26:13.061Z Checking rayon v1.10.0
20842025-01-11T00:26:13.176Z Checking hyper-tls v0.6.0
20852025-01-11T00:26:13.194Z Checking hickory-resolver v0.24.1
20862025-01-11T00:26:13.248Z Checking dropshot v0.12.0
20872025-01-11T00:26:13.321Z Checking anyhow v1.0.93
20882025-01-11T00:26:13.459Z Checking bzip2 v0.4.4
20892025-01-11T00:26:13.671Z Checking phf v0.11.2
20902025-01-11T00:26:13.701Z Checking num-bigint-dig v0.8.4
20912025-01-11T00:26:13.743Z Checking postgres-types v0.2.8
20922025-01-11T00:26:13.816Z Checking toml_edit v0.19.15
20932025-01-11T00:26:13.923Z Checking tokio-tungstenite v0.24.0
20942025-01-11T00:26:14.067Z Checking regex v1.11.1
20952025-01-11T00:26:14.395Z Checking bstr v1.10.0
20962025-01-11T00:26:14.430Z Checking ed25519 v2.2.3
20972025-01-11T00:26:14.702Z Checking tokio-stream v0.1.16
20982025-01-11T00:26:14.727Z Checking phf_shared v0.10.0
20992025-01-11T00:26:14.864Z Checking curve25519-dalek v4.1.3
21002025-01-11T00:26:15.019Z Checking zerocopy v0.6.6
21012025-01-11T00:26:15.380Z Checking hubpack v0.1.2
21022025-01-11T00:26:15.609Z Checking pkcs1 v0.7.5
21032025-01-11T00:26:15.709Z Checking portable-atomic v1.9.0
21042025-01-11T00:26:15.774Z Checking float-cmp v0.9.0
21052025-01-11T00:26:15.914Z Checking serde-big-array v0.5.1
21062025-01-11T00:26:15.966Z Checking rfc6979 v0.4.0
21072025-01-11T00:26:16.014Z Checking sync_wrapper v1.0.1
21082025-01-11T00:26:16.134Z Checking normalize-line-endings v0.3.0
21092025-01-11T00:26:16.150Z Checking predicates-core v1.0.8
21102025-01-11T00:26:16.165Z Checking fixedbitset v0.4.2
21112025-01-11T00:26:16.246Z Checking number_prefix v0.4.0
21122025-01-11T00:26:16.305Z Checking unicode-segmentation v1.12.0
21132025-01-11T00:26:16.327Z Checking bit-vec v0.6.3
21142025-01-11T00:26:16.432Z Checking whoami v1.5.2
21152025-01-11T00:26:16.435Z Checking unicode-width v0.2.0
21162025-01-11T00:26:16.658Z Checking new_debug_unreachable v1.0.6
21172025-01-11T00:26:16.732Z Checking precomputed-hash v0.1.1
21182025-01-11T00:26:16.748Z Checking static_assertions v1.1.0
21192025-01-11T00:26:16.760Z Checking difflib v0.4.0
21202025-01-11T00:26:16.763Z Checking minimal-lexical v0.2.1
21212025-01-11T00:26:16.832Z Checking string_cache v0.8.7
21222025-01-11T00:26:16.834Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21232025-01-11T00:26:16.890Z Checking qorb v0.2.1
21242025-01-11T00:26:16.913Z Checking ed25519-dalek v2.1.1
21252025-01-11T00:26:16.916Z Checking indicatif v0.17.9
21262025-01-11T00:26:17.008Z Checking similar v2.6.0
21272025-01-11T00:26:17.058Z Checking predicates v3.1.2
21282025-01-11T00:26:17.102Z Checking tokio-postgres v0.7.12
21292025-01-11T00:26:17.153Z Checking nom v7.1.3
21302025-01-11T00:26:17.309Z Checking bit-set v0.5.3
21312025-01-11T00:26:17.570Z Checking petgraph v0.6.5
21322025-01-11T00:26:17.689Z Checking toml v0.7.8
21332025-01-11T00:26:17.746Z Checking reqwest v0.12.9
21342025-01-11T00:26:17.880Z Checking ecdsa v0.16.9
21352025-01-11T00:26:18.403Z Checking rsa v0.9.6
21362025-01-11T00:26:18.576Z Checking clap v4.5.21
21372025-01-11T00:26:18.701Z Checking zip v0.6.6
21382025-01-11T00:26:19.414Z Checking crossterm v0.28.1
21392025-01-11T00:26:19.505Z Checking itertools v0.10.5
21402025-01-11T00:26:19.520Z Checking fs-err v2.11.0
21412025-01-11T00:26:19.611Z Checking ahash v0.8.11
21422025-01-11T00:26:20.100Z Checking x509-cert v0.2.5
21432025-01-11T00:26:20.165Z Checking hex v0.4.3
21442025-01-11T00:26:20.291Z Checking semver v1.0.24
21452025-01-11T00:26:20.317Z Checking lalrpop-util v0.19.12
21462025-01-11T00:26:20.598Z Checking peg-runtime v0.8.3
21472025-01-11T00:26:20.682Z Checking heck v0.4.1
21482025-01-11T00:26:20.697Z Checking sigpipe v0.1.3
21492025-01-11T00:26:21.790Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21502025-01-11T00:26:22.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s
21512025-01-11T00:26:22.264Z
21522025-01-11T00:26:22.265Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21532025-01-11T00:26:22.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542025-01-11T00:26:22.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552025-01-11T00:26:22.932Z Compiling hashbrown v0.14.5
21562025-01-11T00:26:23.056Z Checking heck v0.5.0
21572025-01-11T00:26:23.068Z Compiling unsafe-libyaml v0.2.11
21582025-01-11T00:26:23.082Z Checking ipnetwork v0.20.0
21592025-01-11T00:26:23.096Z Compiling ident_case v1.0.1
21602025-01-11T00:26:23.108Z Checking progenitor-client v0.8.0
21612025-01-11T00:26:23.123Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21622025-01-11T00:26:23.204Z Checking newtype-uuid v1.1.3
21632025-01-11T00:26:23.260Z Compiling darling_core v0.20.10
21642025-01-11T00:26:23.430Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21652025-01-11T00:26:23.466Z Compiling proc-macro-crate v1.3.1
21662025-01-11T00:26:23.469Z Compiling structmeta-derive v0.3.0
21672025-01-11T00:26:23.479Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21682025-01-11T00:26:23.765Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21692025-01-11T00:26:23.816Z Compiling lzma-sys v0.1.20
21702025-01-11T00:26:24.212Z Checking regress v0.10.1
21712025-01-11T00:26:24.593Z Compiling serde_yaml v0.9.34+deprecated
21722025-01-11T00:26:24.595Z Compiling num_enum_derive v0.5.11
21732025-01-11T00:26:24.968Z Compiling foreign-types-macros v0.2.3
21742025-01-11T00:26:25.062Z Compiling dropshot v0.13.0
21752025-01-11T00:26:25.359Z Checking foreign-types-shared v0.3.1
21762025-01-11T00:26:25.472Z Checking arc-swap v1.7.1
21772025-01-11T00:26:25.894Z Checking slog-scope v4.4.0
21782025-01-11T00:26:26.137Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21792025-01-11T00:26:26.258Z Checking foreign-types v0.5.0
21802025-01-11T00:26:26.419Z Compiling structmeta v0.3.0
21812025-01-11T00:26:26.552Z Compiling proc-macro-error v1.0.4
21822025-01-11T00:26:26.878Z Compiling parse-display-derive v0.10.0
21832025-01-11T00:26:26.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21842025-01-11T00:26:27.029Z Checking tungstenite v0.21.0
21852025-01-11T00:26:27.275Z Checking num_enum v0.5.11
21862025-01-11T00:26:27.291Z Compiling heck v0.3.3
21872025-01-11T00:26:27.433Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21882025-01-11T00:26:27.699Z Compiling dropshot_endpoint v0.13.0
21892025-01-11T00:26:27.736Z Checking typify-impl v0.2.0
21902025-01-11T00:26:28.011Z Checking cstr-argument v0.1.2
21912025-01-11T00:26:28.248Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21922025-01-11T00:26:28.969Z Checking instant v0.1.13
21932025-01-11T00:26:29.013Z Checking pretty-hex v0.2.1
21942025-01-11T00:26:29.089Z Checking fastrand v2.1.1
21952025-01-11T00:26:29.179Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21962025-01-11T00:26:29.431Z Checking base64 v0.21.7
21972025-01-11T00:26:29.483Z Checking tempfile v3.13.0
21982025-01-11T00:26:29.556Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21992025-01-11T00:26:29.859Z Checking backoff v0.4.0
22002025-01-11T00:26:29.909Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012025-01-11T00:26:29.940Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22022025-01-11T00:26:30.047Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22032025-01-11T00:26:30.091Z Checking tokio-tungstenite v0.21.0
22042025-01-11T00:26:30.153Z Compiling zone_cfg_derive v0.1.2
22052025-01-11T00:26:30.345Z Checking strum v0.26.3
22062025-01-11T00:26:30.362Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22072025-01-11T00:26:30.439Z Compiling darling_macro v0.20.10
22082025-01-11T00:26:30.497Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22092025-01-11T00:26:30.775Z Checking slog-stdlog v4.1.1
22102025-01-11T00:26:30.825Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22112025-01-11T00:26:30.930Z Checking regress v0.9.1
22122025-01-11T00:26:30.967Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22132025-01-11T00:26:31.082Z Checking progenitor-client v0.9.1
22142025-01-11T00:26:31.258Z Checking colored v2.1.0
22152025-01-11T00:26:31.341Z Compiling darling v0.20.10
22162025-01-11T00:26:31.455Z Compiling serde_with_macros v3.11.0
22172025-01-11T00:26:31.482Z Checking macaddr v1.0.1
22182025-01-11T00:26:31.534Z Checking parse-display v0.10.0
22192025-01-11T00:26:31.549Z Checking base64 v0.13.1
22202025-01-11T00:26:31.617Z Checking zone v0.1.8
22212025-01-11T00:26:31.818Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22222025-01-11T00:26:32.021Z Checking ron v0.7.1
22232025-01-11T00:26:32.299Z Checking slog-envlogger v2.2.0
22242025-01-11T00:26:32.373Z Checking xz2 v0.1.7
22252025-01-11T00:26:32.516Z Checking tabwriter v1.4.0
22262025-01-11T00:26:32.684Z Checking xattr v1.3.1
22272025-01-11T00:26:32.756Z Checking pem v3.0.4
22282025-01-11T00:26:32.881Z Checking yasna v0.5.2
22292025-01-11T00:26:33.029Z Checking headers-core v0.3.0
22302025-01-11T00:26:33.165Z Checking smf v0.2.3
22312025-01-11T00:26:33.223Z Checking filetime v0.2.25
22322025-01-11T00:26:33.444Z Checking same-file v1.0.6
22332025-01-11T00:26:33.621Z Checking walkdir v2.5.0
22342025-01-11T00:26:33.638Z Checking tar v0.4.42
22352025-01-11T00:26:33.758Z Checking rcgen v0.12.1
22362025-01-11T00:26:33.838Z Checking headers v0.4.0
22372025-01-11T00:26:33.889Z Checking atomicwrites v0.4.4
22382025-01-11T00:26:34.102Z Checking camino-tempfile v1.1.1
22392025-01-11T00:26:34.386Z Checking subprocess v0.2.9
22402025-01-11T00:26:34.475Z Checking serde_with v3.11.0
22412025-01-11T00:26:38.684Z Compiling typify-macro v0.2.0
22422025-01-11T00:26:40.594Z Compiling typify v0.2.0
22432025-01-11T00:26:40.663Z Compiling progenitor-impl v0.8.0
22442025-01-11T00:26:43.978Z Compiling progenitor-macro v0.8.0
22452025-01-11T00:26:48.851Z Checking progenitor v0.8.0
22462025-01-11T00:26:49.006Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22472025-01-11T00:26:49.008Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22482025-01-11T00:26:51.764Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22492025-01-11T00:26:52.039Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22502025-01-11T00:26:58.751Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22512025-01-11T00:27:00.375Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22522025-01-11T00:27:01.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s
22532025-01-11T00:27:01.846Z
22542025-01-11T00:27:01.846Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22552025-01-11T00:27:02.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562025-01-11T00:27:02.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572025-01-11T00:27:02.567Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22582025-01-11T00:27:04.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
22592025-01-11T00:27:04.237Z
22602025-01-11T00:27:04.237Zinfo: running `cargo check --bins` on nexus-config (31/176)
22612025-01-11T00:27:04.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622025-01-11T00:27:04.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632025-01-11T00:27:04.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642025-01-11T00:27:04.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22652025-01-11T00:27:04.899Z
22662025-01-11T00:27:04.899Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22672025-01-11T00:27:05.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682025-01-11T00:27:05.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692025-01-11T00:27:05.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702025-01-11T00:27:05.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22712025-01-11T00:27:05.526Z
22722025-01-11T00:27:05.526Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22732025-01-11T00:27:06.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742025-01-11T00:27:06.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752025-01-11T00:27:06.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762025-01-11T00:27:06.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22772025-01-11T00:27:06.170Z
22782025-01-11T00:27:06.170Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22792025-01-11T00:27:06.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802025-01-11T00:27:06.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812025-01-11T00:27:06.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22822025-01-11T00:27:06.998Z Compiling ipnetwork v0.20.0
22832025-01-11T00:27:06.998Z Compiling zerocopy v0.8.10
22842025-01-11T00:27:07.001Z Compiling progenitor-client v0.8.0
22852025-01-11T00:27:07.001Z Compiling itertools v0.13.0
22862025-01-11T00:27:07.001Z Compiling zerocopy-derive v0.8.10
22872025-01-11T00:27:07.001Z Compiling heapless v0.8.0
22882025-01-11T00:27:07.002Z Checking hash32 v0.3.1
22892025-01-11T00:27:07.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22902025-01-11T00:27:07.291Z Compiling instant v0.1.13
22912025-01-11T00:27:07.438Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22922025-01-11T00:27:07.506Z Compiling progenitor v0.8.0
22932025-01-11T00:27:07.771Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22942025-01-11T00:27:07.876Z Compiling smoltcp v0.11.0
22952025-01-11T00:27:07.892Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22962025-01-11T00:27:07.895Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972025-01-11T00:27:08.151Z Compiling backoff v0.4.0
22982025-01-11T00:27:08.502Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22992025-01-11T00:27:08.652Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002025-01-11T00:27:08.751Z Compiling dropshot v0.13.0
23012025-01-11T00:27:08.821Z Compiling serde_with v3.11.0
23022025-01-11T00:27:08.845Z Compiling parse-display v0.10.0
23032025-01-11T00:27:08.955Z Checking num-rational v0.4.2
23042025-01-11T00:27:09.536Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23052025-01-11T00:27:09.625Z Compiling progenitor-client v0.9.1
23062025-01-11T00:27:10.162Z Compiling regress v0.9.1
23072025-01-11T00:27:10.237Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23082025-01-11T00:27:11.448Z Compiling phf_generator v0.11.2
23092025-01-11T00:27:11.620Z Checking num-complex v0.4.6
23102025-01-11T00:27:12.950Z Compiling macaddr v1.0.1
23112025-01-11T00:27:13.328Z Checking cobs v0.2.3
23122025-01-11T00:27:13.383Z Checking num v0.4.3
23132025-01-11T00:27:13.489Z Compiling phf_codegen v0.11.2
23142025-01-11T00:27:13.502Z Checking postcard v1.0.10
23152025-01-11T00:27:13.740Z Compiling parse-zoneinfo v0.3.1
23162025-01-11T00:27:15.376Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23172025-01-11T00:27:15.682Z Compiling convert_case v0.4.0
23182025-01-11T00:27:15.837Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192025-01-11T00:27:15.991Z Compiling float-ord v0.3.2
23202025-01-11T00:27:16.391Z Compiling chrono-tz-build v0.4.0
23212025-01-11T00:27:16.406Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222025-01-11T00:27:16.623Z Compiling derive_more v0.99.18
23232025-01-11T00:27:16.843Z Compiling crucible-workspace-hack v0.1.0
23242025-01-11T00:27:17.105Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23252025-01-11T00:27:17.289Z Compiling thiserror v2.0.11
23262025-01-11T00:27:17.421Z Checking newline-converter v0.3.0
23272025-01-11T00:27:17.636Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23282025-01-11T00:27:17.901Z Compiling chrono-tz v0.10.0
23292025-01-11T00:27:18.269Z Checking prettyplease v0.2.25
23302025-01-11T00:27:18.295Z Compiling thiserror-impl v2.0.11
23312025-01-11T00:27:18.388Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23322025-01-11T00:27:18.583Z Compiling slog-dtrace v0.3.0
23332025-01-11T00:27:18.860Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23342025-01-11T00:27:19.181Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23352025-01-11T00:27:20.170Z Checking expectorate v1.1.0
23362025-01-11T00:27:20.332Z Compiling zone_cfg_derive v0.3.0
23372025-01-11T00:27:20.443Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23382025-01-11T00:27:20.806Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23392025-01-11T00:27:21.435Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
23402025-01-11T00:27:21.637Z Compiling const_format_proc_macros v0.2.33
23412025-01-11T00:27:21.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23422025-01-11T00:27:21.889Z Compiling num-derive v0.4.2
23432025-01-11T00:27:22.221Z Checking highway v1.2.0
23442025-01-11T00:27:22.305Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23452025-01-11T00:27:22.649Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462025-01-11T00:27:22.934Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23472025-01-11T00:27:22.955Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23482025-01-11T00:27:23.028Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23492025-01-11T00:27:23.272Z Checking zone v0.3.0
23502025-01-11T00:27:23.800Z Checking const_format v0.2.33
23512025-01-11T00:27:23.983Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
23522025-01-11T00:27:24.141Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23532025-01-11T00:27:24.202Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23542025-01-11T00:27:24.242Z Checking gethostname v0.5.0
23552025-01-11T00:27:24.411Z Checking bcs v0.1.6
23562025-01-11T00:27:24.452Z Compiling async-recursion v1.1.1
23572025-01-11T00:27:24.635Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23582025-01-11T00:27:24.635Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23592025-01-11T00:27:26.847Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23602025-01-11T00:27:31.438Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23612025-01-11T00:27:34.794Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23622025-01-11T00:27:37.514Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23632025-01-11T00:27:38.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.58s
23642025-01-11T00:27:38.943Z
23652025-01-11T00:27:38.943Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23662025-01-11T00:27:39.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672025-01-11T00:27:39.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682025-01-11T00:27:39.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692025-01-11T00:27:39.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23702025-01-11T00:27:39.608Z
23712025-01-11T00:27:39.608Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23722025-01-11T00:27:40.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732025-01-11T00:27:40.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742025-01-11T00:27:40.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752025-01-11T00:27:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23762025-01-11T00:27:40.268Z
23772025-01-11T00:27:40.268Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23782025-01-11T00:27:40.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792025-01-11T00:27:40.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802025-01-11T00:27:40.951Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812025-01-11T00:27:41.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
23822025-01-11T00:27:41.777Z
23832025-01-11T00:27:41.777Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23842025-01-11T00:27:42.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852025-01-11T00:27:42.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862025-01-11T00:27:42.471Z Compiling cfg_aliases v0.1.1
23872025-01-11T00:27:42.474Z Compiling vte_generate_state_changes v0.1.2
23882025-01-11T00:27:42.474Z Checking fd-lock v4.0.2
23892025-01-11T00:27:42.474Z Checking nibble_vec v0.1.0
23902025-01-11T00:27:42.474Z Checking bytecount v0.6.8
23912025-01-11T00:27:42.474Z Checking endian-type v0.1.2
23922025-01-11T00:27:42.587Z Compiling tabled_derive v0.7.0
23932025-01-11T00:27:42.623Z Checking itertools v0.12.1
23942025-01-11T00:27:42.666Z Compiling nix v0.28.0
23952025-01-11T00:27:42.736Z Compiling peg-macros v0.8.4
23962025-01-11T00:27:42.754Z Checking papergrid v0.11.0
23972025-01-11T00:27:42.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982025-01-11T00:27:42.798Z Checking radix_trie v0.2.1
23992025-01-11T00:27:43.399Z Checking vte v0.11.1
24002025-01-11T00:27:43.405Z Compiling sqlparser_derive v0.2.2
24012025-01-11T00:27:43.930Z Checking nu-ansi-term v0.50.1
24022025-01-11T00:27:44.312Z Checking home v0.5.9
24032025-01-11T00:27:44.330Z Checking unicode_categories v0.1.1
24042025-01-11T00:27:44.354Z Checking sqlparser v0.45.0
24052025-01-11T00:27:44.486Z Checking display-error-chain v0.2.2
24062025-01-11T00:27:44.607Z Checking strip-ansi-escapes v0.2.0
24072025-01-11T00:27:44.639Z Checking sqlformat v0.2.6
24082025-01-11T00:27:45.139Z Checking tabled v0.15.0
24092025-01-11T00:27:45.230Z Checking reedline v0.35.0
24102025-01-11T00:27:45.840Z Checking peg v0.8.4
24112025-01-11T00:27:45.926Z Checking rustyline v14.0.0
24122025-01-11T00:27:55.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s
24132025-01-11T00:27:55.414Z
24142025-01-11T00:27:55.414Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
24152025-01-11T00:27:55.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162025-01-11T00:27:55.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172025-01-11T00:27:56.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182025-01-11T00:28:01.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
24192025-01-11T00:28:01.382Z
24202025-01-11T00:28:01.382Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24212025-01-11T00:28:01.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-01-11T00:28:01.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-01-11T00:28:02.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242025-01-11T00:28:05.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
24252025-01-11T00:28:06.063Z
24262025-01-11T00:28:06.063Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24272025-01-11T00:28:06.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-01-11T00:28:06.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-01-11T00:28:06.760Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302025-01-11T00:28:11.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
24312025-01-11T00:28:11.784Z
24322025-01-11T00:28:11.784Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24332025-01-11T00:28:12.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-01-11T00:28:12.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-01-11T00:28:12.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362025-01-11T00:28:17.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
24372025-01-11T00:28:17.587Z
24382025-01-11T00:28:17.587Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24392025-01-11T00:28:18.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-01-11T00:28:18.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-01-11T00:28:18.270Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24422025-01-11T00:28:22.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
24432025-01-11T00:28:22.486Z
24442025-01-11T00:28:22.486Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24452025-01-11T00:28:23.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-01-11T00:28:23.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-01-11T00:28:23.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482025-01-11T00:28:27.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
24492025-01-11T00:28:27.512Z
24502025-01-11T00:28:27.512Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24512025-01-11T00:28:28.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-01-11T00:28:28.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-01-11T00:28:28.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24542025-01-11T00:28:33.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
24552025-01-11T00:28:33.443Z
24562025-01-11T00:28:33.443Zinfo: running `cargo check --bins` on oximeter (46/176)
24572025-01-11T00:28:34.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582025-01-11T00:28:34.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592025-01-11T00:28:34.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602025-01-11T00:28:34.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24612025-01-11T00:28:34.094Z
24622025-01-11T00:28:34.094Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24632025-01-11T00:28:34.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642025-01-11T00:28:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652025-01-11T00:28:34.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662025-01-11T00:28:34.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672025-01-11T00:28:34.728Z
24682025-01-11T00:28:34.728Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24692025-01-11T00:28:35.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702025-01-11T00:28:35.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712025-01-11T00:28:35.386Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24722025-01-11T00:28:37.622Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24732025-01-11T00:28:38.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
24742025-01-11T00:28:38.796Z
24752025-01-11T00:28:38.796Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24762025-01-11T00:28:39.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772025-01-11T00:28:39.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782025-01-11T00:28:39.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792025-01-11T00:28:39.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24802025-01-11T00:28:39.446Z
24812025-01-11T00:28:39.447Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24822025-01-11T00:28:39.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832025-01-11T00:28:40.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842025-01-11T00:28:40.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852025-01-11T00:28:40.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24862025-01-11T00:28:40.079Z
24872025-01-11T00:28:40.079Zinfo: running `cargo check --bins` on oxql-types (51/176)
24882025-01-11T00:28:40.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892025-01-11T00:28:40.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902025-01-11T00:28:40.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912025-01-11T00:28:40.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24922025-01-11T00:28:40.722Z
24932025-01-11T00:28:40.722Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24942025-01-11T00:28:41.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952025-01-11T00:28:41.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962025-01-11T00:28:41.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972025-01-11T00:28:41.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24982025-01-11T00:28:41.397Z
24992025-01-11T00:28:41.397Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
25002025-01-11T00:28:41.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012025-01-11T00:28:41.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022025-01-11T00:28:41.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032025-01-11T00:28:41.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25042025-01-11T00:28:42.058Z
25052025-01-11T00:28:42.058Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
25062025-01-11T00:28:42.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072025-01-11T00:28:42.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082025-01-11T00:28:42.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092025-01-11T00:28:42.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25102025-01-11T00:28:42.726Z
25112025-01-11T00:28:42.726Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
25122025-01-11T00:28:43.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132025-01-11T00:28:43.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142025-01-11T00:28:43.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152025-01-11T00:28:43.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25162025-01-11T00:28:43.375Z
25172025-01-11T00:28:43.375Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25182025-01-11T00:28:43.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192025-01-11T00:28:43.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202025-01-11T00:28:43.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212025-01-11T00:28:43.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25222025-01-11T00:28:44.020Z
25232025-01-11T00:28:44.020Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25242025-01-11T00:28:44.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252025-01-11T00:28:44.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262025-01-11T00:28:44.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272025-01-11T00:28:44.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25282025-01-11T00:28:44.687Z
25292025-01-11T00:28:44.687Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25302025-01-11T00:28:45.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312025-01-11T00:28:45.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322025-01-11T00:28:45.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332025-01-11T00:28:45.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25342025-01-11T00:28:45.326Z
25352025-01-11T00:28:45.326Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25362025-01-11T00:28:45.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372025-01-11T00:28:45.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382025-01-11T00:28:45.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392025-01-11T00:28:45.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25402025-01-11T00:28:45.984Z
25412025-01-11T00:28:45.984Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25422025-01-11T00:28:46.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432025-01-11T00:28:46.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442025-01-11T00:28:46.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452025-01-11T00:28:46.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25462025-01-11T00:28:46.650Z
25472025-01-11T00:28:46.650Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25482025-01-11T00:28:47.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492025-01-11T00:28:47.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502025-01-11T00:28:47.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512025-01-11T00:28:47.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25522025-01-11T00:28:47.300Z
25532025-01-11T00:28:47.300Zinfo: running `cargo check --bins` on dpd-client (62/176)
25542025-01-11T00:28:47.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552025-01-11T00:28:47.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562025-01-11T00:28:47.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572025-01-11T00:28:47.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25582025-01-11T00:28:47.945Z
25592025-01-11T00:28:47.945Zinfo: running `cargo check --bins` on gateway-client (63/176)
25602025-01-11T00:28:48.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612025-01-11T00:28:48.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622025-01-11T00:28:48.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632025-01-11T00:28:48.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25642025-01-11T00:28:48.587Z
25652025-01-11T00:28:48.587Zinfo: running `cargo check --bins` on installinator-client (64/176)
25662025-01-11T00:28:49.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-01-11T00:28:49.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-01-11T00:28:49.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692025-01-11T00:28:49.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25702025-01-11T00:28:49.256Z
25712025-01-11T00:28:49.256Zinfo: running `cargo check --bins` on installinator-common (65/176)
25722025-01-11T00:28:49.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-01-11T00:28:49.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-01-11T00:28:49.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752025-01-11T00:28:49.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25762025-01-11T00:28:49.939Z
25772025-01-11T00:28:49.939Zinfo: running `cargo check --bins` on update-engine (66/176)
25782025-01-11T00:28:50.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-01-11T00:28:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-01-11T00:28:50.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812025-01-11T00:28:50.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25822025-01-11T00:28:50.580Z
25832025-01-11T00:28:50.580Zinfo: running `cargo check --bins` on nexus-client (67/176)
25842025-01-11T00:28:51.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-11T00:28:51.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-11T00:28:51.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-11T00:28:51.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25882025-01-11T00:28:51.262Z
25892025-01-11T00:28:51.262Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25902025-01-11T00:28:51.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-11T00:28:51.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-11T00:28:51.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-11T00:28:51.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25942025-01-11T00:28:51.939Z
25952025-01-11T00:28:51.939Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25962025-01-11T00:28:52.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-11T00:28:52.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-11T00:28:52.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-11T00:28:52.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26002025-01-11T00:28:52.585Z
26012025-01-11T00:28:52.585Zinfo: running `cargo check --bins` on nexus-types (70/176)
26022025-01-11T00:28:53.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-11T00:28:53.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-11T00:28:53.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-11T00:28:53.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26062025-01-11T00:28:53.273Z
26072025-01-11T00:28:53.273Zinfo: running `cargo check --bins` on oxide-client (71/176)
26082025-01-11T00:28:53.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-11T00:28:53.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-11T00:28:53.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-11T00:28:53.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26122025-01-11T00:28:53.920Z
26132025-01-11T00:28:53.920Zinfo: running `cargo check --bins` on oximeter-client (72/176)
26142025-01-11T00:28:54.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-11T00:28:54.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-11T00:28:54.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-11T00:28:54.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26182025-01-11T00:28:54.587Z
26192025-01-11T00:28:54.587Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26202025-01-11T00:28:55.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-11T00:28:55.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-11T00:28:55.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-11T00:28:55.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26242025-01-11T00:28:55.236Z
26252025-01-11T00:28:55.236Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26262025-01-11T00:28:55.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-11T00:28:55.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-11T00:28:55.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-11T00:28:55.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26302025-01-11T00:28:55.907Z
26312025-01-11T00:28:55.907Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26322025-01-11T00:28:56.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-11T00:28:56.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-11T00:28:56.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-11T00:28:56.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26362025-01-11T00:28:56.587Z
26372025-01-11T00:28:56.587Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26382025-01-11T00:28:57.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-11T00:28:57.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-11T00:28:57.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-11T00:28:57.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26422025-01-11T00:28:57.273Z
26432025-01-11T00:28:57.273Zinfo: running `cargo check --bins` on wicket-common (77/176)
26442025-01-11T00:28:57.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-11T00:28:57.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-11T00:28:57.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-11T00:28:57.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26482025-01-11T00:28:57.933Z
26492025-01-11T00:28:57.933Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26502025-01-11T00:28:58.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-11T00:28:58.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-11T00:28:58.630Z Checking csv-core v0.1.11
26532025-01-11T00:28:58.630Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26542025-01-11T00:28:58.632Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26552025-01-11T00:28:58.754Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26562025-01-11T00:28:58.935Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572025-01-11T00:28:58.957Z Checking csv v1.3.0
26582025-01-11T00:28:58.969Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26592025-01-11T00:28:59.590Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26602025-01-11T00:28:59.958Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26612025-01-11T00:29:01.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
26622025-01-11T00:29:01.896Z
26632025-01-11T00:29:01.896Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26642025-01-11T00:29:02.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-11T00:29:02.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-11T00:29:02.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-11T00:29:02.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26682025-01-11T00:29:02.558Z
26692025-01-11T00:29:02.558Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26702025-01-11T00:29:03.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-11T00:29:03.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-11T00:29:03.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-01-11T00:29:03.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26742025-01-11T00:29:03.214Z
26752025-01-11T00:29:03.214Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26762025-01-11T00:29:03.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-01-11T00:29:03.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-01-11T00:29:03.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-01-11T00:29:03.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26802025-01-11T00:29:03.986Z
26812025-01-11T00:29:03.986Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26822025-01-11T00:29:04.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-01-11T00:29:04.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-01-11T00:29:04.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-01-11T00:29:04.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26862025-01-11T00:29:04.748Z
26872025-01-11T00:29:04.748Zinfo: running `cargo check --bins` on dns-server (83/176)
26882025-01-11T00:29:05.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-01-11T00:29:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-01-11T00:29:05.421Z Compiling thiserror v2.0.11
26912025-01-11T00:29:05.527Z Checking typify-impl v0.3.0
26922025-01-11T00:29:05.529Z Compiling parking_lot_core v0.8.6
26932025-01-11T00:29:05.549Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26942025-01-11T00:29:05.551Z Checking fxhash v0.2.1
26952025-01-11T00:29:05.551Z Checking hickory-client v0.24.1
26962025-01-11T00:29:05.574Z Checking hickory-server v0.24.1
26972025-01-11T00:29:06.228Z Checking parking_lot v0.11.2
26982025-01-11T00:29:06.339Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26992025-01-11T00:29:06.483Z Checking sled v0.34.7
27002025-01-11T00:29:12.805Z Compiling typify-macro v0.3.0
27012025-01-11T00:29:14.701Z Compiling typify v0.3.0
27022025-01-11T00:29:14.770Z Compiling progenitor-impl v0.9.1
27032025-01-11T00:29:18.086Z Compiling progenitor-macro v0.9.1
27042025-01-11T00:29:22.912Z Checking progenitor v0.9.1
27052025-01-11T00:29:23.070Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062025-01-11T00:29:23.561Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27072025-01-11T00:29:24.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s
27082025-01-11T00:29:25.088Z
27092025-01-11T00:29:25.088Zinfo: running `cargo check --bins` on dns-server-api (84/176)
27102025-01-11T00:29:25.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-01-11T00:29:25.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-01-11T00:29:25.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-01-11T00:29:25.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27142025-01-11T00:29:25.736Z
27152025-01-11T00:29:25.736Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
27162025-01-11T00:29:26.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-01-11T00:29:26.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-01-11T00:29:26.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-01-11T00:29:26.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27202025-01-11T00:29:26.449Z
27212025-01-11T00:29:26.450Zinfo: running `cargo check --bins` on gateway-types (86/176)
27222025-01-11T00:29:27.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-01-11T00:29:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-01-11T00:29:27.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-01-11T00:29:27.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27262025-01-11T00:29:27.109Z
27272025-01-11T00:29:27.110Zinfo: running `cargo check --bins` on ipcc (87/176)
27282025-01-11T00:29:27.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-01-11T00:29:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-01-11T00:29:27.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-01-11T00:29:27.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27322025-01-11T00:29:27.756Z
27332025-01-11T00:29:27.756Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27342025-01-11T00:29:28.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-01-11T00:29:28.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-01-11T00:29:28.484Z Compiling semver v0.1.20
27372025-01-11T00:29:28.484Z Compiling radium v0.7.0
27382025-01-11T00:29:28.603Z Checking tap v1.0.1
27392025-01-11T00:29:28.605Z Compiling maybe-uninit v2.0.0
27402025-01-11T00:29:28.626Z Checking password-hash v0.5.0
27412025-01-11T00:29:28.628Z Checking blake2 v0.10.6
27422025-01-11T00:29:28.628Z Checking funty v2.0.0
27432025-01-11T00:29:28.628Z Checking crc-catalog v2.4.0
27442025-01-11T00:29:28.733Z Checking wyz v0.5.1
27452025-01-11T00:29:28.787Z Compiling owo-colors v4.1.0
27462025-01-11T00:29:29.053Z Compiling rustc_version v0.1.7
27472025-01-11T00:29:29.072Z Compiling cancel-safe-futures v0.1.5
27482025-01-11T00:29:29.121Z Compiling packed_struct v0.10.1
27492025-01-11T00:29:29.121Z Checking argon2 v0.5.3
27502025-01-11T00:29:29.234Z Checking crc v3.2.1
27512025-01-11T00:29:29.257Z Compiling packed_struct_codegen v0.10.1
27522025-01-11T00:29:29.414Z Compiling indexmap v1.9.3
27532025-01-11T00:29:29.480Z Checking half v2.4.1
27542025-01-11T00:29:29.531Z Compiling newtype_derive v0.1.6
27552025-01-11T00:29:29.568Z Checking bitvec v1.0.1
27562025-01-11T00:29:29.613Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27572025-01-11T00:29:29.666Z Checking ciborium-io v0.2.2
27582025-01-11T00:29:29.692Z Checking nodrop v0.1.14
27592025-01-11T00:29:29.810Z Checking array-init v0.0.4
27602025-01-11T00:29:29.865Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27612025-01-11T00:29:29.918Z Checking ciborium-ll v0.2.2
27622025-01-11T00:29:29.942Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27632025-01-11T00:29:29.987Z Checking smallvec v0.6.14
27642025-01-11T00:29:30.228Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27652025-01-11T00:29:30.263Z Checking libsw v3.3.1
27662025-01-11T00:29:30.368Z Compiling memoffset v0.9.1
27672025-01-11T00:29:30.532Z Checking termcolor v1.4.1
27682025-01-11T00:29:30.671Z Checking indent_write v2.2.0
27692025-01-11T00:29:30.729Z Checking linear-map v1.2.0
27702025-01-11T00:29:30.872Z Checking hashbrown v0.12.3
27712025-01-11T00:29:30.874Z Checking swrite v0.1.0
27722025-01-11T00:29:30.948Z Checking bitfield v0.14.0
27732025-01-11T00:29:31.000Z Checking env_logger v0.10.2
27742025-01-11T00:29:31.068Z Checking serde-hex v0.1.0
27752025-01-11T00:29:31.218Z Checking ron v0.8.1
27762025-01-11T00:29:31.265Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27772025-01-11T00:29:31.560Z Checking ciborium v0.2.2
27782025-01-11T00:29:32.042Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27792025-01-11T00:29:32.152Z Checking steno v0.4.1
27802025-01-11T00:29:32.504Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27812025-01-11T00:29:32.644Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27822025-01-11T00:29:32.765Z Checking hashbrown v0.13.2
27832025-01-11T00:29:32.906Z Checking humantime v2.1.0
27842025-01-11T00:29:32.974Z Checking crc-any v2.5.0
27852025-01-11T00:29:33.230Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27862025-01-11T00:29:33.375Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27872025-01-11T00:29:33.626Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27882025-01-11T00:29:33.849Z Checking object v0.30.4
27892025-01-11T00:29:33.929Z Checking path-slash v0.1.5
27902025-01-11T00:29:34.042Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27912025-01-11T00:29:34.136Z Checking nix v0.27.1
27922025-01-11T00:29:34.468Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27932025-01-11T00:29:35.078Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27942025-01-11T00:29:35.103Z Checking tungstenite v0.23.0
27952025-01-11T00:29:35.248Z Checking kstat-rs v0.2.4
27962025-01-11T00:29:35.310Z Checking signal-hook-tokio v0.3.1
27972025-01-11T00:29:35.558Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27982025-01-11T00:29:35.903Z Checking tokio-tungstenite v0.23.1
27992025-01-11T00:29:36.253Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
28002025-01-11T00:29:36.873Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28012025-01-11T00:29:37.012Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28022025-01-11T00:29:43.675Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
28032025-01-11T00:29:44.964Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
28042025-01-11T00:29:48.385Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28052025-01-11T00:29:54.237Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28062025-01-11T00:29:54.987Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28072025-01-11T00:29:57.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.20s
28082025-01-11T00:29:58.149Z
28092025-01-11T00:29:58.149Zinfo: running `cargo check --bins` on gateway-api (89/176)
28102025-01-11T00:29:58.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-01-11T00:29:58.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-01-11T00:29:58.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-01-11T00:29:58.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28142025-01-11T00:29:58.803Z
28152025-01-11T00:29:58.803Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
28162025-01-11T00:29:59.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-01-11T00:29:59.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-01-11T00:29:59.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-01-11T00:29:59.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28202025-01-11T00:29:59.434Z
28212025-01-11T00:29:59.434Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
28222025-01-11T00:30:00.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-01-11T00:30:00.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-01-11T00:30:00.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-01-11T00:30:00.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28262025-01-11T00:30:00.078Z
28272025-01-11T00:30:00.078Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28282025-01-11T00:30:00.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-01-11T00:30:00.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-01-11T00:30:00.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-01-11T00:30:00.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28322025-01-11T00:30:00.730Z
28332025-01-11T00:30:00.730Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28342025-01-11T00:30:01.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-01-11T00:30:01.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-01-11T00:30:01.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-01-11T00:30:01.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28382025-01-11T00:30:01.375Z
28392025-01-11T00:30:01.375Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28402025-01-11T00:30:01.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-01-11T00:30:01.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-01-11T00:30:01.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-01-11T00:30:01.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28442025-01-11T00:30:02.045Z
28452025-01-11T00:30:02.045Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28462025-01-11T00:30:02.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-01-11T00:30:02.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-01-11T00:30:02.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-01-11T00:30:02.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28502025-01-11T00:30:02.686Z
28512025-01-11T00:30:02.686Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28522025-01-11T00:30:03.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-01-11T00:30:03.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-01-11T00:30:03.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-01-11T00:30:03.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28562025-01-11T00:30:03.348Z
28572025-01-11T00:30:03.348Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28582025-01-11T00:30:03.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-01-11T00:30:03.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-01-11T00:30:03.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612025-01-11T00:30:03.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28622025-01-11T00:30:04.039Z
28632025-01-11T00:30:04.039Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28642025-01-11T00:30:04.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652025-01-11T00:30:04.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662025-01-11T00:30:04.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672025-01-11T00:30:04.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28682025-01-11T00:30:04.694Z
28692025-01-11T00:30:04.694Zinfo: running `cargo check --bins` on sp-sim (99/176)
28702025-01-11T00:30:05.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712025-01-11T00:30:05.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722025-01-11T00:30:05.346Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732025-01-11T00:30:05.838Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28742025-01-11T00:30:07.764Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28752025-01-11T00:30:09.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
28762025-01-11T00:30:09.744Z
28772025-01-11T00:30:09.744Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28782025-01-11T00:30:10.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-01-11T00:30:10.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-01-11T00:30:10.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812025-01-11T00:30:10.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28822025-01-11T00:30:10.446Z
28832025-01-11T00:30:10.446Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28842025-01-11T00:30:11.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852025-01-11T00:30:11.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862025-01-11T00:30:11.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872025-01-11T00:30:11.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28882025-01-11T00:30:11.147Z
28892025-01-11T00:30:11.147Zinfo: running `cargo check --bins` on db-macros (102/176)
28902025-01-11T00:30:11.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912025-01-11T00:30:11.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922025-01-11T00:30:11.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932025-01-11T00:30:11.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28942025-01-11T00:30:11.781Z
28952025-01-11T00:30:11.782Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28962025-01-11T00:30:12.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972025-01-11T00:30:12.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982025-01-11T00:30:12.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992025-01-11T00:30:12.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29002025-01-11T00:30:12.415Z
29012025-01-11T00:30:12.415Zinfo: running `cargo check --bins` on nexus-auth (104/176)
29022025-01-11T00:30:13.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032025-01-11T00:30:13.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042025-01-11T00:30:13.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052025-01-11T00:30:13.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29062025-01-11T00:30:13.105Z
29072025-01-11T00:30:13.105Zinfo: running `cargo check --bins` on authz-macros (105/176)
29082025-01-11T00:30:13.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092025-01-11T00:30:13.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102025-01-11T00:30:13.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112025-01-11T00:30:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29122025-01-11T00:30:13.737Z
29132025-01-11T00:30:13.737Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
29142025-01-11T00:30:14.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152025-01-11T00:30:14.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162025-01-11T00:30:14.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172025-01-11T00:30:14.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29182025-01-11T00:30:14.422Z
29192025-01-11T00:30:14.422Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
29202025-01-11T00:30:15.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-01-11T00:30:15.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-01-11T00:30:15.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-01-11T00:30:15.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29242025-01-11T00:30:15.108Z
29252025-01-11T00:30:15.108Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29262025-01-11T00:30:15.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-01-11T00:30:15.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-01-11T00:30:15.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292025-01-11T00:30:15.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29302025-01-11T00:30:15.760Z
29312025-01-11T00:30:15.760Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29322025-01-11T00:30:16.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-01-11T00:30:16.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-01-11T00:30:16.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352025-01-11T00:30:16.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29362025-01-11T00:30:16.449Z
29372025-01-11T00:30:16.449Zinfo: running `cargo check --bins` on typed-rng (110/176)
29382025-01-11T00:30:16.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392025-01-11T00:30:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402025-01-11T00:30:17.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412025-01-11T00:30:17.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29422025-01-11T00:30:17.078Z
29432025-01-11T00:30:17.078Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29442025-01-11T00:30:17.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452025-01-11T00:30:17.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462025-01-11T00:30:17.831Z Checking keccak v0.1.5
29472025-01-11T00:30:17.943Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
29482025-01-11T00:30:17.945Z Checking secrecy v0.8.0
29492025-01-11T00:30:17.945Z Compiling unicase v2.7.0
29502025-01-11T00:30:17.965Z Compiling same-file v1.0.6
29512025-01-11T00:30:17.968Z Compiling tempfile v3.13.0
29522025-01-11T00:30:18.006Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
29532025-01-11T00:30:18.006Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29542025-01-11T00:30:18.152Z Compiling walkdir v2.5.0
29552025-01-11T00:30:18.227Z Checking sha3 v0.10.8
29562025-01-11T00:30:18.281Z Compiling thiserror-impl-no-std v2.0.2
29572025-01-11T00:30:18.317Z Checking universal-hash v0.5.1
29582025-01-11T00:30:18.336Z Compiling blake3 v1.5.4
29592025-01-11T00:30:18.441Z Checking opaque-debug v0.3.1
29602025-01-11T00:30:18.495Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29612025-01-11T00:30:18.536Z Checking poly1305 v0.8.0
29622025-01-11T00:30:18.567Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
29632025-01-11T00:30:18.637Z Checking chacha20 v0.9.1
29642025-01-11T00:30:18.780Z Checking aead v0.5.2
29652025-01-11T00:30:18.799Z Compiling memmap2 v0.9.5
29662025-01-11T00:30:18.890Z Compiling salty v0.3.0
29672025-01-11T00:30:18.979Z Compiling constant_time_eq v0.3.1
29682025-01-11T00:30:19.003Z Compiling arrayvec v0.7.6
29692025-01-11T00:30:19.041Z Compiling arrayref v0.3.9
29702025-01-11T00:30:19.151Z Compiling libefi-sys v0.1.0
29712025-01-11T00:30:19.168Z Checking chacha20poly1305 v0.10.1
29722025-01-11T00:30:19.304Z Compiling toolchain_find v0.4.0
29732025-01-11T00:30:19.367Z Compiling camino-tempfile v1.1.1
29742025-01-11T00:30:19.393Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29752025-01-11T00:30:19.437Z Compiling bitfield-struct v0.6.2
29762025-01-11T00:30:19.741Z Compiling topological-sort v0.2.2
29772025-01-11T00:30:19.813Z Compiling mime_guess v2.0.5
29782025-01-11T00:30:19.890Z Compiling rustfmt-wrapper v0.2.1
29792025-01-11T00:30:20.364Z Compiling omicron-zone-package v0.12.0
29802025-01-11T00:30:20.462Z Compiling progenitor v0.9.1
29812025-01-11T00:30:20.588Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29822025-01-11T00:30:20.729Z Checking primeorder v0.13.6
29832025-01-11T00:30:20.887Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29842025-01-11T00:30:20.889Z Checking env_filter v0.1.2
29852025-01-11T00:30:20.921Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29862025-01-11T00:30:21.127Z Checking env_logger v0.11.5
29872025-01-11T00:30:21.186Z Checking p384 v0.13.0
29882025-01-11T00:30:21.205Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29892025-01-11T00:30:21.262Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29902025-01-11T00:30:21.287Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
29912025-01-11T00:30:21.419Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29922025-01-11T00:30:21.489Z Checking thiserror-no-std v2.0.2
29932025-01-11T00:30:21.507Z Compiling zip v2.1.3
29942025-01-11T00:30:21.600Z Checking vsss-rs v3.3.4
29952025-01-11T00:30:21.714Z Checking bumpalo v3.16.0
29962025-01-11T00:30:21.837Z Checking simd-adler32 v0.3.7
29972025-01-11T00:30:21.856Z Checking lockfree-object-pool v0.1.6
29982025-01-11T00:30:21.930Z Checking http-range v0.1.5
29992025-01-11T00:30:22.056Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30002025-01-11T00:30:22.103Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30012025-01-11T00:30:22.202Z Checking zopfli v0.8.1
30022025-01-11T00:30:22.361Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30032025-01-11T00:30:22.361Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30042025-01-11T00:30:22.668Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30052025-01-11T00:30:22.852Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30062025-01-11T00:30:22.869Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30072025-01-11T00:30:23.061Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30082025-01-11T00:30:23.295Z Checking nanorand v0.7.0
30092025-01-11T00:30:23.491Z Checking atty v0.2.14
30102025-01-11T00:30:23.584Z Checking glob v0.3.1
30112025-01-11T00:30:23.614Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30122025-01-11T00:30:23.634Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30132025-01-11T00:30:23.669Z Checking flume v0.11.1
30142025-01-11T00:30:23.910Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30152025-01-11T00:30:24.072Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30162025-01-11T00:30:24.868Z Checking hyper-staticfile v0.10.1
30172025-01-11T00:30:25.241Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30182025-01-11T00:30:25.329Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30192025-01-11T00:30:25.413Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30202025-01-11T00:30:25.613Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30212025-01-11T00:30:25.658Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30222025-01-11T00:30:26.001Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30232025-01-11T00:30:26.187Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30242025-01-11T00:30:26.726Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30252025-01-11T00:30:27.277Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30262025-01-11T00:30:27.647Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272025-01-11T00:30:30.901Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30282025-01-11T00:30:30.901Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30292025-01-11T00:30:39.730Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-01-11T00:30:53.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
30312025-01-11T00:30:54.007Z
30322025-01-11T00:30:54.007Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30332025-01-11T00:30:54.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-11T00:30:54.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-11T00:30:54.775Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362025-01-11T00:31:08.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
30372025-01-11T00:31:09.049Z
30382025-01-11T00:31:09.049Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30392025-01-11T00:31:09.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-11T00:31:09.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-11T00:31:09.824Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30422025-01-11T00:31:24.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.31s
30432025-01-11T00:31:24.560Z
30442025-01-11T00:31:24.560Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30452025-01-11T00:31:25.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-11T00:31:25.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-11T00:31:25.328Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30482025-01-11T00:31:39.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s
30492025-01-11T00:31:39.675Z
30502025-01-11T00:31:39.675Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30512025-01-11T00:31:40.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-11T00:31:40.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-11T00:31:40.438Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30542025-01-11T00:31:54.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.96s
30552025-01-11T00:31:54.845Z
30562025-01-11T00:31:54.845Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30572025-01-11T00:31:55.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-01-11T00:31:55.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-01-11T00:31:55.605Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30602025-01-11T00:32:09.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s
30612025-01-11T00:32:09.902Z
30622025-01-11T00:32:09.902Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30632025-01-11T00:32:10.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-01-11T00:32:10.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-01-11T00:32:10.655Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30662025-01-11T00:32:24.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s
30672025-01-11T00:32:25.035Z
30682025-01-11T00:32:25.035Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30692025-01-11T00:32:25.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-01-11T00:32:25.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-01-11T00:32:25.802Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30722025-01-11T00:32:40.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s
30732025-01-11T00:32:40.259Z
30742025-01-11T00:32:40.259Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30752025-01-11T00:32:40.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-01-11T00:32:40.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-01-11T00:32:40.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-01-11T00:32:40.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30792025-01-11T00:32:40.940Z
30802025-01-11T00:32:40.940Zinfo: running `cargo check --bins` on key-manager (120/176)
30812025-01-11T00:32:41.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-01-11T00:32:41.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-01-11T00:32:41.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-01-11T00:32:41.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30852025-01-11T00:32:41.586Z
30862025-01-11T00:32:41.587Zinfo: running `cargo check --bins` on range-requests (121/176)
30872025-01-11T00:32:42.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-01-11T00:32:42.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-01-11T00:32:42.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-01-11T00:32:42.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30912025-01-11T00:32:42.227Z
30922025-01-11T00:32:42.227Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30932025-01-11T00:32:42.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-01-11T00:32:42.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-01-11T00:32:42.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-01-11T00:32:42.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30972025-01-11T00:32:42.881Z
30982025-01-11T00:32:42.881Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30992025-01-11T00:32:43.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-01-11T00:32:43.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-01-11T00:32:43.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-01-11T00:32:43.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31032025-01-11T00:32:43.554Z
31042025-01-11T00:32:43.554Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
31052025-01-11T00:32:44.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-01-11T00:32:44.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-01-11T00:32:44.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-01-11T00:32:44.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31092025-01-11T00:32:44.187Z
31102025-01-11T00:32:44.187Zinfo: running `cargo check --bins` on sled-hardware (125/176)
31112025-01-11T00:32:44.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-11T00:32:44.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-11T00:32:44.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-01-11T00:32:44.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31152025-01-11T00:32:44.856Z
31162025-01-11T00:32:44.856Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
31172025-01-11T00:32:45.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-01-11T00:32:45.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-01-11T00:32:45.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202025-01-11T00:32:45.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31212025-01-11T00:32:45.524Z
31222025-01-11T00:32:45.524Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
31232025-01-11T00:32:46.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242025-01-11T00:32:46.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252025-01-11T00:32:46.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262025-01-11T00:32:46.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31272025-01-11T00:32:46.186Z
31282025-01-11T00:32:46.186Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31292025-01-11T00:32:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302025-01-11T00:32:46.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312025-01-11T00:32:46.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322025-01-11T00:32:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31332025-01-11T00:32:46.857Z
31342025-01-11T00:32:46.857Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31352025-01-11T00:32:47.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362025-01-11T00:32:47.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372025-01-11T00:32:47.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382025-01-11T00:32:47.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31392025-01-11T00:32:47.534Z
31402025-01-11T00:32:47.534Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31412025-01-11T00:32:48.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422025-01-11T00:32:48.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432025-01-11T00:32:48.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442025-01-11T00:32:48.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31452025-01-11T00:32:48.200Z
31462025-01-11T00:32:48.200Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31472025-01-11T00:32:48.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482025-01-11T00:32:48.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492025-01-11T00:32:48.914Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31502025-01-11T00:32:48.914Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31512025-01-11T00:32:49.873Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31522025-01-11T00:32:52.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
31532025-01-11T00:32:52.205Z
31542025-01-11T00:32:52.205Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31552025-01-11T00:32:52.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562025-01-11T00:32:52.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572025-01-11T00:32:52.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582025-01-11T00:32:52.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31592025-01-11T00:32:52.834Z
31602025-01-11T00:32:52.834Zinfo: running `cargo check --bins` on cert-dev (133/176)
31612025-01-11T00:32:53.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622025-01-11T00:32:53.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632025-01-11T00:32:53.455Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31642025-01-11T00:32:53.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31652025-01-11T00:32:53.889Z
31662025-01-11T00:32:53.889Zinfo: running `cargo check --bins` on clickana (134/176)
31672025-01-11T00:32:54.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-11T00:32:54.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-11T00:32:54.564Z Checking castaway v0.2.3
31702025-01-11T00:32:54.564Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31712025-01-11T00:32:54.566Z Checking unicode-truncate v1.1.0
31722025-01-11T00:32:54.566Z Checking lru v0.12.5
31732025-01-11T00:32:54.566Z Compiling instability v0.3.2
31742025-01-11T00:32:54.566Z Checking cassowary v0.3.0
31752025-01-11T00:32:54.778Z Checking compact_str v0.8.0
31762025-01-11T00:32:55.420Z Checking ratatui v0.28.1
31772025-01-11T00:32:56.420Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31782025-01-11T00:32:57.507Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31792025-01-11T00:32:58.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
31802025-01-11T00:32:58.600Z
31812025-01-11T00:32:58.600Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31822025-01-11T00:32:59.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832025-01-11T00:32:59.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842025-01-11T00:32:59.311Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31852025-01-11T00:32:59.311Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31862025-01-11T00:33:00.397Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31872025-01-11T00:33:00.912Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31882025-01-11T00:33:01.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
31892025-01-11T00:33:01.495Z
31902025-01-11T00:33:01.495Zinfo: running `cargo check --bins` on ch-dev (136/176)
31912025-01-11T00:33:02.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-01-11T00:33:02.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-01-11T00:33:02.200Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31942025-01-11T00:33:02.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
31952025-01-11T00:33:03.111Z
31962025-01-11T00:33:03.111Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31972025-01-11T00:33:03.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-01-11T00:33:03.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-01-11T00:33:03.770Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32002025-01-11T00:33:04.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32012025-01-11T00:33:04.317Z
32022025-01-11T00:33:04.318Zinfo: running `cargo check --bins` on db-dev (138/176)
32032025-01-11T00:33:04.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042025-01-11T00:33:04.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052025-01-11T00:33:04.979Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32062025-01-11T00:33:05.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
32072025-01-11T00:33:05.891Z
32082025-01-11T00:33:05.891Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
32092025-01-11T00:33:06.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102025-01-11T00:33:06.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112025-01-11T00:33:06.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122025-01-11T00:33:06.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32132025-01-11T00:33:06.558Z
32142025-01-11T00:33:06.558Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
32152025-01-11T00:33:07.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162025-01-11T00:33:07.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172025-01-11T00:33:07.199Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32182025-01-11T00:33:08.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
32192025-01-11T00:33:08.285Z
32202025-01-11T00:33:08.285Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
32212025-01-11T00:33:08.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222025-01-11T00:33:08.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232025-01-11T00:33:08.929Z Checking cargo-platform v0.1.8
32242025-01-11T00:33:09.199Z Checking cargo_metadata v0.18.1
32252025-01-11T00:33:10.180Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32262025-01-11T00:33:11.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
32272025-01-11T00:33:11.191Z
32282025-01-11T00:33:11.191Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32292025-01-11T00:33:11.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-01-11T00:33:11.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-01-11T00:33:11.933Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32322025-01-11T00:33:13.481Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32332025-01-11T00:33:14.142Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32342025-01-11T00:33:14.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
32352025-01-11T00:33:14.934Z
32362025-01-11T00:33:14.935Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32372025-01-11T00:33:15.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382025-01-11T00:33:15.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392025-01-11T00:33:15.743Z Compiling crunchy v0.2.2
32402025-01-11T00:33:15.743Z Compiling tiny-keccak v2.0.2
32412025-01-11T00:33:15.746Z Compiling dsl_auto_type v0.1.2
32422025-01-11T00:33:15.746Z Checking scheduled-thread-pool v0.2.7
32432025-01-11T00:33:15.746Z Compiling diesel_table_macro_syntax v0.2.0
32442025-01-11T00:33:15.897Z Compiling ascii-canvas v3.0.0
32452025-01-11T00:33:15.899Z Compiling ena v0.14.3
32462025-01-11T00:33:15.911Z Compiling regex-syntax v0.6.29
32472025-01-11T00:33:16.064Z Checking r2d2 v0.8.10
32482025-01-11T00:33:16.141Z Compiling diff v0.1.13
32492025-01-11T00:33:16.326Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32502025-01-11T00:33:16.346Z Compiling ref-cast v1.0.23
32512025-01-11T00:33:16.411Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32522025-01-11T00:33:16.458Z Compiling derive_builder_core v0.20.2
32532025-01-11T00:33:16.556Z Compiling libxml v0.3.3
32542025-01-11T00:33:16.669Z Compiling ref-cast-impl v1.0.23
32552025-01-11T00:33:16.792Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32562025-01-11T00:33:16.982Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32572025-01-11T00:33:17.006Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32582025-01-11T00:33:17.178Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32592025-01-11T00:33:17.284Z Compiling strum_macros v0.24.3
32602025-01-11T00:33:17.340Z Compiling samael v0.0.17
32612025-01-11T00:33:17.495Z Compiling diesel_derives v2.2.3
32622025-01-11T00:33:17.602Z Compiling indoc v1.0.9
32632025-01-11T00:33:18.613Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32642025-01-11T00:33:18.893Z Compiling oso-derive v0.27.3
32652025-01-11T00:33:18.926Z Compiling derive_builder_macro v0.20.2
32662025-01-11T00:33:19.198Z Compiling lalrpop v0.19.12
32672025-01-11T00:33:19.808Z Checking derive_builder v0.20.2
32682025-01-11T00:33:19.923Z Compiling impl-trait-for-tuples v0.2.2
32692025-01-11T00:33:19.956Z Checking quick-xml v0.33.0
32702025-01-11T00:33:20.325Z Compiling diesel-dtrace v0.4.2
32712025-01-11T00:33:20.606Z Checking maplit v1.0.2
32722025-01-11T00:33:20.833Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32732025-01-11T00:33:21.011Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32742025-01-11T00:33:21.286Z Checking bb8 v0.8.5
32752025-01-11T00:33:21.871Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762025-01-11T00:33:21.929Z Checking rand_seeder v0.3.0
32772025-01-11T00:33:22.174Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32782025-01-11T00:33:22.202Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32792025-01-11T00:33:22.223Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32802025-01-11T00:33:22.384Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32812025-01-11T00:33:22.553Z Checking is_ci v1.2.0
32822025-01-11T00:33:22.652Z Checking unicode-linebreak v0.1.5
32832025-01-11T00:33:22.695Z Checking smawk v0.3.2
32842025-01-11T00:33:22.917Z Checking supports-color v3.0.1
32852025-01-11T00:33:23.082Z Checking textwrap v0.16.1
32862025-01-11T00:33:23.134Z Checking multimap v0.10.0
32872025-01-11T00:33:24.156Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32882025-01-11T00:33:26.898Z Checking diesel v2.2.6
32892025-01-11T00:33:52.825Z Compiling polar-core v0.27.3
32902025-01-11T00:33:56.869Z Checking async-bb8-diesel v0.2.1
32912025-01-11T00:34:00.254Z Checking oso v0.27.3
32922025-01-11T00:35:14.112Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32932025-01-11T00:35:20.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
32942025-01-11T00:35:20.832Z
32952025-01-11T00:35:20.832Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32962025-01-11T00:35:21.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-01-11T00:35:21.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-01-11T00:35:21.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992025-01-11T00:35:21.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33002025-01-11T00:35:21.545Z
33012025-01-11T00:35:21.545Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
33022025-01-11T00:35:22.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-01-11T00:35:22.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-01-11T00:35:22.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052025-01-11T00:35:22.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33062025-01-11T00:35:22.251Z
33072025-01-11T00:35:22.251Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
33082025-01-11T00:35:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-01-11T00:35:22.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-01-11T00:35:22.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112025-01-11T00:35:22.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33122025-01-11T00:35:22.898Z
33132025-01-11T00:35:22.899Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
33142025-01-11T00:35:23.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-01-11T00:35:23.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-01-11T00:35:23.716Z Compiling libz-sys v1.1.20
33172025-01-11T00:35:23.832Z Compiling libgit2-sys v0.17.0+1.8.1
33182025-01-11T00:35:23.845Z Compiling vergen v8.3.2
33192025-01-11T00:35:23.849Z Compiling cargo-platform v0.1.8
33202025-01-11T00:35:23.849Z Compiling pin-project-internal v1.1.6
33212025-01-11T00:35:23.886Z Compiling snafu-derive v0.8.5
33222025-01-11T00:35:23.886Z Compiling libsqlite3-sys v0.30.1
33232025-01-11T00:35:23.888Z Compiling rustls v0.21.12
33242025-01-11T00:35:24.148Z Compiling buf-list v1.0.3
33252025-01-11T00:35:24.183Z Compiling cargo_metadata v0.18.1
33262025-01-11T00:35:24.361Z Compiling cfg_aliases v0.2.1
33272025-01-11T00:35:24.488Z Compiling nix v0.29.0
33282025-01-11T00:35:24.526Z Checking globset v0.4.15
33292025-01-11T00:35:24.801Z Checking sct v0.7.1
33302025-01-11T00:35:24.835Z Checking olpc-cjson v0.1.4
33312025-01-11T00:35:25.011Z Checking rustls-webpki v0.101.7
33322025-01-11T00:35:25.031Z Checking serde_plain v1.0.2
33332025-01-11T00:35:25.048Z Checking typed-path v0.9.3
33342025-01-11T00:35:25.566Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33352025-01-11T00:35:25.843Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33362025-01-11T00:35:25.862Z Checking hashlink v0.9.1
33372025-01-11T00:35:26.118Z Checking fallible-streaming-iterator v0.1.9
33382025-01-11T00:35:26.309Z Checking parse-size v1.1.0
33392025-01-11T00:35:26.478Z Checking fallible-iterator v0.3.0
33402025-01-11T00:35:26.848Z Checking pin-project v1.1.6
33412025-01-11T00:35:26.983Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33422025-01-11T00:35:27.013Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33432025-01-11T00:35:27.072Z Checking rustls-pemfile v1.0.4
33442025-01-11T00:35:27.160Z Checking rusqlite v0.32.1
33452025-01-11T00:35:27.276Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33462025-01-11T00:35:27.798Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33472025-01-11T00:35:27.993Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482025-01-11T00:35:28.026Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33492025-01-11T00:35:28.047Z Checking twox-hash v1.6.3
33502025-01-11T00:35:28.166Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33512025-01-11T00:35:28.493Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33522025-01-11T00:35:28.746Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33532025-01-11T00:35:29.100Z Checking tokio-rustls v0.24.1
33542025-01-11T00:35:29.197Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33552025-01-11T00:35:29.370Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
33562025-01-11T00:35:29.447Z Checking fatfs v0.3.6
33572025-01-11T00:35:29.572Z Checking snafu v0.8.5
33582025-01-11T00:35:30.059Z Checking tough v0.19.0
33592025-01-11T00:35:30.207Z Checking assert_matches v1.5.0
33602025-01-11T00:35:34.372Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33612025-01-11T00:35:35.910Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33622025-01-11T00:35:36.406Z Compiling git2 v0.19.0
33632025-01-11T00:35:41.272Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
33642025-01-11T00:36:36.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
33652025-01-11T00:36:36.721Z
33662025-01-11T00:36:36.721Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33672025-01-11T00:36:37.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-01-11T00:36:37.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-01-11T00:36:37.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-01-11T00:36:37.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33712025-01-11T00:36:37.436Z
33722025-01-11T00:36:37.436Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33732025-01-11T00:36:37.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-11T00:36:37.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-11T00:36:37.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-11T00:36:37.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33772025-01-11T00:36:38.065Z
33782025-01-11T00:36:38.065Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33792025-01-11T00:36:38.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-11T00:36:38.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-11T00:36:38.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822025-01-11T00:36:38.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33832025-01-11T00:36:38.744Z
33842025-01-11T00:36:38.744Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33852025-01-11T00:36:39.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862025-01-11T00:36:39.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872025-01-11T00:36:39.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882025-01-11T00:36:39.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33892025-01-11T00:36:39.448Z
33902025-01-11T00:36:39.448Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33912025-01-11T00:36:40.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922025-01-11T00:36:40.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932025-01-11T00:36:40.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942025-01-11T00:36:40.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33952025-01-11T00:36:40.154Z
33962025-01-11T00:36:40.154Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33972025-01-11T00:36:40.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982025-01-11T00:36:40.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992025-01-11T00:36:40.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002025-01-11T00:36:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34012025-01-11T00:36:40.843Z
34022025-01-11T00:36:40.843Zinfo: running `cargo check --bins` on update-common (154/176)
34032025-01-11T00:36:41.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-01-11T00:36:41.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-01-11T00:36:41.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062025-01-11T00:36:41.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34072025-01-11T00:36:41.516Z
34082025-01-11T00:36:41.516Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
34092025-01-11T00:36:42.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-01-11T00:36:42.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-01-11T00:36:42.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122025-01-11T00:36:42.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34132025-01-11T00:36:42.182Z
34142025-01-11T00:36:42.182Zinfo: running `cargo check --bins` on tufaceous (156/176)
34152025-01-11T00:36:42.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-01-11T00:36:42.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-01-11T00:36:42.866Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34182025-01-11T00:36:44.152Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
34192025-01-11T00:36:45.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
34202025-01-11T00:36:45.278Z
34212025-01-11T00:36:45.278Zinfo: running `cargo check --bins` on omicron-dev (157/176)
34222025-01-11T00:36:45.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232025-01-11T00:36:45.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242025-01-11T00:36:46.186Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34252025-01-11T00:36:46.189Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34262025-01-11T00:36:46.327Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34272025-01-11T00:36:46.330Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34282025-01-11T00:36:47.395Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34292025-01-11T00:37:14.571Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34302025-01-11T00:37:14.571Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34312025-01-11T00:37:14.574Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34322025-01-11T00:37:14.574Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34332025-01-11T00:37:14.574Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34342025-01-11T00:37:15.582Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34352025-01-11T00:37:16.928Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34362025-01-11T00:37:57.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
34372025-01-11T00:37:57.764Z
34382025-01-11T00:37:57.764Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34392025-01-11T00:37:58.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402025-01-11T00:37:58.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412025-01-11T00:37:58.497Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34422025-01-11T00:37:58.500Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34432025-01-11T00:37:58.500Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34442025-01-11T00:37:58.631Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34452025-01-11T00:37:58.633Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34462025-01-11T00:37:58.660Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34472025-01-11T00:37:58.676Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34482025-01-11T00:37:58.679Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34492025-01-11T00:37:58.821Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34502025-01-11T00:37:58.882Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34512025-01-11T00:37:58.959Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34522025-01-11T00:37:59.347Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34532025-01-11T00:37:59.458Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34542025-01-11T00:37:59.950Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34552025-01-11T00:38:00.137Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34562025-01-11T00:38:00.686Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34572025-01-11T00:38:01.387Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34582025-01-11T00:38:01.821Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34592025-01-11T00:38:02.466Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34602025-01-11T00:38:02.688Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34612025-01-11T00:38:04.520Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34622025-01-11T00:38:04.520Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34632025-01-11T00:38:06.149Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34642025-01-11T00:38:07.804Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34652025-01-11T00:38:13.373Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34662025-01-11T00:38:13.375Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34672025-01-11T00:38:14.686Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34682025-01-11T00:38:15.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.09s
34692025-01-11T00:38:16.054Z
34702025-01-11T00:38:16.054Zinfo: running `cargo check --bins` on installinator-api (159/176)
34712025-01-11T00:38:16.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722025-01-11T00:38:16.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732025-01-11T00:38:16.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742025-01-11T00:38:16.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34752025-01-11T00:38:16.715Z
34762025-01-11T00:38:16.715Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34772025-01-11T00:38:17.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782025-01-11T00:38:17.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792025-01-11T00:38:17.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802025-01-11T00:38:17.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34812025-01-11T00:38:17.383Z
34822025-01-11T00:38:17.383Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34832025-01-11T00:38:17.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-11T00:38:17.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-11T00:38:18.105Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34862025-01-11T00:38:18.107Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34872025-01-11T00:38:18.107Z Compiling petname v2.0.2
34882025-01-11T00:38:18.107Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34892025-01-11T00:38:18.107Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902025-01-11T00:38:18.107Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34912025-01-11T00:38:18.223Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34922025-01-11T00:38:18.256Z Checking sync-ptr v0.1.1
34932025-01-11T00:38:24.001Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34942025-01-11T00:38:24.717Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34952025-01-11T00:38:26.002Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34962025-01-11T00:38:27.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
34972025-01-11T00:38:27.891Z
34982025-01-11T00:38:27.891Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34992025-01-11T00:38:28.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002025-01-11T00:38:28.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012025-01-11T00:38:28.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022025-01-11T00:38:28.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35032025-01-11T00:38:28.581Z
35042025-01-11T00:38:28.581Zinfo: running `cargo check --bins` on omicron-releng (163/176)
35052025-01-11T00:38:29.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-01-11T00:38:29.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-01-11T00:38:29.264Z Checking memmap2 v0.9.5
35082025-01-11T00:38:29.264Z Checking constant_time_eq v0.3.1
35092025-01-11T00:38:29.266Z Checking arrayref v0.3.9
35102025-01-11T00:38:29.267Z Checking arrayvec v0.7.6
35112025-01-11T00:38:29.267Z Checking topological-sort v0.2.2
35122025-01-11T00:38:29.267Z Checking shell-words v1.1.0
35132025-01-11T00:38:29.638Z Checking blake3 v1.5.4
35142025-01-11T00:38:30.001Z Checking omicron-zone-package v0.12.0
35152025-01-11T00:38:31.238Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
35162025-01-11T00:38:32.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
35172025-01-11T00:38:32.396Z
35182025-01-11T00:38:32.396Zinfo: running `cargo check --bins` on xtask (164/176)
35192025-01-11T00:38:32.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-11T00:38:32.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-11T00:38:32.842Z Checking bitflags v2.6.0
35222025-01-11T00:38:32.845Z Checking serde v1.0.217
35232025-01-11T00:38:32.845Z Checking thiserror v1.0.69
35242025-01-11T00:38:32.939Z Checking scroll v0.12.0
35252025-01-11T00:38:32.942Z Checking hashbrown v0.15.1
35262025-01-11T00:38:32.959Z Checking log v0.4.22
35272025-01-11T00:38:32.962Z Checking zerocopy v0.7.35
35282025-01-11T00:38:32.981Z Checking syn v2.0.96
35292025-01-11T00:38:33.037Z Checking pest v2.7.14
35302025-01-11T00:38:33.172Z Checking rustix v0.38.37
35312025-01-11T00:38:33.219Z Checking once_cell v1.20.2
35322025-01-11T00:38:33.390Z Checking goblin v0.8.2
35332025-01-11T00:38:33.525Z Checking fs-err v2.11.0
35342025-01-11T00:38:33.835Z Checking anyhow v1.0.93
35352025-01-11T00:38:33.990Z Checking indexmap v2.7.0
35362025-01-11T00:38:34.200Z Checking tabled v0.15.0
35372025-01-11T00:38:35.054Z Checking terminal_size v0.4.0
35382025-01-11T00:38:35.054Z Checking tempfile v3.13.0
35392025-01-11T00:38:35.225Z Checking clap_builder v4.5.21
35402025-01-11T00:38:35.573Z Checking dtrace-parser v0.2.0
35412025-01-11T00:38:37.324Z Checking serde_json v1.0.135
35422025-01-11T00:38:37.324Z Checking serde_spanned v0.6.8
35432025-01-11T00:38:37.324Z Checking toml_datetime v0.6.8
35442025-01-11T00:38:37.326Z Checking camino v1.1.9
35452025-01-11T00:38:37.326Z Checking cargo-platform v0.1.8
35462025-01-11T00:38:37.454Z Checking semver v1.0.24
35472025-01-11T00:38:37.550Z Checking clap v4.5.21
35482025-01-11T00:38:37.595Z Checking macaddr v1.0.1
35492025-01-11T00:38:37.632Z Checking toml_edit v0.22.22
35502025-01-11T00:38:37.879Z Checking camino-tempfile v1.1.1
35512025-01-11T00:38:38.562Z Checking dof v0.3.0
35522025-01-11T00:38:38.562Z Checking cargo_metadata v0.18.1
35532025-01-11T00:38:38.991Z Checking usdt-impl v0.5.0
35542025-01-11T00:38:39.366Z Checking usdt v0.5.0
35552025-01-11T00:38:39.412Z Checking toml v0.8.19
35562025-01-11T00:38:39.897Z Checking cargo_toml v0.20.5
35572025-01-11T00:38:41.106Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35582025-01-11T00:38:41.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
35592025-01-11T00:38:41.829Z
35602025-01-11T00:38:41.829Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35612025-01-11T00:38:42.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622025-01-11T00:38:42.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632025-01-11T00:38:42.624Z Checking polyval v0.6.2
35642025-01-11T00:38:42.739Z Checking ctr v0.9.2
35652025-01-11T00:38:42.752Z Checking ssh-encoding v0.2.0
35662025-01-11T00:38:42.754Z Checking blowfish v0.9.1
35672025-01-11T00:38:42.776Z Checking password-hash v0.4.2
35682025-01-11T00:38:42.779Z Checking matches v0.1.10
35692025-01-11T00:38:42.810Z Checking p521 v0.13.3
35702025-01-11T00:38:42.814Z Checking p256 v0.13.2
35712025-01-11T00:38:42.890Z Checking idna v0.2.3
35722025-01-11T00:38:42.964Z Checking ghash v0.5.1
35732025-01-11T00:38:42.984Z Checking bcrypt-pbkdf v0.10.0
35742025-01-11T00:38:42.999Z Compiling enum-as-inner v0.5.1
35752025-01-11T00:38:43.058Z Checking russh-cryptovec v0.7.3
35762025-01-11T00:38:43.126Z Checking aes-gcm v0.10.3
35772025-01-11T00:38:43.184Z Checking pbkdf2 v0.11.0
35782025-01-11T00:38:43.244Z Checking md5 v0.7.0
35792025-01-11T00:38:43.266Z Checking num-bigint v0.4.6
35802025-01-11T00:38:43.312Z Checking des v0.8.1
35812025-01-11T00:38:43.360Z Checking ssh-cipher v0.2.0
35822025-01-11T00:38:43.462Z Checking hex-literal v0.4.1
35832025-01-11T00:38:43.517Z Compiling dhcproto-macros v0.1.0
35842025-01-11T00:38:43.568Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35852025-01-11T00:38:43.604Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35862025-01-11T00:38:43.657Z Checking ssh-key v0.6.6
35872025-01-11T00:38:43.713Z Checking internet-checksum v0.2.1
35882025-01-11T00:38:44.043Z Checking trust-dns-proto v0.22.0
35892025-01-11T00:38:45.012Z Checking russh-keys v0.45.0
35902025-01-11T00:38:45.979Z Checking russh v0.45.0
35912025-01-11T00:38:46.669Z Checking dhcproto v0.12.0
35922025-01-11T00:39:04.821Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35932025-01-11T00:39:06.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.50s
35942025-01-11T00:39:06.551Z
35952025-01-11T00:39:06.552Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35962025-01-11T00:39:07.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-01-11T00:39:07.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-01-11T00:39:07.230Z Checking termios v0.3.3
35992025-01-11T00:39:07.452Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36002025-01-11T00:39:08.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
36012025-01-11T00:39:08.474Z
36022025-01-11T00:39:08.474Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
36032025-01-11T00:39:09.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-11T00:39:09.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-11T00:39:09.194Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36062025-01-11T00:39:09.194Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36072025-01-11T00:39:09.197Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36082025-01-11T00:39:09.197Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36092025-01-11T00:39:10.329Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36102025-01-11T00:39:11.690Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36112025-01-11T00:39:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
36122025-01-11T00:39:13.852Z
36132025-01-11T00:39:13.852Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
36142025-01-11T00:39:14.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152025-01-11T00:39:14.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162025-01-11T00:39:14.520Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36172025-01-11T00:39:15.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
36182025-01-11T00:39:15.206Z
36192025-01-11T00:39:15.206Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
36202025-01-11T00:39:15.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-01-11T00:39:15.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-01-11T00:39:15.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232025-01-11T00:39:15.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36242025-01-11T00:39:15.828Z
36252025-01-11T00:39:15.828Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36262025-01-11T00:39:16.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-11T00:39:16.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-11T00:39:16.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292025-01-11T00:39:16.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36302025-01-11T00:39:16.465Z
36312025-01-11T00:39:16.465Zinfo: running `cargo check --bins` on omicron-package (171/176)
36322025-01-11T00:39:17.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332025-01-11T00:39:17.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342025-01-11T00:39:17.163Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36352025-01-11T00:39:18.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
36362025-01-11T00:39:18.813Z
36372025-01-11T00:39:18.813Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36382025-01-11T00:39:19.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392025-01-11T00:39:19.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402025-01-11T00:39:19.557Z Checking rtoolbox v0.0.2
36412025-01-11T00:39:19.560Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36422025-01-11T00:39:19.560Z Checking tui-tree-widget v0.22.0
36432025-01-11T00:39:19.788Z Checking rpassword v7.3.1
36442025-01-11T00:39:24.193Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36452025-01-11T00:39:27.316Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36462025-01-11T00:39:28.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.80s
36472025-01-11T00:39:28.810Z
36482025-01-11T00:39:28.810Zinfo: running `cargo check --bins` on wicket (173/176)
36492025-01-11T00:39:29.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502025-01-11T00:39:29.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512025-01-11T00:39:29.551Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36522025-01-11T00:39:30.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
36532025-01-11T00:39:30.226Z
36542025-01-11T00:39:30.226Zinfo: running `cargo check --bins` on wicketd (174/176)
36552025-01-11T00:39:30.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562025-01-11T00:39:30.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572025-01-11T00:39:30.970Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36582025-01-11T00:39:30.973Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36592025-01-11T00:39:31.877Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36602025-01-11T00:39:35.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
36612025-01-11T00:39:36.035Z
36622025-01-11T00:39:36.035Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36632025-01-11T00:39:36.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642025-01-11T00:39:36.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652025-01-11T00:39:36.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662025-01-11T00:39:36.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36672025-01-11T00:39:36.665Z
36682025-01-11T00:39:36.665Zinfo: running `cargo check --bins` on zone-setup (176/176)
36692025-01-11T00:39:37.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702025-01-11T00:39:37.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712025-01-11T00:39:37.425Z Checking uzers v0.12.1
36722025-01-11T00:39:37.774Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36732025-01-11T00:39:39.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
36742025-01-11T00:39:39.231Z
36752025-01-11T00:39:39.231Zreal 14:20.474497968
36762025-01-11T00:39:39.231Zuser 26:41.175520780
36772025-01-11T00:39:39.231Zsys 6:00.822502040
36782025-01-11T00:39:39.231Ztrap 0.513317084
36792025-01-11T00:39:39.231Ztflt 2.442551433
36802025-01-11T00:39:39.231Zdflt 3.463832802
36812025-01-11T00:39:39.234Zkflt 0.000809122
36822025-01-11T00:39:39.234Zlock 51:45.721710503
36832025-01-11T00:39:39.234Zslp 2:19:15.162966729
36842025-01-11T00:39:39.234Zlat 1:07.976824021
36852025-01-11T00:39:39.234Zstop 3:42.114560304
36862025-01-11T00:39:39.234Zprocess exited: duration 1292311 ms, exit code 0
 
36872025-01-11T00:39:39.239Zfound 0 output files