01JJD83GHRW52K3SQWDXSRX4Q9: 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: 01JJD8418YGNNF1CJWRYRPJSAY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-24T22:50:55.953Zjob assigned to worker 01JJD849MPR82RMQF6GEK8GP7H [factory aws, i-040d01eac479fa52b] (queued for 56 s)
 
22025-01-24T22:51:03.730Zstarting task 0: "setup"
32025-01-24T22:51:03.736Z++ uname -s
42025-01-24T22:51:03.740Z+ kern=SunOS
52025-01-24T22:51:03.740Z+ case "$kern" in
62025-01-24T22:51:03.740Z+ groupadd -g 12345 build
72025-01-24T22:51:03.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-24T22:51:05.747Z+ zfs create -o mountpoint=/work rpool/work
92025-01-24T22:51:05.866Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-24T22:51:05.868Z+ home_fs=zfs
112025-01-24T22:51:05.868Z+ [[ zfs == autofs ]]
122025-01-24T22:51:05.868Z+ mkdir -p /home/build
132025-01-24T22:51:05.871Z+ chown build:build /home/build /work
142025-01-24T22:51:07.872Z+ chmod 0700 /home/build /work
152025-01-24T22:51:07.877Zprocess exited: duration 4148 ms, exit code 0
 
162025-01-24T22:51:07.883Zstarting task 1: "rust-toolchain"
172025-01-24T22:51:07.889Z+ printf ' * toolchain channel = "%s"
182025-01-24T22:51:07.889Z' 1.84.0
192025-01-24T22:51:07.889Z * toolchain channel = "1.84.0"
202025-01-24T22:51:07.889Z+ printf ' * toolchain profile = "%s"
212025-01-24T22:51:07.889Z' default
222025-01-24T22:51:07.889Z * toolchain profile = "default"
232025-01-24T22:51:07.891Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-24T22:51:07.891Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-24T22:51:08.012Zinfo: downloading installer
262025-01-24T22:51:09.686Zinfo: profile set to 'default'
272025-01-24T22:51:09.686Zinfo: default host triple is x86_64-unknown-illumos
282025-01-24T22:51:09.689Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-24T22:51:09.841Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-24T22:51:09.841Zinfo: downloading component 'cargo'
312025-01-24T22:51:10.724Zinfo: downloading component 'clippy'
322025-01-24T22:51:11.063Zinfo: downloading component 'rust-docs'
332025-01-24T22:51:12.273Zinfo: downloading component 'rust-std'
342025-01-24T22:51:14.066Zinfo: downloading component 'rustc'
352025-01-24T22:51:20.928Zinfo: downloading component 'rustfmt'
362025-01-24T22:51:21.251Zinfo: installing component 'cargo'
372025-01-24T22:51:22.642Zinfo: installing component 'clippy'
382025-01-24T22:51:22.650Zinfo: installing component 'rust-docs'
392025-01-24T22:51:24.085Zinfo: installing component 'rust-std'
402025-01-24T22:51:25.769Zinfo: installing component 'rustc'
412025-01-24T22:51:31.935Zinfo: installing component 'rustfmt'
422025-01-24T22:51:32.255Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-24T22:51:32.255Z
442025-01-24T22:51:32.643Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-24T22:51:32.644Z
462025-01-24T22:51:32.647Z
472025-01-24T22:51:32.647ZRust is installed now. Great!
482025-01-24T22:51:32.647Z
492025-01-24T22:51:32.647ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-24T22:51:32.647Zenvironment variable. This has not been done automatically.
512025-01-24T22:51:32.647Z
522025-01-24T22:51:32.647ZTo configure your current shell, you need to source
532025-01-24T22:51:32.647Zthe corresponding env file under $HOME/.cargo.
542025-01-24T22:51:32.647Z
552025-01-24T22:51:32.647ZThis is usually done by running one of the following (note the leading DOT):
562025-01-24T22:51:32.647Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-24T22:51:32.647Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-24T22:51:32.722Z+ rustc --version
592025-01-24T22:51:32.792Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-24T22:51:32.795Zprocess exited: duration 24910 ms, exit code 0
 
612025-01-24T22:51:32.800Zstarting task 2: "authentication"
622025-01-24T22:51:32.821Zprocess exited: duration 20 ms, exit code 0
 
632025-01-24T22:51:32.827Zstarting task 3: "clone repository"
642025-01-24T22:51:32.831Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-24T22:51:32.835Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-24T22:51:33.085ZCloning into '/work/oxidecomputer/omicron'...
672025-01-24T22:51:41.553Z+ cd /work/oxidecomputer/omicron
682025-01-24T22:51:41.553Z+ git fetch origin 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58
692025-01-24T22:51:41.895ZFrom https://github.com/oxidecomputer/omicron
702025-01-24T22:51:41.895Z * branch 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 -> FETCH_HEAD
712025-01-24T22:51:41.906Z+ [[ -n omdb-decommissioned-disk-task-impl ]]
722025-01-24T22:51:41.908Z++ git branch --show-current
732025-01-24T22:51:41.911Z+ current=main
742025-01-24T22:51:41.911Z+ [[ main != omdb-decommissioned-disk-task-impl ]]
752025-01-24T22:51:41.911Z+ git branch -f omdb-decommissioned-disk-task-impl 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58
762025-01-24T22:51:41.915Z+ git checkout -f omdb-decommissioned-disk-task-impl
772025-01-24T22:51:42.093ZSwitched to branch 'omdb-decommissioned-disk-task-impl'
782025-01-24T22:51:42.095Z+ git reset --hard 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58
792025-01-24T22:51:42.108ZHEAD is now at 40f39e77e Merge branch 'omdb-sb-task-impl' into omdb-decommissioned-disk-task-impl
802025-01-24T22:51:42.111Zprocess exited: duration 9282 ms, exit code 0
 
