01JJ63SWMA4N9HSRVSN7VFGXYE: 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: 01JJ63TEJPZZW1FHZCC675MZ18

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-22T04:20:58.729Zjob assigned to worker 01JJ63TKDVD2JP9403B642W1F8 [factory aws, i-040044a10ba7b1a47] (queued for 48 s)
 
22025-01-22T04:21:06.962Zstarting task 0: "setup"
32025-01-22T04:21:06.970Z++ uname -s
42025-01-22T04:21:06.973Z+ kern=SunOS
52025-01-22T04:21:06.973Z+ case "$kern" in
62025-01-22T04:21:06.973Z+ groupadd -g 12345 build
72025-01-22T04:21:06.976Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-22T04:21:08.984Z+ zfs create -o mountpoint=/work rpool/work
92025-01-22T04:21:09.105Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-22T04:21:09.108Z+ home_fs=zfs
112025-01-22T04:21:09.108Z+ [[ zfs == autofs ]]
122025-01-22T04:21:09.108Z+ mkdir -p /home/build
132025-01-22T04:21:09.108Z+ chown build:build /home/build /work
142025-01-22T04:21:11.110Z+ chmod 0700 /home/build /work
152025-01-22T04:21:11.114Zprocess exited: duration 4153 ms, exit code 0
 
162025-01-22T04:21:11.119Zstarting task 1: "rust-toolchain"
172025-01-22T04:21:11.124Z+ printf ' * toolchain channel = "%s"
182025-01-22T04:21:11.124Z' 1.84.0
192025-01-22T04:21:11.124Z+ printf ' * toolchain profile = "%s"
202025-01-22T04:21:11.124Z' default
212025-01-22T04:21:11.124Z * toolchain channel = "1.84.0"
222025-01-22T04:21:11.124Z * toolchain profile = "default"
232025-01-22T04:21:11.127Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-22T04:21:11.127Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-22T04:21:11.252Zinfo: downloading installer
262025-01-22T04:21:12.478Zinfo: profile set to 'default'
272025-01-22T04:21:12.478Zinfo: default host triple is x86_64-unknown-illumos
282025-01-22T04:21:12.481Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-22T04:21:12.619Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-22T04:21:12.619Zinfo: downloading component 'cargo'
312025-01-22T04:21:13.377Zinfo: downloading component 'clippy'
322025-01-22T04:21:13.667Zinfo: downloading component 'rust-docs'
332025-01-22T04:21:14.702Zinfo: downloading component 'rust-std'
342025-01-22T04:21:16.238Zinfo: downloading component 'rustc'
352025-01-22T04:21:22.144Zinfo: downloading component 'rustfmt'
362025-01-22T04:21:22.366Zinfo: installing component 'cargo'
372025-01-22T04:21:23.214Zinfo: installing component 'clippy'
382025-01-22T04:21:23.596Zinfo: installing component 'rust-docs'
392025-01-22T04:21:25.307Zinfo: installing component 'rust-std'
402025-01-22T04:21:27.019Zinfo: installing component 'rustc'
412025-01-22T04:21:33.247Zinfo: installing component 'rustfmt'
422025-01-22T04:21:33.594Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-22T04:21:33.594Z
442025-01-22T04:21:33.985Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-22T04:21:33.985Z
462025-01-22T04:21:33.987Z
472025-01-22T04:21:33.987ZRust is installed now. Great!
482025-01-22T04:21:33.987Z
492025-01-22T04:21:33.987ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-22T04:21:33.987Zenvironment variable. This has not been done automatically.
512025-01-22T04:21:33.987Z
522025-01-22T04:21:33.987ZTo configure your current shell, you need to source
532025-01-22T04:21:33.987Zthe corresponding env file under $HOME/.cargo.
542025-01-22T04:21:33.987Z
552025-01-22T04:21:33.987ZThis is usually done by running one of the following (note the leading DOT):
562025-01-22T04:21:33.987Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-22T04:21:33.987Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-22T04:21:34.070Z+ rustc --version
592025-01-22T04:21:34.142Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-22T04:21:34.145Zprocess exited: duration 23021 ms, exit code 0
 
612025-01-22T04:21:34.149Zstarting task 2: "authentication"
622025-01-22T04:21:34.172Zprocess exited: duration 21 ms, exit code 0
 
632025-01-22T04:21:34.176Zstarting task 3: "clone repository"
642025-01-22T04:21:34.181Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-22T04:21:34.184Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-22T04:21:34.303ZCloning into '/work/oxidecomputer/omicron'...
672025-01-22T04:21:42.033Z+ cd /work/oxidecomputer/omicron
682025-01-22T04:21:42.036Z+ git fetch origin 71ad6243cc31335f551c80d5b0c530c169017d63
692025-01-22T04:21:42.375ZFrom https://github.com/oxidecomputer/omicron
702025-01-22T04:21:42.376Z * branch 71ad6243cc31335f551c80d5b0c530c169017d63 -> FETCH_HEAD
712025-01-22T04:21:42.387Z+ [[ -n renovate/bytes-1.x ]]
722025-01-22T04:21:42.389Z++ git branch --show-current
732025-01-22T04:21:42.391Z+ current=main
742025-01-22T04:21:42.391Z+ [[ main != renovate/bytes-1.x ]]
752025-01-22T04:21:42.391Z+ git branch -f renovate/bytes-1.x 71ad6243cc31335f551c80d5b0c530c169017d63
762025-01-22T04:21:42.396Z+ git checkout -f renovate/bytes-1.x
772025-01-22T04:21:42.521ZSwitched to branch 'renovate/bytes-1.x'
782025-01-22T04:21:42.524Z+ git reset --hard 71ad6243cc31335f551c80d5b0c530c169017d63
792025-01-22T04:21:42.644ZHEAD is now at 71ad6243c Update Rust crate bytes to 1.9.0
802025-01-22T04:21:42.646Zprocess exited: duration 8468 ms, exit code 0
 