812025-01-24T22:51:42.116Zstarting task 4: "build"
822025-01-24T22:51:42.121Z+ source .github/buildomat/ci-env.sh
832025-01-24T22:51:42.121Z++ export CARGO_TERM_COLOR=always
842025-01-24T22:51:42.124Z++ CARGO_TERM_COLOR=always
852025-01-24T22:51:42.124Z+ cargo --version
862025-01-24T22:51:42.183Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-24T22:51:42.185Z+ rustc --version
882025-01-24T22:51:42.246Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-24T22:51:42.249Z+ source ./env.sh
902025-01-24T22:51:42.249Z++ OLD_SHELL_OPTS=ehxB
912025-01-24T22:51:42.249Z++ set -o xtrace
922025-01-24T22:51:42.251Z++++ dirname ./env.sh
932025-01-24T22:51:42.254Z+++ readlink -f .
942025-01-24T22:51:42.350Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-24T22:51:42.352Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-24T22:51:42.352Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-24T22:51:42.352Z++ 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
982025-01-24T22:51:42.353Z++ 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
992025-01-24T22:51:42.353Z++ 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
1002025-01-24T22:51:42.353Z++ 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
1012025-01-24T22:51:42.353Z++ 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
1022025-01-24T22:51:42.354Z++ 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
1032025-01-24T22:51:42.354Z++ case $OLD_SHELL_OPTS in
1042025-01-24T22:51:42.354Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-24T22:51:42.354Z+ 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
1062025-01-24T22:51:42.355Z+ 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
1072025-01-24T22:51:42.355Z+ banner prerequisites
1082025-01-24T22:51:42.451Z
1092025-01-24T22:51:42.451Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-24T22:51:42.451Z # # # # # # # # # # # # # # #
1112025-01-24T22:51:42.451Z # # # # ##### # # ##### # # # # # #### #
1122025-01-24T22:51:42.451Z ##### ##### # ##### # # # # # # # # #
1132025-01-24T22:51:42.451Z # # # # # # # # # # # # # # #
1142025-01-24T22:51:42.452Z # # # ###### # # ###### ### # #### # #### #
1152025-01-24T22:51:42.452Z
1162025-01-24T22:51:42.455Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-24T22:51:54.583Zpkg list: illegal option -- F
1182025-01-24T22:51:54.583ZUsage:
1192025-01-24T22:51:54.586Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-24T22:51:54.586Z [pkg_fmri_pattern ...]
1212025-01-24T22:51:55.437Zpkg list: illegal option -- F
1222025-01-24T22:51:55.437ZUsage:
1232025-01-24T22:51:55.440Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-24T22:51:55.441Z [pkg_fmri_pattern ...]
1252025-01-24T22:52:05.744Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-24T22:52:10.130Z Startup: Caching catalogs ... Done
1272025-01-24T22:52:21.460ZPlanning: Solver setup ... Done (10.528s)
1282025-01-24T22:52:21.607ZPlanning: Running solver ... Done (0.148s)
1292025-01-24T22:52:22.138ZPlanning: Finding local manifests ... Done (0.428s)
1302025-01-24T22:52:22.179ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-24T22:52:22.860ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-24T22:52:23.492ZPlanning: Package planning ... Done (0.631s)
1332025-01-24T22:52:23.551ZPlanning: Merging actions ... Done (0.060s)
1342025-01-24T22:52:24.693ZPlanning: Checking for conflicting actions ... Done (1.142s)
1352025-01-24T22:52:31.537ZPlanning: Consolidating action changes ... Done (6.844s)
1362025-01-24T22:52:31.949ZPlanning: Evaluating mediators ... Done (0.412s)
1372025-01-24T22:52:32.070ZPlanning: Planning completed in 21.85 seconds
1382025-01-24T22:52:32.081Z Packages to install: 4
1392025-01-24T22:52:32.081Z Packages to update: 3
1402025-01-24T22:52:32.083Z Mediators to change: 2
1412025-01-24T22:52:32.083Z Services to change: 1
1422025-01-24T22:52:32.084Z Estimated space available: 155.61 GB
1432025-01-24T22:52:32.084ZEstimated space to be consumed: 1.64 GB
1442025-01-24T22:52:32.084Z Create boot environment: No
1452025-01-24T22:52:32.084ZCreate backup boot environment: Yes
1462025-01-24T22:52:32.084Z Rebuild boot archive: No
1472025-01-24T22:52:32.084Z
1482025-01-24T22:52:32.084ZChanged mediators:
1492025-01-24T22:52:32.084Z mediator clang:
1502025-01-24T22:52:32.084Z version: None -> 15 (system default)
1512025-01-24T22:52:32.084Z
1522025-01-24T22:52:32.084Z mediator llvm:
1532025-01-24T22:52:32.084Z version: 14 (system default) -> 15 (system default)
1542025-01-24T22:52:32.084Z
1552025-01-24T22:52:32.084ZChanged packages:
1562025-01-24T22:52:32.084Zhelios-dev
1572025-01-24T22:52:32.084Z developer/build-essential
1582025-01-24T22:52:32.084Z None -> 11-2.0
1592025-01-24T22:52:32.084Z library/libxmlsec1
1602025-01-24T22:52:32.084Z None -> 1.2.35-2.0
1612025-01-24T22:52:32.084Z ooce/developer/clang-15
1622025-01-24T22:52:32.084Z None -> 15.0.7-2.0
1632025-01-24T22:52:32.085Z ooce/developer/llvm-15
1642025-01-24T22:52:32.085Z None -> 15.0.7-2.0
1652025-01-24T22:52:32.085Z package/pkg
1662025-01-24T22:52:32.085Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-24T22:52:32.085Z system/library/g++-runtime
1682025-01-24T22:52:32.085Z 13-2.0 -> 14-2.0
1692025-01-24T22:52:32.085Z system/library/gcc-runtime
1702025-01-24T22:52:32.085Z 13-2.0 -> 14-2.0
1712025-01-24T22:52:32.085Z
1722025-01-24T22:52:32.085ZServices:
1732025-01-24T22:52:32.085Z restart_fmri:
1742025-01-24T22:52:32.085Z svc:/system/update-man-index:default
1752025-01-24T22:52:32.085Z
1762025-01-24T22:52:32.085ZEditable files to change:
1772025-01-24T22:52:32.085Z Update:
1782025-01-24T22:52:32.085Z usr/share/lib/pkg/web/config.shtml
1792025-01-24T22:52:32.548Z
1802025-01-24T22:52:32.548ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-24T22:52:37.548ZDownload: 272/4301 items 1.6/225.4MB 0% complete (311k/s)
1822025-01-24T22:52:42.552ZDownload: 794/4301 items 18.6/225.4MB 8% complete (1.9M/s)
1832025-01-24T22:52:47.555ZDownload: 1168/4301 items 65.7/225.4MB 29% complete (6.4M/s)
1842025-01-24T22:52:52.566ZDownload: 1212/4301 items 84.9/225.4MB 37% complete (6.6M/s)
1852025-01-24T22:52:57.568ZDownload: 2825/4301 items 121.1/225.4MB 53% complete (5.5M/s)
1862025-01-24T22:53:02.703ZDownload: 3285/4301 items 212.4/225.4MB 94% complete (12.9M/s)
1872025-01-24T22:53:07.829ZDownload: 3348/4301 items 212.9/225.4MB 94% complete (9.3M/s)
1882025-01-24T22:53:12.831ZDownload: 4281/4301 items 220.6/225.4MB 97% complete (914k/s)
1892025-01-24T22:53:14.564ZDownload: Completed 225.42 MB in 42.02 seconds (5.4M/s)
1902025-01-24T22:53:16.427Z Actions: 1/5122 actions (Removing old actions)
1912025-01-24T22:53:16.442Z Actions: 194/5122 actions (Installing new actions)
1922025-01-24T22:53:21.577Z Actions: 4112/5122 actions (Installing new actions)
1932025-01-24T22:53:22.458Z Actions: 4267/5122 actions (Updating modified actions)
1942025-01-24T22:53:23.054Z Actions: Completed 5122 actions in 6.63 seconds.
1952025-01-24T22:53:23.466Z Done (0.403s)
1962025-01-24T22:53:23.469Z Done (0.001s)
1972025-01-24T22:53:24.046Z Done (0.579s)
1982025-01-24T22:53:31.002Z Done (6.719s)
1992025-01-24T22:53:31.592Z Done (0.521s)
2002025-01-24T22:53:31.595Z Done (0.000s)
2012025-01-24T22:53:31.751Z Done (0.000s)
2022025-01-24T22:53:32.457ZPlanning: Evaluating mediator changes ... Done
2032025-01-24T22:53:32.619ZPlanning: Checking for conflicting actions ... Done
2042025-01-24T22:53:32.622ZPlanning: Consolidating action changes ... Done
2052025-01-24T22:53:32.887ZPlanning: Evaluating mediators ... Done
2062025-01-24T22:53:32.890ZPlanning: Planning completed in 0.43 seconds
2072025-01-24T22:53:32.926Z Mediators to change: 2
2082025-01-24T22:53:32.926Z Create boot environment: No
2092025-01-24T22:53:32.929ZCreate backup boot environment: No
2102025-01-24T22:53:33.008Z Done
2112025-01-24T22:53:33.008Z Done
2122025-01-24T22:53:33.377Z Done
2132025-01-24T22:53:37.044Z Done
2142025-01-24T22:53:37.133Z Done
2152025-01-24T22:53:37.136Z Done
2162025-01-24T22:53:37.281Z Done
2172025-01-24T22:53:37.890ZPlanning: Evaluating mediator changes ... Done
2182025-01-24T22:53:37.893ZPlanning: Merging actions ... Done
2192025-01-24T22:53:38.086ZPlanning: Checking for conflicting actions ... Done
2202025-01-24T22:53:38.089ZPlanning: Consolidating action changes ... Done
2212025-01-24T22:53:38.355ZPlanning: Evaluating mediators ... Done
2222025-01-24T22:53:38.410ZPlanning: Planning completed in 0.76 seconds
2232025-01-24T22:53:38.450Z Packages to change: 1
2242025-01-24T22:53:38.450Z Mediators to change: 1
2252025-01-24T22:53:38.450Z Services to change: 1
2262025-01-24T22:53:38.453Z Create boot environment: No
2272025-01-24T22:53:38.453ZCreate backup boot environment: Yes
2282025-01-24T22:53:40.485Z Actions: 1/6 actions (Updating modified actions)
2292025-01-24T22:53:40.580Z Actions: Completed 6 actions in 0.10 seconds.
2302025-01-24T22:53:40.583Z Done
2312025-01-24T22:53:40.583Z Done
2322025-01-24T22:53:40.698Z Done
2332025-01-24T22:53:44.373Z Done
2342025-01-24T22:53:44.462Z Done
2352025-01-24T22:53:44.464Z Done
2362025-01-24T22:53:44.585Z Done
2372025-01-24T22:53:45.024ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382025-01-24T22:53:45.024Zclang system 15 system
2392025-01-24T22:53:45.024Zcsh system system illumos
2402025-01-24T22:53:45.024Zctags system system illumos
2412025-01-24T22:53:45.024Zgcc vendor 12 vendor
2422025-01-24T22:53:45.024Zgcc system 10 system
2432025-01-24T22:53:45.024Zgcc system 7 system
2442025-01-24T22:53:45.024Zgo system 1.20 system
2452025-01-24T22:53:45.024Zgo system 1.19 system
2462025-01-24T22:53:45.024Zllvm system 15 system
2472025-01-24T22:53:45.024Zllvm system 14 system
2482025-01-24T22:53:45.024Zmariadb system 10.6 system
2492025-01-24T22:53:45.024Zmta vendor vendor dma
2502025-01-24T22:53:45.024Zopenjdk system 17 system
2512025-01-24T22:53:45.025Zopenjdk system 11 system
2522025-01-24T22:53:45.025Zopenjdk system 1.8 system
2532025-01-24T22:53:45.025Zopenssl vendor 3 vendor
2542025-01-24T22:53:45.025Zperl system 5.36 system
2552025-01-24T22:53:45.025Zpostgresql system 15 system
2562025-01-24T22:53:45.025Zpostgresql system 13 system
2572025-01-24T22:53:45.025Zpython vendor 3 vendor
2582025-01-24T22:53:45.025Zpython system 2 system
2592025-01-24T22:53:45.025Zpython3 system 3.11 system
2602025-01-24T22:53:45.025Zruby system 3.0 system
2612025-01-24T22:53:45.025Zwords vendor vendor american-english
2622025-01-24T22:53:45.025Zwords system system australian-english
2632025-01-24T22:53:45.025Zwords system system british-english
2642025-01-24T22:53:45.025Zwords system system canadian-english
2652025-01-24T22:53:45.025Zwords system system french
2662025-01-24T22:53:45.025Zwords system system italian
2672025-01-24T22:53:45.025Zwords system system ngerman
2682025-01-24T22:53:45.025Zwords system system ogerman
2692025-01-24T22:53:45.025Zwords system system spanish
2702025-01-24T22:53:45.349ZPUBLISHER TYPE STATUS P LOCATION
2712025-01-24T22:53:45.349Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722025-01-24T22:53:48.114ZFMRI IFO
2732025-01-24T22:53:48.114Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742025-01-24T22:53:48.114Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752025-01-24T22:53:48.114Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762025-01-24T22:53:48.114Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772025-01-24T22:53:48.114Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782025-01-24T22:53:48.114Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792025-01-24T22:53:48.114Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2802025-01-24T22:53:48.114Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2812025-01-24T22:53:48.114Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2822025-01-24T22:53:48.114Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2832025-01-24T22:53:48.114Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2842025-01-24T22:53:48.114Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852025-01-24T22:53:48.114Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2862025-01-24T22:53:48.115Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2872025-01-24T22:53:48.115Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2882025-01-24T22:53:48.876Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2892025-01-24T22:53:49.176Z Updating crates.io index
2902025-01-24T22:53:49.179Z Updating git repository `https://github.com/oxidecomputer/diffus`
2912025-01-24T22:53:49.583Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922025-01-24T22:53:50.097Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2932025-01-24T22:53:50.349Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942025-01-24T22:53:50.636Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952025-01-24T22:53:50.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
2962025-01-24T22:53:51.835Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972025-01-24T22:53:53.421Z Updating git repository `https://github.com/oxidecomputer/opte`
2982025-01-24T22:53:54.086Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992025-01-24T22:53:54.858Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002025-01-24T22:53:55.160Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012025-01-24T22:53:55.567Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3022025-01-24T22:53:56.312Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3032025-01-24T22:53:56.721Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042025-01-24T22:53:57.126Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052025-01-24T22:53:57.418Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062025-01-24T22:53:57.720Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072025-01-24T22:53:57.968Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082025-01-24T22:53:58.305Z Updating git repository `https://github.com/oxidecomputer/lldp`
3092025-01-24T22:53:58.658Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3102025-01-24T22:53:59.040Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112025-01-24T22:53:59.421Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122025-01-24T22:53:59.754Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3132025-01-24T22:54:00.120Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142025-01-24T22:54:00.609Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152025-01-24T22:54:01.028Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3162025-01-24T22:54:01.399Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172025-01-24T22:54:01.810Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3182025-01-24T22:54:02.202Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192025-01-24T22:54:02.491Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202025-01-24T22:54:02.747Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212025-01-24T22:54:04.060Z Downloading crates ...
3222025-01-24T22:54:04.139Z Downloaded anstyle-query v1.1.1
3232025-01-24T22:54:04.146Z Downloaded fastrand v2.1.1
3242025-01-24T22:54:04.149Z Downloaded autocfg v1.4.0
3252025-01-24T22:54:04.152Z Downloaded bitflags v2.6.0
3262025-01-24T22:54:04.183Z Downloaded scroll_derive v0.12.0
3272025-01-24T22:54:04.193Z Downloaded usdt-macro v0.5.0
3282025-01-24T22:54:04.196Z Downloaded equivalent v1.0.1
3292025-01-24T22:54:04.196Z Downloaded usdt-attr-macro v0.5.0
3302025-01-24T22:54:04.200Z Downloaded pretty-hex v0.4.1
3312025-01-24T22:54:04.214Z Downloaded heck v0.4.1
3322025-01-24T22:54:04.217Z Downloaded swrite v0.1.0
3332025-01-24T22:54:04.217Z Downloaded anstyle-parse v0.2.5
3342025-01-24T22:54:04.220Z Downloaded anstyle v1.0.10
3352025-01-24T22:54:04.220Z Downloaded digest v0.10.7
3362025-01-24T22:54:04.223Z Downloaded cfg-if v1.0.0
3372025-01-24T22:54:04.223Z Downloaded bytecount v0.6.8
3382025-01-24T22:54:04.226Z Downloaded fs-err v2.11.0
3392025-01-24T22:54:04.230Z Downloaded plain v0.2.3
3402025-01-24T22:54:04.230Z Downloaded errno v0.3.9
3412025-01-24T22:54:04.232Z Downloaded colorchoice v1.0.2
3422025-01-24T22:54:04.232Z Downloaded clap_lex v0.7.2
3432025-01-24T22:54:04.232Z Downloaded fnv v1.0.7
3442025-01-24T22:54:04.235Z Downloaded dof v0.3.0
3452025-01-24T22:54:04.235Z Downloaded camino-tempfile v1.1.1
3462025-01-24T22:54:04.237Z Downloaded thiserror-impl v1.0.69
3472025-01-24T22:54:04.237Z Downloaded terminal_size v0.4.0
3482025-01-24T22:54:04.240Z Downloaded macaddr v1.0.1
3492025-01-24T22:54:04.240Z Downloaded crypto-common v0.1.6
3502025-01-24T22:54:04.242Z Downloaded cpufeatures v0.2.14
3512025-01-24T22:54:04.242Z Downloaded cargo-platform v0.1.8
3522025-01-24T22:54:04.245Z Downloaded block-buffer v0.10.4
3532025-01-24T22:54:04.245Z Downloaded usdt-impl v0.5.0
3542025-01-24T22:54:04.247Z Downloaded proc-macro-error-attr v1.0.4
3552025-01-24T22:54:04.255Z Downloaded thread-id v4.2.2
3562025-01-24T22:54:04.258Z Downloaded strsim v0.11.1
3572025-01-24T22:54:04.258Z Downloaded heck v0.5.0
3582025-01-24T22:54:04.261Z Downloaded dtrace-parser v0.2.0
3592025-01-24T22:54:04.261Z Downloaded itoa v1.0.11
3602025-01-24T22:54:04.264Z Downloaded generic-array v0.14.7
3612025-01-24T22:54:04.264Z Downloaded tabled_derive v0.7.0
3622025-01-24T22:54:04.264Z Downloaded is_terminal_polyfill v1.70.1
3632025-01-24T22:54:04.267Z Downloaded unicode-linebreak v0.1.5
3642025-01-24T22:54:04.267Z Downloaded thiserror v1.0.69
3652025-01-24T22:54:04.272Z Downloaded memmap v0.7.0
3662025-01-24T22:54:04.276Z Downloaded pest_generator v2.7.14
3672025-01-24T22:54:04.285Z Downloaded usdt v0.5.0
3682025-01-24T22:54:04.288Z Downloaded toml_datetime v0.6.8
3692025-01-24T22:54:04.288Z Downloaded camino v1.1.9
3702025-01-24T22:54:04.290Z Downloaded byteorder v1.5.0
3712025-01-24T22:54:04.293Z Downloaded cargo_toml v0.20.5
3722025-01-24T22:54:04.293Z Downloaded smawk v0.3.2
3732025-01-24T22:54:04.295Z Downloaded serde_tokenstream v0.2.2
3742025-01-24T22:54:04.295Z Downloaded serde_spanned v0.6.8
3752025-01-24T22:54:04.298Z Downloaded utf8parse v0.2.2
3762025-01-24T22:54:04.298Z Downloaded tempfile v3.13.0
3772025-01-24T22:54:04.301Z Downloaded sha2 v0.10.8
3782025-01-24T22:54:04.303Z Downloaded proc-macro-error v1.0.4
3792025-01-24T22:54:04.306Z Downloaded quote v1.0.38
3802025-01-24T22:54:04.310Z Downloaded zerocopy-derive v0.7.35
3812025-01-24T22:54:04.313Z Downloaded version_check v0.9.5
3822025-01-24T22:54:04.316Z Downloaded once_cell v1.20.2
3832025-01-24T22:54:04.318Z Downloaded cargo_metadata v0.18.1
3842025-01-24T22:54:04.318Z Downloaded semver v1.0.24
3852025-01-24T22:54:04.321Z Downloaded clap_derive v4.5.18
3862025-01-24T22:54:04.327Z Downloaded scroll v0.12.0
3872025-01-24T22:54:04.331Z Downloaded anstream v0.6.15
3882025-01-24T22:54:04.337Z Downloaded anyhow v1.0.95
3892025-01-24T22:54:04.341Z Downloaded papergrid v0.11.0
3902025-01-24T22:54:04.347Z Downloaded textwrap v0.16.1
3912025-01-24T22:54:04.350Z Downloaded ucd-trie v0.1.7
3922025-01-24T22:54:04.352Z Downloaded log v0.4.22
3932025-01-24T22:54:04.355Z Downloaded proc-macro2 v1.0.92
3942025-01-24T22:54:04.358Z Downloaded typenum v1.17.0
3952025-01-24T22:54:04.360Z Downloaded pest_meta v2.7.14
3962025-01-24T22:54:04.368Z Downloaded clap v4.5.21
3972025-01-24T22:54:04.378Z Downloaded unicode-ident v1.0.14
3982025-01-24T22:54:04.381Z Downloaded toml v0.8.19
3992025-01-24T22:54:04.384Z Downloaded serde_derive v1.0.217
4002025-01-24T22:54:04.398Z Downloaded pest_derive v2.7.14
4012025-01-24T22:54:04.401Z Downloaded ryu v1.0.18
4022025-01-24T22:54:04.408Z Downloaded indexmap v2.7.0
4032025-01-24T22:54:04.412Z Downloaded serde v1.0.217
4042025-01-24T22:54:04.419Z Downloaded memchr v2.7.4
4052025-01-24T22:54:04.430Z Downloaded toml_edit v0.22.22
4062025-01-24T22:54:04.463Z Downloaded pest v2.7.14
4072025-01-24T22:54:04.468Z Downloaded hashbrown v0.15.1
4082025-01-24T22:54:04.474Z Downloaded clap_builder v4.5.21
4092025-01-24T22:54:04.493Z Downloaded goblin v0.8.2
4102025-01-24T22:54:04.501Z Downloaded zerocopy v0.7.35
4112025-01-24T22:54:04.521Z Downloaded winnow v0.6.20
4122025-01-24T22:54:04.529Z Downloaded serde_json v1.0.135
4132025-01-24T22:54:04.536Z Downloaded tabled v0.15.0
4142025-01-24T22:54:04.552Z Downloaded syn v1.0.109
4152025-01-24T22:54:04.562Z Downloaded unicode-width v0.1.14
4162025-01-24T22:54:04.568Z Downloaded syn v2.0.96
4172025-01-24T22:54:04.580Z Downloaded rustix v0.38.37
4182025-01-24T22:54:04.617Z Downloaded libc v0.2.169
4192025-01-24T22:54:04.939Z Compiling proc-macro2 v1.0.92
4202025-01-24T22:54:04.939Z Compiling unicode-ident v1.0.14
4212025-01-24T22:54:04.941Z Compiling serde v1.0.217
4222025-01-24T22:54:04.941Z Compiling version_check v0.9.5
4232025-01-24T22:54:04.941Z Compiling thiserror v1.0.69
4242025-01-24T22:54:04.941Z Compiling memchr v2.7.4
4252025-01-24T22:54:04.977Z Compiling libc v0.2.169
4262025-01-24T22:54:04.980Z Compiling ryu v1.0.18
4272025-01-24T22:54:05.239Z Compiling itoa v1.0.11
4282025-01-24T22:54:05.436Z Compiling ucd-trie v0.1.7
4292025-01-24T22:54:05.701Z Compiling once_cell v1.20.2
4302025-01-24T22:54:05.860Z Compiling byteorder v1.5.0
4312025-01-24T22:54:06.018Z Compiling rustix v0.38.37
4322025-01-24T22:54:06.180Z Compiling serde_json v1.0.135
4332025-01-24T22:54:07.089Z Compiling bitflags v2.6.0
4342025-01-24T22:54:07.133Z Compiling proc-macro-error-attr v1.0.4
4352025-01-24T22:54:07.178Z Compiling usdt-impl v0.5.0
4362025-01-24T22:54:07.226Z Compiling syn v1.0.109
4372025-01-24T22:54:07.401Z Compiling proc-macro-error v1.0.4
4382025-01-24T22:54:07.494Z Compiling hashbrown v0.15.1
4392025-01-24T22:54:07.522Z Compiling plain v0.2.3
4402025-01-24T22:54:07.696Z Compiling camino v1.1.9
4412025-01-24T22:54:07.716Z Compiling log v0.4.22
4422025-01-24T22:54:07.718Z Compiling equivalent v1.0.1
4432025-01-24T22:54:07.793Z Compiling thread-id v4.2.2
4442025-01-24T22:54:07.840Z Compiling utf8parse v0.2.2
4452025-01-24T22:54:08.022Z Compiling anstyle-parse v0.2.5
4462025-01-24T22:54:08.049Z Compiling unicode-width v0.1.14
4472025-01-24T22:54:08.070Z Compiling anstyle v1.0.10
4482025-01-24T22:54:08.260Z Compiling quote v1.0.38
4492025-01-24T22:54:08.291Z Compiling errno v0.3.9
4502025-01-24T22:54:08.410Z Compiling autocfg v1.4.0
4512025-01-24T22:54:08.487Z Compiling semver v1.0.24
4522025-01-24T22:54:08.521Z Compiling pretty-hex v0.4.1
4532025-01-24T22:54:08.559Z Compiling indexmap v2.7.0
4542025-01-24T22:54:08.630Z Compiling winnow v0.6.20
4552025-01-24T22:54:08.761Z Compiling syn v2.0.96
4562025-01-24T22:54:08.962Z Compiling anstyle-query v1.1.1
4572025-01-24T22:54:09.120Z Compiling is_terminal_polyfill v1.70.1
4582025-01-24T22:54:09.253Z Compiling colorchoice v1.0.2
4592025-01-24T22:54:09.347Z Compiling fs-err v2.11.0
4602025-01-24T22:54:09.427Z Compiling anstream v0.6.15
4612025-01-24T22:54:09.885Z Compiling cfg-if v1.0.0
4622025-01-24T22:54:10.018Z Compiling fnv v1.0.7
4632025-01-24T22:54:10.046Z Compiling anyhow v1.0.95
4642025-01-24T22:54:10.108Z Compiling clap_lex v0.7.2
4652025-01-24T22:54:10.167Z Compiling heck v0.5.0
4662025-01-24T22:54:10.427Z Compiling terminal_size v0.4.0
4672025-01-24T22:54:10.587Z Compiling heck v0.4.1
4682025-01-24T22:54:10.624Z Compiling fastrand v2.1.1
4692025-01-24T22:54:10.648Z Compiling bytecount v0.6.8
4702025-01-24T22:54:10.673Z Compiling strsim v0.11.1
4712025-01-24T22:54:10.873Z Compiling papergrid v0.11.0
4722025-01-24T22:54:11.022Z Compiling clap_builder v4.5.21
4732025-01-24T22:54:11.063Z Compiling tempfile v3.13.0
4742025-01-24T22:54:11.587Z Compiling memmap v0.7.0
4752025-01-24T22:54:11.851Z Compiling smawk v0.3.2
4762025-01-24T22:54:11.932Z Compiling unicode-linebreak v0.1.5
4772025-01-24T22:54:12.119Z Compiling swrite v0.1.0
4782025-01-24T22:54:12.559Z Compiling textwrap v0.16.1
4792025-01-24T22:54:13.264Z Compiling tabled_derive v0.7.0
4802025-01-24T22:54:14.352Z Compiling tabled v0.15.0
4812025-01-24T22:54:15.637Z Compiling serde_derive v1.0.217
4822025-01-24T22:54:15.773Z Compiling thiserror-impl v1.0.69
4832025-01-24T22:54:15.797Z Compiling zerocopy-derive v0.7.35
4842025-01-24T22:54:15.800Z Compiling scroll_derive v0.12.0
4852025-01-24T22:54:15.843Z Compiling clap_derive v4.5.18
4862025-01-24T22:54:16.971Z Compiling scroll v0.12.0
4872025-01-24T22:54:17.318Z Compiling zerocopy v0.7.35
4882025-01-24T22:54:17.401Z Compiling goblin v0.8.2
4892025-01-24T22:54:17.878Z Compiling pest v2.7.14
4902025-01-24T22:54:19.364Z Compiling clap v4.5.21
4912025-01-24T22:54:20.197Z Compiling pest_meta v2.7.14
4922025-01-24T22:54:21.056Z Compiling pest_generator v2.7.14
4932025-01-24T22:54:22.283Z Compiling pest_derive v2.7.14
4942025-01-24T22:54:22.987Z Compiling dtrace-parser v0.2.0
4952025-01-24T22:54:23.969Z Compiling toml_datetime v0.6.8
4962025-01-24T22:54:23.972Z Compiling serde_spanned v0.6.8
4972025-01-24T22:54:23.972Z Compiling cargo-platform v0.1.8
4982025-01-24T22:54:24.285Z Compiling serde_tokenstream v0.2.2
4992025-01-24T22:54:24.342Z Compiling toml_edit v0.22.22
5002025-01-24T22:54:24.491Z Compiling macaddr v1.0.1
5012025-01-24T22:54:24.665Z Compiling camino-tempfile v1.1.1
5022025-01-24T22:54:25.394Z Compiling dof v0.3.0
5032025-01-24T22:54:25.394Z Compiling cargo_metadata v0.18.1
5042025-01-24T22:54:27.053Z Compiling usdt-attr-macro v0.5.0
5052025-01-24T22:54:27.053Z Compiling usdt-macro v0.5.0
5062025-01-24T22:54:27.296Z Compiling toml v0.8.19
5072025-01-24T22:54:28.132Z Compiling cargo_toml v0.20.5
5082025-01-24T22:54:28.241Z Compiling usdt v0.5.0
5092025-01-24T22:54:30.809Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5102025-01-24T22:54:33.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.28s
5112025-01-24T22:54:34.208Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5122025-01-24T22:54:34.756Z Downloading crates ...
5132025-01-24T22:54:34.913Z Downloaded hex v0.4.3
5142025-01-24T22:54:34.918Z Downloaded hickory-server v0.24.2
5152025-01-24T22:54:34.925Z Downloaded is_ci v1.2.0
5162025-01-24T22:54:34.928Z Downloaded hubpack_derive v0.1.1
5172025-01-24T22:54:34.930Z Downloaded http-range v0.1.5
5182025-01-24T22:54:34.930Z Downloaded ident_case v1.0.1
5192025-01-24T22:54:34.935Z Downloaded http-body v1.0.1
5202025-01-24T22:54:34.944Z Downloaded icu_provider_macros v1.5.0
5212025-01-24T22:54:34.947Z Downloaded mirai-annotations v1.12.0
5222025-01-24T22:54:34.953Z Downloaded md5 v0.7.0
5232025-01-24T22:54:34.965Z Downloaded match_cfg v0.1.0
5242025-01-24T22:54:34.969Z Downloaded hostname v0.4.0
5252025-01-24T22:54:34.972Z Downloaded lazy_static v1.5.0
5262025-01-24T22:54:34.974Z Downloaded libsw v3.3.1
5272025-01-24T22:54:34.977Z Downloaded lalrpop-util v0.19.12
5282025-01-24T22:54:34.977Z Downloaded is-terminal v0.4.13
5292025-01-24T22:54:34.979Z Downloaded lockfree-object-pool v0.1.6
5302025-01-24T22:54:34.983Z Downloaded http-body-util v0.1.2
5312025-01-24T22:54:34.985Z Downloaded mime v0.3.17
5322025-01-24T22:54:34.985Z Downloaded memoffset v0.9.1
5332025-01-24T22:54:34.985Z Downloaded lazycell v1.3.0
5342025-01-24T22:54:34.989Z Downloaded instability v0.3.2
5352025-01-24T22:54:34.989Z Downloaded inout v0.1.3
5362025-01-24T22:54:34.992Z Downloaded maybe-uninit v2.0.0
5372025-01-24T22:54:34.992Z Downloaded managed v0.8.0
5382025-01-24T22:54:34.994Z Downloaded indoc v1.0.9
5392025-01-24T22:54:34.994Z Downloaded humantime v2.1.0
5402025-01-24T22:54:34.997Z Downloaded impl-trait-for-tuples v0.2.2
5412025-01-24T22:54:34.999Z Downloaded idna_adapter v1.2.0
5422025-01-24T22:54:35.002Z Downloaded md-5 v0.10.6
5432025-01-24T22:54:35.002Z Downloaded libefi-sys v0.1.0
5442025-01-24T22:54:35.005Z Downloaded kstat-rs v0.2.4
5452025-01-24T22:54:35.005Z Downloaded internet-checksum v0.2.1
5462025-01-24T22:54:35.005Z Downloaded home v0.5.9
5472025-01-24T22:54:35.007Z Downloaded array-init v0.0.4
5482025-01-24T22:54:35.008Z Downloaded mockall v0.13.0
5492025-01-24T22:54:35.011Z Downloaded progenitor-client v0.9.1
5502025-01-24T22:54:35.014Z Downloaded instant v0.1.13
5512025-01-24T22:54:35.014Z Downloaded maplit v1.0.2
5522025-01-24T22:54:35.014Z Downloaded highway v1.2.0
5532025-01-24T22:54:35.016Z Downloaded hubpack v0.1.2
5542025-01-24T22:54:35.019Z Downloaded jobserver v0.1.32
5552025-01-24T22:54:35.022Z Downloaded hostname v0.3.1
5562025-01-24T22:54:35.023Z Downloaded hex-literal v0.4.1
5572025-01-24T22:54:35.028Z Downloaded async-bb8-diesel v0.2.1
5582025-01-24T22:54:35.028Z Downloaded linked-hash-map v0.5.6
5592025-01-24T22:54:35.032Z Downloaded httparse v1.9.5
5602025-01-24T22:54:35.032Z Downloaded hyper-tls v0.6.0
5612025-01-24T22:54:35.032Z Downloaded heck v0.3.3
5622025-01-24T22:54:35.034Z Downloaded multer v3.1.0
5632025-01-24T22:54:35.037Z Downloaded lru v0.12.5
5642025-01-24T22:54:35.040Z Downloaded atomicwrites v0.4.4
5652025-01-24T22:54:35.040Z Downloaded libloading v0.8.5
5662025-01-24T22:54:35.042Z Downloaded keccak v0.1.5
5672025-01-24T22:54:35.044Z Downloaded memmap2 v0.9.5
5682025-01-24T22:54:35.047Z Downloaded block-padding v0.3.3
5692025-01-24T22:54:35.047Z Downloaded async-stream-impl v0.3.6
5702025-01-24T22:54:35.049Z Downloaded cfg_aliases v0.2.1
5712025-01-24T22:54:35.050Z Downloaded arrayref v0.3.9
5722025-01-24T22:54:35.052Z Downloaded assert_matches v1.5.0
5732025-01-24T22:54:35.055Z Downloaded lock_api v0.4.12
5742025-01-24T22:54:35.058Z Downloaded linear-map v1.2.0
5752025-01-24T22:54:35.058Z Downloaded iana-time-zone v0.1.61
5762025-01-24T22:54:35.060Z Downloaded indent_write v2.2.0
5772025-01-24T22:54:35.063Z Downloaded bitfield-struct v0.6.2
5782025-01-24T22:54:35.066Z Downloaded bcrypt-pbkdf v0.10.0
5792025-01-24T22:54:35.066Z Downloaded base16ct v0.2.0
5802025-01-24T22:54:35.069Z Downloaded atomic-waker v1.1.2
5812025-01-24T22:54:35.069Z Downloaded ascii-canvas v3.0.0
5822025-01-24T22:54:35.069Z Downloaded async-stream v0.3.6
5832025-01-24T22:54:35.072Z Downloaded icu_locid_transform v1.5.0
5842025-01-24T22:54:35.074Z Downloaded darling v0.20.10
5852025-01-24T22:54:35.079Z Downloaded cfg_aliases v0.1.1
5862025-01-24T22:54:35.082Z Downloaded bit-set v0.5.3
5872025-01-24T22:54:35.082Z Downloaded atty v0.2.14
5882025-01-24T22:54:35.085Z Downloaded async-recursion v1.1.1
5892025-01-24T22:54:35.088Z Downloaded time-core v0.1.2
5902025-01-24T22:54:35.092Z Downloaded quick-error v1.2.3
5912025-01-24T22:54:35.092Z Downloaded strum v0.26.3
5922025-01-24T22:54:35.094Z Downloaded cassowary v0.3.0
5932025-01-24T22:54:35.094Z Downloaded crucible-workspace-hack v0.1.0
5942025-01-24T22:54:35.094Z Downloaded crunchy v0.2.2
5952025-01-24T22:54:35.094Z Downloaded bitfield v0.14.0
5962025-01-24T22:54:35.097Z Downloaded mockall_derive v0.13.0
5972025-01-24T22:54:35.100Z Downloaded bitflags v1.3.2
5982025-01-24T22:54:35.102Z Downloaded async-trait v0.1.83
5992025-01-24T22:54:35.106Z Downloaded mime_guess v2.0.5
6002025-01-24T22:54:35.109Z Downloaded litrs v0.4.1
6012025-01-24T22:54:35.112Z Downloaded icu_provider v1.5.0
6022025-01-24T22:54:35.115Z Downloaded icu_normalizer v1.5.0
6032025-01-24T22:54:35.118Z Downloaded icu_locid_transform_data v1.5.0
6042025-01-24T22:54:35.121Z Downloaded ciborium-io v0.2.2
6052025-01-24T22:54:35.123Z Downloaded chacha20 v0.9.1
6062025-01-24T22:54:35.125Z Downloaded ipnet v2.10.1
6072025-01-24T22:54:35.128Z Downloaded colored v2.1.0
6082025-01-24T22:54:35.131Z Downloaded cipher v0.4.4
6092025-01-24T22:54:35.131Z Downloaded ciborium-ll v0.2.2
6102025-01-24T22:54:35.133Z Downloaded salsa20 v0.10.2
6112025-01-24T22:54:35.136Z Downloaded cstr-argument v0.1.2
6122025-01-24T22:54:35.136Z Downloaded cobs v0.2.3
6132025-01-24T22:54:35.138Z Downloaded cbc v0.1.2
6142025-01-24T22:54:35.138Z Downloaded bcs v0.1.6
6152025-01-24T22:54:35.141Z Downloaded litemap v0.7.3
6162025-01-24T22:54:35.143Z Downloaded sha1 v0.10.6
6172025-01-24T22:54:35.146Z Downloaded same-file v1.0.6
6182025-01-24T22:54:35.149Z Downloaded buf-list v1.0.3
6192025-01-24T22:54:35.151Z Downloaded slog-envlogger v2.2.0
6202025-01-24T22:54:35.155Z Downloaded strum_macros v0.24.3
6212025-01-24T22:54:35.155Z Downloaded zone v0.1.8
6222025-01-24T22:54:35.155Z Downloaded slog-json v2.6.1
6232025-01-24T22:54:35.158Z Downloaded curve25519-dalek-derive v0.1.1
6242025-01-24T22:54:35.160Z Downloaded indexmap v1.9.3
6252025-01-24T22:54:35.162Z Downloaded crossbeam-deque v0.8.5
6262025-01-24T22:54:35.165Z Downloaded thiserror-impl-no-std v2.0.2
6272025-01-24T22:54:35.167Z Downloaded backoff v0.4.0
6282025-01-24T22:54:35.170Z Downloaded icu_properties v1.5.1
6292025-01-24T22:54:35.172Z Downloaded hyper-util v0.1.10
6302025-01-24T22:54:35.177Z Downloaded display-error-chain v0.2.2
6312025-01-24T22:54:35.180Z Downloaded heapless v0.8.0
6322025-01-24T22:54:35.183Z Downloaded crc-catalog v2.4.0
6332025-01-24T22:54:35.186Z Downloaded crc v3.2.1
6342025-01-24T22:54:35.188Z Downloaded ctr v0.9.2
6352025-01-24T22:54:35.191Z Downloaded convert_case v0.4.0
6362025-01-24T22:54:35.191Z Downloaded thread_local v1.1.8
6372025-01-24T22:54:35.193Z Downloaded addr2line v0.24.2
6382025-01-24T22:54:35.196Z Downloaded which v4.4.2
6392025-01-24T22:54:35.198Z Downloaded typify-macro v0.2.0
6402025-01-24T22:54:35.198Z Downloaded miniz_oxide v0.8.0
6412025-01-24T22:54:35.201Z Downloaded nodrop v0.1.14
6422025-01-24T22:54:35.203Z Downloaded number_prefix v0.4.0
6432025-01-24T22:54:35.206Z Downloaded xattr v1.3.1
6442025-01-24T22:54:35.210Z Downloaded utf8_iter v1.0.4
6452025-01-24T22:54:35.210Z Downloaded blake2 v0.10.6
6462025-01-24T22:54:35.213Z Downloaded ciborium v0.2.2
6472025-01-24T22:54:35.216Z Downloaded xz2 v0.1.7
6482025-01-24T22:54:35.216Z Downloaded hmac v0.12.1
6492025-01-24T22:54:35.219Z Downloaded normalize-line-endings v0.3.0
6502025-01-24T22:54:35.219Z Downloaded bzip2 v0.4.4
6512025-01-24T22:54:35.221Z Downloaded strum_macros v0.25.3
6522025-01-24T22:54:35.224Z Downloaded slog-async v2.8.0
6532025-01-24T22:54:35.226Z Downloaded universal-hash v0.5.1
6542025-01-24T22:54:35.229Z Downloaded console v0.15.8
6552025-01-24T22:54:35.231Z Downloaded zone v0.3.0
6562025-01-24T22:54:35.234Z Downloaded strum_macros v0.26.4
6572025-01-24T22:54:35.236Z Downloaded arc-swap v1.7.1
6582025-01-24T22:54:35.240Z Downloaded ipnetwork v0.20.0
6592025-01-24T22:54:35.242Z Downloaded httpdate v1.0.3
6602025-01-24T22:54:35.242Z Downloaded newline-converter v0.3.0
6612025-01-24T22:54:35.245Z Downloaded form_urlencoded v1.2.1
6622025-01-24T22:54:35.245Z Downloaded crc32fast v1.4.2
6632025-01-24T22:54:35.248Z Downloaded ed25519 v2.2.3
6642025-01-24T22:54:35.250Z Downloaded fragile v2.0.0
6652025-01-24T22:54:35.253Z Downloaded fixedbitset v0.4.2
6662025-01-24T22:54:35.256Z Downloaded cookie_store v0.21.1
6672025-01-24T22:54:35.258Z Downloaded take_mut v0.2.2
6682025-01-24T22:54:35.258Z Downloaded clang-sys v1.8.1
6692025-01-24T22:54:35.260Z Downloaded indicatif v0.17.9
6702025-01-24T22:54:35.266Z Downloaded oso-derive v0.27.3
6712025-01-24T22:54:35.268Z Downloaded flagset v0.4.6
6722025-01-24T22:54:35.269Z Downloaded sqlparser_derive v0.2.2
6732025-01-24T22:54:35.271Z Downloaded serde-big-array v0.5.1
6742025-01-24T22:54:35.274Z Downloaded hyper-rustls v0.27.3
6752025-01-24T22:54:35.285Z Downloaded sync_wrapper v1.0.1
6762025-01-24T22:54:35.288Z Downloaded hickory-client v0.24.2
6772025-01-24T22:54:35.291Z Downloaded peg v0.8.4
6782025-01-24T22:54:35.294Z Downloaded ahash v0.8.11
6792025-01-24T22:54:35.297Z Downloaded darling_macro v0.20.10
6802025-01-24T22:54:35.300Z Downloaded backtrace v0.3.74
6812025-01-24T22:54:35.304Z Downloaded headers-core v0.3.0
6822025-01-24T22:54:35.307Z Downloaded pin-utils v0.1.0
6832025-01-24T22:54:35.307Z Downloaded yoke v0.7.4
6842025-01-24T22:54:35.309Z Downloaded aho-corasick v1.1.3
6852025-01-24T22:54:35.315Z Downloaded rand_xorshift v0.3.0
6862025-01-24T22:54:35.317Z Downloaded signal-hook-tokio v0.3.1
6872025-01-24T22:54:35.317Z Downloaded signal-hook-registry v1.4.2
6882025-01-24T22:54:35.320Z Downloaded semver v0.1.20
6892025-01-24T22:54:35.322Z Downloaded rand_seeder v0.3.0
6902025-01-24T22:54:35.322Z Downloaded ecdsa v0.16.9
6912025-01-24T22:54:35.325Z Downloaded compact_str v0.8.0
6922025-01-24T22:54:35.328Z Downloaded minimal-lexical v0.2.1
6932025-01-24T22:54:35.334Z Downloaded openssl-macros v0.1.1
6942025-01-24T22:54:35.336Z Downloaded mio v1.0.2
6952025-01-24T22:54:35.342Z Downloaded tabwriter v1.4.0
6962025-01-24T22:54:35.344Z Downloaded synstructure v0.13.1
6972025-01-24T22:54:35.347Z Downloaded sync-ptr v0.1.1
6982025-01-24T22:54:35.347Z Downloaded spki v0.7.3
6992025-01-24T22:54:35.349Z Downloaded tokio-native-tls v0.3.1
7002025-01-24T22:54:35.353Z Downloaded peg-macros v0.8.4
7012025-01-24T22:54:35.353Z Downloaded twox-hash v1.6.3
7022025-01-24T22:54:35.355Z Downloaded cancel-safe-futures v0.1.5
7032025-01-24T22:54:35.358Z Downloaded packed_struct_codegen v0.10.1
7042025-01-24T22:54:35.361Z Downloaded dirs-next v2.0.0
7052025-01-24T22:54:35.363Z Downloaded progenitor-macro v0.8.0
7062025-01-24T22:54:35.363Z Downloaded parking_lot v0.11.2
7072025-01-24T22:54:35.366Z Downloaded nu-ansi-term v0.50.1
7082025-01-24T22:54:35.369Z Downloaded sigpipe v0.1.3
7092025-01-24T22:54:35.371Z Downloaded allocator-api2 v0.2.18
7102025-01-24T22:54:35.374Z Downloaded progenitor-client v0.8.0
7112025-01-24T22:54:35.374Z Downloaded serde_yaml v0.9.34+deprecated
7122025-01-24T22:54:35.380Z Downloaded multimap v0.10.0
7132025-01-24T22:54:35.382Z Downloaded float-ord v0.3.2
7142025-01-24T22:54:35.382Z Downloaded float-cmp v0.9.0
7152025-01-24T22:54:35.382Z Downloaded pkcs1 v0.7.5
7162025-01-24T22:54:35.385Z Downloaded embedded-io v0.6.1
7172025-01-24T22:54:35.387Z Downloaded bumpalo v3.16.0
7182025-01-24T22:54:35.390Z Downloaded http v1.2.0
7192025-01-24T22:54:35.395Z Downloaded futures-sink v0.3.31
7202025-01-24T22:54:35.397Z Downloaded rustls-pemfile v2.2.0
7212025-01-24T22:54:35.400Z Downloaded futures-macro v0.3.31
7222025-01-24T22:54:35.400Z Downloaded futures-io v0.3.31
7232025-01-24T22:54:35.402Z Downloaded const_format v0.2.33
7242025-01-24T22:54:35.407Z Downloaded yoke-derive v0.7.4
7252025-01-24T22:54:35.410Z Downloaded tap v1.0.1
7262025-01-24T22:54:35.410Z Downloaded untrusted v0.7.1
7272025-01-24T22:54:35.413Z Downloaded diesel_derives v2.2.3
7282025-01-24T22:54:35.416Z Downloaded tracing-core v0.1.32
7292025-01-24T22:54:35.419Z Downloaded write16 v1.0.0
7302025-01-24T22:54:35.421Z Downloaded whoami v1.5.2
7312025-01-24T22:54:35.424Z Downloaded psl-types v2.0.11
7322025-01-24T22:54:35.426Z Downloaded progenitor v0.9.1
7332025-01-24T22:54:35.426Z Downloaded progenitor v0.8.0
7342025-01-24T22:54:35.429Z Downloaded rustc_version v0.4.1
7352025-01-24T22:54:35.431Z Downloaded percent-encoding v2.3.1
7362025-01-24T22:54:35.431Z Downloaded fxhash v0.2.1
7372025-01-24T22:54:35.434Z Downloaded predicates-tree v1.0.11
7382025-01-24T22:54:35.434Z Downloaded progenitor-impl v0.9.1
7392025-01-24T22:54:35.436Z Downloaded progenitor-impl v0.8.0
7402025-01-24T22:54:35.443Z Downloaded scrypt v0.11.0
7412025-01-24T22:54:35.443Z Downloaded slog-stdlog v4.1.1
7422025-01-24T22:54:35.443Z Downloaded num-complex v0.4.6
7432025-01-24T22:54:35.447Z Downloaded scopeguard v1.2.0
7442025-01-24T22:54:35.447Z Downloaded schemars_derive v0.8.21
7452025-01-24T22:54:35.450Z Downloaded phf_shared v0.10.0
7462025-01-24T22:54:35.450Z Downloaded openssl-probe v0.1.5
7472025-01-24T22:54:35.452Z Downloaded rustfmt-wrapper v0.2.1
7482025-01-24T22:54:35.452Z Downloaded pkcs5 v0.7.1
7492025-01-24T22:54:35.455Z Downloaded opaque-debug v0.3.1
7502025-01-24T22:54:35.459Z Downloaded peg-runtime v0.8.3
7512025-01-24T22:54:35.462Z Downloaded subtle v2.6.1
7522025-01-24T22:54:35.462Z Downloaded termcolor v1.4.1
7532025-01-24T22:54:35.462Z Downloaded tracing v0.1.40
7542025-01-24T22:54:35.466Z Downloaded russh-cryptovec v0.7.3
7552025-01-24T22:54:35.468Z Downloaded structmeta-derive v0.3.0
7562025-01-24T22:54:35.468Z Downloaded pem-rfc7468 v0.7.0
7572025-01-24T22:54:35.471Z Downloaded password-hash v0.5.0
7582025-01-24T22:54:35.473Z Downloaded rustls-pki-types v1.10.0
7592025-01-24T22:54:35.476Z Downloaded wyz v0.5.1
7602025-01-24T22:54:35.479Z Downloaded tui-tree-widget v0.22.0
7612025-01-24T22:54:35.482Z Downloaded num-rational v0.4.2
7622025-01-24T22:54:35.482Z Downloaded stringprep v0.1.5
7632025-01-24T22:54:35.484Z Downloaded uzers v0.12.1
7642025-01-24T22:54:35.487Z Downloaded wait-timeout v0.2.0
7652025-01-24T22:54:35.489Z Downloaded derive-where v1.2.7
7662025-01-24T22:54:35.492Z Downloaded gethostname v0.5.0
7672025-01-24T22:54:35.495Z Downloaded document-features v0.2.10
7682025-01-24T22:54:35.497Z Downloaded futures-task v0.3.31
7692025-01-24T22:54:35.497Z Downloaded crossbeam-channel v0.5.13
7702025-01-24T22:54:35.501Z Downloaded downcast v0.11.0
7712025-01-24T22:54:35.505Z Downloaded rcgen v0.12.1
7722025-01-24T22:54:35.507Z Downloaded itertools v0.10.5
7732025-01-24T22:54:35.513Z Downloaded diesel_table_macro_syntax v0.2.0
7742025-01-24T22:54:35.516Z Downloaded heapless v0.7.17
7752025-01-24T22:54:35.519Z Downloaded foreign-types-shared v0.3.1
7762025-01-24T22:54:35.521Z Downloaded ref-cast-impl v1.0.23
7772025-01-24T22:54:35.522Z Downloaded ref-cast v1.0.23
7782025-01-24T22:54:35.524Z Downloaded phf_generator v0.11.2
7792025-01-24T22:54:35.526Z Downloaded phf_codegen v0.11.2
7802025-01-24T22:54:35.526Z Downloaded shlex v1.3.0
7812025-01-24T22:54:35.529Z Downloaded pretty-hex v0.2.1
7822025-01-24T22:54:35.532Z Downloaded parse-size v1.1.0
7832025-01-24T22:54:35.532Z Downloaded uuid v1.12.0
7842025-01-24T22:54:35.534Z Downloaded tungstenite v0.24.0
7852025-01-24T22:54:35.538Z Downloaded rtoolbox v0.0.2
7862025-01-24T22:54:35.542Z Downloaded rpassword v7.3.1
7872025-01-24T22:54:35.542Z Downloaded writeable v0.5.5
7882025-01-24T22:54:35.544Z Downloaded typify v0.2.0
7892025-01-24T22:54:35.548Z Downloaded unarray v0.1.4
7902025-01-24T22:54:35.550Z Downloaded stable_deref_trait v1.2.0
7912025-01-24T22:54:35.550Z Downloaded ssh-encoding v0.2.0
7922025-01-24T22:54:35.553Z Downloaded displaydoc v0.2.5
7932025-01-24T22:54:35.555Z Downloaded tokio-tungstenite v0.24.0
7942025-01-24T22:54:35.558Z Downloaded utf-8 v0.7.6
7952025-01-24T22:54:35.561Z Downloaded unicase v2.7.0
7962025-01-24T22:54:35.561Z Downloaded num_enum v0.5.11
7972025-01-24T22:54:35.566Z Downloaded foreign-types v0.3.2
7982025-01-24T22:54:35.569Z Downloaded derive_builder_macro v0.20.2
7992025-01-24T22:54:35.569Z Downloaded defmt-parser v0.3.4
8002025-01-24T22:54:35.572Z Downloaded num-traits v0.2.19
8012025-01-24T22:54:35.574Z Downloaded dropshot_endpoint v0.15.1
8022025-01-24T22:54:35.577Z Downloaded hyper v1.5.2
8032025-01-24T22:54:35.583Z Downloaded num v0.4.3
8042025-01-24T22:54:35.586Z Downloaded hash32 v0.2.1
8052025-01-24T22:54:35.589Z Downloaded num-conv v0.1.0
8062025-01-24T22:54:35.589Z Downloaded diesel-dtrace v0.4.2
8072025-01-24T22:54:35.591Z Downloaded newtype_derive v0.1.6
8082025-01-24T22:54:35.591Z Downloaded polyval v0.6.2
8092025-01-24T22:54:35.594Z Downloaded phf_shared v0.11.2
8102025-01-24T22:54:35.594Z Downloaded nibble_vec v0.1.0
8112025-01-24T22:54:35.596Z Downloaded dsl_auto_type v0.1.2
8122025-01-24T22:54:35.599Z Downloaded phf v0.11.2
8132025-01-24T22:54:35.602Z Downloaded typify v0.3.0
8142025-01-24T22:54:35.604Z Downloaded tokio-postgres v0.7.12
8152025-01-24T22:54:35.609Z Downloaded resolv-conf v0.7.0
8162025-01-24T22:54:35.611Z Downloaded predicates-core v1.0.8
8172025-01-24T22:54:35.614Z Downloaded idna v1.0.3
8182025-01-24T22:54:35.617Z Downloaded p256 v0.13.2
8192025-01-24T22:54:35.620Z Downloaded futures-channel v0.3.31
8202025-01-24T22:54:35.623Z Downloaded tinyvec_macros v0.1.1
8212025-01-24T22:54:35.625Z Downloaded diff v0.1.13
8222025-01-24T22:54:35.628Z Downloaded waitgroup v0.1.2
8232025-01-24T22:54:35.631Z Downloaded fd-lock v4.0.2
8242025-01-24T22:54:35.633Z Downloaded deranged v0.3.11
8252025-01-24T22:54:35.633Z Downloaded utf16_iter v1.0.5
8262025-01-24T22:54:35.636Z Downloaded tls_codec_derive v0.4.1
8272025-01-24T22:54:35.638Z Downloaded endian-type v0.1.2
8282025-01-24T22:54:35.638Z Downloaded want v0.3.1
8292025-01-24T22:54:35.641Z Downloaded rustyline v14.0.0
8302025-01-24T22:54:35.645Z Downloaded num-derive v0.4.2
8312025-01-24T22:54:35.647Z Downloaded ff v0.13.0
8322025-01-24T22:54:35.650Z Downloaded zeroize_derive v1.4.2
8332025-01-24T22:54:35.650Z Downloaded zeroize v1.8.1
8342025-01-24T22:54:35.652Z Downloaded crossterm v0.28.1
8352025-01-24T22:54:35.659Z Downloaded precomputed-hash v0.1.1
8362025-01-24T22:54:35.661Z Downloaded zerocopy v0.6.6
8372025-01-24T22:54:35.664Z Downloaded termtree v0.4.1
8382025-01-24T22:54:35.666Z Downloaded newtype-uuid v1.2.1
8392025-01-24T22:54:35.666Z Downloaded poly1305 v0.8.0
8402025-01-24T22:54:35.669Z Downloaded tungstenite v0.23.0
8412025-01-24T22:54:35.673Z Downloaded num-integer v0.1.46
8422025-01-24T22:54:35.675Z Downloaded derive_more v0.99.18
8432025-01-24T22:54:35.681Z Downloaded serde_path_to_error v0.1.16
8442025-01-24T22:54:35.683Z Downloaded russh v0.45.0
8452025-01-24T22:54:35.689Z Downloaded structmeta v0.2.0
8462025-01-24T22:54:35.692Z Downloaded serde_with_macros v3.11.0
8472025-01-24T22:54:35.697Z Downloaded test-strategy v0.3.1
8482025-01-24T22:54:35.699Z Downloaded typify-macro v0.3.0
8492025-01-24T22:54:35.699Z Downloaded time-macros v0.2.18
8502025-01-24T22:54:35.702Z Downloaded headers v0.4.0
8512025-01-24T22:54:35.707Z Downloaded path-slash v0.1.5
8522025-01-24T22:54:35.710Z Downloaded olpc-cjson v0.1.4
8532025-01-24T22:54:35.710Z Downloaded structmeta v0.3.0
8542025-01-24T22:54:35.713Z Downloaded tokio-rustls v0.25.0
8552025-01-24T22:54:35.716Z Downloaded omicron-zone-package v0.12.0
8562025-01-24T22:54:35.719Z Downloaded env_filter v0.1.2
8572025-01-24T22:54:35.719Z Downloaded enum-as-inner v0.6.1
8582025-01-24T22:54:35.721Z Downloaded unicode-properties v0.1.3
8592025-01-24T22:54:35.724Z Downloaded either v1.13.0
8602025-01-24T22:54:35.726Z Downloaded defmt-macros v0.3.9
8612025-01-24T22:54:35.729Z Downloaded typed-path v0.9.3
8622025-01-24T22:54:35.736Z Downloaded termtree v0.5.1
8632025-01-24T22:54:35.738Z Downloaded rustc_version v0.1.7
8642025-01-24T22:54:35.739Z Downloaded rustc-hash v1.1.0
8652025-01-24T22:54:35.742Z Downloaded ppv-lite86 v0.2.20
8662025-01-24T22:54:35.742Z Downloaded embedded-io v0.4.0
8672025-01-24T22:54:35.745Z Downloaded zerofrom-derive v0.1.4
8682025-01-24T22:54:35.745Z Downloaded termios v0.3.3
8692025-01-24T22:54:35.748Z Downloaded structmeta-derive v0.2.0
8702025-01-24T22:54:35.751Z Downloaded strip-ansi-escapes v0.2.0
8712025-01-24T22:54:35.751Z Downloaded rustc-demangle v0.1.24
8722025-01-24T22:54:35.754Z Downloaded zone_cfg_derive v0.3.0
8732025-01-24T22:54:35.754Z Downloaded ghash v0.5.1
8742025-01-24T22:54:35.756Z Downloaded sct v0.7.1
8752025-01-24T22:54:35.759Z Downloaded zone_cfg_derive v0.1.2
8762025-01-24T22:54:35.759Z Downloaded vte_generate_state_changes v0.1.2
8772025-01-24T22:54:35.762Z Downloaded pin-project-internal v1.1.6
8782025-01-24T22:54:35.762Z Downloaded num_threads v0.1.7
8792025-01-24T22:54:35.766Z Downloaded socket2 v0.5.7
8802025-01-24T22:54:35.769Z Downloaded snafu v0.8.5
8812025-01-24T22:54:35.772Z Downloaded parse-display-derive v0.10.0
8822025-01-24T22:54:35.776Z Downloaded aes-gcm v0.10.3
8832025-01-24T22:54:35.778Z Downloaded parse-display v0.10.0
8842025-01-24T22:54:35.781Z Downloaded nom v7.1.3
8852025-01-24T22:54:35.784Z Downloaded paste v1.0.15
8862025-01-24T22:54:35.788Z Downloaded zerovec-derive v0.10.3
8872025-01-24T22:54:35.791Z Downloaded qorb v0.2.1
8882025-01-24T22:54:35.795Z Downloaded signal-hook-mio v0.2.4
8892025-01-24T22:54:35.797Z Downloaded der_derive v0.7.3
8902025-01-24T22:54:35.800Z Downloaded tough v0.19.0
8912025-01-24T22:54:35.808Z Downloaded foreign-types-shared v0.1.1
8922025-01-24T22:54:35.811Z Downloaded foreign-types-macros v0.2.3
8932025-01-24T22:54:35.811Z Downloaded password-hash v0.4.2
8942025-01-24T22:54:35.815Z Downloaded tower-service v0.3.3
8952025-01-24T22:54:35.815Z Downloaded foreign-types v0.5.0
8962025-01-24T22:54:35.819Z Downloaded string_cache v0.8.7
8972025-01-24T22:54:35.819Z Downloaded try-lock v0.2.5
8982025-01-24T22:54:35.820Z Downloaded new_debug_unreachable v1.0.6
8992025-01-24T22:54:35.820Z Downloaded rand_chacha v0.3.1
9002025-01-24T22:54:35.823Z Downloaded radium v0.7.0
9012025-01-24T22:54:35.823Z Downloaded env_logger v0.11.5
9022025-01-24T22:54:35.826Z Downloaded russh-keys v0.45.0
9032025-01-24T22:54:35.828Z Downloaded rustversion v1.0.17
9042025-01-24T22:54:35.831Z Downloaded getrandom v0.2.15
9052025-01-24T22:54:35.833Z Downloaded prettyplease v0.2.25
9062025-01-24T22:54:35.836Z Downloaded env_logger v0.10.2
9072025-01-24T22:54:35.839Z Downloaded tokio-rustls v0.26.0
9082025-01-24T22:54:35.843Z Downloaded unicode-bidi v0.3.17
9092025-01-24T22:54:35.845Z Downloaded ron v0.8.1
9102025-01-24T22:54:35.851Z Downloaded flate2 v1.0.35
9112025-01-24T22:54:35.856Z Downloaded untrusted v0.9.0
9122025-01-24T22:54:35.859Z Downloaded parking_lot_core v0.8.6
9132025-01-24T22:54:35.861Z Downloaded toolchain_find v0.4.0
9142025-01-24T22:54:35.864Z Downloaded num_enum_derive v0.5.11
9152025-01-24T22:54:35.864Z Downloaded tokio-tungstenite v0.23.1
9162025-01-24T22:54:35.866Z Downloaded siphasher v0.3.11
9172025-01-24T22:54:35.868Z Downloaded smf v0.2.3
9182025-01-24T22:54:35.868Z Downloaded tokio-tungstenite v0.21.0
9192025-01-24T22:54:35.871Z Downloaded rustls-pemfile v1.0.4
9202025-01-24T22:54:35.874Z Downloaded r2d2 v0.8.10
9212025-01-24T22:54:35.877Z Downloaded oso v0.27.3
9222025-01-24T22:54:35.880Z Downloaded ssh-cipher v0.2.0
9232025-01-24T22:54:35.882Z Downloaded native-tls v0.2.12
9242025-01-24T22:54:35.882Z Downloaded postgres-protocol v0.6.7
9252025-01-24T22:54:35.885Z Downloaded num-iter v0.1.45
9262025-01-24T22:54:35.887Z Downloaded static_assertions v1.1.0
9272025-01-24T22:54:35.890Z Downloaded topological-sort v0.2.2
9282025-01-24T22:54:35.890Z Downloaded nanorand v0.7.0
9292025-01-24T22:54:35.892Z Downloaded schemars v0.8.21
9302025-01-24T22:54:35.903Z Downloaded proc-macro-crate v1.3.1
9312025-01-24T22:54:35.906Z Downloaded packed_struct v0.10.1
9322025-01-24T22:54:35.908Z Downloaded primeorder v0.13.6
9332025-01-24T22:54:35.908Z Downloaded owo-colors v4.1.0
9342025-01-24T22:54:35.911Z Downloaded hash32 v0.3.1
9352025-01-24T22:54:35.914Z Downloaded serde_plain v1.0.2
9362025-01-24T22:54:35.916Z Downloaded fallible-iterator v0.2.0
9372025-01-24T22:54:35.916Z Downloaded group v0.13.0
9382025-01-24T22:54:35.919Z Downloaded fallible-streaming-iterator v0.1.9
9392025-01-24T22:54:35.919Z Downloaded fallible-iterator v0.3.0
9402025-01-24T22:54:35.924Z Downloaded value-bag v1.9.0
9412025-01-24T22:54:35.932Z Downloaded similar v2.6.0
9422025-01-24T22:54:35.934Z Downloaded data-encoding v2.6.0
9432025-01-24T22:54:35.935Z Downloaded quinn-udp v0.5.5
9442025-01-24T22:54:35.935Z Downloaded defmt v0.3.8
9452025-01-24T22:54:35.938Z Downloaded quick-xml v0.33.0
9462025-01-24T22:54:35.942Z Downloaded proptest v1.5.0
9472025-01-24T22:54:35.952Z Downloaded unicode-xid v0.2.6
9482025-01-24T22:54:35.956Z Downloaded postcard v1.0.10
9492025-01-24T22:54:35.958Z Downloaded hashbrown v0.12.3
9502025-01-24T22:54:35.962Z Downloaded postgres-types v0.2.8
9512025-01-24T22:54:35.965Z Downloaded hashlink v0.9.1
9522025-01-24T22:54:35.968Z Downloaded rand v0.8.5
9532025-01-24T22:54:35.972Z Downloaded salty v0.3.0
9542025-01-24T22:54:35.977Z Downloaded debug-ignore v1.0.5
9552025-01-24T22:54:35.979Z Downloaded bitvec v1.0.1
9562025-01-24T22:54:35.996Z Downloaded vte v0.11.1
9572025-01-24T22:54:35.999Z Downloaded icu_properties_data v1.5.0
9582025-01-24T22:54:36.008Z Downloaded bindgen v0.69.5
9592025-01-24T22:54:36.016Z Downloaded zopfli v0.8.1
9602025-01-24T22:54:36.018Z Downloaded tinyvec v1.8.0
9612025-01-24T22:54:36.021Z Downloaded chrono v0.4.39
9622025-01-24T22:54:36.028Z Downloaded spin v0.9.8
9632025-01-24T22:54:36.032Z Downloaded num-bigint-dig v0.8.4
9642025-01-24T22:54:36.036Z Downloaded pin-project v1.1.6
9652025-01-24T22:54:36.050Z Downloaded fatfs v0.3.6
9662025-01-24T22:54:36.053Z Downloaded url v2.5.3
9672025-01-24T22:54:36.055Z Downloaded unsafe-libyaml v0.2.11
9682025-01-24T22:54:36.059Z Downloaded unicode-segmentation v1.12.0
9692025-01-24T22:54:36.064Z Downloaded rayon v1.10.0
9702025-01-24T22:54:36.073Z Downloaded sqlparser v0.45.0
9712025-01-24T22:54:36.079Z Downloaded futures-util v0.3.31
9722025-01-24T22:54:36.091Z Downloaded steno v0.4.1
9732025-01-24T22:54:36.097Z Downloaded unicode_categories v0.1.1
9742025-01-24T22:54:36.101Z Downloaded unicode-normalization v0.1.24
9752025-01-24T22:54:36.106Z Downloaded parse-zoneinfo v0.3.1
9762025-01-24T22:54:36.108Z Downloaded rusqlite v0.32.1
9772025-01-24T22:54:36.113Z Downloaded hashbrown v0.13.2
9782025-01-24T22:54:36.117Z Downloaded serde_with v3.11.0
9792025-01-24T22:54:36.128Z Downloaded expectorate v1.1.0
9802025-01-24T22:54:36.130Z Downloaded quinn-proto v0.11.8
9812025-01-24T22:54:36.135Z Downloaded git2 v0.19.0
9822025-01-24T22:54:36.145Z Downloaded rustls-webpki v0.102.8
9832025-01-24T22:54:36.165Z Downloaded h2 v0.4.6
9842025-01-24T22:54:36.171Z Downloaded rustls v0.21.12
9852025-01-24T22:54:36.183Z Downloaded p521 v0.13.3
9862025-01-24T22:54:36.187Z Downloaded openssl v0.10.66
9872025-01-24T22:54:36.197Z Downloaded zerovec v0.10.4
9882025-01-24T22:54:36.203Z Downloaded webpki-roots v0.26.6
9892025-01-24T22:54:36.207Z Downloaded serde_urlencoded v0.7.1
9902025-01-24T22:54:36.209Z Downloaded tinystr v0.7.6
9912025-01-24T22:54:36.212Z Downloaded elliptic-curve v0.13.8
9922025-01-24T22:54:36.215Z Downloaded hkdf v0.12.4
9932025-01-24T22:54:36.218Z Downloaded lalrpop v0.19.12
9942025-01-24T22:54:36.231Z Downloaded tokio-util v0.7.12
9952025-01-24T22:54:36.238Z Downloaded hashbrown v0.14.5
9962025-01-24T22:54:36.245Z Downloaded winnow v0.5.40
9972025-01-24T22:54:36.253Z Downloaded petname v2.0.2
9982025-01-24T22:54:36.260Z Downloaded p384 v0.13.0
9992025-01-24T22:54:36.266Z Downloaded curve25519-dalek v4.1.3
10002025-01-24T22:54:36.275Z Downloaded num-bigint v0.4.6
10012025-01-24T22:54:36.281Z Downloaded portable-atomic v1.9.0
10022025-01-24T22:54:36.288Z Downloaded hickory-proto v0.24.2
10032025-01-24T22:54:36.305Z Downloaded shell-words v1.1.0
10042025-01-24T22:54:36.308Z Downloaded bstr v1.10.0
10052025-01-24T22:54:36.317Z Downloaded zerocopy v0.8.10
10062025-01-24T22:54:36.342Z Downloaded vcpkg v0.2.15
10072025-01-24T22:54:36.381Z Downloaded nix v0.27.1
10082025-01-24T22:54:36.392Z Downloaded unicode-width v0.2.0
10092025-01-24T22:54:36.397Z Downloaded dropshot v0.15.1
10102025-01-24T22:54:36.420Z Downloaded regex v1.11.1
10112025-01-24T22:54:36.432Z Downloaded radix_trie v0.2.1
10122025-01-24T22:54:36.438Z Downloaded object v0.30.4
10132025-01-24T22:54:36.448Z Downloaded gimli v0.31.1
10142025-01-24T22:54:36.456Z Downloaded regex-syntax v0.6.29
10152025-01-24T22:54:36.464Z Downloaded smoltcp v0.11.0
10162025-01-24T22:54:36.477Z Downloaded regress v0.10.1
10172025-01-24T22:54:36.487Z Downloaded object v0.36.5
10182025-01-24T22:54:36.499Z Downloaded diesel v2.2.6
10192025-01-24T22:54:36.518Z Downloaded rustls v0.23.19
10202025-01-24T22:54:36.530Z Downloaded sled v0.34.7
10212025-01-24T22:54:36.541Z Downloaded typify-impl v0.3.0
10222025-01-24T22:54:36.558Z Downloaded ratatui v0.28.1
10232025-01-24T22:54:36.577Z Downloaded typify-impl v0.2.0
10242025-01-24T22:54:36.592Z Downloaded zerocopy-derive v0.6.6
10252025-01-24T22:54:36.601Z Downloaded openapiv3 v2.0.0
10262025-01-24T22:54:36.613Z Downloaded regex-automata v0.4.8
10272025-01-24T22:54:36.630Z Downloaded bzip2-sys v0.1.11+1.0.8
10282025-01-24T22:54:36.642Z Downloaded rustls v0.22.4
10292025-01-24T22:54:36.655Z Downloaded regex-syntax v0.8.5
10302025-01-24T22:54:36.664Z Downloaded regress v0.9.1
10312025-01-24T22:54:36.672Z Downloaded nix v0.29.0
10322025-01-24T22:54:36.683Z Downloaded dropshot v0.12.0
10332025-01-24T22:54:36.703Z Downloaded petgraph v0.6.5
10342025-01-24T22:54:36.722Z Downloaded lzma-sys v0.1.20
10352025-01-24T22:54:36.749Z Downloaded chrono-tz v0.10.1
10362025-01-24T22:54:36.756Z Downloaded polar-core v0.27.3
10372025-01-24T22:54:36.764Z Downloaded smoltcp v0.9.1
10382025-01-24T22:54:36.775Z Downloaded nix v0.28.0
10392025-01-24T22:54:36.787Z Downloaded serde_repr v0.1.19
10402025-01-24T22:54:36.789Z Downloaded libz-sys v1.1.20
10412025-01-24T22:54:36.809Z Downloaded scheduled-thread-pool v0.2.7
10422025-01-24T22:54:36.811Z Downloaded zip v2.1.3
10432025-01-24T22:54:36.814Z Downloaded slog-scope v4.4.0
10442025-01-24T22:54:36.816Z Downloaded aws-lc-rs v1.10.0
10452025-01-24T22:54:36.824Z Downloaded openssl-sys v0.9.103
10462025-01-24T22:54:36.830Z Downloaded rustls-webpki v0.101.7
10472025-01-24T22:54:36.841Z Downloaded sha3 v0.10.8
10482025-01-24T22:54:36.846Z Downloaded tokio v1.43.0
10492025-01-24T22:54:36.885Z Downloaded csv v1.3.0
10502025-01-24T22:54:36.903Z Downloaded tiny-keccak v2.0.2
10512025-01-24T22:54:36.906Z Downloaded tokio-stream v0.1.16
10522025-01-24T22:54:36.910Z Downloaded predicates v3.1.2
10532025-01-24T22:54:36.912Z Downloaded ssh-key v0.6.6
10542025-01-24T22:54:36.919Z Downloaded x509-cert v0.2.5
10552025-01-24T22:54:36.925Z Downloaded funty v2.0.0
10562025-01-24T22:54:36.927Z Downloaded futures v0.3.31
10572025-01-24T22:54:36.930Z Downloaded zip v0.6.6
10582025-01-24T22:54:36.937Z Downloaded rsa v0.9.6
10592025-01-24T22:54:36.941Z Downloaded reedline v0.35.0
10602025-01-24T22:54:36.945Z Downloaded blake3 v1.5.4
10612025-01-24T22:54:36.952Z Downloaded reqwest v0.12.9
10622025-01-24T22:54:36.960Z Downloaded simd-adler32 v0.3.7
10632025-01-24T22:54:36.962Z Downloaded rusty-fork v0.3.0
10642025-01-24T22:54:36.965Z Downloaded parking_lot_core v0.9.10
10652025-01-24T22:54:36.965Z Downloaded walkdir v2.5.0
10662025-01-24T22:54:36.967Z Downloaded publicsuffix v2.3.0
10672025-01-24T22:54:36.970Z Downloaded flume v0.11.1
10682025-01-24T22:54:36.972Z Downloaded rfc6979 v0.4.0
10692025-01-24T22:54:36.984Z Downloaded dropshot_endpoint v0.12.0
10702025-01-24T22:54:36.984Z Downloaded pin-project-lite v0.2.14
10712025-01-24T22:54:36.984Z Downloaded signal-hook v0.3.17
10722025-01-24T22:54:36.984Z Downloaded time v0.3.36
10732025-01-24T22:54:36.988Z Downloaded des v0.8.1
10742025-01-24T22:54:36.992Z Downloaded half v2.4.1
10752025-01-24T22:54:36.994Z Downloaded zerocopy-derive v0.8.10
10762025-01-24T22:54:36.998Z Downloaded itertools v0.13.0
10772025-01-24T22:54:37.005Z Downloaded tar v0.4.42
10782025-01-24T22:54:37.008Z Downloaded encoding_rs v0.8.34
10792025-01-24T22:54:37.028Z Downloaded secrecy v0.8.0
10802025-01-24T22:54:37.030Z Downloaded sec1 v0.7.3
10812025-01-24T22:54:37.033Z Downloaded snafu-derive v0.8.5
10822025-01-24T22:54:37.033Z Downloaded serde_derive_internals v0.29.1
10832025-01-24T22:54:37.036Z Downloaded toml v0.7.8
10842025-01-24T22:54:37.038Z Downloaded term v0.7.0
10852025-01-24T22:54:37.041Z Downloaded tungstenite v0.21.0
10862025-01-24T22:54:37.043Z Downloaded itertools v0.12.1
10872025-01-24T22:54:37.049Z Downloaded tokio-macros v2.5.0
10882025-01-24T22:54:37.051Z Downloaded tls_codec v0.4.1
10892025-01-24T22:54:37.054Z Downloaded thiserror-impl v2.0.11
10902025-01-24T22:54:37.054Z Downloaded thiserror v2.0.11
10912025-01-24T22:54:37.058Z Downloaded subprocess v0.2.9
10922025-01-24T22:54:37.060Z Downloaded libm v0.2.8
10932025-01-24T22:54:37.067Z Downloaded darling_core v0.20.10
10942025-01-24T22:54:37.072Z Downloaded toml_edit v0.19.15
10952025-01-24T22:54:37.087Z Downloaded pem v3.0.4
10962025-01-24T22:54:37.089Z Downloaded slog-term v2.9.1
10972025-01-24T22:54:37.091Z Downloaded ed25519-dalek v2.1.1
10982025-01-24T22:54:37.094Z Downloaded der v0.7.9
10992025-01-24T22:54:37.097Z Downloaded foldhash v0.1.3
11002025-01-24T22:54:37.100Z Downloaded dirs-sys-next v0.1.2
11012025-01-24T22:54:37.100Z Downloaded difflib v0.4.0
11022025-01-24T22:54:37.102Z Downloaded progenitor-macro v0.9.1
11032025-01-24T22:54:37.102Z Downloaded ena v0.14.3
11042025-01-24T22:54:37.102Z Downloaded libxml v0.3.3
11052025-01-24T22:54:37.112Z Downloaded pkcs8 v0.10.2
11062025-01-24T22:54:37.116Z Downloaded derive_builder v0.20.2
11072025-01-24T22:54:37.118Z Downloaded libgit2-sys v0.17.0+1.8.1
11082025-01-24T22:54:37.170Z Downloaded tokio-rustls v0.24.1
11092025-01-24T22:54:37.173Z Downloaded parking_lot v0.12.3
11102025-01-24T22:54:37.176Z Downloaded powerfmt v0.2.0
11112025-01-24T22:54:37.178Z Downloaded smallvec v1.13.2
11122025-01-24T22:54:37.178Z Downloaded crypto-bigint v0.5.5
11132025-01-24T22:54:37.184Z Downloaded cc v1.1.30
11142025-01-24T22:54:37.187Z Downloaded bytes v1.9.0
11152025-01-24T22:54:37.190Z Downloaded futures-executor v0.3.31
11162025-01-24T22:54:37.193Z Downloaded futures-core v0.3.31
11172025-01-24T22:54:37.193Z Downloaded sqlformat v0.2.6
11182025-01-24T22:54:37.195Z Downloaded rayon-core v1.12.1
11192025-01-24T22:54:37.198Z Downloaded quinn v0.11.5
11202025-01-24T22:54:37.201Z Downloaded samael v0.0.17
11212025-01-24T22:54:37.206Z Downloaded globset v0.4.15
11222025-01-24T22:54:37.208Z Downloaded glob v0.3.1
11232025-01-24T22:54:37.211Z Downloaded yasna v0.5.2
11242025-01-24T22:54:37.211Z Downloaded vergen v8.3.2
11252025-01-24T22:54:37.213Z Downloaded supports-color v3.0.1
11262025-01-24T22:54:37.216Z Downloaded smallvec v0.6.14
11272025-01-24T22:54:37.216Z Downloaded serde-hex v0.1.0
11282025-01-24T22:54:37.219Z Downloaded base64 v0.13.1
11292025-01-24T22:54:37.222Z Downloaded crc-any v2.5.0
11302025-01-24T22:54:37.224Z Downloaded base64 v0.22.1
11312025-01-24T22:54:37.226Z Downloaded fs_extra v1.3.0
11322025-01-24T22:54:37.229Z Downloaded rand_core v0.6.4
11332025-01-24T22:54:37.231Z Downloaded aes v0.8.4
11342025-01-24T22:54:37.234Z Downloaded zerofrom v0.1.4
11352025-01-24T22:54:37.234Z Downloaded unicode-truncate v1.1.0
11362025-01-24T22:54:37.237Z Downloaded pkg-config v0.3.31
11372025-01-24T22:54:37.239Z Downloaded slog v2.7.0
11382025-01-24T22:54:37.239Z Downloaded base64 v0.21.7
11392025-01-24T22:54:37.243Z Downloaded pbkdf2 v0.12.2
11402025-01-24T22:54:37.245Z Downloaded derive_builder_core v0.20.2
11412025-01-24T22:54:37.248Z Downloaded crossbeam-utils v0.8.20
11422025-01-24T22:54:37.251Z Downloaded crossbeam-epoch v0.9.18
11432025-01-24T22:54:37.251Z Downloaded cookie v0.18.1
11442025-01-24T22:54:37.254Z Downloaded pbkdf2 v0.11.0
11452025-01-24T22:54:37.256Z Downloaded vsss-rs v3.3.4
11462025-01-24T22:54:37.258Z Downloaded ron v0.7.1
11472025-01-24T22:54:37.261Z Downloaded csv-core v0.1.11
11482025-01-24T22:54:37.264Z Downloaded const-oid v0.9.6
11492025-01-24T22:54:37.266Z Downloaded chacha20poly1305 v0.10.1
11502025-01-24T22:54:37.266Z Downloaded hickory-resolver v0.24.2
11512025-01-24T22:54:37.270Z Downloaded chrono-tz-build v0.4.0
11522025-01-24T22:54:37.273Z Downloaded filetime v0.2.25
11532025-01-24T22:54:37.273Z Downloaded dyn-clone v1.0.17
11542025-01-24T22:54:37.275Z Downloaded dunce v1.0.5
11552025-01-24T22:54:37.275Z Downloaded tracing-attributes v0.1.27
11562025-01-24T22:54:37.278Z Downloaded icu_collections v1.5.0
11572025-01-24T22:54:37.282Z Downloaded const_format_proc_macros v0.2.33
11582025-01-24T22:54:37.285Z Downloaded thiserror-no-std v2.0.2
11592025-01-24T22:54:37.290Z Downloaded constant_time_eq v0.3.1
11602025-01-24T22:54:37.292Z Downloaded bb8 v0.8.5
11612025-01-24T22:54:37.293Z Downloaded cmake v0.1.51
11622025-01-24T22:54:37.293Z Downloaded slog-dtrace v0.3.0
11632025-01-24T22:54:37.295Z Downloaded slog-bunyan v2.5.0
11642025-01-24T22:54:37.295Z Downloaded slab v0.4.9
11652025-01-24T22:54:37.297Z Downloaded signature v2.2.0
11662025-01-24T22:54:37.298Z Downloaded aead v0.5.2
11672025-01-24T22:54:37.298Z Downloaded blowfish v0.9.1
11682025-01-24T22:54:37.303Z Downloaded icu_normalizer_data v1.5.0
11692025-01-24T22:54:37.305Z Downloaded base64ct v1.6.0
11702025-01-24T22:54:37.305Z Downloaded rustc-hash v2.0.0
11712025-01-24T22:54:37.306Z Downloaded lru-cache v0.1.2
11722025-01-24T22:54:37.306Z Downloaded cexpr v0.6.0
11732025-01-24T22:54:37.308Z Downloaded castaway v0.2.3
11742025-01-24T22:54:37.308Z Downloaded bit-vec v0.6.3
11752025-01-24T22:54:37.311Z Downloaded adler2 v2.0.0
11762025-01-24T22:54:37.311Z Downloaded arrayvec v0.7.6
11772025-01-24T22:54:37.313Z Downloaded argon2 v0.5.3
11782025-01-24T22:54:37.314Z Downloaded icu_locid v1.5.0
11792025-01-24T22:54:37.318Z Downloaded hyper-staticfile v0.10.1
11802025-01-24T22:54:37.476Z Downloaded libsqlite3-sys v0.30.1
11812025-01-24T22:54:37.599Z Downloaded ring v0.17.8
11822025-01-24T22:54:37.914Z Downloaded aws-lc-sys v0.22.0
11832025-01-24T22:54:38.227Z Compiling serde v1.0.217
11842025-01-24T22:54:38.230Z Compiling lock_api v0.4.12
11852025-01-24T22:54:38.230Z Compiling scopeguard v1.2.0
11862025-01-24T22:54:38.230Z Compiling value-bag v1.9.0
11872025-01-24T22:54:38.230Z Compiling typenum v1.17.0
11882025-01-24T22:54:38.230Z Compiling generic-array v0.14.7
11892025-01-24T22:54:38.425Z Compiling syn v2.0.96
11902025-01-24T22:54:38.439Z Compiling getrandom v0.2.15
11912025-01-24T22:54:38.578Z Compiling shlex v1.3.0
11922025-01-24T22:54:38.773Z Compiling rand_core v0.6.4
11932025-01-24T22:54:38.868Z Compiling log v0.4.22
11942025-01-24T22:54:38.933Z Compiling subtle v2.6.1
11952025-01-24T22:54:38.935Z Compiling jobserver v0.1.32
11962025-01-24T22:54:38.985Z Compiling smallvec v1.13.2
11972025-01-24T22:54:39.226Z Compiling const-oid v0.9.6
11982025-01-24T22:54:39.266Z Compiling spin v0.9.8
11992025-01-24T22:54:39.311Z Compiling cc v1.1.30
12002025-01-24T22:54:39.359Z Compiling pin-project-lite v0.2.14
12012025-01-24T22:54:39.493Z Compiling rustix v0.38.37
12022025-01-24T22:54:39.745Z Compiling parking_lot_core v0.9.10
12032025-01-24T22:54:39.765Z Compiling futures-core v0.3.31
12042025-01-24T22:54:39.816Z Compiling signal-hook-registry v1.4.2
12052025-01-24T22:54:40.018Z Compiling mio v1.0.2
12062025-01-24T22:54:40.432Z Compiling aho-corasick v1.1.3
12072025-01-24T22:54:40.525Z Compiling regex-syntax v0.8.5
12082025-01-24T22:54:40.829Z Compiling parking_lot v0.12.3
12092025-01-24T22:54:40.850Z Compiling stable_deref_trait v1.2.0
12102025-01-24T22:54:40.972Z Compiling cpufeatures v0.2.14
12112025-01-24T22:54:41.095Z Compiling lazy_static v1.5.0
12122025-01-24T22:54:41.157Z Compiling either v1.13.0
12132025-01-24T22:54:41.238Z Compiling glob v0.3.1
12142025-01-24T22:54:41.534Z Compiling futures-sink v0.3.31
12152025-01-24T22:54:41.595Z Compiling socket2 v0.5.7
12162025-01-24T22:54:41.705Z Compiling slab v0.4.9
12172025-01-24T22:54:41.722Z Compiling prettyplease v0.2.25
12182025-01-24T22:54:42.081Z Compiling minimal-lexical v0.2.1
12192025-01-24T22:54:42.129Z Compiling clang-sys v1.8.1
12202025-01-24T22:54:42.183Z Compiling serde_json v1.0.135
12212025-01-24T22:54:42.514Z Compiling nom v7.1.3
12222025-01-24T22:54:42.601Z Compiling libloading v0.8.5
12232025-01-24T22:54:42.846Z Compiling home v0.5.9
12242025-01-24T22:54:42.873Z Compiling bindgen v0.69.5
12252025-01-24T22:54:43.104Z Compiling futures-channel v0.3.31
12262025-01-24T22:54:43.109Z Compiling itertools v0.10.5
12272025-01-24T22:54:43.534Z Compiling allocator-api2 v0.2.18
12282025-01-24T22:54:43.748Z Compiling libm v0.2.8
12292025-01-24T22:54:44.086Z Compiling futures-task v0.3.31
12302025-01-24T22:54:44.232Z Compiling futures-io v0.3.31
12312025-01-24T22:54:44.387Z Compiling regex-automata v0.4.8
12322025-01-24T22:54:44.521Z Compiling foldhash v0.1.3
12332025-01-24T22:54:44.859Z Compiling pin-utils v0.1.0
12342025-01-24T22:54:44.971Z Compiling lazycell v1.3.0
12352025-01-24T22:54:45.148Z Compiling rustc-hash v1.1.0
12362025-01-24T22:54:45.241Z Compiling hashbrown v0.15.1
12372025-01-24T22:54:45.327Z Compiling cmake v0.1.51
12382025-01-24T22:54:45.695Z Compiling cexpr v0.6.0
12392025-01-24T22:54:45.891Z Compiling synstructure v0.13.1
12402025-01-24T22:54:46.448Z Compiling num-traits v0.2.19
12412025-01-24T22:54:46.745Z Compiling dunce v1.0.5
12422025-01-24T22:54:46.832Z Compiling pkg-config v0.3.31
12432025-01-24T22:54:46.886Z Compiling fs_extra v1.3.0
12442025-01-24T22:54:47.433Z Compiling writeable v0.5.5
12452025-01-24T22:54:47.544Z Compiling litemap v0.7.3
12462025-01-24T22:54:47.940Z Compiling ring v0.17.8
12472025-01-24T22:54:47.968Z Compiling paste v1.0.15
12482025-01-24T22:54:48.212Z Compiling base64ct v1.6.0
12492025-01-24T22:54:48.683Z Compiling pem-rfc7468 v0.7.0
12502025-01-24T22:54:48.888Z Compiling flagset v0.4.6
12512025-01-24T22:54:49.004Z Compiling aws-lc-rs v1.10.0
12522025-01-24T22:54:49.110Z Compiling icu_locid_transform_data v1.5.0
12532025-01-24T22:54:49.220Z Compiling httparse v1.9.5
12542025-01-24T22:54:49.385Z Compiling tracing-core v0.1.32
12552025-01-24T22:54:49.891Z Compiling regex v1.11.1
12562025-01-24T22:54:50.171Z Compiling percent-encoding v2.3.1
12572025-01-24T22:54:50.376Z Compiling rustls-pki-types v1.10.0
12582025-01-24T22:54:50.494Z Compiling crossbeam-utils v0.8.20
12592025-01-24T22:54:50.513Z Compiling icu_properties_data v1.5.0
12602025-01-24T22:54:50.830Z Compiling time-core v0.1.2
12612025-01-24T22:54:51.012Z Compiling mirai-annotations v1.12.0
12622025-01-24T22:54:51.052Z Compiling utf16_iter v1.0.5
12632025-01-24T22:54:51.201Z Compiling untrusted v0.7.1
12642025-01-24T22:54:51.238Z Compiling utf8_iter v1.0.4
12652025-01-24T22:54:51.265Z Compiling vcpkg v0.2.15
12662025-01-24T22:54:51.360Z Compiling serde_derive v1.0.217
12672025-01-24T22:54:51.381Z Compiling zeroize_derive v1.4.2
12682025-01-24T22:54:51.416Z Compiling zerocopy-derive v0.7.35
12692025-01-24T22:54:51.453Z Compiling zerofrom-derive v0.1.4
12702025-01-24T22:54:52.713Z Compiling zeroize v1.8.1
12712025-01-24T22:54:52.922Z Compiling tokio-macros v2.5.0
12722025-01-24T22:54:53.180Z Compiling zerocopy v0.7.35
12732025-01-24T22:54:53.252Z Compiling yoke-derive v0.7.4
12742025-01-24T22:54:54.235Z Compiling crypto-common v0.1.6
12752025-01-24T22:54:54.238Z Compiling block-buffer v0.10.4
12762025-01-24T22:54:54.446Z Compiling thiserror-impl v1.0.69
12772025-01-24T22:54:54.495Z Compiling digest v0.10.7
12782025-01-24T22:54:54.513Z Compiling zerovec-derive v0.10.3
12792025-01-24T22:54:54.962Z Compiling zerofrom v0.1.4
12802025-01-24T22:54:54.993Z Compiling hmac v0.12.1
12812025-01-24T22:54:55.126Z Compiling futures-macro v0.3.31
12822025-01-24T22:54:55.191Z Compiling displaydoc v0.2.5
12832025-01-24T22:54:55.230Z Compiling block-padding v0.3.3
12842025-01-24T22:54:55.480Z Compiling inout v0.1.3
12852025-01-24T22:54:55.748Z Compiling cipher v0.4.4
12862025-01-24T22:54:55.905Z Compiling yoke v0.7.4
12872025-01-24T22:54:56.236Z Compiling sha2 v0.10.8
12882025-01-24T22:54:56.238Z Compiling icu_provider_macros v1.5.0
12892025-01-24T22:54:56.661Z Compiling ppv-lite86 v0.2.20
12902025-01-24T22:54:56.875Z Compiling futures-util v0.3.31
12912025-01-24T22:54:56.901Z Compiling zerovec v0.10.4
12922025-01-24T22:54:57.276Z Compiling der_derive v0.7.3
12932025-01-24T22:54:57.341Z Compiling rand_chacha v0.3.1
12942025-01-24T22:54:57.373Z Compiling thiserror v1.0.69
12952025-01-24T22:54:57.533Z Compiling tracing-attributes v0.1.27
12962025-01-24T22:54:58.780Z Compiling tinystr v0.7.6
12972025-01-24T22:54:59.133Z Compiling icu_locid v1.5.0
12982025-01-24T22:54:59.427Z Compiling der v0.7.9
12992025-01-24T22:54:59.481Z Compiling icu_collections v1.5.0
13002025-01-24T22:54:59.517Z Compiling rand v0.8.5
13012025-01-24T22:55:00.749Z Compiling icu_provider v1.5.0
13022025-01-24T22:55:00.834Z Compiling tracing v0.1.40
13032025-01-24T22:55:01.179Z Compiling pest v2.7.14
13042025-01-24T22:55:01.320Z Compiling spki v0.7.3
13052025-01-24T22:55:01.462Z Compiling icu_locid_transform v1.5.0
13062025-01-24T22:55:01.644Z Compiling salsa20 v0.10.2
13072025-01-24T22:55:01.680Z Compiling pbkdf2 v0.12.2
13082025-01-24T22:55:01.849Z Compiling icu_normalizer_data v1.5.0
13092025-01-24T22:55:01.869Z Compiling untrusted v0.9.0
13102025-01-24T22:55:01.961Z Compiling write16 v1.0.0
13112025-01-24T22:55:02.030Z Compiling num-conv v0.1.0
13122025-01-24T22:55:02.052Z Compiling powerfmt v0.2.0
13132025-01-24T22:55:02.107Z Compiling scrypt v0.11.0
13142025-01-24T22:55:02.254Z Compiling cbc v0.1.2
13152025-01-24T22:55:02.292Z Compiling time-macros v0.2.18
13162025-01-24T22:55:02.419Z Compiling deranged v0.3.11
13172025-01-24T22:55:02.450Z Compiling aes v0.8.4
13182025-01-24T22:55:02.635Z Compiling icu_properties v1.5.1
13192025-01-24T22:55:03.725Z Compiling bitflags v2.6.0
13202025-01-24T22:55:03.838Z Compiling bytes v1.9.0
13212025-01-24T22:55:03.984Z Compiling indexmap v2.7.0
13222025-01-24T22:55:04.004Z Compiling semver v1.0.24
13232025-01-24T22:55:04.738Z Compiling tokio v1.43.0
13242025-01-24T22:55:05.023Z Compiling http v1.2.0
13252025-01-24T22:55:05.090Z Compiling rustc_version v0.4.1
13262025-01-24T22:55:05.289Z Compiling pest_meta v2.7.14
13272025-01-24T22:55:05.820Z Compiling openssl-sys v0.9.103
13282025-01-24T22:55:06.860Z Compiling icu_normalizer v1.5.0
13292025-01-24T22:55:06.883Z Compiling scroll_derive v0.12.0
13302025-01-24T22:55:07.220Z Compiling num_threads v0.1.7
13312025-01-24T22:55:07.369Z Compiling atomic-waker v1.1.2
13322025-01-24T22:55:07.579Z Compiling tinyvec_macros v0.1.1
13332025-01-24T22:55:07.691Z Compiling tinyvec v1.8.0
13342025-01-24T22:55:08.344Z Compiling which v4.4.2
13352025-01-24T22:55:08.359Z Compiling scroll v0.12.0
13362025-01-24T22:55:08.644Z Compiling idna_adapter v1.2.0
13372025-01-24T22:55:08.860Z Compiling time v0.3.36
13382025-01-24T22:55:08.901Z Compiling pest_generator v2.7.14
13392025-01-24T22:55:08.901Z Compiling http-body v1.0.1
13402025-01-24T22:55:09.111Z Compiling pkcs5 v0.7.1
13412025-01-24T22:55:09.147Z Compiling form_urlencoded v1.2.1
13422025-01-24T22:55:09.177Z Compiling slog v2.7.0
13432025-01-24T22:55:09.469Z Compiling try-lock v0.2.5
13442025-01-24T22:55:09.647Z Compiling want v0.3.1
13452025-01-24T22:55:09.750Z Compiling pkcs8 v0.10.2
13462025-01-24T22:55:09.781Z Compiling goblin v0.8.2
13472025-01-24T22:55:09.953Z Compiling idna v1.0.3
13482025-01-24T22:55:10.255Z Compiling uuid v1.12.0
13492025-01-24T22:55:10.448Z Compiling iana-time-zone v0.1.61
13502025-01-24T22:55:10.716Z Compiling pest_derive v2.7.14
13512025-01-24T22:55:10.849Z Compiling httpdate v1.0.3
13522025-01-24T22:55:11.295Z Compiling chrono v0.4.39
13532025-01-24T22:55:11.517Z Compiling dtrace-parser v0.2.0
13542025-01-24T22:55:11.751Z Compiling serde_spanned v0.6.8
13552025-01-24T22:55:12.015Z Compiling toml_datetime v0.6.8
13562025-01-24T22:55:12.311Z Compiling serde_tokenstream v0.2.2
13572025-01-24T22:55:12.495Z Compiling match_cfg v0.1.0
13582025-01-24T22:55:12.611Z Compiling adler2 v2.0.0
13592025-01-24T22:55:12.836Z Compiling tokio-util v0.7.12
13602025-01-24T22:55:12.918Z Compiling openssl v0.10.66
13612025-01-24T22:55:13.342Z Compiling tower-service v0.3.3
13622025-01-24T22:55:13.483Z Compiling base64 v0.22.1
13632025-01-24T22:55:13.505Z Compiling rustversion v1.0.17
13642025-01-24T22:55:13.587Z Compiling foreign-types-shared v0.1.1
13652025-01-24T22:55:13.730Z Compiling foreign-types v0.3.2
13662025-01-24T22:55:13.843Z Compiling h2 v0.4.6
13672025-01-24T22:55:14.135Z Compiling miniz_oxide v0.8.0
13682025-01-24T22:55:14.193Z Compiling hostname v0.3.1
13692025-01-24T22:55:14.241Z Compiling url v2.5.3
13702025-01-24T22:55:14.772Z Compiling openssl-macros v0.1.1
13712025-01-24T22:55:15.511Z Compiling async-trait v0.1.83
13722025-01-24T22:55:15.550Z Compiling serde_derive_internals v0.29.1
13732025-01-24T22:55:15.718Z Compiling dof v0.3.0
13742025-01-24T22:55:16.045Z Compiling dirs-sys-next v0.1.2
13752025-01-24T22:55:16.617Z Compiling usdt-impl v0.5.0
13762025-01-24T22:55:17.606Z Compiling data-encoding v2.6.0
13772025-01-24T22:55:17.911Z Compiling syn v1.0.109
13782025-01-24T22:55:17.935Z Compiling rustls v0.23.19
13792025-01-24T22:55:17.990Z Compiling siphasher v0.3.11
13802025-01-24T22:55:18.219Z Compiling native-tls v0.2.12
13812025-01-24T22:55:18.315Z Compiling schemars v0.8.21
13822025-01-24T22:55:18.364Z Compiling rustls v0.22.4
13832025-01-24T22:55:18.524Z Compiling schemars_derive v0.8.21
13842025-01-24T22:55:18.583Z Compiling dirs-next v2.0.0
13852025-01-24T22:55:18.774Z Compiling http-body-util v0.1.2
13862025-01-24T22:55:19.228Z Compiling unicode-normalization v0.1.24
13872025-01-24T22:55:19.247Z Compiling crossbeam-epoch v0.9.18
13882025-01-24T22:55:19.602Z Compiling heapless v0.7.17
13892025-01-24T22:55:19.965Z Compiling signature v2.2.0
13902025-01-24T22:55:19.986Z Compiling sha1 v0.10.6
13912025-01-24T22:55:20.036Z Compiling bzip2-sys v0.1.11+1.0.8
13922025-01-24T22:55:20.267Z Compiling thread_local v1.1.8
13932025-01-24T22:55:20.380Z Compiling multer v3.1.0
13942025-01-24T22:55:20.407Z Compiling cookie v0.18.1
13952025-01-24T22:55:20.514Z Compiling encoding_rs v0.8.34
13962025-01-24T22:55:20.676Z Compiling mime v0.3.17
13972025-01-24T22:55:20.710Z Compiling gimli v0.31.1
13982025-01-24T22:55:20.749Z Compiling slog-async v2.8.0
13992025-01-24T22:55:21.165Z Compiling hyper v1.5.2
14002025-01-24T22:55:21.268Z Compiling signal-hook v0.3.17
14012025-01-24T22:55:21.497Z Compiling ipnet v2.10.1
14022025-01-24T22:55:21.543Z Compiling rayon-core v1.12.1
14032025-01-24T22:55:21.822Z Compiling dyn-clone v1.0.17
14042025-01-24T22:55:22.064Z Compiling unicode-bidi v0.3.17
14052025-01-24T22:55:22.628Z Compiling unicode-properties v0.1.3
14062025-01-24T22:55:23.050Z Compiling openssl-probe v0.1.5
14072025-01-24T22:55:23.324Z Compiling stringprep v0.1.5
14082025-01-24T22:55:23.945Z Compiling hyper-util v0.1.10
14092025-01-24T22:55:24.741Z Compiling addr2line v0.24.2
14102025-01-24T22:55:25.008Z Compiling toml_edit v0.22.22
14112025-01-24T22:55:25.428Z Compiling crossbeam-deque v0.8.5
14122025-01-24T22:55:25.465Z Compiling usdt-attr-macro v0.5.0
14132025-01-24T22:55:25.785Z Compiling usdt-macro v0.5.0
14142025-01-24T22:55:26.347Z Compiling term v0.7.0
14152025-01-24T22:55:26.729Z Compiling slog-json v2.6.1
14162025-01-24T22:55:26.855Z Compiling serde_urlencoded v0.7.1
14172025-01-24T22:55:27.007Z Compiling crossbeam-channel v0.5.13
14182025-01-24T22:55:27.098Z Compiling curve25519-dalek v4.1.3
14192025-01-24T22:55:27.192Z Compiling enum-as-inner v0.6.1
14202025-01-24T22:55:27.355Z Compiling futures-executor v0.3.31
14212025-01-24T22:55:27.558Z Compiling md-5 v0.10.6
14222025-01-24T22:55:27.753Z Compiling async-stream-impl v0.3.6
14232025-01-24T22:55:27.854Z Compiling rustls-pemfile v2.2.0
14242025-01-24T22:55:27.873Z Compiling num-integer v0.1.46
14252025-01-24T22:55:27.958Z Compiling hash32 v0.2.1
14262025-01-24T22:55:28.205Z Compiling ff v0.13.0
14272025-01-24T22:55:28.209Z Compiling is-terminal v0.4.13
14282025-01-24T22:55:28.313Z Compiling dropshot v0.12.0
14292025-01-24T22:55:28.359Z Compiling object v0.36.5
14302025-01-24T22:55:28.447Z Compiling take_mut v0.2.2
14312025-01-24T22:55:28.568Z Compiling portable-atomic v1.9.0
14322025-01-24T22:55:28.609Z Compiling anyhow v1.0.95
14332025-01-24T22:55:28.630Z Compiling smoltcp v0.9.1
14342025-01-24T22:55:29.016Z Compiling fallible-iterator v0.2.0
14352025-01-24T22:55:29.207Z Compiling rustc-demangle v0.1.24
14362025-01-24T22:55:29.276Z Compiling utf-8 v0.7.6
14372025-01-24T22:55:29.479Z Compiling psl-types v2.0.11
14382025-01-24T22:55:29.673Z Compiling linked-hash-map v0.5.6
14392025-01-24T22:55:29.736Z Compiling base16ct v0.2.0
14402025-01-24T22:55:29.759Z Compiling quick-error v1.2.3
14412025-01-24T22:55:29.926Z Compiling num-bigint-dig v0.8.4
14422025-01-24T22:55:29.992Z Compiling litrs v0.4.1
14432025-01-24T22:55:30.083Z Compiling lru-cache v0.1.2
14442025-01-24T22:55:30.221Z Compiling sec1 v0.7.3
14452025-01-24T22:55:30.272Z Compiling resolv-conf v0.7.0
14462025-01-24T22:55:30.296Z Compiling postgres-protocol v0.6.7
14472025-01-24T22:55:30.772Z Compiling publicsuffix v2.3.0
14482025-01-24T22:55:30.980Z Compiling tungstenite v0.24.0
14492025-01-24T22:55:31.156Z Compiling document-features v0.2.10
14502025-01-24T22:55:31.576Z Compiling async-stream v0.3.6
14512025-01-24T22:55:31.879Z Compiling group v0.13.0
14522025-01-24T22:55:32.219Z Compiling slog-term v2.9.1
14532025-01-24T22:55:32.325Z Compiling num-iter v0.1.45
14542025-01-24T22:55:32.473Z Compiling usdt v0.5.0
14552025-01-24T22:55:32.525Z Compiling toml v0.8.19
14562025-01-24T22:55:32.955Z Compiling hickory-proto v0.24.2
14572025-01-24T22:55:33.141Z Compiling futures v0.3.31
14582025-01-24T22:55:33.259Z Compiling slog-bunyan v2.5.0
14592025-01-24T22:55:34.579Z Compiling tokio-native-tls v0.3.1
14602025-01-24T22:55:34.783Z Compiling backtrace v0.3.74
14612025-01-24T22:55:34.873Z Compiling camino v1.1.9
14622025-01-24T22:55:34.968Z Compiling phf_shared v0.11.2
14632025-01-24T22:55:35.006Z Compiling dropshot_endpoint v0.12.0
14642025-01-24T22:55:35.318Z Compiling terminal_size v0.4.0
14652025-01-24T22:55:35.410Z Compiling waitgroup v0.1.2
14662025-01-24T22:55:35.531Z Compiling openapiv3 v2.0.0
14672025-01-24T22:55:35.641Z Compiling serde_path_to_error v0.1.16
14682025-01-24T22:55:35.695Z Compiling hkdf v0.12.4
14692025-01-24T22:55:35.971Z Compiling crypto-bigint v0.5.5
14702025-01-24T22:55:36.394Z Compiling curve25519-dalek-derive v0.1.1
14712025-01-24T22:55:37.834Z Compiling zerocopy-derive v0.6.6
14722025-01-24T22:55:37.894Z Compiling webpki-roots v0.26.6
14732025-01-24T22:55:38.136Z Compiling hostname v0.4.0
14742025-01-24T22:55:38.373Z Compiling crc32fast v1.4.2
14752025-01-24T22:55:38.721Z Compiling ahash v0.8.11
14762025-01-24T22:55:39.079Z Compiling fs-err v2.11.0
14772025-01-24T22:55:39.126Z Compiling hubpack_derive v0.1.1
14782025-01-24T22:55:39.214Z Compiling managed v0.8.0
14792025-01-24T22:55:39.375Z Compiling debug-ignore v1.0.5
14802025-01-24T22:55:39.553Z Compiling winnow v0.5.40
14812025-01-24T22:55:39.594Z Compiling bitflags v1.3.2
14822025-01-24T22:55:39.688Z Compiling newtype-uuid v1.2.1
14832025-01-24T22:55:39.814Z Compiling zerocopy v0.6.6
14842025-01-24T22:55:39.983Z Compiling hubpack v0.1.2
14852025-01-24T22:55:40.029Z Compiling clap_builder v4.5.21
14862025-01-24T22:55:40.424Z Compiling strum_macros v0.25.3
14872025-01-24T22:55:40.529Z Compiling console v0.15.8
14882025-01-24T22:55:41.908Z Compiling elliptic-curve v0.13.8
14892025-01-24T22:55:41.937Z Compiling flate2 v1.0.35
14902025-01-24T22:55:41.952Z Compiling hickory-resolver v0.24.2
14912025-01-24T22:55:42.802Z Compiling toml_edit v0.19.15
14922025-01-24T22:55:43.081Z Compiling phf v0.11.2
14932025-01-24T22:55:43.381Z Compiling hyper-tls v0.6.0
14942025-01-24T22:55:43.503Z Compiling signal-hook-mio v0.2.4
14952025-01-24T22:55:43.705Z Compiling cookie_store v0.21.1
14962025-01-24T22:55:43.796Z Compiling rayon v1.10.0
14972025-01-24T22:55:44.288Z Compiling bzip2 v0.4.4
14982025-01-24T22:55:45.277Z Compiling tokio-tungstenite v0.24.0
14992025-01-24T22:55:47.129Z Compiling postgres-types v0.2.8
15002025-01-24T22:55:48.060Z Compiling ed25519 v2.2.3
15012025-01-24T22:55:48.201Z Compiling phf_shared v0.10.0
15022025-01-24T22:55:48.366Z Compiling tokio-stream v0.1.16
15032025-01-24T22:55:48.434Z Compiling pkcs1 v0.7.5
15042025-01-24T22:55:48.590Z Compiling serde-big-array v0.5.1
15052025-01-24T22:55:48.836Z Compiling clap_derive v4.5.18
15062025-01-24T22:55:49.288Z Compiling rfc6979 v0.4.0
15072025-01-24T22:55:49.331Z Compiling derive-where v1.2.7
15082025-01-24T22:55:49.501Z Compiling serde_repr v0.1.19
15092025-01-24T22:55:49.963Z Compiling float-cmp v0.9.0
15102025-01-24T22:55:50.197Z Compiling bstr v1.10.0
15112025-01-24T22:55:50.216Z Compiling sync_wrapper v1.0.1
15122025-01-24T22:55:50.235Z Compiling whoami v1.5.2
15132025-01-24T22:55:50.377Z Compiling bit-vec v0.6.3
15142025-01-24T22:55:50.608Z Compiling difflib v0.4.0
15152025-01-24T22:55:50.766Z Compiling precomputed-hash v0.1.1
15162025-01-24T22:55:50.818Z Compiling unicode-width v0.2.0
15172025-01-24T22:55:50.902Z Compiling predicates-core v1.0.8
15182025-01-24T22:55:51.237Z Compiling number_prefix v0.4.0
15192025-01-24T22:55:51.394Z Compiling static_assertions v1.1.0
15202025-01-24T22:55:51.481Z Compiling unicode-segmentation v1.12.0
15212025-01-24T22:55:51.513Z Compiling normalize-line-endings v0.3.0
15222025-01-24T22:55:51.659Z Compiling fixedbitset v0.4.2
15232025-01-24T22:55:51.804Z Compiling new_debug_unreachable v1.0.6
15242025-01-24T22:55:51.919Z Compiling string_cache v0.8.7
15252025-01-24T22:55:51.962Z Compiling petgraph v0.6.5
15262025-01-24T22:55:52.129Z Compiling predicates v3.1.2
15272025-01-24T22:55:52.344Z Compiling similar v2.6.0
15282025-01-24T22:55:52.347Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15292025-01-24T22:55:52.602Z Compiling indicatif v0.17.9
15302025-01-24T22:55:53.441Z Compiling clap v4.5.21
15312025-01-24T22:55:53.575Z Compiling bit-set v0.5.3
15322025-01-24T22:55:53.691Z Compiling tokio-postgres v0.7.12
15332025-01-24T22:55:53.862Z Compiling ecdsa v0.16.9
15342025-01-24T22:55:54.520Z Compiling rsa v0.9.6
15352025-01-24T22:55:54.668Z Compiling ed25519-dalek v2.1.1
15362025-01-24T22:55:54.699Z Compiling toml v0.7.8
15372025-01-24T22:55:55.638Z Compiling zip v0.6.6
15382025-01-24T22:55:55.989Z Compiling crossterm v0.28.1
15392025-01-24T22:55:57.265Z Compiling hex v0.4.3
15402025-01-24T22:55:57.581Z Compiling x509-cert v0.2.5
15412025-01-24T22:55:57.863Z Compiling peg-runtime v0.8.3
15422025-01-24T22:55:58.454Z Compiling lalrpop-util v0.19.12
15432025-01-24T22:55:58.487Z Compiling unicode-xid v0.2.6
15442025-01-24T22:55:58.584Z Compiling strum_macros v0.26.4
15452025-01-24T22:55:58.687Z Compiling xattr v1.3.1
15462025-01-24T22:55:58.822Z Compiling filetime v0.2.25
15472025-01-24T22:55:59.158Z Compiling tar v0.4.42
15482025-01-24T22:56:03.262Z Compiling strum v0.26.3
15492025-01-24T22:56:06.531Z Compiling aws-lc-sys v0.22.0
15502025-01-24T22:56:42.659Z Compiling rustls-webpki v0.102.8
15512025-01-24T22:56:45.853Z Compiling tokio-rustls v0.25.0
15522025-01-24T22:56:47.515Z Compiling tokio-rustls v0.26.0
15532025-01-24T22:56:47.817Z Compiling hyper-rustls v0.27.3
15542025-01-24T22:56:48.106Z Compiling reqwest v0.12.9
15552025-01-24T22:56:49.447Z Compiling qorb v0.2.1
15562025-01-24T22:56:52.571Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15572025-01-24T22:56:52.816Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15582025-01-24T22:56:57.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
15592025-01-24T22:56:57.529Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15602025-01-24T22:56:57.587ZJan 24 22:56:56.671 INFO Starting download, target: Clickhouse
15612025-01-24T22:56:57.587ZJan 24 22:56:56.671 INFO Starting download, target: Console
15622025-01-24T22:56:57.587ZJan 24 22:56:56.671 INFO Starting download, target: DendriteOpenapi
15632025-01-24T22:56:57.587ZJan 24 22:56:56.671 INFO Starting download, target: Cockroach
15642025-01-24T22:56:57.587ZJan 24 22:56:56.671 INFO Starting download, target: DendriteStub
15652025-01-24T22:56:57.590ZJan 24 22:56:56.671 INFO Starting download, target: MaghemiteMgd
15662025-01-24T22:56:57.591ZJan 24 22:56:56.671 INFO Starting download, target: TransceiverControl
15672025-01-24T22:56:57.591ZJan 24 22:56:56.672 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15682025-01-24T22:56:57.591ZJan 24 22:56:56.672 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15692025-01-24T22:56:57.591ZJan 24 22:56:56.672 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15702025-01-24T22:56:57.591ZJan 24 22:56:56.672 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15712025-01-24T22:56:57.591ZJan 24 22:56:56.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15722025-01-24T22:56:57.591ZJan 24 22:56:56.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732025-01-24T22:56:57.591ZJan 24 22:56:56.673 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15742025-01-24T22:56:57.767ZJan 24 22:56:56.841 INFO Download complete, target: DendriteOpenapi
15752025-01-24T22:56:57.959ZJan 24 22:56:57.034 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15762025-01-24T22:56:58.130ZJan 24 22:56:57.210 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15772025-01-24T22:56:58.447ZJan 24 22:56:57.528 INFO Download complete, target: Console
15782025-01-24T22:56:58.588ZJan 24 22:56:57.669 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15792025-01-24T22:56:58.598ZJan 24 22:56:57.679 INFO Download complete, target: TransceiverControl
15802025-01-24T22:56:58.695ZJan 24 22:56:57.775 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15812025-01-24T22:56:59.127ZJan 24 22:56:58.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15822025-01-24T22:56:59.127ZJan 24 22:56:58.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15832025-01-24T22:56:59.471ZJan 24 22:56:58.555 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15842025-01-24T22:57:01.614ZJan 24 22:57:00.698 INFO Download complete, target: MaghemiteMgd
15852025-01-24T22:57:01.697ZJan 24 22:57:00.780 INFO Download complete, target: DendriteStub
15862025-01-24T22:57:06.669ZJan 24 22:57:05.753 INFO Checking that binary works, target: Cockroach
15872025-01-24T22:57:06.859ZJan 24 22:57:05.942 INFO Download complete, target: Cockroach
15882025-01-24T22:57:12.108ZJan 24 22:57:11.188 INFO Checking that binary works, target: Clickhouse
15892025-01-24T22:57:12.968ZJan 24 22:57:12.052 INFO Download complete, target: Clickhouse
15902025-01-24T22:57:13.100ZAll builder prerequisites installed successfully, and PATH looks valid
15912025-01-24T22:57:13.103Z
15922025-01-24T22:57:13.103Zreal 5:30.628246745
15932025-01-24T22:57:13.103Zuser 15:40.666892769
15942025-01-24T22:57:13.103Zsys 2:04.067005072
15952025-01-24T22:57:13.103Ztrap 0.560678955
15962025-01-24T22:57:13.103Ztflt 8.657184770
15972025-01-24T22:57:13.103Zdflt 7.603222860
15982025-01-24T22:57:13.103Zkflt 0.418594178
15992025-01-24T22:57:13.103Zlock 25:12.832355209
16002025-01-24T22:57:13.103Zslp 57:53.003199788
16012025-01-24T22:57:13.103Zlat 54.986040788
16022025-01-24T22:57:13.103Zstop 2:22.321496577
16032025-01-24T22:57:13.103Z+ banner hack-check
16042025-01-24T22:57:13.103Z
16052025-01-24T22:57:13.103Z # # ## #### # # #### # # ###### #### # #
16062025-01-24T22:57:13.103Z # # # # # # # # # # # # # # # # #
16072025-01-24T22:57:13.103Z ###### # # # #### ##### # ###### ##### # ####
16082025-01-24T22:57:13.104Z # # ###### # # # # # # # # # #
16092025-01-24T22:57:13.104Z # # # # # # # # # # # # # # # # #
16102025-01-24T22:57:13.104Z # # # # #### # # #### # # ###### #### # #
16112025-01-24T22:57:13.104Z
16122025-01-24T22:57:13.104Z+ export CARGO_INCREMENTAL=0
16132025-01-24T22:57:13.104Z+ CARGO_INCREMENTAL=0
16142025-01-24T22:57:13.104Z+ ptime -m timeout 2h cargo xtask check-features --ci
16152025-01-24T22:57:13.669Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16162025-01-24T22:57:16.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
16172025-01-24T22:57:16.817Z Running `target/debug/xtask check-features --ci`
16182025-01-24T22:57:16.842Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16192025-01-24T22:57:16.842Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16202025-01-24T22:57:17.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16212025-01-24T22:57:17.349Z Running `target/debug/xtask download cargo-hack`
16222025-01-24T22:57:18.255Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232025-01-24T22:57:18.653Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16242025-01-24T22:57:22.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
16252025-01-24T22:57:22.846Z Running `target/debug/xtask-downloader cargo-hack`
16262025-01-24T22:57:22.889ZJan 24 22:57:21.970 INFO Starting download, target: CargoHack
16272025-01-24T22:57:22.892ZJan 24 22:57:21.971 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16282025-01-24T22:57:23.376ZJan 24 22:57:22.459 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16292025-01-24T22:57:23.469ZJan 24 22:57:22.551 INFO Download complete, target: CargoHack
16302025-01-24T22:57:23.473Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16312025-01-24T22:57:23.491Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16322025-01-24T22:57:23.673Zinfo: running `cargo check --bins` on api_identity (1/197)
16332025-01-24T22:57:24.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342025-01-24T22:57:24.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352025-01-24T22:57:24.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362025-01-24T22:57:24.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16372025-01-24T22:57:24.322Z
16382025-01-24T22:57:24.322Zinfo: running `cargo check --bins` on bootstore (2/197)
16392025-01-24T22:57:24.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402025-01-24T22:57:24.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412025-01-24T22:57:24.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422025-01-24T22:57:24.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16432025-01-24T22:57:25.003Z
16442025-01-24T22:57:25.003Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16452025-01-24T22:57:25.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-24T22:57:25.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-24T22:57:25.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-24T22:57:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16492025-01-24T22:57:25.645Z
16502025-01-24T22:57:25.645Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16512025-01-24T22:57:26.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-24T22:57:26.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-24T22:57:26.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-24T22:57:26.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16552025-01-24T22:57:26.290Z
16562025-01-24T22:57:26.290Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16572025-01-24T22:57:26.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-24T22:57:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-24T22:57:26.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-24T22:57:26.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16612025-01-24T22:57:26.729Z
16622025-01-24T22:57:26.729Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16632025-01-24T22:57:27.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-24T22:57:27.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-24T22:57:27.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-24T22:57:27.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16672025-01-24T22:57:27.182Z
16682025-01-24T22:57:27.182Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16692025-01-24T22:57:27.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-24T22:57:27.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-24T22:57:27.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-24T22:57:27.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16732025-01-24T22:57:27.635Z
16742025-01-24T22:57:27.635Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16752025-01-24T22:57:28.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-24T22:57:28.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-24T22:57:28.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-24T22:57:28.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16792025-01-24T22:57:28.084Z
16802025-01-24T22:57:28.085Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16812025-01-24T22:57:28.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-24T22:57:28.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-24T22:57:28.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-24T22:57:28.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16852025-01-24T22:57:28.523Z
16862025-01-24T22:57:28.523Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16872025-01-24T22:57:28.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-24T22:57:28.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-24T22:57:28.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-24T22:57:28.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912025-01-24T22:57:28.955Z
16922025-01-24T22:57:28.955Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16932025-01-24T22:57:29.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-24T22:57:29.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-24T22:57:29.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-24T22:57:29.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16972025-01-24T22:57:29.391Z
16982025-01-24T22:57:29.391Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
16992025-01-24T22:57:29.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-24T22:57:29.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-24T22:57:29.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-24T22:57:29.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17032025-01-24T22:57:29.839Z
17042025-01-24T22:57:29.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17052025-01-24T22:57:30.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-24T22:57:30.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-24T22:57:30.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-24T22:57:30.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092025-01-24T22:57:30.265Z
17102025-01-24T22:57:30.265Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17112025-01-24T22:57:30.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-24T22:57:30.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-24T22:57:30.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-24T22:57:30.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152025-01-24T22:57:30.695Z
17162025-01-24T22:57:30.695Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17172025-01-24T22:57:31.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-24T22:57:31.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-24T22:57:31.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-24T22:57:31.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212025-01-24T22:57:31.129Z
17222025-01-24T22:57:31.129Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17232025-01-24T22:57:31.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-24T22:57:31.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-24T22:57:31.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-24T22:57:31.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17272025-01-24T22:57:31.565Z
17282025-01-24T22:57:31.566Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17292025-01-24T22:57:31.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-24T22:57:31.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-24T22:57:31.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-24T22:57:31.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17332025-01-24T22:57:32.007Z
17342025-01-24T22:57:32.007Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17352025-01-24T22:57:32.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-24T22:57:32.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-24T22:57:32.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-24T22:57:32.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392025-01-24T22:57:32.438Z
17402025-01-24T22:57:32.439Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17412025-01-24T22:57:32.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-24T22:57:32.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-24T22:57:32.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-24T22:57:32.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452025-01-24T22:57:32.873Z
17462025-01-24T22:57:32.873Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17472025-01-24T22:57:33.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-24T22:57:33.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-24T22:57:33.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-24T22:57:33.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17512025-01-24T22:57:33.324Z
17522025-01-24T22:57:33.324Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17532025-01-24T22:57:33.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-24T22:57:33.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-24T22:57:33.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-24T22:57:33.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17572025-01-24T22:57:33.796Z
17582025-01-24T22:57:33.796Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17592025-01-24T22:57:34.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-24T22:57:34.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-24T22:57:34.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-24T22:57:34.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17632025-01-24T22:57:34.275Z
17642025-01-24T22:57:34.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17652025-01-24T22:57:34.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-24T22:57:34.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-24T22:57:34.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-24T22:57:34.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17692025-01-24T22:57:34.741Z
17702025-01-24T22:57:34.741Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17712025-01-24T22:57:35.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-24T22:57:35.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-24T22:57:35.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-24T22:57:35.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17752025-01-24T22:57:35.223Z
17762025-01-24T22:57:35.223Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17772025-01-24T22:57:35.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-24T22:57:35.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-24T22:57:35.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-24T22:57:35.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17812025-01-24T22:57:35.710Z
17822025-01-24T22:57:35.710Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17832025-01-24T22:57:36.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-24T22:57:36.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-24T22:57:36.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-01-24T22:57:36.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17872025-01-24T22:57:36.182Z
17882025-01-24T22:57:36.182Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17892025-01-24T22:57:36.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-01-24T22:57:36.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-01-24T22:57:36.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-01-24T22:57:36.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17932025-01-24T22:57:36.647Z
17942025-01-24T22:57:36.647Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17952025-01-24T22:57:37.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-01-24T22:57:37.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-01-24T22:57:37.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-01-24T22:57:37.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17992025-01-24T22:57:37.101Z
18002025-01-24T22:57:37.101Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18012025-01-24T22:57:37.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-01-24T22:57:37.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-01-24T22:57:37.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-01-24T22:57:37.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18052025-01-24T22:57:37.546Z
18062025-01-24T22:57:37.546Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18072025-01-24T22:57:37.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-01-24T22:57:37.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-01-24T22:57:37.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-01-24T22:57:37.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18112025-01-24T22:57:38.003Z
18122025-01-24T22:57:38.004Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18132025-01-24T22:57:38.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-01-24T22:57:38.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-01-24T22:57:38.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-01-24T22:57:38.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18172025-01-24T22:57:38.456Z
18182025-01-24T22:57:38.456Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18192025-01-24T22:57:38.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-01-24T22:57:38.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-01-24T22:57:38.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-01-24T22:57:38.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18232025-01-24T22:57:38.912Z
18242025-01-24T22:57:38.912Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18252025-01-24T22:57:39.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-01-24T22:57:39.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-01-24T22:57:39.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-01-24T22:57:39.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18292025-01-24T22:57:39.361Z
18302025-01-24T22:57:39.361Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18312025-01-24T22:57:39.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-01-24T22:57:39.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-01-24T22:57:39.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-01-24T22:57:39.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18352025-01-24T22:57:39.795Z
18362025-01-24T22:57:39.795Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18372025-01-24T22:57:40.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-01-24T22:57:40.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-01-24T22:57:40.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-01-24T22:57:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18412025-01-24T22:57:40.232Z
18422025-01-24T22:57:40.232Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18432025-01-24T22:57:40.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-01-24T22:57:40.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-01-24T22:57:40.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-01-24T22:57:40.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18472025-01-24T22:57:40.672Z
18482025-01-24T22:57:40.672Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18492025-01-24T22:57:41.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-01-24T22:57:41.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-01-24T22:57:41.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-01-24T22:57:41.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532025-01-24T22:57:41.122Z
18542025-01-24T22:57:41.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18552025-01-24T22:57:41.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-01-24T22:57:41.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-01-24T22:57:41.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-01-24T22:57:41.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18592025-01-24T22:57:41.567Z
18602025-01-24T22:57:41.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18612025-01-24T22:57:41.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-01-24T22:57:41.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-01-24T22:57:41.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-01-24T22:57:41.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18652025-01-24T22:57:42.007Z
18662025-01-24T22:57:42.007Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18672025-01-24T22:57:42.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-01-24T22:57:42.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-01-24T22:57:42.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-01-24T22:57:42.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18712025-01-24T22:57:42.449Z
18722025-01-24T22:57:42.449Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18732025-01-24T22:57:42.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-01-24T22:57:42.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-01-24T22:57:42.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-01-24T22:57:42.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18772025-01-24T22:57:42.888Z
18782025-01-24T22:57:42.888Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18792025-01-24T22:57:43.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-01-24T22:57:43.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-01-24T22:57:43.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-01-24T22:57:43.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18832025-01-24T22:57:43.329Z
18842025-01-24T22:57:43.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18852025-01-24T22:57:43.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-01-24T22:57:43.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-01-24T22:57:43.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-01-24T22:57:43.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18892025-01-24T22:57:43.770Z
18902025-01-24T22:57:43.770Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18912025-01-24T22:57:44.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-01-24T22:57:44.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-01-24T22:57:44.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-01-24T22:57:44.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952025-01-24T22:57:44.227Z
18962025-01-24T22:57:44.227Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
18972025-01-24T22:57:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-01-24T22:57:44.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-01-24T22:57:44.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-01-24T22:57:44.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19012025-01-24T22:57:44.893Z
19022025-01-24T22:57:44.893Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19032025-01-24T22:57:45.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-01-24T22:57:45.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-01-24T22:57:45.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-01-24T22:57:45.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19072025-01-24T22:57:45.599Z
19082025-01-24T22:57:45.599Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19092025-01-24T22:57:46.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-01-24T22:57:46.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-01-24T22:57:46.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-01-24T22:57:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19132025-01-24T22:57:46.274Z
19142025-01-24T22:57:46.274Zinfo: running `cargo check --bins` on oxlog (48/197)
19152025-01-24T22:57:46.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-01-24T22:57:46.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-01-24T22:57:46.904Z Checking cfg-if v1.0.0
19182025-01-24T22:57:46.907Z Checking libc v0.2.169
19192025-01-24T22:57:47.016Z Checking serde v1.0.217
19202025-01-24T22:57:47.020Z Checking zeroize v1.8.1
19212025-01-24T22:57:47.038Z Checking memchr v2.7.4
19222025-01-24T22:57:47.041Z Checking typenum v1.17.0
19232025-01-24T22:57:47.049Z Checking scopeguard v1.2.0
19242025-01-24T22:57:47.079Z Checking subtle v2.6.1
19252025-01-24T22:57:47.093Z Checking value-bag v1.9.0
19262025-01-24T22:57:47.208Z Checking lock_api v0.4.12
19272025-01-24T22:57:47.267Z Checking smallvec v1.13.2
19282025-01-24T22:57:47.333Z Checking const-oid v0.9.6
19292025-01-24T22:57:47.503Z Checking log v0.4.22
19302025-01-24T22:57:47.567Z Checking itoa v1.0.11
19312025-01-24T22:57:47.599Z Checking pin-project-lite v0.2.14
19322025-01-24T22:57:47.764Z Checking byteorder v1.5.0
19332025-01-24T22:57:47.815Z Checking futures-core v0.3.31
19342025-01-24T22:57:47.888Z Checking once_cell v1.20.2
19352025-01-24T22:57:47.970Z Checking stable_deref_trait v1.2.0
19362025-01-24T22:57:48.006Z Checking cpufeatures v0.2.14
19372025-01-24T22:57:48.056Z Checking getrandom v0.2.15
19382025-01-24T22:57:48.087Z Checking signal-hook-registry v1.4.2
19392025-01-24T22:57:48.111Z Checking parking_lot_core v0.9.10
19402025-01-24T22:57:48.132Z Checking generic-array v0.14.7
19412025-01-24T22:57:48.154Z Checking mio v1.0.2
19422025-01-24T22:57:48.170Z Checking futures-sink v0.3.31
19432025-01-24T22:57:48.304Z Checking rand_core v0.6.4
19442025-01-24T22:57:48.319Z Checking socket2 v0.5.7
19452025-01-24T22:57:48.333Z Checking spin v0.9.8
19462025-01-24T22:57:48.440Z Checking parking_lot v0.12.3
19472025-01-24T22:57:48.625Z Checking zerocopy v0.7.35
19482025-01-24T22:57:48.665Z Checking zerofrom v0.1.4
19492025-01-24T22:57:48.767Z Checking slab v0.4.9
19502025-01-24T22:57:48.782Z Checking futures-channel v0.3.31
19512025-01-24T22:57:48.782Z Checking equivalent v1.0.1
19522025-01-24T22:57:48.872Z Checking yoke v0.7.4
19532025-01-24T22:57:48.905Z Checking allocator-api2 v0.2.18
19542025-01-24T22:57:49.015Z Checking foldhash v0.1.3
19552025-01-24T22:57:49.130Z Checking futures-io v0.3.31
19562025-01-24T22:57:49.179Z Checking futures-task v0.3.31
19572025-01-24T22:57:49.197Z Checking zerovec v0.10.4
19582025-01-24T22:57:49.200Z Checking crypto-common v0.1.6
19592025-01-24T22:57:49.231Z Checking block-buffer v0.10.4
19602025-01-24T22:57:49.316Z Checking pin-utils v0.1.0
19612025-01-24T22:57:49.401Z Checking block-padding v0.3.3
19622025-01-24T22:57:49.418Z Checking futures-util v0.3.31
19632025-01-24T22:57:49.421Z Checking ryu v1.0.18
19642025-01-24T22:57:49.463Z Checking digest v0.10.7
19652025-01-24T22:57:49.514Z Checking hashbrown v0.15.1
19662025-01-24T22:57:49.605Z Checking inout v0.1.3
19672025-01-24T22:57:49.682Z Checking fnv v1.0.7
19682025-01-24T22:57:49.808Z Checking litemap v0.7.3
19692025-01-24T22:57:49.827Z Checking writeable v0.5.5
19702025-01-24T22:57:49.831Z Checking hmac v0.12.1
19712025-01-24T22:57:49.856Z Checking cipher v0.4.4
19722025-01-24T22:57:50.043Z Checking sha2 v0.10.8
19732025-01-24T22:57:50.151Z Checking libm v0.2.8
19742025-01-24T22:57:50.168Z Checking base64ct v1.6.0
19752025-01-24T22:57:50.274Z Checking ppv-lite86 v0.2.20
19762025-01-24T22:57:50.544Z Checking icu_locid_transform_data v1.5.0
19772025-01-24T22:57:50.605Z Checking pem-rfc7468 v0.7.0
19782025-01-24T22:57:50.608Z Checking flagset v0.4.6
19792025-01-24T22:57:50.640Z Checking tracing-core v0.1.32
19802025-01-24T22:57:50.737Z Checking tinystr v0.7.6
19812025-01-24T22:57:50.819Z Checking icu_collections v1.5.0
19822025-01-24T22:57:50.871Z Checking der v0.7.9
19832025-01-24T22:57:50.978Z Checking rand_chacha v0.3.1
19842025-01-24T22:57:51.040Z Checking num-traits v0.2.19
19852025-01-24T22:57:51.073Z Checking icu_locid v1.5.0
19862025-01-24T22:57:51.256Z Checking thiserror v1.0.69
19872025-01-24T22:57:51.377Z Checking icu_properties_data v1.5.0
19882025-01-24T22:57:51.404Z Checking percent-encoding v2.3.1
19892025-01-24T22:57:51.478Z Checking rustls-pki-types v1.10.0
19902025-01-24T22:57:51.514Z Checking bytes v1.9.0
19912025-01-24T22:57:51.609Z Checking indexmap v2.7.0
19922025-01-24T22:57:51.627Z Checking serde_json v1.0.135
19932025-01-24T22:57:52.034Z Checking icu_provider v1.5.0
19942025-01-24T22:57:52.051Z Checking bitflags v2.6.0
19952025-01-24T22:57:52.303Z Checking tokio v1.43.0
19962025-01-24T22:57:52.360Z Checking http v1.2.0
19972025-01-24T22:57:52.526Z Checking spki v0.7.3
19982025-01-24T22:57:52.541Z Checking rand v0.8.5
19992025-01-24T22:57:52.627Z Checking icu_locid_transform v1.5.0
20002025-01-24T22:57:52.800Z Checking tracing v0.1.40
20012025-01-24T22:57:52.812Z Checking salsa20 v0.10.2
20022025-01-24T22:57:53.035Z Checking pbkdf2 v0.12.2
20032025-01-24T22:57:53.154Z Checking aws-lc-sys v0.22.0
20042025-01-24T22:57:53.253Z Checking httparse v1.9.5
20052025-01-24T22:57:53.273Z Checking untrusted v0.7.1
20062025-01-24T22:57:53.455Z Checking untrusted v0.9.0
20072025-01-24T22:57:53.618Z Checking icu_properties v1.5.1
20082025-01-24T22:57:53.620Z Checking write16 v1.0.0
20092025-01-24T22:57:53.650Z Checking utf8_iter v1.0.4
20102025-01-24T22:57:53.661Z Checking powerfmt v0.2.0
20112025-01-24T22:57:53.700Z Checking utf16_iter v1.0.5
20122025-01-24T22:57:53.760Z Checking mirai-annotations v1.12.0
20132025-01-24T22:57:53.837Z Checking icu_normalizer_data v1.5.0
20142025-01-24T22:57:53.864Z Checking ring v0.17.8
20152025-01-24T22:57:53.918Z Checking scrypt v0.11.0
20162025-01-24T22:57:53.935Z Checking deranged v0.3.11
20172025-01-24T22:57:53.948Z Checking aes v0.8.4
20182025-01-24T22:57:53.950Z Checking cbc v0.1.2
20192025-01-24T22:57:54.134Z Checking crossbeam-utils v0.8.20
20202025-01-24T22:57:54.156Z Checking num-conv v0.1.0
20212025-01-24T22:57:54.418Z Checking tinyvec_macros v0.1.1
20222025-01-24T22:57:54.515Z Checking time-core v0.1.2
20232025-01-24T22:57:54.687Z Checking atomic-waker v1.1.2
20242025-01-24T22:57:54.839Z Checking num_threads v0.1.7
20252025-01-24T22:57:54.872Z Checking tinyvec v1.8.0
20262025-01-24T22:57:54.886Z Checking pkcs5 v0.7.1
20272025-01-24T22:57:54.964Z Checking http-body v1.0.1
20282025-01-24T22:57:55.179Z Checking form_urlencoded v1.2.1
20292025-01-24T22:57:55.228Z Checking aws-lc-rs v1.10.0
20302025-01-24T22:57:55.267Z Checking time v0.3.36
20312025-01-24T22:57:55.369Z Checking try-lock v0.2.5
20322025-01-24T22:57:55.391Z Checking pkcs8 v0.10.2
20332025-01-24T22:57:55.516Z Checking want v0.3.1
20342025-01-24T22:57:55.671Z Checking uuid v1.12.0
20352025-01-24T22:57:55.699Z Checking unicode-ident v1.0.14
20362025-01-24T22:57:55.702Z Checking httpdate v1.0.3
20372025-01-24T22:57:55.873Z Checking proc-macro2 v1.0.92
20382025-01-24T22:57:55.960Z Checking toml_datetime v0.6.8
20392025-01-24T22:57:56.163Z Checking serde_spanned v0.6.8
20402025-01-24T22:57:56.245Z Checking slog v2.7.0
20412025-01-24T22:57:56.260Z Checking scroll v0.12.0
20422025-01-24T22:57:56.358Z Checking foreign-types-shared v0.1.1
20432025-01-24T22:57:56.482Z Checking match_cfg v0.1.0
20442025-01-24T22:57:56.566Z Checking tower-service v0.3.3
20452025-01-24T22:57:56.583Z Checking ucd-trie v0.1.7
20462025-01-24T22:57:56.700Z Checking adler2 v2.0.0
20472025-01-24T22:57:56.718Z Checking iana-time-zone v0.1.61
20482025-01-24T22:57:56.720Z Checking plain v0.2.3
20492025-01-24T22:57:56.784Z Checking base64 v0.22.1
20502025-01-24T22:57:56.853Z Checking icu_normalizer v1.5.0
20512025-01-24T22:57:56.871Z Checking chrono v0.4.39
20522025-01-24T22:57:56.871Z Checking miniz_oxide v0.8.0
20532025-01-24T22:57:56.874Z Checking goblin v0.8.2
20542025-01-24T22:57:56.965Z Checking rustls-webpki v0.102.8
20552025-01-24T22:57:57.242Z Checking pest v2.7.14
20562025-01-24T22:57:57.585Z Checking idna_adapter v1.2.0
20572025-01-24T22:57:57.587Z Checking hostname v0.3.1
20582025-01-24T22:57:57.602Z Checking quote v1.0.38
20592025-01-24T22:57:57.724Z Checking foreign-types v0.3.2
20602025-01-24T22:57:57.751Z Checking openssl-sys v0.9.103
20612025-01-24T22:57:57.782Z Checking idna v1.0.3
20622025-01-24T22:57:57.816Z Checking dirs-sys-next v0.1.2
20632025-01-24T22:57:57.944Z Checking errno v0.3.9
20642025-01-24T22:57:58.006Z Checking aho-corasick v1.1.3
20652025-01-24T22:57:58.135Z Checking data-encoding v2.6.0
20662025-01-24T22:57:58.239Z Checking url v2.5.3
20672025-01-24T22:57:58.701Z Compiling newtype-uuid v1.2.1
20682025-01-24T22:57:58.773Z Checking pretty-hex v0.4.1
20692025-01-24T22:57:58.899Z Checking regex-syntax v0.8.5
20702025-01-24T22:57:58.965Z Checking siphasher v0.3.11
20712025-01-24T22:57:59.022Z Checking openssl v0.10.66
20722025-01-24T22:57:59.039Z Checking rustix v0.38.37
20732025-01-24T22:57:59.066Z Checking tokio-util v0.7.12
20742025-01-24T22:57:59.295Z Checking dirs-next v2.0.0
20752025-01-24T22:57:59.451Z Checking syn v2.0.96
20762025-01-24T22:57:59.612Z Checking unicode-normalization v0.1.24
20772025-01-24T22:57:59.829Z Checking dtrace-parser v0.2.0
20782025-01-24T22:57:59.861Z Checking h2 v0.4.6
20792025-01-24T22:58:00.276Z Checking http-body-util v0.1.2
20802025-01-24T22:58:00.572Z Checking crossbeam-epoch v0.9.18
20812025-01-24T22:58:00.684Z Checking signature v2.2.0
20822025-01-24T22:58:00.890Z Checking sha1 v0.10.6
20832025-01-24T22:58:01.005Z Checking lazy_static v1.5.0
20842025-01-24T22:58:01.135Z Checking thread_local v1.1.8
20852025-01-24T22:58:01.164Z Checking thread-id v4.2.2
20862025-01-24T22:58:01.284Z Checking encoding_rs v0.8.34
20872025-01-24T22:58:01.433Z Checking openssl-probe v0.1.5
20882025-01-24T22:58:01.609Z Checking winnow v0.6.20
20892025-01-24T22:58:01.871Z Checking dof v0.3.0
20902025-01-24T22:58:02.097Z Checking regex-automata v0.4.8
20912025-01-24T22:58:02.203Z Checking gimli v0.31.1
20922025-01-24T22:58:02.488Z Checking unicode-properties v0.1.3
20932025-01-24T22:58:02.881Z Checking unicode-bidi v0.3.17
20942025-01-24T22:58:03.498Z Checking ipnet v2.10.1
20952025-01-24T22:58:03.568Z Checking utf8parse v0.2.2
20962025-01-24T22:58:03.724Z Checking mime v0.3.17
20972025-01-24T22:58:03.972Z Checking anstyle v1.0.10
20982025-01-24T22:58:04.045Z Checking anstyle-parse v0.2.5
20992025-01-24T22:58:04.101Z Checking native-tls v0.2.12
21002025-01-24T22:58:04.279Z Checking toml_edit v0.22.22
21012025-01-24T22:58:04.324Z Checking stringprep v0.1.5
21022025-01-24T22:58:04.339Z Checking crossbeam-deque v0.8.5
21032025-01-24T22:58:04.429Z Checking term v0.7.0
21042025-01-24T22:58:04.619Z Checking rustls v0.23.19
21052025-01-24T22:58:04.642Z Checking rustls v0.22.4
21062025-01-24T22:58:04.850Z Checking slog-json v2.6.1
21072025-01-24T22:58:05.100Z Checking serde_urlencoded v0.7.1
21082025-01-24T22:58:05.400Z Checking usdt-impl v0.5.0
21092025-01-24T22:58:05.536Z Checking crossbeam-channel v0.5.13
21102025-01-24T22:58:05.975Z Checking futures-executor v0.3.31
21112025-01-24T22:58:05.995Z Checking addr2line v0.24.2
21122025-01-24T22:58:06.014Z Checking hyper v1.5.2
21132025-01-24T22:58:06.189Z Checking num-integer v0.1.46
21142025-01-24T22:58:06.212Z Checking rustls-pemfile v2.2.0
21152025-01-24T22:58:06.416Z Checking md-5 v0.10.6
21162025-01-24T22:58:06.502Z Checking ff v0.13.0
21172025-01-24T22:58:06.504Z Checking hash32 v0.2.1
21182025-01-24T22:58:06.627Z Checking is-terminal v0.4.13
21192025-01-24T22:58:06.680Z Checking memmap v0.7.0
21202025-01-24T22:58:06.724Z Checking object v0.36.5
21212025-01-24T22:58:06.751Z Checking take_mut v0.2.2
21222025-01-24T22:58:06.811Z Checking linked-hash-map v0.5.6
21232025-01-24T22:58:06.876Z Checking is_terminal_polyfill v1.70.1
21242025-01-24T22:58:06.879Z Checking rustc-demangle v0.1.24
21252025-01-24T22:58:06.906Z Checking psl-types v2.0.11
21262025-01-24T22:58:06.993Z Checking either v1.13.0
21272025-01-24T22:58:07.087Z Checking colorchoice v1.0.2
21282025-01-24T22:58:07.109Z Checking dyn-clone v1.0.17
21292025-01-24T22:58:07.239Z Checking fallible-iterator v0.2.0
21302025-01-24T22:58:07.271Z Checking base16ct v0.2.0
21312025-01-24T22:58:07.333Z Checking quick-error v1.2.3
21322025-01-24T22:58:07.350Z Checking utf-8 v0.7.6
21332025-01-24T22:58:07.479Z Checking anstyle-query v1.1.1
21342025-01-24T22:58:07.496Z Checking resolv-conf v0.7.0
21352025-01-24T22:58:07.559Z Checking tungstenite v0.24.0
21362025-01-24T22:58:07.616Z Checking anstream v0.6.15
21372025-01-24T22:58:07.832Z Checking postgres-protocol v0.6.7
21382025-01-24T22:58:07.854Z Checking sec1 v0.7.3
21392025-01-24T22:58:07.967Z Checking schemars v0.8.21
21402025-01-24T22:58:07.970Z Checking hyper-util v0.1.10
21412025-01-24T22:58:08.072Z Checking tokio-rustls v0.25.0
21422025-01-24T22:58:08.240Z Checking lru-cache v0.1.2
21432025-01-24T22:58:08.416Z Checking publicsuffix v2.3.0
21442025-01-24T22:58:08.434Z Checking slog-async v2.8.0
21452025-01-24T22:58:08.453Z Checking toml v0.8.19
21462025-01-24T22:58:08.466Z Checking usdt v0.5.0
21472025-01-24T22:58:08.951Z Checking heapless v0.7.17
21482025-01-24T22:58:08.972Z Checking slog-term v2.9.1
21492025-01-24T22:58:08.972Z Checking group v0.13.0
21502025-01-24T22:58:08.994Z Checking num-iter v0.1.45
21512025-01-24T22:58:09.177Z Checking futures v0.3.31
21522025-01-24T22:58:09.193Z Checking slog-bunyan v2.5.0
21532025-01-24T22:58:09.243Z Checking rayon-core v1.12.1
21542025-01-24T22:58:09.295Z Checking tokio-native-tls v0.3.1
21552025-01-24T22:58:09.346Z Checking multer v3.1.0
21562025-01-24T22:58:09.510Z Checking hickory-proto v0.24.2
21572025-01-24T22:58:09.541Z Checking terminal_size v0.4.0
21582025-01-24T22:58:09.569Z Checking phf_shared v0.11.2
21592025-01-24T22:58:09.698Z Checking tokio-rustls v0.26.0
21602025-01-24T22:58:09.739Z Checking cookie v0.18.1
21612025-01-24T22:58:09.833Z Checking async-stream v0.3.6
21622025-01-24T22:58:09.888Z Checking bzip2-sys v0.1.11+1.0.8
21632025-01-24T22:58:09.942Z Checking camino v1.1.9
21642025-01-24T22:58:09.989Z Checking signal-hook v0.3.17
21652025-01-24T22:58:10.015Z Checking waitgroup v0.1.2
21662025-01-24T22:58:10.033Z Checking openapiv3 v2.0.0
21672025-01-24T22:58:10.096Z Checking webpki-roots v0.26.6
21682025-01-24T22:58:10.156Z Checking serde_path_to_error v0.1.16
21692025-01-24T22:58:10.170Z Checking hkdf v0.12.4
21702025-01-24T22:58:10.315Z Checking crypto-bigint v0.5.5
21712025-01-24T22:58:10.331Z Checking hostname v0.4.0
21722025-01-24T22:58:10.384Z Checking crc32fast v1.4.2
21732025-01-24T22:58:10.438Z Checking bitflags v1.3.2
21742025-01-24T22:58:10.467Z Checking strsim v0.11.1
21752025-01-24T22:58:10.546Z Checking managed v0.8.0
21762025-01-24T22:58:10.612Z Checking winnow v0.5.40
21772025-01-24T22:58:10.738Z Checking debug-ignore v1.0.5
21782025-01-24T22:58:10.754Z Checking clap_lex v0.7.2
21792025-01-24T22:58:10.895Z Checking unicode-width v0.1.14
21802025-01-24T22:58:10.910Z Checking smoltcp v0.9.1
21812025-01-24T22:58:11.011Z Checking clap_builder v4.5.21
21822025-01-24T22:58:11.397Z Checking console v0.15.8
21832025-01-24T22:58:11.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21842025-01-24T22:58:12.228Z Checking flate2 v1.0.35
21852025-01-24T22:58:12.251Z Checking signal-hook-mio v0.2.4
21862025-01-24T22:58:12.404Z Checking hyper-rustls v0.27.3
21872025-01-24T22:58:12.525Z Checking backtrace v0.3.74
21882025-01-24T22:58:12.762Z Checking cookie_store v0.21.1
21892025-01-24T22:58:12.835Z Checking bzip2 v0.4.4
21902025-01-24T22:58:12.954Z Checking elliptic-curve v0.13.8
21912025-01-24T22:58:13.107Z Checking anyhow v1.0.95
21922025-01-24T22:58:13.123Z Checking hyper-tls v0.6.0
21932025-01-24T22:58:13.217Z Checking dropshot v0.12.0
21942025-01-24T22:58:13.406Z Checking toml_edit v0.19.15
21952025-01-24T22:58:13.422Z Checking rayon v1.10.0
21962025-01-24T22:58:13.422Z Checking phf v0.11.2
21972025-01-24T22:58:13.481Z Checking num-bigint-dig v0.8.4
21982025-01-24T22:58:13.556Z Checking postgres-types v0.2.8
21992025-01-24T22:58:13.679Z Checking tokio-tungstenite v0.24.0
22002025-01-24T22:58:13.916Z Checking bstr v1.10.0
22012025-01-24T22:58:14.045Z Checking hickory-resolver v0.24.2
22022025-01-24T22:58:14.130Z Checking regex v1.11.1
22032025-01-24T22:58:14.173Z Checking ed25519 v2.2.3
22042025-01-24T22:58:14.516Z Checking tokio-stream v0.1.16
22052025-01-24T22:58:14.737Z Checking phf_shared v0.10.0
22062025-01-24T22:58:14.798Z Checking curve25519-dalek v4.1.3
22072025-01-24T22:58:14.991Z Checking zerocopy v0.6.6
22082025-01-24T22:58:15.308Z Checking hubpack v0.1.2
22092025-01-24T22:58:15.436Z Checking portable-atomic v1.9.0
22102025-01-24T22:58:15.610Z Checking pkcs1 v0.7.5
22112025-01-24T22:58:15.639Z Checking float-cmp v0.9.0
22122025-01-24T22:58:15.691Z Checking serde-big-array v0.5.1
22132025-01-24T22:58:15.817Z Checking rfc6979 v0.4.0
22142025-01-24T22:58:15.833Z Checking sync_wrapper v1.0.1
22152025-01-24T22:58:15.906Z Checking normalize-line-endings v0.3.0
22162025-01-24T22:58:15.986Z Checking bit-vec v0.6.3
22172025-01-24T22:58:16.002Z Checking unicode-segmentation v1.12.0
22182025-01-24T22:58:16.019Z Checking precomputed-hash v0.1.1
22192025-01-24T22:58:16.043Z Checking predicates-core v1.0.8
22202025-01-24T22:58:16.140Z Checking new_debug_unreachable v1.0.6
22212025-01-24T22:58:16.235Z Checking unicode-width v0.2.0
22222025-01-24T22:58:16.237Z Checking minimal-lexical v0.2.1
22232025-01-24T22:58:16.309Z Checking difflib v0.4.0
22242025-01-24T22:58:16.412Z Checking static_assertions v1.1.0
22252025-01-24T22:58:16.511Z Checking fixedbitset v0.4.2
22262025-01-24T22:58:16.985Z Checking number_prefix v0.4.0
22272025-01-24T22:58:16.986Z Checking whoami v1.5.2
22282025-01-24T22:58:16.986Z Checking predicates v3.1.2
22292025-01-24T22:58:16.986Z Checking nom v7.1.3
22302025-01-24T22:58:16.986Z Checking similar v2.6.0
22312025-01-24T22:58:16.986Z Checking ed25519-dalek v2.1.1
22322025-01-24T22:58:16.986Z Checking qorb v0.2.1
22332025-01-24T22:58:16.986Z Checking petgraph v0.6.5
22342025-01-24T22:58:16.986Z Checking indicatif v0.17.9
22352025-01-24T22:58:16.986Z Checking tokio-postgres v0.7.12
22362025-01-24T22:58:17.093Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22372025-01-24T22:58:17.233Z Checking bit-set v0.5.3
22382025-01-24T22:58:17.488Z Checking string_cache v0.8.7
22392025-01-24T22:58:17.505Z Checking rsa v0.9.6
22402025-01-24T22:58:17.576Z Checking ecdsa v0.16.9
22412025-01-24T22:58:17.759Z Checking reqwest v0.12.9
22422025-01-24T22:58:18.260Z Checking toml v0.7.8
22432025-01-24T22:58:18.504Z Checking clap v4.5.21
22442025-01-24T22:58:18.622Z Checking zip v0.6.6
22452025-01-24T22:58:18.969Z Checking crossterm v0.28.1
22462025-01-24T22:58:19.249Z Checking itertools v0.10.5
22472025-01-24T22:58:19.270Z Checking fs-err v2.11.0
22482025-01-24T22:58:19.287Z Checking ahash v0.8.11
22492025-01-24T22:58:19.697Z Checking x509-cert v0.2.5
22502025-01-24T22:58:19.714Z Checking semver v1.0.24
22512025-01-24T22:58:19.740Z Checking hex v0.4.3
22522025-01-24T22:58:19.785Z Checking peg-runtime v0.8.3
22532025-01-24T22:58:19.818Z Checking lalrpop-util v0.19.12
22542025-01-24T22:58:20.021Z Checking sigpipe v0.1.3
22552025-01-24T22:58:21.452Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22562025-01-24T22:58:21.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.51s
22572025-01-24T22:58:21.967Z
22582025-01-24T22:58:21.967Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22592025-01-24T22:58:22.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602025-01-24T22:58:22.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612025-01-24T22:58:22.684Z Compiling hashbrown v0.14.5
22622025-01-24T22:58:22.808Z Checking heck v0.5.0
22632025-01-24T22:58:22.823Z Compiling unsafe-libyaml v0.2.11
22642025-01-24T22:58:22.836Z Checking ipnetwork v0.20.0
22652025-01-24T22:58:22.839Z Compiling ident_case v1.0.1
22662025-01-24T22:58:22.865Z Checking progenitor-client v0.8.0
22672025-01-24T22:58:22.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22682025-01-24T22:58:22.974Z Checking newtype-uuid v1.2.1
22692025-01-24T22:58:23.035Z Compiling darling_core v0.20.10
22702025-01-24T22:58:23.180Z Compiling proc-macro-crate v1.3.1
22712025-01-24T22:58:23.199Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22722025-01-24T22:58:23.237Z Compiling structmeta-derive v0.3.0
22732025-01-24T22:58:23.240Z Compiling thiserror v2.0.11
22742025-01-24T22:58:23.565Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22752025-01-24T22:58:23.782Z Checking regress v0.10.1
22762025-01-24T22:58:23.891Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22772025-01-24T22:58:24.137Z Compiling serde_yaml v0.9.34+deprecated
22782025-01-24T22:58:24.246Z Compiling num_enum_derive v0.5.11
22792025-01-24T22:58:24.682Z Compiling lzma-sys v0.1.20
22802025-01-24T22:58:25.098Z Compiling foreign-types-macros v0.2.3
22812025-01-24T22:58:25.422Z Compiling thiserror-impl v2.0.11
22822025-01-24T22:58:25.862Z Compiling structmeta v0.3.0
22832025-01-24T22:58:26.245Z Compiling dropshot v0.15.1
22842025-01-24T22:58:26.270Z Checking arc-swap v1.7.1
22852025-01-24T22:58:26.512Z Checking foreign-types-shared v0.3.1
22862025-01-24T22:58:26.605Z Checking num_enum v0.5.11
22872025-01-24T22:58:26.644Z Checking foreign-types v0.5.0
22882025-01-24T22:58:26.696Z Checking slog-scope v4.4.0
22892025-01-24T22:58:26.752Z Compiling parse-display-derive v0.10.0
22902025-01-24T22:58:26.804Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22912025-01-24T22:58:26.895Z Compiling proc-macro-error v1.0.4
22922025-01-24T22:58:27.440Z Checking typify-impl v0.2.0
22932025-01-24T22:58:27.717Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942025-01-24T22:58:27.721Z Checking tungstenite v0.21.0
22952025-01-24T22:58:27.849Z Compiling heck v0.3.3
22962025-01-24T22:58:28.208Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22972025-01-24T22:58:28.639Z Compiling dropshot_endpoint v0.15.1
22982025-01-24T22:58:28.642Z Checking cstr-argument v0.1.2
22992025-01-24T22:58:28.816Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002025-01-24T22:58:28.834Z Checking instant v0.1.13
23012025-01-24T22:58:28.958Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23022025-01-24T22:58:28.985Z Checking base64 v0.21.7
23032025-01-24T22:58:29.076Z Compiling darling_macro v0.20.10
23042025-01-24T22:58:29.275Z Checking fastrand v2.1.1
23052025-01-24T22:58:29.515Z Checking pretty-hex v0.2.1
23062025-01-24T22:58:29.571Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072025-01-24T22:58:29.626Z Checking tempfile v3.13.0
23082025-01-24T22:58:29.687Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23092025-01-24T22:58:29.863Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102025-01-24T22:58:29.926Z Checking backoff v0.4.0
23112025-01-24T22:58:29.962Z Compiling darling v0.20.10
23122025-01-24T22:58:29.979Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132025-01-24T22:58:30.014Z Checking tokio-tungstenite v0.21.0
23142025-01-24T22:58:30.030Z Checking strum v0.26.3
23152025-01-24T22:58:30.074Z Compiling serde_with_macros v3.11.0
23162025-01-24T22:58:30.196Z Compiling zone_cfg_derive v0.1.2
23172025-01-24T22:58:30.215Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182025-01-24T22:58:30.261Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23192025-01-24T22:58:30.511Z Checking slog-stdlog v4.1.1
23202025-01-24T22:58:30.679Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23212025-01-24T22:58:30.728Z Checking regress v0.9.1
23222025-01-24T22:58:30.827Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232025-01-24T22:58:30.830Z Checking parse-display v0.10.0
23242025-01-24T22:58:30.941Z Checking progenitor-client v0.9.1
23252025-01-24T22:58:31.081Z Checking colored v2.1.0
23262025-01-24T22:58:31.099Z Checking macaddr v1.0.1
23272025-01-24T22:58:31.337Z Checking base64 v0.13.1
23282025-01-24T22:58:31.430Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23292025-01-24T22:58:31.575Z Checking zone v0.1.8
23302025-01-24T22:58:31.755Z Checking ron v0.7.1
23312025-01-24T22:58:31.889Z Checking xz2 v0.1.7
23322025-01-24T22:58:32.198Z Checking slog-envlogger v2.2.0
23332025-01-24T22:58:32.243Z Checking tabwriter v1.4.0
23342025-01-24T22:58:32.429Z Checking xattr v1.3.1
23352025-01-24T22:58:32.484Z Checking pem v3.0.4
23362025-01-24T22:58:32.586Z Checking serde_with v3.11.0
23372025-01-24T22:58:32.625Z Checking yasna v0.5.2
23382025-01-24T22:58:32.753Z Checking headers-core v0.3.0
23392025-01-24T22:58:32.864Z Checking smf v0.2.3
23402025-01-24T22:58:32.907Z Checking filetime v0.2.25
23412025-01-24T22:58:33.108Z Checking same-file v1.0.6
23422025-01-24T22:58:33.214Z Checking tar v0.4.42
23432025-01-24T22:58:33.279Z Checking walkdir v2.5.0
23442025-01-24T22:58:33.296Z Checking headers v0.4.0
23452025-01-24T22:58:33.488Z Checking rcgen v0.12.1
23462025-01-24T22:58:33.553Z Checking camino-tempfile v1.1.1
23472025-01-24T22:58:33.846Z Checking atomicwrites v0.4.4
23482025-01-24T22:58:34.027Z Checking subprocess v0.2.9
23492025-01-24T22:58:36.785Z Compiling typify-macro v0.2.0
23502025-01-24T22:58:38.301Z Compiling typify v0.2.0
23512025-01-24T22:58:38.370Z Compiling progenitor-impl v0.8.0
23522025-01-24T22:58:40.813Z Compiling progenitor-macro v0.8.0
23532025-01-24T22:58:44.501Z Checking progenitor v0.8.0
23542025-01-24T22:58:44.640Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23552025-01-24T22:58:44.643Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23562025-01-24T22:58:47.151Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23572025-01-24T22:58:47.433Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23582025-01-24T22:58:53.403Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23592025-01-24T22:58:54.905Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23602025-01-24T22:58:56.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.16s
23612025-01-24T22:58:56.324Z
23622025-01-24T22:58:56.324Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23632025-01-24T22:58:56.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642025-01-24T22:58:56.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652025-01-24T22:58:56.979Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23662025-01-24T22:58:58.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
23672025-01-24T22:58:58.502Z
23682025-01-24T22:58:58.502Zinfo: running `cargo check --bins` on nexus-config (51/197)
23692025-01-24T22:58:59.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-01-24T22:58:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-01-24T22:58:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722025-01-24T22:58:59.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23732025-01-24T22:58:59.117Z
23742025-01-24T22:58:59.117Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23752025-01-24T22:58:59.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762025-01-24T22:58:59.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772025-01-24T22:58:59.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782025-01-24T22:58:59.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23792025-01-24T22:58:59.725Z
23802025-01-24T22:58:59.725Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23812025-01-24T22:59:00.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822025-01-24T22:59:00.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832025-01-24T22:59:00.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842025-01-24T22:59:00.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23852025-01-24T22:59:00.353Z
23862025-01-24T22:59:00.353Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23872025-01-24T22:59:00.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882025-01-24T22:59:00.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892025-01-24T22:59:01.033Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23902025-01-24T22:59:01.144Z Compiling ipnetwork v0.20.0
23912025-01-24T22:59:01.144Z Compiling zerocopy v0.8.10
23922025-01-24T22:59:01.147Z Compiling progenitor-client v0.8.0
23932025-01-24T22:59:01.147Z Compiling itertools v0.13.0
23942025-01-24T22:59:01.147Z Compiling zerocopy-derive v0.8.10
23952025-01-24T22:59:01.147Z Compiling heapless v0.8.0
23962025-01-24T22:59:01.147Z Compiling thiserror v2.0.11
23972025-01-24T22:59:01.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982025-01-24T22:59:01.421Z Checking hash32 v0.3.1
23992025-01-24T22:59:01.560Z Compiling progenitor v0.8.0
24002025-01-24T22:59:01.619Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24012025-01-24T22:59:01.768Z Compiling instant v0.1.13
24022025-01-24T22:59:01.923Z Compiling smoltcp v0.11.0
24032025-01-24T22:59:01.986Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24042025-01-24T22:59:02.001Z Compiling backoff v0.4.0
24052025-01-24T22:59:02.036Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062025-01-24T22:59:02.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24072025-01-24T22:59:02.333Z Compiling dropshot v0.15.1
24082025-01-24T22:59:02.617Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092025-01-24T22:59:02.769Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24102025-01-24T22:59:02.906Z Compiling serde_with v3.11.0
24112025-01-24T22:59:02.958Z Compiling parse-display v0.10.0
24122025-01-24T22:59:03.094Z Checking num-rational v0.4.2
24132025-01-24T22:59:03.591Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24142025-01-24T22:59:03.707Z Compiling progenitor-client v0.9.1
24152025-01-24T22:59:04.050Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24162025-01-24T22:59:04.216Z Compiling regress v0.9.1
24172025-01-24T22:59:05.431Z Compiling phf_generator v0.11.2
24182025-01-24T22:59:05.633Z Checking num-complex v0.4.6
24192025-01-24T22:59:06.505Z Compiling macaddr v1.0.1
24202025-01-24T22:59:06.591Z Checking cobs v0.2.3
24212025-01-24T22:59:06.791Z Checking postcard v1.0.10
24222025-01-24T22:59:06.962Z Checking num v0.4.3
24232025-01-24T22:59:07.069Z Compiling phf_codegen v0.11.2
24242025-01-24T22:59:07.347Z Compiling parse-zoneinfo v0.3.1
24252025-01-24T22:59:07.413Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24262025-01-24T22:59:07.723Z Compiling float-ord v0.3.2
24272025-01-24T22:59:07.912Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24282025-01-24T22:59:09.149Z Compiling convert_case v0.4.0
24292025-01-24T22:59:09.487Z Compiling chrono-tz-build v0.4.0
24302025-01-24T22:59:09.864Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24312025-01-24T22:59:10.016Z Compiling derive_more v0.99.18
24322025-01-24T22:59:10.274Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24332025-01-24T22:59:10.569Z Compiling crucible-workspace-hack v0.1.0
24342025-01-24T22:59:10.678Z Compiling chrono-tz v0.10.1
24352025-01-24T22:59:10.740Z Checking newline-converter v0.3.0
24362025-01-24T22:59:10.836Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24372025-01-24T22:59:10.906Z Checking prettyplease v0.2.25
24382025-01-24T22:59:11.350Z Compiling slog-dtrace v0.3.0
24392025-01-24T22:59:11.516Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24402025-01-24T22:59:11.545Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24412025-01-24T22:59:12.004Z Checking expectorate v1.1.0
24422025-01-24T22:59:12.139Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24432025-01-24T22:59:12.260Z Compiling zone_cfg_derive v0.3.0
24442025-01-24T22:59:12.863Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24452025-01-24T22:59:13.354Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24462025-01-24T22:59:13.558Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24472025-01-24T22:59:13.684Z Compiling const_format_proc_macros v0.2.33
24482025-01-24T22:59:13.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24492025-01-24T22:59:13.689Z Compiling num-derive v0.4.2
24502025-01-24T22:59:13.898Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24512025-01-24T22:59:14.198Z Checking highway v1.2.0
24522025-01-24T22:59:14.732Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24532025-01-24T22:59:14.842Z Checking zone v0.3.0
24542025-01-24T22:59:14.958Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24552025-01-24T22:59:14.988Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24562025-01-24T22:59:15.505Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572025-01-24T22:59:15.582Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24582025-01-24T22:59:15.667Z Checking const_format v0.2.33
24592025-01-24T22:59:16.108Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24602025-01-24T22:59:16.482Z Checking gethostname v0.5.0
24612025-01-24T22:59:16.523Z Checking bcs v0.1.6
24622025-01-24T22:59:16.540Z Compiling async-recursion v1.1.1
24632025-01-24T22:59:16.609Z Checking termtree v0.5.1
24642025-01-24T22:59:16.612Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24652025-01-24T22:59:16.804Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24662025-01-24T22:59:16.822Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24672025-01-24T22:59:18.529Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24682025-01-24T22:59:23.028Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24692025-01-24T22:59:26.252Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24702025-01-24T22:59:28.678Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24712025-01-24T22:59:29.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.50s
24722025-01-24T22:59:30.041Z
24732025-01-24T22:59:30.041Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24742025-01-24T22:59:30.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752025-01-24T22:59:30.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762025-01-24T22:59:30.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772025-01-24T22:59:30.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24782025-01-24T22:59:30.684Z
24792025-01-24T22:59:30.684Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24802025-01-24T22:59:31.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-24T22:59:31.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-24T22:59:31.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832025-01-24T22:59:31.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24842025-01-24T22:59:31.323Z
24852025-01-24T22:59:31.323Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24862025-01-24T22:59:31.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872025-01-24T22:59:31.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882025-01-24T22:59:31.973Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892025-01-24T22:59:32.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
24902025-01-24T22:59:32.780Z
24912025-01-24T22:59:32.781Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24922025-01-24T22:59:33.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932025-01-24T22:59:33.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942025-01-24T22:59:33.456Z Compiling cfg_aliases v0.1.1
24952025-01-24T22:59:33.459Z Compiling vte_generate_state_changes v0.1.2
24962025-01-24T22:59:33.459Z Checking fd-lock v4.0.2
24972025-01-24T22:59:33.459Z Checking nibble_vec v0.1.0
24982025-01-24T22:59:33.560Z Checking bytecount v0.6.8
24992025-01-24T22:59:33.564Z Checking endian-type v0.1.2
25002025-01-24T22:59:33.625Z Compiling tabled_derive v0.7.0
25012025-01-24T22:59:33.627Z Checking itertools v0.12.1
25022025-01-24T22:59:33.656Z Compiling nix v0.28.0
25032025-01-24T22:59:33.739Z Checking papergrid v0.11.0
25042025-01-24T22:59:33.756Z Compiling peg-macros v0.8.4
25052025-01-24T22:59:33.771Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25062025-01-24T22:59:33.804Z Checking radix_trie v0.2.1
25072025-01-24T22:59:34.149Z Checking vte v0.11.1
25082025-01-24T22:59:34.204Z Compiling sqlparser_derive v0.2.2
25092025-01-24T22:59:34.825Z Checking unicode_categories v0.1.1
25102025-01-24T22:59:35.136Z Checking home v0.5.9
25112025-01-24T22:59:35.154Z Checking nu-ansi-term v0.50.1
25122025-01-24T22:59:35.292Z Checking sqlparser v0.45.0
25132025-01-24T22:59:35.309Z Checking sqlformat v0.2.6
25142025-01-24T22:59:35.563Z Checking display-error-chain v0.2.2
25152025-01-24T22:59:35.581Z Checking strip-ansi-escapes v0.2.0
25162025-01-24T22:59:35.870Z Checking tabled v0.15.0
25172025-01-24T22:59:35.963Z Checking reedline v0.35.0
25182025-01-24T22:59:36.550Z Checking rustyline v14.0.0
25192025-01-24T22:59:36.564Z Checking peg v0.8.4
25202025-01-24T22:59:45.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s
25212025-01-24T22:59:45.964Z
25222025-01-24T22:59:45.964Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25232025-01-24T22:59:46.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242025-01-24T22:59:46.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252025-01-24T22:59:46.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262025-01-24T22:59:52.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
25272025-01-24T22:59:52.445Z
25282025-01-24T22:59:52.445Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25292025-01-24T22:59:53.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302025-01-24T22:59:53.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312025-01-24T22:59:53.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322025-01-24T22:59:56.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
25332025-01-24T22:59:57.174Z
25342025-01-24T22:59:57.174Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25352025-01-24T22:59:57.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-01-24T22:59:57.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-01-24T22:59:57.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382025-01-24T23:00:02.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
25392025-01-24T23:00:02.939Z
25402025-01-24T23:00:02.939Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25412025-01-24T23:00:03.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-01-24T23:00:03.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-01-24T23:00:03.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442025-01-24T23:00:08.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
25452025-01-24T23:00:08.656Z
25462025-01-24T23:00:08.657Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25472025-01-24T23:00:09.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-01-24T23:00:09.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-01-24T23:00:09.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502025-01-24T23:00:13.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
25512025-01-24T23:00:13.282Z
25522025-01-24T23:00:13.282Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25532025-01-24T23:00:13.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-01-24T23:00:13.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-01-24T23:00:13.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25562025-01-24T23:00:17.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
25572025-01-24T23:00:17.904Z
25582025-01-24T23:00:17.904Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25592025-01-24T23:00:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-01-24T23:00:18.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-01-24T23:00:18.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25622025-01-24T23:00:23.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
25632025-01-24T23:00:23.938Z
25642025-01-24T23:00:23.938Zinfo: running `cargo check --bins` on oximeter (66/197)
25652025-01-24T23:00:24.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-01-24T23:00:24.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-01-24T23:00:24.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682025-01-24T23:00:24.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25692025-01-24T23:00:24.605Z
25702025-01-24T23:00:24.605Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25712025-01-24T23:00:25.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-01-24T23:00:25.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-01-24T23:00:25.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742025-01-24T23:00:25.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25752025-01-24T23:00:25.219Z
25762025-01-24T23:00:25.219Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25772025-01-24T23:00:25.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-01-24T23:00:25.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-01-24T23:00:25.856Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25802025-01-24T23:00:27.857Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25812025-01-24T23:00:28.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
25822025-01-24T23:00:28.972Z
25832025-01-24T23:00:28.972Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25842025-01-24T23:00:29.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-24T23:00:29.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-24T23:00:29.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-24T23:00:29.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25882025-01-24T23:00:29.608Z
25892025-01-24T23:00:29.608Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25902025-01-24T23:00:30.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-24T23:00:30.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-24T23:00:30.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-24T23:00:30.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25942025-01-24T23:00:30.239Z
25952025-01-24T23:00:30.239Zinfo: running `cargo check --bins` on oxql-types (71/197)
25962025-01-24T23:00:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-24T23:00:30.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-24T23:00:30.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-24T23:00:30.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26002025-01-24T23:00:30.902Z
26012025-01-24T23:00:30.902Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26022025-01-24T23:00:31.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-24T23:00:31.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-24T23:00:31.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-24T23:00:31.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26062025-01-24T23:00:31.515Z
26072025-01-24T23:00:31.515Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26082025-01-24T23:00:32.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-24T23:00:32.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-24T23:00:32.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-24T23:00:32.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26122025-01-24T23:00:32.185Z
26132025-01-24T23:00:32.186Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26142025-01-24T23:00:32.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-24T23:00:32.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-24T23:00:32.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-24T23:00:32.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26182025-01-24T23:00:32.820Z
26192025-01-24T23:00:32.820Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26202025-01-24T23:00:33.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-24T23:00:33.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-24T23:00:33.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-24T23:00:33.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26242025-01-24T23:00:33.465Z
26252025-01-24T23:00:33.465Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26262025-01-24T23:00:34.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-24T23:00:34.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-24T23:00:34.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-24T23:00:34.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26302025-01-24T23:00:34.103Z
26312025-01-24T23:00:34.103Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26322025-01-24T23:00:34.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-24T23:00:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-24T23:00:34.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-24T23:00:34.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26362025-01-24T23:00:34.729Z
26372025-01-24T23:00:34.729Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26382025-01-24T23:00:35.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-24T23:00:35.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-24T23:00:35.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-24T23:00:35.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26422025-01-24T23:00:35.326Z
26432025-01-24T23:00:35.326Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26442025-01-24T23:00:35.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-24T23:00:35.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-24T23:00:35.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-24T23:00:35.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26482025-01-24T23:00:35.973Z
26492025-01-24T23:00:35.973Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26502025-01-24T23:00:36.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-24T23:00:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-24T23:00:36.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-01-24T23:00:36.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542025-01-24T23:00:36.593Z
26552025-01-24T23:00:36.593Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26562025-01-24T23:00:37.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-01-24T23:00:37.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-01-24T23:00:37.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-01-24T23:00:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26602025-01-24T23:00:37.227Z
26612025-01-24T23:00:37.227Zinfo: running `cargo check --bins` on dpd-client (82/197)
26622025-01-24T23:00:37.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-01-24T23:00:37.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-01-24T23:00:37.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-01-24T23:00:37.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26662025-01-24T23:00:37.865Z
26672025-01-24T23:00:37.865Zinfo: running `cargo check --bins` on gateway-client (83/197)
26682025-01-24T23:00:38.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-01-24T23:00:38.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-01-24T23:00:38.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-01-24T23:00:38.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26722025-01-24T23:00:38.486Z
26732025-01-24T23:00:38.486Zinfo: running `cargo check --bins` on installinator-client (84/197)
26742025-01-24T23:00:39.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-01-24T23:00:39.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-01-24T23:00:39.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-01-24T23:00:39.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26782025-01-24T23:00:39.180Z
26792025-01-24T23:00:39.180Zinfo: running `cargo check --bins` on installinator-common (85/197)
26802025-01-24T23:00:39.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-01-24T23:00:39.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-01-24T23:00:39.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-01-24T23:00:39.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26842025-01-24T23:00:39.903Z
26852025-01-24T23:00:39.903Zinfo: running `cargo check --bins` on update-engine (86/197)
26862025-01-24T23:00:40.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-01-24T23:00:40.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-01-24T23:00:40.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-01-24T23:00:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26902025-01-24T23:00:40.588Z
26912025-01-24T23:00:40.588Zinfo: running `cargo check --bins` on nexus-client (87/197)
26922025-01-24T23:00:41.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-01-24T23:00:41.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-01-24T23:00:41.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-01-24T23:00:41.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26962025-01-24T23:00:41.283Z
26972025-01-24T23:00:41.283Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
26982025-01-24T23:00:41.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-01-24T23:00:41.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-01-24T23:00:41.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-01-24T23:00:41.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27022025-01-24T23:00:41.963Z
27032025-01-24T23:00:41.963Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27042025-01-24T23:00:42.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-01-24T23:00:42.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-01-24T23:00:42.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-01-24T23:00:42.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27082025-01-24T23:00:42.634Z
27092025-01-24T23:00:42.634Zinfo: running `cargo check --bins` on nexus-types (90/197)
27102025-01-24T23:00:43.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-01-24T23:00:43.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-01-24T23:00:43.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-01-24T23:00:43.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27142025-01-24T23:00:43.334Z
27152025-01-24T23:00:43.334Zinfo: running `cargo check --bins` on oxide-client (91/197)
27162025-01-24T23:00:43.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-01-24T23:00:43.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-01-24T23:00:43.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-01-24T23:00:43.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27202025-01-24T23:00:43.961Z
27212025-01-24T23:00:43.961Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27222025-01-24T23:00:44.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-01-24T23:00:44.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-01-24T23:00:44.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-01-24T23:00:44.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27262025-01-24T23:00:44.627Z
27272025-01-24T23:00:44.627Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27282025-01-24T23:00:45.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-01-24T23:00:45.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-01-24T23:00:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-01-24T23:00:45.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27322025-01-24T23:00:45.248Z
27332025-01-24T23:00:45.249Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27342025-01-24T23:00:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-01-24T23:00:45.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-01-24T23:00:45.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-01-24T23:00:45.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27382025-01-24T23:00:45.897Z
27392025-01-24T23:00:45.899Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27402025-01-24T23:00:46.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-01-24T23:00:46.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-01-24T23:00:46.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-01-24T23:00:46.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27442025-01-24T23:00:46.584Z
27452025-01-24T23:00:46.584Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27462025-01-24T23:00:47.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-01-24T23:00:47.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-01-24T23:00:47.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-01-24T23:00:47.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27502025-01-24T23:00:47.233Z
27512025-01-24T23:00:47.233Zinfo: running `cargo check --bins` on wicket-common (97/197)
27522025-01-24T23:00:47.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-01-24T23:00:47.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-01-24T23:00:47.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-01-24T23:00:47.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27562025-01-24T23:00:47.880Z
27572025-01-24T23:00:47.880Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27582025-01-24T23:00:48.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-01-24T23:00:48.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-01-24T23:00:48.550Z Checking csv-core v0.1.11
27612025-01-24T23:00:48.550Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27622025-01-24T23:00:48.552Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27632025-01-24T23:00:48.553Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27642025-01-24T23:00:48.838Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27652025-01-24T23:00:48.840Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27662025-01-24T23:00:48.890Z Checking csv v1.3.0
27672025-01-24T23:00:49.435Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27682025-01-24T23:00:49.775Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27692025-01-24T23:00:51.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
27702025-01-24T23:00:51.518Z
27712025-01-24T23:00:51.519Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27722025-01-24T23:00:52.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-01-24T23:00:52.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-01-24T23:00:52.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752025-01-24T23:00:52.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27762025-01-24T23:00:52.136Z
27772025-01-24T23:00:52.137Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27782025-01-24T23:00:52.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792025-01-24T23:00:52.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802025-01-24T23:00:52.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812025-01-24T23:00:52.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27822025-01-24T23:00:52.763Z
27832025-01-24T23:00:52.763Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27842025-01-24T23:00:53.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-01-24T23:00:53.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-01-24T23:00:53.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-01-24T23:00:53.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27882025-01-24T23:00:53.505Z
27892025-01-24T23:00:53.505Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27902025-01-24T23:00:54.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-01-24T23:00:54.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-01-24T23:00:54.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-01-24T23:00:54.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27942025-01-24T23:00:54.227Z
27952025-01-24T23:00:54.227Zinfo: running `cargo check --bins` on dns-server (103/197)
27962025-01-24T23:00:54.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-01-24T23:00:54.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-01-24T23:00:54.893Z Compiling typify-impl v0.3.0
27992025-01-24T23:00:55.001Z Compiling parking_lot_core v0.8.6
28002025-01-24T23:00:55.021Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28012025-01-24T23:00:55.023Z Checking fxhash v0.2.1
28022025-01-24T23:00:55.023Z Checking hickory-client v0.24.2
28032025-01-24T23:00:55.032Z Checking hickory-server v0.24.2
28042025-01-24T23:00:55.716Z Checking parking_lot v0.11.2
28052025-01-24T23:00:55.771Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062025-01-24T23:00:55.970Z Checking sled v0.34.7
28072025-01-24T23:01:00.611Z Compiling typify-macro v0.3.0
28082025-01-24T23:01:02.206Z Compiling typify v0.3.0
28092025-01-24T23:01:02.275Z Compiling progenitor-impl v0.9.1
28102025-01-24T23:01:04.699Z Compiling progenitor-macro v0.9.1
28112025-01-24T23:01:08.472Z Checking progenitor v0.9.1
28122025-01-24T23:01:08.603Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28132025-01-24T23:01:09.069Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28142025-01-24T23:01:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s
28152025-01-24T23:01:10.492Z
28162025-01-24T23:01:10.492Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28172025-01-24T23:01:11.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-24T23:01:11.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-24T23:01:11.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-24T23:01:11.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28212025-01-24T23:01:11.131Z
28222025-01-24T23:01:11.131Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28232025-01-24T23:01:11.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-24T23:01:11.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-24T23:01:11.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-24T23:01:11.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28272025-01-24T23:01:11.818Z
28282025-01-24T23:01:11.818Zinfo: running `cargo check --bins` on gateway-types (106/197)
28292025-01-24T23:01:12.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-24T23:01:12.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-24T23:01:12.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-24T23:01:12.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28332025-01-24T23:01:12.455Z
28342025-01-24T23:01:12.455Zinfo: running `cargo check --bins` on ipcc (107/197)
28352025-01-24T23:01:13.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-24T23:01:13.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-24T23:01:13.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-24T23:01:13.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28392025-01-24T23:01:13.115Z
28402025-01-24T23:01:13.116Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28412025-01-24T23:01:13.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-24T23:01:13.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-24T23:01:13.838Z Compiling radium v0.7.0
28442025-01-24T23:01:13.838Z Compiling semver v0.1.20
28452025-01-24T23:01:13.946Z Checking tap v1.0.1
28462025-01-24T23:01:13.957Z Compiling maybe-uninit v2.0.0
28472025-01-24T23:01:13.984Z Checking password-hash v0.5.0
28482025-01-24T23:01:13.986Z Checking blake2 v0.10.6
28492025-01-24T23:01:13.986Z Compiling cancel-safe-futures v0.1.5
28502025-01-24T23:01:13.986Z Checking funty v2.0.0
28512025-01-24T23:01:14.109Z Checking wyz v0.5.1
28522025-01-24T23:01:14.343Z Compiling rustc_version v0.1.7
28532025-01-24T23:01:14.405Z Compiling packed_struct v0.10.1
28542025-01-24T23:01:14.436Z Checking crc-catalog v2.4.0
28552025-01-24T23:01:14.454Z Compiling owo-colors v4.1.0
28562025-01-24T23:01:14.503Z Checking argon2 v0.5.3
28572025-01-24T23:01:14.580Z Checking crc v3.2.1
28582025-01-24T23:01:14.665Z Compiling packed_struct_codegen v0.10.1
28592025-01-24T23:01:14.754Z Compiling indexmap v1.9.3
28602025-01-24T23:01:14.771Z Compiling newtype_derive v0.1.6
28612025-01-24T23:01:14.784Z Checking half v2.4.1
28622025-01-24T23:01:14.848Z Checking nodrop v0.1.14
28632025-01-24T23:01:14.868Z Checking bitvec v1.0.1
28642025-01-24T23:01:14.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28652025-01-24T23:01:15.022Z Checking ciborium-io v0.2.2
28662025-01-24T23:01:15.090Z Checking array-init v0.0.4
28672025-01-24T23:01:15.162Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28682025-01-24T23:01:15.234Z Checking ciborium-ll v0.2.2
28692025-01-24T23:01:15.250Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28702025-01-24T23:01:15.484Z Checking smallvec v0.6.14
28712025-01-24T23:01:15.520Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28722025-01-24T23:01:15.712Z Checking libsw v3.3.1
28732025-01-24T23:01:15.856Z Compiling memoffset v0.9.1
28742025-01-24T23:01:15.916Z Checking termcolor v1.4.1
28752025-01-24T23:01:15.934Z Checking indent_write v2.2.0
28762025-01-24T23:01:15.968Z Checking linear-map v1.2.0
28772025-01-24T23:01:16.148Z Checking swrite v0.1.0
28782025-01-24T23:01:16.174Z Checking hashbrown v0.12.3
28792025-01-24T23:01:16.273Z Checking bitfield v0.14.0
28802025-01-24T23:01:16.327Z Checking env_logger v0.10.2
28812025-01-24T23:01:16.446Z Checking ron v0.8.1
28822025-01-24T23:01:16.468Z Checking serde-hex v0.1.0
28832025-01-24T23:01:16.556Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28842025-01-24T23:01:16.722Z Checking ciborium v0.2.2
28852025-01-24T23:01:16.747Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28862025-01-24T23:01:17.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28872025-01-24T23:01:17.645Z Checking steno v0.4.1
28882025-01-24T23:01:17.648Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28892025-01-24T23:01:17.739Z Checking hashbrown v0.13.2
28902025-01-24T23:01:18.226Z Checking crc-any v2.5.0
28912025-01-24T23:01:18.229Z Checking humantime v2.1.0
28922025-01-24T23:01:18.269Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28932025-01-24T23:01:18.311Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28942025-01-24T23:01:18.645Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28952025-01-24T23:01:18.662Z Checking object v0.30.4
28962025-01-24T23:01:18.870Z Checking path-slash v0.1.5
28972025-01-24T23:01:19.015Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28982025-01-24T23:01:19.032Z Checking nix v0.27.1
28992025-01-24T23:01:19.641Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29002025-01-24T23:01:19.804Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29012025-01-24T23:01:20.048Z Checking tungstenite v0.23.0
29022025-01-24T23:01:20.297Z Checking kstat-rs v0.2.4
29032025-01-24T23:01:20.300Z Checking signal-hook-tokio v0.3.1
29042025-01-24T23:01:20.631Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29052025-01-24T23:01:20.808Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29062025-01-24T23:01:20.844Z Checking tokio-tungstenite v0.23.1
29072025-01-24T23:01:21.581Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29082025-01-24T23:01:21.641Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29092025-01-24T23:01:27.719Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29102025-01-24T23:01:29.053Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29112025-01-24T23:01:31.925Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29122025-01-24T23:01:37.295Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29132025-01-24T23:01:37.965Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29142025-01-24T23:01:40.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
29152025-01-24T23:01:40.866Z
29162025-01-24T23:01:40.866Zinfo: running `cargo check --bins` on gateway-api (109/197)
29172025-01-24T23:01:41.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182025-01-24T23:01:41.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192025-01-24T23:01:41.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202025-01-24T23:01:41.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29212025-01-24T23:01:41.488Z
29222025-01-24T23:01:41.488Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29232025-01-24T23:01:42.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242025-01-24T23:01:42.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252025-01-24T23:01:42.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262025-01-24T23:01:42.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29272025-01-24T23:01:42.088Z
29282025-01-24T23:01:42.088Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29292025-01-24T23:01:42.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302025-01-24T23:01:42.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312025-01-24T23:01:42.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322025-01-24T23:01:42.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29332025-01-24T23:01:42.724Z
29342025-01-24T23:01:42.724Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29352025-01-24T23:01:43.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362025-01-24T23:01:43.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372025-01-24T23:01:43.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382025-01-24T23:01:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29392025-01-24T23:01:43.349Z
29402025-01-24T23:01:43.349Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29412025-01-24T23:01:43.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422025-01-24T23:01:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432025-01-24T23:01:43.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442025-01-24T23:01:43.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29452025-01-24T23:01:43.964Z
29462025-01-24T23:01:43.964Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29472025-01-24T23:01:44.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482025-01-24T23:01:44.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492025-01-24T23:01:44.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502025-01-24T23:01:44.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29512025-01-24T23:01:44.591Z
29522025-01-24T23:01:44.591Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29532025-01-24T23:01:45.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542025-01-24T23:01:45.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552025-01-24T23:01:45.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562025-01-24T23:01:45.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29572025-01-24T23:01:45.214Z
29582025-01-24T23:01:45.214Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29592025-01-24T23:01:45.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602025-01-24T23:01:45.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612025-01-24T23:01:45.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622025-01-24T23:01:45.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29632025-01-24T23:01:45.843Z
29642025-01-24T23:01:45.843Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29652025-01-24T23:01:46.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662025-01-24T23:01:46.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672025-01-24T23:01:46.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682025-01-24T23:01:46.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29692025-01-24T23:01:46.506Z
29702025-01-24T23:01:46.506Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29712025-01-24T23:01:47.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722025-01-24T23:01:47.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732025-01-24T23:01:47.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742025-01-24T23:01:47.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29752025-01-24T23:01:47.137Z
29762025-01-24T23:01:47.137Zinfo: running `cargo check --bins` on sp-sim (119/197)
29772025-01-24T23:01:47.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782025-01-24T23:01:47.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792025-01-24T23:01:47.769Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29802025-01-24T23:01:48.234Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29812025-01-24T23:01:50.047Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29822025-01-24T23:01:51.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
29832025-01-24T23:01:51.901Z
29842025-01-24T23:01:51.901Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29852025-01-24T23:01:52.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-01-24T23:01:52.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-01-24T23:01:52.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882025-01-24T23:01:52.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29892025-01-24T23:01:52.586Z
29902025-01-24T23:01:52.586Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29912025-01-24T23:01:53.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922025-01-24T23:01:53.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932025-01-24T23:01:53.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942025-01-24T23:01:53.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29952025-01-24T23:01:53.268Z
29962025-01-24T23:01:53.268Zinfo: running `cargo check --bins` on db-macros (122/197)
29972025-01-24T23:01:53.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982025-01-24T23:01:53.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992025-01-24T23:01:53.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002025-01-24T23:01:53.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30012025-01-24T23:01:53.872Z
30022025-01-24T23:01:53.872Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30032025-01-24T23:01:54.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042025-01-24T23:01:54.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052025-01-24T23:01:54.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062025-01-24T23:01:54.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30072025-01-24T23:01:54.483Z
30082025-01-24T23:01:54.483Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30092025-01-24T23:01:55.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-24T23:01:55.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-24T23:01:55.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122025-01-24T23:01:55.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30132025-01-24T23:01:55.162Z
30142025-01-24T23:01:55.162Zinfo: running `cargo check --bins` on authz-macros (125/197)
30152025-01-24T23:01:55.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-24T23:01:55.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-24T23:01:55.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182025-01-24T23:01:55.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30192025-01-24T23:01:55.776Z
30202025-01-24T23:01:55.776Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30212025-01-24T23:01:56.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-24T23:01:56.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-24T23:01:56.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242025-01-24T23:01:56.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30252025-01-24T23:01:56.449Z
30262025-01-24T23:01:56.449Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30272025-01-24T23:01:57.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-24T23:01:57.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-24T23:01:57.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302025-01-24T23:01:57.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30312025-01-24T23:01:57.148Z
30322025-01-24T23:01:57.148Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30332025-01-24T23:01:57.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-24T23:01:57.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-24T23:01:57.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362025-01-24T23:01:57.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30372025-01-24T23:01:57.821Z
30382025-01-24T23:01:57.821Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30392025-01-24T23:01:58.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-24T23:01:58.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-24T23:01:58.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422025-01-24T23:01:58.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30432025-01-24T23:01:58.537Z
30442025-01-24T23:01:58.537Zinfo: running `cargo check --bins` on typed-rng (130/197)
30452025-01-24T23:01:59.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-24T23:01:59.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-24T23:01:59.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-01-24T23:01:59.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30492025-01-24T23:01:59.165Z
30502025-01-24T23:01:59.165Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30512025-01-24T23:01:59.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-24T23:01:59.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-24T23:01:59.932Z Checking keccak v0.1.5
30542025-01-24T23:02:00.046Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30552025-01-24T23:02:00.048Z Checking secrecy v0.8.0
30562025-01-24T23:02:00.048Z Compiling unicase v2.7.0
30572025-01-24T23:02:00.057Z Compiling same-file v1.0.6
30582025-01-24T23:02:00.071Z Compiling tempfile v3.13.0
30592025-01-24T23:02:00.115Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30602025-01-24T23:02:00.118Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612025-01-24T23:02:00.223Z Compiling thiserror-impl-no-std v2.0.2
30622025-01-24T23:02:00.333Z Checking sha3 v0.10.8
30632025-01-24T23:02:00.354Z Compiling walkdir v2.5.0
30642025-01-24T23:02:00.394Z Checking universal-hash v0.5.1
30652025-01-24T23:02:00.445Z Compiling blake3 v1.5.4
30662025-01-24T23:02:00.574Z Checking opaque-debug v0.3.1
30672025-01-24T23:02:00.588Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30682025-01-24T23:02:00.703Z Checking poly1305 v0.8.0
30692025-01-24T23:02:00.706Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30702025-01-24T23:02:00.741Z Checking chacha20 v0.9.1
30712025-01-24T23:02:00.899Z Checking aead v0.5.2
30722025-01-24T23:02:00.919Z Compiling memmap2 v0.9.5
30732025-01-24T23:02:00.992Z Compiling salty v0.3.0
30742025-01-24T23:02:01.087Z Compiling constant_time_eq v0.3.1
30752025-01-24T23:02:01.125Z Compiling libefi-sys v0.1.0
30762025-01-24T23:02:01.241Z Compiling arrayvec v0.7.6
30772025-01-24T23:02:01.282Z Compiling arrayref v0.3.9
30782025-01-24T23:02:01.345Z Checking chacha20poly1305 v0.10.1
30792025-01-24T23:02:01.434Z Compiling toolchain_find v0.4.0
30802025-01-24T23:02:01.463Z Compiling camino-tempfile v1.1.1
30812025-01-24T23:02:01.531Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30822025-01-24T23:02:01.599Z Compiling bitfield-struct v0.6.2
30832025-01-24T23:02:01.816Z Compiling topological-sort v0.2.2
30842025-01-24T23:02:01.879Z Compiling mime_guess v2.0.5
30852025-01-24T23:02:02.027Z Compiling rustfmt-wrapper v0.2.1
30862025-01-24T23:02:02.434Z Compiling omicron-zone-package v0.12.0
30872025-01-24T23:02:02.610Z Compiling progenitor v0.9.1
30882025-01-24T23:02:02.629Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30892025-01-24T23:02:02.829Z Checking primeorder v0.13.6
30902025-01-24T23:02:02.858Z Checking env_filter v0.1.2
30912025-01-24T23:02:02.944Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30922025-01-24T23:02:02.959Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30932025-01-24T23:02:03.030Z Checking thiserror-no-std v2.0.2
30942025-01-24T23:02:03.083Z Checking env_logger v0.11.5
30952025-01-24T23:02:03.103Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30962025-01-24T23:02:03.162Z Checking vsss-rs v3.3.4
30972025-01-24T23:02:03.259Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30982025-01-24T23:02:03.282Z Checking p384 v0.13.0
30992025-01-24T23:02:03.300Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31002025-01-24T23:02:03.478Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31012025-01-24T23:02:03.542Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31022025-01-24T23:02:03.666Z Checking lockfree-object-pool v0.1.6
31032025-01-24T23:02:03.668Z Checking simd-adler32 v0.3.7
31042025-01-24T23:02:03.840Z Checking bumpalo v3.16.0
31052025-01-24T23:02:03.894Z Checking http-range v0.1.5
31062025-01-24T23:02:03.920Z Compiling zip v2.1.3
31072025-01-24T23:02:04.036Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31082025-01-24T23:02:04.169Z Checking zopfli v0.8.1
31092025-01-24T23:02:04.267Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102025-01-24T23:02:04.428Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31112025-01-24T23:02:04.747Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31122025-01-24T23:02:04.881Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31132025-01-24T23:02:04.903Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31142025-01-24T23:02:04.954Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31152025-01-24T23:02:05.266Z Checking nanorand v0.7.0
31162025-01-24T23:02:05.513Z Checking atty v0.2.14
31172025-01-24T23:02:05.574Z Checking glob v0.3.1
31182025-01-24T23:02:05.574Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31192025-01-24T23:02:05.611Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31202025-01-24T23:02:05.637Z Checking flume v0.11.1
31212025-01-24T23:02:05.803Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222025-01-24T23:02:05.997Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31232025-01-24T23:02:06.119Z Checking hyper-staticfile v0.10.1
31242025-01-24T23:02:06.710Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31252025-01-24T23:02:06.987Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31262025-01-24T23:02:07.095Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31272025-01-24T23:02:07.410Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31282025-01-24T23:02:07.692Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31292025-01-24T23:02:07.765Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31302025-01-24T23:02:08.274Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31312025-01-24T23:02:08.294Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31322025-01-24T23:02:08.322Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31332025-01-24T23:02:08.866Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31342025-01-24T23:02:11.762Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31352025-01-24T23:02:11.764Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31362025-01-24T23:02:20.111Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31372025-01-24T23:02:34.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.86s
31382025-01-24T23:02:34.225Z
31392025-01-24T23:02:34.225Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31402025-01-24T23:02:34.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412025-01-24T23:02:34.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422025-01-24T23:02:34.967Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31432025-01-24T23:02:48.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
31442025-01-24T23:02:48.318Z
31452025-01-24T23:02:48.319Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31462025-01-24T23:02:48.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472025-01-24T23:02:48.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482025-01-24T23:02:49.064Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31492025-01-24T23:03:02.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
31502025-01-24T23:03:02.414Z
31512025-01-24T23:03:02.415Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31522025-01-24T23:03:03.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-01-24T23:03:03.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-01-24T23:03:03.146Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31552025-01-24T23:03:16.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
31562025-01-24T23:03:16.401Z
31572025-01-24T23:03:16.401Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31582025-01-24T23:03:17.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-01-24T23:03:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-01-24T23:03:17.137Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31612025-01-24T23:03:30.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
31622025-01-24T23:03:30.206Z
31632025-01-24T23:03:30.206Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31642025-01-24T23:03:30.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652025-01-24T23:03:30.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662025-01-24T23:03:30.938Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31672025-01-24T23:03:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
31682025-01-24T23:03:44.150Z
31692025-01-24T23:03:44.150Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31702025-01-24T23:03:44.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712025-01-24T23:03:44.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722025-01-24T23:03:44.876Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31732025-01-24T23:03:57.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
31742025-01-24T23:03:58.044Z
31752025-01-24T23:03:58.044Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31762025-01-24T23:03:58.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772025-01-24T23:03:58.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782025-01-24T23:03:58.776Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31792025-01-24T23:04:12.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
31802025-01-24T23:04:12.226Z
31812025-01-24T23:04:12.226Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31822025-01-24T23:04:12.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832025-01-24T23:04:12.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842025-01-24T23:04:12.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852025-01-24T23:04:12.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31862025-01-24T23:04:12.889Z
31872025-01-24T23:04:12.889Zinfo: running `cargo check --bins` on key-manager (140/197)
31882025-01-24T23:04:13.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892025-01-24T23:04:13.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902025-01-24T23:04:13.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912025-01-24T23:04:13.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31922025-01-24T23:04:13.519Z
31932025-01-24T23:04:13.519Zinfo: running `cargo check --bins` on range-requests (141/197)
31942025-01-24T23:04:14.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952025-01-24T23:04:14.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962025-01-24T23:04:14.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972025-01-24T23:04:14.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31982025-01-24T23:04:14.141Z
31992025-01-24T23:04:14.141Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32002025-01-24T23:04:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012025-01-24T23:04:14.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022025-01-24T23:04:14.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032025-01-24T23:04:14.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32042025-01-24T23:04:14.793Z
32052025-01-24T23:04:14.793Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32062025-01-24T23:04:15.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072025-01-24T23:04:15.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082025-01-24T23:04:15.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092025-01-24T23:04:15.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32102025-01-24T23:04:15.477Z
32112025-01-24T23:04:15.477Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32122025-01-24T23:04:16.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132025-01-24T23:04:16.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142025-01-24T23:04:16.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152025-01-24T23:04:16.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32162025-01-24T23:04:16.116Z
32172025-01-24T23:04:16.116Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32182025-01-24T23:04:16.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192025-01-24T23:04:16.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202025-01-24T23:04:16.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212025-01-24T23:04:16.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32222025-01-24T23:04:16.814Z
32232025-01-24T23:04:16.814Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32242025-01-24T23:04:17.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252025-01-24T23:04:17.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262025-01-24T23:04:17.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272025-01-24T23:04:17.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32282025-01-24T23:04:17.500Z
32292025-01-24T23:04:17.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32302025-01-24T23:04:18.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312025-01-24T23:04:18.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322025-01-24T23:04:18.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332025-01-24T23:04:18.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32342025-01-24T23:04:18.160Z
32352025-01-24T23:04:18.160Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32362025-01-24T23:04:18.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-01-24T23:04:18.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-01-24T23:04:18.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392025-01-24T23:04:18.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32402025-01-24T23:04:18.851Z
32412025-01-24T23:04:18.851Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32422025-01-24T23:04:19.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-01-24T23:04:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-01-24T23:04:19.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452025-01-24T23:04:19.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32462025-01-24T23:04:19.562Z
32472025-01-24T23:04:19.562Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32482025-01-24T23:04:20.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-01-24T23:04:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-01-24T23:04:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512025-01-24T23:04:20.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32522025-01-24T23:04:20.260Z
32532025-01-24T23:04:20.260Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32542025-01-24T23:04:20.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-01-24T23:04:20.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-01-24T23:04:20.992Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32572025-01-24T23:04:20.994Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32582025-01-24T23:04:21.860Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32592025-01-24T23:04:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
32602025-01-24T23:04:24.031Z
32612025-01-24T23:04:24.032Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32622025-01-24T23:04:24.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-24T23:04:24.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-24T23:04:24.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-01-24T23:04:24.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32662025-01-24T23:04:24.658Z
32672025-01-24T23:04:24.660Zinfo: running `cargo check --bins` on cert-dev (153/197)
32682025-01-24T23:04:25.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-01-24T23:04:25.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-01-24T23:04:25.265Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32712025-01-24T23:04:25.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32722025-01-24T23:04:25.702Z
32732025-01-24T23:04:25.702Zinfo: running `cargo check --bins` on clickana (154/197)
32742025-01-24T23:04:26.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-01-24T23:04:26.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-01-24T23:04:26.341Z Checking castaway v0.2.3
32772025-01-24T23:04:26.344Z Checking unicode-truncate v1.1.0
32782025-01-24T23:04:26.344Z Checking lru v0.12.5
32792025-01-24T23:04:26.344Z Compiling instability v0.3.2
32802025-01-24T23:04:26.344Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812025-01-24T23:04:26.344Z Checking cassowary v0.3.0
32822025-01-24T23:04:26.554Z Checking compact_str v0.8.0
32832025-01-24T23:04:27.093Z Checking ratatui v0.28.1
32842025-01-24T23:04:28.008Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32852025-01-24T23:04:28.966Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32862025-01-24T23:04:29.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32872025-01-24T23:04:29.962Z
32882025-01-24T23:04:29.962Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32892025-01-24T23:04:30.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-01-24T23:04:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-01-24T23:04:30.625Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32922025-01-24T23:04:30.625Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932025-01-24T23:04:31.625Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32942025-01-24T23:04:32.075Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32952025-01-24T23:04:32.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
32962025-01-24T23:04:32.594Z
32972025-01-24T23:04:32.594Zinfo: running `cargo check --bins` on ch-dev (156/197)
32982025-01-24T23:04:33.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-01-24T23:04:33.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-01-24T23:04:33.256Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33012025-01-24T23:04:33.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
33022025-01-24T23:04:34.157Z
33032025-01-24T23:04:34.157Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33042025-01-24T23:04:34.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-01-24T23:04:34.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-01-24T23:04:34.816Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33072025-01-24T23:04:35.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
33082025-01-24T23:04:35.334Z
33092025-01-24T23:04:35.335Zinfo: running `cargo check --bins` on db-dev (158/197)
33102025-01-24T23:04:35.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-01-24T23:04:35.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-01-24T23:04:36.014Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33132025-01-24T23:04:36.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
33142025-01-24T23:04:36.896Z
33152025-01-24T23:04:36.896Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33162025-01-24T23:04:37.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-01-24T23:04:37.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-01-24T23:04:37.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-01-24T23:04:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33202025-01-24T23:04:37.528Z
33212025-01-24T23:04:37.528Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33222025-01-24T23:04:38.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-01-24T23:04:38.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-01-24T23:04:38.130Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33252025-01-24T23:04:38.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33262025-01-24T23:04:39.153Z
33272025-01-24T23:04:39.153Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33282025-01-24T23:04:39.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-01-24T23:04:39.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-01-24T23:04:39.772Z Checking cargo-platform v0.1.8
33312025-01-24T23:04:40.039Z Checking cargo_metadata v0.18.1
33322025-01-24T23:04:40.952Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33332025-01-24T23:04:41.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
33342025-01-24T23:04:41.935Z
33352025-01-24T23:04:41.935Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33362025-01-24T23:04:42.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-24T23:04:42.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-24T23:04:42.660Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33392025-01-24T23:04:44.085Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402025-01-24T23:04:44.643Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33412025-01-24T23:04:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
33422025-01-24T23:04:45.349Z
33432025-01-24T23:04:45.349Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33442025-01-24T23:04:45.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-01-24T23:04:45.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-01-24T23:04:46.126Z Compiling crunchy v0.2.2
33472025-01-24T23:04:46.126Z Compiling tiny-keccak v2.0.2
33482025-01-24T23:04:46.129Z Compiling dsl_auto_type v0.1.2
33492025-01-24T23:04:46.129Z Checking scheduled-thread-pool v0.2.7
33502025-01-24T23:04:46.129Z Compiling diesel_table_macro_syntax v0.2.0
33512025-01-24T23:04:46.287Z Compiling ascii-canvas v3.0.0
33522025-01-24T23:04:46.289Z Compiling ena v0.14.3
33532025-01-24T23:04:46.289Z Compiling diff v0.1.13
33542025-01-24T23:04:46.443Z Checking r2d2 v0.8.10
33552025-01-24T23:04:46.562Z Compiling regex-syntax v0.6.29
33562025-01-24T23:04:46.662Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33572025-01-24T23:04:46.700Z Compiling ref-cast v1.0.23
33582025-01-24T23:04:46.759Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33592025-01-24T23:04:46.796Z Compiling derive_builder_core v0.20.2
33602025-01-24T23:04:46.834Z Compiling libxml v0.3.3
33612025-01-24T23:04:46.884Z Compiling ref-cast-impl v1.0.23
33622025-01-24T23:04:47.043Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33632025-01-24T23:04:47.249Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33642025-01-24T23:04:47.274Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33652025-01-24T23:04:47.439Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33662025-01-24T23:04:47.533Z Compiling strum_macros v0.24.3
33672025-01-24T23:04:47.577Z Compiling samael v0.0.17
33682025-01-24T23:04:47.637Z Compiling diesel_derives v2.2.3
33692025-01-24T23:04:47.800Z Compiling indoc v1.0.9
33702025-01-24T23:04:48.652Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33712025-01-24T23:04:48.926Z Compiling derive_builder_macro v0.20.2
33722025-01-24T23:04:48.952Z Compiling oso-derive v0.27.3
33732025-01-24T23:04:49.714Z Compiling lalrpop v0.19.12
33742025-01-24T23:04:49.787Z Checking derive_builder v0.20.2
33752025-01-24T23:04:49.961Z Compiling impl-trait-for-tuples v0.2.2
33762025-01-24T23:04:49.981Z Checking quick-xml v0.33.0
33772025-01-24T23:04:50.362Z Compiling diesel-dtrace v0.4.2
33782025-01-24T23:04:50.685Z Checking maplit v1.0.2
33792025-01-24T23:04:50.881Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33802025-01-24T23:04:50.901Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33812025-01-24T23:04:51.212Z Checking bb8 v0.8.5
33822025-01-24T23:04:51.532Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832025-01-24T23:04:51.669Z Checking rand_seeder v0.3.0
33842025-01-24T23:04:51.851Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33852025-01-24T23:04:51.870Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33862025-01-24T23:04:51.906Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33872025-01-24T23:04:52.105Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33882025-01-24T23:04:52.409Z Checking smawk v0.3.2
33892025-01-24T23:04:52.451Z Checking is_ci v1.2.0
33902025-01-24T23:04:52.598Z Checking unicode-linebreak v0.1.5
33912025-01-24T23:04:52.617Z Checking supports-color v3.0.1
33922025-01-24T23:04:52.844Z Checking multimap v0.10.0
33932025-01-24T23:04:53.019Z Checking textwrap v0.16.1
33942025-01-24T23:04:53.594Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33952025-01-24T23:04:55.798Z Checking diesel v2.2.6
33962025-01-24T23:05:20.265Z Compiling polar-core v0.27.3
33972025-01-24T23:05:21.046Z Checking async-bb8-diesel v0.2.1
33982025-01-24T23:05:27.494Z Checking oso v0.27.3
33992025-01-24T23:06:30.589Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34002025-01-24T23:06:37.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
34012025-01-24T23:06:37.218Z
34022025-01-24T23:06:37.218Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34032025-01-24T23:06:37.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-01-24T23:06:37.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-01-24T23:06:37.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062025-01-24T23:06:37.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34072025-01-24T23:06:37.898Z
34082025-01-24T23:06:37.898Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34092025-01-24T23:06:38.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-01-24T23:06:38.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-01-24T23:06:38.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122025-01-24T23:06:38.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34132025-01-24T23:06:38.566Z
34142025-01-24T23:06:38.566Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34152025-01-24T23:06:39.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-01-24T23:06:39.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-01-24T23:06:39.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182025-01-24T23:06:39.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34192025-01-24T23:06:39.187Z
34202025-01-24T23:06:39.187Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34212025-01-24T23:06:39.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222025-01-24T23:06:39.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232025-01-24T23:06:39.998Z Compiling libz-sys v1.1.20
34242025-01-24T23:06:40.001Z Compiling libgit2-sys v0.17.0+1.8.1
34252025-01-24T23:06:40.125Z Compiling vergen v8.3.2
34262025-01-24T23:06:40.128Z Compiling cargo-platform v0.1.8
34272025-01-24T23:06:40.128Z Compiling pin-project-internal v1.1.6
34282025-01-24T23:06:40.160Z Compiling libsqlite3-sys v0.30.1
34292025-01-24T23:06:40.163Z Compiling snafu-derive v0.8.5
34302025-01-24T23:06:40.163Z Compiling buf-list v1.0.3
34312025-01-24T23:06:40.444Z Compiling cargo_metadata v0.18.1
34322025-01-24T23:06:40.603Z Compiling rustls v0.21.12
34332025-01-24T23:06:40.662Z Compiling cfg_aliases v0.2.1
34342025-01-24T23:06:40.783Z Compiling nix v0.29.0
34352025-01-24T23:06:40.905Z Checking globset v0.4.15
34362025-01-24T23:06:40.930Z Checking olpc-cjson v0.1.4
34372025-01-24T23:06:41.035Z Checking sct v0.7.1
34382025-01-24T23:06:41.155Z Checking rustls-webpki v0.101.7
34392025-01-24T23:06:41.260Z Checking serde_plain v1.0.2
34402025-01-24T23:06:41.409Z Checking typed-path v0.9.3
34412025-01-24T23:06:41.873Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34422025-01-24T23:06:41.970Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34432025-01-24T23:06:42.148Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34442025-01-24T23:06:42.251Z Checking hashlink v0.9.1
34452025-01-24T23:06:42.438Z Checking parse-size v1.1.0
34462025-01-24T23:06:42.642Z Checking fallible-streaming-iterator v0.1.9
34472025-01-24T23:06:42.795Z Checking fallible-iterator v0.3.0
34482025-01-24T23:06:42.907Z Checking pin-project v1.1.6
34492025-01-24T23:06:43.027Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34502025-01-24T23:06:43.252Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34512025-01-24T23:06:43.399Z Checking rusqlite v0.32.1
34522025-01-24T23:06:43.446Z Checking rustls-pemfile v1.0.4
34532025-01-24T23:06:43.467Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542025-01-24T23:06:43.672Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552025-01-24T23:06:44.014Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34562025-01-24T23:06:44.102Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34572025-01-24T23:06:44.183Z Checking twox-hash v1.6.3
34582025-01-24T23:06:44.280Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34592025-01-24T23:06:44.381Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34602025-01-24T23:06:44.621Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34612025-01-24T23:06:44.682Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34622025-01-24T23:06:44.803Z Checking tokio-rustls v0.24.1
34632025-01-24T23:06:44.973Z Checking snafu v0.8.5
34642025-01-24T23:06:45.408Z Checking tough v0.19.0
34652025-01-24T23:06:45.777Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34662025-01-24T23:06:45.885Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34672025-01-24T23:06:46.171Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34682025-01-24T23:06:46.265Z Checking fatfs v0.3.6
34692025-01-24T23:06:46.360Z Checking assert_matches v1.5.0
34702025-01-24T23:06:49.299Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34712025-01-24T23:06:50.690Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34722025-01-24T23:06:52.631Z Compiling git2 v0.19.0
34732025-01-24T23:06:56.656Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34742025-01-24T23:07:51.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
34752025-01-24T23:07:51.702Z
34762025-01-24T23:07:51.702Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34772025-01-24T23:07:52.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782025-01-24T23:07:52.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792025-01-24T23:07:52.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802025-01-24T23:07:52.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34812025-01-24T23:07:52.398Z
34822025-01-24T23:07:52.399Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34832025-01-24T23:07:52.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-24T23:07:52.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-24T23:07:52.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862025-01-24T23:07:52.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34872025-01-24T23:07:53.030Z
34882025-01-24T23:07:53.030Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34892025-01-24T23:07:53.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-01-24T23:07:53.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-01-24T23:07:53.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922025-01-24T23:07:53.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34932025-01-24T23:07:53.686Z
34942025-01-24T23:07:53.687Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34952025-01-24T23:07:54.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-01-24T23:07:54.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-01-24T23:07:54.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982025-01-24T23:07:54.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34992025-01-24T23:07:54.378Z
35002025-01-24T23:07:54.378Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35012025-01-24T23:07:54.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-01-24T23:07:54.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-01-24T23:07:54.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042025-01-24T23:07:54.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35052025-01-24T23:07:55.044Z
35062025-01-24T23:07:55.044Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35072025-01-24T23:07:55.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-01-24T23:07:55.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-01-24T23:07:55.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102025-01-24T23:07:55.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35112025-01-24T23:07:55.719Z
35122025-01-24T23:07:55.719Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35132025-01-24T23:07:56.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-01-24T23:07:56.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-01-24T23:07:56.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-01-24T23:07:56.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35172025-01-24T23:07:56.402Z
35182025-01-24T23:07:56.403Zinfo: running `cargo check --bins` on update-common (175/197)
35192025-01-24T23:07:56.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-24T23:07:56.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-24T23:07:56.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-01-24T23:07:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35232025-01-24T23:07:57.046Z
35242025-01-24T23:07:57.046Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35252025-01-24T23:07:57.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-24T23:07:57.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-24T23:07:57.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-01-24T23:07:57.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35292025-01-24T23:07:57.700Z
35302025-01-24T23:07:57.700Zinfo: running `cargo check --bins` on tufaceous (177/197)
35312025-01-24T23:07:58.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-01-24T23:07:58.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-01-24T23:07:58.374Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35342025-01-24T23:07:59.511Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35352025-01-24T23:08:00.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
35362025-01-24T23:08:00.476Z
35372025-01-24T23:08:00.476Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35382025-01-24T23:08:01.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-01-24T23:08:01.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-01-24T23:08:01.325Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35412025-01-24T23:08:01.342Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35422025-01-24T23:08:01.461Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35432025-01-24T23:08:01.463Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35442025-01-24T23:08:02.449Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35452025-01-24T23:08:29.107Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35462025-01-24T23:08:29.109Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35472025-01-24T23:08:29.109Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35482025-01-24T23:08:29.109Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35492025-01-24T23:08:29.110Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35502025-01-24T23:08:29.110Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35512025-01-24T23:08:29.930Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35522025-01-24T23:08:31.161Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35532025-01-24T23:09:11.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
35542025-01-24T23:09:11.387Z
35552025-01-24T23:09:11.388Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35562025-01-24T23:09:11.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-01-24T23:09:11.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-01-24T23:09:12.096Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35592025-01-24T23:09:12.098Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35602025-01-24T23:09:12.214Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35612025-01-24T23:09:12.225Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35622025-01-24T23:09:12.228Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35632025-01-24T23:09:12.252Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35642025-01-24T23:09:12.255Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35652025-01-24T23:09:12.268Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35662025-01-24T23:09:12.455Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35672025-01-24T23:09:12.558Z Checking heck v0.4.1
35682025-01-24T23:09:12.599Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35692025-01-24T23:09:12.771Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35702025-01-24T23:09:12.789Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35712025-01-24T23:09:12.818Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35722025-01-24T23:09:13.212Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35732025-01-24T23:09:13.540Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35742025-01-24T23:09:13.670Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35752025-01-24T23:09:14.842Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35762025-01-24T23:09:15.328Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35772025-01-24T23:09:15.874Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35782025-01-24T23:09:16.143Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35792025-01-24T23:09:17.611Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35802025-01-24T23:09:17.612Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35812025-01-24T23:09:18.939Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35822025-01-24T23:09:20.356Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35832025-01-24T23:09:26.110Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35842025-01-24T23:09:26.110Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35852025-01-24T23:09:27.332Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35862025-01-24T23:09:28.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
35872025-01-24T23:09:28.516Z
35882025-01-24T23:09:28.516Zinfo: running `cargo check --bins` on installinator-api (180/197)
35892025-01-24T23:09:29.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-01-24T23:09:29.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-01-24T23:09:29.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922025-01-24T23:09:29.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35932025-01-24T23:09:29.159Z
35942025-01-24T23:09:29.159Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35952025-01-24T23:09:29.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-24T23:09:29.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-24T23:09:29.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-24T23:09:29.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35992025-01-24T23:09:29.805Z
36002025-01-24T23:09:29.805Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36012025-01-24T23:09:30.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-24T23:09:30.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-24T23:09:30.485Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36042025-01-24T23:09:30.485Z Compiling petname v2.0.2
36052025-01-24T23:09:30.488Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36062025-01-24T23:09:30.489Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36072025-01-24T23:09:30.489Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36082025-01-24T23:09:30.489Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36092025-01-24T23:09:30.638Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36102025-01-24T23:09:30.652Z Checking sync-ptr v0.1.1
36112025-01-24T23:09:35.988Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36122025-01-24T23:09:36.601Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36132025-01-24T23:09:37.716Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36142025-01-24T23:09:39.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.49s
36152025-01-24T23:09:39.501Z
36162025-01-24T23:09:39.501Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36172025-01-24T23:09:40.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-01-24T23:09:40.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-01-24T23:09:40.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202025-01-24T23:09:40.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36212025-01-24T23:09:40.170Z
36222025-01-24T23:09:40.170Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36232025-01-24T23:09:40.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-01-24T23:09:40.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-01-24T23:09:40.822Z Checking memmap2 v0.9.5
36262025-01-24T23:09:40.822Z Checking arrayref v0.3.9
36272025-01-24T23:09:40.827Z Checking arrayvec v0.7.6
36282025-01-24T23:09:40.827Z Checking constant_time_eq v0.3.1
36292025-01-24T23:09:40.829Z Checking topological-sort v0.2.2
36302025-01-24T23:09:40.928Z Checking shell-words v1.1.0
36312025-01-24T23:09:41.222Z Checking blake3 v1.5.4
36322025-01-24T23:09:41.560Z Checking omicron-zone-package v0.12.0
36332025-01-24T23:09:42.680Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36342025-01-24T23:09:43.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
36352025-01-24T23:09:43.766Z
36362025-01-24T23:09:43.766Zinfo: running `cargo check --bins` on xtask (185/197)
36372025-01-24T23:09:44.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382025-01-24T23:09:44.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392025-01-24T23:09:44.215Z Checking bitflags v2.6.0
36402025-01-24T23:09:44.215Z Checking serde v1.0.217
36412025-01-24T23:09:44.215Z Checking thiserror v1.0.69
36422025-01-24T23:09:44.215Z Checking scroll v0.12.0
36432025-01-24T23:09:44.310Z Checking log v0.4.22
36442025-01-24T23:09:44.320Z Checking hashbrown v0.15.1
36452025-01-24T23:09:44.320Z Checking zerocopy v0.7.35
36462025-01-24T23:09:44.338Z Checking syn v2.0.96
36472025-01-24T23:09:44.430Z Checking pest v2.7.14
36482025-01-24T23:09:44.528Z Checking rustix v0.38.37
36492025-01-24T23:09:44.548Z Checking once_cell v1.20.2
36502025-01-24T23:09:44.745Z Checking goblin v0.8.2
36512025-01-24T23:09:44.860Z Checking fs-err v2.11.0
36522025-01-24T23:09:45.145Z Checking tabled v0.15.0
36532025-01-24T23:09:45.263Z Checking indexmap v2.7.0
36542025-01-24T23:09:45.447Z Checking anyhow v1.0.95
36552025-01-24T23:09:46.326Z Checking terminal_size v0.4.0
36562025-01-24T23:09:46.326Z Checking tempfile v3.13.0
36572025-01-24T23:09:46.498Z Checking clap_builder v4.5.21
36582025-01-24T23:09:46.672Z Checking dtrace-parser v0.2.0
36592025-01-24T23:09:51.740Z Checking serde_json v1.0.135
36602025-01-24T23:09:51.741Z Checking serde_spanned v0.6.8
36612025-01-24T23:09:51.777Z Checking toml_datetime v0.6.8
36622025-01-24T23:09:51.777Z Checking camino v1.1.9
36632025-01-24T23:09:51.777Z Checking semver v1.0.24
36642025-01-24T23:09:51.777Z Checking cargo-platform v0.1.8
36652025-01-24T23:09:51.777Z Checking toml_edit v0.22.22
36662025-01-24T23:09:51.777Z Checking macaddr v1.0.1
36672025-01-24T23:09:51.778Z Checking camino-tempfile v1.1.1
36682025-01-24T23:09:51.790Z Checking clap v4.5.21
36692025-01-24T23:09:51.790Z Checking dof v0.3.0
36702025-01-24T23:09:51.790Z Checking cargo_metadata v0.18.1
36712025-01-24T23:09:51.790Z Checking usdt-impl v0.5.0
36722025-01-24T23:09:51.790Z Checking usdt v0.5.0
36732025-01-24T23:09:51.790Z Checking toml v0.8.19
36742025-01-24T23:09:51.790Z Checking cargo_toml v0.20.5
36752025-01-24T23:09:51.832Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36762025-01-24T23:09:52.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.67s
36772025-01-24T23:09:52.558Z
36782025-01-24T23:09:52.558Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36792025-01-24T23:09:53.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802025-01-24T23:09:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812025-01-24T23:09:53.312Z Checking polyval v0.6.2
36822025-01-24T23:09:53.425Z Checking ctr v0.9.2
36832025-01-24T23:09:53.438Z Checking ssh-encoding v0.2.0
36842025-01-24T23:09:53.440Z Checking blowfish v0.9.1
36852025-01-24T23:09:53.462Z Checking password-hash v0.4.2
36862025-01-24T23:09:53.479Z Checking p521 v0.13.3
36872025-01-24T23:09:53.482Z Checking p256 v0.13.2
36882025-01-24T23:09:53.510Z Checking russh-cryptovec v0.7.3
36892025-01-24T23:09:53.652Z Checking ghash v0.5.1
36902025-01-24T23:09:53.674Z Checking bcrypt-pbkdf v0.10.0
36912025-01-24T23:09:53.688Z Checking md5 v0.7.0
36922025-01-24T23:09:53.749Z Checking num-bigint v0.4.6
36932025-01-24T23:09:53.778Z Checking des v0.8.1
36942025-01-24T23:09:53.832Z Checking aes-gcm v0.10.3
36952025-01-24T23:09:53.851Z Checking pbkdf2 v0.11.0
36962025-01-24T23:09:53.920Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36972025-01-24T23:09:53.961Z Checking hex-literal v0.4.1
36982025-01-24T23:09:54.012Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36992025-01-24T23:09:54.034Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37002025-01-24T23:09:54.074Z Checking ssh-cipher v0.2.0
37012025-01-24T23:09:54.100Z Checking internet-checksum v0.2.1
37022025-01-24T23:09:54.360Z Checking ssh-key v0.6.6
37032025-01-24T23:09:54.546Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37042025-01-24T23:09:55.486Z Checking russh-keys v0.45.0
37052025-01-24T23:09:56.322Z Checking russh v0.45.0
37062025-01-24T23:10:13.684Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37072025-01-24T23:10:15.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.51s
37082025-01-24T23:10:15.281Z
37092025-01-24T23:10:15.281Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37102025-01-24T23:10:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112025-01-24T23:10:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122025-01-24T23:10:15.921Z Checking termios v0.3.3
37132025-01-24T23:10:16.142Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37142025-01-24T23:10:16.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
37152025-01-24T23:10:17.112Z
37162025-01-24T23:10:17.112Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37172025-01-24T23:10:17.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182025-01-24T23:10:17.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192025-01-24T23:10:17.797Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37202025-01-24T23:10:17.800Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37212025-01-24T23:10:17.800Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37222025-01-24T23:10:17.800Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232025-01-24T23:10:18.813Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37242025-01-24T23:10:20.062Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37252025-01-24T23:10:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
37262025-01-24T23:10:22.186Z
37272025-01-24T23:10:22.186Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37282025-01-24T23:10:22.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292025-01-24T23:10:22.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302025-01-24T23:10:22.862Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37312025-01-24T23:10:23.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
37322025-01-24T23:10:23.548Z
37332025-01-24T23:10:23.548Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37342025-01-24T23:10:24.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352025-01-24T23:10:24.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362025-01-24T23:10:24.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372025-01-24T23:10:24.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37382025-01-24T23:10:24.207Z
37392025-01-24T23:10:24.207Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37402025-01-24T23:10:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412025-01-24T23:10:24.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422025-01-24T23:10:24.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432025-01-24T23:10:24.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37442025-01-24T23:10:24.872Z
37452025-01-24T23:10:24.872Zinfo: running `cargo check --bins` on omicron-package (192/197)
37462025-01-24T23:10:25.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-01-24T23:10:25.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-01-24T23:10:25.590Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37492025-01-24T23:10:27.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
37502025-01-24T23:10:27.227Z
37512025-01-24T23:10:27.227Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37522025-01-24T23:10:27.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532025-01-24T23:10:27.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542025-01-24T23:10:28.018Z Checking rtoolbox v0.0.2
37552025-01-24T23:10:28.021Z Checking tui-tree-widget v0.22.0
37562025-01-24T23:10:28.021Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37572025-01-24T23:10:28.274Z Checking rpassword v7.3.1
37582025-01-24T23:10:32.442Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37592025-01-24T23:10:35.453Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37602025-01-24T23:10:36.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s
37612025-01-24T23:10:36.911Z
37622025-01-24T23:10:36.911Zinfo: running `cargo check --bins` on wicket (194/197)
37632025-01-24T23:10:37.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642025-01-24T23:10:37.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652025-01-24T23:10:37.682Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37662025-01-24T23:10:38.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37672025-01-24T23:10:38.323Z
37682025-01-24T23:10:38.323Zinfo: running `cargo check --bins` on wicketd (195/197)
37692025-01-24T23:10:38.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702025-01-24T23:10:38.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712025-01-24T23:10:39.105Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37722025-01-24T23:10:39.109Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37732025-01-24T23:10:39.989Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37742025-01-24T23:10:44.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
37752025-01-24T23:10:44.321Z
37762025-01-24T23:10:44.321Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37772025-01-24T23:10:44.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782025-01-24T23:10:44.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792025-01-24T23:10:44.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802025-01-24T23:10:44.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37812025-01-24T23:10:44.990Z
37822025-01-24T23:10:44.990Zinfo: running `cargo check --bins` on zone-setup (197/197)
37832025-01-24T23:10:45.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842025-01-24T23:10:45.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852025-01-24T23:10:45.764Z Checking uzers v0.12.1
37862025-01-24T23:10:46.127Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37872025-01-24T23:10:47.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
37882025-01-24T23:10:47.455Z
37892025-01-24T23:10:47.455Zreal 13:34.318962864
37902025-01-24T23:10:47.456Zuser 25:55.678611227
37912025-01-24T23:10:47.456Zsys 4:15.840720825
37922025-01-24T23:10:47.456Ztrap 0.545027441
37932025-01-24T23:10:47.456Ztflt 2.941614292
37942025-01-24T23:10:47.463Zdflt 2.222720889
37952025-01-24T23:10:47.463Zkflt 0.005056688
37962025-01-24T23:10:47.463Zlock 45:47.417786419
37972025-01-24T23:10:47.463Zslp 2:09:15.089107235
37982025-01-24T23:10:47.463Zlat 1:06.040158737
37992025-01-24T23:10:47.463Zstop 3:44.783004699
38002025-01-24T23:10:47.463Zprocess exited: duration 1145295 ms, exit code 0
 
38012025-01-24T23:10:47.471Zfound 0 output files