812025-01-22T04:21:42.651Zstarting task 4: "build"
822025-01-22T04:21:42.657Z+ source .github/buildomat/ci-env.sh
832025-01-22T04:21:42.657Z++ export CARGO_TERM_COLOR=always
842025-01-22T04:21:42.657Z++ CARGO_TERM_COLOR=always
852025-01-22T04:21:42.659Z+ cargo --version
862025-01-22T04:21:42.725Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-22T04:21:42.727Z+ rustc --version
882025-01-22T04:21:42.798Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-22T04:21:42.801Z+ source ./env.sh
902025-01-22T04:21:42.803Z++ OLD_SHELL_OPTS=ehxB
912025-01-22T04:21:42.803Z++ set -o xtrace
922025-01-22T04:21:42.806Z++++ dirname ./env.sh
932025-01-22T04:21:42.808Z+++ readlink -f .
942025-01-22T04:21:42.810Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ 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-22T04:21:42.810Z++ case $OLD_SHELL_OPTS in
1042025-01-22T04:21:42.810Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-22T04:21:42.810Z+ 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-22T04:21:42.810Z+ 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-22T04:21:42.810Z+ banner prerequisites
1082025-01-22T04:21:42.813Z
1092025-01-22T04:21:42.813Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-22T04:21:42.813Z # # # # # # # # # # # # # # #
1112025-01-22T04:21:42.813Z # # # # ##### # # ##### # # # # # #### #
1122025-01-22T04:21:42.813Z ##### ##### # ##### # # # # # # # # #
1132025-01-22T04:21:42.813Z # # # # # # # # # # # # # # #
1142025-01-22T04:21:42.813Z # # # ###### # # ###### ### # #### # #### #
1152025-01-22T04:21:42.813Z
1162025-01-22T04:21:42.813Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-22T04:21:44.627Zpkg list: illegal option -- F
1182025-01-22T04:21:44.627ZUsage:
1192025-01-22T04:21:44.631Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-22T04:21:44.631Z [pkg_fmri_pattern ...]
1212025-01-22T04:21:45.509Zpkg list: illegal option -- F
1222025-01-22T04:21:45.509ZUsage:
1232025-01-22T04:21:45.512Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-22T04:21:45.512Z [pkg_fmri_pattern ...]
1252025-01-22T04:21:54.761Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-22T04:21:58.995Z Startup: Caching catalogs ... Done
1272025-01-22T04:22:10.984ZPlanning: Solver setup ... Done (11.133s)
1282025-01-22T04:22:11.136ZPlanning: Running solver ... Done (0.152s)
1292025-01-22T04:22:11.252ZPlanning: Finding local manifests ... Done (0.005s)
1302025-01-22T04:22:11.288ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-22T04:22:12.046ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-22T04:22:12.167ZPlanning: Package planning ... Done (0.120s)
1332025-01-22T04:22:12.224ZPlanning: Merging actions ... Done (0.058s)
1342025-01-22T04:22:12.426ZPlanning: Checking for conflicting actions ... Done (0.202s)
1352025-01-22T04:22:14.101ZPlanning: Consolidating action changes ... Done (1.674s)
1362025-01-22T04:22:14.511ZPlanning: Evaluating mediators ... Done (0.410s)
1372025-01-22T04:22:14.599ZPlanning: Planning completed in 15.50 seconds
1382025-01-22T04:22:14.616Z Packages to install: 4
1392025-01-22T04:22:14.616Z Packages to update: 3
1402025-01-22T04:22:14.616Z Mediators to change: 2
1412025-01-22T04:22:14.616Z Services to change: 1
1422025-01-22T04:22:14.619Z Estimated space available: 155.61 GB
1432025-01-22T04:22:14.619ZEstimated space to be consumed: 1.64 GB
1442025-01-22T04:22:14.619Z Create boot environment: No
1452025-01-22T04:22:14.619ZCreate backup boot environment: Yes
1462025-01-22T04:22:14.619Z Rebuild boot archive: No
1472025-01-22T04:22:14.619Z
1482025-01-22T04:22:14.619ZChanged mediators:
1492025-01-22T04:22:14.619Z mediator clang:
1502025-01-22T04:22:14.619Z version: None -> 15 (system default)
1512025-01-22T04:22:14.619Z
1522025-01-22T04:22:14.619Z mediator llvm:
1532025-01-22T04:22:14.619Z version: 14 (system default) -> 15 (system default)
1542025-01-22T04:22:14.619Z
1552025-01-22T04:22:14.619ZChanged packages:
1562025-01-22T04:22:14.619Zhelios-dev
1572025-01-22T04:22:14.619Z developer/build-essential
1582025-01-22T04:22:14.619Z None -> 11-2.0
1592025-01-22T04:22:14.619Z library/libxmlsec1
1602025-01-22T04:22:14.619Z None -> 1.2.35-2.0
1612025-01-22T04:22:14.619Z ooce/developer/clang-15
1622025-01-22T04:22:14.619Z None -> 15.0.7-2.0
1632025-01-22T04:22:14.619Z ooce/developer/llvm-15
1642025-01-22T04:22:14.619Z None -> 15.0.7-2.0
1652025-01-22T04:22:14.620Z package/pkg
1662025-01-22T04:22:14.620Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-22T04:22:14.620Z system/library/g++-runtime
1682025-01-22T04:22:14.620Z 13-2.0 -> 14-2.0
1692025-01-22T04:22:14.620Z system/library/gcc-runtime
1702025-01-22T04:22:14.620Z 13-2.0 -> 14-2.0
1712025-01-22T04:22:14.620Z
1722025-01-22T04:22:14.620ZServices:
1732025-01-22T04:22:14.620Z restart_fmri:
1742025-01-22T04:22:14.620Z svc:/system/update-man-index:default
1752025-01-22T04:22:14.620Z
1762025-01-22T04:22:14.620ZEditable files to change:
1772025-01-22T04:22:14.620Z Update:
1782025-01-22T04:22:14.620Z usr/share/lib/pkg/web/config.shtml
1792025-01-22T04:22:14.764Z
1802025-01-22T04:22:14.764ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-22T04:22:19.766ZDownload: 563/4301 items 17.1/225.4MB 7% complete (3.5M/s)
1822025-01-22T04:22:24.784ZDownload: 1059/4301 items 19.7/225.4MB 8% complete (2.0M/s)
1832025-01-22T04:22:34.646ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (8.4M/s)
1842025-01-22T04:22:47.464ZDownload: 1196/4301 items 83.5/225.4MB 37% complete
1852025-01-22T04:22:52.510ZDownload: 1201/4301 items 83.5/225.4MB 37% complete (2.4k/s)
1862025-01-22T04:22:57.510ZDownload: 1634/4301 items 113.9/225.4MB 50% complete (3.5M/s)
1872025-01-22T04:23:02.534ZDownload: 2028/4301 items 118.5/225.4MB 52% complete (3.5M/s)
1882025-01-22T04:23:07.966ZDownload: 2219/4301 items 119.0/225.4MB 52% complete (564k/s)
1892025-01-22T04:23:13.569ZDownload: 2221/4301 items 119.0/225.4MB 52% complete (547k/s)
1902025-01-22T04:23:21.567ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (400k/s)
1912025-01-22T04:23:26.574ZDownload: 2874/4301 items 121.1/225.4MB 53% complete (249k/s)
1922025-01-22T04:23:31.608ZDownload: 3240/4301 items 201.0/225.4MB 89% complete (8.7M/s)
1932025-01-22T04:23:38.125ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.3M/s)
1942025-01-22T04:23:44.442ZDownload: 3283/4301 items 209.1/225.4MB 92% complete (6.1M/s)
1952025-01-22T04:23:49.965ZDownload: 4206/4301 items 220.6/225.4MB 97% complete (1.7M/s)
1962025-01-22T04:23:55.732ZDownload: 4296/4301 items 225.1/225.4MB 99% complete (1.7M/s)
1972025-01-22T04:23:58.964ZDownload: Completed 225.42 MB in 104.18 seconds (2.2M/s)
1982025-01-22T04:24:00.931Z Actions: 1/5122 actions (Removing old actions)
1992025-01-22T04:24:00.948Z Actions: 194/5122 actions (Installing new actions)
2002025-01-22T04:24:06.003Z Actions: 4104/5122 actions (Installing new actions)
2012025-01-22T04:24:06.111Z Actions: 4267/5122 actions (Updating modified actions)
2022025-01-22T04:24:06.665Z Actions: Completed 5122 actions in 5.73 seconds.
2032025-01-22T04:24:07.084Z Done (0.408s)
2042025-01-22T04:24:07.087Z Done (0.001s)
2052025-01-22T04:24:07.680Z Done (0.594s)
2062025-01-22T04:24:12.429Z Done (4.505s)
2072025-01-22T04:24:12.525Z Done (0.018s)
2082025-01-22T04:24:12.528Z Done (0.000s)
2092025-01-22T04:24:12.708Z Done (0.000s)
2102025-01-22T04:24:13.468ZPlanning: Evaluating mediator changes ... Done
2112025-01-22T04:24:13.644ZPlanning: Checking for conflicting actions ... Done
2122025-01-22T04:24:13.647ZPlanning: Consolidating action changes ... Done
2132025-01-22T04:24:13.936ZPlanning: Evaluating mediators ... Done
2142025-01-22T04:24:13.939ZPlanning: Planning completed in 0.47 seconds
2152025-01-22T04:24:13.979Z Mediators to change: 2
2162025-01-22T04:24:13.980Z Create boot environment: No
2172025-01-22T04:24:13.980ZCreate backup boot environment: No
2182025-01-22T04:24:14.061Z Done
2192025-01-22T04:24:14.061Z Done
2202025-01-22T04:24:14.458Z Done
2212025-01-22T04:24:18.422Z Done
2222025-01-22T04:24:18.527Z Done
2232025-01-22T04:24:18.530Z Done
2242025-01-22T04:24:18.660Z Done
2252025-01-22T04:24:19.295ZPlanning: Evaluating mediator changes ... Done
2262025-01-22T04:24:19.298ZPlanning: Merging actions ... Done
2272025-01-22T04:24:19.502ZPlanning: Checking for conflicting actions ... Done
2282025-01-22T04:24:19.504ZPlanning: Consolidating action changes ... Done
2292025-01-22T04:24:19.776ZPlanning: Evaluating mediators ... Done
2302025-01-22T04:24:19.833ZPlanning: Planning completed in 0.79 seconds
2312025-01-22T04:24:19.876Z Packages to change: 1
2322025-01-22T04:24:19.876Z Mediators to change: 1
2332025-01-22T04:24:19.876Z Services to change: 1
2342025-01-22T04:24:19.879Z Create boot environment: No
2352025-01-22T04:24:19.879ZCreate backup boot environment: Yes
2362025-01-22T04:24:22.132Z Actions: 1/6 actions (Updating modified actions)
2372025-01-22T04:24:22.135Z Actions: Completed 6 actions in 0.00 seconds.
2382025-01-22T04:24:22.135Z Done
2392025-01-22T04:24:22.135Z Done
2402025-01-22T04:24:22.255Z Done
2412025-01-22T04:24:26.226Z Done
2422025-01-22T04:24:26.318Z Done
2432025-01-22T04:24:26.320Z Done
2442025-01-22T04:24:26.456Z Done
2452025-01-22T04:24:26.925ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2462025-01-22T04:24:26.925Zclang system 15 system
2472025-01-22T04:24:26.925Zcsh system system illumos
2482025-01-22T04:24:26.925Zctags system system illumos
2492025-01-22T04:24:26.925Zgcc vendor 12 vendor
2502025-01-22T04:24:26.925Zgcc system 10 system
2512025-01-22T04:24:26.925Zgcc system 7 system
2522025-01-22T04:24:26.925Zgo system 1.20 system
2532025-01-22T04:24:26.925Zgo system 1.19 system
2542025-01-22T04:24:26.925Zllvm system 15 system
2552025-01-22T04:24:26.925Zllvm system 14 system
2562025-01-22T04:24:26.925Zmariadb system 10.6 system
2572025-01-22T04:24:26.925Zmta vendor vendor dma
2582025-01-22T04:24:26.925Zopenjdk system 17 system
2592025-01-22T04:24:26.925Zopenjdk system 11 system
2602025-01-22T04:24:26.925Zopenjdk system 1.8 system
2612025-01-22T04:24:26.925Zopenssl vendor 3 vendor
2622025-01-22T04:24:26.925Zperl system 5.36 system
2632025-01-22T04:24:26.925Zpostgresql system 15 system
2642025-01-22T04:24:26.925Zpostgresql system 13 system
2652025-01-22T04:24:26.925Zpython vendor 3 vendor
2662025-01-22T04:24:26.925Zpython system 2 system
2672025-01-22T04:24:26.925Zpython3 system 3.11 system
2682025-01-22T04:24:26.925Zruby system 3.0 system
2692025-01-22T04:24:26.925Zwords vendor vendor american-english
2702025-01-22T04:24:26.925Zwords system system australian-english
2712025-01-22T04:24:26.925Zwords system system british-english
2722025-01-22T04:24:26.926Zwords system system canadian-english
2732025-01-22T04:24:26.926Zwords system system french
2742025-01-22T04:24:26.926Zwords system system italian
2752025-01-22T04:24:26.926Zwords system system ngerman
2762025-01-22T04:24:26.926Zwords system system ogerman
2772025-01-22T04:24:26.926Zwords system system spanish
2782025-01-22T04:24:27.273ZPUBLISHER TYPE STATUS P LOCATION
2792025-01-22T04:24:27.273Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802025-01-22T04:24:30.171ZFMRI IFO
2812025-01-22T04:24:30.171Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822025-01-22T04:24:30.171Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832025-01-22T04:24:30.171Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842025-01-22T04:24:30.171Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852025-01-22T04:24:30.171Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862025-01-22T04:24:30.171Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-01-22T04:24:30.171Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2882025-01-22T04:24:30.171Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-01-22T04:24:30.171Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-01-22T04:24:30.171Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2912025-01-22T04:24:30.171Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-01-22T04:24:30.171Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-01-22T04:24:30.171Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2942025-01-22T04:24:30.171Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-01-22T04:24:30.171Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-01-22T04:24:30.963Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-01-22T04:24:31.263Z Updating crates.io index
2982025-01-22T04:24:31.266Z Updating git repository `https://github.com/oxidecomputer/diffus`
2992025-01-22T04:24:31.623Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-01-22T04:24:32.164Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3012025-01-22T04:24:32.427Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022025-01-22T04:24:32.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032025-01-22T04:24:32.973Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-01-22T04:24:33.926Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-01-22T04:24:35.621Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-01-22T04:24:36.230Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-01-22T04:24:37.032Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082025-01-22T04:24:37.317Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092025-01-22T04:24:37.641Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102025-01-22T04:24:38.407Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3112025-01-22T04:24:38.695Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122025-01-22T04:24:39.059Z Updating git repository `https://github.com/oxidecomputer/tofino`
3132025-01-22T04:24:39.347Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3142025-01-22T04:24:39.624Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3152025-01-22T04:24:39.898Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3162025-01-22T04:24:40.187Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172025-01-22T04:24:40.460Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3182025-01-22T04:24:40.762Z Updating git repository `https://github.com/oxidecomputer/ispf`
3192025-01-22T04:24:41.033Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3202025-01-22T04:24:41.403Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3212025-01-22T04:24:41.976Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3222025-01-22T04:24:42.289Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3232025-01-22T04:24:42.679Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3242025-01-22T04:24:43.095Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3252025-01-22T04:24:43.400Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3262025-01-22T04:24:43.689Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3272025-01-22T04:24:43.966Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3282025-01-22T04:24:45.495Z Downloading crates ...
3292025-01-22T04:24:45.581Z Downloaded bytecount v0.6.8
3302025-01-22T04:24:45.584Z Downloaded generic-array v0.14.7
3312025-01-22T04:24:45.587Z Downloaded fs-err v2.11.0
3322025-01-22T04:24:45.589Z Downloaded anstyle-parse v0.2.5
3332025-01-22T04:24:45.589Z Downloaded bitflags v2.6.0
3342025-01-22T04:24:45.594Z Downloaded equivalent v1.0.1
3352025-01-22T04:24:45.606Z Downloaded dtrace-parser v0.2.0
3362025-01-22T04:24:45.608Z Downloaded clap_lex v0.7.2
3372025-01-22T04:24:45.608Z Downloaded anstyle-query v1.1.1
3382025-01-22T04:24:45.611Z Downloaded cpufeatures v0.2.14
3392025-01-22T04:24:45.615Z Downloaded terminal_size v0.4.0
3402025-01-22T04:24:45.615Z Downloaded dof v0.3.0
3412025-01-22T04:24:45.618Z Downloaded byteorder v1.5.0
3422025-01-22T04:24:45.628Z Downloaded serde_spanned v0.6.8
3432025-01-22T04:24:45.632Z Downloaded errno v0.3.9
3442025-01-22T04:24:45.632Z Downloaded fastrand v2.1.1
3452025-01-22T04:24:45.632Z Downloaded cargo-platform v0.1.8
3462025-01-22T04:24:45.632Z Downloaded colorchoice v1.0.2
3472025-01-22T04:24:45.636Z Downloaded once_cell v1.20.2
3482025-01-22T04:24:45.639Z Downloaded semver v1.0.24
3492025-01-22T04:24:45.643Z Downloaded cargo_metadata v0.18.1
3502025-01-22T04:24:45.649Z Downloaded swrite v0.1.0
3512025-01-22T04:24:45.653Z Downloaded memmap v0.7.0
3522025-01-22T04:24:45.653Z Downloaded heck v0.4.1
3532025-01-22T04:24:45.656Z Downloaded cfg-if v1.0.0
3542025-01-22T04:24:45.656Z Downloaded sha2 v0.10.8
3552025-01-22T04:24:45.656Z Downloaded clap_derive v4.5.18
3562025-01-22T04:24:45.660Z Downloaded pretty-hex v0.4.1
3572025-01-22T04:24:45.660Z Downloaded scroll v0.12.0
3582025-01-22T04:24:45.665Z Downloaded usdt-macro v0.5.0
3592025-01-22T04:24:45.665Z Downloaded tabled_derive v0.7.0
3602025-01-22T04:24:45.669Z Downloaded is_terminal_polyfill v1.70.1
3612025-01-22T04:24:45.669Z Downloaded smawk v0.3.2
3622025-01-22T04:24:45.669Z Downloaded ryu v1.0.18
3632025-01-22T04:24:45.673Z Downloaded utf8parse v0.2.2
3642025-01-22T04:24:45.673Z Downloaded pest_derive v2.7.14
3652025-01-22T04:24:45.677Z Downloaded typenum v1.17.0
3662025-01-22T04:24:45.678Z Downloaded camino v1.1.9
3672025-01-22T04:24:45.682Z Downloaded usdt-attr-macro v0.5.0
3682025-01-22T04:24:45.682Z Downloaded tempfile v3.13.0
3692025-01-22T04:24:45.682Z Downloaded toml_datetime v0.6.8
3702025-01-22T04:24:45.685Z Downloaded proc-macro-error-attr v1.0.4
3712025-01-22T04:24:45.685Z Downloaded pest_generator v2.7.14
3722025-01-22T04:24:45.685Z Downloaded serde_tokenstream v0.2.2
3732025-01-22T04:24:45.685Z Downloaded macaddr v1.0.1
3742025-01-22T04:24:45.689Z Downloaded version_check v0.9.5
3752025-01-22T04:24:45.689Z Downloaded toml v0.8.19
3762025-01-22T04:24:45.693Z Downloaded thiserror v1.0.69
3772025-01-22T04:24:45.698Z Downloaded serde_derive v1.0.217
3782025-01-22T04:24:45.705Z Downloaded unicode-linebreak v0.1.5
3792025-01-22T04:24:45.705Z Downloaded thread-id v4.2.2
3802025-01-22T04:24:45.705Z Downloaded fnv v1.0.7
3812025-01-22T04:24:45.705Z Downloaded anstyle v1.0.10
3822025-01-22T04:24:45.709Z Downloaded block-buffer v0.10.4
3832025-01-22T04:24:45.709Z Downloaded autocfg v1.4.0
3842025-01-22T04:24:45.709Z Downloaded thiserror-impl v1.0.69
3852025-01-22T04:24:45.709Z Downloaded anyhow v1.0.93
3862025-01-22T04:24:45.713Z Downloaded strsim v0.11.1
3872025-01-22T04:24:45.713Z Downloaded itoa v1.0.11
3882025-01-22T04:24:45.718Z Downloaded crypto-common v0.1.6
3892025-01-22T04:24:45.718Z Downloaded scroll_derive v0.12.0
3902025-01-22T04:24:45.718Z Downloaded log v0.4.22
3912025-01-22T04:24:45.718Z Downloaded usdt-impl v0.5.0
3922025-01-22T04:24:45.722Z Downloaded quote v1.0.38
3932025-01-22T04:24:45.722Z Downloaded pest_meta v2.7.14
3942025-01-22T04:24:45.724Z Downloaded plain v0.2.3
3952025-01-22T04:24:45.725Z Downloaded digest v0.10.7
3962025-01-22T04:24:45.725Z Downloaded heck v0.5.0
3972025-01-22T04:24:45.736Z Downloaded zerocopy-derive v0.7.35
3982025-01-22T04:24:45.742Z Downloaded anstream v0.6.15
3992025-01-22T04:24:45.745Z Downloaded usdt v0.5.0
4002025-01-22T04:24:45.745Z Downloaded indexmap v2.7.0
4012025-01-22T04:24:45.749Z Downloaded ucd-trie v0.1.7
4022025-01-22T04:24:45.751Z Downloaded clap v4.5.21
4032025-01-22T04:24:45.760Z Downloaded textwrap v0.16.1
4042025-01-22T04:24:45.762Z Downloaded memchr v2.7.4
4052025-01-22T04:24:45.768Z Downloaded unicode-ident v1.0.14
4062025-01-22T04:24:45.772Z Downloaded serde v1.0.217
4072025-01-22T04:24:45.775Z Downloaded hashbrown v0.15.1
4082025-01-22T04:24:45.780Z Downloaded proc-macro2 v1.0.92
4092025-01-22T04:24:45.783Z Downloaded proc-macro-error v1.0.4
4102025-01-22T04:24:45.788Z Downloaded papergrid v0.11.0
4112025-01-22T04:24:45.793Z Downloaded cargo_toml v0.20.5
4122025-01-22T04:24:45.796Z Downloaded camino-tempfile v1.1.1
4132025-01-22T04:24:45.796Z Downloaded toml_edit v0.22.22
4142025-01-22T04:24:45.818Z Downloaded pest v2.7.14
4152025-01-22T04:24:45.823Z Downloaded clap_builder v4.5.21
4162025-01-22T04:24:45.831Z Downloaded serde_json v1.0.135
4172025-01-22T04:24:45.838Z Downloaded zerocopy v0.7.35
4182025-01-22T04:24:45.855Z Downloaded tabled v0.15.0
4192025-01-22T04:24:45.871Z Downloaded goblin v0.8.2
4202025-01-22T04:24:45.877Z Downloaded winnow v0.6.20
4212025-01-22T04:24:45.883Z Downloaded syn v1.0.109
4222025-01-22T04:24:45.893Z Downloaded unicode-width v0.1.14
4232025-01-22T04:24:45.898Z Downloaded syn v2.0.96
4242025-01-22T04:24:45.910Z Downloaded rustix v0.38.37
4252025-01-22T04:24:45.953Z Downloaded libc v0.2.169
4262025-01-22T04:24:46.265Z Compiling proc-macro2 v1.0.92
4272025-01-22T04:24:46.265Z Compiling unicode-ident v1.0.14
4282025-01-22T04:24:46.265Z Compiling version_check v0.9.5
4292025-01-22T04:24:46.268Z Compiling serde v1.0.217
4302025-01-22T04:24:46.268Z Compiling memchr v2.7.4
4312025-01-22T04:24:46.268Z Compiling thiserror v1.0.69
4322025-01-22T04:24:46.302Z Compiling libc v0.2.169
4332025-01-22T04:24:46.305Z Compiling itoa v1.0.11
4342025-01-22T04:24:46.578Z Compiling ryu v1.0.18
4352025-01-22T04:24:46.662Z Compiling ucd-trie v0.1.7
4362025-01-22T04:24:46.986Z Compiling once_cell v1.20.2
4372025-01-22T04:24:47.108Z Compiling byteorder v1.5.0
4382025-01-22T04:24:47.225Z Compiling rustix v0.38.37
4392025-01-22T04:24:47.348Z Compiling serde_json v1.0.135
4402025-01-22T04:24:47.538Z Compiling bitflags v2.6.0
4412025-01-22T04:24:47.729Z Compiling proc-macro-error-attr v1.0.4
4422025-01-22T04:24:47.904Z Compiling usdt-impl v0.5.0
4432025-01-22T04:24:47.959Z Compiling syn v1.0.109
4442025-01-22T04:24:48.065Z Compiling proc-macro-error v1.0.4
4452025-01-22T04:24:48.068Z Compiling hashbrown v0.15.1
4462025-01-22T04:24:48.144Z Compiling log v0.4.22
4472025-01-22T04:24:48.244Z Compiling quote v1.0.38
4482025-01-22T04:24:48.371Z Compiling errno v0.3.9
4492025-01-22T04:24:48.584Z Compiling camino v1.1.9
4502025-01-22T04:24:48.642Z Compiling equivalent v1.0.1
4512025-01-22T04:24:48.712Z Compiling syn v2.0.96
4522025-01-22T04:24:48.780Z Compiling thread-id v4.2.2
4532025-01-22T04:24:48.842Z Compiling plain v0.2.3
4542025-01-22T04:24:48.913Z Compiling utf8parse v0.2.2
4552025-01-22T04:24:49.098Z Compiling anstyle-parse v0.2.5
4562025-01-22T04:24:49.183Z Compiling indexmap v2.7.0
4572025-01-22T04:24:49.291Z Compiling pretty-hex v0.4.1
4582025-01-22T04:24:49.465Z Compiling unicode-width v0.1.14
4592025-01-22T04:24:49.539Z Compiling anstyle-query v1.1.1
4602025-01-22T04:24:49.636Z Compiling semver v1.0.24
4612025-01-22T04:24:49.699Z Compiling anstyle v1.0.10
4622025-01-22T04:24:49.740Z Compiling is_terminal_polyfill v1.70.1
4632025-01-22T04:24:49.900Z Compiling colorchoice v1.0.2
4642025-01-22T04:24:50.034Z Compiling winnow v0.6.20
4652025-01-22T04:24:50.074Z Compiling autocfg v1.4.0
4662025-01-22T04:24:50.177Z Compiling anstream v0.6.15
4672025-01-22T04:24:50.451Z Compiling bytecount v0.6.8
4682025-01-22T04:24:50.516Z Compiling heck v0.5.0
4692025-01-22T04:24:50.710Z Compiling terminal_size v0.4.0
4702025-01-22T04:24:50.899Z Compiling fastrand v2.1.1
4712025-01-22T04:24:50.955Z Compiling clap_lex v0.7.2
4722025-01-22T04:24:51.037Z Compiling fnv v1.0.7
4732025-01-22T04:24:51.105Z Compiling fs-err v2.11.0
4742025-01-22T04:24:51.277Z Compiling anyhow v1.0.93
4752025-01-22T04:24:51.445Z Compiling cfg-if v1.0.0
4762025-01-22T04:24:51.476Z Compiling heck v0.4.1
4772025-01-22T04:24:51.479Z Compiling strsim v0.11.1
4782025-01-22T04:24:51.564Z Compiling tempfile v3.13.0
4792025-01-22T04:24:51.963Z Compiling clap_builder v4.5.21
4802025-01-22T04:24:52.329Z Compiling papergrid v0.11.0
4812025-01-22T04:24:52.355Z Compiling memmap v0.7.0
4822025-01-22T04:24:52.411Z Compiling unicode-linebreak v0.1.5
4832025-01-22T04:24:52.471Z Compiling smawk v0.3.2
4842025-01-22T04:24:52.924Z Compiling textwrap v0.16.1
4852025-01-22T04:24:53.314Z Compiling swrite v0.1.0
4862025-01-22T04:24:54.069Z Compiling tabled_derive v0.7.0
4872025-01-22T04:24:55.634Z Compiling tabled v0.15.0
4882025-01-22T04:24:55.993Z Compiling serde_derive v1.0.217
4892025-01-22T04:24:56.084Z Compiling thiserror-impl v1.0.69
4902025-01-22T04:24:56.110Z Compiling zerocopy-derive v0.7.35
4912025-01-22T04:24:56.219Z Compiling scroll_derive v0.12.0
4922025-01-22T04:24:56.244Z Compiling clap_derive v4.5.18
4932025-01-22T04:24:57.661Z Compiling scroll v0.12.0
4942025-01-22T04:24:57.968Z Compiling zerocopy v0.7.35
4952025-01-22T04:24:58.127Z Compiling goblin v0.8.2
4962025-01-22T04:24:58.641Z Compiling pest v2.7.14
4972025-01-22T04:24:59.614Z Compiling clap v4.5.21
4982025-01-22T04:25:00.998Z Compiling pest_meta v2.7.14
4992025-01-22T04:25:02.048Z Compiling pest_generator v2.7.14
5002025-01-22T04:25:03.502Z Compiling pest_derive v2.7.14
5012025-01-22T04:25:04.205Z Compiling dtrace-parser v0.2.0
5022025-01-22T04:25:05.073Z Compiling serde_tokenstream v0.2.2
5032025-01-22T04:25:05.196Z Compiling toml_datetime v0.6.8
5042025-01-22T04:25:05.196Z Compiling serde_spanned v0.6.8
5052025-01-22T04:25:05.298Z Compiling cargo-platform v0.1.8
5062025-01-22T04:25:05.534Z Compiling macaddr v1.0.1
5072025-01-22T04:25:05.627Z Compiling toml_edit v0.22.22
5082025-01-22T04:25:05.796Z Compiling camino-tempfile v1.1.1
5092025-01-22T04:25:06.547Z Compiling dof v0.3.0
5102025-01-22T04:25:06.786Z Compiling cargo_metadata v0.18.1
5112025-01-22T04:25:08.023Z Compiling usdt-attr-macro v0.5.0
5122025-01-22T04:25:08.023Z Compiling usdt-macro v0.5.0
5132025-01-22T04:25:08.776Z Compiling toml v0.8.19
5142025-01-22T04:25:09.120Z Compiling usdt v0.5.0
5152025-01-22T04:25:09.534Z Compiling cargo_toml v0.20.5
5162025-01-22T04:25:12.284Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5172025-01-22T04:25:15.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.92s
5182025-01-22T04:25:15.946Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5192025-01-22T04:25:16.520Z Downloading crates ...
5202025-01-22T04:25:16.646Z Downloaded ascii-canvas v3.0.0
5212025-01-22T04:25:16.655Z Downloaded ahash v0.8.11
5222025-01-22T04:25:16.659Z Downloaded assert_matches v1.5.0
5232025-01-22T04:25:16.661Z Downloaded aead v0.5.2
5242025-01-22T04:25:16.674Z Downloaded cstr-argument v0.1.2
5252025-01-22T04:25:16.679Z Downloaded crc-catalog v2.4.0
5262025-01-22T04:25:16.681Z Downloaded ciborium-ll v0.2.2
5272025-01-22T04:25:16.681Z Downloaded arrayref v0.3.9
5282025-01-22T04:25:16.684Z Downloaded addr2line v0.24.2
5292025-01-22T04:25:16.687Z Downloaded crunchy v0.2.2
5302025-01-22T04:25:16.690Z Downloaded async-stream-impl v0.3.6
5312025-01-22T04:25:16.693Z Downloaded atomicwrites v0.4.4
5322025-01-22T04:25:16.708Z Downloaded cbc v0.1.2
5332025-01-22T04:25:16.710Z Downloaded chrono-tz-build v0.4.0
5342025-01-22T04:25:16.710Z Downloaded async-recursion v1.1.1
5352025-01-22T04:25:16.718Z Downloaded atty v0.2.14
5362025-01-22T04:25:16.723Z Downloaded curve25519-dalek-derive v0.1.1
5372025-01-22T04:25:16.727Z Downloaded bit-set v0.5.3
5382025-01-22T04:25:16.738Z Downloaded crucible-workspace-hack v0.1.0
5392025-01-22T04:25:16.741Z Downloaded ciborium-io v0.2.2
5402025-01-22T04:25:16.747Z Downloaded colored v2.1.0
5412025-01-22T04:25:16.750Z Downloaded buf-list v1.0.3
5422025-01-22T04:25:16.752Z Downloaded chacha20 v0.9.1
5432025-01-22T04:25:16.755Z Downloaded bcrypt-pbkdf v0.10.0
5442025-01-22T04:25:16.760Z Downloaded base16ct v0.2.0
5452025-01-22T04:25:16.760Z Downloaded async-stream v0.3.6
5462025-01-22T04:25:16.771Z Downloaded cfg_aliases v0.1.1
5472025-01-22T04:25:16.781Z Downloaded crc32fast v1.4.2
5482025-01-22T04:25:16.784Z Downloaded arrayvec v0.7.6
5492025-01-22T04:25:16.788Z Downloaded bcs v0.1.6
5502025-01-22T04:25:16.790Z Downloaded cassowary v0.3.0
5512025-01-22T04:25:16.793Z Downloaded ctr v0.9.2
5522025-01-22T04:25:16.796Z Downloaded cexpr v0.6.0
5532025-01-22T04:25:16.796Z Downloaded adler2 v2.0.0
5542025-01-22T04:25:16.798Z Downloaded blowfish v0.9.1
5552025-01-22T04:25:16.801Z Downloaded crc v3.2.1
5562025-01-22T04:25:16.803Z Downloaded array-init v0.0.4
5572025-01-22T04:25:16.804Z Downloaded bb8 v0.8.5
5582025-01-22T04:25:16.804Z Downloaded bit-vec v0.6.3
5592025-01-22T04:25:16.808Z Downloaded ref-cast v1.0.23
5602025-01-22T04:25:16.813Z Downloaded cfg_aliases v0.2.1
5612025-01-22T04:25:16.815Z Downloaded allocator-api2 v0.2.18
5622025-01-22T04:25:16.818Z Downloaded darling v0.20.10
5632025-01-22T04:25:16.822Z Downloaded bitfield v0.14.0
5642025-01-22T04:25:16.825Z Downloaded crossbeam-deque v0.8.5
5652025-01-22T04:25:16.827Z Downloaded castaway v0.2.3
5662025-01-22T04:25:16.830Z Downloaded console v0.15.8
5672025-01-22T04:25:16.833Z Downloaded cmake v0.1.51
5682025-01-22T04:25:16.835Z Downloaded bzip2 v0.4.4
5692025-01-22T04:25:16.839Z Downloaded crossbeam-epoch v0.9.18
5702025-01-22T04:25:16.842Z Downloaded base64ct v1.6.0
5712025-01-22T04:25:16.844Z Downloaded convert_case v0.4.0
5722025-01-22T04:25:16.847Z Downloaded cobs v0.2.3
5732025-01-22T04:25:16.847Z Downloaded block-padding v0.3.3
5742025-01-22T04:25:16.851Z Downloaded blake2 v0.10.6
5752025-01-22T04:25:16.855Z Downloaded constant_time_eq v0.3.1
5762025-01-22T04:25:16.858Z Downloaded atomic-waker v1.1.2
5772025-01-22T04:25:16.858Z Downloaded salsa20 v0.10.2
5782025-01-22T04:25:16.858Z Downloaded hostname v0.3.1
5792025-01-22T04:25:16.862Z Downloaded signal-hook-tokio v0.3.1
5802025-01-22T04:25:16.867Z Downloaded quick-error v1.2.3
5812025-01-22T04:25:16.871Z Downloaded async-bb8-diesel v0.2.1
5822025-01-22T04:25:16.873Z Downloaded argon2 v0.5.3
5832025-01-22T04:25:16.880Z Downloaded csv-core v0.1.11
5842025-01-22T04:25:16.882Z Downloaded shell-words v1.1.0
5852025-01-22T04:25:16.885Z Downloaded hostname v0.4.0
5862025-01-22T04:25:16.888Z Downloaded const_format_proc_macros v0.2.33
5872025-01-22T04:25:16.890Z Downloaded cancel-safe-futures v0.1.5
5882025-01-22T04:25:16.893Z Downloaded rand_seeder v0.3.0
5892025-01-22T04:25:16.893Z Downloaded cipher v0.4.4
5902025-01-22T04:25:16.896Z Downloaded rustc-hash v1.1.0
5912025-01-22T04:25:16.898Z Downloaded http-body v1.0.1
5922025-01-22T04:25:16.898Z Downloaded ident_case v1.0.1
5932025-01-22T04:25:16.901Z Downloaded async-trait v0.1.83
5942025-01-22T04:25:16.904Z Downloaded cookie_store v0.21.1
5952025-01-22T04:25:16.908Z Downloaded arc-swap v1.7.1
5962025-01-22T04:25:16.912Z Downloaded base64 v0.13.1
5972025-01-22T04:25:16.915Z Downloaded httpdate v1.0.3
5982025-01-22T04:25:16.915Z Downloaded home v0.5.9
5992025-01-22T04:25:16.915Z Downloaded bitfield-struct v0.6.2
6002025-01-22T04:25:16.921Z Downloaded sec1 v0.7.3
6012025-01-22T04:25:16.925Z Downloaded bitflags v1.3.2
6022025-01-22T04:25:16.928Z Downloaded backoff v0.4.0
6032025-01-22T04:25:16.928Z Downloaded scheduled-thread-pool v0.2.7
6042025-01-22T04:25:16.934Z Downloaded icu_provider_macros v1.5.0
6052025-01-22T04:25:16.936Z Downloaded hmac v0.12.1
6062025-01-22T04:25:16.940Z Downloaded hickory-server v0.24.2
6072025-01-22T04:25:16.943Z Downloaded cookie v0.18.1
6082025-01-22T04:25:16.946Z Downloaded clang-sys v1.8.1
6092025-01-22T04:25:16.948Z Downloaded siphasher v0.3.11
6102025-01-22T04:25:16.951Z Downloaded ciborium v0.2.2
6112025-01-22T04:25:16.953Z Downloaded vte_generate_state_changes v0.1.2
6122025-01-22T04:25:16.956Z Downloaded termtree v0.4.1
6132025-01-22T04:25:16.956Z Downloaded unicode-xid v0.2.6
6142025-01-22T04:25:16.962Z Downloaded smallvec v0.6.14
6152025-01-22T04:25:16.965Z Downloaded hickory-resolver v0.24.2
6162025-01-22T04:25:16.972Z Downloaded humantime v2.1.0
6172025-01-22T04:25:16.975Z Downloaded hubpack_derive v0.1.1
6182025-01-22T04:25:16.975Z Downloaded http-body-util v0.1.2
6192025-01-22T04:25:16.979Z Downloaded match_cfg v0.1.0
6202025-01-22T04:25:16.982Z Downloaded zerofrom v0.1.4
6212025-01-22T04:25:16.982Z Downloaded instant v0.1.13
6222025-01-22T04:25:16.989Z Downloaded subtle v2.6.1
6232025-01-22T04:25:16.991Z Downloaded structmeta v0.3.0
6242025-01-22T04:25:16.995Z Downloaded crossbeam-utils v0.8.20
6252025-01-22T04:25:16.998Z Downloaded inout v0.1.3
6262025-01-22T04:25:17.001Z Downloaded thiserror-impl-no-std v2.0.2
6272025-01-22T04:25:17.007Z Downloaded new_debug_unreachable v1.0.6
6282025-01-22T04:25:17.007Z Downloaded hubpack v0.1.2
6292025-01-22T04:25:17.010Z Downloaded http-range v0.1.5
6302025-01-22T04:25:17.010Z Downloaded serde_derive_internals v0.29.1
6312025-01-22T04:25:17.010Z Downloaded newline-converter v0.3.0
6322025-01-22T04:25:17.010Z Downloaded tap v1.0.1
6332025-01-22T04:25:17.018Z Downloaded md5 v0.7.0
6342025-01-22T04:25:17.018Z Downloaded mirai-annotations v1.12.0
6352025-01-22T04:25:17.019Z Downloaded is_ci v1.2.0
6362025-01-22T04:25:17.019Z Downloaded bytes v1.9.0
6372025-01-22T04:25:17.031Z Downloaded untrusted v0.9.0
6382025-01-22T04:25:17.034Z Downloaded wait-timeout v0.2.0
6392025-01-22T04:25:17.037Z Downloaded indoc v1.0.9
6402025-01-22T04:25:17.037Z Downloaded highway v1.2.0
6412025-01-22T04:25:17.040Z Downloaded maplit v1.0.2
6422025-01-22T04:25:17.043Z Downloaded ron v0.7.1
6432025-01-22T04:25:17.046Z Downloaded httparse v1.9.5
6442025-01-22T04:25:17.049Z Downloaded linked-hash-map v0.5.6
6452025-01-22T04:25:17.052Z Downloaded indent_write v2.2.0
6462025-01-22T04:25:17.054Z Downloaded keccak v0.1.5
6472025-01-22T04:25:17.054Z Downloaded hyper-rustls v0.27.3
6482025-01-22T04:25:17.057Z Downloaded internet-checksum v0.2.1
6492025-01-22T04:25:17.060Z Downloaded nanorand v0.7.0
6502025-01-22T04:25:17.063Z Downloaded opaque-debug v0.3.1
6512025-01-22T04:25:17.063Z Downloaded const_format v0.2.33
6522025-01-22T04:25:17.067Z Downloaded mime v0.3.17
6532025-01-22T04:25:17.070Z Downloaded md-5 v0.10.6
6542025-01-22T04:25:17.073Z Downloaded libsw v3.3.1
6552025-01-22T04:25:17.078Z Downloaded http v1.2.0
6562025-01-22T04:25:17.080Z Downloaded compact_str v0.8.0
6572025-01-22T04:25:17.083Z Downloaded headers-core v0.3.0
6582025-01-22T04:25:17.083Z Downloaded phf_shared v0.10.0
6592025-01-22T04:25:17.086Z Downloaded parse-size v1.1.0
6602025-01-22T04:25:17.086Z Downloaded managed v0.8.0
6612025-01-22T04:25:17.089Z Downloaded libloading v0.8.5
6622025-01-22T04:25:17.089Z Downloaded libefi-sys v0.1.0
6632025-01-22T04:25:17.091Z Downloaded litemap v0.7.3
6642025-01-22T04:25:17.094Z Downloaded dyn-clone v1.0.17
6652025-01-22T04:25:17.097Z Downloaded tokio-rustls v0.26.0
6662025-01-22T04:25:17.097Z Downloaded lazycell v1.3.0
6672025-01-22T04:25:17.100Z Downloaded hyper-staticfile v0.10.1
6682025-01-22T04:25:17.102Z Downloaded maybe-uninit v2.0.0
6692025-01-22T04:25:17.105Z Downloaded foreign-types v0.3.2
6702025-01-22T04:25:17.105Z Downloaded native-tls v0.2.12
6712025-01-22T04:25:17.108Z Downloaded multimap v0.10.0
6722025-01-22T04:25:17.108Z Downloaded mockall v0.13.0
6732025-01-22T04:25:17.108Z Downloaded multer v3.1.0
6742025-01-22T04:25:17.111Z Downloaded mime_guess v2.0.5
6752025-01-22T04:25:17.114Z Downloaded vte v0.11.1
6762025-01-22T04:25:17.117Z Downloaded foldhash v0.1.3
6772025-01-22T04:25:17.120Z Downloaded memmap2 v0.9.5
6782025-01-22T04:25:17.120Z Downloaded lock_api v0.4.12
6792025-01-22T04:25:17.123Z Downloaded icu_normalizer v1.5.0
6802025-01-22T04:25:17.125Z Downloaded futures-core v0.3.31
6812025-01-22T04:25:17.128Z Downloaded litrs v0.4.1
6822025-01-22T04:25:17.130Z Downloaded icu_provider v1.5.0
6832025-01-22T04:25:17.133Z Downloaded futures-channel v0.3.31
6842025-01-22T04:25:17.136Z Downloaded sqlparser_derive v0.2.2
6852025-01-22T04:25:17.139Z Downloaded rand_xorshift v0.3.0
6862025-01-22T04:25:17.139Z Downloaded progenitor-macro v0.8.0
6872025-01-22T04:25:17.141Z Downloaded num v0.4.3
6882025-01-22T04:25:17.141Z Downloaded fd-lock v4.0.2
6892025-01-22T04:25:17.144Z Downloaded diesel_table_macro_syntax v0.2.0
6902025-01-22T04:25:17.144Z Downloaded glob v0.3.1
6912025-01-22T04:25:17.147Z Downloaded zerovec-derive v0.10.3
6922025-01-22T04:25:17.147Z Downloaded icu_normalizer_data v1.5.0
6932025-01-22T04:25:17.151Z Downloaded base64 v0.22.1
6942025-01-22T04:25:17.154Z Downloaded typify v0.2.0
6952025-01-22T04:25:17.157Z Downloaded der_derive v0.7.3
6962025-01-22T04:25:17.160Z Downloaded mockall_derive v0.13.0
6972025-01-22T04:25:17.162Z Downloaded icu_properties v1.5.1
6982025-01-22T04:25:17.165Z Downloaded socket2 v0.5.7
6992025-01-22T04:25:17.168Z Downloaded strum v0.26.3
7002025-01-22T04:25:17.168Z Downloaded progenitor-macro v0.9.1
7012025-01-22T04:25:17.170Z Downloaded base64 v0.21.7
7022025-01-22T04:25:17.173Z Downloaded icu_locid v1.5.0
7032025-01-22T04:25:17.177Z Downloaded hyper-util v0.1.10
7042025-01-22T04:25:17.182Z Downloaded crossbeam-channel v0.5.13
7052025-01-22T04:25:17.186Z Downloaded darling_macro v0.20.10
7062025-01-22T04:25:17.189Z Downloaded postgres-types v0.2.8
7072025-01-22T04:25:17.192Z Downloaded phf_generator v0.11.2
7082025-01-22T04:25:17.192Z Downloaded snafu-derive v0.8.5
7092025-01-22T04:25:17.194Z Downloaded crc-any v2.5.0
7102025-01-22T04:25:17.197Z Downloaded bumpalo v3.16.0
7112025-01-22T04:25:17.200Z Downloaded rustc_version v0.4.1
7122025-01-22T04:25:17.200Z Downloaded crypto-bigint v0.5.5
7132025-01-22T04:25:17.206Z Downloaded aes v0.8.4
7142025-01-22T04:25:17.209Z Downloaded linear-map v1.2.0
7152025-01-22T04:25:17.212Z Downloaded indexmap v1.9.3
7162025-01-22T04:25:17.215Z Downloaded tokio-stream v0.1.16
7172025-01-22T04:25:17.219Z Downloaded rustc_version v0.1.7
7182025-01-22T04:25:17.222Z Downloaded typify v0.3.0
7192025-01-22T04:25:17.225Z Downloaded cc v1.1.30
7202025-01-22T04:25:17.227Z Downloaded jobserver v0.1.32
7212025-01-22T04:25:17.230Z Downloaded embedded-io v0.4.0
7222025-01-22T04:25:17.233Z Downloaded thiserror-no-std v2.0.2
7232025-01-22T04:25:17.236Z Downloaded serde_urlencoded v0.7.1
7242025-01-22T04:25:17.238Z Downloaded rusty-fork v0.3.0
7252025-01-22T04:25:17.241Z Downloaded password-hash v0.4.2
7262025-01-22T04:25:17.241Z Downloaded slog-stdlog v4.1.1
7272025-01-22T04:25:17.244Z Downloaded globset v0.4.15
7282025-01-22T04:25:17.246Z Downloaded strum_macros v0.24.3
7292025-01-22T04:25:17.249Z Downloaded progenitor-client v0.9.1
7302025-01-22T04:25:17.249Z Downloaded termtree v0.5.1
7312025-01-22T04:25:17.252Z Downloaded slog-term v2.9.1
7322025-01-22T04:25:17.256Z Downloaded progenitor-client v0.8.0
7332025-01-22T04:25:17.256Z Downloaded time-core v0.1.2
7342025-01-22T04:25:17.258Z Downloaded termios v0.3.3
7352025-01-22T04:25:17.258Z Downloaded unicode-properties v0.1.3
7362025-01-22T04:25:17.261Z Downloaded termcolor v1.4.1
7372025-01-22T04:25:17.262Z Downloaded pkg-config v0.3.31
7382025-01-22T04:25:17.269Z Downloaded waitgroup v0.1.2
7392025-01-22T04:25:17.269Z Downloaded sqlformat v0.2.6
7402025-01-22T04:25:17.269Z Downloaded progenitor-impl v0.9.1
7412025-01-22T04:25:17.272Z Downloaded num-conv v0.1.0
7422025-01-22T04:25:17.272Z Downloaded form_urlencoded v1.2.1
7432025-01-22T04:25:17.272Z Downloaded sha1 v0.10.6
7442025-01-22T04:25:17.275Z Downloaded powerfmt v0.2.0
7452025-01-22T04:25:17.275Z Downloaded nu-ansi-term v0.50.1
7462025-01-22T04:25:17.278Z Downloaded miniz_oxide v0.8.0
7472025-01-22T04:25:17.281Z Downloaded password-hash v0.5.0
7482025-01-22T04:25:17.284Z Downloaded downcast v0.11.0
7492025-01-22T04:25:17.284Z Downloaded hkdf v0.12.4
7502025-01-22T04:25:17.287Z Downloaded derive_builder_macro v0.20.2
7512025-01-22T04:25:17.287Z Downloaded scopeguard v1.2.0
7522025-01-22T04:25:17.289Z Downloaded tinystr v0.7.6
7532025-01-22T04:25:17.292Z Downloaded futures v0.3.31
7542025-01-22T04:25:17.297Z Downloaded fragile v2.0.0
7552025-01-22T04:25:17.300Z Downloaded write16 v1.0.0
7562025-01-22T04:25:17.303Z Downloaded num-integer v0.1.46
7572025-01-22T04:25:17.306Z Downloaded nodrop v0.1.14
7582025-01-22T04:25:17.306Z Downloaded tiny-keccak v2.0.2
7592025-01-22T04:25:17.309Z Downloaded schemars_derive v0.8.21
7602025-01-22T04:25:17.312Z Downloaded backtrace v0.3.74
7612025-01-22T04:25:17.317Z Downloaded serde_with_macros v3.11.0
7622025-01-22T04:25:17.320Z Downloaded icu_collections v1.5.0
7632025-01-22T04:25:17.329Z Downloaded precomputed-hash v0.1.1
7642025-01-22T04:25:17.333Z Downloaded pin-utils v0.1.0
7652025-01-22T04:25:17.333Z Downloaded ed25519 v2.2.3
7662025-01-22T04:25:17.335Z Downloaded path-slash v0.1.5
7672025-01-22T04:25:17.335Z Downloaded openssl-probe v0.1.5
7682025-01-22T04:25:17.338Z Downloaded fatfs v0.3.6
7692025-01-22T04:25:17.342Z Downloaded synstructure v0.13.1
7702025-01-22T04:25:17.347Z Downloaded fallible-iterator v0.3.0
7712025-01-22T04:25:17.347Z Downloaded tungstenite v0.21.0
7722025-01-22T04:25:17.349Z Downloaded time-macros v0.2.18
7732025-01-22T04:25:17.353Z Downloaded progenitor-impl v0.8.0
7742025-01-22T04:25:17.355Z Downloaded aes-gcm v0.10.3
7752025-01-22T04:25:17.359Z Downloaded walkdir v2.5.0
7762025-01-22T04:25:17.362Z Downloaded vsss-rs v3.3.4
7772025-01-22T04:25:17.365Z Downloaded schemars v0.8.21
7782025-01-22T04:25:17.378Z Downloaded signal-hook-mio v0.2.4
7792025-01-22T04:25:17.381Z Downloaded pin-project-lite v0.2.14
7802025-01-22T04:25:17.386Z Downloaded endian-type v0.1.2
7812025-01-22T04:25:17.389Z Downloaded debug-ignore v1.0.5
7822025-01-22T04:25:17.392Z Downloaded derive_builder_core v0.20.2
7832025-01-22T04:25:17.394Z Downloaded env_filter v0.1.2
7842025-01-22T04:25:17.397Z Downloaded enum-as-inner v0.6.1
7852025-01-22T04:25:17.399Z Downloaded env_logger v0.11.5
7862025-01-22T04:25:17.403Z Downloaded itertools v0.10.5
7872025-01-22T04:25:17.408Z Downloaded take_mut v0.2.2
7882025-01-22T04:25:17.410Z Downloaded sync-ptr v0.1.1
7892025-01-22T04:25:17.410Z Downloaded tokio-native-tls v0.3.1
7902025-01-22T04:25:17.413Z Downloaded embedded-io v0.6.1
7912025-01-22T04:25:17.416Z Downloaded predicates v3.1.2
7922025-01-22T04:25:17.419Z Downloaded env_logger v0.10.2
7932025-01-22T04:25:17.421Z Downloaded vergen v8.3.2
7942025-01-22T04:25:17.425Z Downloaded pretty-hex v0.2.1
7952025-01-22T04:25:17.428Z Downloaded packed_struct_codegen v0.10.1
7962025-01-22T04:25:17.428Z Downloaded stringprep v0.1.5
7972025-01-22T04:25:17.431Z Downloaded utf-8 v0.7.6
7982025-01-22T04:25:17.433Z Downloaded wyz v0.5.1
7992025-01-22T04:25:17.436Z Downloaded num_enum v0.5.11
8002025-01-22T04:25:17.439Z Downloaded test-strategy v0.3.1
8012025-01-22T04:25:17.444Z Downloaded parse-display-derive v0.10.0
8022025-01-22T04:25:17.447Z Downloaded parse-display v0.10.0
8032025-01-22T04:25:17.450Z Downloaded writeable v0.5.5
8042025-01-22T04:25:17.450Z Downloaded libxml v0.3.3
8052025-01-22T04:25:17.456Z Downloaded normalize-line-endings v0.3.0
8062025-01-22T04:25:17.460Z Downloaded tokio-tungstenite v0.21.0
8072025-01-22T04:25:17.463Z Downloaded tokio-rustls v0.25.0
8082025-01-22T04:25:17.463Z Downloaded tokio-rustls v0.24.1
8092025-01-22T04:25:17.466Z Downloaded serde_path_to_error v0.1.16
8102025-01-22T04:25:17.469Z Downloaded paste v1.0.15
8112025-01-22T04:25:17.473Z Downloaded untrusted v0.7.1
8122025-01-22T04:25:17.477Z Downloaded rand_core v0.6.4
8132025-01-22T04:25:17.477Z Downloaded displaydoc v0.2.5
8142025-01-22T04:25:17.482Z Downloaded pbkdf2 v0.12.2
8152025-01-22T04:25:17.482Z Downloaded expectorate v1.1.0
8162025-01-22T04:25:17.486Z Downloaded itertools v0.12.1
8172025-01-22T04:25:17.491Z Downloaded primeorder v0.13.6
8182025-01-22T04:25:17.497Z Downloaded serde_repr v0.1.19
8192025-01-22T04:25:17.500Z Downloaded zone v0.3.0
8202025-01-22T04:25:17.500Z Downloaded tabwriter v1.4.0
8212025-01-22T04:25:17.500Z Downloaded signal-hook v0.3.17
8222025-01-22T04:25:17.503Z Downloaded spki v0.7.3
8232025-01-22T04:25:17.507Z Downloaded serde_plain v1.0.2
8242025-01-22T04:25:17.510Z Downloaded deranged v0.3.11
8252025-01-22T04:25:17.510Z Downloaded sync_wrapper v1.0.1
8262025-01-22T04:25:17.510Z Downloaded openssl-sys v0.9.103
8272025-01-22T04:25:17.516Z Downloaded which v4.4.2
8282025-01-22T04:25:17.521Z Downloaded foreign-types-shared v0.3.1
8292025-01-22T04:25:17.525Z Downloaded zone_cfg_derive v0.1.2
8302025-01-22T04:25:17.525Z Downloaded pbkdf2 v0.11.0
8312025-01-22T04:25:17.525Z Downloaded rustls-pemfile v2.2.0
8322025-01-22T04:25:17.528Z Downloaded samael v0.0.17
8332025-01-22T04:25:17.534Z Downloaded pem v3.0.4
8342025-01-22T04:25:17.537Z Downloaded zerocopy-derive v0.8.10
8352025-01-22T04:25:17.543Z Downloaded topological-sort v0.2.2
8362025-01-22T04:25:17.547Z Downloaded diesel-dtrace v0.4.2
8372025-01-22T04:25:17.551Z Downloaded zone_cfg_derive v0.3.0
8382025-01-22T04:25:17.551Z Downloaded fallible-streaming-iterator v0.1.9
8392025-01-22T04:25:17.551Z Downloaded publicsuffix v2.3.0
8402025-01-22T04:25:17.554Z Downloaded hyper v1.5.2
8412025-01-22T04:25:17.559Z Downloaded structmeta v0.2.0
8422025-01-22T04:25:17.562Z Downloaded utf16_iter v1.0.5
8432025-01-22T04:25:17.562Z Downloaded twox-hash v1.6.3
8442025-01-22T04:25:17.569Z Downloaded futures-sink v0.3.31
8452025-01-22T04:25:17.569Z Downloaded whoami v1.5.2
8462025-01-22T04:25:17.573Z Downloaded unicode-segmentation v1.12.0
8472025-01-22T04:25:17.573Z Downloaded radium v0.7.0
8482025-01-22T04:25:17.577Z Downloaded tokio-postgres v0.7.12
8492025-01-22T04:25:17.582Z Downloaded tough v0.19.0
8502025-01-22T04:25:17.589Z Downloaded num-iter v0.1.45
8512025-01-22T04:25:17.591Z Downloaded supports-color v3.0.1
8522025-01-22T04:25:17.591Z Downloaded time v0.3.36
8532025-01-22T04:25:17.598Z Downloaded typify-macro v0.2.0
8542025-01-22T04:25:17.601Z Downloaded futures-macro v0.3.31
8552025-01-22T04:25:17.604Z Downloaded snafu v0.8.5
8562025-01-22T04:25:17.607Z Downloaded tls_codec v0.4.1
8572025-01-22T04:25:17.610Z Downloaded blake3 v1.5.4
8582025-01-22T04:25:17.618Z Downloaded zone v0.1.8
8592025-01-22T04:25:17.623Z Downloaded secrecy v0.8.0
8602025-01-22T04:25:17.627Z Downloaded futures-executor v0.3.31
8612025-01-22T04:25:17.627Z Downloaded ssh-encoding v0.2.0
8622025-01-22T04:25:17.627Z Downloaded peg-macros v0.8.4
8632025-01-22T04:25:17.630Z Downloaded num-traits v0.2.19
8642025-01-22T04:25:17.632Z Downloaded peg-runtime v0.8.3
8652025-01-22T04:25:17.632Z Downloaded num-complex v0.4.6
8662025-01-22T04:25:17.636Z Downloaded diff v0.1.13
8672025-01-22T04:25:17.639Z Downloaded aws-lc-rs v1.10.0
8682025-01-22T04:25:17.646Z Downloaded ssh-cipher v0.2.0
8692025-01-22T04:25:17.650Z Downloaded scrypt v0.11.0
8702025-01-22T04:25:17.654Z Downloaded unarray v0.1.4
8712025-01-22T04:25:17.654Z Downloaded typify-macro v0.3.0
8722025-01-22T04:25:17.654Z Downloaded tls_codec_derive v0.4.1
8732025-01-22T04:25:17.657Z Downloaded ghash v0.5.1
8742025-01-22T04:25:17.657Z Downloaded resolv-conf v0.7.0
8752025-01-22T04:25:17.660Z Downloaded fxhash v0.2.1
8762025-01-22T04:25:17.660Z Downloaded qorb v0.2.1
8772025-01-22T04:25:17.664Z Downloaded derive-where v1.2.7
8782025-01-22T04:25:17.668Z Downloaded unicase v2.7.0
8792025-01-22T04:25:17.672Z Downloaded want v0.3.1
8802025-01-22T04:25:17.674Z Downloaded rustc-hash v2.0.0
8812025-01-22T04:25:17.674Z Downloaded icu_properties_data v1.5.0
8822025-01-22T04:25:17.687Z Downloaded peg v0.8.4
8832025-01-22T04:25:17.690Z Downloaded sqlparser v0.45.0
8842025-01-22T04:25:17.698Z Downloaded serde-hex v0.1.0
8852025-01-22T04:25:17.702Z Downloaded try-lock v0.2.5
8862025-01-22T04:25:17.702Z Downloaded futures-task v0.3.31
8872025-01-22T04:25:17.702Z Downloaded phf v0.11.2
8882025-01-22T04:25:17.708Z Downloaded similar v2.6.0
8892025-01-22T04:25:17.712Z Downloaded tokio-tungstenite v0.24.0
8902025-01-22T04:25:17.712Z Downloaded rusqlite v0.32.1
8912025-01-22T04:25:17.718Z Downloaded float-cmp v0.9.0
8922025-01-22T04:25:17.721Z Downloaded slog-envlogger v2.2.0
8932025-01-22T04:25:17.721Z Downloaded oso-derive v0.27.3
8942025-01-22T04:25:17.724Z Downloaded polyval v0.6.2
8952025-01-22T04:25:17.724Z Downloaded pkcs1 v0.7.5
8962025-01-22T04:25:17.729Z Downloaded ecdsa v0.16.9
8972025-01-22T04:25:17.732Z Downloaded typed-path v0.9.3
8982025-01-22T04:25:17.735Z Downloaded num_threads v0.1.7
8992025-01-22T04:25:17.738Z Downloaded yoke-derive v0.7.4
9002025-01-22T04:25:17.738Z Downloaded xattr v1.3.1
9012025-01-22T04:25:17.741Z Downloaded parking_lot v0.11.2
9022025-01-22T04:25:17.744Z Downloaded hash32 v0.3.1
9032025-01-22T04:25:17.746Z Downloaded slog-scope v4.4.0
9042025-01-22T04:25:17.747Z Downloaded slog-json v2.6.1
9052025-01-22T04:25:17.750Z Downloaded tower-service v0.3.3
9062025-01-22T04:25:17.750Z Downloaded tracing-attributes v0.1.27
9072025-01-22T04:25:17.752Z Downloaded headers v0.4.0
9082025-01-22T04:25:17.758Z Downloaded heck v0.3.3
9092025-01-22T04:25:17.761Z Downloaded dsl_auto_type v0.1.2
9102025-01-22T04:25:17.762Z Downloaded zeroize_derive v1.4.2
9112025-01-22T04:25:17.764Z Downloaded zeroize v1.8.1
9122025-01-22T04:25:17.765Z Downloaded quick-xml v0.33.0
9132025-01-22T04:25:17.770Z Downloaded number_prefix v0.4.0
9142025-01-22T04:25:17.772Z Downloaded phf_codegen v0.11.2
9152025-01-22T04:25:17.772Z Downloaded newtype_derive v0.1.6
9162025-01-22T04:25:17.775Z Downloaded strum_macros v0.26.4
9172025-01-22T04:25:17.778Z Downloaded ref-cast-impl v1.0.23
9182025-01-22T04:25:17.778Z Downloaded parking_lot_core v0.9.10
9192025-01-22T04:25:17.781Z Downloaded unicode-bidi v0.3.17
9202025-01-22T04:25:17.784Z Downloaded uzers v0.12.1
9212025-01-22T04:25:17.786Z Downloaded value-bag v1.9.0
9222025-01-22T04:25:17.791Z Downloaded h2 v0.4.6
9232025-01-22T04:25:17.795Z Downloaded defmt-macros v0.3.9
9242025-01-22T04:25:17.798Z Downloaded packed_struct v0.10.1
9252025-01-22T04:25:17.801Z Downloaded postcard v1.0.10
9262025-01-22T04:25:17.804Z Downloaded nibble_vec v0.1.0
9272025-01-22T04:25:17.806Z Downloaded parking_lot v0.12.3
9282025-01-22T04:25:17.810Z Downloaded proptest v1.5.0
9292025-01-22T04:25:17.817Z Downloaded russh-cryptovec v0.7.3
9302025-01-22T04:25:17.821Z Downloaded zerofrom-derive v0.1.4
9312025-01-22T04:25:17.822Z Downloaded predicates-tree v1.0.11
9322025-01-22T04:25:17.824Z Downloaded slog-async v2.8.0
9332025-01-22T04:25:17.824Z Downloaded rustc-demangle v0.1.24
9342025-01-22T04:25:17.825Z Downloaded rand v0.8.5
9352025-01-22T04:25:17.828Z Downloaded static_assertions v1.1.0
9362025-01-22T04:25:17.831Z Downloaded tui-tree-widget v0.22.0
9372025-01-22T04:25:17.831Z Downloaded signature v2.2.0
9382025-01-22T04:25:17.834Z Downloaded predicates-core v1.0.8
9392025-01-22T04:25:17.834Z Downloaded yoke v0.7.4
9402025-01-22T04:25:17.836Z Downloaded dropshot_endpoint v0.15.1
9412025-01-22T04:25:17.839Z Downloaded float-ord v0.3.2
9422025-01-22T04:25:17.845Z Downloaded toolchain_find v0.4.0
9432025-01-22T04:25:17.845Z Downloaded tinyvec_macros v0.1.1
9442025-01-22T04:25:17.849Z Downloaded dirs-next v2.0.0
9452025-01-22T04:25:17.849Z Downloaded difflib v0.4.0
9462025-01-22T04:25:17.849Z Downloaded hex v0.4.3
9472025-01-22T04:25:17.849Z Downloaded gethostname v0.5.0
9482025-01-22T04:25:17.849Z Downloaded rustls-pemfile v1.0.4
9492025-01-22T04:25:17.852Z Downloaded rustversion v1.0.17
9502025-01-22T04:25:17.854Z Downloaded hickory-proto v0.24.2
9512025-01-22T04:25:17.870Z Downloaded stable_deref_trait v1.2.0
9522025-01-22T04:25:17.875Z Downloaded num-bigint-dig v0.8.4
9532025-01-22T04:25:17.877Z Downloaded dirs-sys-next v0.1.2
9542025-01-22T04:25:17.877Z Downloaded progenitor v0.9.1
9552025-01-22T04:25:17.877Z Downloaded hickory-client v0.24.2
9562025-01-22T04:25:17.881Z Downloaded foreign-types-shared v0.1.1
9572025-01-22T04:25:17.884Z Downloaded filetime v0.2.25
9582025-01-22T04:25:17.884Z Downloaded chrono v0.4.38
9592025-01-22T04:25:17.891Z Downloaded sigpipe v0.1.3
9602025-01-22T04:25:17.894Z Downloaded oso v0.27.3
9612025-01-22T04:25:17.896Z Downloaded rtoolbox v0.0.2
9622025-01-22T04:25:17.899Z Downloaded parking_lot_core v0.8.6
9632025-01-22T04:25:17.902Z Downloaded hash32 v0.2.1
9642025-01-22T04:25:17.902Z Downloaded term v0.7.0
9652025-01-22T04:25:17.905Z Downloaded zerocopy v0.6.6
9662025-01-22T04:25:17.909Z Downloaded simd-adler32 v0.3.7
9672025-01-22T04:25:17.911Z Downloaded subprocess v0.2.9
9682025-01-22T04:25:17.911Z Downloaded utf8_iter v1.0.4
9692025-01-22T04:25:17.914Z Downloaded getrandom v0.2.15
9702025-01-22T04:25:17.917Z Downloaded rayon-core v1.12.1
9712025-01-22T04:25:17.919Z Downloaded tracing-core v0.1.32
9722025-01-22T04:25:17.923Z Downloaded universal-hash v0.5.1
9732025-01-22T04:25:17.925Z Downloaded phf_shared v0.11.2
9742025-01-22T04:25:17.925Z Downloaded olpc-cjson v0.1.4
9752025-01-22T04:25:17.928Z Downloaded document-features v0.2.10
9762025-01-22T04:25:17.928Z Downloaded flagset v0.4.6
9772025-01-22T04:25:17.932Z Downloaded fixedbitset v0.4.2
9782025-01-22T04:25:17.932Z Downloaded russh-keys v0.45.0
9792025-01-22T04:25:17.935Z Downloaded r2d2 v0.8.10
9802025-01-22T04:25:17.935Z Downloaded foreign-types-macros v0.2.3
9812025-01-22T04:25:17.937Z Downloaded semver v0.1.20
9822025-01-22T04:25:17.937Z Downloaded rpassword v7.3.1
9832025-01-22T04:25:17.937Z Downloaded defmt v0.3.8
9842025-01-22T04:25:17.941Z Downloaded shlex v1.3.0
9852025-01-22T04:25:17.943Z Downloaded ff v0.13.0
9862025-01-22T04:25:17.946Z Downloaded tracing v0.1.40
9872025-01-22T04:25:17.949Z Downloaded tungstenite v0.24.0
9882025-01-22T04:25:17.952Z Downloaded tar v0.4.42
9892025-01-22T04:25:17.958Z Downloaded hex-literal v0.4.1
9902025-01-22T04:25:17.962Z Downloaded bindgen v0.69.5
9912025-01-22T04:25:17.965Z Downloaded dropshot_endpoint v0.12.0
9922025-01-22T04:25:17.968Z Downloaded foreign-types v0.5.0
9932025-01-22T04:25:17.970Z Downloaded postgres-protocol v0.6.7
9942025-01-22T04:25:17.973Z Downloaded pin-project v1.1.6
9952025-01-22T04:25:17.982Z Downloaded tinyvec v1.8.0
9962025-01-22T04:25:17.986Z Downloaded quinn v0.11.5
9972025-01-22T04:25:17.990Z Downloaded hashbrown v0.13.2
9982025-01-22T04:25:17.994Z Downloaded der v0.7.9
9992025-01-22T04:25:17.999Z Downloaded uuid v1.12.0
10002025-01-22T04:25:18.003Z Downloaded nix v0.27.1
10012025-01-22T04:25:18.014Z Downloaded pin-project-internal v1.1.6
10022025-01-22T04:25:18.017Z Downloaded hashbrown v0.14.5
10032025-01-22T04:25:18.023Z Downloaded flume v0.11.1
10042025-01-22T04:25:18.029Z Downloaded salty v0.3.0
10052025-01-22T04:25:18.033Z Downloaded omicron-zone-package v0.12.0
10062025-01-22T04:25:18.037Z Downloaded toml_edit v0.19.15
10072025-01-22T04:25:18.054Z Downloaded regress v0.10.1
10082025-01-22T04:25:18.063Z Downloaded futures-util v0.3.31
10092025-01-22T04:25:18.076Z Downloaded regress v0.9.1
10102025-01-22T04:25:18.085Z Downloaded tungstenite v0.23.0
10112025-01-22T04:25:18.090Z Downloaded git2 v0.19.0
10122025-01-22T04:25:18.100Z Downloaded tokio-util v0.7.12
10132025-01-22T04:25:18.107Z Downloaded unsafe-libyaml v0.2.11
10142025-01-22T04:25:18.111Z Downloaded unicode_categories v0.1.1
10152025-01-22T04:25:18.114Z Downloaded x509-cert v0.2.5
10162025-01-22T04:25:18.121Z Downloaded flate2 v1.0.35
10172025-01-22T04:25:18.126Z Downloaded petname v2.0.2
10182025-01-22T04:25:18.132Z Downloaded ssh-key v0.6.6
10192025-01-22T04:25:18.140Z Downloaded hashbrown v0.12.3
10202025-01-22T04:25:18.145Z Downloaded gimli v0.31.1
10212025-01-22T04:25:18.155Z Downloaded zerovec v0.10.4
10222025-01-22T04:25:18.161Z Downloaded rustyline v14.0.0
10232025-01-22T04:25:18.167Z Downloaded portable-atomic v1.9.0
10242025-01-22T04:25:18.175Z Downloaded curve25519-dalek v4.1.3
10252025-01-22T04:25:18.185Z Downloaded p521 v0.13.3
10262025-01-22T04:25:18.189Z Downloaded num-bigint v0.4.6
10272025-01-22T04:25:18.195Z Downloaded rayon v1.10.0
10282025-01-22T04:25:18.204Z Downloaded zerocopy v0.8.10
10292025-01-22T04:25:18.229Z Downloaded rustls-webpki v0.102.8
10302025-01-22T04:25:18.249Z Downloaded vcpkg v0.2.15
10312025-01-22T04:25:18.291Z Downloaded regex v1.11.1
10322025-01-22T04:25:18.305Z Downloaded object v0.30.4
10332025-01-22T04:25:18.316Z Downloaded polar-core v0.27.3
10342025-01-22T04:25:18.326Z Downloaded smoltcp v0.11.0
10352025-01-22T04:25:18.340Z Downloaded openssl v0.10.66
10362025-01-22T04:25:18.350Z Downloaded rustls v0.22.4
10372025-01-22T04:25:18.365Z Downloaded nix v0.29.0
10382025-01-22T04:25:18.378Z Downloaded quinn-proto v0.11.8
10392025-01-22T04:25:18.384Z Downloaded ratatui v0.28.1
10402025-01-22T04:25:18.407Z Downloaded radix_trie v0.2.1
10412025-01-22T04:25:18.412Z Downloaded bstr v1.10.0
10422025-01-22T04:25:18.424Z Downloaded typify-impl v0.2.0
10432025-01-22T04:25:18.441Z Downloaded rustls v0.21.12
10442025-01-22T04:25:18.453Z Downloaded webpki-roots v0.26.6
10452025-01-22T04:25:18.457Z Downloaded dropshot v0.15.1
10462025-01-22T04:25:18.482Z Downloaded zerocopy-derive v0.6.6
10472025-01-22T04:25:18.493Z Downloaded p384 v0.13.0
10482025-01-22T04:25:18.500Z Downloaded regex-syntax v0.6.29
10492025-01-22T04:25:18.508Z Downloaded chrono-tz v0.10.0
10502025-01-22T04:25:18.517Z Downloaded openapiv3 v2.0.0
10512025-01-22T04:25:18.530Z Downloaded dropshot v0.12.0
10522025-01-22T04:25:18.552Z Downloaded unicode-width v0.2.0
10532025-01-22T04:25:18.558Z Downloaded lzma-sys v0.1.20
10542025-01-22T04:25:18.590Z Downloaded diesel v2.2.6
10552025-01-22T04:25:18.608Z Downloaded smoltcp v0.9.1
10562025-01-22T04:25:18.620Z Downloaded nix v0.28.0
10572025-01-22T04:25:18.632Z Downloaded rustls v0.23.19
10582025-01-22T04:25:18.643Z Downloaded petgraph v0.6.5
10592025-01-22T04:25:18.661Z Downloaded object v0.36.5
10602025-01-22T04:25:18.672Z Downloaded sled v0.34.7
10612025-01-22T04:25:18.682Z Downloaded libz-sys v1.1.20
10622025-01-22T04:25:18.704Z Downloaded regex-syntax v0.8.5
10632025-01-22T04:25:18.713Z Downloaded winnow v0.5.40
10642025-01-22T04:25:18.721Z Downloaded typify-impl v0.3.0
10652025-01-22T04:25:18.737Z Downloaded reqwest v0.12.9
10662025-01-22T04:25:18.748Z Downloaded bzip2-sys v0.1.11+1.0.8
10672025-01-22T04:25:18.759Z Downloaded toml v0.7.8
10682025-01-22T04:25:18.762Z Downloaded strum_macros v0.25.3
10692025-01-22T04:25:18.765Z Downloaded structmeta-derive v0.3.0
10702025-01-22T04:25:18.765Z Downloaded quinn-udp v0.5.5
10712025-01-22T04:25:18.768Z Downloaded ppv-lite86 v0.2.20
10722025-01-22T04:25:18.768Z Downloaded num_enum_derive v0.5.11
10732025-01-22T04:25:18.770Z Downloaded slog-bunyan v2.5.0
10742025-01-22T04:25:18.770Z Downloaded unicode-normalization v0.1.24
10752025-01-22T04:25:18.773Z Downloaded string_cache v0.8.7
10762025-01-22T04:25:18.776Z Downloaded serde-big-array v0.5.1
10772025-01-22T04:25:18.778Z Downloaded pkcs5 v0.7.1
10782025-01-22T04:25:18.781Z Downloaded rustls-pki-types v1.10.0
10792025-01-22T04:25:18.784Z Downloaded poly1305 v0.8.0
10802025-01-22T04:25:18.787Z Downloaded fs_extra v1.3.0
10812025-01-22T04:25:18.789Z Downloaded sha3 v0.10.8
10822025-01-22T04:25:18.794Z Downloaded slog-dtrace v0.3.0
10832025-01-22T04:25:18.796Z Downloaded rustls-webpki v0.101.7
10842025-01-22T04:25:18.811Z Downloaded sct v0.7.1
10852025-01-22T04:25:18.815Z Downloaded pkcs8 v0.10.2
10862025-01-22T04:25:18.818Z Downloaded ron v0.8.1
10872025-01-22T04:25:18.824Z Downloaded dunce v1.0.5
10882025-01-22T04:25:18.827Z Downloaded nom v7.1.3
10892025-01-22T04:25:18.830Z Downloaded bitvec v1.0.1
10902025-01-22T04:25:18.847Z Downloaded regex-automata v0.4.8
10912025-01-22T04:25:18.865Z Downloaded tokio v1.43.0
10922025-01-22T04:25:18.905Z Downloaded csv v1.3.0
10932025-01-22T04:25:18.925Z Downloaded either v1.13.0
10942025-01-22T04:25:18.929Z Downloaded slog v2.7.0
10952025-01-22T04:25:18.932Z Downloaded des v0.8.1
10962025-01-22T04:25:18.932Z Downloaded lalrpop v0.19.12
10972025-01-22T04:25:18.944Z Downloaded futures-io v0.3.31
10982025-01-22T04:25:18.946Z Downloaded funty v2.0.0
10992025-01-22T04:25:18.946Z Downloaded darling_core v0.20.10
11002025-01-22T04:25:18.951Z Downloaded progenitor v0.8.0
11012025-01-22T04:25:18.954Z Downloaded proc-macro-crate v1.3.1
11022025-01-22T04:25:18.954Z Downloaded zip v2.1.3
11032025-01-22T04:25:18.957Z Downloaded russh v0.45.0
11042025-01-22T04:25:18.963Z Downloaded newtype-uuid v1.2.1
11052025-01-22T04:25:18.967Z Downloaded aho-corasick v1.1.3
11062025-01-22T04:25:18.971Z Downloaded spin v0.9.8
11072025-01-22T04:25:18.974Z Downloaded defmt-parser v0.3.4
11082025-01-22T04:25:18.976Z Downloaded zopfli v0.8.1
11092025-01-22T04:25:18.981Z Downloaded serde_with v3.11.0
11102025-01-22T04:25:18.985Z Downloaded half v2.4.1
11112025-01-22T04:25:18.988Z Downloaded hashlink v0.9.1
11122025-01-22T04:25:18.991Z Downloaded ed25519-dalek v2.1.1
11132025-01-22T04:25:18.994Z Downloaded itertools v0.13.0
11142025-01-22T04:25:19.002Z Downloaded rsa v0.9.6
11152025-01-22T04:25:19.007Z Downloaded reedline v0.35.0
11162025-01-22T04:25:19.015Z Downloaded rand_chacha v0.3.1
11172025-01-22T04:25:19.017Z Downloaded tokio-tungstenite v0.23.1
11182025-01-22T04:25:19.021Z Downloaded pem-rfc7468 v0.7.0
11192025-01-22T04:25:19.023Z Downloaded idna v1.0.3
11202025-01-22T04:25:19.026Z Downloaded crossterm v0.28.1
11212025-01-22T04:25:19.032Z Downloaded rfc6979 v0.4.0
11222025-01-22T04:25:19.035Z Downloaded psl-types v2.0.11
11232025-01-22T04:25:19.035Z Downloaded serde_yaml v0.9.34+deprecated
11242025-01-22T04:25:19.038Z Downloaded parse-zoneinfo v0.3.1
11252025-01-22T04:25:19.044Z Downloaded libgit2-sys v0.17.0+1.8.1
11262025-01-22T04:25:19.099Z Downloaded smallvec v1.13.2
11272025-01-22T04:25:19.102Z Downloaded rustfmt-wrapper v0.2.1
11282025-01-22T04:25:19.105Z Downloaded strip-ansi-escapes v0.2.0
11292025-01-22T04:25:19.105Z Downloaded signal-hook-registry v1.4.2
11302025-01-22T04:25:19.105Z Downloaded same-file v1.0.6
11312025-01-22T04:25:19.108Z Downloaded prettyplease v0.2.25
11322025-01-22T04:25:19.111Z Downloaded ena v0.14.3
11332025-01-22T04:25:19.111Z Downloaded display-error-chain v0.2.2
11342025-01-22T04:25:19.115Z Downloaded tokio-macros v2.5.0
11352025-01-22T04:25:19.115Z Downloaded percent-encoding v2.3.1
11362025-01-22T04:25:19.115Z Downloaded thiserror v2.0.11
11372025-01-22T04:25:19.118Z Downloaded libm v0.2.8
11382025-01-22T04:25:19.125Z Downloaded encoding_rs v0.8.34
11392025-01-22T04:25:19.147Z Downloaded derive_builder v0.20.2
11402025-01-22T04:25:19.152Z Downloaded diesel_derives v2.2.3
11412025-01-22T04:25:19.156Z Downloaded rcgen v0.12.1
11422025-01-22T04:25:19.159Z Downloaded data-encoding v2.6.0
11432025-01-22T04:25:19.164Z Downloaded p256 v0.13.2
11442025-01-22T04:25:19.169Z Downloaded heapless v0.7.17
11452025-01-22T04:25:19.169Z Downloaded steno v0.4.1
11462025-01-22T04:25:19.172Z Downloaded smf v0.2.3
11472025-01-22T04:25:19.172Z Downloaded num-derive v0.4.2
11482025-01-22T04:25:19.174Z Downloaded group v0.13.0
11492025-01-22T04:25:19.174Z Downloaded fallible-iterator v0.2.0
11502025-01-22T04:25:19.177Z Downloaded unicode-truncate v1.1.0
11512025-01-22T04:25:19.179Z Downloaded url v2.5.3
11522025-01-22T04:25:19.182Z Downloaded elliptic-curve v0.13.8
11532025-01-22T04:25:19.185Z Downloaded minimal-lexical v0.2.1
11542025-01-22T04:25:19.188Z Downloaded heapless v0.8.0
11552025-01-22T04:25:19.192Z Downloaded openssl-macros v0.1.1
11562025-01-22T04:25:19.195Z Downloaded owo-colors v4.1.0
11572025-01-22T04:25:19.197Z Downloaded mio v1.0.2
11582025-01-22T04:25:19.201Z Downloaded thread_local v1.1.8
11592025-01-22T04:25:19.204Z Downloaded num-rational v0.4.2
11602025-01-22T04:25:19.207Z Downloaded yasna v0.5.2
11612025-01-22T04:25:19.207Z Downloaded xz2 v0.1.7
11622025-01-22T04:25:19.210Z Downloaded zip v0.6.6
11632025-01-22T04:25:19.212Z Downloaded derive_more v0.99.18
11642025-01-22T04:25:19.216Z Downloaded indicatif v0.17.9
11652025-01-22T04:25:19.220Z Downloaded memoffset v0.9.1
11662025-01-22T04:25:19.224Z Downloaded lalrpop-util v0.19.12
11672025-01-22T04:25:19.224Z Downloaded ipnet v2.10.1
11682025-01-22T04:25:19.227Z Downloaded instability v0.3.2
11692025-01-22T04:25:19.227Z Downloaded const-oid v0.9.6
11702025-01-22T04:25:19.229Z Downloaded lazy_static v1.5.0
11712025-01-22T04:25:19.229Z Downloaded kstat-rs v0.2.4
11722025-01-22T04:25:19.232Z Downloaded lockfree-object-pool v0.1.6
11732025-01-22T04:25:19.235Z Downloaded is-terminal v0.4.13
11742025-01-22T04:25:19.235Z Downloaded ipnetwork v0.20.0
11752025-01-22T04:25:19.237Z Downloaded thiserror-impl v2.0.11
11762025-01-22T04:25:19.241Z Downloaded structmeta-derive v0.2.0
11772025-01-22T04:25:19.241Z Downloaded slab v0.4.9
11782025-01-22T04:25:19.243Z Downloaded lru-cache v0.1.2
11792025-01-22T04:25:19.243Z Downloaded lru v0.12.5
11802025-01-22T04:25:19.243Z Downloaded icu_locid_transform_data v1.5.0
11812025-01-22T04:25:19.246Z Downloaded icu_locid_transform v1.5.0
11822025-01-22T04:25:19.249Z Downloaded iana-time-zone v0.1.61
11832025-01-22T04:25:19.252Z Downloaded hyper-tls v0.6.0
11842025-01-22T04:25:19.252Z Downloaded chacha20poly1305 v0.10.1
11852025-01-22T04:25:19.255Z Downloaded impl-trait-for-tuples v0.2.2
11862025-01-22T04:25:19.258Z Downloaded idna_adapter v1.2.0
11872025-01-22T04:25:19.489Z Downloaded ring v0.17.8
11882025-01-22T04:25:19.604Z Downloaded libsqlite3-sys v0.30.1
11892025-01-22T04:25:19.828Z Downloaded aws-lc-sys v0.22.0
11902025-01-22T04:25:20.155Z Compiling serde v1.0.217
11912025-01-22T04:25:20.158Z Compiling lock_api v0.4.12
11922025-01-22T04:25:20.158Z Compiling scopeguard v1.2.0
11932025-01-22T04:25:20.158Z Compiling value-bag v1.9.0
11942025-01-22T04:25:20.158Z Compiling typenum v1.17.0
11952025-01-22T04:25:20.317Z Compiling generic-array v0.14.7
11962025-01-22T04:25:20.365Z Compiling syn v2.0.96
11972025-01-22T04:25:20.380Z Compiling getrandom v0.2.15
11982025-01-22T04:25:20.500Z Compiling shlex v1.3.0
11992025-01-22T04:25:20.704Z Compiling rand_core v0.6.4
12002025-01-22T04:25:20.816Z Compiling log v0.4.22
12012025-01-22T04:25:20.864Z Compiling subtle v2.6.1
12022025-01-22T04:25:20.883Z Compiling jobserver v0.1.32
12032025-01-22T04:25:20.910Z Compiling smallvec v1.13.2
12042025-01-22T04:25:21.209Z Compiling const-oid v0.9.6
12052025-01-22T04:25:21.226Z Compiling spin v0.9.8
12062025-01-22T04:25:21.229Z Compiling pin-project-lite v0.2.14
12072025-01-22T04:25:21.302Z Compiling cc v1.1.30
12082025-01-22T04:25:21.570Z Compiling rustix v0.38.37
12092025-01-22T04:25:21.637Z Compiling parking_lot_core v0.9.10
12102025-01-22T04:25:21.771Z Compiling futures-core v0.3.31
12112025-01-22T04:25:21.919Z Compiling signal-hook-registry v1.4.2
12122025-01-22T04:25:22.024Z Compiling mio v1.0.2
12132025-01-22T04:25:22.545Z Compiling parking_lot v0.12.3
12142025-01-22T04:25:22.702Z Compiling aho-corasick v1.1.3
12152025-01-22T04:25:22.771Z Compiling regex-syntax v0.8.5
12162025-01-22T04:25:22.971Z Compiling either v1.13.0
12172025-01-22T04:25:23.235Z Compiling cpufeatures v0.2.14
12182025-01-22T04:25:23.362Z Compiling stable_deref_trait v1.2.0
12192025-01-22T04:25:23.414Z Compiling lazy_static v1.5.0
12202025-01-22T04:25:23.445Z Compiling futures-sink v0.3.31
12212025-01-22T04:25:23.484Z Compiling glob v0.3.1
12222025-01-22T04:25:23.559Z Compiling socket2 v0.5.7
12232025-01-22T04:25:23.611Z Compiling slab v0.4.9
12242025-01-22T04:25:23.632Z Compiling prettyplease v0.2.25
12252025-01-22T04:25:24.004Z Compiling serde_json v1.0.135
12262025-01-22T04:25:24.112Z Compiling minimal-lexical v0.2.1
12272025-01-22T04:25:24.444Z Compiling clang-sys v1.8.1
12282025-01-22T04:25:24.517Z Compiling libloading v0.8.5
12292025-01-22T04:25:24.659Z Compiling nom v7.1.3
12302025-01-22T04:25:24.695Z Compiling bindgen v0.69.5
12312025-01-22T04:25:24.928Z Compiling home v0.5.9
12322025-01-22T04:25:25.216Z Compiling futures-channel v0.3.31
12332025-01-22T04:25:25.562Z Compiling itertools v0.12.1
12342025-01-22T04:25:25.613Z Compiling futures-task v0.3.31
12352025-01-22T04:25:25.645Z Compiling lazycell v1.3.0
12362025-01-22T04:25:25.835Z Compiling pin-utils v0.1.0
12372025-01-22T04:25:25.906Z Compiling foldhash v0.1.3
12382025-01-22T04:25:25.949Z Compiling rustc-hash v1.1.0
12392025-01-22T04:25:26.118Z Compiling futures-io v0.3.31
12402025-01-22T04:25:26.231Z Compiling libm v0.2.8
12412025-01-22T04:25:26.434Z Compiling allocator-api2 v0.2.18
12422025-01-22T04:25:26.634Z Compiling cmake v0.1.51
12432025-01-22T04:25:27.222Z Compiling regex-automata v0.4.8
12442025-01-22T04:25:27.577Z Compiling hashbrown v0.15.1
12452025-01-22T04:25:27.694Z Compiling num-traits v0.2.19
12462025-01-22T04:25:28.002Z Compiling cexpr v0.6.0
12472025-01-22T04:25:28.112Z Compiling synstructure v0.13.1
12482025-01-22T04:25:28.794Z Compiling fs_extra v1.3.0
12492025-01-22T04:25:29.379Z Compiling pkg-config v0.3.31
12502025-01-22T04:25:29.422Z Compiling dunce v1.0.5
12512025-01-22T04:25:29.729Z Compiling litemap v0.7.3
12522025-01-22T04:25:29.825Z Compiling writeable v0.5.5
12532025-01-22T04:25:30.137Z Compiling ring v0.17.8
12542025-01-22T04:25:30.387Z Compiling paste v1.0.15
12552025-01-22T04:25:30.917Z Compiling base64ct v1.6.0
12562025-01-22T04:25:31.129Z Compiling flagset v0.4.6
12572025-01-22T04:25:31.347Z Compiling httparse v1.9.5
12582025-01-22T04:25:31.476Z Compiling pem-rfc7468 v0.7.0
12592025-01-22T04:25:31.543Z Compiling icu_locid_transform_data v1.5.0
12602025-01-22T04:25:31.658Z Compiling aws-lc-rs v1.10.0
12612025-01-22T04:25:32.135Z Compiling tracing-core v0.1.32
12622025-01-22T04:25:32.180Z Compiling rustls-pki-types v1.10.0
12632025-01-22T04:25:32.474Z Compiling icu_properties_data v1.5.0
12642025-01-22T04:25:32.736Z Compiling percent-encoding v2.3.1
12652025-01-22T04:25:33.065Z Compiling regex v1.11.1
12662025-01-22T04:25:33.105Z Compiling crossbeam-utils v0.8.20
12672025-01-22T04:25:33.338Z Compiling icu_normalizer_data v1.5.0
12682025-01-22T04:25:33.454Z Compiling mirai-annotations v1.12.0
12692025-01-22T04:25:33.654Z Compiling untrusted v0.9.0
12702025-01-22T04:25:33.680Z Compiling powerfmt v0.2.0
12712025-01-22T04:25:33.843Z Compiling num-conv v0.1.0
12722025-01-22T04:25:33.889Z Compiling write16 v1.0.0
12732025-01-22T04:25:33.916Z Compiling serde_derive v1.0.217
12742025-01-22T04:25:34.052Z Compiling zeroize_derive v1.4.2
12752025-01-22T04:25:34.094Z Compiling zerocopy-derive v0.7.35
12762025-01-22T04:25:34.111Z Compiling zerofrom-derive v0.1.4
12772025-01-22T04:25:34.129Z Compiling tokio-macros v2.5.0
12782025-01-22T04:25:35.488Z Compiling zeroize v1.8.1
12792025-01-22T04:25:35.667Z Compiling yoke-derive v0.7.4
12802025-01-22T04:25:36.047Z Compiling thiserror-impl v1.0.69
12812025-01-22T04:25:36.123Z Compiling zerocopy v0.7.35
12822025-01-22T04:25:37.138Z Compiling crypto-common v0.1.6
12832025-01-22T04:25:37.216Z Compiling block-buffer v0.10.4
12842025-01-22T04:25:37.411Z Compiling zerovec-derive v0.10.3
12852025-01-22T04:25:37.523Z Compiling digest v0.10.7
12862025-01-22T04:25:37.594Z Compiling futures-macro v0.3.31
12872025-01-22T04:25:37.760Z Compiling zerofrom v0.1.4
12882025-01-22T04:25:38.000Z Compiling hmac v0.12.1
12892025-01-22T04:25:38.021Z Compiling displaydoc v0.2.5
12902025-01-22T04:25:38.272Z Compiling block-padding v0.3.3
12912025-01-22T04:25:38.510Z Compiling yoke v0.7.4
12922025-01-22T04:25:38.558Z Compiling inout v0.1.3
12932025-01-22T04:25:38.799Z Compiling sha2 v0.10.8
12942025-01-22T04:25:38.852Z Compiling cipher v0.4.4
12952025-01-22T04:25:38.875Z Compiling icu_provider_macros v1.5.0
12962025-01-22T04:25:39.263Z Compiling thiserror v1.0.69
12972025-01-22T04:25:39.412Z Compiling ppv-lite86 v0.2.20
12982025-01-22T04:25:39.432Z Compiling der_derive v0.7.3
12992025-01-22T04:25:39.556Z Compiling futures-util v0.3.31
13002025-01-22T04:25:39.651Z Compiling tracing-attributes v0.1.27
13012025-01-22T04:25:39.959Z Compiling pest v2.7.14
13022025-01-22T04:25:40.006Z Compiling zerovec v0.10.4
13032025-01-22T04:25:40.167Z Compiling rand_chacha v0.3.1
13042025-01-22T04:25:41.848Z Compiling tinystr v0.7.6
13052025-01-22T04:25:42.136Z Compiling der v0.7.9
13062025-01-22T04:25:42.275Z Compiling icu_locid v1.5.0
13072025-01-22T04:25:42.316Z Compiling icu_collections v1.5.0
13082025-01-22T04:25:42.605Z Compiling rand v0.8.5
13092025-01-22T04:25:43.128Z Compiling salsa20 v0.10.2
13102025-01-22T04:25:43.197Z Compiling tracing v0.1.40
13112025-01-22T04:25:43.389Z Compiling pbkdf2 v0.12.2
13122025-01-22T04:25:43.590Z Compiling icu_provider v1.5.0
13132025-01-22T04:25:43.698Z Compiling vcpkg v0.2.15
13142025-01-22T04:25:43.731Z Compiling time-core v0.1.2
13152025-01-22T04:25:43.918Z Compiling utf8_iter v1.0.4
13162025-01-22T04:25:44.183Z Compiling spki v0.7.3
13172025-01-22T04:25:44.396Z Compiling icu_locid_transform v1.5.0
13182025-01-22T04:25:44.579Z Compiling utf16_iter v1.0.5
13192025-01-22T04:25:44.601Z Compiling untrusted v0.7.1
13202025-01-22T04:25:44.763Z Compiling time-macros v0.2.18
13212025-01-22T04:25:44.803Z Compiling scrypt v0.11.0
13222025-01-22T04:25:44.824Z Compiling pest_meta v2.7.14
13232025-01-22T04:25:45.197Z Compiling cbc v0.1.2
13242025-01-22T04:25:45.218Z Compiling aes v0.8.4
13252025-01-22T04:25:45.491Z Compiling deranged v0.3.11
13262025-01-22T04:25:45.592Z Compiling openssl-sys v0.9.103
13272025-01-22T04:25:46.734Z Compiling icu_properties v1.5.1
13282025-01-22T04:25:46.913Z Compiling scroll_derive v0.12.0
13292025-01-22T04:25:47.616Z Compiling bitflags v2.6.0
13302025-01-22T04:25:47.942Z Compiling bytes v1.9.0
13312025-01-22T04:25:48.233Z Compiling indexmap v2.7.0
13322025-01-22T04:25:48.464Z Compiling semver v1.0.24
13332025-01-22T04:25:49.045Z Compiling tokio v1.43.0
13342025-01-22T04:25:49.225Z Compiling http v1.2.0
13352025-01-22T04:25:49.258Z Compiling rustc_version v0.4.1
13362025-01-22T04:25:49.487Z Compiling num_threads v0.1.7
13372025-01-22T04:25:49.606Z Compiling tinyvec_macros v0.1.1
13382025-01-22T04:25:49.642Z Compiling atomic-waker v1.1.2
13392025-01-22T04:25:49.714Z Compiling tinyvec v1.8.0
13402025-01-22T04:25:49.866Z Compiling time v0.3.36
13412025-01-22T04:25:50.004Z Compiling scroll v0.12.0
13422025-01-22T04:25:50.540Z Compiling icu_normalizer v1.5.0
13432025-01-22T04:25:51.222Z Compiling http-body v1.0.1
13442025-01-22T04:25:51.349Z Compiling pest_generator v2.7.14
13452025-01-22T04:25:51.499Z Compiling idna_adapter v1.2.0
13462025-01-22T04:25:51.526Z Compiling pkcs5 v0.7.1
13472025-01-22T04:25:51.573Z Compiling form_urlencoded v1.2.1
13482025-01-22T04:25:51.760Z Compiling which v4.4.2
13492025-01-22T04:25:51.939Z Compiling slog v2.7.0
13502025-01-22T04:25:52.452Z Compiling try-lock v0.2.5
13512025-01-22T04:25:52.553Z Compiling pkcs8 v0.10.2
13522025-01-22T04:25:52.629Z Compiling want v0.3.1
13532025-01-22T04:25:52.678Z Compiling goblin v0.8.2
13542025-01-22T04:25:52.943Z Compiling idna v1.0.3
13552025-01-22T04:25:52.971Z Compiling uuid v1.12.0
13562025-01-22T04:25:53.288Z Compiling iana-time-zone v0.1.61
13572025-01-22T04:25:53.330Z Compiling pest_derive v2.7.14
13582025-01-22T04:25:53.700Z Compiling httpdate v1.0.3
13592025-01-22T04:25:54.158Z Compiling dtrace-parser v0.2.0
13602025-01-22T04:25:54.179Z Compiling chrono v0.4.38
13612025-01-22T04:25:54.638Z Compiling serde_tokenstream v0.2.2
13622025-01-22T04:25:54.948Z Compiling serde_spanned v0.6.8
13632025-01-22T04:25:55.222Z Compiling toml_datetime v0.6.8
13642025-01-22T04:25:55.276Z Compiling rustversion v1.0.17
13652025-01-22T04:25:55.299Z Compiling adler2 v2.0.0
13662025-01-22T04:25:55.540Z Compiling tower-service v0.3.3
13672025-01-22T04:25:55.697Z Compiling openssl v0.10.66
13682025-01-22T04:25:55.743Z Compiling base64 v0.22.1
13692025-01-22T04:25:55.980Z Compiling foreign-types-shared v0.1.1
13702025-01-22T04:25:56.115Z Compiling match_cfg v0.1.0
13712025-01-22T04:25:56.168Z Compiling foreign-types v0.3.2
13722025-01-22T04:25:56.219Z Compiling hostname v0.3.1
13732025-01-22T04:25:56.268Z Compiling miniz_oxide v0.8.0
13742025-01-22T04:25:56.290Z Compiling url v2.5.3
13752025-01-22T04:25:56.512Z Compiling async-trait v0.1.83
13762025-01-22T04:25:57.769Z Compiling tokio-util v0.7.12
13772025-01-22T04:25:57.791Z Compiling openssl-macros v0.1.1
13782025-01-22T04:25:57.833Z Compiling serde_derive_internals v0.29.1
13792025-01-22T04:25:58.212Z Compiling dirs-sys-next v0.1.2
13802025-01-22T04:25:58.558Z Compiling siphasher v0.3.11
13812025-01-22T04:25:58.780Z Compiling h2 v0.4.6
13822025-01-22T04:25:58.973Z Compiling dof v0.3.0
13832025-01-22T04:25:58.976Z Compiling syn v1.0.109
13842025-01-22T04:25:59.093Z Compiling rustls v0.23.19
13852025-01-22T04:25:59.400Z Compiling schemars v0.8.21
13862025-01-22T04:25:59.603Z Compiling native-tls v0.2.12
13872025-01-22T04:25:59.759Z Compiling rustls v0.22.4
13882025-01-22T04:25:59.944Z Compiling usdt-impl v0.5.0
13892025-01-22T04:26:00.058Z Compiling data-encoding v2.6.0
13902025-01-22T04:26:00.365Z Compiling schemars_derive v0.8.21
13912025-01-22T04:26:01.358Z Compiling dirs-next v2.0.0
13922025-01-22T04:26:02.287Z Compiling http-body-util v0.1.2
13932025-01-22T04:26:02.437Z Compiling unicode-normalization v0.1.24
13942025-01-22T04:26:02.780Z Compiling heapless v0.7.17
13952025-01-22T04:26:02.912Z Compiling crossbeam-epoch v0.9.18
13962025-01-22T04:26:03.193Z Compiling signature v2.2.0
13972025-01-22T04:26:03.196Z Compiling sha1 v0.10.6
13982025-01-22T04:26:03.498Z Compiling bzip2-sys v0.1.11+1.0.8
13992025-01-22T04:26:03.552Z Compiling thread_local v1.1.8
14002025-01-22T04:26:03.589Z Compiling encoding_rs v0.8.34
14012025-01-22T04:26:03.612Z Compiling cookie v0.18.1
14022025-01-22T04:26:03.660Z Compiling multer v3.1.0
14032025-01-22T04:26:03.906Z Compiling gimli v0.31.1
14042025-01-22T04:26:03.973Z Compiling rayon-core v1.12.1
14052025-01-22T04:26:03.995Z Compiling openssl-probe v0.1.5
14062025-01-22T04:26:04.033Z Compiling ipnet v2.10.1
14072025-01-22T04:26:04.266Z Compiling slog-async v2.8.0
14082025-01-22T04:26:04.298Z Compiling dyn-clone v1.0.17
14092025-01-22T04:26:04.528Z Compiling unicode-properties v0.1.3
14102025-01-22T04:26:04.755Z Compiling unicode-bidi v0.3.17
14112025-01-22T04:26:04.973Z Compiling signal-hook v0.3.17
14122025-01-22T04:26:05.161Z Compiling mime v0.3.17
14132025-01-22T04:26:05.721Z Compiling stringprep v0.1.5
14142025-01-22T04:26:06.157Z Compiling toml_edit v0.22.22
14152025-01-22T04:26:06.860Z Compiling hyper v1.5.2
14162025-01-22T04:26:08.596Z Compiling addr2line v0.24.2
14172025-01-22T04:26:09.044Z Compiling crossbeam-deque v0.8.5
14182025-01-22T04:26:09.192Z Compiling usdt-macro v0.5.0
14192025-01-22T04:26:09.318Z Compiling hyper-util v0.1.10
14202025-01-22T04:26:09.384Z Compiling usdt-attr-macro v0.5.0
14212025-01-22T04:26:09.560Z Compiling term v0.7.0
14222025-01-22T04:26:10.590Z Compiling slog-json v2.6.1
14232025-01-22T04:26:10.636Z Compiling serde_urlencoded v0.7.1
14242025-01-22T04:26:10.858Z Compiling curve25519-dalek v4.1.3
14252025-01-22T04:26:10.966Z Compiling crossbeam-channel v0.5.13
14262025-01-22T04:26:10.998Z Compiling futures-executor v0.3.31
14272025-01-22T04:26:11.152Z Compiling md-5 v0.10.6
14282025-01-22T04:26:11.509Z Compiling async-stream-impl v0.3.6
14292025-01-22T04:26:11.597Z Compiling enum-as-inner v0.6.1
14302025-01-22T04:26:11.620Z Compiling rustls-pemfile v2.2.0
14312025-01-22T04:26:11.997Z Compiling num-integer v0.1.46
14322025-01-22T04:26:12.105Z Compiling hash32 v0.2.1
14332025-01-22T04:26:12.358Z Compiling ff v0.13.0
14342025-01-22T04:26:12.476Z Compiling is-terminal v0.4.13
14352025-01-22T04:26:12.589Z Compiling dropshot v0.12.0
14362025-01-22T04:26:12.629Z Compiling object v0.36.5
14372025-01-22T04:26:12.697Z Compiling base16ct v0.2.0
14382025-01-22T04:26:12.804Z Compiling num-bigint-dig v0.8.4
14392025-01-22T04:26:12.827Z Compiling psl-types v2.0.11
14402025-01-22T04:26:12.909Z Compiling fallible-iterator v0.2.0
14412025-01-22T04:26:13.035Z Compiling linked-hash-map v0.5.6
14422025-01-22T04:26:13.059Z Compiling take_mut v0.2.2
14432025-01-22T04:26:13.117Z Compiling anyhow v1.0.93
14442025-01-22T04:26:13.254Z Compiling rustc-demangle v0.1.24
14452025-01-22T04:26:13.395Z Compiling smoltcp v0.9.1
14462025-01-22T04:26:13.574Z Compiling portable-atomic v1.9.0
14472025-01-22T04:26:13.759Z Compiling utf-8 v0.7.6
14482025-01-22T04:26:13.960Z Compiling litrs v0.4.1
14492025-01-22T04:26:14.073Z Compiling quick-error v1.2.3
14502025-01-22T04:26:14.125Z Compiling tungstenite v0.24.0
14512025-01-22T04:26:14.246Z Compiling resolv-conf v0.7.0
14522025-01-22T04:26:14.656Z Compiling postgres-protocol v0.6.7
14532025-01-22T04:26:14.692Z Compiling lru-cache v0.1.2
14542025-01-22T04:26:14.968Z Compiling publicsuffix v2.3.0
14552025-01-22T04:26:15.158Z Compiling document-features v0.2.10
14562025-01-22T04:26:15.363Z Compiling sec1 v0.7.3
14572025-01-22T04:26:15.932Z Compiling async-stream v0.3.6
14582025-01-22T04:26:15.952Z Compiling hickory-proto v0.24.2
14592025-01-22T04:26:16.002Z Compiling slog-term v2.9.1
14602025-01-22T04:26:16.234Z Compiling usdt v0.5.0
14612025-01-22T04:26:16.267Z Compiling num-iter v0.1.45
14622025-01-22T04:26:16.387Z Compiling group v0.13.0
14632025-01-22T04:26:16.785Z Compiling futures v0.3.31
14642025-01-22T04:26:16.892Z Compiling slog-bunyan v2.5.0
14652025-01-22T04:26:17.090Z Compiling toml v0.8.19
14662025-01-22T04:26:18.342Z Compiling tokio-native-tls v0.3.1
14672025-01-22T04:26:18.650Z Compiling camino v1.1.9
14682025-01-22T04:26:18.694Z Compiling phf_shared v0.11.2
14692025-01-22T04:26:18.798Z Compiling dropshot_endpoint v0.12.0
14702025-01-22T04:26:19.076Z Compiling terminal_size v0.4.0
14712025-01-22T04:26:19.323Z Compiling backtrace v0.3.74
14722025-01-22T04:26:19.540Z Compiling openapiv3 v2.0.0
14732025-01-22T04:26:19.584Z Compiling waitgroup v0.1.2
14742025-01-22T04:26:19.822Z Compiling serde_path_to_error v0.1.16
14752025-01-22T04:26:19.844Z Compiling hkdf v0.12.4
14762025-01-22T04:26:20.128Z Compiling crypto-bigint v0.5.5
14772025-01-22T04:26:20.628Z Compiling zerocopy-derive v0.6.6
14782025-01-22T04:26:22.522Z Compiling curve25519-dalek-derive v0.1.1
14792025-01-22T04:26:22.704Z Compiling webpki-roots v0.26.6
14802025-01-22T04:26:22.956Z Compiling hostname v0.4.0
14812025-01-22T04:26:23.204Z Compiling fs-err v2.11.0
14822025-01-22T04:26:23.255Z Compiling crc32fast v1.4.2
14832025-01-22T04:26:23.492Z Compiling hubpack_derive v0.1.1
14842025-01-22T04:26:23.522Z Compiling ahash v0.8.11
14852025-01-22T04:26:23.611Z Compiling newtype-uuid v1.2.1
14862025-01-22T04:26:23.738Z Compiling managed v0.8.0
14872025-01-22T04:26:23.861Z Compiling bitflags v1.3.2
14882025-01-22T04:26:23.918Z Compiling debug-ignore v1.0.5
14892025-01-22T04:26:23.980Z Compiling winnow v0.5.40
14902025-01-22T04:26:24.095Z Compiling clap_builder v4.5.21
14912025-01-22T04:26:24.361Z Compiling hubpack v0.1.2
14922025-01-22T04:26:24.842Z Compiling strum_macros v0.25.3
14932025-01-22T04:26:25.811Z Compiling console v0.15.8
14942025-01-22T04:26:26.370Z Compiling flate2 v1.0.35
14952025-01-22T04:26:26.392Z Compiling elliptic-curve v0.13.8
14962025-01-22T04:26:27.279Z Compiling zerocopy v0.6.6
14972025-01-22T04:26:27.344Z Compiling toml_edit v0.19.15
14982025-01-22T04:26:27.364Z Compiling hickory-resolver v0.24.2
14992025-01-22T04:26:28.001Z Compiling signal-hook-mio v0.2.4
15002025-01-22T04:26:28.196Z Compiling phf v0.11.2
15012025-01-22T04:26:28.469Z Compiling hyper-tls v0.6.0
15022025-01-22T04:26:28.514Z Compiling rayon v1.10.0
15032025-01-22T04:26:28.882Z Compiling cookie_store v0.21.1
15042025-01-22T04:26:28.929Z Compiling bzip2 v0.4.4
15052025-01-22T04:26:30.450Z Compiling postgres-types v0.2.8
15062025-01-22T04:26:31.820Z Compiling tokio-tungstenite v0.24.0
15072025-01-22T04:26:32.462Z Compiling ed25519 v2.2.3
15082025-01-22T04:26:32.653Z Compiling phf_shared v0.10.0
15092025-01-22T04:26:33.060Z Compiling tokio-stream v0.1.16
15102025-01-22T04:26:33.062Z Compiling pkcs1 v0.7.5
15112025-01-22T04:26:33.621Z Compiling serde-big-array v0.5.1
15122025-01-22T04:26:33.650Z Compiling rfc6979 v0.4.0
15132025-01-22T04:26:33.880Z Compiling derive-where v1.2.7
15142025-01-22T04:26:33.902Z Compiling serde_repr v0.1.19
15152025-01-22T04:26:34.040Z Compiling clap_derive v4.5.18
15162025-01-22T04:26:34.043Z Compiling bstr v1.10.0
15172025-01-22T04:26:34.442Z Compiling float-cmp v0.9.0
15182025-01-22T04:26:34.714Z Compiling sync_wrapper v1.0.1
15192025-01-22T04:26:34.899Z Compiling bit-vec v0.6.3
15202025-01-22T04:26:35.018Z Compiling difflib v0.4.0
15212025-01-22T04:26:35.058Z Compiling unicode-width v0.2.0
15222025-01-22T04:26:35.325Z Compiling predicates-core v1.0.8
15232025-01-22T04:26:35.640Z Compiling static_assertions v1.1.0
15242025-01-22T04:26:35.662Z Compiling number_prefix v0.4.0
15252025-01-22T04:26:35.702Z Compiling fixedbitset v0.4.2
15262025-01-22T04:26:35.762Z Compiling unicode-segmentation v1.12.0
15272025-01-22T04:26:35.918Z Compiling normalize-line-endings v0.3.0
15282025-01-22T04:26:36.067Z Compiling precomputed-hash v0.1.1
15292025-01-22T04:26:36.197Z Compiling whoami v1.5.2
15302025-01-22T04:26:36.217Z Compiling new_debug_unreachable v1.0.6
15312025-01-22T04:26:36.332Z Compiling string_cache v0.8.7
15322025-01-22T04:26:36.449Z Compiling predicates v3.1.2
15332025-01-22T04:26:36.686Z Compiling tokio-postgres v0.7.12
15342025-01-22T04:26:36.812Z Compiling similar v2.6.0
15352025-01-22T04:26:36.834Z Compiling petgraph v0.6.5
15362025-01-22T04:26:37.292Z Compiling indicatif v0.17.9
15372025-01-22T04:26:38.022Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15382025-01-22T04:26:38.920Z Compiling clap v4.5.21
15392025-01-22T04:26:39.060Z Compiling bit-set v0.5.3
15402025-01-22T04:26:39.083Z Compiling ecdsa v0.16.9
15412025-01-22T04:26:39.346Z Compiling rsa v0.9.6
15422025-01-22T04:26:39.431Z Compiling ed25519-dalek v2.1.1
15432025-01-22T04:26:39.951Z Compiling toml v0.7.8
15442025-01-22T04:26:40.680Z Compiling zip v0.6.6
15452025-01-22T04:26:40.786Z Compiling crossterm v0.28.1
15462025-01-22T04:26:42.618Z Compiling hex v0.4.3
15472025-01-22T04:26:42.723Z Compiling x509-cert v0.2.5
15482025-01-22T04:26:42.784Z Compiling itertools v0.10.5
15492025-01-22T04:26:43.243Z Compiling lalrpop-util v0.19.12
15502025-01-22T04:26:43.640Z Compiling unicode-xid v0.2.6
15512025-01-22T04:26:43.850Z Compiling peg-runtime v0.8.3
15522025-01-22T04:26:43.940Z Compiling strum_macros v0.26.4
15532025-01-22T04:26:44.242Z Compiling xattr v1.3.1
15542025-01-22T04:26:44.469Z Compiling filetime v0.2.25
15552025-01-22T04:26:44.791Z Compiling tar v0.4.42
15562025-01-22T04:26:48.845Z Compiling strum v0.26.3
15572025-01-22T04:26:52.273Z Compiling aws-lc-sys v0.22.0
15582025-01-22T04:27:21.234Z Compiling rustls-webpki v0.102.8
15592025-01-22T04:27:24.658Z Compiling tokio-rustls v0.25.0
15602025-01-22T04:27:26.586Z Compiling tokio-rustls v0.26.0
15612025-01-22T04:27:26.846Z Compiling hyper-rustls v0.27.3
15622025-01-22T04:27:27.217Z Compiling reqwest v0.12.9
15632025-01-22T04:27:28.606Z Compiling qorb v0.2.1
15642025-01-22T04:27:31.856Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15652025-01-22T04:27:32.124Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15662025-01-22T04:27:36.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
15672025-01-22T04:27:37.037Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15682025-01-22T04:27:37.098ZJan 22 04:27:36.122 INFO Starting download, target: Clickhouse
15692025-01-22T04:27:37.101ZJan 22 04:27:36.122 INFO Starting download, target: Console
15702025-01-22T04:27:37.101ZJan 22 04:27:36.122 INFO Starting download, target: Cockroach
15712025-01-22T04:27:37.101ZJan 22 04:27:36.122 INFO Starting download, target: DendriteOpenapi
15722025-01-22T04:27:37.101ZJan 22 04:27:36.122 INFO Starting download, target: DendriteStub
15732025-01-22T04:27:37.101ZJan 22 04:27:36.122 INFO Starting download, target: MaghemiteMgd
15742025-01-22T04:27:37.101ZJan 22 04:27:36.122 INFO Starting download, target: TransceiverControl
15752025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15762025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15772025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15782025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15792025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15802025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15812025-01-22T04:27:37.101ZJan 22 04:27:36.123 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15822025-01-22T04:27:37.307ZJan 22 04:27:36.318 INFO Download complete, target: DendriteOpenapi
15832025-01-22T04:27:37.585ZJan 22 04:27:36.601 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15842025-01-22T04:27:37.642ZJan 22 04:27:36.664 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15852025-01-22T04:27:37.861ZJan 22 04:27:36.883 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15862025-01-22T04:27:37.998ZJan 22 04:27:37.021 INFO Download complete, target: Console
15872025-01-22T04:27:38.209ZJan 22 04:27:37.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15882025-01-22T04:27:38.276ZJan 22 04:27:37.300 INFO Download complete, target: TransceiverControl
15892025-01-22T04:27:38.616ZJan 22 04:27:37.640 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15902025-01-22T04:27:38.616ZJan 22 04:27:37.640 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15912025-01-22T04:27:38.992ZJan 22 04:27:38.016 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15922025-01-22T04:27:40.775ZJan 22 04:27:39.799 INFO Download complete, target: DendriteStub
15932025-01-22T04:27:41.096ZJan 22 04:27:40.119 INFO Download complete, target: MaghemiteMgd
15942025-01-22T04:27:46.080ZJan 22 04:27:45.102 INFO Checking that binary works, target: Cockroach
15952025-01-22T04:27:46.250ZJan 22 04:27:45.273 INFO Download complete, target: Cockroach
15962025-01-22T04:27:51.438ZJan 22 04:27:50.459 INFO Checking that binary works, target: Clickhouse
15972025-01-22T04:27:51.607ZJan 22 04:27:50.628 INFO Download complete, target: Clickhouse
15982025-01-22T04:27:51.629ZAll builder prerequisites installed successfully, and PATH looks valid
15992025-01-22T04:27:51.633Z
16002025-01-22T04:27:51.633Zreal 6:08.748074544
16012025-01-22T04:27:51.633Zuser 16:29.052485514
16022025-01-22T04:27:51.633Zsys 2:10.903944975
16032025-01-22T04:27:51.633Ztrap 0.631557634
16042025-01-22T04:27:51.633Ztflt 1.595508499
16052025-01-22T04:27:51.633Zdflt 1.615044098
16062025-01-22T04:27:51.633Zkflt 0.026510434
16072025-01-22T04:27:51.633Zlock 25:39.676603484
16082025-01-22T04:27:51.633Zslp 59:45.987813208
16092025-01-22T04:27:51.633Zlat 1:03.745153342
16102025-01-22T04:27:51.633Zstop 2:33.024377061
16112025-01-22T04:27:51.633Z+ banner hack-check
16122025-01-22T04:27:51.636Z
16132025-01-22T04:27:51.636Z # # ## #### # # #### # # ###### #### # #
16142025-01-22T04:27:51.636Z # # # # # # # # # # # # # # # # #
16152025-01-22T04:27:51.636Z ###### # # # #### ##### # ###### ##### # ####
16162025-01-22T04:27:51.636Z # # ###### # # # # # # # # # #
16172025-01-22T04:27:51.636Z # # # # # # # # # # # # # # # # #
16182025-01-22T04:27:51.636Z # # # # #### # # #### # # ###### #### # #
16192025-01-22T04:27:51.636Z
16202025-01-22T04:27:51.636Z+ export CARGO_INCREMENTAL=0
16212025-01-22T04:27:51.636Z+ CARGO_INCREMENTAL=0
16222025-01-22T04:27:51.636Z+ ptime -m timeout 2h cargo xtask check-features --ci
16232025-01-22T04:27:52.188Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16242025-01-22T04:27:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
16252025-01-22T04:27:55.302Z Running `target/debug/xtask check-features --ci`
16262025-01-22T04:27:55.326Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16272025-01-22T04:27:55.326Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16282025-01-22T04:27:55.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16292025-01-22T04:27:55.817Z Running `target/debug/xtask download cargo-hack`
16302025-01-22T04:27:56.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16312025-01-22T04:27:57.053Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16322025-01-22T04:28:01.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
16332025-01-22T04:28:01.208Z Running `target/debug/xtask-downloader cargo-hack`
16342025-01-22T04:28:01.253ZJan 22 04:28:00.273 INFO Starting download, target: CargoHack
16352025-01-22T04:28:01.256ZJan 22 04:28:00.274 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16362025-01-22T04:28:01.746ZJan 22 04:28:00.766 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16372025-01-22T04:28:01.835ZJan 22 04:28:00.855 INFO Download complete, target: CargoHack
16382025-01-22T04:28:01.840Zrunning: "/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"
16392025-01-22T04:28:01.856Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16402025-01-22T04:28:02.042Zinfo: running `cargo check --bins` on api_identity (1/197)
16412025-01-22T04:28:02.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422025-01-22T04:28:02.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432025-01-22T04:28:02.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442025-01-22T04:28:02.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16452025-01-22T04:28:02.694Z
16462025-01-22T04:28:02.695Zinfo: running `cargo check --bins` on bootstore (2/197)
16472025-01-22T04:28:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482025-01-22T04:28:03.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492025-01-22T04:28:03.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502025-01-22T04:28:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16512025-01-22T04:28:03.376Z
16522025-01-22T04:28:03.376Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16532025-01-22T04:28:03.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542025-01-22T04:28:03.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552025-01-22T04:28:03.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562025-01-22T04:28:03.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16572025-01-22T04:28:04.021Z
16582025-01-22T04:28:04.021Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16592025-01-22T04:28:04.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602025-01-22T04:28:04.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612025-01-22T04:28:04.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622025-01-22T04:28:04.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16632025-01-22T04:28:04.685Z
16642025-01-22T04:28:04.685Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16652025-01-22T04:28:05.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662025-01-22T04:28:05.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672025-01-22T04:28:05.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682025-01-22T04:28:05.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16692025-01-22T04:28:05.320Z
16702025-01-22T04:28:05.320Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16712025-01-22T04:28:05.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722025-01-22T04:28:05.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732025-01-22T04:28:05.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742025-01-22T04:28:05.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16752025-01-22T04:28:05.617Z
16762025-01-22T04:28:05.617Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16772025-01-22T04:28:06.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782025-01-22T04:28:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792025-01-22T04:28:06.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802025-01-22T04:28:06.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16812025-01-22T04:28:06.052Z
16822025-01-22T04:28:06.052Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16832025-01-22T04:28:06.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842025-01-22T04:28:06.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852025-01-22T04:28:06.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862025-01-22T04:28:06.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16872025-01-22T04:28:06.508Z
16882025-01-22T04:28:06.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16892025-01-22T04:28:06.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-01-22T04:28:06.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-01-22T04:28:06.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-01-22T04:28:06.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16932025-01-22T04:28:06.950Z
16942025-01-22T04:28:06.950Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16952025-01-22T04:28:07.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-01-22T04:28:07.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-01-22T04:28:07.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-01-22T04:28:07.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16992025-01-22T04:28:07.408Z
17002025-01-22T04:28:07.408Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
17012025-01-22T04:28:07.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-01-22T04:28:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-01-22T04:28:07.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-01-22T04:28:07.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17052025-01-22T04:28:07.850Z
17062025-01-22T04:28:07.850Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17072025-01-22T04:28:08.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-01-22T04:28:08.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-01-22T04:28:08.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-01-22T04:28:08.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17112025-01-22T04:28:08.295Z
17122025-01-22T04:28:08.295Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17132025-01-22T04:28:08.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-01-22T04:28:08.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-01-22T04:28:08.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-01-22T04:28:08.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17172025-01-22T04:28:08.760Z
17182025-01-22T04:28:08.760Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17192025-01-22T04:28:09.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-01-22T04:28:09.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-01-22T04:28:09.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-01-22T04:28:09.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17232025-01-22T04:28:09.210Z
17242025-01-22T04:28:09.210Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17252025-01-22T04:28:09.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-01-22T04:28:09.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-01-22T04:28:09.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-01-22T04:28:09.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17292025-01-22T04:28:09.674Z
17302025-01-22T04:28:09.674Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17312025-01-22T04:28:10.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-01-22T04:28:10.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-01-22T04:28:10.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-01-22T04:28:10.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17352025-01-22T04:28:10.133Z
17362025-01-22T04:28:10.133Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17372025-01-22T04:28:10.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-01-22T04:28:10.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-01-22T04:28:10.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-01-22T04:28:10.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17412025-01-22T04:28:10.583Z
17422025-01-22T04:28:10.583Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17432025-01-22T04:28:10.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-01-22T04:28:10.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-01-22T04:28:10.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-01-22T04:28:10.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17472025-01-22T04:28:11.031Z
17482025-01-22T04:28:11.031Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17492025-01-22T04:28:11.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-01-22T04:28:11.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-01-22T04:28:11.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-01-22T04:28:11.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17532025-01-22T04:28:11.485Z
17542025-01-22T04:28:11.485Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17552025-01-22T04:28:11.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-01-22T04:28:11.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-01-22T04:28:11.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-01-22T04:28:11.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17592025-01-22T04:28:11.941Z
17602025-01-22T04:28:11.941Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17612025-01-22T04:28:12.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-01-22T04:28:12.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-01-22T04:28:12.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-01-22T04:28:12.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17652025-01-22T04:28:12.394Z
17662025-01-22T04:28:12.394Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17672025-01-22T04:28:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-01-22T04:28:12.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-01-22T04:28:12.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-01-22T04:28:12.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17712025-01-22T04:28:12.848Z
17722025-01-22T04:28:12.849Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17732025-01-22T04:28:13.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-01-22T04:28:13.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-01-22T04:28:13.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-01-22T04:28:13.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17772025-01-22T04:28:13.315Z
17782025-01-22T04:28:13.316Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17792025-01-22T04:28:13.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-01-22T04:28:13.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-01-22T04:28:13.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-01-22T04:28:13.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17832025-01-22T04:28:13.770Z
17842025-01-22T04:28:13.770Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17852025-01-22T04:28:14.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-01-22T04:28:14.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-01-22T04:28:14.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-01-22T04:28:14.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17892025-01-22T04:28:14.222Z
17902025-01-22T04:28:14.222Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17912025-01-22T04:28:14.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-01-22T04:28:14.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-01-22T04:28:14.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-01-22T04:28:14.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17952025-01-22T04:28:14.670Z
17962025-01-22T04:28:14.670Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17972025-01-22T04:28:15.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-01-22T04:28:15.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-01-22T04:28:15.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-01-22T04:28:15.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18012025-01-22T04:28:15.115Z
18022025-01-22T04:28:15.115Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18032025-01-22T04:28:15.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-01-22T04:28:15.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-01-22T04:28:15.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-01-22T04:28:15.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18072025-01-22T04:28:15.567Z
18082025-01-22T04:28:15.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18092025-01-22T04:28:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-01-22T04:28:15.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-01-22T04:28:15.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-01-22T04:28:15.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18132025-01-22T04:28:16.007Z
18142025-01-22T04:28:16.007Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18152025-01-22T04:28:16.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-01-22T04:28:16.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-01-22T04:28:16.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-01-22T04:28:16.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18192025-01-22T04:28:16.456Z
18202025-01-22T04:28:16.456Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18212025-01-22T04:28:16.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-01-22T04:28:16.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-01-22T04:28:16.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-01-22T04:28:16.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18252025-01-22T04:28:16.894Z
18262025-01-22T04:28:16.894Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18272025-01-22T04:28:17.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-01-22T04:28:17.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-01-22T04:28:17.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-01-22T04:28:17.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18312025-01-22T04:28:17.334Z
18322025-01-22T04:28:17.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18332025-01-22T04:28:17.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-01-22T04:28:17.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-01-22T04:28:17.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-01-22T04:28:17.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18372025-01-22T04:28:17.793Z
18382025-01-22T04:28:17.793Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18392025-01-22T04:28:18.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-01-22T04:28:18.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-01-22T04:28:18.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-01-22T04:28:18.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18432025-01-22T04:28:18.249Z
18442025-01-22T04:28:18.249Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18452025-01-22T04:28:18.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-01-22T04:28:18.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-01-22T04:28:18.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-01-22T04:28:18.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18492025-01-22T04:28:18.719Z
18502025-01-22T04:28:18.719Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18512025-01-22T04:28:19.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-01-22T04:28:19.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-01-22T04:28:19.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-01-22T04:28:19.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18552025-01-22T04:28:19.163Z
18562025-01-22T04:28:19.163Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18572025-01-22T04:28:19.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-01-22T04:28:19.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-01-22T04:28:19.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-01-22T04:28:19.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18612025-01-22T04:28:19.637Z
18622025-01-22T04:28:19.637Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18632025-01-22T04:28:20.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-01-22T04:28:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-01-22T04:28:20.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-01-22T04:28:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672025-01-22T04:28:20.093Z
18682025-01-22T04:28:20.093Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18692025-01-22T04:28:20.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-01-22T04:28:20.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-01-22T04:28:20.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-01-22T04:28:20.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18732025-01-22T04:28:20.572Z
18742025-01-22T04:28:20.572Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18752025-01-22T04:28:20.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-01-22T04:28:20.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-01-22T04:28:20.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-01-22T04:28:20.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792025-01-22T04:28:21.034Z
18802025-01-22T04:28:21.034Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18812025-01-22T04:28:21.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-01-22T04:28:21.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-01-22T04:28:21.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-01-22T04:28:21.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852025-01-22T04:28:21.496Z
18862025-01-22T04:28:21.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18872025-01-22T04:28:21.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-01-22T04:28:21.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-01-22T04:28:21.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-01-22T04:28:21.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912025-01-22T04:28:21.956Z
18922025-01-22T04:28:21.956Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18932025-01-22T04:28:22.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-01-22T04:28:22.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-01-22T04:28:22.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-01-22T04:28:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972025-01-22T04:28:22.421Z
18982025-01-22T04:28:22.421Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18992025-01-22T04:28:22.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-01-22T04:28:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-01-22T04:28:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-01-22T04:28:22.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032025-01-22T04:28:22.871Z
19042025-01-22T04:28:22.871Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19052025-01-22T04:28:23.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-01-22T04:28:23.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-01-22T04:28:23.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-01-22T04:28:23.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19092025-01-22T04:28:23.561Z
19102025-01-22T04:28:23.561Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19112025-01-22T04:28:24.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-01-22T04:28:24.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-01-22T04:28:24.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-01-22T04:28:24.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19152025-01-22T04:28:24.230Z
19162025-01-22T04:28:24.230Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19172025-01-22T04:28:24.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-01-22T04:28:24.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-01-22T04:28:24.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-01-22T04:28:24.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19212025-01-22T04:28:24.892Z
19222025-01-22T04:28:24.892Zinfo: running `cargo check --bins` on oxlog (48/197)
19232025-01-22T04:28:25.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-01-22T04:28:25.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-01-22T04:28:25.531Z Checking cfg-if v1.0.0
19262025-01-22T04:28:25.535Z Checking libc v0.2.169
19272025-01-22T04:28:25.643Z Checking serde v1.0.217
19282025-01-22T04:28:25.643Z Checking zeroize v1.8.1
19292025-01-22T04:28:25.663Z Checking memchr v2.7.4
19302025-01-22T04:28:25.666Z Checking typenum v1.17.0
19312025-01-22T04:28:25.676Z Checking scopeguard v1.2.0
19322025-01-22T04:28:25.703Z Checking subtle v2.6.1
19332025-01-22T04:28:25.718Z Checking value-bag v1.9.0
19342025-01-22T04:28:25.831Z Checking lock_api v0.4.12
19352025-01-22T04:28:25.890Z Checking smallvec v1.13.2
19362025-01-22T04:28:25.981Z Checking const-oid v0.9.6
19372025-01-22T04:28:26.119Z Checking log v0.4.22
19382025-01-22T04:28:26.229Z Checking itoa v1.0.11
19392025-01-22T04:28:26.261Z Checking pin-project-lite v0.2.14
19402025-01-22T04:28:26.402Z Checking byteorder v1.5.0
19412025-01-22T04:28:26.464Z Checking futures-core v0.3.31
19422025-01-22T04:28:26.497Z Checking once_cell v1.20.2
19432025-01-22T04:28:26.623Z Checking cpufeatures v0.2.14
19442025-01-22T04:28:26.664Z Checking stable_deref_trait v1.2.0
19452025-01-22T04:28:26.724Z Checking getrandom v0.2.15
19462025-01-22T04:28:26.747Z Checking parking_lot_core v0.9.10
19472025-01-22T04:28:26.769Z Checking signal-hook-registry v1.4.2
19482025-01-22T04:28:26.787Z Checking generic-array v0.14.7
19492025-01-22T04:28:26.808Z Checking mio v1.0.2
19502025-01-22T04:28:26.824Z Checking futures-sink v0.3.31
19512025-01-22T04:28:26.972Z Checking rand_core v0.6.4
19522025-01-22T04:28:26.989Z Checking socket2 v0.5.7
19532025-01-22T04:28:27.026Z Checking spin v0.9.8
19542025-01-22T04:28:27.081Z Checking parking_lot v0.12.3
19552025-01-22T04:28:27.288Z Checking zerocopy v0.7.35
19562025-01-22T04:28:27.379Z Checking zerofrom v0.1.4
19572025-01-22T04:28:27.397Z Checking slab v0.4.9
19582025-01-22T04:28:27.449Z Checking futures-channel v0.3.31
19592025-01-22T04:28:27.473Z Checking equivalent v1.0.1
19602025-01-22T04:28:27.585Z Checking yoke v0.7.4
19612025-01-22T04:28:27.600Z Checking allocator-api2 v0.2.18
19622025-01-22T04:28:27.681Z Checking pin-utils v0.1.0
19632025-01-22T04:28:27.779Z Checking futures-task v0.3.31
19642025-01-22T04:28:27.795Z Checking foldhash v0.1.3
19652025-01-22T04:28:27.903Z Checking crypto-common v0.1.6
19662025-01-22T04:28:27.932Z Checking block-buffer v0.10.4
19672025-01-22T04:28:27.935Z Checking zerovec v0.10.4
19682025-01-22T04:28:28.005Z Checking futures-io v0.3.31
19692025-01-22T04:28:28.008Z Checking block-padding v0.3.3
19702025-01-22T04:28:28.092Z Checking ryu v1.0.18
19712025-01-22T04:28:28.167Z Checking digest v0.10.7
19722025-01-22T04:28:28.199Z Checking futures-util v0.3.31
19732025-01-22T04:28:28.230Z Checking inout v0.1.3
19742025-01-22T04:28:28.246Z Checking hashbrown v0.15.1
19752025-01-22T04:28:28.356Z Checking litemap v0.7.3
19762025-01-22T04:28:28.472Z Checking writeable v0.5.5
19772025-01-22T04:28:28.506Z Checking fnv v1.0.7
19782025-01-22T04:28:28.524Z Checking hmac v0.12.1
19792025-01-22T04:28:28.648Z Checking sha2 v0.10.8
19802025-01-22T04:28:28.724Z Checking cipher v0.4.4
19812025-01-22T04:28:28.752Z Checking libm v0.2.8
19822025-01-22T04:28:28.789Z Checking base64ct v1.6.0
19832025-01-22T04:28:29.137Z Checking ppv-lite86 v0.2.20
19842025-01-22T04:28:29.252Z Checking flagset v0.4.6
19852025-01-22T04:28:29.272Z Checking pem-rfc7468 v0.7.0
19862025-01-22T04:28:29.382Z Checking icu_locid_transform_data v1.5.0
19872025-01-22T04:28:29.478Z Checking tracing-core v0.1.32
19882025-01-22T04:28:29.499Z Checking thiserror v1.0.69
19892025-01-22T04:28:29.557Z Checking der v0.7.9
19902025-01-22T04:28:29.561Z Checking tinystr v0.7.6
19912025-01-22T04:28:29.647Z Checking icu_collections v1.5.0
19922025-01-22T04:28:29.674Z Checking num-traits v0.2.19
19932025-01-22T04:28:29.873Z Checking rand_chacha v0.3.1
19942025-01-22T04:28:29.920Z Checking icu_locid v1.5.0
19952025-01-22T04:28:30.144Z Checking icu_properties_data v1.5.0
19962025-01-22T04:28:30.271Z Checking bytes v1.9.0
19972025-01-22T04:28:30.290Z Checking indexmap v2.7.0
19982025-01-22T04:28:30.364Z Checking serde_json v1.0.135
19992025-01-22T04:28:30.392Z Checking bitflags v2.6.0
20002025-01-22T04:28:30.734Z Checking percent-encoding v2.3.1
20012025-01-22T04:28:30.915Z Checking icu_provider v1.5.0
20022025-01-22T04:28:30.967Z Checking rustls-pki-types v1.10.0
20032025-01-22T04:28:31.083Z Checking tokio v1.43.0
20042025-01-22T04:28:31.270Z Checking http v1.2.0
20052025-01-22T04:28:31.324Z Checking spki v0.7.3
20062025-01-22T04:28:31.522Z Checking icu_locid_transform v1.5.0
20072025-01-22T04:28:31.542Z Checking rand v0.8.5
20082025-01-22T04:28:31.545Z Checking tracing v0.1.40
20092025-01-22T04:28:31.614Z Checking salsa20 v0.10.2
20102025-01-22T04:28:31.853Z Checking pbkdf2 v0.12.2
20112025-01-22T04:28:31.914Z Checking aws-lc-sys v0.22.0
20122025-01-22T04:28:32.033Z Checking httparse v1.9.5
20132025-01-22T04:28:32.067Z Checking mirai-annotations v1.12.0
20142025-01-22T04:28:32.262Z Checking write16 v1.0.0
20152025-01-22T04:28:32.404Z Checking utf16_iter v1.0.5
20162025-01-22T04:28:32.453Z Checking untrusted v0.9.0
20172025-01-22T04:28:32.562Z Checking icu_properties v1.5.1
20182025-01-22T04:28:32.578Z Checking utf8_iter v1.0.4
20192025-01-22T04:28:32.594Z Checking untrusted v0.7.1
20202025-01-22T04:28:32.618Z Checking icu_normalizer_data v1.5.0
20212025-01-22T04:28:32.722Z Checking powerfmt v0.2.0
20222025-01-22T04:28:32.766Z Checking ring v0.17.8
20232025-01-22T04:28:32.783Z Checking scrypt v0.11.0
20242025-01-22T04:28:32.799Z Checking cbc v0.1.2
20252025-01-22T04:28:32.821Z Checking aes v0.8.4
20262025-01-22T04:28:32.992Z Checking deranged v0.3.11
20272025-01-22T04:28:33.013Z Checking crossbeam-utils v0.8.20
20282025-01-22T04:28:33.032Z Checking atomic-waker v1.1.2
20292025-01-22T04:28:33.187Z Checking tinyvec_macros v0.1.1
20302025-01-22T04:28:33.298Z Checking time-core v0.1.2
20312025-01-22T04:28:33.482Z Checking num-conv v0.1.0
20322025-01-22T04:28:33.728Z Checking num_threads v0.1.7
20332025-01-22T04:28:33.745Z Checking pkcs5 v0.7.1
20342025-01-22T04:28:33.797Z Checking tinyvec v1.8.0
20352025-01-22T04:28:33.852Z Checking http-body v1.0.1
20362025-01-22T04:28:33.971Z Checking aws-lc-rs v1.10.0
20372025-01-22T04:28:34.076Z Checking form_urlencoded v1.2.1
20382025-01-22T04:28:34.295Z Checking try-lock v0.2.5
20392025-01-22T04:28:34.315Z Checking pkcs8 v0.10.2
20402025-01-22T04:28:34.335Z Checking time v0.3.36
20412025-01-22T04:28:34.440Z Checking want v0.3.1
20422025-01-22T04:28:34.575Z Checking uuid v1.12.0
20432025-01-22T04:28:34.636Z Checking unicode-ident v1.0.14
20442025-01-22T04:28:34.654Z Checking httpdate v1.0.3
20452025-01-22T04:28:34.837Z Checking proc-macro2 v1.0.92
20462025-01-22T04:28:34.898Z Checking toml_datetime v0.6.8
20472025-01-22T04:28:35.161Z Checking serde_spanned v0.6.8
20482025-01-22T04:28:35.204Z Checking slog v2.7.0
20492025-01-22T04:28:35.254Z Checking scroll v0.12.0
20502025-01-22T04:28:35.368Z Checking match_cfg v0.1.0
20512025-01-22T04:28:35.490Z Checking ucd-trie v0.1.7
20522025-01-22T04:28:35.527Z Checking adler2 v2.0.0
20532025-01-22T04:28:35.681Z Checking base64 v0.22.1
20542025-01-22T04:28:35.716Z Checking foreign-types-shared v0.1.1
20552025-01-22T04:28:35.734Z Checking iana-time-zone v0.1.61
20562025-01-22T04:28:35.755Z Checking tower-service v0.3.3
20572025-01-22T04:28:35.796Z Checking rustls-webpki v0.102.8
20582025-01-22T04:28:35.837Z Checking plain v0.2.3
20592025-01-22T04:28:35.881Z Checking foreign-types v0.3.2
20602025-01-22T04:28:35.895Z Checking icu_normalizer v1.5.0
20612025-01-22T04:28:35.911Z Checking chrono v0.4.38
20622025-01-22T04:28:35.977Z Checking pest v2.7.14
20632025-01-22T04:28:36.005Z Checking goblin v0.8.2
20642025-01-22T04:28:36.181Z Checking miniz_oxide v0.8.0
20652025-01-22T04:28:36.610Z Checking quote v1.0.38
20662025-01-22T04:28:36.729Z Checking idna_adapter v1.2.0
20672025-01-22T04:28:36.756Z Checking hostname v0.3.1
20682025-01-22T04:28:36.906Z Checking openssl-sys v0.9.103
20692025-01-22T04:28:36.935Z Checking idna v1.0.3
20702025-01-22T04:28:36.938Z Checking dirs-sys-next v0.1.2
20712025-01-22T04:28:36.968Z Checking errno v0.3.9
20722025-01-22T04:28:37.132Z Checking aho-corasick v1.1.3
20732025-01-22T04:28:37.155Z Checking pretty-hex v0.4.1
20742025-01-22T04:28:37.338Z Checking data-encoding v2.6.0
20752025-01-22T04:28:37.452Z Checking url v2.5.3
20762025-01-22T04:28:37.911Z Checking regex-syntax v0.8.5
20772025-01-22T04:28:37.981Z Compiling newtype-uuid v1.2.1
20782025-01-22T04:28:38.153Z Checking siphasher v0.3.11
20792025-01-22T04:28:38.227Z Checking tokio-util v0.7.12
20802025-01-22T04:28:38.313Z Checking openssl v0.10.66
20812025-01-22T04:28:38.339Z Checking rustix v0.38.37
20822025-01-22T04:28:38.479Z Checking dirs-next v2.0.0
20832025-01-22T04:28:38.587Z Checking dtrace-parser v0.2.0
20842025-01-22T04:28:38.633Z Checking syn v2.0.96
20852025-01-22T04:28:38.799Z Checking unicode-normalization v0.1.24
20862025-01-22T04:28:39.073Z Checking http-body-util v0.1.2
20872025-01-22T04:28:39.093Z Checking h2 v0.4.6
20882025-01-22T04:28:39.512Z Checking crossbeam-epoch v0.9.18
20892025-01-22T04:28:39.771Z Checking signature v2.2.0
20902025-01-22T04:28:39.962Z Checking sha1 v0.10.6
20912025-01-22T04:28:40.003Z Checking lazy_static v1.5.0
20922025-01-22T04:28:40.149Z Checking thread_local v1.1.8
20932025-01-22T04:28:40.277Z Checking thread-id v4.2.2
20942025-01-22T04:28:40.407Z Checking encoding_rs v0.8.34
20952025-01-22T04:28:40.454Z Checking openssl-probe v0.1.5
20962025-01-22T04:28:40.639Z Checking either v1.13.0
20972025-01-22T04:28:41.046Z Checking anstyle v1.0.10
20982025-01-22T04:28:41.110Z Checking dof v0.3.0
20992025-01-22T04:28:41.257Z Checking regex-automata v0.4.8
21002025-01-22T04:28:41.372Z Checking unicode-properties v0.1.3
21012025-01-22T04:28:41.534Z Checking unicode-bidi v0.3.17
21022025-01-22T04:28:41.746Z Checking ipnet v2.10.1
21032025-01-22T04:28:41.778Z Checking winnow v0.6.20
21042025-01-22T04:28:42.225Z Checking utf8parse v0.2.2
21052025-01-22T04:28:42.240Z Checking mime v0.3.17
21062025-01-22T04:28:42.377Z Checking gimli v0.31.1
21072025-01-22T04:28:42.546Z Checking anstyle-parse v0.2.5
21082025-01-22T04:28:42.844Z Checking stringprep v0.1.5
21092025-01-22T04:28:42.892Z Checking crossbeam-deque v0.8.5
21102025-01-22T04:28:43.154Z Checking term v0.7.0
21112025-01-22T04:28:43.214Z Checking slog-json v2.6.1
21122025-01-22T04:28:43.505Z Checking rustls v0.23.19
21132025-01-22T04:28:43.634Z Checking rustls v0.22.4
21142025-01-22T04:28:43.636Z Checking native-tls v0.2.12
21152025-01-22T04:28:43.946Z Checking serde_urlencoded v0.7.1
21162025-01-22T04:28:44.364Z Checking crossbeam-channel v0.5.13
21172025-01-22T04:28:44.589Z Checking toml_edit v0.22.22
21182025-01-22T04:28:44.755Z Checking usdt-impl v0.5.0
21192025-01-22T04:28:45.084Z Checking futures-executor v0.3.31
21202025-01-22T04:28:45.349Z Checking rustls-pemfile v2.2.0
21212025-01-22T04:28:45.371Z Checking num-integer v0.1.46
21222025-01-22T04:28:45.583Z Checking md-5 v0.10.6
21232025-01-22T04:28:45.707Z Checking hyper v1.5.2
21242025-01-22T04:28:45.772Z Checking ff v0.13.0
21252025-01-22T04:28:45.805Z Checking hash32 v0.2.1
21262025-01-22T04:28:45.906Z Checking memmap v0.7.0
21272025-01-22T04:28:45.999Z Checking is-terminal v0.4.13
21282025-01-22T04:28:46.135Z Checking object v0.36.5
21292025-01-22T04:28:46.154Z Checking linked-hash-map v0.5.6
21302025-01-22T04:28:46.157Z Checking dyn-clone v1.0.17
21312025-01-22T04:28:46.269Z Checking addr2line v0.24.2
21322025-01-22T04:28:46.339Z Checking rustc-demangle v0.1.24
21332025-01-22T04:28:46.472Z Checking psl-types v2.0.11
21342025-01-22T04:28:46.693Z Checking base16ct v0.2.0
21352025-01-22T04:28:46.819Z Checking fallible-iterator v0.2.0
21362025-01-22T04:28:46.836Z Checking anstyle-query v1.1.1
21372025-01-22T04:28:46.910Z Checking utf-8 v0.7.6
21382025-01-22T04:28:46.974Z Checking quick-error v1.2.3
21392025-01-22T04:28:47.122Z Checking take_mut v0.2.2
21402025-01-22T04:28:47.140Z Checking colorchoice v1.0.2
21412025-01-22T04:28:47.158Z Checking is_terminal_polyfill v1.70.1
21422025-01-22T04:28:47.287Z Checking slog-async v2.8.0
21432025-01-22T04:28:47.291Z Checking tokio-rustls v0.25.0
21442025-01-22T04:28:47.317Z Checking anstream v0.6.15
21452025-01-22T04:28:47.353Z Checking toml v0.8.19
21462025-01-22T04:28:47.417Z Checking postgres-protocol v0.6.7
21472025-01-22T04:28:47.585Z Checking resolv-conf v0.7.0
21482025-01-22T04:28:47.691Z Checking tungstenite v0.24.0
21492025-01-22T04:28:47.694Z Checking sec1 v0.7.3
21502025-01-22T04:28:47.738Z Checking hyper-util v0.1.10
21512025-01-22T04:28:47.939Z Checking publicsuffix v2.3.0
21522025-01-22T04:28:48.078Z Checking lru-cache v0.1.2
21532025-01-22T04:28:48.094Z Checking schemars v0.8.21
21542025-01-22T04:28:48.114Z Checking usdt v0.5.0
21552025-01-22T04:28:48.225Z Checking slog-term v2.9.1
21562025-01-22T04:28:48.270Z Checking heapless v0.7.17
21572025-01-22T04:28:48.393Z Checking group v0.13.0
21582025-01-22T04:28:48.627Z Checking num-iter v0.1.45
21592025-01-22T04:28:48.672Z Checking futures v0.3.31
21602025-01-22T04:28:48.741Z Checking tokio-native-tls v0.3.1
21612025-01-22T04:28:48.788Z Checking slog-bunyan v2.5.0
21622025-01-22T04:28:48.813Z Checking rayon-core v1.12.1
21632025-01-22T04:28:48.913Z Checking tokio-rustls v0.26.0
21642025-01-22T04:28:48.971Z Checking multer v3.1.0
21652025-01-22T04:28:49.009Z Checking hickory-proto v0.24.2
21662025-01-22T04:28:49.190Z Checking terminal_size v0.4.0
21672025-01-22T04:28:49.340Z Checking phf_shared v0.11.2
21682025-01-22T04:28:49.385Z Checking cookie v0.18.1
21692025-01-22T04:28:49.538Z Checking async-stream v0.3.6
21702025-01-22T04:28:49.632Z Checking bzip2-sys v0.1.11+1.0.8
21712025-01-22T04:28:49.657Z Checking signal-hook v0.3.17
21722025-01-22T04:28:49.710Z Checking camino v1.1.9
21732025-01-22T04:28:49.751Z Checking waitgroup v0.1.2
21742025-01-22T04:28:49.775Z Checking openapiv3 v2.0.0
21752025-01-22T04:28:49.854Z Checking webpki-roots v0.26.6
21762025-01-22T04:28:49.869Z Checking serde_path_to_error v0.1.16
21772025-01-22T04:28:49.897Z Checking hkdf v0.12.4
21782025-01-22T04:28:49.989Z Checking crypto-bigint v0.5.5
21792025-01-22T04:28:50.076Z Checking hostname v0.4.0
21802025-01-22T04:28:50.133Z Checking crc32fast v1.4.2
21812025-01-22T04:28:50.232Z Checking winnow v0.5.40
21822025-01-22T04:28:50.265Z Checking debug-ignore v1.0.5
21832025-01-22T04:28:50.507Z Checking bitflags v1.3.2
21842025-01-22T04:28:50.515Z Checking unicode-width v0.1.14
21852025-01-22T04:28:50.515Z Checking strsim v0.11.1
21862025-01-22T04:28:50.515Z Checking managed v0.8.0
21872025-01-22T04:28:50.768Z Checking clap_lex v0.7.2
21882025-01-22T04:28:50.929Z Checking smoltcp v0.9.1
21892025-01-22T04:28:50.945Z Checking console v0.15.8
21902025-01-22T04:28:51.039Z Checking clap_builder v4.5.21
21912025-01-22T04:28:51.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21922025-01-22T04:28:51.864Z Checking flate2 v1.0.35
21932025-01-22T04:28:52.278Z Checking backtrace v0.3.74
21942025-01-22T04:28:52.444Z Checking hyper-rustls v0.27.3
21952025-01-22T04:28:52.533Z Checking signal-hook-mio v0.2.4
21962025-01-22T04:28:52.696Z Checking cookie_store v0.21.1
21972025-01-22T04:28:52.811Z Checking hyper-tls v0.6.0
21982025-01-22T04:28:52.880Z Checking anyhow v1.0.93
21992025-01-22T04:28:52.900Z Checking elliptic-curve v0.13.8
22002025-01-22T04:28:53.082Z Checking dropshot v0.12.0
22012025-01-22T04:28:53.102Z Checking bzip2 v0.4.4
22022025-01-22T04:28:53.197Z Checking toml_edit v0.19.15
22032025-01-22T04:28:53.248Z Checking phf v0.11.2
22042025-01-22T04:28:53.403Z Checking rayon v1.10.0
22052025-01-22T04:28:53.420Z Checking num-bigint-dig v0.8.4
22062025-01-22T04:28:53.518Z Checking tokio-tungstenite v0.24.0
22072025-01-22T04:28:53.536Z Checking postgres-types v0.2.8
22082025-01-22T04:28:53.885Z Checking hickory-resolver v0.24.2
22092025-01-22T04:28:53.991Z Checking bstr v1.10.0
22102025-01-22T04:28:54.167Z Checking regex v1.11.1
22112025-01-22T04:28:54.187Z Checking ed25519 v2.2.3
22122025-01-22T04:28:54.523Z Checking tokio-stream v0.1.16
22132025-01-22T04:28:54.791Z Checking phf_shared v0.10.0
22142025-01-22T04:28:54.928Z Checking curve25519-dalek v4.1.3
22152025-01-22T04:28:55.073Z Checking zerocopy v0.6.6
22162025-01-22T04:28:55.362Z Checking hubpack v0.1.2
22172025-01-22T04:28:55.537Z Checking portable-atomic v1.9.0
22182025-01-22T04:28:55.561Z Checking pkcs1 v0.7.5
22192025-01-22T04:28:55.701Z Checking float-cmp v0.9.0
22202025-01-22T04:28:55.728Z Checking serde-big-array v0.5.1
22212025-01-22T04:28:55.780Z Checking rfc6979 v0.4.0
22222025-01-22T04:28:55.904Z Checking sync_wrapper v1.0.1
22232025-01-22T04:28:55.960Z Checking unicode-width v0.2.0
22242025-01-22T04:28:55.960Z Checking difflib v0.4.0
22252025-01-22T04:28:55.995Z Checking number_prefix v0.4.0
22262025-01-22T04:28:56.057Z Checking predicates-core v1.0.8
22272025-01-22T04:28:56.204Z Checking bit-vec v0.6.3
22282025-01-22T04:28:56.248Z Checking static_assertions v1.1.0
22292025-01-22T04:28:56.319Z Checking whoami v1.5.2
22302025-01-22T04:28:56.349Z Checking unicode-segmentation v1.12.0
22312025-01-22T04:28:56.464Z Checking normalize-line-endings v0.3.0
22322025-01-22T04:28:56.549Z Checking new_debug_unreachable v1.0.6
22332025-01-22T04:28:56.572Z Checking precomputed-hash v0.1.1
22342025-01-22T04:28:56.597Z Checking minimal-lexical v0.2.1
22352025-01-22T04:28:56.630Z Checking fixedbitset v0.4.2
22362025-01-22T04:28:56.647Z Checking qorb v0.2.1
22372025-01-22T04:28:56.661Z Checking tokio-postgres v0.7.12
22382025-01-22T04:28:56.688Z Checking string_cache v0.8.7
22392025-01-22T04:28:56.782Z Checking ed25519-dalek v2.1.1
22402025-01-22T04:28:56.894Z Checking petgraph v0.6.5
22412025-01-22T04:28:56.930Z Checking indicatif v0.17.9
22422025-01-22T04:28:56.981Z Checking nom v7.1.3
22432025-01-22T04:28:56.996Z Checking predicates v3.1.2
22442025-01-22T04:28:57.040Z Checking similar v2.6.0
22452025-01-22T04:28:57.191Z Checking bit-set v0.5.3
22462025-01-22T04:28:57.464Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22472025-01-22T04:28:57.617Z Checking reqwest v0.12.9
22482025-01-22T04:28:57.695Z Checking ecdsa v0.16.9
22492025-01-22T04:28:57.859Z Checking rsa v0.9.6
22502025-01-22T04:28:58.415Z Checking toml v0.7.8
22512025-01-22T04:28:58.932Z Checking clap v4.5.21
22522025-01-22T04:28:59.062Z Checking zip v0.6.6
22532025-01-22T04:28:59.195Z Checking crossterm v0.28.1
22542025-01-22T04:28:59.298Z Checking itertools v0.10.5
22552025-01-22T04:28:59.562Z Checking itertools v0.12.1
22562025-01-22T04:28:59.676Z Checking fs-err v2.11.0
22572025-01-22T04:28:59.766Z Checking ahash v0.8.11
22582025-01-22T04:29:00.019Z Checking x509-cert v0.2.5
22592025-01-22T04:29:00.054Z Checking semver v1.0.24
22602025-01-22T04:29:00.225Z Checking hex v0.4.3
22612025-01-22T04:29:00.262Z Checking lalrpop-util v0.19.12
22622025-01-22T04:29:00.528Z Checking peg-runtime v0.8.3
22632025-01-22T04:29:00.574Z Checking sigpipe v0.1.3
22642025-01-22T04:29:02.048Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22652025-01-22T04:29:02.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.48s
22662025-01-22T04:29:02.566Z
22672025-01-22T04:29:02.566Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22682025-01-22T04:29:03.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692025-01-22T04:29:03.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702025-01-22T04:29:03.248Z Compiling hashbrown v0.14.5
22712025-01-22T04:29:03.371Z Checking heck v0.5.0
22722025-01-22T04:29:03.385Z Compiling unsafe-libyaml v0.2.11
22732025-01-22T04:29:03.400Z Checking ipnetwork v0.20.0
22742025-01-22T04:29:03.403Z Compiling ident_case v1.0.1
22752025-01-22T04:29:03.430Z Checking progenitor-client v0.8.0
22762025-01-22T04:29:03.446Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22772025-01-22T04:29:03.561Z Compiling darling_core v0.20.10
22782025-01-22T04:29:03.604Z Checking newtype-uuid v1.2.1
22792025-01-22T04:29:03.753Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22802025-01-22T04:29:03.789Z Compiling proc-macro-crate v1.3.1
22812025-01-22T04:29:03.808Z Compiling structmeta-derive v0.3.0
22822025-01-22T04:29:03.877Z Compiling thiserror v2.0.11
22832025-01-22T04:29:04.119Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22842025-01-22T04:29:04.384Z Checking regress v0.10.1
22852025-01-22T04:29:04.441Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22862025-01-22T04:29:04.761Z Compiling serde_yaml v0.9.34+deprecated
22872025-01-22T04:29:04.924Z Compiling num_enum_derive v0.5.11
22882025-01-22T04:29:05.250Z Compiling lzma-sys v0.1.20
22892025-01-22T04:29:05.689Z Compiling foreign-types-macros v0.2.3
22902025-01-22T04:29:06.014Z Compiling thiserror-impl v2.0.11
22912025-01-22T04:29:06.621Z Compiling structmeta v0.3.0
22922025-01-22T04:29:06.981Z Compiling dropshot v0.15.1
22932025-01-22T04:29:07.008Z Checking foreign-types-shared v0.3.1
22942025-01-22T04:29:07.146Z Checking arc-swap v1.7.1
22952025-01-22T04:29:07.242Z Checking num_enum v0.5.11
22962025-01-22T04:29:07.353Z Checking foreign-types v0.5.0
22972025-01-22T04:29:07.421Z Compiling parse-display-derive v0.10.0
22982025-01-22T04:29:07.520Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22992025-01-22T04:29:07.564Z Checking slog-scope v4.4.0
23002025-01-22T04:29:07.775Z Compiling proc-macro-error v1.0.4
23012025-01-22T04:29:08.059Z Checking typify-impl v0.2.0
23022025-01-22T04:29:08.594Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032025-01-22T04:29:08.627Z Checking tungstenite v0.21.0
23042025-01-22T04:29:08.714Z Compiling heck v0.3.3
23052025-01-22T04:29:09.055Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062025-01-22T04:29:09.497Z Compiling dropshot_endpoint v0.15.1
23072025-01-22T04:29:09.518Z Checking cstr-argument v0.1.2
23082025-01-22T04:29:09.587Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092025-01-22T04:29:09.698Z Checking instant v0.1.13
23102025-01-22T04:29:09.839Z Checking fastrand v2.1.1
23112025-01-22T04:29:09.906Z Checking pretty-hex v0.2.1
23122025-01-22T04:29:10.044Z Compiling darling_macro v0.20.10
23132025-01-22T04:29:10.100Z Checking base64 v0.21.7
23142025-01-22T04:29:10.170Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23152025-01-22T04:29:10.341Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23162025-01-22T04:29:10.563Z Checking tempfile v3.13.0
23172025-01-22T04:29:10.627Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23182025-01-22T04:29:10.656Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192025-01-22T04:29:10.731Z Checking backoff v0.4.0
23202025-01-22T04:29:10.814Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212025-01-22T04:29:10.903Z Checking tokio-tungstenite v0.21.0
23222025-01-22T04:29:10.939Z Checking strum v0.26.3
23232025-01-22T04:29:11.004Z Compiling darling v0.20.10
23242025-01-22T04:29:11.029Z Compiling zone_cfg_derive v0.1.2
23252025-01-22T04:29:11.106Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23262025-01-22T04:29:11.132Z Compiling serde_with_macros v3.11.0
23272025-01-22T04:29:11.150Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282025-01-22T04:29:11.434Z Checking slog-stdlog v4.1.1
23292025-01-22T04:29:11.609Z Checking parse-display v0.10.0
23302025-01-22T04:29:11.627Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23312025-01-22T04:29:11.654Z Checking regress v0.9.1
23322025-01-22T04:29:11.798Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23332025-01-22T04:29:11.816Z Checking progenitor-client v0.9.1
23342025-01-22T04:29:11.863Z Checking colored v2.1.0
23352025-01-22T04:29:12.085Z Checking macaddr v1.0.1
23362025-01-22T04:29:12.172Z Checking base64 v0.13.1
23372025-01-22T04:29:12.413Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23382025-01-22T04:29:12.502Z Checking zone v0.1.8
23392025-01-22T04:29:12.613Z Checking ron v0.7.1
23402025-01-22T04:29:12.902Z Checking xz2 v0.1.7
23412025-01-22T04:29:13.193Z Checking slog-envlogger v2.2.0
23422025-01-22T04:29:13.223Z Checking tabwriter v1.4.0
23432025-01-22T04:29:13.416Z Checking xattr v1.3.1
23442025-01-22T04:29:13.482Z Checking pem v3.0.4
23452025-01-22T04:29:13.642Z Checking yasna v0.5.2
23462025-01-22T04:29:13.768Z Checking headers-core v0.3.0
23472025-01-22T04:29:13.771Z Checking smf v0.2.3
23482025-01-22T04:29:13.801Z Checking serde_with v3.11.0
23492025-01-22T04:29:13.919Z Checking filetime v0.2.25
23502025-01-22T04:29:14.121Z Checking same-file v1.0.6
23512025-01-22T04:29:14.176Z Checking tar v0.4.42
23522025-01-22T04:29:14.228Z Checking headers v0.4.0
23532025-01-22T04:29:14.298Z Checking walkdir v2.5.0
23542025-01-22T04:29:14.494Z Checking rcgen v0.12.1
23552025-01-22T04:29:14.594Z Checking atomicwrites v0.4.4
23562025-01-22T04:29:14.800Z Checking camino-tempfile v1.1.1
23572025-01-22T04:29:15.039Z Checking subprocess v0.2.9
23582025-01-22T04:29:17.981Z Compiling typify-macro v0.2.0
23592025-01-22T04:29:19.594Z Compiling typify v0.2.0
23602025-01-22T04:29:19.668Z Compiling progenitor-impl v0.8.0
23612025-01-22T04:29:22.346Z Compiling progenitor-macro v0.8.0
23622025-01-22T04:29:26.227Z Checking progenitor v0.8.0
23632025-01-22T04:29:26.363Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23642025-01-22T04:29:26.366Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23652025-01-22T04:29:29.029Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23662025-01-22T04:29:29.432Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23672025-01-22T04:29:35.755Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23682025-01-22T04:29:37.302Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23692025-01-22T04:29:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.05s
23702025-01-22T04:29:38.805Z
23712025-01-22T04:29:38.805Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23722025-01-22T04:29:39.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732025-01-22T04:29:39.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742025-01-22T04:29:39.501Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23752025-01-22T04:29:40.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
23762025-01-22T04:29:41.117Z
23772025-01-22T04:29:41.117Zinfo: running `cargo check --bins` on nexus-config (51/197)
23782025-01-22T04:29:41.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792025-01-22T04:29:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802025-01-22T04:29:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812025-01-22T04:29:41.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23822025-01-22T04:29:41.791Z
23832025-01-22T04:29:41.791Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23842025-01-22T04:29:42.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852025-01-22T04:29:42.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862025-01-22T04:29:42.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872025-01-22T04:29:42.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23882025-01-22T04:29:42.434Z
23892025-01-22T04:29:42.434Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23902025-01-22T04:29:42.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912025-01-22T04:29:42.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922025-01-22T04:29:42.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932025-01-22T04:29:43.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23942025-01-22T04:29:43.085Z
23952025-01-22T04:29:43.085Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23962025-01-22T04:29:43.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972025-01-22T04:29:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982025-01-22T04:29:43.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23992025-01-22T04:29:43.933Z Compiling ipnetwork v0.20.0
24002025-01-22T04:29:43.933Z Compiling zerocopy v0.8.10
24012025-01-22T04:29:43.936Z Compiling progenitor-client v0.8.0
24022025-01-22T04:29:43.936Z Compiling itertools v0.13.0
24032025-01-22T04:29:43.936Z Compiling zerocopy-derive v0.8.10
24042025-01-22T04:29:43.936Z Compiling heapless v0.8.0
24052025-01-22T04:29:43.936Z Compiling thiserror v2.0.11
24062025-01-22T04:29:44.128Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24072025-01-22T04:29:44.251Z Checking hash32 v0.3.1
24082025-01-22T04:29:44.425Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24092025-01-22T04:29:44.445Z Compiling progenitor v0.8.0
24102025-01-22T04:29:44.676Z Compiling instant v0.1.13
24112025-01-22T04:29:44.724Z Compiling smoltcp v0.11.0
24122025-01-22T04:29:44.833Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24132025-01-22T04:29:44.870Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24142025-01-22T04:29:44.888Z Compiling backoff v0.4.0
24152025-01-22T04:29:45.151Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24162025-01-22T04:29:45.250Z Compiling dropshot v0.15.1
24172025-01-22T04:29:45.438Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24182025-01-22T04:29:45.701Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24192025-01-22T04:29:45.765Z Compiling serde_with v3.11.0
24202025-01-22T04:29:45.907Z Compiling parse-display v0.10.0
24212025-01-22T04:29:45.927Z Checking num-rational v0.4.2
24222025-01-22T04:29:46.559Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24232025-01-22T04:29:46.586Z Compiling progenitor-client v0.9.1
24242025-01-22T04:29:46.975Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24252025-01-22T04:29:47.134Z Compiling regress v0.9.1
24262025-01-22T04:29:48.294Z Compiling phf_generator v0.11.2
24272025-01-22T04:29:48.500Z Checking num-complex v0.4.6
24282025-01-22T04:29:49.419Z Compiling macaddr v1.0.1
24292025-01-22T04:29:49.575Z Checking cobs v0.2.3
24302025-01-22T04:29:49.776Z Checking postcard v1.0.10
24312025-01-22T04:29:49.891Z Checking num v0.4.3
24322025-01-22T04:29:50.008Z Compiling phf_codegen v0.11.2
24332025-01-22T04:29:50.309Z Compiling parse-zoneinfo v0.3.1
24342025-01-22T04:29:50.347Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24352025-01-22T04:29:50.699Z Checking float-ord v0.3.2
24362025-01-22T04:29:50.880Z Compiling convert_case v0.4.0
24372025-01-22T04:29:52.343Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24382025-01-22T04:29:52.370Z Compiling derive_more v0.99.18
24392025-01-22T04:29:52.520Z Compiling chrono-tz-build v0.4.0
24402025-01-22T04:29:53.008Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24412025-01-22T04:29:53.367Z Compiling crucible-workspace-hack v0.1.0
24422025-01-22T04:29:53.667Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24432025-01-22T04:29:53.738Z Compiling chrono-tz v0.10.0
24442025-01-22T04:29:53.892Z Checking newline-converter v0.3.0
24452025-01-22T04:29:54.020Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24462025-01-22T04:29:54.070Z Checking prettyplease v0.2.25
24472025-01-22T04:29:54.413Z Compiling slog-dtrace v0.3.0
24482025-01-22T04:29:54.711Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24492025-01-22T04:29:54.730Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24502025-01-22T04:29:55.216Z Checking expectorate v1.1.0
24512025-01-22T04:29:55.322Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24522025-01-22T04:29:55.400Z Compiling zone_cfg_derive v0.3.0
24532025-01-22T04:29:56.085Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542025-01-22T04:29:56.616Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24552025-01-22T04:29:56.903Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24562025-01-22T04:29:56.933Z Compiling const_format_proc_macros v0.2.33
24572025-01-22T04:29:56.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24582025-01-22T04:29:56.988Z Compiling num-derive v0.4.2
24592025-01-22T04:29:57.190Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24602025-01-22T04:29:57.500Z Checking highway v1.2.0
24612025-01-22T04:29:57.979Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24622025-01-22T04:29:58.134Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24632025-01-22T04:29:58.258Z Checking zone v0.3.0
24642025-01-22T04:29:58.276Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24652025-01-22T04:29:58.754Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24662025-01-22T04:29:58.909Z Checking const_format v0.2.33
24672025-01-22T04:29:59.046Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24682025-01-22T04:29:59.410Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24692025-01-22T04:29:59.498Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24702025-01-22T04:29:59.813Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24712025-01-22T04:29:59.840Z Checking gethostname v0.5.0
24722025-01-22T04:29:59.859Z Checking bcs v0.1.6
24732025-01-22T04:29:59.953Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24742025-01-22T04:29:59.977Z Compiling async-recursion v1.1.1
24752025-01-22T04:30:00.300Z Checking termtree v0.5.1
24762025-01-22T04:30:01.739Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24772025-01-22T04:30:07.247Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24782025-01-22T04:30:10.676Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24792025-01-22T04:30:13.397Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24802025-01-22T04:30:14.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.53s
24812025-01-22T04:30:14.811Z
24822025-01-22T04:30:14.811Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24832025-01-22T04:30:15.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842025-01-22T04:30:15.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852025-01-22T04:30:15.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862025-01-22T04:30:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24872025-01-22T04:30:15.457Z
24882025-01-22T04:30:15.457Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24892025-01-22T04:30:16.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902025-01-22T04:30:16.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912025-01-22T04:30:16.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922025-01-22T04:30:16.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24932025-01-22T04:30:16.104Z
24942025-01-22T04:30:16.105Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24952025-01-22T04:30:16.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962025-01-22T04:30:16.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972025-01-22T04:30:16.797Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24982025-01-22T04:30:17.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
24992025-01-22T04:30:17.637Z
25002025-01-22T04:30:17.637Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
25012025-01-22T04:30:18.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022025-01-22T04:30:18.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032025-01-22T04:30:18.352Z Compiling cfg_aliases v0.1.1
25042025-01-22T04:30:18.355Z Compiling vte_generate_state_changes v0.1.2
25052025-01-22T04:30:18.355Z Checking fd-lock v4.0.2
25062025-01-22T04:30:18.355Z Checking nibble_vec v0.1.0
25072025-01-22T04:30:18.459Z Checking bytecount v0.6.8
25082025-01-22T04:30:18.471Z Checking endian-type v0.1.2
25092025-01-22T04:30:18.497Z Compiling tabled_derive v0.7.0
25102025-01-22T04:30:18.540Z Compiling peg-macros v0.8.4
25112025-01-22T04:30:18.555Z Compiling nix v0.28.0
25122025-01-22T04:30:18.623Z Checking papergrid v0.11.0
25132025-01-22T04:30:18.653Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25142025-01-22T04:30:18.682Z Compiling sqlparser_derive v0.2.2
25152025-01-22T04:30:18.714Z Checking radix_trie v0.2.1
25162025-01-22T04:30:19.058Z Checking vte v0.11.1
25172025-01-22T04:30:19.084Z Checking home v0.5.9
25182025-01-22T04:30:19.247Z Checking nu-ansi-term v0.50.1
25192025-01-22T04:30:19.668Z Checking unicode_categories v0.1.1
25202025-01-22T04:30:19.753Z Checking display-error-chain v0.2.2
25212025-01-22T04:30:19.792Z Checking sqlparser v0.45.0
25222025-01-22T04:30:19.961Z Checking sqlformat v0.2.6
25232025-01-22T04:30:20.450Z Checking strip-ansi-escapes v0.2.0
25242025-01-22T04:30:20.622Z Checking reedline v0.35.0
25252025-01-22T04:30:20.641Z Checking tabled v0.15.0
25262025-01-22T04:30:21.184Z Checking peg v0.8.4
25272025-01-22T04:30:21.708Z Checking rustyline v14.0.0
25282025-01-22T04:30:31.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
25292025-01-22T04:30:31.320Z
25302025-01-22T04:30:31.320Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25312025-01-22T04:30:31.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322025-01-22T04:30:31.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332025-01-22T04:30:32.013Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342025-01-22T04:30:37.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
25352025-01-22T04:30:37.808Z
25362025-01-22T04:30:37.808Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25372025-01-22T04:30:38.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382025-01-22T04:30:38.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392025-01-22T04:30:38.519Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402025-01-22T04:30:42.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
25412025-01-22T04:30:42.659Z
25422025-01-22T04:30:42.659Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25432025-01-22T04:30:43.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-01-22T04:30:43.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-01-22T04:30:43.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462025-01-22T04:30:48.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
25472025-01-22T04:30:48.910Z
25482025-01-22T04:30:48.910Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25492025-01-22T04:30:49.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-01-22T04:30:49.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-01-22T04:30:49.627Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522025-01-22T04:30:54.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
25532025-01-22T04:30:55.091Z
25542025-01-22T04:30:55.091Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25552025-01-22T04:30:55.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-01-22T04:30:55.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-01-22T04:30:55.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25582025-01-22T04:30:59.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
25592025-01-22T04:30:59.922Z
25602025-01-22T04:30:59.922Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25612025-01-22T04:31:00.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-01-22T04:31:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-01-22T04:31:00.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642025-01-22T04:31:04.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
25652025-01-22T04:31:04.861Z
25662025-01-22T04:31:04.861Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25672025-01-22T04:31:05.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682025-01-22T04:31:05.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692025-01-22T04:31:05.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702025-01-22T04:31:11.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
25712025-01-22T04:31:11.215Z
25722025-01-22T04:31:11.215Zinfo: running `cargo check --bins` on oximeter (66/197)
25732025-01-22T04:31:11.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742025-01-22T04:31:11.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752025-01-22T04:31:11.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762025-01-22T04:31:11.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25772025-01-22T04:31:11.859Z
25782025-01-22T04:31:11.859Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25792025-01-22T04:31:12.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802025-01-22T04:31:12.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812025-01-22T04:31:12.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822025-01-22T04:31:12.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25832025-01-22T04:31:12.486Z
25842025-01-22T04:31:12.487Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25852025-01-22T04:31:13.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862025-01-22T04:31:13.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872025-01-22T04:31:13.128Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25882025-01-22T04:31:15.337Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25892025-01-22T04:31:16.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
25902025-01-22T04:31:16.517Z
25912025-01-22T04:31:16.517Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25922025-01-22T04:31:17.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-22T04:31:17.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-22T04:31:17.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-22T04:31:17.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25962025-01-22T04:31:17.160Z
25972025-01-22T04:31:17.160Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25982025-01-22T04:31:17.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-22T04:31:17.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-22T04:31:17.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-22T04:31:17.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26022025-01-22T04:31:17.839Z
26032025-01-22T04:31:17.839Zinfo: running `cargo check --bins` on oxql-types (71/197)
26042025-01-22T04:31:18.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-22T04:31:18.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-22T04:31:18.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-22T04:31:18.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26082025-01-22T04:31:18.527Z
26092025-01-22T04:31:18.527Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26102025-01-22T04:31:19.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-22T04:31:19.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-22T04:31:19.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-22T04:31:19.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26142025-01-22T04:31:19.239Z
26152025-01-22T04:31:19.239Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26162025-01-22T04:31:19.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-22T04:31:19.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-22T04:31:19.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-22T04:31:19.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26202025-01-22T04:31:19.929Z
26212025-01-22T04:31:19.929Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26222025-01-22T04:31:20.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-22T04:31:20.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-22T04:31:20.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-22T04:31:20.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26262025-01-22T04:31:20.626Z
26272025-01-22T04:31:20.626Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26282025-01-22T04:31:21.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-22T04:31:21.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-22T04:31:21.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-01-22T04:31:21.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26322025-01-22T04:31:21.306Z
26332025-01-22T04:31:21.306Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26342025-01-22T04:31:21.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-01-22T04:31:21.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-01-22T04:31:21.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372025-01-22T04:31:21.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26382025-01-22T04:31:21.977Z
26392025-01-22T04:31:21.977Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26402025-01-22T04:31:22.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-01-22T04:31:22.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-01-22T04:31:22.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-01-22T04:31:22.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26442025-01-22T04:31:22.643Z
26452025-01-22T04:31:22.643Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26462025-01-22T04:31:23.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-22T04:31:23.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-22T04:31:23.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-01-22T04:31:23.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26502025-01-22T04:31:23.298Z
26512025-01-22T04:31:23.298Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26522025-01-22T04:31:23.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-01-22T04:31:23.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-01-22T04:31:23.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-01-22T04:31:23.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26562025-01-22T04:31:23.974Z
26572025-01-22T04:31:23.974Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26582025-01-22T04:31:24.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-01-22T04:31:24.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-01-22T04:31:24.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-01-22T04:31:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26622025-01-22T04:31:24.635Z
26632025-01-22T04:31:24.635Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26642025-01-22T04:31:25.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-22T04:31:25.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-22T04:31:25.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-22T04:31:25.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26682025-01-22T04:31:25.301Z
26692025-01-22T04:31:25.301Zinfo: running `cargo check --bins` on dpd-client (82/197)
26702025-01-22T04:31:25.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-22T04:31:25.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-22T04:31:25.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-01-22T04:31:25.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26742025-01-22T04:31:25.959Z
26752025-01-22T04:31:25.959Zinfo: running `cargo check --bins` on gateway-client (83/197)
26762025-01-22T04:31:26.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-01-22T04:31:26.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-01-22T04:31:26.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-01-22T04:31:26.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26802025-01-22T04:31:26.599Z
26812025-01-22T04:31:26.599Zinfo: running `cargo check --bins` on installinator-client (84/197)
26822025-01-22T04:31:27.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-01-22T04:31:27.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-01-22T04:31:27.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-01-22T04:31:27.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26862025-01-22T04:31:27.282Z
26872025-01-22T04:31:27.282Zinfo: running `cargo check --bins` on installinator-common (85/197)
26882025-01-22T04:31:27.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-01-22T04:31:27.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-01-22T04:31:27.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-01-22T04:31:27.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26922025-01-22T04:31:27.951Z
26932025-01-22T04:31:27.951Zinfo: running `cargo check --bins` on update-engine (86/197)
26942025-01-22T04:31:28.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-01-22T04:31:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-01-22T04:31:28.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-01-22T04:31:28.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26982025-01-22T04:31:28.620Z
26992025-01-22T04:31:28.620Zinfo: running `cargo check --bins` on nexus-client (87/197)
27002025-01-22T04:31:29.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-01-22T04:31:29.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-01-22T04:31:29.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-01-22T04:31:29.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27042025-01-22T04:31:29.289Z
27052025-01-22T04:31:29.289Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27062025-01-22T04:31:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-01-22T04:31:29.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-01-22T04:31:29.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-01-22T04:31:29.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27102025-01-22T04:31:29.976Z
27112025-01-22T04:31:29.976Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27122025-01-22T04:31:30.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-01-22T04:31:30.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-01-22T04:31:30.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-01-22T04:31:30.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27162025-01-22T04:31:30.622Z
27172025-01-22T04:31:30.622Zinfo: running `cargo check --bins` on nexus-types (90/197)
27182025-01-22T04:31:31.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-01-22T04:31:31.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-01-22T04:31:31.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-01-22T04:31:31.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27222025-01-22T04:31:31.291Z
27232025-01-22T04:31:31.291Zinfo: running `cargo check --bins` on oxide-client (91/197)
27242025-01-22T04:31:31.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-01-22T04:31:31.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-01-22T04:31:31.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-01-22T04:31:31.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27282025-01-22T04:31:31.935Z
27292025-01-22T04:31:31.935Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27302025-01-22T04:31:32.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-01-22T04:31:32.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-01-22T04:31:32.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-01-22T04:31:32.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27342025-01-22T04:31:32.611Z
27352025-01-22T04:31:32.611Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27362025-01-22T04:31:33.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-01-22T04:31:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-01-22T04:31:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-01-22T04:31:33.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27402025-01-22T04:31:33.259Z
27412025-01-22T04:31:33.259Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27422025-01-22T04:31:33.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-01-22T04:31:33.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-01-22T04:31:33.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-01-22T04:31:33.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27462025-01-22T04:31:33.938Z
27472025-01-22T04:31:33.938Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27482025-01-22T04:31:34.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-01-22T04:31:34.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-01-22T04:31:34.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-01-22T04:31:34.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27522025-01-22T04:31:34.629Z
27532025-01-22T04:31:34.629Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27542025-01-22T04:31:35.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-01-22T04:31:35.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-01-22T04:31:35.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-01-22T04:31:35.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27582025-01-22T04:31:35.342Z
27592025-01-22T04:31:35.342Zinfo: running `cargo check --bins` on wicket-common (97/197)
27602025-01-22T04:31:35.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-01-22T04:31:35.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-01-22T04:31:35.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-01-22T04:31:35.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27642025-01-22T04:31:36.024Z
27652025-01-22T04:31:36.024Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27662025-01-22T04:31:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-01-22T04:31:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-01-22T04:31:36.727Z Checking csv-core v0.1.11
27692025-01-22T04:31:36.730Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27702025-01-22T04:31:36.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27712025-01-22T04:31:36.730Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722025-01-22T04:31:37.056Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732025-01-22T04:31:37.076Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27742025-01-22T04:31:37.081Z Checking csv v1.3.0
27752025-01-22T04:31:37.685Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27762025-01-22T04:31:38.078Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772025-01-22T04:31:39.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
27782025-01-22T04:31:40.003Z
27792025-01-22T04:31:40.003Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27802025-01-22T04:31:40.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-01-22T04:31:40.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-01-22T04:31:40.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-01-22T04:31:40.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27842025-01-22T04:31:40.676Z
27852025-01-22T04:31:40.676Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27862025-01-22T04:31:41.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-01-22T04:31:41.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-01-22T04:31:41.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-01-22T04:31:41.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27902025-01-22T04:31:41.339Z
27912025-01-22T04:31:41.339Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27922025-01-22T04:31:42.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-01-22T04:31:42.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-01-22T04:31:42.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-01-22T04:31:42.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27962025-01-22T04:31:42.116Z
27972025-01-22T04:31:42.116Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27982025-01-22T04:31:42.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-01-22T04:31:42.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-01-22T04:31:42.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-01-22T04:31:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28022025-01-22T04:31:42.885Z
28032025-01-22T04:31:42.885Zinfo: running `cargo check --bins` on dns-server (103/197)
28042025-01-22T04:31:43.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-01-22T04:31:43.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-01-22T04:31:43.585Z Compiling typify-impl v0.3.0
28072025-01-22T04:31:43.693Z Compiling parking_lot_core v0.8.6
28082025-01-22T04:31:43.695Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28092025-01-22T04:31:43.707Z Checking fxhash v0.2.1
28102025-01-22T04:31:43.731Z Checking hickory-client v0.24.2
28112025-01-22T04:31:43.747Z Checking hickory-server v0.24.2
28122025-01-22T04:31:44.461Z Checking parking_lot v0.11.2
28132025-01-22T04:31:44.485Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142025-01-22T04:31:44.754Z Checking sled v0.34.7
28152025-01-22T04:31:49.423Z Compiling typify-macro v0.3.0
28162025-01-22T04:31:51.077Z Compiling typify v0.3.0
28172025-01-22T04:31:51.149Z Compiling progenitor-impl v0.9.1
28182025-01-22T04:31:53.731Z Compiling progenitor-macro v0.9.1
28192025-01-22T04:31:57.614Z Checking progenitor v0.9.1
28202025-01-22T04:31:57.754Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28212025-01-22T04:31:58.236Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28222025-01-22T04:31:59.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s
28232025-01-22T04:31:59.876Z
28242025-01-22T04:31:59.876Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28252025-01-22T04:32:00.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-01-22T04:32:00.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-01-22T04:32:00.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-01-22T04:32:00.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28292025-01-22T04:32:00.547Z
28302025-01-22T04:32:00.547Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28312025-01-22T04:32:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-01-22T04:32:01.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-01-22T04:32:01.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-01-22T04:32:01.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28352025-01-22T04:32:01.275Z
28362025-01-22T04:32:01.275Zinfo: running `cargo check --bins` on gateway-types (106/197)
28372025-01-22T04:32:01.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-01-22T04:32:01.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-01-22T04:32:01.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-01-22T04:32:01.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28412025-01-22T04:32:01.929Z
28422025-01-22T04:32:01.929Zinfo: running `cargo check --bins` on ipcc (107/197)
28432025-01-22T04:32:02.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-01-22T04:32:02.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-01-22T04:32:02.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-01-22T04:32:02.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28472025-01-22T04:32:02.581Z
28482025-01-22T04:32:02.581Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28492025-01-22T04:32:03.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-22T04:32:03.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-22T04:32:03.322Z Compiling radium v0.7.0
28522025-01-22T04:32:03.322Z Compiling semver v0.1.20
28532025-01-22T04:32:03.444Z Compiling maybe-uninit v2.0.0
28542025-01-22T04:32:03.444Z Checking tap v1.0.1
28552025-01-22T04:32:03.457Z Checking password-hash v0.5.0
28562025-01-22T04:32:03.472Z Checking blake2 v0.10.6
28572025-01-22T04:32:03.475Z Compiling owo-colors v4.1.0
28582025-01-22T04:32:03.475Z Checking funty v2.0.0
28592025-01-22T04:32:03.596Z Checking wyz v0.5.1
28602025-01-22T04:32:03.824Z Compiling rustc_version v0.1.7
28612025-01-22T04:32:03.904Z Compiling packed_struct v0.10.1
28622025-01-22T04:32:03.930Z Checking crc-catalog v2.4.0
28632025-01-22T04:32:03.986Z Compiling cancel-safe-futures v0.1.5
28642025-01-22T04:32:04.024Z Checking argon2 v0.5.3
28652025-01-22T04:32:04.109Z Checking crc v3.2.1
28662025-01-22T04:32:04.200Z Compiling packed_struct_codegen v0.10.1
28672025-01-22T04:32:04.252Z Compiling indexmap v1.9.3
28682025-01-22T04:32:04.255Z Compiling newtype_derive v0.1.6
28692025-01-22T04:32:04.328Z Checking bitvec v1.0.1
28702025-01-22T04:32:04.384Z Checking half v2.4.1
28712025-01-22T04:32:04.401Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28722025-01-22T04:32:04.558Z Checking nodrop v0.1.14
28732025-01-22T04:32:04.561Z Checking ciborium-io v0.2.2
28742025-01-22T04:32:04.688Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28752025-01-22T04:32:04.722Z Checking array-init v0.0.4
28762025-01-22T04:32:04.769Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28772025-01-22T04:32:04.816Z Checking ciborium-ll v0.2.2
28782025-01-22T04:32:04.979Z Checking smallvec v0.6.14
28792025-01-22T04:32:05.113Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28802025-01-22T04:32:05.179Z Checking libsw v3.3.1
28812025-01-22T04:32:05.367Z Compiling memoffset v0.9.1
28822025-01-22T04:32:05.459Z Checking bitfield v0.14.0
28832025-01-22T04:32:05.481Z Checking hashbrown v0.12.3
28842025-01-22T04:32:05.596Z Checking indent_write v2.2.0
28852025-01-22T04:32:05.717Z Checking linear-map v1.2.0
28862025-01-22T04:32:05.771Z Checking swrite v0.1.0
28872025-01-22T04:32:05.825Z Checking termcolor v1.4.1
28882025-01-22T04:32:05.914Z Checking ron v0.8.1
28892025-01-22T04:32:06.136Z Checking serde-hex v0.1.0
28902025-01-22T04:32:06.200Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28912025-01-22T04:32:06.236Z Checking env_logger v0.10.2
28922025-01-22T04:32:06.392Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28932025-01-22T04:32:06.656Z Checking ciborium v0.2.2
28942025-01-22T04:32:07.119Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28952025-01-22T04:32:07.119Z Checking steno v0.4.1
28962025-01-22T04:32:07.187Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28972025-01-22T04:32:07.467Z Checking hashbrown v0.13.2
28982025-01-22T04:32:07.619Z Checking humantime v2.1.0
28992025-01-22T04:32:07.698Z Checking crc-any v2.5.0
29002025-01-22T04:32:07.918Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012025-01-22T04:32:08.072Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29022025-01-22T04:32:08.447Z Checking object v0.30.4
29032025-01-22T04:32:08.482Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29042025-01-22T04:32:08.526Z Checking path-slash v0.1.5
29052025-01-22T04:32:08.687Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29062025-01-22T04:32:08.877Z Checking nix v0.27.1
29072025-01-22T04:32:09.361Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29082025-01-22T04:32:09.380Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29092025-01-22T04:32:09.670Z Checking tungstenite v0.23.0
29102025-01-22T04:32:10.024Z Checking kstat-rs v0.2.4
29112025-01-22T04:32:10.115Z Checking signal-hook-tokio v0.3.1
29122025-01-22T04:32:10.388Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29132025-01-22T04:32:10.549Z Checking tokio-tungstenite v0.23.1
29142025-01-22T04:32:10.570Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29152025-01-22T04:32:11.349Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29162025-01-22T04:32:11.512Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29172025-01-22T04:32:17.941Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29182025-01-22T04:32:19.361Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29192025-01-22T04:32:22.167Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29202025-01-22T04:32:27.960Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29212025-01-22T04:32:28.686Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29222025-01-22T04:32:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s
29232025-01-22T04:32:31.835Z
29242025-01-22T04:32:31.835Zinfo: running `cargo check --bins` on gateway-api (109/197)
29252025-01-22T04:32:32.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262025-01-22T04:32:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272025-01-22T04:32:32.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282025-01-22T04:32:32.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29292025-01-22T04:32:32.483Z
29302025-01-22T04:32:32.483Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29312025-01-22T04:32:33.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322025-01-22T04:32:33.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332025-01-22T04:32:33.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342025-01-22T04:32:33.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29352025-01-22T04:32:33.132Z
29362025-01-22T04:32:33.132Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29372025-01-22T04:32:33.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382025-01-22T04:32:33.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392025-01-22T04:32:33.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402025-01-22T04:32:33.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29412025-01-22T04:32:33.819Z
29422025-01-22T04:32:33.819Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29432025-01-22T04:32:34.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442025-01-22T04:32:34.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452025-01-22T04:32:34.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462025-01-22T04:32:34.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29472025-01-22T04:32:34.501Z
29482025-01-22T04:32:34.501Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29492025-01-22T04:32:35.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502025-01-22T04:32:35.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512025-01-22T04:32:35.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522025-01-22T04:32:35.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29532025-01-22T04:32:35.180Z
29542025-01-22T04:32:35.180Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29552025-01-22T04:32:35.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562025-01-22T04:32:35.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572025-01-22T04:32:35.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582025-01-22T04:32:35.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29592025-01-22T04:32:35.877Z
29602025-01-22T04:32:35.877Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29612025-01-22T04:32:36.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622025-01-22T04:32:36.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632025-01-22T04:32:36.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642025-01-22T04:32:36.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29652025-01-22T04:32:36.541Z
29662025-01-22T04:32:36.541Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29672025-01-22T04:32:37.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682025-01-22T04:32:37.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692025-01-22T04:32:37.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702025-01-22T04:32:37.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29712025-01-22T04:32:37.201Z
29722025-01-22T04:32:37.201Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29732025-01-22T04:32:37.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742025-01-22T04:32:37.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752025-01-22T04:32:37.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762025-01-22T04:32:37.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29772025-01-22T04:32:37.911Z
29782025-01-22T04:32:37.911Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29792025-01-22T04:32:38.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802025-01-22T04:32:38.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812025-01-22T04:32:38.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822025-01-22T04:32:38.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29832025-01-22T04:32:38.613Z
29842025-01-22T04:32:38.613Zinfo: running `cargo check --bins` on sp-sim (119/197)
29852025-01-22T04:32:39.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-01-22T04:32:39.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-01-22T04:32:39.299Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29882025-01-22T04:32:39.771Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29892025-01-22T04:32:41.569Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29902025-01-22T04:32:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
29912025-01-22T04:32:43.576Z
29922025-01-22T04:32:43.577Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29932025-01-22T04:32:44.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-01-22T04:32:44.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-01-22T04:32:44.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-01-22T04:32:44.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29972025-01-22T04:32:44.281Z
29982025-01-22T04:32:44.282Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29992025-01-22T04:32:44.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-01-22T04:32:44.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-01-22T04:32:44.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-01-22T04:32:44.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30032025-01-22T04:32:45.008Z
30042025-01-22T04:32:45.008Zinfo: running `cargo check --bins` on db-macros (122/197)
30052025-01-22T04:32:45.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-01-22T04:32:45.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-01-22T04:32:45.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-01-22T04:32:45.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30092025-01-22T04:32:45.648Z
30102025-01-22T04:32:45.648Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30112025-01-22T04:32:46.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-01-22T04:32:46.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-01-22T04:32:46.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-01-22T04:32:46.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30152025-01-22T04:32:46.484Z
30162025-01-22T04:32:46.484Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30172025-01-22T04:32:46.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-01-22T04:32:46.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-01-22T04:32:46.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-01-22T04:32:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30212025-01-22T04:32:46.986Z
30222025-01-22T04:32:46.986Zinfo: running `cargo check --bins` on authz-macros (125/197)
30232025-01-22T04:32:47.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-01-22T04:32:47.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-01-22T04:32:47.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-01-22T04:32:47.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30272025-01-22T04:32:47.619Z
30282025-01-22T04:32:47.619Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30292025-01-22T04:32:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-22T04:32:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-22T04:32:48.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-01-22T04:32:48.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30332025-01-22T04:32:48.323Z
30342025-01-22T04:32:48.323Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30352025-01-22T04:32:48.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-22T04:32:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-22T04:32:48.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-01-22T04:32:48.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30392025-01-22T04:32:49.033Z
30402025-01-22T04:32:49.033Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30412025-01-22T04:32:49.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-22T04:32:49.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-22T04:32:49.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-01-22T04:32:49.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30452025-01-22T04:32:49.697Z
30462025-01-22T04:32:49.697Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30472025-01-22T04:32:50.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-22T04:32:50.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-22T04:32:50.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-01-22T04:32:50.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30512025-01-22T04:32:50.380Z
30522025-01-22T04:32:50.380Zinfo: running `cargo check --bins` on typed-rng (130/197)
30532025-01-22T04:32:50.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-22T04:32:50.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-22T04:32:50.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-01-22T04:32:50.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30572025-01-22T04:32:51.017Z
30582025-01-22T04:32:51.017Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30592025-01-22T04:32:51.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-22T04:32:51.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-22T04:32:51.812Z Checking keccak v0.1.5
30622025-01-22T04:32:51.925Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30632025-01-22T04:32:51.927Z Checking secrecy v0.8.0
30642025-01-22T04:32:51.927Z Compiling unicase v2.7.0
30652025-01-22T04:32:51.927Z Compiling same-file v1.0.6
30662025-01-22T04:32:51.964Z Compiling tempfile v3.13.0
30672025-01-22T04:32:51.999Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30682025-01-22T04:32:52.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30692025-01-22T04:32:52.126Z Compiling thiserror-impl-no-std v2.0.2
30702025-01-22T04:32:52.215Z Checking sha3 v0.10.8
30712025-01-22T04:32:52.239Z Compiling walkdir v2.5.0
30722025-01-22T04:32:52.279Z Checking universal-hash v0.5.1
30732025-01-22T04:32:52.327Z Compiling blake3 v1.5.4
30742025-01-22T04:32:52.507Z Checking opaque-debug v0.3.1
30752025-01-22T04:32:52.527Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30762025-01-22T04:32:52.582Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30772025-01-22T04:32:52.608Z Checking chacha20 v0.9.1
30782025-01-22T04:32:52.627Z Checking poly1305 v0.8.0
30792025-01-22T04:32:52.756Z Checking aead v0.5.2
30802025-01-22T04:32:52.832Z Compiling memmap2 v0.9.5
30812025-01-22T04:32:52.926Z Compiling constant_time_eq v0.3.1
30822025-01-22T04:32:52.975Z Compiling arrayvec v0.7.6
30832025-01-22T04:32:52.995Z Compiling arrayref v0.3.9
30842025-01-22T04:32:53.108Z Compiling salty v0.3.0
30852025-01-22T04:32:53.127Z Compiling libefi-sys v0.1.0
30862025-01-22T04:32:53.152Z Checking chacha20poly1305 v0.10.1
30872025-01-22T04:32:53.283Z Compiling toolchain_find v0.4.0
30882025-01-22T04:32:53.373Z Compiling camino-tempfile v1.1.1
30892025-01-22T04:32:53.445Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30902025-01-22T04:32:53.562Z Compiling bitfield-struct v0.6.2
30912025-01-22T04:32:53.731Z Compiling topological-sort v0.2.2
30922025-01-22T04:32:53.831Z Compiling mime_guess v2.0.5
30932025-01-22T04:32:53.961Z Compiling rustfmt-wrapper v0.2.1
30942025-01-22T04:32:54.384Z Compiling omicron-zone-package v0.12.0
30952025-01-22T04:32:54.472Z Compiling progenitor v0.9.1
30962025-01-22T04:32:54.557Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30972025-01-22T04:32:54.695Z Checking primeorder v0.13.6
30982025-01-22T04:32:54.806Z Checking env_filter v0.1.2
30992025-01-22T04:32:54.871Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31002025-01-22T04:32:54.957Z Checking thiserror-no-std v2.0.2
31012025-01-22T04:32:54.978Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31022025-01-22T04:32:55.046Z Checking env_logger v0.11.5
31032025-01-22T04:32:55.064Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31042025-01-22T04:32:55.084Z Checking vsss-rs v3.3.4
31052025-01-22T04:32:55.156Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31062025-01-22T04:32:55.175Z Checking p384 v0.13.0
31072025-01-22T04:32:55.268Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31082025-01-22T04:32:55.564Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31092025-01-22T04:32:55.582Z Checking lockfree-object-pool v0.1.6
31102025-01-22T04:32:55.653Z Checking simd-adler32 v0.3.7
31112025-01-22T04:32:55.673Z Checking bumpalo v3.16.0
31122025-01-22T04:32:55.845Z Checking http-range v0.1.5
31132025-01-22T04:32:56.042Z Compiling zip v2.1.3
31142025-01-22T04:32:56.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31152025-01-22T04:32:56.045Z Checking zopfli v0.8.1
31162025-01-22T04:32:56.091Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172025-01-22T04:32:56.380Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31182025-01-22T04:32:56.418Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192025-01-22T04:32:56.684Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202025-01-22T04:32:56.800Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31212025-01-22T04:32:57.037Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31222025-01-22T04:32:57.174Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31232025-01-22T04:32:57.193Z Checking nanorand v0.7.0
31242025-01-22T04:32:57.428Z Checking atty v0.2.14
31252025-01-22T04:32:57.504Z Checking glob v0.3.1
31262025-01-22T04:32:57.583Z Checking flume v0.11.1
31272025-01-22T04:32:57.603Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31282025-01-22T04:32:57.697Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31292025-01-22T04:32:57.855Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31302025-01-22T04:32:58.083Z Checking hyper-staticfile v0.10.1
31312025-01-22T04:32:58.196Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322025-01-22T04:32:59.023Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31332025-01-22T04:32:59.045Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31342025-01-22T04:32:59.467Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31352025-01-22T04:32:59.667Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362025-01-22T04:32:59.736Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31372025-01-22T04:32:59.935Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31382025-01-22T04:33:00.269Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31392025-01-22T04:33:00.433Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31402025-01-22T04:33:00.754Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31412025-01-22T04:33:00.929Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422025-01-22T04:33:04.134Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31432025-01-22T04:33:04.134Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31442025-01-22T04:33:12.734Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31452025-01-22T04:33:27.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.52s
31462025-01-22T04:33:27.754Z
31472025-01-22T04:33:27.754Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31482025-01-22T04:33:28.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492025-01-22T04:33:28.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502025-01-22T04:33:28.543Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31512025-01-22T04:33:43.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s
31522025-01-22T04:33:43.586Z
31532025-01-22T04:33:43.586Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31542025-01-22T04:33:44.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552025-01-22T04:33:44.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562025-01-22T04:33:44.375Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31572025-01-22T04:33:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s
31582025-01-22T04:33:59.447Z
31592025-01-22T04:33:59.447Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31602025-01-22T04:34:00.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-01-22T04:34:00.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-01-22T04:34:00.300Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31632025-01-22T04:34:14.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s
31642025-01-22T04:34:15.159Z
31652025-01-22T04:34:15.159Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31662025-01-22T04:34:15.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672025-01-22T04:34:15.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682025-01-22T04:34:15.954Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692025-01-22T04:34:31.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s
31702025-01-22T04:34:31.382Z
31712025-01-22T04:34:31.382Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31722025-01-22T04:34:32.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-01-22T04:34:32.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-01-22T04:34:32.174Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752025-01-22T04:34:47.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s
31762025-01-22T04:34:47.203Z
31772025-01-22T04:34:47.203Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31782025-01-22T04:34:47.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-01-22T04:34:47.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-01-22T04:34:47.993Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812025-01-22T04:35:02.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s
31822025-01-22T04:35:03.106Z
31832025-01-22T04:35:03.106Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31842025-01-22T04:35:03.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-01-22T04:35:03.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-01-22T04:35:03.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872025-01-22T04:35:18.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.48s
31882025-01-22T04:35:18.803Z
31892025-01-22T04:35:18.803Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31902025-01-22T04:35:19.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-01-22T04:35:19.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-01-22T04:35:19.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932025-01-22T04:35:19.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31942025-01-22T04:35:19.510Z
31952025-01-22T04:35:19.510Zinfo: running `cargo check --bins` on key-manager (140/197)
31962025-01-22T04:35:20.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-01-22T04:35:20.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-01-22T04:35:20.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992025-01-22T04:35:20.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002025-01-22T04:35:20.172Z
32012025-01-22T04:35:20.172Zinfo: running `cargo check --bins` on range-requests (141/197)
32022025-01-22T04:35:20.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-01-22T04:35:20.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-01-22T04:35:20.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052025-01-22T04:35:20.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32062025-01-22T04:35:20.879Z
32072025-01-22T04:35:20.879Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32082025-01-22T04:35:21.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-01-22T04:35:21.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-01-22T04:35:21.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112025-01-22T04:35:21.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32122025-01-22T04:35:21.558Z
32132025-01-22T04:35:21.558Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32142025-01-22T04:35:22.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-01-22T04:35:22.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-01-22T04:35:22.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172025-01-22T04:35:22.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32182025-01-22T04:35:22.264Z
32192025-01-22T04:35:22.264Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32202025-01-22T04:35:22.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-01-22T04:35:22.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-01-22T04:35:22.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-01-22T04:35:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32242025-01-22T04:35:22.906Z
32252025-01-22T04:35:22.906Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32262025-01-22T04:35:23.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-01-22T04:35:23.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-01-22T04:35:23.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292025-01-22T04:35:23.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32302025-01-22T04:35:23.594Z
32312025-01-22T04:35:23.595Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32322025-01-22T04:35:24.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332025-01-22T04:35:24.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342025-01-22T04:35:24.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352025-01-22T04:35:24.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32362025-01-22T04:35:24.298Z
32372025-01-22T04:35:24.298Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32382025-01-22T04:35:24.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392025-01-22T04:35:24.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402025-01-22T04:35:24.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412025-01-22T04:35:24.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32422025-01-22T04:35:24.992Z
32432025-01-22T04:35:24.992Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32442025-01-22T04:35:25.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452025-01-22T04:35:25.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462025-01-22T04:35:25.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472025-01-22T04:35:25.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32482025-01-22T04:35:25.701Z
32492025-01-22T04:35:25.701Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32502025-01-22T04:35:26.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512025-01-22T04:35:26.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522025-01-22T04:35:26.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532025-01-22T04:35:26.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32542025-01-22T04:35:26.417Z
32552025-01-22T04:35:26.417Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32562025-01-22T04:35:27.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-01-22T04:35:27.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-01-22T04:35:27.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-01-22T04:35:27.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32602025-01-22T04:35:27.122Z
32612025-01-22T04:35:27.122Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32622025-01-22T04:35:27.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-22T04:35:27.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-22T04:35:27.898Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32652025-01-22T04:35:27.901Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32662025-01-22T04:35:28.798Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32672025-01-22T04:35:30.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
32682025-01-22T04:35:31.040Z
32692025-01-22T04:35:31.040Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32702025-01-22T04:35:31.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-01-22T04:35:31.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-01-22T04:35:31.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-01-22T04:35:31.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32742025-01-22T04:35:31.698Z
32752025-01-22T04:35:31.698Zinfo: running `cargo check --bins` on cert-dev (153/197)
32762025-01-22T04:35:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-01-22T04:35:32.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-01-22T04:35:32.351Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32792025-01-22T04:35:32.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32802025-01-22T04:35:32.809Z
32812025-01-22T04:35:32.810Zinfo: running `cargo check --bins` on clickana (154/197)
32822025-01-22T04:35:33.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-01-22T04:35:33.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-01-22T04:35:33.525Z Checking castaway v0.2.3
32852025-01-22T04:35:33.527Z Checking unicode-truncate v1.1.0
32862025-01-22T04:35:33.527Z Checking lru v0.12.5
32872025-01-22T04:35:33.527Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32882025-01-22T04:35:33.527Z Compiling instability v0.3.2
32892025-01-22T04:35:33.527Z Checking cassowary v0.3.0
32902025-01-22T04:35:33.748Z Checking compact_str v0.8.0
32912025-01-22T04:35:34.331Z Checking ratatui v0.28.1
32922025-01-22T04:35:35.307Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932025-01-22T04:35:36.385Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32942025-01-22T04:35:37.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
32952025-01-22T04:35:37.463Z
32962025-01-22T04:35:37.463Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32972025-01-22T04:35:38.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-01-22T04:35:38.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-01-22T04:35:38.171Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33002025-01-22T04:35:38.174Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33012025-01-22T04:35:39.258Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33022025-01-22T04:35:39.752Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33032025-01-22T04:35:40.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
33042025-01-22T04:35:40.292Z
33052025-01-22T04:35:40.292Zinfo: running `cargo check --bins` on ch-dev (156/197)
33062025-01-22T04:35:40.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-01-22T04:35:40.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-01-22T04:35:41.018Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33092025-01-22T04:35:41.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
33102025-01-22T04:35:41.973Z
33112025-01-22T04:35:41.973Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33122025-01-22T04:35:42.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-01-22T04:35:42.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-01-22T04:35:42.671Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33152025-01-22T04:35:43.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
33162025-01-22T04:35:43.238Z
33172025-01-22T04:35:43.238Zinfo: running `cargo check --bins` on db-dev (158/197)
33182025-01-22T04:35:43.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-01-22T04:35:43.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-01-22T04:35:43.951Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33212025-01-22T04:35:44.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33222025-01-22T04:35:44.898Z
33232025-01-22T04:35:44.898Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33242025-01-22T04:35:45.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-01-22T04:35:45.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-01-22T04:35:45.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272025-01-22T04:35:45.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33282025-01-22T04:35:45.568Z
33292025-01-22T04:35:45.568Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33302025-01-22T04:35:46.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-01-22T04:35:46.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-01-22T04:35:46.203Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33332025-01-22T04:35:47.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
33342025-01-22T04:35:47.293Z
33352025-01-22T04:35:47.293Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33362025-01-22T04:35:47.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-22T04:35:47.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-22T04:35:47.919Z Checking cargo-platform v0.1.8
33392025-01-22T04:35:48.203Z Checking cargo_metadata v0.18.1
33402025-01-22T04:35:49.192Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33412025-01-22T04:35:50.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
33422025-01-22T04:35:50.253Z
33432025-01-22T04:35:50.253Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33442025-01-22T04:35:50.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-01-22T04:35:50.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-01-22T04:35:50.994Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33472025-01-22T04:35:52.485Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482025-01-22T04:35:53.062Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33492025-01-22T04:35:53.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
33502025-01-22T04:35:53.829Z
33512025-01-22T04:35:53.829Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33522025-01-22T04:35:54.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-01-22T04:35:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-01-22T04:35:54.661Z Compiling crunchy v0.2.2
33552025-01-22T04:35:54.664Z Compiling tiny-keccak v2.0.2
33562025-01-22T04:35:54.664Z Compiling dsl_auto_type v0.1.2
33572025-01-22T04:35:54.664Z Checking scheduled-thread-pool v0.2.7
33582025-01-22T04:35:54.664Z Compiling diesel_table_macro_syntax v0.2.0
33592025-01-22T04:35:54.832Z Compiling ascii-canvas v3.0.0
33602025-01-22T04:35:54.835Z Compiling ena v0.14.3
33612025-01-22T04:35:54.835Z Compiling regex-syntax v0.6.29
33622025-01-22T04:35:55.027Z Checking r2d2 v0.8.10
33632025-01-22T04:35:55.125Z Compiling diff v0.1.13
33642025-01-22T04:35:55.371Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652025-01-22T04:35:55.378Z Compiling ref-cast v1.0.23
33662025-01-22T04:35:55.378Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33672025-01-22T04:35:55.379Z Compiling derive_builder_core v0.20.2
33682025-01-22T04:35:55.484Z Compiling libxml v0.3.3
33692025-01-22T04:35:55.608Z Compiling ref-cast-impl v1.0.23
33702025-01-22T04:35:55.686Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33712025-01-22T04:35:55.889Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33722025-01-22T04:35:55.919Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33732025-01-22T04:35:56.115Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33742025-01-22T04:35:56.192Z Compiling strum_macros v0.24.3
33752025-01-22T04:35:56.228Z Compiling samael v0.0.17
33762025-01-22T04:35:56.256Z Compiling diesel_derives v2.2.3
33772025-01-22T04:35:56.479Z Compiling indoc v1.0.9
33782025-01-22T04:35:57.407Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792025-01-22T04:35:57.644Z Compiling derive_builder_macro v0.20.2
33802025-01-22T04:35:57.708Z Compiling oso-derive v0.27.3
33812025-01-22T04:35:58.480Z Compiling lalrpop v0.19.12
33822025-01-22T04:35:58.533Z Checking derive_builder v0.20.2
33832025-01-22T04:35:58.711Z Compiling impl-trait-for-tuples v0.2.2
33842025-01-22T04:35:58.732Z Checking quick-xml v0.33.0
33852025-01-22T04:35:59.143Z Compiling diesel-dtrace v0.4.2
33862025-01-22T04:35:59.393Z Checking maplit v1.0.2
33872025-01-22T04:35:59.572Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33882025-01-22T04:35:59.590Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33892025-01-22T04:35:59.897Z Checking bb8 v0.8.5
33902025-01-22T04:36:00.234Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33912025-01-22T04:36:00.398Z Checking rand_seeder v0.3.0
33922025-01-22T04:36:00.405Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33932025-01-22T04:36:00.665Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33942025-01-22T04:36:00.685Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33952025-01-22T04:36:00.913Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33962025-01-22T04:36:01.229Z Checking smawk v0.3.2
33972025-01-22T04:36:01.294Z Checking is_ci v1.2.0
33982025-01-22T04:36:01.461Z Checking unicode-linebreak v0.1.5
33992025-01-22T04:36:01.481Z Checking supports-color v3.0.1
34002025-01-22T04:36:01.734Z Checking multimap v0.10.0
34012025-01-22T04:36:01.924Z Checking textwrap v0.16.1
34022025-01-22T04:36:02.391Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34032025-01-22T04:36:04.786Z Checking diesel v2.2.6
34042025-01-22T04:36:30.566Z Compiling polar-core v0.27.3
34052025-01-22T04:36:31.541Z Checking async-bb8-diesel v0.2.1
34062025-01-22T04:36:38.181Z Checking oso v0.27.3
34072025-01-22T04:37:46.078Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34082025-01-22T04:37:53.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34092025-01-22T04:37:53.377Z
34102025-01-22T04:37:53.377Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34112025-01-22T04:37:54.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122025-01-22T04:37:54.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132025-01-22T04:37:54.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142025-01-22T04:37:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34152025-01-22T04:37:54.089Z
34162025-01-22T04:37:54.089Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34172025-01-22T04:37:54.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-01-22T04:37:54.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-01-22T04:37:54.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202025-01-22T04:37:54.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34212025-01-22T04:37:54.820Z
34222025-01-22T04:37:54.820Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34232025-01-22T04:37:55.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242025-01-22T04:37:55.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252025-01-22T04:37:55.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262025-01-22T04:37:55.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34272025-01-22T04:37:55.465Z
34282025-01-22T04:37:55.465Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34292025-01-22T04:37:56.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302025-01-22T04:37:56.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312025-01-22T04:37:56.362Z Compiling libz-sys v1.1.20
34322025-01-22T04:37:56.364Z Compiling libgit2-sys v0.17.0+1.8.1
34332025-01-22T04:37:56.494Z Compiling vergen v8.3.2
34342025-01-22T04:37:56.496Z Compiling cargo-platform v0.1.8
34352025-01-22T04:37:56.496Z Compiling pin-project-internal v1.1.6
34362025-01-22T04:37:56.511Z Compiling libsqlite3-sys v0.30.1
34372025-01-22T04:37:56.514Z Compiling snafu-derive v0.8.5
34382025-01-22T04:37:56.514Z Compiling buf-list v1.0.3
34392025-01-22T04:37:56.820Z Compiling rustls v0.21.12
34402025-01-22T04:37:57.073Z Compiling cargo_metadata v0.18.1
34412025-01-22T04:37:57.094Z Compiling cfg_aliases v0.2.1
34422025-01-22T04:37:57.210Z Checking globset v0.4.15
34432025-01-22T04:37:57.229Z Compiling nix v0.29.0
34442025-01-22T04:37:57.232Z Checking olpc-cjson v0.1.4
34452025-01-22T04:37:57.448Z Checking sct v0.7.1
34462025-01-22T04:37:57.496Z Checking rustls-webpki v0.101.7
34472025-01-22T04:37:57.662Z Checking serde_plain v1.0.2
34482025-01-22T04:37:57.728Z Checking typed-path v0.9.3
34492025-01-22T04:37:58.275Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34502025-01-22T04:37:58.575Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34512025-01-22T04:37:58.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34522025-01-22T04:37:58.873Z Checking hashlink v0.9.1
34532025-01-22T04:37:58.913Z Checking parse-size v1.1.0
34542025-01-22T04:37:59.102Z Checking fallible-iterator v0.3.0
34552025-01-22T04:37:59.423Z Checking fallible-streaming-iterator v0.1.9
34562025-01-22T04:37:59.567Z Checking pin-project v1.1.6
34572025-01-22T04:37:59.717Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34582025-01-22T04:37:59.720Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34592025-01-22T04:37:59.758Z Checking rusqlite v0.32.1
34602025-01-22T04:38:00.145Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34612025-01-22T04:38:00.290Z Checking rustls-pemfile v1.0.4
34622025-01-22T04:38:00.533Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34632025-01-22T04:38:00.699Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34642025-01-22T04:38:00.859Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34652025-01-22T04:38:00.886Z Checking twox-hash v1.6.3
34662025-01-22T04:38:01.012Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34672025-01-22T04:38:01.282Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34682025-01-22T04:38:01.285Z Checking tokio-rustls v0.24.1
34692025-01-22T04:38:01.585Z Checking snafu v0.8.5
34702025-01-22T04:38:01.638Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34712025-01-22T04:38:01.908Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34722025-01-22T04:38:02.013Z Checking tough v0.19.0
34732025-01-22T04:38:02.070Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34742025-01-22T04:38:02.150Z Checking fatfs v0.3.6
34752025-01-22T04:38:02.947Z Checking assert_matches v1.5.0
34762025-01-22T04:38:06.019Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34772025-01-22T04:38:07.384Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34782025-01-22T04:38:09.031Z Compiling git2 v0.19.0
34792025-01-22T04:38:13.443Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34802025-01-22T04:39:15.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
34812025-01-22T04:39:15.265Z
34822025-01-22T04:39:15.265Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34832025-01-22T04:39:15.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-22T04:39:15.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-22T04:39:15.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862025-01-22T04:39:15.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34872025-01-22T04:39:16.039Z
34882025-01-22T04:39:16.039Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34892025-01-22T04:39:16.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-01-22T04:39:16.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-01-22T04:39:16.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922025-01-22T04:39:16.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34932025-01-22T04:39:16.728Z
34942025-01-22T04:39:16.728Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34952025-01-22T04:39:17.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-01-22T04:39:17.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-01-22T04:39:17.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982025-01-22T04:39:17.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34992025-01-22T04:39:17.385Z
35002025-01-22T04:39:17.385Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35012025-01-22T04:39:18.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-01-22T04:39:18.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-01-22T04:39:18.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042025-01-22T04:39:18.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35052025-01-22T04:39:18.100Z
35062025-01-22T04:39:18.100Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35072025-01-22T04:39:18.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-01-22T04:39:18.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-01-22T04:39:18.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102025-01-22T04:39:18.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35112025-01-22T04:39:18.846Z
35122025-01-22T04:39:18.846Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35132025-01-22T04:39:19.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-01-22T04:39:19.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-01-22T04:39:19.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-01-22T04:39:19.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35172025-01-22T04:39:19.548Z
35182025-01-22T04:39:19.548Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35192025-01-22T04:39:20.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-22T04:39:20.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-22T04:39:20.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-01-22T04:39:20.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35232025-01-22T04:39:20.275Z
35242025-01-22T04:39:20.275Zinfo: running `cargo check --bins` on update-common (175/197)
35252025-01-22T04:39:20.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-22T04:39:20.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-22T04:39:20.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-01-22T04:39:20.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35292025-01-22T04:39:20.954Z
35302025-01-22T04:39:20.954Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35312025-01-22T04:39:21.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-01-22T04:39:21.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-01-22T04:39:21.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342025-01-22T04:39:21.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35352025-01-22T04:39:21.646Z
35362025-01-22T04:39:21.646Zinfo: running `cargo check --bins` on tufaceous (177/197)
35372025-01-22T04:39:22.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-01-22T04:39:22.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-01-22T04:39:22.340Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35402025-01-22T04:39:23.575Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35412025-01-22T04:39:24.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
35422025-01-22T04:39:24.595Z
35432025-01-22T04:39:24.595Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35442025-01-22T04:39:25.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-01-22T04:39:25.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-01-22T04:39:25.501Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35472025-01-22T04:39:25.504Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35482025-01-22T04:39:25.646Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35492025-01-22T04:39:25.649Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35502025-01-22T04:39:26.732Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35512025-01-22T04:39:56.981Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35522025-01-22T04:39:56.981Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35532025-01-22T04:39:56.984Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35542025-01-22T04:39:56.984Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35552025-01-22T04:39:56.984Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35562025-01-22T04:39:56.984Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35572025-01-22T04:39:57.860Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35582025-01-22T04:39:59.213Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35592025-01-22T04:40:45.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
35602025-01-22T04:40:46.171Z
35612025-01-22T04:40:46.171Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35622025-01-22T04:40:46.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-01-22T04:40:46.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-01-22T04:40:46.914Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35652025-01-22T04:40:46.917Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35662025-01-22T04:40:46.917Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35672025-01-22T04:40:47.052Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35682025-01-22T04:40:47.055Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35692025-01-22T04:40:47.085Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35702025-01-22T04:40:47.088Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35712025-01-22T04:40:47.101Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35722025-01-22T04:40:47.256Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35732025-01-22T04:40:47.297Z Checking heck v0.4.1
35742025-01-22T04:40:47.385Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35752025-01-22T04:40:47.563Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35762025-01-22T04:40:47.690Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35772025-01-22T04:40:47.976Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35782025-01-22T04:40:48.370Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35792025-01-22T04:40:48.576Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35802025-01-22T04:40:48.858Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35812025-01-22T04:40:49.966Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35822025-01-22T04:40:50.283Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35832025-01-22T04:40:50.948Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35842025-01-22T04:40:51.006Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35852025-01-22T04:40:52.782Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35862025-01-22T04:40:52.782Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35872025-01-22T04:40:54.548Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35882025-01-22T04:40:56.124Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35892025-01-22T04:41:01.484Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35902025-01-22T04:41:01.484Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35912025-01-22T04:41:02.767Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35922025-01-22T04:41:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.67s
35932025-01-22T04:41:04.037Z
35942025-01-22T04:41:04.037Zinfo: running `cargo check --bins` on installinator-api (180/197)
35952025-01-22T04:41:04.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-22T04:41:04.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-22T04:41:04.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-22T04:41:04.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35992025-01-22T04:41:04.732Z
36002025-01-22T04:41:04.732Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36012025-01-22T04:41:05.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-22T04:41:05.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-22T04:41:05.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042025-01-22T04:41:05.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36052025-01-22T04:41:05.419Z
36062025-01-22T04:41:05.419Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36072025-01-22T04:41:06.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-01-22T04:41:06.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-01-22T04:41:06.147Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36102025-01-22T04:41:06.150Z Compiling petname v2.0.2
36112025-01-22T04:41:06.150Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36122025-01-22T04:41:06.150Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36132025-01-22T04:41:06.150Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36142025-01-22T04:41:06.150Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36152025-01-22T04:41:06.294Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36162025-01-22T04:41:06.311Z Checking sync-ptr v0.1.1
36172025-01-22T04:41:11.847Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36182025-01-22T04:41:12.532Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36192025-01-22T04:41:13.769Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36202025-01-22T04:41:15.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s
36212025-01-22T04:41:15.613Z
36222025-01-22T04:41:15.613Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36232025-01-22T04:41:16.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-01-22T04:41:16.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-01-22T04:41:16.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262025-01-22T04:41:16.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36272025-01-22T04:41:16.309Z
36282025-01-22T04:41:16.309Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36292025-01-22T04:41:16.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302025-01-22T04:41:16.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312025-01-22T04:41:17.015Z Checking memmap2 v0.9.5
36322025-01-22T04:41:17.015Z Checking constant_time_eq v0.3.1
36332025-01-22T04:41:17.017Z Checking arrayref v0.3.9
36342025-01-22T04:41:17.017Z Checking arrayvec v0.7.6
36352025-01-22T04:41:17.017Z Checking topological-sort v0.2.2
36362025-01-22T04:41:17.017Z Checking shell-words v1.1.0
36372025-01-22T04:41:17.420Z Checking blake3 v1.5.4
36382025-01-22T04:41:17.791Z Checking omicron-zone-package v0.12.0
36392025-01-22T04:41:19.038Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36402025-01-22T04:41:20.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s
36412025-01-22T04:41:20.270Z
36422025-01-22T04:41:20.270Zinfo: running `cargo check --bins` on xtask (185/197)
36432025-01-22T04:41:20.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442025-01-22T04:41:20.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452025-01-22T04:41:20.750Z Checking bitflags v2.6.0
36462025-01-22T04:41:20.752Z Checking serde v1.0.217
36472025-01-22T04:41:20.830Z Checking thiserror v1.0.69
36482025-01-22T04:41:20.850Z Checking scroll v0.12.0
36492025-01-22T04:41:20.853Z Checking hashbrown v0.15.1
36502025-01-22T04:41:20.863Z Checking log v0.4.22
36512025-01-22T04:41:20.877Z Checking zerocopy v0.7.35
36522025-01-22T04:41:20.907Z Checking syn v2.0.96
36532025-01-22T04:41:20.960Z Checking pest v2.7.14
36542025-01-22T04:41:21.077Z Checking rustix v0.38.37
36552025-01-22T04:41:21.142Z Checking once_cell v1.20.2
36562025-01-22T04:41:21.324Z Checking goblin v0.8.2
36572025-01-22T04:41:21.464Z Checking fs-err v2.11.0
36582025-01-22T04:41:21.827Z Checking anyhow v1.0.93
36592025-01-22T04:41:21.885Z Checking indexmap v2.7.0
36602025-01-22T04:41:22.090Z Checking tabled v0.15.0
36612025-01-22T04:41:22.956Z Checking terminal_size v0.4.0
36622025-01-22T04:41:22.956Z Checking tempfile v3.13.0
36632025-01-22T04:41:23.151Z Checking clap_builder v4.5.21
36642025-01-22T04:41:23.664Z Checking dtrace-parser v0.2.0
36652025-01-22T04:41:24.798Z Checking serde_json v1.0.135
36662025-01-22T04:41:24.798Z Checking toml_datetime v0.6.8
36672025-01-22T04:41:24.801Z Checking serde_spanned v0.6.8
36682025-01-22T04:41:24.801Z Checking camino v1.1.9
36692025-01-22T04:41:24.801Z Checking cargo-platform v0.1.8
36702025-01-22T04:41:25.036Z Checking semver v1.0.24
36712025-01-22T04:41:25.159Z Checking macaddr v1.0.1
36722025-01-22T04:41:25.159Z Checking toml_edit v0.22.22
36732025-01-22T04:41:25.332Z Checking camino-tempfile v1.1.1
36742025-01-22T04:41:25.967Z Checking clap v4.5.21
36752025-01-22T04:41:26.107Z Checking dof v0.3.0
36762025-01-22T04:41:26.107Z Checking cargo_metadata v0.18.1
36772025-01-22T04:41:26.527Z Checking usdt-impl v0.5.0
36782025-01-22T04:41:26.909Z Checking usdt v0.5.0
36792025-01-22T04:41:27.132Z Checking toml v0.8.19
36802025-01-22T04:41:27.588Z Checking cargo_toml v0.20.5
36812025-01-22T04:41:28.865Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36822025-01-22T04:41:29.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
36832025-01-22T04:41:29.630Z
36842025-01-22T04:41:29.630Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36852025-01-22T04:41:30.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862025-01-22T04:41:30.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872025-01-22T04:41:30.441Z Checking polyval v0.6.2
36882025-01-22T04:41:30.557Z Checking ctr v0.9.2
36892025-01-22T04:41:30.572Z Checking ssh-encoding v0.2.0
36902025-01-22T04:41:30.575Z Checking blowfish v0.9.1
36912025-01-22T04:41:30.601Z Checking password-hash v0.4.2
36922025-01-22T04:41:30.617Z Checking p256 v0.13.2
36932025-01-22T04:41:30.620Z Checking p521 v0.13.3
36942025-01-22T04:41:30.651Z Checking russh-cryptovec v0.7.3
36952025-01-22T04:41:30.816Z Checking ghash v0.5.1
36962025-01-22T04:41:30.837Z Checking bcrypt-pbkdf v0.10.0
36972025-01-22T04:41:30.866Z Checking md5 v0.7.0
36982025-01-22T04:41:30.869Z Checking num-bigint v0.4.6
36992025-01-22T04:41:30.937Z Checking des v0.8.1
37002025-01-22T04:41:30.990Z Checking aes-gcm v0.10.3
37012025-01-22T04:41:31.020Z Checking pbkdf2 v0.11.0
37022025-01-22T04:41:31.112Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37032025-01-22T04:41:31.130Z Checking hex-literal v0.4.1
37042025-01-22T04:41:31.214Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37052025-01-22T04:41:31.214Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37062025-01-22T04:41:31.254Z Checking ssh-cipher v0.2.0
37072025-01-22T04:41:31.278Z Checking internet-checksum v0.2.1
37082025-01-22T04:41:31.563Z Checking ssh-key v0.6.6
37092025-01-22T04:41:31.799Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37102025-01-22T04:41:32.803Z Checking russh-keys v0.45.0
37112025-01-22T04:41:33.732Z Checking russh v0.45.0
37122025-01-22T04:41:51.921Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37132025-01-22T04:41:53.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.74s
37142025-01-22T04:41:53.606Z
37152025-01-22T04:41:53.606Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37162025-01-22T04:41:54.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172025-01-22T04:41:54.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182025-01-22T04:41:54.332Z Checking termios v0.3.3
37192025-01-22T04:41:54.572Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37202025-01-22T04:41:55.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
37212025-01-22T04:41:55.690Z
37222025-01-22T04:41:55.690Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37232025-01-22T04:41:56.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242025-01-22T04:41:56.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252025-01-22T04:41:56.444Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37262025-01-22T04:41:56.444Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37272025-01-22T04:41:56.447Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37282025-01-22T04:41:56.447Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292025-01-22T04:41:57.527Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37302025-01-22T04:41:58.877Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37312025-01-22T04:42:00.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
37322025-01-22T04:42:00.987Z
37332025-01-22T04:42:00.987Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37342025-01-22T04:42:01.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352025-01-22T04:42:01.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362025-01-22T04:42:01.667Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37372025-01-22T04:42:02.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37382025-01-22T04:42:02.342Z
37392025-01-22T04:42:02.342Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37402025-01-22T04:42:02.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412025-01-22T04:42:02.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422025-01-22T04:42:02.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432025-01-22T04:42:02.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37442025-01-22T04:42:03.002Z
37452025-01-22T04:42:03.002Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37462025-01-22T04:42:03.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-01-22T04:42:03.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-01-22T04:42:03.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492025-01-22T04:42:03.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37502025-01-22T04:42:03.669Z
37512025-01-22T04:42:03.669Zinfo: running `cargo check --bins` on omicron-package (192/197)
37522025-01-22T04:42:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532025-01-22T04:42:04.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542025-01-22T04:42:04.387Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37552025-01-22T04:42:05.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
37562025-01-22T04:42:06.069Z
37572025-01-22T04:42:06.069Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37582025-01-22T04:42:06.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592025-01-22T04:42:06.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602025-01-22T04:42:06.846Z Checking rtoolbox v0.0.2
37612025-01-22T04:42:06.849Z Checking tui-tree-widget v0.22.0
37622025-01-22T04:42:06.849Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37632025-01-22T04:42:07.093Z Checking rpassword v7.3.1
37642025-01-22T04:42:11.289Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37652025-01-22T04:42:14.368Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37662025-01-22T04:42:15.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s
37672025-01-22T04:42:15.812Z
37682025-01-22T04:42:15.813Zinfo: running `cargo check --bins` on wicket (194/197)
37692025-01-22T04:42:16.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702025-01-22T04:42:16.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712025-01-22T04:42:16.561Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37722025-01-22T04:42:16.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37732025-01-22T04:42:17.176Z
37742025-01-22T04:42:17.176Zinfo: running `cargo check --bins` on wicketd (195/197)
37752025-01-22T04:42:17.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762025-01-22T04:42:17.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772025-01-22T04:42:17.939Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37782025-01-22T04:42:17.939Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37792025-01-22T04:42:18.825Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37802025-01-22T04:42:22.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
37812025-01-22T04:42:23.130Z
37822025-01-22T04:42:23.130Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37832025-01-22T04:42:23.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842025-01-22T04:42:23.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852025-01-22T04:42:23.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862025-01-22T04:42:23.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37872025-01-22T04:42:23.782Z
37882025-01-22T04:42:23.782Zinfo: running `cargo check --bins` on zone-setup (197/197)
37892025-01-22T04:42:24.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902025-01-22T04:42:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912025-01-22T04:42:24.565Z Checking uzers v0.12.1
37922025-01-22T04:42:24.928Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37932025-01-22T04:42:26.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
37942025-01-22T04:42:26.333Z
37952025-01-22T04:42:26.333Zreal 14:34.541094667
37962025-01-22T04:42:26.333Zuser 27:24.278130523
37972025-01-22T04:42:26.333Zsys 4:28.651561591
37982025-01-22T04:42:26.333Ztrap 0.609426681
37992025-01-22T04:42:26.333Ztflt 3.137853729
38002025-01-22T04:42:26.336Zdflt 1.857346506
38012025-01-22T04:42:26.336Zkflt 0.001609243
38022025-01-22T04:42:26.336Zlock 49:48.352536616
38032025-01-22T04:42:26.336Zslp 2:17:47.906597555
38042025-01-22T04:42:26.336Zlat 1:09.063430249
38052025-01-22T04:42:26.336Zstop 3:56.815712664
38062025-01-22T04:42:26.336Zprocess exited: duration 1243460 ms, exit code 0
 
38072025-01-22T04:42:26.342Zfound 0 output files