01JJDND5GRWBTV0RCPSKTK3KCR: 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: 01JJDNDTDSKGWQKNHJRT3RBC3A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-25T02:52:54.493Zjob assigned to worker 01JJDNZCB02H9TQ2DP9K4X5VE3 [factory aws, i-07dc90949cb9a8d58] (queued for 10 m 22 s)
 
22025-01-25T02:53:01.880Zstarting task 0: "setup"
32025-01-25T02:53:01.890Z++ uname -s
42025-01-25T02:53:01.892Z+ kern=SunOS
52025-01-25T02:53:01.892Z+ case "$kern" in
62025-01-25T02:53:01.892Z+ groupadd -g 12345 build
72025-01-25T02:53:01.895Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-25T02:53:03.903Z+ zfs create -o mountpoint=/work rpool/work
92025-01-25T02:53:04.013Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-25T02:53:04.016Z+ home_fs=zfs
112025-01-25T02:53:04.016Z+ [[ zfs == autofs ]]
122025-01-25T02:53:04.016Z+ mkdir -p /home/build
132025-01-25T02:53:04.019Z+ chown build:build /home/build /work
142025-01-25T02:53:06.020Z+ chmod 0700 /home/build /work
152025-01-25T02:53:06.023Zprocess exited: duration 4144 ms, exit code 0
 
162025-01-25T02:53:06.029Zstarting task 1: "rust-toolchain"
172025-01-25T02:53:06.035Z+ printf ' * toolchain channel = "%s"
182025-01-25T02:53:06.035Z' 1.84.0
192025-01-25T02:53:06.038Z * toolchain channel = "1.84.0"
202025-01-25T02:53:06.038Z * toolchain profile = "default"
212025-01-25T02:53:06.038Z+ printf ' * toolchain profile = "%s"
222025-01-25T02:53:06.038Z' default
232025-01-25T02:53:06.038Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-25T02:53:06.038Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-25T02:53:06.157Zinfo: downloading installer
262025-01-25T02:53:07.697Zinfo: profile set to 'default'
272025-01-25T02:53:07.697Zinfo: default host triple is x86_64-unknown-illumos
282025-01-25T02:53:07.700Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-25T02:53:07.869Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-25T02:53:07.869Zinfo: downloading component 'cargo'
312025-01-25T02:53:08.915Zinfo: downloading component 'clippy'
322025-01-25T02:53:09.302Zinfo: downloading component 'rust-docs'
332025-01-25T02:53:10.695Zinfo: downloading component 'rust-std'
342025-01-25T02:53:12.758Zinfo: downloading component 'rustc'
352025-01-25T02:53:20.671Zinfo: downloading component 'rustfmt'
362025-01-25T02:53:20.970Zinfo: installing component 'cargo'
372025-01-25T02:53:21.788Zinfo: installing component 'clippy'
382025-01-25T02:53:22.165Zinfo: installing component 'rust-docs'
392025-01-25T02:53:23.824Zinfo: installing component 'rust-std'
402025-01-25T02:53:25.517Zinfo: installing component 'rustc'
412025-01-25T02:53:31.529Zinfo: installing component 'rustfmt'
422025-01-25T02:53:31.867Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-25T02:53:31.867Z
442025-01-25T02:53:32.256Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-25T02:53:32.256Z
462025-01-25T02:53:32.258Z
472025-01-25T02:53:32.258ZRust is installed now. Great!
482025-01-25T02:53:32.258Z
492025-01-25T02:53:32.258ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-25T02:53:32.258Zenvironment variable. This has not been done automatically.
512025-01-25T02:53:32.258Z
522025-01-25T02:53:32.259ZTo configure your current shell, you need to source
532025-01-25T02:53:32.259Zthe corresponding env file under $HOME/.cargo.
542025-01-25T02:53:32.259Z
552025-01-25T02:53:32.259ZThis is usually done by running one of the following (note the leading DOT):
562025-01-25T02:53:32.259Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-25T02:53:32.259Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-25T02:53:32.335Z+ rustc --version
592025-01-25T02:53:32.402Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-25T02:53:32.405Zprocess exited: duration 26374 ms, exit code 0
 
612025-01-25T02:53:32.411Zstarting task 2: "authentication"
622025-01-25T02:53:32.432Zprocess exited: duration 20 ms, exit code 0
 
632025-01-25T02:53:32.438Zstarting task 3: "clone repository"
642025-01-25T02:53:32.443Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-25T02:53:32.445Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-25T02:53:32.486ZCloning into '/work/oxidecomputer/omicron'...
672025-01-25T02:53:40.391Z+ cd /work/oxidecomputer/omicron
682025-01-25T02:53:40.395Z+ git fetch origin d4abe9a79e125ced53e6670ed395f80661ae9e20
692025-01-25T02:53:40.667ZFrom https://github.com/oxidecomputer/omicron
702025-01-25T02:53:40.667Z * branch d4abe9a79e125ced53e6670ed395f80661ae9e20 -> FETCH_HEAD
712025-01-25T02:53:40.676Z+ [[ -n new-diff-who-dis ]]
722025-01-25T02:53:40.679Z++ git branch --show-current
732025-01-25T02:53:40.690Z+ current=main
742025-01-25T02:53:40.690Z+ [[ main != new-diff-who-dis ]]
752025-01-25T02:53:40.690Z+ git branch -f new-diff-who-dis d4abe9a79e125ced53e6670ed395f80661ae9e20
762025-01-25T02:53:40.693Z+ git checkout -f new-diff-who-dis
772025-01-25T02:53:40.856ZSwitched to branch 'new-diff-who-dis'
782025-01-25T02:53:40.858Z+ git reset --hard d4abe9a79e125ced53e6670ed395f80661ae9e20
792025-01-25T02:53:40.905ZHEAD is now at d4abe9a79 New `BlueprintDiff` implementation
802025-01-25T02:53:40.908Zprocess exited: duration 8468 ms, exit code 0
 
812025-01-25T02:53:40.915Zstarting task 4: "build"
822025-01-25T02:53:40.921Z+ source .github/buildomat/ci-env.sh
832025-01-25T02:53:40.921Z++ export CARGO_TERM_COLOR=always
842025-01-25T02:53:40.924Z++ CARGO_TERM_COLOR=always
852025-01-25T02:53:40.924Z+ cargo --version
862025-01-25T02:53:40.979Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-25T02:53:40.983Z+ rustc --version
882025-01-25T02:53:41.042Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-25T02:53:41.045Z+ source ./env.sh
902025-01-25T02:53:41.045Z++ OLD_SHELL_OPTS=ehxB
912025-01-25T02:53:41.045Z++ set -o xtrace
922025-01-25T02:53:41.047Z++++ dirname ./env.sh
932025-01-25T02:53:41.050Z+++ readlink -f .
942025-01-25T02:53:41.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ 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-25T02:53:41.053Z++ case $OLD_SHELL_OPTS in
1042025-01-25T02:53:41.053Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-25T02:53:41.053Z+ 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-25T02:53:41.053Z+ 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-25T02:53:41.053Z+ banner prerequisites
1082025-01-25T02:53:41.056Z
1092025-01-25T02:53:41.056Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-25T02:53:41.056Z # # # # # # # # # # # # # # #
1112025-01-25T02:53:41.056Z # # # # ##### # # ##### # # # # # #### #
1122025-01-25T02:53:41.056Z ##### ##### # ##### # # # # # # # # #
1132025-01-25T02:53:41.056Z # # # # # # # # # # # # # # #
1142025-01-25T02:53:41.056Z # # # ###### # # ###### ### # #### # #### #
1152025-01-25T02:53:41.056Z
1162025-01-25T02:53:41.056Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-25T02:53:42.726Zpkg list: illegal option -- F
1182025-01-25T02:53:42.726ZUsage:
1192025-01-25T02:53:42.730Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-25T02:53:42.730Z [pkg_fmri_pattern ...]
1212025-01-25T02:53:43.553Zpkg list: illegal option -- F
1222025-01-25T02:53:43.554ZUsage:
1232025-01-25T02:53:43.556Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-25T02:53:43.556Z [pkg_fmri_pattern ...]
1252025-01-25T02:53:49.946Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-25T02:53:54.038Z Startup: Caching catalogs ... Done
1272025-01-25T02:54:05.323ZPlanning: Solver setup ... Done (10.476s)
1282025-01-25T02:54:05.469ZPlanning: Running solver ... Done (0.146s)
1292025-01-25T02:54:05.583ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-25T02:54:05.595ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-25T02:54:06.332ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-25T02:54:06.440ZPlanning: Package planning ... Done (0.108s)
1332025-01-25T02:54:06.497ZPlanning: Merging actions ... Done (0.057s)
1342025-01-25T02:54:06.688ZPlanning: Checking for conflicting actions ... Done (0.191s)
1352025-01-25T02:54:08.922ZPlanning: Consolidating action changes ... Done (2.234s)
1362025-01-25T02:54:09.363ZPlanning: Evaluating mediators ... Done (0.441s)
1372025-01-25T02:54:09.443ZPlanning: Planning completed in 15.31 seconds
1382025-01-25T02:54:09.468Z Packages to install: 4
1392025-01-25T02:54:09.469Z Packages to update: 3
1402025-01-25T02:54:09.533Z Mediators to change: 2
1412025-01-25T02:54:09.533Z Services to change: 1
1422025-01-25T02:54:09.533Z Estimated space available: 155.61 GB
1432025-01-25T02:54:09.533ZEstimated space to be consumed: 1.64 GB
1442025-01-25T02:54:09.533Z Create boot environment: No
1452025-01-25T02:54:09.533ZCreate backup boot environment: Yes
1462025-01-25T02:54:09.533Z Rebuild boot archive: No
1472025-01-25T02:54:09.533Z
1482025-01-25T02:54:09.533ZChanged mediators:
1492025-01-25T02:54:09.533Z mediator clang:
1502025-01-25T02:54:09.533Z version: None -> 15 (system default)
1512025-01-25T02:54:09.534Z
1522025-01-25T02:54:09.534Z mediator llvm:
1532025-01-25T02:54:09.534Z version: 14 (system default) -> 15 (system default)
1542025-01-25T02:54:09.534Z
1552025-01-25T02:54:09.534ZChanged packages:
1562025-01-25T02:54:09.534Zhelios-dev
1572025-01-25T02:54:09.534Z developer/build-essential
1582025-01-25T02:54:09.534Z None -> 11-2.0
1592025-01-25T02:54:09.534Z library/libxmlsec1
1602025-01-25T02:54:09.534Z None -> 1.2.35-2.0
1612025-01-25T02:54:09.534Z ooce/developer/clang-15
1622025-01-25T02:54:09.534Z None -> 15.0.7-2.0
1632025-01-25T02:54:09.534Z ooce/developer/llvm-15
1642025-01-25T02:54:09.534Z None -> 15.0.7-2.0
1652025-01-25T02:54:09.534Z package/pkg
1662025-01-25T02:54:09.535Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-25T02:54:09.535Z system/library/g++-runtime
1682025-01-25T02:54:09.535Z 13-2.0 -> 14-2.0
1692025-01-25T02:54:09.535Z system/library/gcc-runtime
1702025-01-25T02:54:09.535Z 13-2.0 -> 14-2.0
1712025-01-25T02:54:09.535Z
1722025-01-25T02:54:09.535ZServices:
1732025-01-25T02:54:09.535Z restart_fmri:
1742025-01-25T02:54:09.535Z svc:/system/update-man-index:default
1752025-01-25T02:54:09.535Z
1762025-01-25T02:54:09.535ZEditable files to change:
1772025-01-25T02:54:09.535Z Update:
1782025-01-25T02:54:09.536Z usr/share/lib/pkg/web/config.shtml
1792025-01-25T02:54:09.560Z
1802025-01-25T02:54:09.560ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-25T02:54:14.545ZDownload: 1258/4301 items 100.2/225.4MB 44% complete (20.0M/s)
1822025-01-25T02:54:19.547ZDownload: 2347/4301 items 119.9/225.4MB 53% complete (12.2M/s)
1832025-01-25T02:54:24.975ZDownload: 3279/4301 items 210.7/225.4MB 93% complete (11.8M/s)
1842025-01-25T02:54:29.978ZDownload: 3333/4301 items 212.7/225.4MB 94% complete (9.3M/s)
1852025-01-25T02:54:35.163ZDownload: 4205/4301 items 220.6/225.4MB 97% complete (2.4M/s)
1862025-01-25T02:54:44.058ZDownload: 4207/4301 items 220.6/225.4MB 97% complete
1872025-01-25T02:54:56.747ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
1882025-01-25T02:54:57.409ZDownload: Completed 225.42 MB in 47.79 seconds (4.7M/s)
1892025-01-25T02:54:59.363Z Actions: 1/5122 actions (Removing old actions)
1902025-01-25T02:54:59.386Z Actions: 194/5122 actions (Installing new actions)
1912025-01-25T02:55:04.176Z Actions: 4267/5122 actions (Updating modified actions)
1922025-01-25T02:55:04.527Z Actions: Completed 5122 actions in 5.16 seconds.
1932025-01-25T02:55:04.964Z Done (0.430s)
1942025-01-25T02:55:04.967Z Done (0.002s)
1952025-01-25T02:55:05.555Z Done (0.588s)
1962025-01-25T02:55:10.006Z Done (4.217s)
1972025-01-25T02:55:10.091Z Done (0.019s)
1982025-01-25T02:55:10.093Z Done (0.000s)
1992025-01-25T02:55:10.334Z Done (0.000s)
2002025-01-25T02:55:11.032ZPlanning: Evaluating mediator changes ... Done
2012025-01-25T02:55:11.193ZPlanning: Checking for conflicting actions ... Done
2022025-01-25T02:55:11.196ZPlanning: Consolidating action changes ... Done
2032025-01-25T02:55:11.469ZPlanning: Evaluating mediators ... Done
2042025-01-25T02:55:11.471ZPlanning: Planning completed in 0.44 seconds
2052025-01-25T02:55:11.512Z Mediators to change: 2
2062025-01-25T02:55:11.512Z Create boot environment: No
2072025-01-25T02:55:11.514ZCreate backup boot environment: No
2082025-01-25T02:55:11.613Z Done
2092025-01-25T02:55:11.613Z Done
2102025-01-25T02:55:12.015Z Done
2112025-01-25T02:55:15.605Z Done
2122025-01-25T02:55:15.694Z Done
2132025-01-25T02:55:15.696Z Done
2142025-01-25T02:55:15.834Z Done
2152025-01-25T02:55:16.446ZPlanning: Evaluating mediator changes ... Done
2162025-01-25T02:55:16.448ZPlanning: Merging actions ... Done
2172025-01-25T02:55:16.637ZPlanning: Checking for conflicting actions ... Done
2182025-01-25T02:55:16.639ZPlanning: Consolidating action changes ... Done
2192025-01-25T02:55:16.912ZPlanning: Evaluating mediators ... Done
2202025-01-25T02:55:16.969ZPlanning: Planning completed in 0.77 seconds
2212025-01-25T02:55:17.013Z Packages to change: 1
2222025-01-25T02:55:17.013Z Mediators to change: 1
2232025-01-25T02:55:17.016Z Services to change: 1
2242025-01-25T02:55:17.016Z Create boot environment: No
2252025-01-25T02:55:17.016ZCreate backup boot environment: Yes
2262025-01-25T02:55:19.415Z Actions: 1/6 actions (Updating modified actions)
2272025-01-25T02:55:19.418Z Actions: Completed 6 actions in 0.00 seconds.
2282025-01-25T02:55:19.418Z Done
2292025-01-25T02:55:19.418Z Done
2302025-01-25T02:55:19.535Z Done
2312025-01-25T02:55:23.198Z Done
2322025-01-25T02:55:23.287Z Done
2332025-01-25T02:55:23.290Z Done
2342025-01-25T02:55:23.440Z Done
2352025-01-25T02:55:23.973ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362025-01-25T02:55:23.973Zclang system 15 system
2372025-01-25T02:55:23.973Zcsh system system illumos
2382025-01-25T02:55:23.973Zctags system system illumos
2392025-01-25T02:55:23.973Zgcc vendor 12 vendor
2402025-01-25T02:55:23.973Zgcc system 10 system
2412025-01-25T02:55:23.973Zgcc system 7 system
2422025-01-25T02:55:23.973Zgo system 1.20 system
2432025-01-25T02:55:23.973Zgo system 1.19 system
2442025-01-25T02:55:23.973Zllvm system 15 system
2452025-01-25T02:55:23.973Zllvm system 14 system
2462025-01-25T02:55:23.973Zmariadb system 10.6 system
2472025-01-25T02:55:23.973Zmta vendor vendor dma
2482025-01-25T02:55:23.973Zopenjdk system 17 system
2492025-01-25T02:55:23.973Zopenjdk system 11 system
2502025-01-25T02:55:23.973Zopenjdk system 1.8 system
2512025-01-25T02:55:23.973Zopenssl vendor 3 vendor
2522025-01-25T02:55:23.974Zperl system 5.36 system
2532025-01-25T02:55:23.974Zpostgresql system 15 system
2542025-01-25T02:55:23.974Zpostgresql system 13 system
2552025-01-25T02:55:23.974Zpython vendor 3 vendor
2562025-01-25T02:55:23.974Zpython system 2 system
2572025-01-25T02:55:23.974Zpython3 system 3.11 system
2582025-01-25T02:55:23.974Zruby system 3.0 system
2592025-01-25T02:55:23.974Zwords vendor vendor american-english
2602025-01-25T02:55:23.974Zwords system system australian-english
2612025-01-25T02:55:23.974Zwords system system british-english
2622025-01-25T02:55:23.974Zwords system system canadian-english
2632025-01-25T02:55:23.974Zwords system system french
2642025-01-25T02:55:23.974Zwords system system italian
2652025-01-25T02:55:23.974Zwords system system ngerman
2662025-01-25T02:55:23.974Zwords system system ogerman
2672025-01-25T02:55:23.974Zwords system system spanish
2682025-01-25T02:55:24.196ZPUBLISHER TYPE STATUS P LOCATION
2692025-01-25T02:55:24.196Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-01-25T02:55:27.510ZFMRI IFO
2712025-01-25T02:55:27.510Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-01-25T02:55:27.511Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-01-25T02:55:27.511Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-01-25T02:55:27.511Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-01-25T02:55:27.511Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-01-25T02:55:27.511Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772025-01-25T02:55:27.511Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782025-01-25T02:55:27.511Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792025-01-25T02:55:27.511Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802025-01-25T02:55:27.511Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2812025-01-25T02:55:27.511Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822025-01-25T02:55:27.511Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832025-01-25T02:55:27.512Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2842025-01-25T02:55:27.512Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852025-01-25T02:55:27.512Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862025-01-25T02:55:27.709Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872025-01-25T02:55:27.971Z Updating crates.io index
2882025-01-25T02:55:28.019Z Updating git repository `https://github.com/oxidecomputer/diffus`
2892025-01-25T02:55:28.305Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-01-25T02:55:28.820Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2912025-01-25T02:55:29.122Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922025-01-25T02:55:29.406Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932025-01-25T02:55:29.673Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-01-25T02:55:30.808Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-01-25T02:55:32.459Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-01-25T02:55:33.091Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-01-25T02:55:33.784Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-01-25T02:55:34.056Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-01-25T02:55:34.421Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-01-25T02:55:35.068Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3012025-01-25T02:55:35.386Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-01-25T02:55:35.688Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-01-25T02:55:35.940Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-01-25T02:55:36.241Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-01-25T02:55:36.504Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-01-25T02:55:36.808Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072025-01-25T02:55:37.113Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082025-01-25T02:55:37.518Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3092025-01-25T02:55:37.800Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-01-25T02:55:38.379Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112025-01-25T02:55:38.650Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122025-01-25T02:55:39.098Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-01-25T02:55:39.514Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3142025-01-25T02:55:39.808Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-01-25T02:55:40.061Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-01-25T02:55:40.345Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-01-25T02:55:41.713Z Downloading crates ...
3182025-01-25T02:55:41.784Z Downloaded anstream v0.6.15
3192025-01-25T02:55:41.791Z Downloaded anstyle v1.0.10
3202025-01-25T02:55:41.793Z Downloaded anstyle-parse v0.2.5
3212025-01-25T02:55:41.796Z Downloaded anstyle-query v1.1.1
3222025-01-25T02:55:41.796Z Downloaded autocfg v1.4.0
3232025-01-25T02:55:41.799Z Downloaded bitflags v2.6.0
3242025-01-25T02:55:41.803Z Downloaded bytecount v0.6.8
3252025-01-25T02:55:41.805Z Downloaded byteorder v1.5.0
3262025-01-25T02:55:41.808Z Downloaded camino v1.1.9
3272025-01-25T02:55:41.808Z Downloaded block-buffer v0.10.4
3282025-01-25T02:55:41.811Z Downloaded cargo-platform v0.1.8
3292025-01-25T02:55:41.811Z Downloaded camino-tempfile v1.1.1
3302025-01-25T02:55:41.814Z Downloaded cfg-if v1.0.0
3312025-01-25T02:55:41.814Z Downloaded cargo_metadata v0.18.1
3322025-01-25T02:55:41.816Z Downloaded clap v4.5.21
3332025-01-25T02:55:41.828Z Downloaded clap_builder v4.5.21
3342025-01-25T02:55:41.834Z Downloaded equivalent v1.0.1
3352025-01-25T02:55:41.837Z Downloaded digest v0.10.7
3362025-01-25T02:55:41.837Z Downloaded crypto-common v0.1.6
3372025-01-25T02:55:41.840Z Downloaded errno v0.3.9
3382025-01-25T02:55:41.840Z Downloaded cpufeatures v0.2.14
3392025-01-25T02:55:41.840Z Downloaded generic-array v0.14.7
3402025-01-25T02:55:41.843Z Downloaded fnv v1.0.7
3412025-01-25T02:55:41.843Z Downloaded fastrand v2.1.1
3422025-01-25T02:55:41.843Z Downloaded colorchoice v1.0.2
3432025-01-25T02:55:41.846Z Downloaded clap_lex v0.7.2
3442025-01-25T02:55:41.846Z Downloaded clap_derive v4.5.18
3452025-01-25T02:55:41.853Z Downloaded goblin v0.8.2
3462025-01-25T02:55:41.858Z Downloaded heck v0.5.0
3472025-01-25T02:55:41.861Z Downloaded heck v0.4.1
3482025-01-25T02:55:41.864Z Downloaded indexmap v2.7.0
3492025-01-25T02:55:41.866Z Downloaded itoa v1.0.11
3502025-01-25T02:55:41.866Z Downloaded is_terminal_polyfill v1.70.1
3512025-01-25T02:55:41.908Z Downloaded log v0.4.22
3522025-01-25T02:55:41.916Z Downloaded memchr v2.7.4
3532025-01-25T02:55:41.920Z Downloaded once_cell v1.20.2
3542025-01-25T02:55:41.925Z Downloaded pest v2.7.14
3552025-01-25T02:55:41.930Z Downloaded pest_generator v2.7.14
3562025-01-25T02:55:41.933Z Downloaded pest_derive v2.7.14
3572025-01-25T02:55:41.935Z Downloaded plain v0.2.3
3582025-01-25T02:55:41.936Z Downloaded proc-macro-error-attr v1.0.4
3592025-01-25T02:55:41.936Z Downloaded proc-macro-error v1.0.4
3602025-01-25T02:55:41.938Z Downloaded proc-macro2 v1.0.92
3612025-01-25T02:55:41.941Z Downloaded pest_meta v2.7.14
3622025-01-25T02:55:41.943Z Downloaded quote v1.0.38
3632025-01-25T02:55:41.967Z Downloaded rustix v0.38.37
3642025-01-25T02:55:41.988Z Downloaded smawk v0.3.2
3652025-01-25T02:55:41.990Z Downloaded sha2 v0.10.8
3662025-01-25T02:55:41.993Z Downloaded serde_spanned v0.6.8
3672025-01-25T02:55:41.993Z Downloaded serde_derive v1.0.217
3682025-01-25T02:55:41.996Z Downloaded serde v1.0.217
3692025-01-25T02:55:41.999Z Downloaded strsim v0.11.1
3702025-01-25T02:55:41.999Z Downloaded scroll_derive v0.12.0
3712025-01-25T02:55:42.004Z Downloaded scroll v0.12.0
3722025-01-25T02:55:42.004Z Downloaded ryu v1.0.18
3732025-01-25T02:55:42.016Z Downloaded syn v2.0.96
3742025-01-25T02:55:42.036Z Downloaded syn v1.0.109
3752025-01-25T02:55:42.047Z Downloaded thiserror-impl v1.0.69
3762025-01-25T02:55:42.050Z Downloaded thiserror v1.0.69
3772025-01-25T02:55:42.053Z Downloaded toml_datetime v0.6.8
3782025-01-25T02:55:42.053Z Downloaded toml v0.8.19
3792025-01-25T02:55:42.056Z Downloaded textwrap v0.16.1
3802025-01-25T02:55:42.058Z Downloaded toml_edit v0.22.22
3812025-01-25T02:55:42.078Z Downloaded unicode-linebreak v0.1.5
3822025-01-25T02:55:42.081Z Downloaded unicode-ident v1.0.14
3832025-01-25T02:55:42.084Z Downloaded ucd-trie v0.1.7
3842025-01-25T02:55:42.084Z Downloaded typenum v1.17.0
3852025-01-25T02:55:42.087Z Downloaded tempfile v3.13.0
3862025-01-25T02:55:42.097Z Downloaded unicode-width v0.1.14
3872025-01-25T02:55:42.102Z Downloaded version_check v0.9.5
3882025-01-25T02:55:42.104Z Downloaded utf8parse v0.2.2
3892025-01-25T02:55:42.108Z Downloaded winnow v0.6.20
3902025-01-25T02:55:42.121Z Downloaded zerocopy v0.7.35
3912025-01-25T02:55:42.137Z Downloaded zerocopy-derive v0.7.35
3922025-01-25T02:55:42.149Z Downloaded libc v0.2.169
3932025-01-25T02:55:42.171Z Downloaded pretty-hex v0.4.1
3942025-01-25T02:55:42.174Z Downloaded papergrid v0.11.0
3952025-01-25T02:55:42.176Z Downloaded memmap v0.7.0
3962025-01-25T02:55:42.179Z Downloaded fs-err v2.11.0
3972025-01-25T02:55:42.179Z Downloaded cargo_toml v0.20.5
3982025-01-25T02:55:42.182Z Downloaded anyhow v1.0.93
3992025-01-25T02:55:42.187Z Downloaded terminal_size v0.4.0
4002025-01-25T02:55:42.187Z Downloaded thread-id v4.2.2
4012025-01-25T02:55:42.187Z Downloaded hashbrown v0.15.1
4022025-01-25T02:55:42.190Z Downloaded tabled_derive v0.7.0
4032025-01-25T02:55:42.193Z Downloaded dtrace-parser v0.2.0
4042025-01-25T02:55:42.193Z Downloaded dof v0.3.0
4052025-01-25T02:55:42.195Z Downloaded serde_json v1.0.135
4062025-01-25T02:55:42.211Z Downloaded tabled v0.15.0
4072025-01-25T02:55:42.224Z Downloaded usdt-macro v0.5.0
4082025-01-25T02:55:42.227Z Downloaded swrite v0.1.0
4092025-01-25T02:55:42.227Z Downloaded usdt-impl v0.5.0
4102025-01-25T02:55:42.227Z Downloaded semver v1.0.24
4112025-01-25T02:55:42.230Z Downloaded macaddr v1.0.1
4122025-01-25T02:55:42.230Z Downloaded usdt-attr-macro v0.5.0
4132025-01-25T02:55:42.233Z Downloaded usdt v0.5.0
4142025-01-25T02:55:42.233Z Downloaded serde_tokenstream v0.2.2
4152025-01-25T02:55:42.519Z Compiling proc-macro2 v1.0.92
4162025-01-25T02:55:42.519Z Compiling unicode-ident v1.0.14
4172025-01-25T02:55:42.522Z Compiling serde v1.0.217
4182025-01-25T02:55:42.522Z Compiling version_check v0.9.5
4192025-01-25T02:55:42.522Z Compiling memchr v2.7.4
4202025-01-25T02:55:42.522Z Compiling thiserror v1.0.69
4212025-01-25T02:55:42.522Z Compiling libc v0.2.169
4222025-01-25T02:55:42.522Z Compiling ryu v1.0.18
4232025-01-25T02:55:42.796Z Compiling itoa v1.0.11
4242025-01-25T02:55:42.932Z Compiling ucd-trie v0.1.7
4252025-01-25T02:55:43.298Z Compiling once_cell v1.20.2
4262025-01-25T02:55:43.322Z Compiling byteorder v1.5.0
4272025-01-25T02:55:43.487Z Compiling serde_json v1.0.135
4282025-01-25T02:55:43.632Z Compiling rustix v0.38.37
4292025-01-25T02:55:43.797Z Compiling bitflags v2.6.0
4302025-01-25T02:55:43.859Z Compiling proc-macro-error-attr v1.0.4
4312025-01-25T02:55:44.007Z Compiling usdt-impl v0.5.0
4322025-01-25T02:55:44.079Z Compiling syn v1.0.109
4332025-01-25T02:55:44.250Z Compiling proc-macro-error v1.0.4
4342025-01-25T02:55:44.274Z Compiling utf8parse v0.2.2
4352025-01-25T02:55:44.454Z Compiling quote v1.0.38
4362025-01-25T02:55:44.478Z Compiling errno v0.3.9
4372025-01-25T02:55:44.502Z Compiling equivalent v1.0.1
4382025-01-25T02:55:44.528Z Compiling camino v1.1.9
4392025-01-25T02:55:44.637Z Compiling hashbrown v0.15.1
4402025-01-25T02:55:44.727Z Compiling plain v0.2.3
4412025-01-25T02:55:44.756Z Compiling log v0.4.22
4422025-01-25T02:55:44.904Z Compiling syn v2.0.96
4432025-01-25T02:55:45.027Z Compiling thread-id v4.2.2
4442025-01-25T02:55:45.177Z Compiling anstyle-parse v0.2.5
4452025-01-25T02:55:45.302Z Compiling semver v1.0.24
4462025-01-25T02:55:45.508Z Compiling is_terminal_polyfill v1.70.1
4472025-01-25T02:55:45.555Z Compiling pretty-hex v0.4.1
4482025-01-25T02:55:45.644Z Compiling indexmap v2.7.0
4492025-01-25T02:55:45.690Z Compiling autocfg v1.4.0
4502025-01-25T02:55:45.781Z Compiling unicode-width v0.1.14
4512025-01-25T02:55:45.806Z Compiling winnow v0.6.20
4522025-01-25T02:55:45.835Z Compiling anstyle-query v1.1.1
4532025-01-25T02:55:46.013Z Compiling colorchoice v1.0.2
4542025-01-25T02:55:46.191Z Compiling anstyle v1.0.10
4552025-01-25T02:55:46.584Z Compiling anstream v0.6.15
4562025-01-25T02:55:46.614Z Compiling terminal_size v0.4.0
4572025-01-25T02:55:46.637Z Compiling fs-err v2.11.0
4582025-01-25T02:55:46.848Z Compiling heck v0.4.1
4592025-01-25T02:55:46.933Z Compiling fastrand v2.1.1
4602025-01-25T02:55:46.960Z Compiling bytecount v0.6.8
4612025-01-25T02:55:47.182Z Compiling strsim v0.11.1
4622025-01-25T02:55:47.214Z Compiling anyhow v1.0.93
4632025-01-25T02:55:47.238Z Compiling clap_lex v0.7.2
4642025-01-25T02:55:47.261Z Compiling fnv v1.0.7
4652025-01-25T02:55:47.413Z Compiling heck v0.5.0
4662025-01-25T02:55:47.785Z Compiling cfg-if v1.0.0
4672025-01-25T02:55:47.889Z Compiling tempfile v3.13.0
4682025-01-25T02:55:47.892Z Compiling clap_builder v4.5.21
4692025-01-25T02:55:47.941Z Compiling papergrid v0.11.0
4702025-01-25T02:55:48.261Z Compiling memmap v0.7.0
4712025-01-25T02:55:48.406Z Compiling unicode-linebreak v0.1.5
4722025-01-25T02:55:48.632Z Compiling smawk v0.3.2
4732025-01-25T02:55:48.878Z Compiling textwrap v0.16.1
4742025-01-25T02:55:49.193Z Compiling swrite v0.1.0
4752025-01-25T02:55:49.845Z Compiling tabled_derive v0.7.0
4762025-01-25T02:55:51.249Z Compiling tabled v0.15.0
4772025-01-25T02:55:51.534Z Compiling serde_derive v1.0.217
4782025-01-25T02:55:51.534Z Compiling thiserror-impl v1.0.69
4792025-01-25T02:55:51.537Z Compiling zerocopy-derive v0.7.35
4802025-01-25T02:55:51.537Z Compiling scroll_derive v0.12.0
4812025-01-25T02:55:51.537Z Compiling clap_derive v4.5.18
4822025-01-25T02:55:52.857Z Compiling scroll v0.12.0
4832025-01-25T02:55:53.297Z Compiling zerocopy v0.7.35
4842025-01-25T02:55:53.436Z Compiling goblin v0.8.2
4852025-01-25T02:55:54.508Z Compiling pest v2.7.14
4862025-01-25T02:55:55.164Z Compiling clap v4.5.21
4872025-01-25T02:55:56.571Z Compiling pest_meta v2.7.14
4882025-01-25T02:55:57.484Z Compiling pest_generator v2.7.14
4892025-01-25T02:55:58.994Z Compiling pest_derive v2.7.14
4902025-01-25T02:55:59.548Z Compiling dtrace-parser v0.2.0
4912025-01-25T02:56:00.196Z Compiling serde_tokenstream v0.2.2
4922025-01-25T02:56:00.231Z Compiling toml_datetime v0.6.8
4932025-01-25T02:56:00.263Z Compiling serde_spanned v0.6.8
4942025-01-25T02:56:00.437Z Compiling cargo-platform v0.1.8
4952025-01-25T02:56:00.485Z Compiling macaddr v1.0.1
4962025-01-25T02:56:00.679Z Compiling toml_edit v0.22.22
4972025-01-25T02:56:00.924Z Compiling camino-tempfile v1.1.1
4982025-01-25T02:56:01.469Z Compiling dof v0.3.0
4992025-01-25T02:56:01.469Z Compiling cargo_metadata v0.18.1
5002025-01-25T02:56:02.946Z Compiling usdt-attr-macro v0.5.0
5012025-01-25T02:56:02.946Z Compiling usdt-macro v0.5.0
5022025-01-25T02:56:03.449Z Compiling toml v0.8.19
5032025-01-25T02:56:04.089Z Compiling usdt v0.5.0
5042025-01-25T02:56:04.214Z Compiling cargo_toml v0.20.5
5052025-01-25T02:56:06.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5062025-01-25T02:56:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.40s
5072025-01-25T02:56:10.144Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5082025-01-25T02:56:10.661Z Downloading crates ...
5092025-01-25T02:56:10.793Z Downloaded convert_case v0.4.0
5102025-01-25T02:56:10.797Z Downloaded argon2 v0.5.3
5112025-01-25T02:56:10.803Z Downloaded array-init v0.0.4
5122025-01-25T02:56:10.807Z Downloaded async-bb8-diesel v0.2.1
5132025-01-25T02:56:10.811Z Downloaded atomicwrites v0.4.4
5142025-01-25T02:56:10.816Z Downloaded async-recursion v1.1.1
5152025-01-25T02:56:10.816Z Downloaded hex v0.4.3
5162025-01-25T02:56:10.819Z Downloaded humantime v2.1.0
5172025-01-25T02:56:10.822Z Downloaded hyper-rustls v0.27.3
5182025-01-25T02:56:10.829Z Downloaded ident_case v1.0.1
5192025-01-25T02:56:10.829Z Downloaded iana-time-zone v0.1.61
5202025-01-25T02:56:10.836Z Downloaded backoff v0.4.0
5212025-01-25T02:56:10.836Z Downloaded aws-lc-rs v1.10.0
5222025-01-25T02:56:10.841Z Downloaded hyper-tls v0.6.0
5232025-01-25T02:56:10.844Z Downloaded idna v0.5.0
5242025-01-25T02:56:10.851Z Downloaded is-terminal v0.4.13
5252025-01-25T02:56:10.853Z Downloaded indexmap v1.9.3
5262025-01-25T02:56:10.857Z Downloaded lazy_static v1.5.0
5272025-01-25T02:56:10.860Z Downloaded itertools v0.10.5
5282025-01-25T02:56:10.866Z Downloaded lock_api v0.4.12
5292025-01-25T02:56:10.868Z Downloaded libm v0.2.8
5302025-01-25T02:56:10.878Z Downloaded heapless v0.8.0
5312025-01-25T02:56:10.881Z Downloaded bcs v0.1.6
5322025-01-25T02:56:10.884Z Downloaded bcrypt-pbkdf v0.10.0
5332025-01-25T02:56:10.904Z Downloaded assert_matches v1.5.0
5342025-01-25T02:56:10.907Z Downloaded ascii-canvas v3.0.0
5352025-01-25T02:56:10.910Z Downloaded heck v0.3.3
5362025-01-25T02:56:10.910Z Downloaded home v0.5.9
5372025-01-25T02:56:10.913Z Downloaded base16ct v0.2.0
5382025-01-25T02:56:10.913Z Downloaded httpdate v1.0.3
5392025-01-25T02:56:10.916Z Downloaded bb8 v0.8.5
5402025-01-25T02:56:10.916Z Downloaded httparse v1.9.5
5412025-01-25T02:56:10.919Z Downloaded http-body-util v0.1.2
5422025-01-25T02:56:10.922Z Downloaded icu_collections v1.5.0
5432025-01-25T02:56:10.928Z Downloaded icu_provider_macros v1.5.0
5442025-01-25T02:56:10.930Z Downloaded icu_locid_transform v1.5.0
5452025-01-25T02:56:10.933Z Downloaded icu_locid v1.5.0
5462025-01-25T02:56:10.936Z Downloaded icu_locid_transform_data v1.5.0
5472025-01-25T02:56:10.938Z Downloaded icu_normalizer v1.5.0
5482025-01-25T02:56:10.942Z Downloaded icu_provider v1.5.0
5492025-01-25T02:56:10.945Z Downloaded icu_normalizer_data v1.5.0
5502025-01-25T02:56:10.948Z Downloaded ciborium-io v0.2.2
5512025-01-25T02:56:10.950Z Downloaded backtrace v0.3.74
5522025-01-25T02:56:10.954Z Downloaded base64 v0.22.1
5532025-01-25T02:56:10.959Z Downloaded instant v0.1.13
5542025-01-25T02:56:11.214Z Downloaded idna_adapter v1.2.0
5552025-01-25T02:56:11.236Z Downloaded icu_properties_data v1.5.0
5562025-01-25T02:56:11.236Z Downloaded lazycell v1.3.0
5572025-01-25T02:56:11.236Z Downloaded idna v1.0.3
5582025-01-25T02:56:11.236Z Downloaded jobserver v0.1.32
5592025-01-25T02:56:11.236Z Downloaded linked-hash-map v0.5.6
5602025-01-25T02:56:11.236Z Downloaded async-trait v0.1.83
5612025-01-25T02:56:11.236Z Downloaded libloading v0.8.5
5622025-01-25T02:56:11.236Z Downloaded ahash v0.8.11
5632025-01-25T02:56:11.236Z Downloaded lru-cache v0.1.2
5642025-01-25T02:56:11.236Z Downloaded mime v0.3.17
5652025-01-25T02:56:11.236Z Downloaded memoffset v0.9.1
5662025-01-25T02:56:11.236Z Downloaded mime_guess v2.0.5
5672025-01-25T02:56:11.236Z Downloaded maplit v1.0.2
5682025-01-25T02:56:11.236Z Downloaded itertools v0.13.0
5692025-01-25T02:56:11.236Z Downloaded minimal-lexical v0.2.1
5702025-01-25T02:56:11.236Z Downloaded bitvec v1.0.1
5712025-01-25T02:56:11.236Z Downloaded crc-catalog v2.4.0
5722025-01-25T02:56:11.236Z Downloaded const-oid v0.9.6
5732025-01-25T02:56:11.236Z Downloaded aho-corasick v1.1.3
5742025-01-25T02:56:11.236Z Downloaded itertools v0.12.1
5752025-01-25T02:56:11.236Z Downloaded bstr v1.10.0
5762025-01-25T02:56:11.236Z Downloaded cfg_aliases v0.2.1
5772025-01-25T02:56:11.236Z Downloaded bumpalo v3.16.0
5782025-01-25T02:56:11.236Z Downloaded chrono v0.4.38
5792025-01-25T02:56:11.236Z Downloaded miniz_oxide v0.8.0
5802025-01-25T02:56:11.236Z Downloaded hostname v0.4.0
5812025-01-25T02:56:11.236Z Downloaded http v1.2.0
5822025-01-25T02:56:11.236Z Downloaded inout v0.1.3
5832025-01-25T02:56:11.236Z Downloaded ipnetwork v0.20.0
5842025-01-25T02:56:11.236Z Downloaded keccak v0.1.5
5852025-01-25T02:56:11.236Z Downloaded ipnet v2.10.1
5862025-01-25T02:56:11.236Z Downloaded icu_properties v1.5.1
5872025-01-25T02:56:11.236Z Downloaded hmac v0.12.1
5882025-01-25T02:56:11.236Z Downloaded base64 v0.13.1
5892025-01-25T02:56:11.236Z Downloaded colored v2.1.0
5902025-01-25T02:56:11.237Z Downloaded bytes v1.9.0
5912025-01-25T02:56:11.237Z Downloaded indoc v1.0.9
5922025-01-25T02:56:11.237Z Downloaded bitflags v1.3.2
5932025-01-25T02:56:11.237Z Downloaded bit-set v0.5.3
5942025-01-25T02:56:11.237Z Downloaded base64 v0.21.7
5952025-01-25T02:56:11.237Z Downloaded hyper-util v0.1.10
5962025-01-25T02:56:11.237Z Downloaded lru v0.12.5
5972025-01-25T02:56:11.237Z Downloaded lockfree-object-pool v0.1.6
5982025-01-25T02:56:11.237Z Downloaded hex-literal v0.4.1
5992025-01-25T02:56:11.237Z Downloaded heapless v0.7.17
6002025-01-25T02:56:11.237Z Downloaded bit-vec v0.6.3
6012025-01-25T02:56:11.237Z Downloaded hyper v1.5.2
6022025-01-25T02:56:11.237Z Downloaded match_cfg v0.1.0
6032025-01-25T02:56:11.237Z Downloaded adler2 v2.0.0
6042025-01-25T02:56:11.237Z Downloaded base64ct v1.6.0
6052025-01-25T02:56:11.237Z Downloaded md5 v0.7.0
6062025-01-25T02:56:11.237Z Downloaded aead v0.5.2
6072025-01-25T02:56:11.237Z Downloaded addr2line v0.24.2
6082025-01-25T02:56:11.237Z Downloaded matches v0.1.10
6092025-01-25T02:56:11.237Z Downloaded hkdf v0.12.4
6102025-01-25T02:56:11.237Z Downloaded crossbeam-deque v0.8.5
6112025-01-25T02:56:11.237Z Downloaded crossbeam-channel v0.5.13
6122025-01-25T02:56:11.237Z Downloaded allocator-api2 v0.2.18
6132025-01-25T02:56:11.237Z Downloaded arc-swap v1.7.1
6142025-01-25T02:56:11.237Z Downloaded http-body v1.0.1
6152025-01-25T02:56:11.237Z Downloaded hostname v0.3.1
6162025-01-25T02:56:11.237Z Downloaded aes v0.8.4
6172025-01-25T02:56:11.237Z Downloaded chacha20 v0.9.1
6182025-01-25T02:56:11.237Z Downloaded bzip2 v0.4.4
6192025-01-25T02:56:11.237Z Downloaded blake2 v0.10.6
6202025-01-25T02:56:11.237Z Downloaded ciborium v0.2.2
6212025-01-25T02:56:11.237Z Downloaded async-stream-impl v0.3.6
6222025-01-25T02:56:11.237Z Downloaded arrayvec v0.7.6
6232025-01-25T02:56:11.237Z Downloaded darling v0.20.10
6242025-01-25T02:56:11.237Z Downloaded atty v0.2.14
6252025-01-25T02:56:11.237Z Downloaded cipher v0.4.4
6262025-01-25T02:56:11.237Z Downloaded aes-gcm v0.10.3
6272025-01-25T02:56:11.237Z Downloaded memmap2 v0.9.5
6282025-01-25T02:56:11.237Z Downloaded md-5 v0.10.6
6292025-01-25T02:56:11.237Z Downloaded is_ci v1.2.0
6302025-01-25T02:56:11.238Z Downloaded maybe-uninit v2.0.0
6312025-01-25T02:56:11.238Z Downloaded indicatif v0.17.9
6322025-01-25T02:56:11.242Z Downloaded ron v0.8.1
6332025-01-25T02:56:11.242Z Downloaded rsa v0.9.6
6342025-01-25T02:56:11.242Z Downloaded constant_time_eq v0.3.1
6352025-01-25T02:56:11.242Z Downloaded cobs v0.2.3
6362025-01-25T02:56:11.242Z Downloaded clang-sys v1.8.1
6372025-01-25T02:56:11.242Z Downloaded crc v3.2.1
6382025-01-25T02:56:11.242Z Downloaded ciborium-ll v0.2.2
6392025-01-25T02:56:11.242Z Downloaded crunchy v0.2.2
6402025-01-25T02:56:11.242Z Downloaded crc32fast v1.4.2
6412025-01-25T02:56:11.245Z Downloaded crossbeam-utils v0.8.20
6422025-01-25T02:56:11.248Z Downloaded hyper-staticfile v0.10.1
6432025-01-25T02:56:11.248Z Downloaded hubpack v0.1.2
6442025-01-25T02:56:11.250Z Downloaded highway v1.2.0
6452025-01-25T02:56:11.253Z Downloaded hickory-server v0.24.1
6462025-01-25T02:56:11.257Z Downloaded hickory-proto v0.24.1
6472025-01-25T02:56:11.276Z Downloaded curve25519-dalek v4.1.3
6482025-01-25T02:56:11.283Z Downloaded cc v1.1.30
6492025-01-25T02:56:11.288Z Downloaded curve25519-dalek-derive v0.1.1
6502025-01-25T02:56:11.290Z Downloaded ctr v0.9.2
6512025-01-25T02:56:11.293Z Downloaded crossbeam-epoch v0.9.18
6522025-01-25T02:56:11.296Z Downloaded resolv-conf v0.7.0
6532025-01-25T02:56:11.299Z Downloaded cassowary v0.3.0
6542025-01-25T02:56:11.299Z Downloaded schemars_derive v0.8.21
6552025-01-25T02:56:11.302Z Downloaded salsa20 v0.10.2
6562025-01-25T02:56:11.302Z Downloaded crossterm v0.28.1
6572025-01-25T02:56:11.309Z Downloaded serde_path_to_error v0.1.16
6582025-01-25T02:56:11.311Z Downloaded castaway v0.2.3
6592025-01-25T02:56:11.314Z Downloaded cookie v0.18.1
6602025-01-25T02:56:11.316Z Downloaded schemars v0.8.21
6612025-01-25T02:56:11.327Z Downloaded siphasher v0.3.11
6622025-01-25T02:56:11.330Z Downloaded strum_macros v0.26.4
6632025-01-25T02:56:11.332Z Downloaded crc-any v2.5.0
6642025-01-25T02:56:11.335Z Downloaded shlex v1.3.0
6652025-01-25T02:56:11.335Z Downloaded tiny-keccak v2.0.2
6662025-01-25T02:56:11.339Z Downloaded tinyvec v1.8.0
6672025-01-25T02:56:11.342Z Downloaded http-range v0.1.5
6682025-01-25T02:56:11.345Z Downloaded hickory-resolver v0.24.1
6692025-01-25T02:56:11.348Z Downloaded tracing v0.1.40
6702025-01-25T02:56:11.353Z Downloaded unicase v2.7.0
6712025-01-25T02:56:11.356Z Downloaded unicode-bidi v0.3.17
6722025-01-25T02:56:11.359Z Downloaded unarray v0.1.4
6732025-01-25T02:56:11.361Z Downloaded hickory-client v0.24.1
6742025-01-25T02:56:11.364Z Downloaded tinystr v0.7.6
6752025-01-25T02:56:11.367Z Downloaded proc-macro-crate v1.3.1
6762025-01-25T02:56:11.367Z Downloaded managed v0.8.0
6772025-01-25T02:56:11.369Z Downloaded vcpkg v0.2.15
6782025-01-25T02:56:11.407Z Downloaded ed25519 v2.2.3
6792025-01-25T02:56:11.409Z Downloaded derive_more v0.99.18
6802025-01-25T02:56:11.413Z Downloaded zeroize_derive v1.4.2
6812025-01-25T02:56:11.416Z Downloaded ed25519-dalek v2.1.1
6822025-01-25T02:56:11.419Z Downloaded float-ord v0.3.2
6832025-01-25T02:56:11.421Z Downloaded fallible-streaming-iterator v0.1.9
6842025-01-25T02:56:11.421Z Downloaded fallible-iterator v0.3.0
6852025-01-25T02:56:11.424Z Downloaded zeroize v1.8.1
6862025-01-25T02:56:11.424Z Downloaded yoke-derive v0.7.4
6872025-01-25T02:56:11.427Z Downloaded which v4.4.2
6882025-01-25T02:56:11.427Z Downloaded radium v0.7.0
6892025-01-25T02:56:11.429Z Downloaded quinn v0.11.5
6902025-01-25T02:56:11.432Z Downloaded libxml v0.3.3
6912025-01-25T02:56:11.439Z Downloaded radix_trie v0.2.1
6922025-01-25T02:56:11.444Z Downloaded bitfield v0.14.0
6932025-01-25T02:56:11.447Z Downloaded bindgen v0.69.5
6942025-01-25T02:56:11.454Z Downloaded libsw v3.3.1
6952025-01-25T02:56:11.457Z Downloaded mio v1.0.2
6962025-01-25T02:56:11.462Z Downloaded libefi-sys v0.1.0
6972025-01-25T02:56:11.465Z Downloaded lalrpop-util v0.19.12
6982025-01-25T02:56:11.465Z Downloaded lalrpop v0.19.12
6992025-01-25T02:56:11.477Z Downloaded kstat-rs v0.2.4
7002025-01-25T02:56:11.481Z Downloaded instability v0.3.2
7012025-01-25T02:56:11.484Z Downloaded nix v0.28.0
7022025-01-25T02:56:11.492Z Downloaded num-bigint v0.4.6
7032025-01-25T02:56:11.498Z Downloaded internet-checksum v0.2.1
7042025-01-25T02:56:11.501Z Downloaded rustls v0.21.12
7052025-01-25T02:56:11.511Z Downloaded hubpack_derive v0.1.1
7062025-01-25T02:56:11.514Z Downloaded time-macros v0.2.18
7072025-01-25T02:56:11.516Z Downloaded shell-words v1.1.0
7082025-01-25T02:56:11.516Z Downloaded serde_plain v1.0.2
7092025-01-25T02:56:11.523Z Downloaded impl-trait-for-tuples v0.2.2
7102025-01-25T02:56:11.525Z Downloaded csv-core v0.1.11
7112025-01-25T02:56:11.525Z Downloaded compact_str v0.8.0
7122025-01-25T02:56:11.529Z Downloaded strum_macros v0.24.3
7132025-01-25T02:56:11.529Z Downloaded termtree v0.5.1
7142025-01-25T02:56:11.532Z Downloaded time-core v0.1.2
7152025-01-25T02:56:11.532Z Downloaded termtree v0.4.1
7162025-01-25T02:56:11.532Z Downloaded strum v0.26.3
7172025-01-25T02:56:11.534Z Downloaded static_assertions v1.1.0
7182025-01-25T02:56:11.534Z Downloaded sqlparser_derive v0.2.2
7192025-01-25T02:56:11.537Z Downloaded toml_edit v0.19.15
7202025-01-25T02:56:11.553Z Downloaded pbkdf2 v0.12.2
7212025-01-25T02:56:11.555Z Downloaded const_format_proc_macros v0.2.33
7222025-01-25T02:56:11.558Z Downloaded want v0.3.1
7232025-01-25T02:56:11.558Z Downloaded value-bag v1.9.0
7242025-01-25T02:56:11.561Z Downloaded percent-encoding v2.3.1
7252025-01-25T02:56:11.564Z Downloaded pem-rfc7468 v0.7.0
7262025-01-25T02:56:11.566Z Downloaded cmake v0.1.51
7272025-01-25T02:56:11.566Z Downloaded blowfish v0.9.1
7282025-01-25T02:56:11.569Z Downloaded blake3 v1.5.4
7292025-01-25T02:56:11.576Z Downloaded bitfield-struct v0.6.2
7302025-01-25T02:56:11.578Z Downloaded rpassword v7.3.1
7312025-01-25T02:56:11.581Z Downloaded reedline v0.35.0
7322025-01-25T02:56:11.587Z Downloaded pin-project-internal v1.1.6
7332025-01-25T02:56:11.590Z Downloaded pin-project v1.1.6
7342025-01-25T02:56:11.601Z Downloaded predicates-tree v1.0.11
7352025-01-25T02:56:11.604Z Downloaded ghash v0.5.1
7362025-01-25T02:56:11.604Z Downloaded num-integer v0.1.46
7372025-01-25T02:56:11.607Z Downloaded proptest v1.5.0
7382025-01-25T02:56:11.616Z Downloaded getrandom v0.2.15
7392025-01-25T02:56:11.619Z Downloaded futures-sink v0.3.31
7402025-01-25T02:56:11.622Z Downloaded futures v0.3.31
7412025-01-25T02:56:11.626Z Downloaded openssl-probe v0.1.5
7422025-01-25T02:56:11.628Z Downloaded float-cmp v0.9.0
7432025-01-25T02:56:11.631Z Downloaded dyn-clone v1.0.17
7442025-01-25T02:56:11.631Z Downloaded zerofrom v0.1.4
7452025-01-25T02:56:11.634Z Downloaded webpki-roots v0.26.6
7462025-01-25T02:56:11.636Z Downloaded regex-automata v0.4.8
7472025-01-25T02:56:11.654Z Downloaded regex v1.11.1
7482025-01-25T02:56:11.668Z Downloaded rustfmt-wrapper v0.2.1
7492025-01-25T02:56:11.672Z Downloaded rustc_version v0.4.1
7502025-01-25T02:56:11.683Z Downloaded reqwest v0.12.9
7512025-01-25T02:56:11.686Z Downloaded cstr-argument v0.1.2
7522025-01-25T02:56:11.686Z Downloaded libz-sys v1.1.20
7532025-01-25T02:56:11.705Z Downloaded thiserror v2.0.11
7542025-01-25T02:56:11.710Z Downloaded slog v2.7.0
7552025-01-25T02:56:11.713Z Downloaded signal-hook-registry v1.4.2
7562025-01-25T02:56:11.716Z Downloaded serde_yaml v0.9.34+deprecated
7572025-01-25T02:56:11.719Z Downloaded try-lock v0.2.5
7582025-01-25T02:56:11.721Z Downloaded subtle v2.6.1
7592025-01-25T02:56:11.722Z Downloaded unicode-properties v0.1.3
7602025-01-25T02:56:11.724Z Downloaded psl-types v2.0.11
7612025-01-25T02:56:11.727Z Downloaded untrusted v0.7.1
7622025-01-25T02:56:11.727Z Downloaded progenitor-impl v0.8.0
7632025-01-25T02:56:11.730Z Downloaded utf8_iter v1.0.4
7642025-01-25T02:56:11.732Z Downloaded utf16_iter v1.0.5
7652025-01-25T02:56:11.732Z Downloaded glob v0.3.1
7662025-01-25T02:56:11.736Z Downloaded fxhash v0.2.1
7672025-01-25T02:56:11.736Z Downloaded futures-core v0.3.31
7682025-01-25T02:56:11.739Z Downloaded nibble_vec v0.1.0
7692025-01-25T02:56:11.739Z Downloaded globset v0.4.15
7702025-01-25T02:56:11.741Z Downloaded gethostname v0.5.0
7712025-01-25T02:56:11.741Z Downloaded mockall v0.13.0
7722025-01-25T02:56:11.744Z Downloaded mirai-annotations v1.12.0
7732025-01-25T02:56:11.744Z Downloaded git2 v0.19.0
7742025-01-25T02:56:11.753Z Downloaded termcolor v1.4.1
7752025-01-25T02:56:11.755Z Downloaded gimli v0.31.1
7762025-01-25T02:56:11.764Z Downloaded packed_struct_codegen v0.10.1
7772025-01-25T02:56:11.766Z Downloaded powerfmt v0.2.0
7782025-01-25T02:56:11.769Z Downloaded ppv-lite86 v0.2.20
7792025-01-25T02:56:11.769Z Downloaded quick-error v1.2.3
7802025-01-25T02:56:11.772Z Downloaded pin-utils v0.1.0
7812025-01-25T02:56:11.772Z Downloaded openssl-sys v0.9.103
7822025-01-25T02:56:11.776Z Downloaded rand v0.8.5
7832025-01-25T02:56:11.780Z Downloaded unicode-normalization v0.1.24
7842025-01-25T02:56:11.784Z Downloaded data-encoding v2.6.0
7852025-01-25T02:56:11.787Z Downloaded flume v0.11.1
7862025-01-25T02:56:11.790Z Downloaded dhcproto v0.12.0
7872025-01-25T02:56:11.794Z Downloaded des v0.8.1
7882025-01-25T02:56:11.797Z Downloaded utf-8 v0.7.6
7892025-01-25T02:56:11.799Z Downloaded untrusted v0.9.0
7902025-01-25T02:56:11.799Z Downloaded r2d2 v0.8.10
7912025-01-25T02:56:11.802Z Downloaded quinn-udp v0.5.5
7922025-01-25T02:56:11.805Z Downloaded thiserror-impl v2.0.11
7932025-01-25T02:56:11.805Z Downloaded stable_deref_trait v1.2.0
7942025-01-25T02:56:11.808Z Downloaded slog-term v2.9.1
7952025-01-25T02:56:11.810Z Downloaded slog-stdlog v4.1.1
7962025-01-25T02:56:11.810Z Downloaded scrypt v0.11.0
7972025-01-25T02:56:11.813Z Downloaded quinn-proto v0.11.8
7982025-01-25T02:56:11.819Z Downloaded signature v2.2.0
7992025-01-25T02:56:11.821Z Downloaded serde-big-array v0.5.1
8002025-01-25T02:56:11.824Z Downloaded env_logger v0.10.2
8012025-01-25T02:56:11.827Z Downloaded env_logger v0.11.5
8022025-01-25T02:56:11.829Z Downloaded env_filter v0.1.2
8032025-01-25T02:56:11.832Z Downloaded embedded-io v0.6.1
8042025-01-25T02:56:11.832Z Downloaded slog-async v2.8.0
8052025-01-25T02:56:11.835Z Downloaded secrecy v0.8.0
8062025-01-25T02:56:11.837Z Downloaded sync_wrapper v1.0.1
8072025-01-25T02:56:11.837Z Downloaded tap v1.0.1
8082025-01-25T02:56:11.840Z Downloaded synstructure v0.13.1
8092025-01-25T02:56:11.840Z Downloaded openssl-macros v0.1.1
8102025-01-25T02:56:11.843Z Downloaded num-iter v0.1.45
8112025-01-25T02:56:11.843Z Downloaded twox-hash v1.6.3
8122025-01-25T02:56:11.845Z Downloaded nanorand v0.7.0
8132025-01-25T02:56:11.848Z Downloaded form_urlencoded v1.2.1
8142025-01-25T02:56:11.850Z Downloaded p521 v0.13.3
8152025-01-25T02:56:11.853Z Downloaded unicode-segmentation v1.12.0
8162025-01-25T02:56:11.857Z Downloaded p384 v0.13.0
8172025-01-25T02:56:11.864Z Downloaded rustls v0.22.4
8182025-01-25T02:56:11.879Z Downloaded downcast v0.11.0
8192025-01-25T02:56:11.881Z Downloaded openssl v0.10.66
8202025-01-25T02:56:11.893Z Downloaded typify-macro v0.2.0
8212025-01-25T02:56:11.893Z Downloaded snafu v0.8.5
8222025-01-25T02:56:11.898Z Downloaded darling_core v0.20.10
8232025-01-25T02:56:11.904Z Downloaded diesel_derives v2.2.3
8242025-01-25T02:56:11.909Z Downloaded progenitor-macro v0.9.1
8252025-01-25T02:56:11.911Z Downloaded progenitor-macro v0.8.0
8262025-01-25T02:56:11.911Z Downloaded poly1305 v0.8.0
8272025-01-25T02:56:11.914Z Downloaded ecdsa v0.16.9
8282025-01-25T02:56:11.917Z Downloaded derive_builder_macro v0.20.2
8292025-01-25T02:56:11.920Z Downloaded derive_builder_core v0.20.2
8302025-01-25T02:56:11.920Z Downloaded defmt-parser v0.3.4
8312025-01-25T02:56:11.922Z Downloaded object v0.36.5
8322025-01-25T02:56:11.934Z Downloaded xattr v1.3.1
8332025-01-25T02:56:11.937Z Downloaded wyz v0.5.1
8342025-01-25T02:56:11.940Z Downloaded zerofrom-derive v0.1.4
8352025-01-25T02:56:11.940Z Downloaded typify-macro v0.3.0
8362025-01-25T02:56:11.943Z Downloaded chrono-tz v0.10.0
8372025-01-25T02:56:11.949Z Downloaded slog-dtrace v0.3.0
8382025-01-25T02:56:11.951Z Downloaded rustc_version v0.1.7
8392025-01-25T02:56:11.954Z Downloaded dirs-sys-next v0.1.2
8402025-01-25T02:56:11.954Z Downloaded slog-bunyan v2.5.0
8412025-01-25T02:56:11.956Z Downloaded foldhash v0.1.3
8422025-01-25T02:56:11.956Z Downloaded flagset v0.4.6
8432025-01-25T02:56:11.959Z Downloaded rand_chacha v0.3.1
8442025-01-25T02:56:11.963Z Downloaded rand_core v0.6.4
8452025-01-25T02:56:11.963Z Downloaded num-derive v0.4.2
8462025-01-25T02:56:11.965Z Downloaded num-conv v0.1.0
8472025-01-25T02:56:11.966Z Downloaded url v2.5.3
8482025-01-25T02:56:11.968Z Downloaded group v0.13.0
8492025-01-25T02:56:11.971Z Downloaded flate2 v1.0.34
8502025-01-25T02:56:11.975Z Downloaded either v1.13.0
8512025-01-25T02:56:11.978Z Downloaded topological-sort v0.2.2
8522025-01-25T02:56:11.978Z Downloaded thiserror-impl-no-std v2.0.2
8532025-01-25T02:56:11.981Z Downloaded fixedbitset v0.4.2
8542025-01-25T02:56:11.981Z Downloaded futures-util v0.3.31
8552025-01-25T02:56:11.993Z Downloaded ron v0.7.1
8562025-01-25T02:56:11.999Z Downloaded num-complex v0.4.6
8572025-01-25T02:56:12.001Z Downloaded nu-ansi-term v0.50.1
8582025-01-25T02:56:12.004Z Downloaded num v0.4.3
8592025-01-25T02:56:12.004Z Downloaded num-bigint-dig v0.8.4
8602025-01-25T02:56:12.009Z Downloaded sct v0.7.1
8612025-01-25T02:56:12.013Z Downloaded similar v2.6.0
8622025-01-25T02:56:12.019Z Downloaded qorb v0.2.1
8632025-01-25T02:56:12.024Z Downloaded same-file v1.0.6
8642025-01-25T02:56:12.027Z Downloaded zerocopy v0.6.6
8652025-01-25T02:56:12.030Z Downloaded simd-adler32 v0.3.7
8662025-01-25T02:56:12.030Z Downloaded test-strategy v0.3.1
8672025-01-25T02:56:12.033Z Downloaded spki v0.7.3
8682025-01-25T02:56:12.037Z Downloaded yasna v0.5.2
8692025-01-25T02:56:12.039Z Downloaded spin v0.9.8
8702025-01-25T02:56:12.042Z Downloaded semver v0.1.20
8712025-01-25T02:56:12.045Z Downloaded quick-xml v0.33.0
8722025-01-25T02:56:12.049Z Downloaded progenitor-impl v0.9.1
8732025-01-25T02:56:12.052Z Downloaded socket2 v0.5.7
8742025-01-25T02:56:12.055Z Downloaded tar v0.4.42
8752025-01-25T02:56:12.058Z Downloaded funty v2.0.0
8762025-01-25T02:56:12.061Z Downloaded fragile v2.0.0
8772025-01-25T02:56:12.061Z Downloaded fs_extra v1.3.0
8782025-01-25T02:56:12.064Z Downloaded phf v0.11.2
8792025-01-25T02:56:12.067Z Downloaded foreign-types-shared v0.3.1
8802025-01-25T02:56:12.067Z Downloaded foreign-types-shared v0.1.1
8812025-01-25T02:56:12.067Z Downloaded foreign-types-macros v0.2.3
8822025-01-25T02:56:12.070Z Downloaded ena v0.14.3
8832025-01-25T02:56:12.070Z Downloaded take_mut v0.2.2
8842025-01-25T02:56:12.073Z Downloaded tabwriter v1.4.0
8852025-01-25T02:56:12.073Z Downloaded strip-ansi-escapes v0.2.0
8862025-01-25T02:56:12.075Z Downloaded snafu-derive v0.8.5
8872025-01-25T02:56:12.075Z Downloaded termios v0.3.3
8882025-01-25T02:56:12.078Z Downloaded tokio-rustls v0.25.0
8892025-01-25T02:56:12.080Z Downloaded debug-ignore v1.0.5
8902025-01-25T02:56:12.083Z Downloaded zone_cfg_derive v0.1.2
8912025-01-25T02:56:12.083Z Downloaded zerocopy v0.8.10
8922025-01-25T02:56:12.107Z Downloaded xz2 v0.1.7
8932025-01-25T02:56:12.110Z Downloaded writeable v0.5.5
8942025-01-25T02:56:12.113Z Downloaded write16 v1.0.0
8952025-01-25T02:56:12.113Z Downloaded walkdir v2.5.0
8962025-01-25T02:56:12.116Z Downloaded unsafe-libyaml v0.2.11
8972025-01-25T02:56:12.119Z Downloaded newtype_derive v0.1.6
8982025-01-25T02:56:12.119Z Downloaded expectorate v1.1.0
8992025-01-25T02:56:12.122Z Downloaded winnow v0.5.40
9002025-01-25T02:56:12.130Z Downloaded slab v0.4.9
9012025-01-25T02:56:12.134Z Downloaded smoltcp v0.11.0
9022025-01-25T02:56:12.146Z Downloaded signal-hook v0.3.17
9032025-01-25T02:56:12.149Z Downloaded tower-service v0.3.3
9042025-01-25T02:56:12.152Z Downloaded tinyvec_macros v0.1.1
9052025-01-25T02:56:12.152Z Downloaded time v0.3.36
9062025-01-25T02:56:12.159Z Downloaded tracing-core v0.1.32
9072025-01-25T02:56:12.162Z Downloaded tracing-attributes v0.1.27
9082025-01-25T02:56:12.164Z Downloaded toml v0.7.8
9092025-01-25T02:56:12.168Z Downloaded toolchain_find v0.4.0
9102025-01-25T02:56:12.170Z Downloaded primeorder v0.13.6
9112025-01-25T02:56:12.173Z Downloaded typify-impl v0.3.0
9122025-01-25T02:56:12.189Z Downloaded prettyplease v0.2.25
9132025-01-25T02:56:12.192Z Downloaded unicode-truncate v1.1.0
9142025-01-25T02:56:12.195Z Downloaded thread_local v1.1.8
9152025-01-25T02:56:12.198Z Downloaded pem v3.0.4
9162025-01-25T02:56:12.198Z Downloaded rustyline v14.0.0
9172025-01-25T02:56:12.203Z Downloaded derive-where v1.2.7
9182025-01-25T02:56:12.207Z Downloaded half v2.4.1
9192025-01-25T02:56:12.210Z Downloaded ratatui v0.28.1
9202025-01-25T02:56:12.232Z Downloaded phf_generator v0.11.2
9212025-01-25T02:56:12.235Z Downloaded futures-executor v0.3.31
9222025-01-25T02:56:12.235Z Downloaded dunce v1.0.5
9232025-01-25T02:56:12.235Z Downloaded dsl_auto_type v0.1.2
9242025-01-25T02:56:12.238Z Downloaded deranged v0.3.11
9252025-01-25T02:56:12.238Z Downloaded zopfli v0.8.1
9262025-01-25T02:56:12.241Z Downloaded x509-cert v0.2.5
9272025-01-25T02:56:12.246Z Downloaded postgres-types v0.2.8
9282025-01-25T02:56:12.249Z Downloaded sync-ptr v0.1.1
9292025-01-25T02:56:12.252Z Downloaded display-error-chain v0.2.2
9302025-01-25T02:56:12.252Z Downloaded subprocess v0.2.9
9312025-01-25T02:56:12.254Z Downloaded progenitor v0.9.1
9322025-01-25T02:56:12.257Z Downloaded foreign-types v0.5.0
9332025-01-25T02:56:12.257Z Downloaded portable-atomic v1.9.0
9342025-01-25T02:56:12.264Z Downloaded sec1 v0.7.3
9352025-01-25T02:56:12.267Z Downloaded rustc-demangle v0.1.24
9362025-01-25T02:56:12.269Z Downloaded tokio-native-tls v0.3.1
9372025-01-25T02:56:12.272Z Downloaded predicates v3.1.2
9382025-01-25T02:56:12.275Z Downloaded sha1 v0.10.6
9392025-01-25T02:56:12.275Z Downloaded smallvec v1.13.2
9402025-01-25T02:56:12.278Z Downloaded tokio-rustls v0.24.1
9412025-01-25T02:56:12.281Z Downloaded precomputed-hash v0.1.1
9422025-01-25T02:56:12.281Z Downloaded phf_shared v0.10.0
9432025-01-25T02:56:12.281Z Downloaded samael v0.0.17
9442025-01-25T02:56:12.287Z Downloaded unicode_categories v0.1.1
9452025-01-25T02:56:12.290Z Downloaded unicode-xid v0.2.6
9462025-01-25T02:56:12.293Z Downloaded trust-dns-proto v0.22.0
9472025-01-25T02:56:12.304Z Downloaded ssh-cipher v0.2.0
9482025-01-25T02:56:12.306Z Downloaded russh v0.45.0
9492025-01-25T02:56:12.311Z Downloaded new_debug_unreachable v1.0.6
9502025-01-25T02:56:12.313Z Downloaded diesel v2.2.6
9512025-01-25T02:56:12.332Z Downloaded polyval v0.6.2
9522025-01-25T02:56:12.335Z Downloaded pkg-config v0.3.31
9532025-01-25T02:56:12.337Z Downloaded pkcs8 v0.10.2
9542025-01-25T02:56:12.338Z Downloaded pkcs5 v0.7.1
9552025-01-25T02:56:12.341Z Downloaded pkcs1 v0.7.5
9562025-01-25T02:56:12.344Z Downloaded yoke v0.7.4
9572025-01-25T02:56:12.347Z Downloaded nix v0.27.1
9582025-01-25T02:56:12.358Z Downloaded stringprep v0.1.5
9592025-01-25T02:56:12.360Z Downloaded string_cache v0.8.7
9602025-01-25T02:56:12.363Z Downloaded uuid v1.12.0
9612025-01-25T02:56:12.366Z Downloaded sled v0.34.7
9622025-01-25T02:56:12.374Z Downloaded darling_macro v0.20.10
9632025-01-25T02:56:12.377Z Downloaded peg-runtime v0.8.3
9642025-01-25T02:56:12.377Z Downloaded fatfs v0.3.6
9652025-01-25T02:56:12.380Z Downloaded endian-type v0.1.2
9662025-01-25T02:56:12.383Z Downloaded rustls v0.23.19
9672025-01-25T02:56:12.392Z Downloaded tokio-stream v0.1.16
9682025-01-25T02:56:12.397Z Downloaded difflib v0.4.0
9692025-01-25T02:56:12.401Z Downloaded tokio-util v0.7.12
9702025-01-25T02:56:12.405Z Downloaded rayon-core v1.12.1
9712025-01-25T02:56:12.409Z Downloaded parking_lot_core v0.8.6
9722025-01-25T02:56:12.411Z Downloaded parking_lot v0.12.3
9732025-01-25T02:56:12.414Z Downloaded tough v0.19.0
9742025-01-25T02:56:12.421Z Downloaded futures-task v0.3.31
9752025-01-25T02:56:12.426Z Downloaded futures-io v0.3.31
9762025-01-25T02:56:12.426Z Downloaded hashbrown v0.13.2
9772025-01-25T02:56:12.428Z Downloaded sigpipe v0.1.3
9782025-01-25T02:56:12.431Z Downloaded signal-hook-tokio v0.3.1
9792025-01-25T02:56:12.431Z Downloaded progenitor v0.8.0
9802025-01-25T02:56:12.434Z Downloaded regex-syntax v0.8.5
9812025-01-25T02:56:12.440Z Downloaded h2 v0.4.6
9822025-01-25T02:56:12.449Z Downloaded hashbrown v0.14.5
9832025-01-25T02:56:12.454Z Downloaded zerovec-derive v0.10.3
9842025-01-25T02:56:12.457Z Downloaded serde_urlencoded v0.7.1
9852025-01-25T02:56:12.457Z Downloaded serde_repr v0.1.19
9862025-01-25T02:56:12.460Z Downloaded hashbrown v0.12.3
9872025-01-25T02:56:12.463Z Downloaded tokio-rustls v0.26.0
9882025-01-25T02:56:12.467Z Downloaded tokio-macros v2.5.0
9892025-01-25T02:56:12.469Z Downloaded futures-macro v0.3.31
9902025-01-25T02:56:12.469Z Downloaded petgraph v0.6.5
9912025-01-25T02:56:12.486Z Downloaded multimap v0.10.0
9922025-01-25T02:56:12.490Z Downloaded diff v0.1.13
9932025-01-25T02:56:12.492Z Downloaded openapiv3 v2.0.0
9942025-01-25T02:56:12.502Z Downloaded ref-cast-impl v1.0.23
9952025-01-25T02:56:12.505Z Downloaded ref-cast v1.0.23
9962025-01-25T02:56:12.507Z Downloaded rand_xorshift v0.3.0
9972025-01-25T02:56:12.507Z Downloaded tokio-tungstenite v0.21.0
9982025-01-25T02:56:12.510Z Downloaded petname v2.0.2
9992025-01-25T02:56:12.515Z Downloaded parking_lot_core v0.9.10
10002025-01-25T02:56:12.517Z Downloaded password-hash v0.4.2
10012025-01-25T02:56:12.520Z Downloaded rayon v1.10.0
10022025-01-25T02:56:12.530Z Downloaded parse-zoneinfo v0.3.1
10032025-01-25T02:56:12.532Z Downloaded slog-scope v4.4.0
10042025-01-25T02:56:12.536Z Downloaded serde_with_macros v3.11.0
10052025-01-25T02:56:12.536Z Downloaded tokio-tungstenite v0.24.0
10062025-01-25T02:56:12.539Z Downloaded nom v7.1.3
10072025-01-25T02:56:12.543Z Downloaded dirs-next v2.0.0
10082025-01-25T02:56:12.546Z Downloaded polar-core v0.27.3
10092025-01-25T02:56:12.554Z Downloaded slog-json v2.6.1
10102025-01-25T02:56:12.557Z Downloaded regex-syntax v0.6.29
10112025-01-25T02:56:12.564Z Downloaded headers-core v0.3.0
10122025-01-25T02:56:12.567Z Downloaded newline-converter v0.3.0
10132025-01-25T02:56:12.567Z Downloaded derive_builder v0.20.2
10142025-01-25T02:56:12.572Z Downloaded nodrop v0.1.14
10152025-01-25T02:56:12.575Z Downloaded hash32 v0.3.1
10162025-01-25T02:56:12.575Z Downloaded hash32 v0.2.1
10172025-01-25T02:56:12.578Z Downloaded elliptic-curve v0.13.8
10182025-01-25T02:56:12.580Z Downloaded tui-tree-widget v0.22.0
10192025-01-25T02:56:12.580Z Downloaded der v0.7.9
10202025-01-25T02:56:12.586Z Downloaded zip v0.6.6
10212025-01-25T02:56:12.590Z Downloaded pin-project-lite v0.2.14
10222025-01-25T02:56:12.596Z Downloaded rustc-hash v1.1.0
10232025-01-25T02:56:12.599Z Downloaded dropshot_endpoint v0.15.1
10242025-01-25T02:56:12.603Z Downloaded dropshot_endpoint v0.12.0
10252025-01-25T02:56:12.606Z Downloaded dhcproto-macros v0.1.0
10262025-01-25T02:56:12.606Z Downloaded unicode-width v0.2.0
10272025-01-25T02:56:12.610Z Downloaded tokio-postgres v0.7.12
10282025-01-25T02:56:12.615Z Downloaded smallvec v0.6.14
10292025-01-25T02:56:12.617Z Downloaded russh-keys v0.45.0
10302025-01-25T02:56:12.620Z Downloaded smoltcp v0.9.1
10312025-01-25T02:56:12.629Z Downloaded native-tls v0.2.12
10322025-01-25T02:56:12.632Z Downloaded zerovec v0.10.4
10332025-01-25T02:56:12.637Z Downloaded num-rational v0.4.2
10342025-01-25T02:56:12.640Z Downloaded num_enum v0.5.11
10352025-01-25T02:56:12.643Z Downloaded serde_derive_internals v0.29.1
10362025-01-25T02:56:12.646Z Downloaded rustls-pemfile v2.2.0
10372025-01-25T02:56:12.649Z Downloaded num-traits v0.2.19
10382025-01-25T02:56:12.653Z Downloaded normalize-line-endings v0.3.0
10392025-01-25T02:56:12.653Z Downloaded displaydoc v0.2.5
10402025-01-25T02:56:12.656Z Downloaded num_enum_derive v0.5.11
10412025-01-25T02:56:12.656Z Downloaded multer v3.1.0
10422025-01-25T02:56:12.659Z Downloaded parking_lot v0.11.2
10432025-01-25T02:56:12.662Z Downloaded rustls-pki-types v1.10.0
10442025-01-25T02:56:12.664Z Downloaded phf_shared v0.11.2
10452025-01-25T02:56:12.664Z Downloaded predicates-core v1.0.8
10462025-01-25T02:56:12.667Z Downloaded serde_with v3.11.0
10472025-01-25T02:56:12.674Z Downloaded rustls-webpki v0.101.7
10482025-01-25T02:56:12.689Z Downloaded rfc6979 v0.4.0
10492025-01-25T02:56:12.692Z Downloaded embedded-io v0.4.0
10502025-01-25T02:56:12.692Z Downloaded zip v2.1.3
10512025-01-25T02:56:12.696Z Downloaded vte v0.11.1
10522025-01-25T02:56:12.699Z Downloaded vsss-rs v3.3.4
10532025-01-25T02:56:12.701Z Downloaded typify v0.2.0
10542025-01-25T02:56:12.704Z Downloaded tokio-tungstenite v0.23.1
10552025-01-25T02:56:12.707Z Downloaded pretty-hex v0.2.1
10562025-01-25T02:56:12.707Z Downloaded rustls-webpki v0.102.8
10572025-01-25T02:56:12.725Z Downloaded rustls-pemfile v1.0.4
10582025-01-25T02:56:12.728Z Downloaded mockall_derive v0.13.0
10592025-01-25T02:56:12.731Z Downloaded structmeta v0.2.0
10602025-01-25T02:56:12.731Z Downloaded ssh-key v0.6.6
10612025-01-25T02:56:12.738Z Downloaded rcgen v0.12.1
10622025-01-25T02:56:12.741Z Downloaded slog-envlogger v2.2.0
10632025-01-25T02:56:12.743Z Downloaded parse-size v1.1.0
10642025-01-25T02:56:12.743Z Downloaded parse-display v0.10.0
10652025-01-25T02:56:12.744Z Downloaded structmeta v0.3.0
10662025-01-25T02:56:12.746Z Downloaded phf_codegen v0.11.2
10672025-01-25T02:56:12.746Z Downloaded opaque-debug v0.3.1
10682025-01-25T02:56:12.746Z Downloaded number_prefix v0.4.0
10692025-01-25T02:56:12.747Z Downloaded enum-as-inner v0.6.1
10702025-01-25T02:56:12.749Z Downloaded enum-as-inner v0.5.1
10712025-01-25T02:56:12.752Z Downloaded zone_cfg_derive v0.3.0
10722025-01-25T02:56:12.752Z Downloaded zone v0.3.0
10732025-01-25T02:56:12.752Z Downloaded parse-display-derive v0.10.0
10742025-01-25T02:56:12.752Z Downloaded nix v0.29.0
10752025-01-25T02:56:12.765Z Downloaded thiserror-no-std v2.0.2
10762025-01-25T02:56:12.769Z Downloaded defmt-macros v0.3.9
10772025-01-25T02:56:12.771Z Downloaded defmt v0.3.8
10782025-01-25T02:56:12.775Z Downloaded diesel_table_macro_syntax v0.2.0
10792025-01-25T02:56:12.778Z Downloaded tls_codec_derive v0.4.1
10802025-01-25T02:56:12.778Z Downloaded regress v0.10.1
10812025-01-25T02:56:12.786Z Downloaded zerocopy-derive v0.6.6
10822025-01-25T02:56:12.797Z Downloaded salty v0.3.0
10832025-01-25T02:56:12.804Z Downloaded der_derive v0.7.3
10842025-01-25T02:56:12.807Z Downloaded headers v0.4.0
10852025-01-25T02:56:12.811Z Downloaded tls_codec v0.4.1
10862025-01-25T02:56:12.813Z Downloaded structmeta-derive v0.3.0
10872025-01-25T02:56:12.816Z Downloaded serde-hex v0.1.0
10882025-01-25T02:56:12.816Z Downloaded typed-path v0.9.3
10892025-01-25T02:56:12.822Z Downloaded omicron-zone-package v0.12.0
10902025-01-25T02:56:12.827Z Downloaded password-hash v0.5.0
10912025-01-25T02:56:12.830Z Downloaded regress v0.9.1
10922025-01-25T02:56:12.837Z Downloaded structmeta-derive v0.2.0
10932025-01-25T02:56:12.840Z Downloaded encoding_rs v0.8.34
10942025-01-25T02:56:12.863Z Downloaded dropshot v0.15.1
10952025-01-25T02:56:12.880Z Downloaded tokio v1.43.0
10962025-01-25T02:56:12.918Z Downloaded zerocopy-derive v0.8.10
10972025-01-25T02:56:12.921Z Downloaded waitgroup v0.1.2
10982025-01-25T02:56:12.924Z Downloaded typify-impl v0.2.0
10992025-01-25T02:56:12.937Z Downloaded vergen v8.3.2
11002025-01-25T02:56:12.940Z Downloaded uzers v0.12.1
11012025-01-25T02:56:12.943Z Downloaded typify v0.3.0
11022025-01-25T02:56:12.946Z Downloaded russh-cryptovec v0.7.3
11032025-01-25T02:56:12.948Z Downloaded rand_seeder v0.3.0
11042025-01-25T02:56:12.948Z Downloaded term v0.7.0
11052025-01-25T02:56:12.951Z Downloaded futures-channel v0.3.31
11062025-01-25T02:56:12.954Z Downloaded dropshot v0.12.0
11072025-01-25T02:56:12.972Z Downloaded libgit2-sys v0.17.0+1.8.1
11082025-01-25T02:56:13.028Z Downloaded tungstenite v0.24.0
11092025-01-25T02:56:13.032Z Downloaded wait-timeout v0.2.0
11102025-01-25T02:56:13.035Z Downloaded vte_generate_state_changes v0.1.2
11112025-01-25T02:56:13.035Z Downloaded universal-hash v0.5.1
11122025-01-25T02:56:13.035Z Downloaded zone v0.1.8
11132025-01-25T02:56:13.035Z Downloaded ssh-encoding v0.2.0
11142025-01-25T02:56:13.038Z Downloaded smf v0.2.3
11152025-01-25T02:56:13.038Z Downloaded olpc-cjson v0.1.4
11162025-01-25T02:56:13.038Z Downloaded object v0.30.4
11172025-01-25T02:56:13.047Z Downloaded sqlparser v0.45.0
11182025-01-25T02:56:13.052Z Downloaded postcard v1.0.10
11192025-01-25T02:56:13.055Z Downloaded peg-macros v0.8.4
11202025-01-25T02:56:13.058Z Downloaded peg v0.8.4
11212025-01-25T02:56:13.061Z Downloaded sha3 v0.10.8
11222025-01-25T02:56:13.065Z Downloaded path-slash v0.1.5
11232025-01-25T02:56:13.068Z Downloaded newtype-uuid v1.2.1
11242025-01-25T02:56:13.068Z Downloaded foreign-types v0.3.2
11252025-01-25T02:56:13.068Z Downloaded filetime v0.2.25
11262025-01-25T02:56:13.071Z Downloaded ff v0.13.0
11272025-01-25T02:56:13.071Z Downloaded fd-lock v4.0.2
11282025-01-25T02:56:13.073Z Downloaded fallible-iterator v0.2.0
11292025-01-25T02:56:13.077Z Downloaded signal-hook-mio v0.2.4
11302025-01-25T02:56:13.077Z Downloaded rusty-fork v0.3.0
11312025-01-25T02:56:13.079Z Downloaded rustversion v1.0.17
11322025-01-25T02:56:13.079Z Downloaded whoami v1.5.2
11332025-01-25T02:56:13.082Z Downloaded num_threads v0.1.7
11342025-01-25T02:56:13.082Z Downloaded diesel-dtrace v0.4.2
11352025-01-25T02:56:13.085Z Downloaded supports-color v3.0.1
11362025-01-25T02:56:13.087Z Downloaded csv v1.3.0
11372025-01-25T02:56:13.105Z Downloaded publicsuffix v2.2.3
11382025-01-25T02:56:13.108Z Downloaded progenitor-client v0.9.1
11392025-01-25T02:56:13.111Z Downloaded progenitor-client v0.8.0
11402025-01-25T02:56:13.111Z Downloaded owo-colors v4.1.0
11412025-01-25T02:56:13.113Z Downloaded oso-derive v0.27.3
11422025-01-25T02:56:13.113Z Downloaded oso v0.27.3
11432025-01-25T02:56:13.116Z Downloaded sqlformat v0.2.6
11442025-01-25T02:56:13.119Z Downloaded scheduled-thread-pool v0.2.7
11452025-01-25T02:56:13.119Z Downloaded rtoolbox v0.0.2
11462025-01-25T02:56:13.119Z Downloaded postgres-protocol v0.6.7
11472025-01-25T02:56:13.121Z Downloaded pbkdf2 v0.11.0
11482025-01-25T02:56:13.124Z Downloaded paste v1.0.15
11492025-01-25T02:56:13.127Z Downloaded hashlink v0.9.1
11502025-01-25T02:56:13.127Z Downloaded scopeguard v1.2.0
11512025-01-25T02:56:13.129Z Downloaded rustc-hash v2.0.0
11522025-01-25T02:56:13.130Z Downloaded rusqlite v0.32.1
11532025-01-25T02:56:13.135Z Downloaded tungstenite v0.23.0
11542025-01-25T02:56:13.138Z Downloaded strum_macros v0.25.3
11552025-01-25T02:56:13.141Z Downloaded steno v0.4.1
11562025-01-25T02:56:13.144Z Downloaded lzma-sys v0.1.20
11572025-01-25T02:56:13.173Z Downloaded idna v0.3.0
11582025-01-25T02:56:13.182Z Downloaded crucible-workspace-hack v0.1.0
11592025-01-25T02:56:13.185Z Downloaded cookie_store v0.21.0
11602025-01-25T02:56:13.185Z Downloaded const_format v0.2.33
11612025-01-25T02:56:13.189Z Downloaded cfg_aliases v0.1.1
11622025-01-25T02:56:13.192Z Downloaded bzip2-sys v0.1.11+1.0.8
11632025-01-25T02:56:13.201Z Downloaded p256 v0.13.2
11642025-01-25T02:56:13.204Z Downloaded litemap v0.7.3
11652025-01-25T02:56:13.207Z Downloaded linear-map v1.2.0
11662025-01-25T02:56:13.207Z Downloaded packed_struct v0.10.1
11672025-01-25T02:56:13.209Z Downloaded tungstenite v0.21.0
11682025-01-25T02:56:13.212Z Downloaded chrono-tz-build v0.4.0
11692025-01-25T02:56:13.212Z Downloaded cancel-safe-futures v0.1.5
11702025-01-25T02:56:13.215Z Downloaded buf-list v1.0.3
11712025-01-25T02:56:13.217Z Downloaded chacha20poly1305 v0.10.1
11722025-01-25T02:56:13.220Z Downloaded crypto-bigint v0.5.5
11732025-01-25T02:56:13.224Z Downloaded idna v0.4.0
11742025-01-25T02:56:13.232Z Downloaded idna v0.2.3
11752025-01-25T02:56:13.238Z Downloaded block-padding v0.3.3
11762025-01-25T02:56:13.241Z Downloaded indent_write v2.2.0
11772025-01-25T02:56:13.241Z Downloaded console v0.15.8
11782025-01-25T02:56:13.244Z Downloaded cexpr v0.6.0
11792025-01-25T02:56:13.247Z Downloaded cbc v0.1.2
11802025-01-25T02:56:13.247Z Downloaded atomic-waker v1.1.2
11812025-01-25T02:56:13.247Z Downloaded async-stream v0.3.6
11822025-01-25T02:56:13.251Z Downloaded arrayref v0.3.9
11832025-01-25T02:56:13.316Z Downloaded libsqlite3-sys v0.30.1
11842025-01-25T02:56:13.502Z Downloaded ring v0.17.8
11852025-01-25T02:56:13.762Z Downloaded aws-lc-sys v0.22.0
11862025-01-25T02:56:14.068Z Compiling serde v1.0.217
11872025-01-25T02:56:14.071Z Compiling lock_api v0.4.12
11882025-01-25T02:56:14.071Z Compiling scopeguard v1.2.0
11892025-01-25T02:56:14.071Z Compiling value-bag v1.9.0
11902025-01-25T02:56:14.071Z Compiling typenum v1.17.0
11912025-01-25T02:56:14.225Z Compiling generic-array v0.14.7
11922025-01-25T02:56:14.266Z Compiling syn v2.0.96
11932025-01-25T02:56:14.279Z Compiling getrandom v0.2.15
11942025-01-25T02:56:14.351Z Compiling subtle v2.6.1
11952025-01-25T02:56:14.595Z Compiling rand_core v0.6.4
11962025-01-25T02:56:14.709Z Compiling log v0.4.22
11972025-01-25T02:56:14.756Z Compiling shlex v1.3.0
11982025-01-25T02:56:14.786Z Compiling jobserver v0.1.32
11992025-01-25T02:56:14.804Z Compiling const-oid v0.9.6
12002025-01-25T02:56:15.098Z Compiling smallvec v1.13.2
12012025-01-25T02:56:15.133Z Compiling spin v0.9.8
12022025-01-25T02:56:15.136Z Compiling pin-project-lite v0.2.14
12032025-01-25T02:56:15.291Z Compiling cc v1.1.30
12042025-01-25T02:56:15.500Z Compiling rustix v0.38.37
12052025-01-25T02:56:15.503Z Compiling parking_lot_core v0.9.10
12062025-01-25T02:56:15.540Z Compiling futures-core v0.3.31
12072025-01-25T02:56:15.590Z Compiling signal-hook-registry v1.4.2
12082025-01-25T02:56:15.783Z Compiling mio v1.0.2
12092025-01-25T02:56:16.293Z Compiling aho-corasick v1.1.3
12102025-01-25T02:56:16.364Z Compiling parking_lot v0.12.3
12112025-01-25T02:56:16.559Z Compiling cpufeatures v0.2.14
12122025-01-25T02:56:16.660Z Compiling either v1.13.0
12132025-01-25T02:56:16.680Z Compiling regex-syntax v0.8.5
12142025-01-25T02:56:16.927Z Compiling lazy_static v1.5.0
12152025-01-25T02:56:16.985Z Compiling stable_deref_trait v1.2.0
12162025-01-25T02:56:17.057Z Compiling glob v0.3.1
12172025-01-25T02:56:17.095Z Compiling futures-sink v0.3.31
12182025-01-25T02:56:17.114Z Compiling socket2 v0.5.7
12192025-01-25T02:56:17.242Z Compiling slab v0.4.9
12202025-01-25T02:56:17.262Z Compiling prettyplease v0.2.25
12212025-01-25T02:56:17.603Z Compiling minimal-lexical v0.2.1
12222025-01-25T02:56:17.698Z Compiling serde_json v1.0.135
12232025-01-25T02:56:17.909Z Compiling clang-sys v1.8.1
12242025-01-25T02:56:18.029Z Compiling nom v7.1.3
12252025-01-25T02:56:18.096Z Compiling libloading v0.8.5
12262025-01-25T02:56:18.195Z Compiling bindgen v0.69.5
12272025-01-25T02:56:18.536Z Compiling home v0.5.9
12282025-01-25T02:56:18.791Z Compiling futures-channel v0.3.31
12292025-01-25T02:56:19.072Z Compiling itertools v0.12.1
12302025-01-25T02:56:19.108Z Compiling futures-task v0.3.31
12312025-01-25T02:56:19.205Z Compiling foldhash v0.1.3
12322025-01-25T02:56:19.420Z Compiling futures-io v0.3.31
12332025-01-25T02:56:19.518Z Compiling rustc-hash v1.1.0
12342025-01-25T02:56:19.683Z Compiling allocator-api2 v0.2.18
12352025-01-25T02:56:19.706Z Compiling lazycell v1.3.0
12362025-01-25T02:56:19.870Z Compiling pin-utils v0.1.0
12372025-01-25T02:56:19.981Z Compiling libm v0.2.8
12382025-01-25T02:56:20.293Z Compiling regex-automata v0.4.8
12392025-01-25T02:56:20.419Z Compiling hashbrown v0.15.1
12402025-01-25T02:56:21.109Z Compiling cmake v0.1.51
12412025-01-25T02:56:21.438Z Compiling synstructure v0.13.1
12422025-01-25T02:56:21.910Z Compiling cexpr v0.6.0
12432025-01-25T02:56:21.988Z Compiling num-traits v0.2.19
12442025-01-25T02:56:22.281Z Compiling pkg-config v0.3.31
12452025-01-25T02:56:22.788Z Compiling dunce v1.0.5
12462025-01-25T02:56:22.885Z Compiling tinyvec_macros v0.1.1
12472025-01-25T02:56:22.927Z Compiling fs_extra v1.3.0
12482025-01-25T02:56:22.986Z Compiling tinyvec v1.8.0
12492025-01-25T02:56:23.604Z Compiling ring v0.17.8
12502025-01-25T02:56:23.726Z Compiling litemap v0.7.3
12512025-01-25T02:56:24.113Z Compiling unicode-bidi v0.3.17
12522025-01-25T02:56:24.345Z Compiling writeable v0.5.5
12532025-01-25T02:56:24.462Z Compiling unicode-normalization v0.1.24
12542025-01-25T02:56:24.833Z Compiling paste v1.0.15
12552025-01-25T02:56:24.859Z Compiling base64ct v1.6.0
12562025-01-25T02:56:25.386Z Compiling pem-rfc7468 v0.7.0
12572025-01-25T02:56:25.407Z Compiling flagset v0.4.6
12582025-01-25T02:56:25.507Z Compiling httparse v1.9.5
12592025-01-25T02:56:25.601Z Compiling regex v1.11.1
12602025-01-25T02:56:26.018Z Compiling aws-lc-rs v1.10.0
12612025-01-25T02:56:26.344Z Compiling tracing-core v0.1.32
12622025-01-25T02:56:26.389Z Compiling percent-encoding v2.3.1
12632025-01-25T02:56:26.523Z Compiling icu_locid_transform_data v1.5.0
12642025-01-25T02:56:26.635Z Compiling crossbeam-utils v0.8.20
12652025-01-25T02:56:26.689Z Compiling rustls-pki-types v1.10.0
12662025-01-25T02:56:26.947Z Compiling serde_derive v1.0.217
12672025-01-25T02:56:27.167Z Compiling zeroize_derive v1.4.2
12682025-01-25T02:56:27.224Z Compiling zerocopy-derive v0.7.35
12692025-01-25T02:56:27.491Z Compiling tokio-macros v2.5.0
12702025-01-25T02:56:27.641Z Compiling zerofrom-derive v0.1.4
12712025-01-25T02:56:28.568Z Compiling zeroize v1.8.1
12722025-01-25T02:56:29.012Z Compiling thiserror-impl v1.0.69
12732025-01-25T02:56:29.063Z Compiling yoke-derive v0.7.4
12742025-01-25T02:56:29.196Z Compiling zerocopy v0.7.35
12752025-01-25T02:56:30.204Z Compiling crypto-common v0.1.6
12762025-01-25T02:56:30.433Z Compiling block-buffer v0.10.4
12772025-01-25T02:56:30.529Z Compiling zerovec-derive v0.10.3
12782025-01-25T02:56:30.665Z Compiling digest v0.10.7
12792025-01-25T02:56:31.093Z Compiling hmac v0.12.1
12802025-01-25T02:56:31.112Z Compiling futures-macro v0.3.31
12812025-01-25T02:56:31.129Z Compiling zerofrom v0.1.4
12822025-01-25T02:56:31.329Z Compiling block-padding v0.3.3
12832025-01-25T02:56:31.349Z Compiling displaydoc v0.2.5
12842025-01-25T02:56:31.367Z Compiling sha2 v0.10.8
12852025-01-25T02:56:31.567Z Compiling inout v0.1.3
12862025-01-25T02:56:31.606Z Compiling yoke v0.7.4
12872025-01-25T02:56:31.843Z Compiling cipher v0.4.4
12882025-01-25T02:56:31.933Z Compiling thiserror v1.0.69
12892025-01-25T02:56:31.967Z Compiling ppv-lite86 v0.2.20
12902025-01-25T02:56:32.090Z Compiling der_derive v0.7.3
12912025-01-25T02:56:32.358Z Compiling icu_provider_macros v1.5.0
12922025-01-25T02:56:32.694Z Compiling rand_chacha v0.3.1
12932025-01-25T02:56:32.875Z Compiling tracing-attributes v0.1.27
12942025-01-25T02:56:32.897Z Compiling zerovec v0.10.4
12952025-01-25T02:56:32.915Z Compiling futures-util v0.3.31
12962025-01-25T02:56:33.469Z Compiling rand v0.8.5
12972025-01-25T02:56:34.457Z Compiling tinystr v0.7.6
12982025-01-25T02:56:34.801Z Compiling icu_locid v1.5.0
12992025-01-25T02:56:34.850Z Compiling der v0.7.9
13002025-01-25T02:56:35.003Z Compiling icu_collections v1.5.0
13012025-01-25T02:56:35.022Z Compiling salsa20 v0.10.2
13022025-01-25T02:56:35.262Z Compiling pest v2.7.14
13032025-01-25T02:56:35.483Z Compiling pbkdf2 v0.12.2
13042025-01-25T02:56:36.229Z Compiling icu_provider v1.5.0
13052025-01-25T02:56:36.346Z Compiling tracing v0.1.40
13062025-01-25T02:56:36.394Z Compiling num-conv v0.1.0
13072025-01-25T02:56:36.681Z Compiling time-core v0.1.2
13082025-01-25T02:56:36.783Z Compiling spki v0.7.3
13092025-01-25T02:56:36.849Z Compiling untrusted v0.7.1
13102025-01-25T02:56:36.872Z Compiling icu_locid_transform v1.5.0
13112025-01-25T02:56:37.058Z Compiling icu_properties_data v1.5.0
13122025-01-25T02:56:37.157Z Compiling mirai-annotations v1.12.0
13132025-01-25T02:56:37.177Z Compiling untrusted v0.9.0
13142025-01-25T02:56:37.305Z Compiling vcpkg v0.2.15
13152025-01-25T02:56:37.362Z Compiling powerfmt v0.2.0
13162025-01-25T02:56:37.741Z Compiling deranged v0.3.11
13172025-01-25T02:56:37.763Z Compiling time-macros v0.2.18
13182025-01-25T02:56:38.268Z Compiling icu_properties v1.5.1
13192025-01-25T02:56:38.306Z Compiling pest_meta v2.7.14
13202025-01-25T02:56:39.188Z Compiling openssl-sys v0.9.103
13212025-01-25T02:56:39.228Z Compiling scrypt v0.11.0
13222025-01-25T02:56:39.750Z Compiling bitflags v2.6.0
13232025-01-25T02:56:39.814Z Compiling bytes v1.9.0
13242025-01-25T02:56:40.371Z Compiling indexmap v2.7.0
13252025-01-25T02:56:40.754Z Compiling tokio v1.43.0
13262025-01-25T02:56:40.811Z Compiling http v1.2.0
13272025-01-25T02:56:41.013Z Compiling semver v1.0.24
13282025-01-25T02:56:41.656Z Compiling rustc_version v0.4.1
13292025-01-25T02:56:41.719Z Compiling cbc v0.1.2
13302025-01-25T02:56:41.944Z Compiling aes v0.8.4
13312025-01-25T02:56:42.340Z Compiling scroll_derive v0.12.0
13322025-01-25T02:56:42.712Z Compiling utf8_iter v1.0.4
13332025-01-25T02:56:42.927Z Compiling utf16_iter v1.0.5
13342025-01-25T02:56:42.962Z Compiling num_threads v0.1.7
13352025-01-25T02:56:43.011Z Compiling atomic-waker v1.1.2
13362025-01-25T02:56:43.074Z Compiling icu_normalizer_data v1.5.0
13372025-01-25T02:56:43.104Z Compiling write16 v1.0.0
13382025-01-25T02:56:43.140Z Compiling time v0.3.36
13392025-01-25T02:56:43.179Z Compiling pkcs5 v0.7.1
13402025-01-25T02:56:43.219Z Compiling icu_normalizer v1.5.0
13412025-01-25T02:56:43.253Z Compiling http-body v1.0.1
13422025-01-25T02:56:43.623Z Compiling pest_generator v2.7.14
13432025-01-25T02:56:43.744Z Compiling which v4.4.2
13442025-01-25T02:56:44.325Z Compiling scroll v0.12.0
13452025-01-25T02:56:44.752Z Compiling form_urlencoded v1.2.1
13462025-01-25T02:56:44.857Z Compiling slog v2.7.0
13472025-01-25T02:56:44.880Z Compiling try-lock v0.2.5
13482025-01-25T02:56:44.997Z Compiling goblin v0.8.2
13492025-01-25T02:56:45.045Z Compiling want v0.3.1
13502025-01-25T02:56:45.072Z Compiling idna_adapter v1.2.0
13512025-01-25T02:56:45.330Z Compiling pkcs8 v0.10.2
13522025-01-25T02:56:45.351Z Compiling uuid v1.12.0
13532025-01-25T02:56:45.403Z Compiling iana-time-zone v0.1.61
13542025-01-25T02:56:45.456Z Compiling pest_derive v2.7.14
13552025-01-25T02:56:45.789Z Compiling httpdate v1.0.3
13562025-01-25T02:56:45.946Z Compiling chrono v0.4.38
13572025-01-25T02:56:46.254Z Compiling dtrace-parser v0.2.0
13582025-01-25T02:56:46.781Z Compiling idna v1.0.3
13592025-01-25T02:56:46.992Z Compiling serde_spanned v0.6.8
13602025-01-25T02:56:47.243Z Compiling toml_datetime v0.6.8
13612025-01-25T02:56:47.718Z Compiling serde_tokenstream v0.2.2
13622025-01-25T02:56:47.746Z Compiling openssl v0.10.66
13632025-01-25T02:56:48.156Z Compiling foreign-types-shared v0.1.1
13642025-01-25T02:56:48.178Z Compiling match_cfg v0.1.0
13652025-01-25T02:56:48.273Z Compiling rustversion v1.0.17
13662025-01-25T02:56:48.276Z Compiling tower-service v0.3.3
13672025-01-25T02:56:48.276Z Compiling adler2 v2.0.0
13682025-01-25T02:56:48.409Z Compiling base64 v0.22.1
13692025-01-25T02:56:48.438Z Compiling hostname v0.3.1
13702025-01-25T02:56:48.534Z Compiling miniz_oxide v0.8.0
13712025-01-25T02:56:48.650Z Compiling tokio-util v0.7.12
13722025-01-25T02:56:49.077Z Compiling foreign-types v0.3.2
13732025-01-25T02:56:49.131Z Compiling url v2.5.3
13742025-01-25T02:56:49.325Z Compiling async-trait v0.1.83
13752025-01-25T02:56:49.919Z Compiling h2 v0.4.6
13762025-01-25T02:56:49.980Z Compiling openssl-macros v0.1.1
13772025-01-25T02:56:50.348Z Compiling serde_derive_internals v0.29.1
13782025-01-25T02:56:50.708Z Compiling dof v0.3.0
13792025-01-25T02:56:50.922Z Compiling dirs-sys-next v0.1.2
13802025-01-25T02:56:51.500Z Compiling usdt-impl v0.5.0
13812025-01-25T02:56:51.597Z Compiling syn v1.0.109
13822025-01-25T02:56:52.185Z Compiling data-encoding v2.6.0
13832025-01-25T02:56:52.526Z Compiling rustls v0.23.19
13842025-01-25T02:56:52.677Z Compiling native-tls v0.2.12
13852025-01-25T02:56:52.817Z Compiling schemars v0.8.21
13862025-01-25T02:56:52.857Z Compiling siphasher v0.3.11
13872025-01-25T02:56:53.019Z Compiling rustls v0.22.4
13882025-01-25T02:56:53.206Z Compiling schemars_derive v0.8.21
13892025-01-25T02:56:53.324Z Compiling dirs-next v2.0.0
13902025-01-25T02:56:54.100Z Compiling http-body-util v0.1.2
13912025-01-25T02:56:54.277Z Compiling heapless v0.7.17
13922025-01-25T02:56:54.316Z Compiling crossbeam-epoch v0.9.18
13932025-01-25T02:56:54.559Z Compiling signature v2.2.0
13942025-01-25T02:56:54.699Z Compiling sha1 v0.10.6
13952025-01-25T02:56:54.749Z Compiling bzip2-sys v0.1.11+1.0.8
13962025-01-25T02:56:54.856Z Compiling thread_local v1.1.8
13972025-01-25T02:56:54.986Z Compiling encoding_rs v0.8.34
13982025-01-25T02:56:55.091Z Compiling multer v3.1.0
13992025-01-25T02:56:55.197Z Compiling cookie v0.18.1
14002025-01-25T02:56:55.352Z Compiling signal-hook v0.3.17
14012025-01-25T02:56:55.370Z Compiling slog-async v2.8.0
14022025-01-25T02:56:55.471Z Compiling rayon-core v1.12.1
14032025-01-25T02:56:55.608Z Compiling ipnet v2.10.1
14042025-01-25T02:56:55.739Z Compiling dyn-clone v1.0.17
14052025-01-25T02:56:55.835Z Compiling unicode-properties v0.1.3
14062025-01-25T02:56:55.965Z Compiling mime v0.3.17
14072025-01-25T02:56:56.255Z Compiling gimli v0.31.1
14082025-01-25T02:56:56.307Z Compiling openssl-probe v0.1.5
14092025-01-25T02:56:56.639Z Compiling stringprep v0.1.5
14102025-01-25T02:56:56.739Z Compiling hyper v1.5.2
14112025-01-25T02:56:57.749Z Compiling toml_edit v0.22.22
14122025-01-25T02:56:59.206Z Compiling hyper-util v0.1.10
14132025-01-25T02:57:00.378Z Compiling addr2line v0.24.2
14142025-01-25T02:57:00.459Z Compiling crossbeam-deque v0.8.5
14152025-01-25T02:57:00.884Z Compiling usdt-attr-macro v0.5.0
14162025-01-25T02:57:00.945Z Compiling usdt-macro v0.5.0
14172025-01-25T02:57:00.976Z Compiling term v0.7.0
14182025-01-25T02:57:01.676Z Compiling slog-json v2.6.1
14192025-01-25T02:57:02.057Z Compiling serde_urlencoded v0.7.1
14202025-01-25T02:57:02.074Z Compiling curve25519-dalek v4.1.3
14212025-01-25T02:57:02.251Z Compiling crossbeam-channel v0.5.13
14222025-01-25T02:57:02.360Z Compiling futures-executor v0.3.31
14232025-01-25T02:57:02.381Z Compiling enum-as-inner v0.6.1
14242025-01-25T02:57:02.538Z Compiling md-5 v0.10.6
14252025-01-25T02:57:02.724Z Compiling rustls-pemfile v2.2.0
14262025-01-25T02:57:02.816Z Compiling async-stream-impl v0.3.6
14272025-01-25T02:57:02.858Z Compiling num-integer v0.1.46
14282025-01-25T02:57:03.056Z Compiling idna v0.4.0
14292025-01-25T02:57:03.223Z Compiling idna v0.3.0
14302025-01-25T02:57:03.421Z Compiling hash32 v0.2.1
14312025-01-25T02:57:03.646Z Compiling ff v0.13.0
14322025-01-25T02:57:03.790Z Compiling is-terminal v0.4.13
14332025-01-25T02:57:03.897Z Compiling object v0.36.5
14342025-01-25T02:57:03.930Z Compiling dropshot v0.12.0
14352025-01-25T02:57:04.099Z Compiling utf-8 v0.7.6
14362025-01-25T02:57:04.237Z Compiling fallible-iterator v0.2.0
14372025-01-25T02:57:04.431Z Compiling psl-types v2.0.11
14382025-01-25T02:57:04.637Z Compiling take_mut v0.2.2
14392025-01-25T02:57:04.657Z Compiling portable-atomic v1.9.0
14402025-01-25T02:57:04.765Z Compiling rustc-demangle v0.1.24
14412025-01-25T02:57:04.801Z Compiling base16ct v0.2.0
14422025-01-25T02:57:04.900Z Compiling smoltcp v0.9.1
14432025-01-25T02:57:05.133Z Compiling linked-hash-map v0.5.6
14442025-01-25T02:57:05.165Z Compiling anyhow v1.0.93
14452025-01-25T02:57:05.486Z Compiling quick-error v1.2.3
14462025-01-25T02:57:05.543Z Compiling num-bigint-dig v0.8.4
14472025-01-25T02:57:05.653Z Compiling resolv-conf v0.7.0
14482025-01-25T02:57:05.708Z Compiling lru-cache v0.1.2
14492025-01-25T02:57:05.732Z Compiling sec1 v0.7.3
14502025-01-25T02:57:05.872Z Compiling postgres-protocol v0.6.7
14512025-01-25T02:57:06.145Z Compiling publicsuffix v2.2.3
14522025-01-25T02:57:06.252Z Compiling tungstenite v0.24.0
14532025-01-25T02:57:06.405Z Compiling async-stream v0.3.6
14542025-01-25T02:57:06.425Z Compiling hickory-proto v0.24.1
14552025-01-25T02:57:06.709Z Compiling slog-term v2.9.1
14562025-01-25T02:57:06.929Z Compiling usdt v0.5.0
14572025-01-25T02:57:07.077Z Compiling group v0.13.0
14582025-01-25T02:57:07.400Z Compiling num-iter v0.1.45
14592025-01-25T02:57:07.704Z Compiling futures v0.3.31
14602025-01-25T02:57:07.831Z Compiling slog-bunyan v2.5.0
14612025-01-25T02:57:08.049Z Compiling toml v0.8.19
14622025-01-25T02:57:08.298Z Compiling tokio-native-tls v0.3.1
14632025-01-25T02:57:09.579Z Compiling camino v1.1.9
14642025-01-25T02:57:09.601Z Compiling phf_shared v0.11.2
14652025-01-25T02:57:09.649Z Compiling dropshot_endpoint v0.12.0
14662025-01-25T02:57:09.970Z Compiling terminal_size v0.4.0
14672025-01-25T02:57:10.246Z Compiling waitgroup v0.1.2
14682025-01-25T02:57:10.261Z Compiling openapiv3 v2.0.0
14692025-01-25T02:57:10.435Z Compiling backtrace v0.3.74
14702025-01-25T02:57:10.464Z Compiling serde_path_to_error v0.1.16
14712025-01-25T02:57:10.963Z Compiling hkdf v0.12.4
14722025-01-25T02:57:11.196Z Compiling crypto-bigint v0.5.5
14732025-01-25T02:57:11.228Z Compiling webpki-roots v0.26.6
14742025-01-25T02:57:11.453Z Compiling curve25519-dalek-derive v0.1.1
14752025-01-25T02:57:12.898Z Compiling zerocopy-derive v0.6.6
14762025-01-25T02:57:13.304Z Compiling hubpack_derive v0.1.1
14772025-01-25T02:57:13.429Z Compiling idna v0.5.0
14782025-01-25T02:57:13.792Z Compiling hostname v0.4.0
14792025-01-25T02:57:14.017Z Compiling fs-err v2.11.0
14802025-01-25T02:57:14.164Z Compiling ahash v0.8.11
14812025-01-25T02:57:14.272Z Compiling crc32fast v1.4.2
14822025-01-25T02:57:14.309Z Compiling managed v0.8.0
14832025-01-25T02:57:14.487Z Compiling debug-ignore v1.0.5
14842025-01-25T02:57:14.630Z Compiling winnow v0.5.40
14852025-01-25T02:57:14.653Z Compiling bitflags v1.3.2
14862025-01-25T02:57:14.712Z Compiling newtype-uuid v1.2.1
14872025-01-25T02:57:14.875Z Compiling zerocopy v0.6.6
14882025-01-25T02:57:14.916Z Compiling strum_macros v0.25.3
14892025-01-25T02:57:15.019Z Compiling clap_builder v4.5.21
14902025-01-25T02:57:15.584Z Compiling flate2 v1.0.34
14912025-01-25T02:57:15.738Z Compiling cookie_store v0.21.0
14922025-01-25T02:57:16.461Z Compiling console v0.15.8
14932025-01-25T02:57:16.849Z Compiling hubpack v0.1.2
14942025-01-25T02:57:17.159Z Compiling elliptic-curve v0.13.8
14952025-01-25T02:57:17.267Z Compiling hickory-resolver v0.24.1
14962025-01-25T02:57:17.824Z Compiling toml_edit v0.19.15
14972025-01-25T02:57:18.008Z Compiling phf v0.11.2
14982025-01-25T02:57:18.262Z Compiling signal-hook-mio v0.2.4
14992025-01-25T02:57:18.477Z Compiling rayon v1.10.0
15002025-01-25T02:57:18.498Z Compiling hyper-tls v0.6.0
15012025-01-25T02:57:18.819Z Compiling bzip2 v0.4.4
15022025-01-25T02:57:19.226Z Compiling tokio-tungstenite v0.24.0
15032025-01-25T02:57:19.754Z Compiling postgres-types v0.2.8
15042025-01-25T02:57:22.360Z Compiling ed25519 v2.2.3
15052025-01-25T02:57:22.716Z Compiling phf_shared v0.10.0
15062025-01-25T02:57:23.100Z Compiling tokio-stream v0.1.16
15072025-01-25T02:57:23.117Z Compiling pkcs1 v0.7.5
15082025-01-25T02:57:23.283Z Compiling serde-big-array v0.5.1
15092025-01-25T02:57:23.554Z Compiling clap_derive v4.5.18
15102025-01-25T02:57:24.057Z Compiling rfc6979 v0.4.0
15112025-01-25T02:57:24.060Z Compiling serde_repr v0.1.19
15122025-01-25T02:57:24.253Z Compiling derive-where v1.2.7
15132025-01-25T02:57:24.278Z Compiling float-cmp v0.9.0
15142025-01-25T02:57:24.519Z Compiling bstr v1.10.0
15152025-01-25T02:57:25.051Z Compiling sync_wrapper v1.0.1
15162025-01-25T02:57:25.115Z Compiling whoami v1.5.2
15172025-01-25T02:57:25.153Z Compiling normalize-line-endings v0.3.0
15182025-01-25T02:57:25.219Z Compiling number_prefix v0.4.0
15192025-01-25T02:57:25.299Z Compiling unicode-segmentation v1.12.0
15202025-01-25T02:57:25.467Z Compiling new_debug_unreachable v1.0.6
15212025-01-25T02:57:25.581Z Compiling difflib v0.4.0
15222025-01-25T02:57:25.680Z Compiling static_assertions v1.1.0
15232025-01-25T02:57:25.796Z Compiling precomputed-hash v0.1.1
15242025-01-25T02:57:25.933Z Compiling predicates-core v1.0.8
15252025-01-25T02:57:26.067Z Compiling unicode-width v0.2.0
15262025-01-25T02:57:26.165Z Compiling fixedbitset v0.4.2
15272025-01-25T02:57:26.254Z Compiling bit-vec v0.6.3
15282025-01-25T02:57:26.606Z Compiling bit-set v0.5.3
15292025-01-25T02:57:26.626Z Compiling indicatif v0.17.9
15302025-01-25T02:57:26.661Z Compiling petgraph v0.6.5
15312025-01-25T02:57:26.880Z Compiling predicates v3.1.2
15322025-01-25T02:57:26.943Z Compiling similar v2.6.0
15332025-01-25T02:57:27.433Z Compiling string_cache v0.8.7
15342025-01-25T02:57:27.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15352025-01-25T02:57:28.077Z Compiling clap v4.5.21
15362025-01-25T02:57:28.206Z Compiling tokio-postgres v0.7.12
15372025-01-25T02:57:28.327Z Compiling ecdsa v0.16.9
15382025-01-25T02:57:28.650Z Compiling rsa v0.9.6
15392025-01-25T02:57:29.078Z Compiling ed25519-dalek v2.1.1
15402025-01-25T02:57:29.152Z Compiling toml v0.7.8
15412025-01-25T02:57:30.163Z Compiling zip v0.6.6
15422025-01-25T02:57:30.372Z Compiling crossterm v0.28.1
15432025-01-25T02:57:31.782Z Compiling hex v0.4.3
15442025-01-25T02:57:31.980Z Compiling x509-cert v0.2.5
15452025-01-25T02:57:32.381Z Compiling itertools v0.10.5
15462025-01-25T02:57:32.525Z Compiling peg-runtime v0.8.3
15472025-01-25T02:57:33.111Z Compiling unicode-xid v0.2.6
15482025-01-25T02:57:33.320Z Compiling lalrpop-util v0.19.12
15492025-01-25T02:57:33.591Z Compiling strum_macros v0.26.4
15502025-01-25T02:57:33.704Z Compiling xattr v1.3.1
15512025-01-25T02:57:33.837Z Compiling filetime v0.2.25
15522025-01-25T02:57:34.129Z Compiling tar v0.4.42
15532025-01-25T02:57:38.218Z Compiling strum v0.26.3
15542025-01-25T02:57:41.183Z Compiling aws-lc-sys v0.22.0
15552025-01-25T02:58:08.352Z Compiling rustls-webpki v0.102.8
15562025-01-25T02:58:11.488Z Compiling tokio-rustls v0.25.0
15572025-01-25T02:58:13.099Z Compiling tokio-rustls v0.26.0
15582025-01-25T02:58:13.448Z Compiling hyper-rustls v0.27.3
15592025-01-25T02:58:13.746Z Compiling reqwest v0.12.9
15602025-01-25T02:58:15.218Z Compiling qorb v0.2.1
15612025-01-25T02:58:18.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15622025-01-25T02:58:18.494Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15632025-01-25T02:58:22.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15642025-01-25T02:58:23.080Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15652025-01-25T02:58:23.128ZJan 25 02:58:22.494 INFO Starting download, target: Clickhouse
15662025-01-25T02:58:23.128ZJan 25 02:58:22.494 INFO Starting download, target: Console
15672025-01-25T02:58:23.128ZJan 25 02:58:22.494 INFO Starting download, target: Cockroach
15682025-01-25T02:58:23.128ZJan 25 02:58:22.494 INFO Starting download, target: DendriteOpenapi
15692025-01-25T02:58:23.132ZJan 25 02:58:22.494 INFO Starting download, target: DendriteStub
15702025-01-25T02:58:23.132ZJan 25 02:58:22.494 INFO Starting download, target: MaghemiteMgd
15712025-01-25T02:58:23.132ZJan 25 02:58:22.494 INFO Starting download, target: TransceiverControl
15722025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15732025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15742025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15752025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15762025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15772025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15782025-01-25T02:58:23.132ZJan 25 02:58:22.495 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15792025-01-25T02:58:23.284ZJan 25 02:58:22.645 INFO Download complete, target: DendriteOpenapi
15802025-01-25T02:58:23.651ZJan 25 02:58:23.002 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15812025-01-25T02:58:23.726ZJan 25 02:58:23.090 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15822025-01-25T02:58:23.831ZJan 25 02:58:23.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15832025-01-25T02:58:23.937ZJan 25 02:58:23.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15842025-01-25T02:58:23.982ZJan 25 02:58:23.347 INFO Download complete, target: Console
15852025-01-25T02:58:24.631ZJan 25 02:58:23.997 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15862025-01-25T02:58:24.631ZJan 25 02:58:23.997 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15872025-01-25T02:58:24.703ZJan 25 02:58:24.070 INFO Download complete, target: TransceiverControl
15882025-01-25T02:58:25.053ZJan 25 02:58:24.406 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15892025-01-25T02:58:26.618ZJan 25 02:58:25.984 INFO Download complete, target: MaghemiteMgd
15902025-01-25T02:58:26.728ZJan 25 02:58:26.093 INFO Download complete, target: DendriteStub
15912025-01-25T02:58:31.904ZJan 25 02:58:31.269 INFO Checking that binary works, target: Cockroach
15922025-01-25T02:58:32.147ZJan 25 02:58:31.513 INFO Download complete, target: Cockroach
15932025-01-25T02:58:37.331ZJan 25 02:58:36.697 INFO Checking that binary works, target: Clickhouse
15942025-01-25T02:58:37.453ZJan 25 02:58:36.818 INFO Download complete, target: Clickhouse
15952025-01-25T02:58:37.474ZAll builder prerequisites installed successfully, and PATH looks valid
15962025-01-25T02:58:37.476Z
15972025-01-25T02:58:37.477Zreal 4:56.396660616
15982025-01-25T02:58:37.477Zuser 15:38.290890839
15992025-01-25T02:58:37.477Zsys 2:02.840982296
16002025-01-25T02:58:37.477Ztrap 0.583305732
16012025-01-25T02:58:37.477Ztflt 1.541147707
16022025-01-25T02:58:37.477Zdflt 1.896136202
16032025-01-25T02:58:37.477Zkflt 0.028481812
16042025-01-25T02:58:37.477Zlock 25:45.825788475
16052025-01-25T02:58:37.477Zslp 55:05.429733576
16062025-01-25T02:58:37.477Zlat 59.526150809
16072025-01-25T02:58:37.477Zstop 2:20.861012802
16082025-01-25T02:58:37.477Z+ banner hack-check
16092025-01-25T02:58:37.480Z
16102025-01-25T02:58:37.480Z # # ## #### # # #### # # ###### #### # #
16112025-01-25T02:58:37.480Z # # # # # # # # # # # # # # # # #
16122025-01-25T02:58:37.480Z ###### # # # #### ##### # ###### ##### # ####
16132025-01-25T02:58:37.480Z # # ###### # # # # # # # # # #
16142025-01-25T02:58:37.480Z # # # # # # # # # # # # # # # # #
16152025-01-25T02:58:37.480Z # # # # #### # # #### # # ###### #### # #
16162025-01-25T02:58:37.480Z
16172025-01-25T02:58:37.480Z+ export CARGO_INCREMENTAL=0
16182025-01-25T02:58:37.480Z+ CARGO_INCREMENTAL=0
16192025-01-25T02:58:37.480Z+ ptime -m timeout 2h cargo xtask check-features --ci
16202025-01-25T02:58:37.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16212025-01-25T02:58:40.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
16222025-01-25T02:58:40.890Z Running `target/debug/xtask check-features --ci`
16232025-01-25T02:58:40.912Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16242025-01-25T02:58:40.915Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16252025-01-25T02:58:41.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16262025-01-25T02:58:41.365Z Running `target/debug/xtask download cargo-hack`
16272025-01-25T02:58:42.179Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16282025-01-25T02:58:42.556Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16292025-01-25T02:58:46.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
16302025-01-25T02:58:46.273Z Running `target/debug/xtask-downloader cargo-hack`
16312025-01-25T02:58:46.309ZJan 25 02:58:45.674 INFO Starting download, target: CargoHack
16322025-01-25T02:58:46.312ZJan 25 02:58:45.675 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16332025-01-25T02:58:46.915ZJan 25 02:58:46.280 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16342025-01-25T02:58:47.005ZJan 25 02:58:46.370 INFO Download complete, target: CargoHack
16352025-01-25T02:58:47.009Zrunning: "/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"
16362025-01-25T02:58:47.026Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16372025-01-25T02:58:47.200Zinfo: running `cargo check --bins` on api_identity (1/197)
16382025-01-25T02:58:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392025-01-25T02:58:47.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402025-01-25T02:58:47.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412025-01-25T02:58:47.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16422025-01-25T02:58:47.785Z
16432025-01-25T02:58:47.785Zinfo: running `cargo check --bins` on bootstore (2/197)
16442025-01-25T02:58:48.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452025-01-25T02:58:48.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462025-01-25T02:58:48.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472025-01-25T02:58:48.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16482025-01-25T02:58:48.406Z
16492025-01-25T02:58:48.406Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16502025-01-25T02:58:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512025-01-25T02:58:48.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522025-01-25T02:58:48.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532025-01-25T02:58:48.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16542025-01-25T02:58:49.009Z
16552025-01-25T02:58:49.009Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16562025-01-25T02:58:49.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-01-25T02:58:49.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-01-25T02:58:49.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-01-25T02:58:49.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16602025-01-25T02:58:49.604Z
16612025-01-25T02:58:49.604Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16622025-01-25T02:58:49.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-01-25T02:58:49.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-01-25T02:58:49.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-01-25T02:58:49.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16662025-01-25T02:58:50.018Z
16672025-01-25T02:58:50.018Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16682025-01-25T02:58:50.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-01-25T02:58:50.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-01-25T02:58:50.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-01-25T02:58:50.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16722025-01-25T02:58:50.438Z
16732025-01-25T02:58:50.438Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16742025-01-25T02:58:50.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-01-25T02:58:50.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-01-25T02:58:50.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-01-25T02:58:50.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16782025-01-25T02:58:50.852Z
16792025-01-25T02:58:50.852Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16802025-01-25T02:58:51.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-01-25T02:58:51.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-01-25T02:58:51.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-01-25T02:58:51.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16842025-01-25T02:58:51.267Z
16852025-01-25T02:58:51.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16862025-01-25T02:58:51.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-01-25T02:58:51.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-01-25T02:58:51.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-01-25T02:58:51.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16902025-01-25T02:58:51.689Z
16912025-01-25T02:58:51.689Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16922025-01-25T02:58:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-01-25T02:58:52.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-01-25T02:58:52.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-01-25T02:58:52.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16962025-01-25T02:58:52.105Z
16972025-01-25T02:58:52.105Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16982025-01-25T02:58:52.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-01-25T02:58:52.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-01-25T02:58:52.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-01-25T02:58:52.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17022025-01-25T02:58:52.516Z
17032025-01-25T02:58:52.516Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17042025-01-25T02:58:52.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-01-25T02:58:52.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-01-25T02:58:52.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-01-25T02:58:52.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082025-01-25T02:58:52.932Z
17092025-01-25T02:58:52.932Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17102025-01-25T02:58:53.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-01-25T02:58:53.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-01-25T02:58:53.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-01-25T02:58:53.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17142025-01-25T02:58:53.344Z
17152025-01-25T02:58:53.344Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17162025-01-25T02:58:53.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-01-25T02:58:53.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-01-25T02:58:53.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-01-25T02:58:53.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202025-01-25T02:58:53.761Z
17212025-01-25T02:58:53.761Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17222025-01-25T02:58:54.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-01-25T02:58:54.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-01-25T02:58:54.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-01-25T02:58:54.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262025-01-25T02:58:54.178Z
17272025-01-25T02:58:54.178Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17282025-01-25T02:58:54.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-01-25T02:58:54.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-01-25T02:58:54.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-01-25T02:58:54.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322025-01-25T02:58:54.601Z
17332025-01-25T02:58:54.601Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17342025-01-25T02:58:54.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-01-25T02:58:54.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-01-25T02:58:54.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-01-25T02:58:54.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17382025-01-25T02:58:55.027Z
17392025-01-25T02:58:55.027Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17402025-01-25T02:58:55.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-01-25T02:58:55.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-01-25T02:58:55.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-01-25T02:58:55.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17442025-01-25T02:58:55.447Z
17452025-01-25T02:58:55.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17462025-01-25T02:58:55.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-01-25T02:58:55.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-01-25T02:58:55.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-01-25T02:58:55.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17502025-01-25T02:58:55.875Z
17512025-01-25T02:58:55.875Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17522025-01-25T02:58:56.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-01-25T02:58:56.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-01-25T02:58:56.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-01-25T02:58:56.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17562025-01-25T02:58:56.296Z
17572025-01-25T02:58:56.296Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17582025-01-25T02:58:56.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-01-25T02:58:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-01-25T02:58:56.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-01-25T02:58:56.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17622025-01-25T02:58:56.717Z
17632025-01-25T02:58:56.717Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17642025-01-25T02:58:57.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-01-25T02:58:57.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-01-25T02:58:57.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-01-25T02:58:57.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17682025-01-25T02:58:57.139Z
17692025-01-25T02:58:57.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17702025-01-25T02:58:57.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-01-25T02:58:57.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-01-25T02:58:57.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-01-25T02:58:57.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17742025-01-25T02:58:57.560Z
17752025-01-25T02:58:57.560Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17762025-01-25T02:58:57.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-01-25T02:58:57.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-01-25T02:58:57.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-01-25T02:58:57.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17802025-01-25T02:58:57.984Z
17812025-01-25T02:58:57.984Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17822025-01-25T02:58:58.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-01-25T02:58:58.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-01-25T02:58:58.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-01-25T02:58:58.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17862025-01-25T02:58:58.405Z
17872025-01-25T02:58:58.405Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17882025-01-25T02:58:58.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-01-25T02:58:58.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-01-25T02:58:58.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-01-25T02:58:58.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17922025-01-25T02:58:58.825Z
17932025-01-25T02:58:58.825Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17942025-01-25T02:58:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-01-25T02:58:59.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-01-25T02:58:59.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-01-25T02:58:59.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17982025-01-25T02:58:59.248Z
17992025-01-25T02:58:59.248Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18002025-01-25T02:58:59.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-01-25T02:58:59.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-01-25T02:58:59.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-01-25T02:58:59.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18042025-01-25T02:58:59.663Z
18052025-01-25T02:58:59.663Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18062025-01-25T02:59:00.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-01-25T02:59:00.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-01-25T02:59:00.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-01-25T02:59:00.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18102025-01-25T02:59:00.081Z
18112025-01-25T02:59:00.081Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18122025-01-25T02:59:00.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-01-25T02:59:00.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-01-25T02:59:00.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-01-25T02:59:00.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18162025-01-25T02:59:00.504Z
18172025-01-25T02:59:00.504Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18182025-01-25T02:59:00.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-01-25T02:59:00.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-01-25T02:59:00.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-01-25T02:59:00.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18222025-01-25T02:59:00.924Z
18232025-01-25T02:59:00.924Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18242025-01-25T02:59:01.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-01-25T02:59:01.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-01-25T02:59:01.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-01-25T02:59:01.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18282025-01-25T02:59:01.381Z
18292025-01-25T02:59:01.381Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18302025-01-25T02:59:01.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-01-25T02:59:01.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-01-25T02:59:01.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-01-25T02:59:01.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18342025-01-25T02:59:01.779Z
18352025-01-25T02:59:01.779Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18362025-01-25T02:59:02.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-01-25T02:59:02.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-01-25T02:59:02.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-01-25T02:59:02.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18402025-01-25T02:59:02.194Z
18412025-01-25T02:59:02.194Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18422025-01-25T02:59:02.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-01-25T02:59:02.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-01-25T02:59:02.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-01-25T02:59:02.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18462025-01-25T02:59:02.605Z
18472025-01-25T02:59:02.605Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18482025-01-25T02:59:02.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-01-25T02:59:02.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-01-25T02:59:02.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-01-25T02:59:02.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18522025-01-25T02:59:03.029Z
18532025-01-25T02:59:03.029Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18542025-01-25T02:59:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-01-25T02:59:03.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-01-25T02:59:03.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-01-25T02:59:03.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18582025-01-25T02:59:03.454Z
18592025-01-25T02:59:03.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18602025-01-25T02:59:03.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-01-25T02:59:03.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-01-25T02:59:03.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-01-25T02:59:03.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18642025-01-25T02:59:03.879Z
18652025-01-25T02:59:03.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18662025-01-25T02:59:04.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-01-25T02:59:04.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-01-25T02:59:04.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-01-25T02:59:04.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18702025-01-25T02:59:04.300Z
18712025-01-25T02:59:04.300Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18722025-01-25T02:59:04.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-01-25T02:59:04.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-01-25T02:59:04.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-01-25T02:59:04.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18762025-01-25T02:59:04.724Z
18772025-01-25T02:59:04.724Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18782025-01-25T02:59:05.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-01-25T02:59:05.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-01-25T02:59:05.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-01-25T02:59:05.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18822025-01-25T02:59:05.146Z
18832025-01-25T02:59:05.146Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18842025-01-25T02:59:05.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-01-25T02:59:05.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-01-25T02:59:05.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-01-25T02:59:05.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18882025-01-25T02:59:05.575Z
18892025-01-25T02:59:05.575Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18902025-01-25T02:59:05.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-01-25T02:59:05.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-01-25T02:59:05.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-01-25T02:59:05.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18942025-01-25T02:59:05.997Z
18952025-01-25T02:59:05.997Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18962025-01-25T02:59:06.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-01-25T02:59:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-01-25T02:59:06.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-01-25T02:59:06.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19002025-01-25T02:59:06.416Z
19012025-01-25T02:59:06.416Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19022025-01-25T02:59:06.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-01-25T02:59:06.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-01-25T02:59:06.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-01-25T02:59:06.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19062025-01-25T02:59:07.037Z
19072025-01-25T02:59:07.037Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19082025-01-25T02:59:07.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-01-25T02:59:07.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-01-25T02:59:07.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-01-25T02:59:07.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19122025-01-25T02:59:07.653Z
19132025-01-25T02:59:07.653Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19142025-01-25T02:59:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-01-25T02:59:08.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-01-25T02:59:08.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-01-25T02:59:08.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19182025-01-25T02:59:08.272Z
19192025-01-25T02:59:08.272Zinfo: running `cargo check --bins` on oxlog (48/197)
19202025-01-25T02:59:08.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-01-25T02:59:08.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-01-25T02:59:08.880Z Checking cfg-if v1.0.0
19232025-01-25T02:59:08.883Z Checking libc v0.2.169
19242025-01-25T02:59:08.991Z Checking serde v1.0.217
19252025-01-25T02:59:08.994Z Checking zeroize v1.8.1
19262025-01-25T02:59:09.014Z Checking memchr v2.7.4
19272025-01-25T02:59:09.017Z Checking typenum v1.17.0
19282025-01-25T02:59:09.025Z Checking scopeguard v1.2.0
19292025-01-25T02:59:09.053Z Checking subtle v2.6.1
19302025-01-25T02:59:09.066Z Checking value-bag v1.9.0
19312025-01-25T02:59:09.175Z Checking lock_api v0.4.12
19322025-01-25T02:59:09.236Z Checking itoa v1.0.11
19332025-01-25T02:59:09.316Z Checking const-oid v0.9.6
19342025-01-25T02:59:09.443Z Checking smallvec v1.13.2
19352025-01-25T02:59:09.458Z Checking log v0.4.22
19362025-01-25T02:59:09.557Z Checking pin-project-lite v0.2.14
19372025-01-25T02:59:09.688Z Checking byteorder v1.5.0
19382025-01-25T02:59:09.782Z Checking futures-core v0.3.31
19392025-01-25T02:59:09.882Z Checking once_cell v1.20.2
19402025-01-25T02:59:09.959Z Checking cpufeatures v0.2.14
19412025-01-25T02:59:09.983Z Checking stable_deref_trait v1.2.0
19422025-01-25T02:59:10.004Z Checking getrandom v0.2.15
19432025-01-25T02:59:10.050Z Checking signal-hook-registry v1.4.2
19442025-01-25T02:59:10.070Z Checking parking_lot_core v0.9.10
19452025-01-25T02:59:10.073Z Checking generic-array v0.14.7
19462025-01-25T02:59:10.100Z Checking mio v1.0.2
19472025-01-25T02:59:10.175Z Checking futures-sink v0.3.31
19482025-01-25T02:59:10.238Z Checking rand_core v0.6.4
19492025-01-25T02:59:10.311Z Checking socket2 v0.5.7
19502025-01-25T02:59:10.321Z Checking spin v0.9.8
19512025-01-25T02:59:10.413Z Checking parking_lot v0.12.3
19522025-01-25T02:59:10.544Z Checking zerocopy v0.7.35
19532025-01-25T02:59:10.631Z Checking zerofrom v0.1.4
19542025-01-25T02:59:10.689Z Checking slab v0.4.9
19552025-01-25T02:59:10.755Z Checking futures-channel v0.3.31
19562025-01-25T02:59:10.758Z Checking allocator-api2 v0.2.18
19572025-01-25T02:59:10.824Z Checking yoke v0.7.4
19582025-01-25T02:59:10.952Z Checking equivalent v1.0.1
19592025-01-25T02:59:11.072Z Checking futures-io v0.3.31
19602025-01-25T02:59:11.095Z Checking pin-utils v0.1.0
19612025-01-25T02:59:11.098Z Checking crypto-common v0.1.6
19622025-01-25T02:59:11.145Z Checking block-buffer v0.10.4
19632025-01-25T02:59:11.191Z Checking foldhash v0.1.3
19642025-01-25T02:59:11.207Z Checking futures-task v0.3.31
19652025-01-25T02:59:11.240Z Checking zerovec v0.10.4
19662025-01-25T02:59:11.294Z Checking block-padding v0.3.3
19672025-01-25T02:59:11.356Z Checking digest v0.10.7
19682025-01-25T02:59:11.373Z Checking tinyvec_macros v0.1.1
19692025-01-25T02:59:11.394Z Checking hashbrown v0.15.1
19702025-01-25T02:59:11.416Z Checking futures-util v0.3.31
19712025-01-25T02:59:11.460Z Checking ryu v1.0.18
19722025-01-25T02:59:11.496Z Checking inout v0.1.3
19732025-01-25T02:59:11.705Z Checking hmac v0.12.1
19742025-01-25T02:59:11.720Z Checking tinyvec v1.8.0
19752025-01-25T02:59:11.736Z Checking fnv v1.0.7
19762025-01-25T02:59:11.750Z Checking cipher v0.4.4
19772025-01-25T02:59:11.873Z Checking sha2 v0.10.8
19782025-01-25T02:59:11.931Z Checking libm v0.2.8
19792025-01-25T02:59:12.128Z Checking writeable v0.5.5
19802025-01-25T02:59:12.386Z Checking base64ct v1.6.0
19812025-01-25T02:59:12.436Z Checking litemap v0.7.3
19822025-01-25T02:59:12.449Z Checking unicode-bidi v0.3.17
19832025-01-25T02:59:12.765Z Checking tinystr v0.7.6
19842025-01-25T02:59:12.782Z Checking ppv-lite86 v0.2.20
19852025-01-25T02:59:12.798Z Checking num-traits v0.2.19
19862025-01-25T02:59:12.815Z Checking pem-rfc7468 v0.7.0
19872025-01-25T02:59:12.994Z Checking unicode-normalization v0.1.24
19882025-01-25T02:59:13.061Z Checking flagset v0.4.6
19892025-01-25T02:59:13.081Z Checking icu_locid v1.5.0
19902025-01-25T02:59:13.097Z Checking tracing-core v0.1.32
19912025-01-25T02:59:13.253Z Checking der v0.7.9
19922025-01-25T02:59:13.393Z Checking bytes v1.9.0
19932025-01-25T02:59:13.447Z Checking indexmap v2.7.0
19942025-01-25T02:59:13.660Z Checking serde_json v1.0.135
19952025-01-25T02:59:13.929Z Checking rand_chacha v0.3.1
19962025-01-25T02:59:14.012Z Checking icu_provider v1.5.0
19972025-01-25T02:59:14.144Z Checking bitflags v2.6.0
19982025-01-25T02:59:14.198Z Checking tokio v1.43.0
19992025-01-25T02:59:14.311Z Checking http v1.2.0
20002025-01-25T02:59:14.437Z Checking thiserror v1.0.69
20012025-01-25T02:59:14.584Z Checking rustls-pki-types v1.10.0
20022025-01-25T02:59:14.602Z Checking percent-encoding v2.3.1
20032025-01-25T02:59:14.617Z Checking icu_locid_transform_data v1.5.0
20042025-01-25T02:59:14.720Z Checking icu_locid_transform v1.5.0
20052025-01-25T02:59:14.809Z Checking rand v0.8.5
20062025-01-25T02:59:14.951Z Checking spki v0.7.3
20072025-01-25T02:59:15.120Z Checking tracing v0.1.40
20082025-01-25T02:59:15.239Z Checking icu_collections v1.5.0
20092025-01-25T02:59:15.256Z Checking salsa20 v0.10.2
20102025-01-25T02:59:15.463Z Checking pbkdf2 v0.12.2
20112025-01-25T02:59:15.489Z Checking aws-lc-sys v0.22.0
20122025-01-25T02:59:15.538Z Checking httparse v1.9.5
20132025-01-25T02:59:15.621Z Checking untrusted v0.9.0
20142025-01-25T02:59:15.690Z Checking mirai-annotations v1.12.0
20152025-01-25T02:59:15.782Z Checking powerfmt v0.2.0
20162025-01-25T02:59:15.862Z Checking untrusted v0.7.1
20172025-01-25T02:59:15.877Z Checking icu_properties_data v1.5.0
20182025-01-25T02:59:15.909Z Checking ring v0.17.8
20192025-01-25T02:59:15.943Z Checking scrypt v0.11.0
20202025-01-25T02:59:16.010Z Checking aes v0.8.4
20212025-01-25T02:59:16.027Z Checking cbc v0.1.2
20222025-01-25T02:59:16.048Z Checking deranged v0.3.11
20232025-01-25T02:59:16.103Z Checking icu_properties v1.5.1
20242025-01-25T02:59:16.159Z Checking crossbeam-utils v0.8.20
20252025-01-25T02:59:16.225Z Checking utf8_iter v1.0.4
20262025-01-25T02:59:16.428Z Checking icu_normalizer_data v1.5.0
20272025-01-25T02:59:16.532Z Checking num_threads v0.1.7
20282025-01-25T02:59:16.655Z Checking time-core v0.1.2
20292025-01-25T02:59:16.829Z Checking utf16_iter v1.0.5
20302025-01-25T02:59:16.864Z Checking atomic-waker v1.1.2
20312025-01-25T02:59:16.893Z Checking write16 v1.0.0
20322025-01-25T02:59:17.003Z Checking num-conv v0.1.0
20332025-01-25T02:59:17.018Z Checking pkcs5 v0.7.1
20342025-01-25T02:59:17.031Z Checking http-body v1.0.1
20352025-01-25T02:59:17.240Z Checking form_urlencoded v1.2.1
20362025-01-25T02:59:17.258Z Checking try-lock v0.2.5
20372025-01-25T02:59:17.374Z Checking time v0.3.36
20382025-01-25T02:59:17.392Z Checking want v0.3.1
20392025-01-25T02:59:17.449Z Checking uuid v1.12.0
20402025-01-25T02:59:17.518Z Checking pkcs8 v0.10.2
20412025-01-25T02:59:17.570Z Checking aws-lc-rs v1.10.0
20422025-01-25T02:59:17.587Z Checking unicode-ident v1.0.14
20432025-01-25T02:59:17.605Z Checking httpdate v1.0.3
20442025-01-25T02:59:17.765Z Checking proc-macro2 v1.0.92
20452025-01-25T02:59:17.833Z Checking toml_datetime v0.6.8
20462025-01-25T02:59:17.851Z Checking serde_spanned v0.6.8
20472025-01-25T02:59:18.035Z Checking slog v2.7.0
20482025-01-25T02:59:18.052Z Checking scroll v0.12.0
20492025-01-25T02:59:18.110Z Checking iana-time-zone v0.1.61
20502025-01-25T02:59:18.272Z Checking ucd-trie v0.1.7
20512025-01-25T02:59:18.436Z Checking match_cfg v0.1.0
20522025-01-25T02:59:18.489Z Checking base64 v0.22.1
20532025-01-25T02:59:18.505Z Checking tower-service v0.3.3
20542025-01-25T02:59:18.508Z Checking foreign-types-shared v0.1.1
20552025-01-25T02:59:18.538Z Checking plain v0.2.3
20562025-01-25T02:59:18.633Z Checking adler2 v2.0.0
20572025-01-25T02:59:18.636Z Checking foreign-types v0.3.2
20582025-01-25T02:59:18.678Z Checking goblin v0.8.2
20592025-01-25T02:59:18.740Z Checking hostname v0.3.1
20602025-01-25T02:59:18.806Z Checking miniz_oxide v0.8.0
20612025-01-25T02:59:18.875Z Checking pest v2.7.14
20622025-01-25T02:59:18.957Z Checking quote v1.0.38
20632025-01-25T02:59:19.213Z Checking rustls-webpki v0.102.8
20642025-01-25T02:59:19.257Z Checking chrono v0.4.38
20652025-01-25T02:59:19.376Z Checking icu_normalizer v1.5.0
20662025-01-25T02:59:19.538Z Checking openssl-sys v0.9.103
20672025-01-25T02:59:19.643Z Checking errno v0.3.9
20682025-01-25T02:59:19.837Z Checking dirs-sys-next v0.1.2
20692025-01-25T02:59:20.008Z Checking aho-corasick v1.1.3
20702025-01-25T02:59:20.311Z Checking data-encoding v2.6.0
20712025-01-25T02:59:20.335Z Checking idna_adapter v1.2.0
20722025-01-25T02:59:20.340Z Checking idna v1.0.3
20732025-01-25T02:59:20.616Z Checking pretty-hex v0.4.1
20742025-01-25T02:59:20.634Z Compiling newtype-uuid v1.2.1
20752025-01-25T02:59:20.782Z Checking siphasher v0.3.11
20762025-01-25T02:59:20.799Z Checking url v2.5.3
20772025-01-25T02:59:20.816Z Checking tokio-util v0.7.12
20782025-01-25T02:59:20.913Z Checking regex-syntax v0.8.5
20792025-01-25T02:59:21.117Z Checking openssl v0.10.66
20802025-01-25T02:59:21.138Z Checking dirs-next v2.0.0
20812025-01-25T02:59:21.261Z Checking rustix v0.38.37
20822025-01-25T02:59:21.445Z Checking dtrace-parser v0.2.0
20832025-01-25T02:59:21.563Z Checking syn v2.0.96
20842025-01-25T02:59:21.580Z Checking http-body-util v0.1.2
20852025-01-25T02:59:21.624Z Checking h2 v0.4.6
20862025-01-25T02:59:21.940Z Checking crossbeam-epoch v0.9.18
20872025-01-25T02:59:22.027Z Checking sha1 v0.10.6
20882025-01-25T02:59:22.318Z Checking signature v2.2.0
20892025-01-25T02:59:22.370Z Checking lazy_static v1.5.0
20902025-01-25T02:59:22.505Z Checking thread_local v1.1.8
20912025-01-25T02:59:22.520Z Checking thread-id v4.2.2
20922025-01-25T02:59:22.635Z Checking encoding_rs v0.8.34
20932025-01-25T02:59:22.787Z Checking ipnet v2.10.1
20942025-01-25T02:59:23.252Z Checking unicode-properties v0.1.3
20952025-01-25T02:59:23.510Z Checking dof v0.3.0
20962025-01-25T02:59:23.642Z Checking utf8parse v0.2.2
20972025-01-25T02:59:23.806Z Checking openssl-probe v0.1.5
20982025-01-25T02:59:23.957Z Checking mime v0.3.17
20992025-01-25T02:59:24.056Z Checking regex-automata v0.4.8
21002025-01-25T02:59:24.122Z Checking either v1.13.0
21012025-01-25T02:59:24.261Z Checking gimli v0.31.1
21022025-01-25T02:59:24.329Z Checking winnow v0.6.20
21032025-01-25T02:59:24.441Z Checking anstyle v1.0.10
21042025-01-25T02:59:24.801Z Checking anstyle-parse v0.2.5
21052025-01-25T02:59:24.945Z Checking stringprep v0.1.5
21062025-01-25T02:59:25.079Z Checking crossbeam-deque v0.8.5
21072025-01-25T02:59:25.238Z Checking term v0.7.0
21082025-01-25T02:59:25.406Z Checking rustls v0.23.19
21092025-01-25T02:59:25.674Z Checking rustls v0.22.4
21102025-01-25T02:59:26.055Z Checking native-tls v0.2.12
21112025-01-25T02:59:26.378Z Checking slog-json v2.6.1
21122025-01-25T02:59:26.645Z Checking serde_urlencoded v0.7.1
21132025-01-25T02:59:26.973Z Checking toml_edit v0.22.22
21142025-01-25T02:59:27.043Z Checking crossbeam-channel v0.5.13
21152025-01-25T02:59:27.327Z Checking usdt-impl v0.5.0
21162025-01-25T02:59:27.765Z Checking futures-executor v0.3.31
21172025-01-25T02:59:27.845Z Checking hyper v1.5.2
21182025-01-25T02:59:27.895Z Checking rustls-pemfile v2.2.0
21192025-01-25T02:59:27.982Z Checking num-integer v0.1.46
21202025-01-25T02:59:27.985Z Checking addr2line v0.24.2
21212025-01-25T02:59:28.111Z Checking idna v0.3.0
21222025-01-25T02:59:28.362Z Checking idna v0.4.0
21232025-01-25T02:59:28.440Z Checking md-5 v0.10.6
21242025-01-25T02:59:28.491Z Checking ff v0.13.0
21252025-01-25T02:59:28.659Z Checking hash32 v0.2.1
21262025-01-25T02:59:28.696Z Checking is-terminal v0.4.13
21272025-01-25T02:59:28.822Z Checking memmap v0.7.0
21282025-01-25T02:59:28.932Z Checking object v0.36.5
21292025-01-25T02:59:28.956Z Checking quick-error v1.2.3
21302025-01-25T02:59:28.980Z Checking colorchoice v1.0.2
21312025-01-25T02:59:29.026Z Checking utf-8 v0.7.6
21322025-01-25T02:59:29.105Z Checking is_terminal_polyfill v1.70.1
21332025-01-25T02:59:29.122Z Checking base16ct v0.2.0
21342025-01-25T02:59:29.218Z Checking take_mut v0.2.2
21352025-01-25T02:59:29.236Z Checking linked-hash-map v0.5.6
21362025-01-25T02:59:29.239Z Checking psl-types v2.0.11
21372025-01-25T02:59:29.314Z Checking fallible-iterator v0.2.0
21382025-01-25T02:59:29.373Z Checking anstyle-query v1.1.1
21392025-01-25T02:59:29.429Z Checking dyn-clone v1.0.17
21402025-01-25T02:59:29.482Z Checking rustc-demangle v0.1.24
21412025-01-25T02:59:29.509Z Checking anstream v0.6.15
21422025-01-25T02:59:29.525Z Checking lru-cache v0.1.2
21432025-01-25T02:59:29.584Z Checking schemars v0.8.21
21442025-01-25T02:59:29.702Z Checking toml v0.8.19
21452025-01-25T02:59:29.766Z Checking hyper-util v0.1.10
21462025-01-25T02:59:29.867Z Checking postgres-protocol v0.6.7
21472025-01-25T02:59:29.870Z Checking publicsuffix v2.2.3
21482025-01-25T02:59:29.907Z Checking slog-async v2.8.0
21492025-01-25T02:59:30.093Z Checking sec1 v0.7.3
21502025-01-25T02:59:30.188Z Checking hickory-proto v0.24.1
21512025-01-25T02:59:30.384Z Checking tungstenite v0.24.0
21522025-01-25T02:59:30.403Z Checking tokio-rustls v0.26.0
21532025-01-25T02:59:30.449Z Checking resolv-conf v0.7.0
21542025-01-25T02:59:30.524Z Checking usdt v0.5.0
21552025-01-25T02:59:30.788Z Checking heapless v0.7.17
21562025-01-25T02:59:30.806Z Checking tokio-rustls v0.25.0
21572025-01-25T02:59:30.806Z Checking slog-term v2.9.1
21582025-01-25T02:59:31.139Z Checking group v0.13.0
21592025-01-25T02:59:31.162Z Checking num-iter v0.1.45
21602025-01-25T02:59:31.181Z Checking futures v0.3.31
21612025-01-25T02:59:31.292Z Checking slog-bunyan v2.5.0
21622025-01-25T02:59:31.333Z Checking tokio-native-tls v0.3.1
21632025-01-25T02:59:31.336Z Checking rayon-core v1.12.1
21642025-01-25T02:59:31.388Z Checking multer v3.1.0
21652025-01-25T02:59:31.463Z Checking terminal_size v0.4.0
21662025-01-25T02:59:31.630Z Checking phf_shared v0.11.2
21672025-01-25T02:59:31.645Z Checking cookie v0.18.1
21682025-01-25T02:59:31.662Z Checking async-stream v0.3.6
21692025-01-25T02:59:31.784Z Checking bzip2-sys v0.1.11+1.0.8
21702025-01-25T02:59:31.851Z Checking signal-hook v0.3.17
21712025-01-25T02:59:31.868Z Checking camino v1.1.9
21722025-01-25T02:59:31.902Z Checking waitgroup v0.1.2
21732025-01-25T02:59:31.917Z Checking openapiv3 v2.0.0
21742025-01-25T02:59:32.002Z Checking webpki-roots v0.26.6
21752025-01-25T02:59:32.047Z Checking idna v0.5.0
21762025-01-25T02:59:32.089Z Checking serde_path_to_error v0.1.16
21772025-01-25T02:59:32.187Z Checking hkdf v0.12.4
21782025-01-25T02:59:32.206Z Checking crypto-bigint v0.5.5
21792025-01-25T02:59:32.379Z Checking hostname v0.4.0
21802025-01-25T02:59:32.400Z Checking crc32fast v1.4.2
21812025-01-25T02:59:32.516Z Checking managed v0.8.0
21822025-01-25T02:59:32.637Z Checking winnow v0.5.40
21832025-01-25T02:59:32.677Z Checking unicode-width v0.1.14
21842025-01-25T02:59:32.888Z Checking clap_lex v0.7.2
21852025-01-25T02:59:32.954Z Checking strsim v0.11.1
21862025-01-25T02:59:33.130Z Checking bitflags v1.3.2
21872025-01-25T02:59:33.181Z Checking debug-ignore v1.0.5
21882025-01-25T02:59:33.221Z Checking clap_builder v4.5.21
21892025-01-25T02:59:33.237Z Checking smoltcp v0.9.1
21902025-01-25T02:59:33.338Z Checking console v0.15.8
21912025-01-25T02:59:33.916Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21922025-01-25T02:59:34.206Z Checking cookie_store v0.21.0
21932025-01-25T02:59:34.627Z Checking flate2 v1.0.34
21942025-01-25T02:59:34.697Z Checking hickory-resolver v0.24.1
21952025-01-25T02:59:34.765Z Checking backtrace v0.3.74
21962025-01-25T02:59:34.848Z Checking hyper-rustls v0.27.3
21972025-01-25T02:59:34.866Z Checking elliptic-curve v0.13.8
21982025-01-25T02:59:35.077Z Checking dropshot v0.12.0
21992025-01-25T02:59:35.168Z Checking signal-hook-mio v0.2.4
22002025-01-25T02:59:35.231Z Checking rayon v1.10.0
22012025-01-25T02:59:35.325Z Checking bzip2 v0.4.4
22022025-01-25T02:59:35.342Z Checking toml_edit v0.19.15
22032025-01-25T02:59:35.345Z Checking anyhow v1.0.93
22042025-01-25T02:59:35.442Z Checking phf v0.11.2
22052025-01-25T02:59:35.612Z Checking hyper-tls v0.6.0
22062025-01-25T02:59:35.695Z Checking num-bigint-dig v0.8.4
22072025-01-25T02:59:35.716Z Checking tokio-tungstenite v0.24.0
22082025-01-25T02:59:35.885Z Checking postgres-types v0.2.8
22092025-01-25T02:59:36.049Z Checking bstr v1.10.0
22102025-01-25T02:59:36.185Z Checking regex v1.11.1
22112025-01-25T02:59:36.222Z Checking ed25519 v2.2.3
22122025-01-25T02:59:36.507Z Checking tokio-stream v0.1.16
22132025-01-25T02:59:36.530Z Checking phf_shared v0.10.0
22142025-01-25T02:59:36.804Z Checking zerocopy v0.6.6
22152025-01-25T02:59:36.820Z Checking curve25519-dalek v4.1.3
22162025-01-25T02:59:36.870Z Checking hubpack v0.1.2
22172025-01-25T02:59:37.186Z Checking pkcs1 v0.7.5
22182025-01-25T02:59:37.298Z Checking portable-atomic v1.9.0
22192025-01-25T02:59:37.455Z Checking float-cmp v0.9.0
22202025-01-25T02:59:37.584Z Checking serde-big-array v0.5.1
22212025-01-25T02:59:37.653Z Checking rfc6979 v0.4.0
22222025-01-25T02:59:37.670Z Checking sync_wrapper v1.0.1
22232025-01-25T02:59:37.742Z Checking unicode-width v0.2.0
22242025-01-25T02:59:37.806Z Checking minimal-lexical v0.2.1
22252025-01-25T02:59:37.809Z Checking new_debug_unreachable v1.0.6
22262025-01-25T02:59:37.836Z Checking whoami v1.5.2
22272025-01-25T02:59:37.919Z Checking precomputed-hash v0.1.1
22282025-01-25T02:59:38.045Z Checking difflib v0.4.0
22292025-01-25T02:59:38.146Z Checking number_prefix v0.4.0
22302025-01-25T02:59:38.230Z Checking unicode-segmentation v1.12.0
22312025-01-25T02:59:38.246Z Checking fixedbitset v0.4.2
22322025-01-25T02:59:38.249Z Checking normalize-line-endings v0.3.0
22332025-01-25T02:59:38.322Z Checking predicates-core v1.0.8
22342025-01-25T02:59:38.373Z Checking static_assertions v1.1.0
22352025-01-25T02:59:38.390Z Checking bit-vec v0.6.3
22362025-01-25T02:59:38.447Z Checking qorb v0.2.1
22372025-01-25T02:59:38.472Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22382025-01-25T02:59:38.498Z Checking predicates v3.1.2
22392025-01-25T02:59:38.512Z Checking petgraph v0.6.5
22402025-01-25T02:59:38.556Z Checking ed25519-dalek v2.1.1
22412025-01-25T02:59:38.658Z Checking indicatif v0.17.9
22422025-01-25T02:59:38.706Z Checking bit-set v0.5.3
22432025-01-25T02:59:38.880Z Checking similar v2.6.0
22442025-01-25T02:59:38.962Z Checking nom v7.1.3
22452025-01-25T02:59:38.978Z Checking tokio-postgres v0.7.12
22462025-01-25T02:59:39.080Z Checking string_cache v0.8.7
22472025-01-25T02:59:39.376Z Checking ecdsa v0.16.9
22482025-01-25T02:59:39.390Z Checking reqwest v0.12.9
22492025-01-25T02:59:39.697Z Checking toml v0.7.8
22502025-01-25T02:59:40.081Z Checking rsa v0.9.6
22512025-01-25T02:59:40.401Z Checking clap v4.5.21
22522025-01-25T02:59:40.516Z Checking zip v0.6.6
22532025-01-25T02:59:40.853Z Checking crossterm v0.28.1
22542025-01-25T02:59:41.094Z Checking itertools v0.10.5
22552025-01-25T02:59:41.149Z Checking itertools v0.12.1
22562025-01-25T02:59:41.170Z Checking fs-err v2.11.0
22572025-01-25T02:59:41.450Z Checking ahash v0.8.11
22582025-01-25T02:59:41.676Z Checking x509-cert v0.2.5
22592025-01-25T02:59:41.676Z Checking hex v0.4.3
22602025-01-25T02:59:41.803Z Checking semver v1.0.24
22612025-01-25T02:59:41.905Z Checking peg-runtime v0.8.3
22622025-01-25T02:59:42.143Z Checking lalrpop-util v0.19.12
22632025-01-25T02:59:42.185Z Checking sigpipe v0.1.3
22642025-01-25T02:59:43.137Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22652025-01-25T02:59:43.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.17s
22662025-01-25T02:59:43.616Z
22672025-01-25T02:59:43.616Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22682025-01-25T02:59:44.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692025-01-25T02:59:44.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702025-01-25T02:59:44.257Z Compiling hashbrown v0.14.5
22712025-01-25T02:59:44.377Z Checking heck v0.5.0
22722025-01-25T02:59:44.390Z Compiling unsafe-libyaml v0.2.11
22732025-01-25T02:59:44.401Z Checking ipnetwork v0.20.0
22742025-01-25T02:59:44.404Z Compiling ident_case v1.0.1
22752025-01-25T02:59:44.431Z Checking progenitor-client v0.8.0
22762025-01-25T02:59:44.446Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22772025-01-25T02:59:44.542Z Checking newtype-uuid v1.2.1
22782025-01-25T02:59:44.590Z Compiling darling_core v0.20.10
22792025-01-25T02:59:44.745Z Compiling proc-macro-crate v1.3.1
22802025-01-25T02:59:44.762Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22812025-01-25T02:59:44.790Z Compiling structmeta-derive v0.3.0
22822025-01-25T02:59:44.801Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22832025-01-25T02:59:45.109Z Compiling thiserror v2.0.11
22842025-01-25T02:59:45.154Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22852025-01-25T02:59:45.344Z Compiling regress v0.10.1
22862025-01-25T02:59:45.632Z Compiling serde_yaml v0.9.34+deprecated
22872025-01-25T02:59:46.057Z Compiling num_enum_derive v0.5.11
22882025-01-25T02:59:46.129Z Compiling lzma-sys v0.1.20
22892025-01-25T02:59:46.362Z Compiling foreign-types-macros v0.2.3
22902025-01-25T02:59:46.875Z Compiling thiserror-impl v2.0.11
22912025-01-25T02:59:47.454Z Compiling structmeta v0.3.0
22922025-01-25T02:59:47.605Z Compiling dropshot v0.15.1
22932025-01-25T02:59:47.869Z Checking arc-swap v1.7.1
22942025-01-25T02:59:47.908Z Checking foreign-types-shared v0.3.1
22952025-01-25T02:59:48.040Z Checking foreign-types v0.5.0
22962025-01-25T02:59:48.216Z Compiling parse-display-derive v0.10.0
22972025-01-25T02:59:48.258Z Checking slog-scope v4.4.0
22982025-01-25T02:59:48.282Z Checking num_enum v0.5.11
22992025-01-25T02:59:48.467Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
23002025-01-25T02:59:48.489Z Compiling proc-macro-error v1.0.4
23012025-01-25T02:59:48.969Z Compiling typify-impl v0.2.0
23022025-01-25T02:59:49.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032025-01-25T02:59:49.378Z Checking tungstenite v0.21.0
23042025-01-25T02:59:49.404Z Compiling heck v0.3.3
23052025-01-25T02:59:49.768Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062025-01-25T02:59:50.038Z Compiling dropshot_endpoint v0.15.1
23072025-01-25T02:59:50.222Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082025-01-25T02:59:50.278Z Checking cstr-argument v0.1.2
23092025-01-25T02:59:50.476Z Checking instant v0.1.13
23102025-01-25T02:59:50.562Z Checking pretty-hex v0.2.1
23112025-01-25T02:59:50.576Z Compiling darling_macro v0.20.10
23122025-01-25T02:59:50.603Z Checking base64 v0.21.7
23132025-01-25T02:59:50.734Z Checking fastrand v2.1.1
23142025-01-25T02:59:50.955Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23152025-01-25T02:59:51.086Z Checking tempfile v3.13.0
23162025-01-25T02:59:51.175Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172025-01-25T02:59:51.271Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23182025-01-25T02:59:51.322Z Checking backoff v0.4.0
23192025-01-25T02:59:51.340Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202025-01-25T02:59:51.425Z Compiling darling v0.20.10
23212025-01-25T02:59:51.442Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222025-01-25T02:59:51.488Z Checking tokio-tungstenite v0.21.0
23232025-01-25T02:59:51.528Z Checking strum v0.26.3
23242025-01-25T02:59:51.546Z Compiling serde_with_macros v3.11.0
23252025-01-25T02:59:51.597Z Compiling zone_cfg_derive v0.1.2
23262025-01-25T02:59:51.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23272025-01-25T02:59:51.782Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282025-01-25T02:59:52.104Z Checking slog-stdlog v4.1.1
23292025-01-25T02:59:52.190Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23302025-01-25T02:59:52.273Z Checking parse-display v0.10.0
23312025-01-25T02:59:52.289Z Checking regress v0.9.1
23322025-01-25T02:59:52.349Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23332025-01-25T02:59:52.487Z Checking progenitor-client v0.9.1
23342025-01-25T02:59:52.504Z Checking colored v2.1.0
23352025-01-25T02:59:52.638Z Checking macaddr v1.0.1
23362025-01-25T02:59:52.811Z Checking base64 v0.13.1
23372025-01-25T02:59:52.947Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23382025-01-25T02:59:52.990Z Checking zone v0.1.8
23392025-01-25T02:59:53.230Z Checking ron v0.7.1
23402025-01-25T02:59:53.401Z Checking slog-envlogger v2.2.0
23412025-01-25T02:59:53.621Z Checking xz2 v0.1.7
23422025-01-25T02:59:53.675Z Checking tabwriter v1.4.0
23432025-01-25T02:59:53.911Z Checking xattr v1.3.1
23442025-01-25T02:59:53.928Z Checking pem v3.0.4
23452025-01-25T02:59:54.104Z Checking yasna v0.5.2
23462025-01-25T02:59:54.121Z Checking serde_with v3.11.0
23472025-01-25T02:59:54.198Z Checking headers-core v0.3.0
23482025-01-25T02:59:54.251Z Checking smf v0.2.3
23492025-01-25T02:59:54.359Z Checking filetime v0.2.25
23502025-01-25T02:59:54.564Z Checking same-file v1.0.6
23512025-01-25T02:59:54.657Z Checking tar v0.4.42
23522025-01-25T02:59:54.684Z Checking headers v0.4.0
23532025-01-25T02:59:54.751Z Checking walkdir v2.5.0
23542025-01-25T02:59:54.951Z Checking rcgen v0.12.1
23552025-01-25T02:59:55.040Z Checking atomicwrites v0.4.4
23562025-01-25T02:59:55.246Z Checking camino-tempfile v1.1.1
23572025-01-25T02:59:55.439Z Checking subprocess v0.2.9
23582025-01-25T02:59:58.035Z Compiling typify-macro v0.2.0
23592025-01-25T02:59:59.525Z Compiling typify v0.2.0
23602025-01-25T02:59:59.594Z Compiling progenitor-impl v0.8.0
23612025-01-25T03:00:01.981Z Compiling progenitor-macro v0.8.0
23622025-01-25T03:00:05.574Z Checking progenitor v0.8.0
23632025-01-25T03:00:05.702Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23642025-01-25T03:00:05.702Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23652025-01-25T03:00:08.184Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23662025-01-25T03:00:08.493Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23672025-01-25T03:00:14.296Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23682025-01-25T03:00:15.709Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23692025-01-25T03:00:16.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s
23702025-01-25T03:00:17.057Z
23712025-01-25T03:00:17.057Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23722025-01-25T03:00:17.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732025-01-25T03:00:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742025-01-25T03:00:17.692Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23752025-01-25T03:00:19.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
23762025-01-25T03:00:19.186Z
23772025-01-25T03:00:19.186Zinfo: running `cargo check --bins` on nexus-config (51/197)
23782025-01-25T03:00:19.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792025-01-25T03:00:19.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802025-01-25T03:00:19.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812025-01-25T03:00:19.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23822025-01-25T03:00:19.798Z
23832025-01-25T03:00:19.798Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23842025-01-25T03:00:20.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852025-01-25T03:00:20.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862025-01-25T03:00:20.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872025-01-25T03:00:20.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23882025-01-25T03:00:20.386Z
23892025-01-25T03:00:20.386Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23902025-01-25T03:00:20.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912025-01-25T03:00:20.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922025-01-25T03:00:20.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932025-01-25T03:00:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23942025-01-25T03:00:20.987Z
23952025-01-25T03:00:20.987Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23962025-01-25T03:00:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972025-01-25T03:00:21.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982025-01-25T03:00:21.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23992025-01-25T03:00:21.751Z Compiling ipnetwork v0.20.0
24002025-01-25T03:00:21.755Z Compiling zerocopy v0.8.10
24012025-01-25T03:00:21.755Z Compiling progenitor-client v0.8.0
24022025-01-25T03:00:21.755Z Compiling itertools v0.13.0
24032025-01-25T03:00:21.755Z Compiling zerocopy-derive v0.8.10
24042025-01-25T03:00:21.755Z Compiling heapless v0.8.0
24052025-01-25T03:00:21.764Z Compiling thiserror v2.0.11
24062025-01-25T03:00:21.925Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24072025-01-25T03:00:22.051Z Checking hash32 v0.3.1
24082025-01-25T03:00:22.190Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24092025-01-25T03:00:22.240Z Compiling progenitor v0.8.0
24102025-01-25T03:00:22.452Z Compiling instant v0.1.13
24112025-01-25T03:00:22.529Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24122025-01-25T03:00:22.598Z Compiling smoltcp v0.11.0
24132025-01-25T03:00:22.614Z Compiling backoff v0.4.0
24142025-01-25T03:00:22.628Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152025-01-25T03:00:22.829Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24162025-01-25T03:00:22.956Z Compiling dropshot v0.15.1
24172025-01-25T03:00:23.265Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24182025-01-25T03:00:23.412Z Compiling serde_with v3.11.0
24192025-01-25T03:00:23.429Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202025-01-25T03:00:23.616Z Compiling parse-display v0.10.0
24212025-01-25T03:00:23.706Z Checking num-rational v0.4.2
24222025-01-25T03:00:24.180Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24232025-01-25T03:00:24.336Z Compiling progenitor-client v0.9.1
24242025-01-25T03:00:24.610Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24252025-01-25T03:00:24.855Z Compiling regress v0.9.1
24262025-01-25T03:00:25.840Z Compiling phf_generator v0.11.2
24272025-01-25T03:00:26.037Z Checking num-complex v0.4.6
24282025-01-25T03:00:26.875Z Compiling macaddr v1.0.1
24292025-01-25T03:00:27.136Z Checking cobs v0.2.3
24302025-01-25T03:00:27.324Z Checking num v0.4.3
24312025-01-25T03:00:27.340Z Checking postcard v1.0.10
24322025-01-25T03:00:27.433Z Compiling phf_codegen v0.11.2
24332025-01-25T03:00:27.858Z Compiling parse-zoneinfo v0.3.1
24342025-01-25T03:00:27.940Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24352025-01-25T03:00:28.243Z Checking float-ord v0.3.2
24362025-01-25T03:00:29.609Z Compiling convert_case v0.4.0
24372025-01-25T03:00:29.699Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24382025-01-25T03:00:29.882Z Compiling chrono-tz-build v0.4.0
24392025-01-25T03:00:30.223Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24402025-01-25T03:00:30.408Z Compiling derive_more v0.99.18
24412025-01-25T03:00:30.492Z Compiling crucible-workspace-hack v0.1.0
24422025-01-25T03:00:30.783Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24432025-01-25T03:00:31.068Z Compiling chrono-tz v0.10.0
24442025-01-25T03:00:31.102Z Checking newline-converter v0.3.0
24452025-01-25T03:00:31.105Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24462025-01-25T03:00:31.256Z Checking prettyplease v0.2.25
24472025-01-25T03:00:31.765Z Compiling slog-dtrace v0.3.0
24482025-01-25T03:00:31.811Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24492025-01-25T03:00:31.943Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24502025-01-25T03:00:32.304Z Checking expectorate v1.1.0
24512025-01-25T03:00:32.470Z Compiling zone_cfg_derive v0.3.0
24522025-01-25T03:00:32.710Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24532025-01-25T03:00:33.401Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542025-01-25T03:00:33.608Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24552025-01-25T03:00:33.806Z Compiling const_format_proc_macros v0.2.33
24562025-01-25T03:00:33.823Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24572025-01-25T03:00:33.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24582025-01-25T03:00:34.010Z Compiling num-derive v0.4.2
24592025-01-25T03:00:34.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24602025-01-25T03:00:34.760Z Checking highway v1.2.0
24612025-01-25T03:00:35.050Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24622025-01-25T03:00:35.170Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24632025-01-25T03:00:35.187Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24642025-01-25T03:00:35.300Z Checking zone v0.3.0
24652025-01-25T03:00:35.663Z Checking const_format v0.2.33
24662025-01-25T03:00:35.873Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24672025-01-25T03:00:36.066Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24682025-01-25T03:00:36.256Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24692025-01-25T03:00:36.563Z Checking gethostname v0.5.0
24702025-01-25T03:00:36.667Z Checking bcs v0.1.6
24712025-01-25T03:00:36.703Z Compiling async-recursion v1.1.1
24722025-01-25T03:00:36.751Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24732025-01-25T03:00:36.877Z Checking termtree v0.5.1
24742025-01-25T03:00:37.156Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24752025-01-25T03:00:37.178Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24762025-01-25T03:00:38.930Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24772025-01-25T03:00:43.311Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24782025-01-25T03:00:46.581Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24792025-01-25T03:00:49.010Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24802025-01-25T03:00:50.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.14s
24812025-01-25T03:00:50.321Z
24822025-01-25T03:00:50.321Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24832025-01-25T03:00:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842025-01-25T03:00:50.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852025-01-25T03:00:50.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862025-01-25T03:00:50.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24872025-01-25T03:00:50.930Z
24882025-01-25T03:00:50.930Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24892025-01-25T03:00:51.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902025-01-25T03:00:51.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912025-01-25T03:00:51.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922025-01-25T03:00:51.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24932025-01-25T03:00:51.534Z
24942025-01-25T03:00:51.534Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24952025-01-25T03:00:52.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962025-01-25T03:00:52.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972025-01-25T03:00:52.172Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24982025-01-25T03:00:52.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
24992025-01-25T03:00:52.970Z
25002025-01-25T03:00:52.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
25012025-01-25T03:00:53.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022025-01-25T03:00:53.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032025-01-25T03:00:53.611Z Compiling cfg_aliases v0.1.1
25042025-01-25T03:00:53.619Z Compiling vte_generate_state_changes v0.1.2
25052025-01-25T03:00:53.619Z Checking fd-lock v4.0.2
25062025-01-25T03:00:53.619Z Checking nibble_vec v0.1.0
25072025-01-25T03:00:53.722Z Checking bytecount v0.6.8
25082025-01-25T03:00:53.769Z Checking endian-type v0.1.2
25092025-01-25T03:00:53.769Z Compiling tabled_derive v0.7.0
25102025-01-25T03:00:53.769Z Compiling peg-macros v0.8.4
25112025-01-25T03:00:53.829Z Compiling nix v0.28.0
25122025-01-25T03:00:53.875Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25132025-01-25T03:00:53.899Z Compiling sqlparser_derive v0.2.2
25142025-01-25T03:00:53.909Z Checking papergrid v0.11.0
25152025-01-25T03:00:53.931Z Checking radix_trie v0.2.1
25162025-01-25T03:00:54.311Z Checking vte v0.11.1
25172025-01-25T03:00:54.354Z Checking nu-ansi-term v0.50.1
25182025-01-25T03:00:54.782Z Checking unicode_categories v0.1.1
25192025-01-25T03:00:54.914Z Checking home v0.5.9
25202025-01-25T03:00:54.951Z Checking sqlparser v0.45.0
25212025-01-25T03:00:55.083Z Checking sqlformat v0.2.6
25222025-01-25T03:00:55.095Z Checking display-error-chain v0.2.2
25232025-01-25T03:00:55.741Z Checking strip-ansi-escapes v0.2.0
25242025-01-25T03:00:55.863Z Checking reedline v0.35.0
25252025-01-25T03:00:55.875Z Checking tabled v0.15.0
25262025-01-25T03:00:56.278Z Checking peg v0.8.4
25272025-01-25T03:00:56.595Z Checking rustyline v14.0.0
25282025-01-25T03:01:05.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
25292025-01-25T03:01:05.175Z
25302025-01-25T03:01:05.175Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25312025-01-25T03:01:05.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322025-01-25T03:01:05.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332025-01-25T03:01:05.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342025-01-25T03:01:10.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
25352025-01-25T03:01:10.990Z
25362025-01-25T03:01:10.991Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25372025-01-25T03:01:11.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382025-01-25T03:01:11.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392025-01-25T03:01:11.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402025-01-25T03:01:15.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
25412025-01-25T03:01:15.253Z
25422025-01-25T03:01:15.253Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25432025-01-25T03:01:15.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-01-25T03:01:15.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-01-25T03:01:15.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462025-01-25T03:01:20.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
25472025-01-25T03:01:20.709Z
25482025-01-25T03:01:20.709Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25492025-01-25T03:01:21.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-01-25T03:01:21.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-01-25T03:01:21.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522025-01-25T03:01:26.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
25532025-01-25T03:01:26.233Z
25542025-01-25T03:01:26.233Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25552025-01-25T03:01:26.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-01-25T03:01:26.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-01-25T03:01:26.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25582025-01-25T03:01:30.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
25592025-01-25T03:01:30.624Z
25602025-01-25T03:01:30.624Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25612025-01-25T03:01:31.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-01-25T03:01:31.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-01-25T03:01:31.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642025-01-25T03:01:34.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
25652025-01-25T03:01:35.120Z
25662025-01-25T03:01:35.120Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25672025-01-25T03:01:35.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682025-01-25T03:01:35.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692025-01-25T03:01:35.764Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702025-01-25T03:01:40.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
25712025-01-25T03:01:40.893Z
25722025-01-25T03:01:40.893Zinfo: running `cargo check --bins` on oximeter (66/197)
25732025-01-25T03:01:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742025-01-25T03:01:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752025-01-25T03:01:41.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762025-01-25T03:01:41.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25772025-01-25T03:01:41.494Z
25782025-01-25T03:01:41.494Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25792025-01-25T03:01:42.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802025-01-25T03:01:42.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812025-01-25T03:01:42.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822025-01-25T03:01:42.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25832025-01-25T03:01:42.085Z
25842025-01-25T03:01:42.085Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25852025-01-25T03:01:42.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862025-01-25T03:01:42.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872025-01-25T03:01:42.735Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25882025-01-25T03:01:44.667Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25892025-01-25T03:01:45.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
25902025-01-25T03:01:45.767Z
25912025-01-25T03:01:45.767Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25922025-01-25T03:01:46.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-25T03:01:46.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-25T03:01:46.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-25T03:01:46.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25962025-01-25T03:01:46.363Z
25972025-01-25T03:01:46.363Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25982025-01-25T03:01:46.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-25T03:01:46.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-25T03:01:46.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-25T03:01:46.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26022025-01-25T03:01:46.970Z
26032025-01-25T03:01:46.970Zinfo: running `cargo check --bins` on oxql-types (71/197)
26042025-01-25T03:01:47.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-25T03:01:47.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-25T03:01:47.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-25T03:01:47.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26082025-01-25T03:01:47.569Z
26092025-01-25T03:01:47.569Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26102025-01-25T03:01:48.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-25T03:01:48.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-25T03:01:48.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-25T03:01:48.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26142025-01-25T03:01:48.194Z
26152025-01-25T03:01:48.194Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26162025-01-25T03:01:48.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-25T03:01:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-25T03:01:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-25T03:01:48.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26202025-01-25T03:01:48.798Z
26212025-01-25T03:01:48.798Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26222025-01-25T03:01:49.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-25T03:01:49.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-25T03:01:49.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-25T03:01:49.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26262025-01-25T03:01:49.413Z
26272025-01-25T03:01:49.413Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26282025-01-25T03:01:49.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-25T03:01:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-25T03:01:49.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-01-25T03:01:49.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26322025-01-25T03:01:50.017Z
26332025-01-25T03:01:50.017Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26342025-01-25T03:01:50.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-01-25T03:01:50.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-01-25T03:01:50.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372025-01-25T03:01:50.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26382025-01-25T03:01:50.624Z
26392025-01-25T03:01:50.624Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26402025-01-25T03:01:51.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-01-25T03:01:51.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-01-25T03:01:51.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-01-25T03:01:51.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442025-01-25T03:01:51.227Z
26452025-01-25T03:01:51.228Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26462025-01-25T03:01:51.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-25T03:01:51.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-25T03:01:51.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-01-25T03:01:51.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502025-01-25T03:01:51.815Z
26512025-01-25T03:01:51.815Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26522025-01-25T03:01:52.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-01-25T03:01:52.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-01-25T03:01:52.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-01-25T03:01:52.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26562025-01-25T03:01:52.431Z
26572025-01-25T03:01:52.431Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26582025-01-25T03:01:52.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-01-25T03:01:52.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-01-25T03:01:52.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-01-25T03:01:52.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26622025-01-25T03:01:53.036Z
26632025-01-25T03:01:53.036Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26642025-01-25T03:01:53.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-25T03:01:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-25T03:01:53.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-25T03:01:53.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26682025-01-25T03:01:53.633Z
26692025-01-25T03:01:53.633Zinfo: running `cargo check --bins` on dpd-client (82/197)
26702025-01-25T03:01:54.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-25T03:01:54.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-25T03:01:54.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-01-25T03:01:54.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26742025-01-25T03:01:54.228Z
26752025-01-25T03:01:54.228Zinfo: running `cargo check --bins` on gateway-client (83/197)
26762025-01-25T03:01:54.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-01-25T03:01:54.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-01-25T03:01:54.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-01-25T03:01:54.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26802025-01-25T03:01:54.813Z
26812025-01-25T03:01:54.814Zinfo: running `cargo check --bins` on installinator-client (84/197)
26822025-01-25T03:01:55.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-01-25T03:01:55.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-01-25T03:01:55.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-01-25T03:01:55.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26862025-01-25T03:01:55.435Z
26872025-01-25T03:01:55.435Zinfo: running `cargo check --bins` on installinator-common (85/197)
26882025-01-25T03:01:55.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-01-25T03:01:55.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-01-25T03:01:55.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-01-25T03:01:55.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26922025-01-25T03:01:56.047Z
26932025-01-25T03:01:56.047Zinfo: running `cargo check --bins` on update-engine (86/197)
26942025-01-25T03:01:56.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-01-25T03:01:56.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-01-25T03:01:56.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-01-25T03:01:56.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26982025-01-25T03:01:56.634Z
26992025-01-25T03:01:56.634Zinfo: running `cargo check --bins` on nexus-client (87/197)
27002025-01-25T03:01:57.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-01-25T03:01:57.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-01-25T03:01:57.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-01-25T03:01:57.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27042025-01-25T03:01:57.261Z
27052025-01-25T03:01:57.261Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27062025-01-25T03:01:57.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-01-25T03:01:57.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-01-25T03:01:57.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-01-25T03:01:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27102025-01-25T03:01:57.874Z
27112025-01-25T03:01:57.874Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27122025-01-25T03:01:58.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-01-25T03:01:58.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-01-25T03:01:58.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-01-25T03:01:58.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27162025-01-25T03:01:58.465Z
27172025-01-25T03:01:58.465Zinfo: running `cargo check --bins` on nexus-types (90/197)
27182025-01-25T03:01:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-01-25T03:01:59.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-01-25T03:01:59.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-01-25T03:01:59.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27222025-01-25T03:01:59.099Z
27232025-01-25T03:01:59.099Zinfo: running `cargo check --bins` on oxide-client (91/197)
27242025-01-25T03:01:59.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-01-25T03:01:59.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-01-25T03:01:59.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-01-25T03:01:59.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27282025-01-25T03:01:59.689Z
27292025-01-25T03:01:59.689Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27302025-01-25T03:02:00.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-01-25T03:02:00.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-01-25T03:02:00.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-01-25T03:02:00.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27342025-01-25T03:02:00.290Z
27352025-01-25T03:02:00.290Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27362025-01-25T03:02:00.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-01-25T03:02:00.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-01-25T03:02:00.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-01-25T03:02:00.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27402025-01-25T03:02:00.879Z
27412025-01-25T03:02:00.879Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27422025-01-25T03:02:01.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-01-25T03:02:01.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-01-25T03:02:01.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-01-25T03:02:01.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27462025-01-25T03:02:01.496Z
27472025-01-25T03:02:01.496Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27482025-01-25T03:02:02.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-01-25T03:02:02.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-01-25T03:02:02.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-01-25T03:02:02.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27522025-01-25T03:02:02.140Z
27532025-01-25T03:02:02.140Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27542025-01-25T03:02:02.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-01-25T03:02:02.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-01-25T03:02:02.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-01-25T03:02:02.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27582025-01-25T03:02:02.769Z
27592025-01-25T03:02:02.769Zinfo: running `cargo check --bins` on wicket-common (97/197)
27602025-01-25T03:02:03.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-01-25T03:02:03.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-01-25T03:02:03.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-01-25T03:02:03.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27642025-01-25T03:02:03.391Z
27652025-01-25T03:02:03.391Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27662025-01-25T03:02:03.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-01-25T03:02:03.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-01-25T03:02:04.027Z Checking csv-core v0.1.11
27692025-01-25T03:02:04.027Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27702025-01-25T03:02:04.030Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27712025-01-25T03:02:04.030Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722025-01-25T03:02:04.313Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27732025-01-25T03:02:04.325Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27742025-01-25T03:02:04.360Z Checking csv v1.3.0
27752025-01-25T03:02:04.903Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27762025-01-25T03:02:05.241Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772025-01-25T03:02:06.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
27782025-01-25T03:02:06.999Z
27792025-01-25T03:02:06.999Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27802025-01-25T03:02:07.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-01-25T03:02:07.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-01-25T03:02:07.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-01-25T03:02:07.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27842025-01-25T03:02:07.598Z
27852025-01-25T03:02:07.598Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27862025-01-25T03:02:08.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-01-25T03:02:08.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-01-25T03:02:08.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-01-25T03:02:08.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27902025-01-25T03:02:08.213Z
27912025-01-25T03:02:08.213Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27922025-01-25T03:02:08.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-01-25T03:02:08.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-01-25T03:02:08.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-01-25T03:02:08.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27962025-01-25T03:02:08.916Z
27972025-01-25T03:02:08.916Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27982025-01-25T03:02:09.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-01-25T03:02:09.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-01-25T03:02:09.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-01-25T03:02:09.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28022025-01-25T03:02:09.619Z
28032025-01-25T03:02:09.619Zinfo: running `cargo check --bins` on dns-server (103/197)
28042025-01-25T03:02:10.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-01-25T03:02:10.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-01-25T03:02:10.243Z Compiling typify-impl v0.3.0
28072025-01-25T03:02:10.350Z Compiling parking_lot_core v0.8.6
28082025-01-25T03:02:10.368Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28092025-01-25T03:02:10.371Z Checking fxhash v0.2.1
28102025-01-25T03:02:10.378Z Checking hickory-client v0.24.1
28112025-01-25T03:02:10.391Z Checking hickory-server v0.24.1
28122025-01-25T03:02:11.029Z Checking parking_lot v0.11.2
28132025-01-25T03:02:11.177Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142025-01-25T03:02:11.317Z Checking sled v0.34.7
28152025-01-25T03:02:15.721Z Compiling typify-macro v0.3.0
28162025-01-25T03:02:17.205Z Compiling typify v0.3.0
28172025-01-25T03:02:17.275Z Compiling progenitor-impl v0.9.1
28182025-01-25T03:02:19.630Z Compiling progenitor-macro v0.9.1
28192025-01-25T03:02:23.226Z Checking progenitor v0.9.1
28202025-01-25T03:02:23.355Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28212025-01-25T03:02:23.806Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28222025-01-25T03:02:25.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.41s
28232025-01-25T03:02:25.213Z
28242025-01-25T03:02:25.213Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28252025-01-25T03:02:25.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-01-25T03:02:25.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-01-25T03:02:25.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-01-25T03:02:25.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28292025-01-25T03:02:25.813Z
28302025-01-25T03:02:25.813Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28312025-01-25T03:02:26.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-01-25T03:02:26.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-01-25T03:02:26.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-01-25T03:02:26.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28352025-01-25T03:02:26.463Z
28362025-01-25T03:02:26.463Zinfo: running `cargo check --bins` on gateway-types (106/197)
28372025-01-25T03:02:27.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-01-25T03:02:27.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-01-25T03:02:27.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-01-25T03:02:27.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28412025-01-25T03:02:27.078Z
28422025-01-25T03:02:27.078Zinfo: running `cargo check --bins` on ipcc (107/197)
28432025-01-25T03:02:27.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-01-25T03:02:27.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-01-25T03:02:27.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-01-25T03:02:27.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28472025-01-25T03:02:27.678Z
28482025-01-25T03:02:27.679Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28492025-01-25T03:02:28.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-25T03:02:28.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-25T03:02:28.352Z Compiling semver v0.1.20
28522025-01-25T03:02:28.352Z Compiling radium v0.7.0
28532025-01-25T03:02:28.471Z Compiling maybe-uninit v2.0.0
28542025-01-25T03:02:28.473Z Checking tap v1.0.1
28552025-01-25T03:02:28.488Z Checking password-hash v0.5.0
28562025-01-25T03:02:28.491Z Checking blake2 v0.10.6
28572025-01-25T03:02:28.491Z Compiling owo-colors v4.1.0
28582025-01-25T03:02:28.491Z Checking crc-catalog v2.4.0
28592025-01-25T03:02:28.609Z Checking wyz v0.5.1
28602025-01-25T03:02:28.648Z Compiling cancel-safe-futures v0.1.5
28612025-01-25T03:02:28.820Z Compiling rustc_version v0.1.7
28622025-01-25T03:02:28.932Z Checking funty v2.0.0
28632025-01-25T03:02:28.948Z Compiling packed_struct v0.10.1
28642025-01-25T03:02:28.989Z Checking argon2 v0.5.3
28652025-01-25T03:02:29.022Z Checking crc v3.2.1
28662025-01-25T03:02:29.065Z Compiling packed_struct_codegen v0.10.1
28672025-01-25T03:02:29.098Z Checking half v2.4.1
28682025-01-25T03:02:29.248Z Compiling newtype_derive v0.1.6
28692025-01-25T03:02:29.250Z Compiling indexmap v1.9.3
28702025-01-25T03:02:29.405Z Checking nodrop v0.1.14
28712025-01-25T03:02:29.425Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28722025-01-25T03:02:29.533Z Checking ciborium-io v0.2.2
28732025-01-25T03:02:29.533Z Checking array-init v0.0.4
28742025-01-25T03:02:29.608Z Checking smallvec v0.6.14
28752025-01-25T03:02:29.645Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28762025-01-25T03:02:29.661Z Checking ciborium-ll v0.2.2
28772025-01-25T03:02:30.041Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28782025-01-25T03:02:30.049Z Checking bitvec v1.0.1
28792025-01-25T03:02:30.049Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28802025-01-25T03:02:30.049Z Checking libsw v3.3.1
28812025-01-25T03:02:30.228Z Compiling memoffset v0.9.1
28822025-01-25T03:02:30.342Z Checking bitfield v0.14.0
28832025-01-25T03:02:30.408Z Checking indent_write v2.2.0
28842025-01-25T03:02:30.426Z Checking swrite v0.1.0
28852025-01-25T03:02:30.549Z Checking linear-map v1.2.0
28862025-01-25T03:02:30.566Z Checking hashbrown v0.12.3
28872025-01-25T03:02:30.624Z Checking termcolor v1.4.1
28882025-01-25T03:02:30.795Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28892025-01-25T03:02:30.857Z Checking serde-hex v0.1.0
28902025-01-25T03:02:30.895Z Checking ron v0.8.1
28912025-01-25T03:02:31.033Z Checking env_logger v0.10.2
28922025-01-25T03:02:31.205Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28932025-01-25T03:02:31.432Z Checking ciborium v0.2.2
28942025-01-25T03:02:31.508Z Checking steno v0.4.1
28952025-01-25T03:02:32.072Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28962025-01-25T03:02:32.263Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28972025-01-25T03:02:32.349Z Checking hashbrown v0.13.2
28982025-01-25T03:02:32.408Z Checking humantime v2.1.0
28992025-01-25T03:02:32.536Z Checking crc-any v2.5.0
29002025-01-25T03:02:32.715Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29012025-01-25T03:02:32.905Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29022025-01-25T03:02:33.119Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29032025-01-25T03:02:33.240Z Checking object v0.30.4
29042025-01-25T03:02:33.430Z Checking path-slash v0.1.5
29052025-01-25T03:02:33.470Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29062025-01-25T03:02:33.642Z Checking nix v0.27.1
29072025-01-25T03:02:33.660Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29082025-01-25T03:02:34.097Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29092025-01-25T03:02:34.345Z Checking tungstenite v0.23.0
29102025-01-25T03:02:34.399Z Checking kstat-rs v0.2.4
29112025-01-25T03:02:34.557Z Checking signal-hook-tokio v0.3.1
29122025-01-25T03:02:34.746Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29132025-01-25T03:02:35.216Z Checking tokio-tungstenite v0.23.1
29142025-01-25T03:02:35.383Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29152025-01-25T03:02:35.918Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29162025-01-25T03:02:35.963Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29172025-01-25T03:02:42.246Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29182025-01-25T03:02:43.579Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29192025-01-25T03:02:45.792Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29202025-01-25T03:02:50.996Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29212025-01-25T03:02:51.635Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29222025-01-25T03:02:54.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.55s
29232025-01-25T03:02:54.424Z
29242025-01-25T03:02:54.424Zinfo: running `cargo check --bins` on gateway-api (109/197)
29252025-01-25T03:02:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262025-01-25T03:02:54.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272025-01-25T03:02:54.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282025-01-25T03:02:54.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29292025-01-25T03:02:55.038Z
29302025-01-25T03:02:55.039Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29312025-01-25T03:02:55.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322025-01-25T03:02:55.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332025-01-25T03:02:55.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342025-01-25T03:02:55.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352025-01-25T03:02:55.629Z
29362025-01-25T03:02:55.629Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29372025-01-25T03:02:56.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382025-01-25T03:02:56.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392025-01-25T03:02:56.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402025-01-25T03:02:56.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29412025-01-25T03:02:56.244Z
29422025-01-25T03:02:56.244Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29432025-01-25T03:02:56.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442025-01-25T03:02:56.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452025-01-25T03:02:56.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462025-01-25T03:02:56.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29472025-01-25T03:02:56.856Z
29482025-01-25T03:02:56.856Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29492025-01-25T03:02:57.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502025-01-25T03:02:57.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512025-01-25T03:02:57.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522025-01-25T03:02:57.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29532025-01-25T03:02:57.461Z
29542025-01-25T03:02:57.461Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29552025-01-25T03:02:57.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562025-01-25T03:02:57.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572025-01-25T03:02:57.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582025-01-25T03:02:58.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29592025-01-25T03:02:58.073Z
29602025-01-25T03:02:58.073Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29612025-01-25T03:02:58.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622025-01-25T03:02:58.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632025-01-25T03:02:58.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642025-01-25T03:02:58.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29652025-01-25T03:02:58.675Z
29662025-01-25T03:02:58.675Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29672025-01-25T03:02:59.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682025-01-25T03:02:59.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692025-01-25T03:02:59.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702025-01-25T03:02:59.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29712025-01-25T03:02:59.284Z
29722025-01-25T03:02:59.285Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29732025-01-25T03:02:59.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742025-01-25T03:02:59.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752025-01-25T03:02:59.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762025-01-25T03:02:59.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29772025-01-25T03:02:59.911Z
29782025-01-25T03:02:59.911Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29792025-01-25T03:03:00.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802025-01-25T03:03:00.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812025-01-25T03:03:00.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822025-01-25T03:03:00.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29832025-01-25T03:03:00.513Z
29842025-01-25T03:03:00.513Zinfo: running `cargo check --bins` on sp-sim (119/197)
29852025-01-25T03:03:01.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-01-25T03:03:01.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-01-25T03:03:01.127Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29882025-01-25T03:03:01.566Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29892025-01-25T03:03:03.202Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29902025-01-25T03:03:04.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
29912025-01-25T03:03:04.949Z
29922025-01-25T03:03:04.949Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29932025-01-25T03:03:05.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-01-25T03:03:05.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-01-25T03:03:05.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-01-25T03:03:05.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29972025-01-25T03:03:05.597Z
29982025-01-25T03:03:05.597Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29992025-01-25T03:03:06.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-01-25T03:03:06.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-01-25T03:03:06.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-01-25T03:03:06.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30032025-01-25T03:03:06.252Z
30042025-01-25T03:03:06.252Zinfo: running `cargo check --bins` on db-macros (122/197)
30052025-01-25T03:03:06.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-01-25T03:03:06.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-01-25T03:03:06.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-01-25T03:03:06.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30092025-01-25T03:03:06.841Z
30102025-01-25T03:03:06.841Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30112025-01-25T03:03:07.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-01-25T03:03:07.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-01-25T03:03:07.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-01-25T03:03:07.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30152025-01-25T03:03:07.422Z
30162025-01-25T03:03:07.422Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30172025-01-25T03:03:07.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-01-25T03:03:07.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-01-25T03:03:07.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-01-25T03:03:07.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30212025-01-25T03:03:08.064Z
30222025-01-25T03:03:08.064Zinfo: running `cargo check --bins` on authz-macros (125/197)
30232025-01-25T03:03:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-01-25T03:03:08.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-01-25T03:03:08.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-01-25T03:03:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30272025-01-25T03:03:08.646Z
30282025-01-25T03:03:08.646Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30292025-01-25T03:03:09.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-25T03:03:09.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-25T03:03:09.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-01-25T03:03:09.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30332025-01-25T03:03:09.285Z
30342025-01-25T03:03:09.286Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30352025-01-25T03:03:09.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-25T03:03:09.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-25T03:03:09.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-01-25T03:03:09.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30392025-01-25T03:03:09.915Z
30402025-01-25T03:03:09.915Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30412025-01-25T03:03:10.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-25T03:03:10.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-25T03:03:10.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-01-25T03:03:10.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452025-01-25T03:03:10.520Z
30462025-01-25T03:03:10.520Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30472025-01-25T03:03:11.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-25T03:03:11.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-25T03:03:11.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-01-25T03:03:11.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30512025-01-25T03:03:11.151Z
30522025-01-25T03:03:11.151Zinfo: running `cargo check --bins` on typed-rng (130/197)
30532025-01-25T03:03:11.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-25T03:03:11.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-25T03:03:11.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-01-25T03:03:11.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572025-01-25T03:03:11.743Z
30582025-01-25T03:03:11.743Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30592025-01-25T03:03:12.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-25T03:03:12.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-25T03:03:12.468Z Checking keccak v0.1.5
30622025-01-25T03:03:12.471Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30632025-01-25T03:03:12.580Z Checking secrecy v0.8.0
30642025-01-25T03:03:12.582Z Compiling unicase v2.7.0
30652025-01-25T03:03:12.617Z Compiling same-file v1.0.6
30662025-01-25T03:03:12.620Z Compiling tempfile v3.13.0
30672025-01-25T03:03:12.648Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30682025-01-25T03:03:12.650Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30692025-01-25T03:03:12.757Z Compiling thiserror-impl-no-std v2.0.2
30702025-01-25T03:03:12.883Z Compiling walkdir v2.5.0
30712025-01-25T03:03:12.885Z Checking sha3 v0.10.8
30722025-01-25T03:03:12.951Z Checking universal-hash v0.5.1
30732025-01-25T03:03:12.967Z Compiling blake3 v1.5.4
30742025-01-25T03:03:13.051Z Checking opaque-debug v0.3.1
30752025-01-25T03:03:13.129Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30762025-01-25T03:03:13.155Z Checking poly1305 v0.8.0
30772025-01-25T03:03:13.182Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30782025-01-25T03:03:13.325Z Checking chacha20 v0.9.1
30792025-01-25T03:03:13.370Z Checking aead v0.5.2
30802025-01-25T03:03:13.426Z Compiling memmap2 v0.9.5
30812025-01-25T03:03:13.533Z Compiling constant_time_eq v0.3.1
30822025-01-25T03:03:13.598Z Compiling arrayref v0.3.9
30832025-01-25T03:03:13.678Z Compiling arrayvec v0.7.6
30842025-01-25T03:03:13.696Z Compiling libefi-sys v0.1.0
30852025-01-25T03:03:13.714Z Compiling salty v0.3.0
30862025-01-25T03:03:13.730Z Checking chacha20poly1305 v0.10.1
30872025-01-25T03:03:13.855Z Compiling toolchain_find v0.4.0
30882025-01-25T03:03:14.000Z Compiling camino-tempfile v1.1.1
30892025-01-25T03:03:14.035Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30902025-01-25T03:03:14.120Z Compiling bitfield-struct v0.6.2
30912025-01-25T03:03:14.269Z Compiling topological-sort v0.2.2
30922025-01-25T03:03:14.407Z Compiling mime_guess v2.0.5
30932025-01-25T03:03:14.486Z Compiling rustfmt-wrapper v0.2.1
30942025-01-25T03:03:14.942Z Compiling omicron-zone-package v0.12.0
30952025-01-25T03:03:14.965Z Compiling progenitor v0.9.1
30962025-01-25T03:03:15.062Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30972025-01-25T03:03:15.192Z Checking primeorder v0.13.6
30982025-01-25T03:03:15.310Z Checking env_filter v0.1.2
30992025-01-25T03:03:15.364Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31002025-01-25T03:03:15.499Z Checking thiserror-no-std v2.0.2
31012025-01-25T03:03:15.502Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31022025-01-25T03:03:15.548Z Checking env_logger v0.11.5
31032025-01-25T03:03:15.573Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31042025-01-25T03:03:15.632Z Checking vsss-rs v3.3.4
31052025-01-25T03:03:15.662Z Checking p384 v0.13.0
31062025-01-25T03:03:15.681Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31072025-01-25T03:03:15.709Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31082025-01-25T03:03:15.947Z Checking http-range v0.1.5
31092025-01-25T03:03:16.044Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31102025-01-25T03:03:16.134Z Checking bumpalo v3.16.0
31112025-01-25T03:03:16.154Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31122025-01-25T03:03:16.156Z Compiling zip v2.1.3
31132025-01-25T03:03:16.454Z Checking lockfree-object-pool v0.1.6
31142025-01-25T03:03:16.457Z Checking simd-adler32 v0.3.7
31152025-01-25T03:03:16.484Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162025-01-25T03:03:16.691Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31172025-01-25T03:03:16.749Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31182025-01-25T03:03:16.820Z Checking zopfli v0.8.1
31192025-01-25T03:03:17.337Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202025-01-25T03:03:17.346Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31212025-01-25T03:03:17.385Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31222025-01-25T03:03:17.532Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31232025-01-25T03:03:17.730Z Checking nanorand v0.7.0
31242025-01-25T03:03:17.812Z Checking atty v0.2.14
31252025-01-25T03:03:17.931Z Checking glob v0.3.1
31262025-01-25T03:03:17.957Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31272025-01-25T03:03:18.012Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31282025-01-25T03:03:18.096Z Checking flume v0.11.1
31292025-01-25T03:03:18.224Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31302025-01-25T03:03:18.528Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312025-01-25T03:03:19.215Z Checking hyper-staticfile v0.10.1
31322025-01-25T03:03:19.317Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31332025-01-25T03:03:19.601Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31342025-01-25T03:03:19.731Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31352025-01-25T03:03:19.863Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362025-01-25T03:03:19.990Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31372025-01-25T03:03:20.197Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31382025-01-25T03:03:20.648Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31392025-01-25T03:03:20.698Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31402025-01-25T03:03:20.843Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31412025-01-25T03:03:21.039Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422025-01-25T03:03:23.850Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31432025-01-25T03:03:23.851Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31442025-01-25T03:03:31.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31452025-01-25T03:03:44.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.11s
31462025-01-25T03:03:45.056Z
31472025-01-25T03:03:45.056Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31482025-01-25T03:03:45.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492025-01-25T03:03:45.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502025-01-25T03:03:45.771Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31512025-01-25T03:03:58.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
31522025-01-25T03:03:58.953Z
31532025-01-25T03:03:58.953Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31542025-01-25T03:03:59.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552025-01-25T03:03:59.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562025-01-25T03:03:59.667Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31572025-01-25T03:04:12.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
31582025-01-25T03:04:12.713Z
31592025-01-25T03:04:12.713Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31602025-01-25T03:04:13.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-01-25T03:04:13.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-01-25T03:04:13.419Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31632025-01-25T03:04:26.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
31642025-01-25T03:04:26.601Z
31652025-01-25T03:04:26.601Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31662025-01-25T03:04:27.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672025-01-25T03:04:27.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682025-01-25T03:04:27.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692025-01-25T03:04:40.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
31702025-01-25T03:04:40.594Z
31712025-01-25T03:04:40.594Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31722025-01-25T03:04:41.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-01-25T03:04:41.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-01-25T03:04:41.304Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752025-01-25T03:04:54.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
31762025-01-25T03:04:54.587Z
31772025-01-25T03:04:54.587Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31782025-01-25T03:04:55.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-01-25T03:04:55.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-01-25T03:04:55.298Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812025-01-25T03:05:08.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
31822025-01-25T03:05:08.441Z
31832025-01-25T03:05:08.441Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31842025-01-25T03:05:09.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-01-25T03:05:09.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-01-25T03:05:09.155Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872025-01-25T03:05:22.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
31882025-01-25T03:05:22.391Z
31892025-01-25T03:05:22.392Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31902025-01-25T03:05:22.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-01-25T03:05:22.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-01-25T03:05:22.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932025-01-25T03:05:22.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31942025-01-25T03:05:23.024Z
31952025-01-25T03:05:23.024Zinfo: running `cargo check --bins` on key-manager (140/197)
31962025-01-25T03:05:23.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-01-25T03:05:23.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-01-25T03:05:23.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992025-01-25T03:05:23.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32002025-01-25T03:05:23.625Z
32012025-01-25T03:05:23.625Zinfo: running `cargo check --bins` on range-requests (141/197)
32022025-01-25T03:05:24.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-01-25T03:05:24.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-01-25T03:05:24.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052025-01-25T03:05:24.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062025-01-25T03:05:24.213Z
32072025-01-25T03:05:24.213Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32082025-01-25T03:05:24.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-01-25T03:05:24.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-01-25T03:05:24.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112025-01-25T03:05:24.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32122025-01-25T03:05:24.814Z
32132025-01-25T03:05:24.814Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32142025-01-25T03:05:25.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-01-25T03:05:25.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-01-25T03:05:25.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172025-01-25T03:05:25.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32182025-01-25T03:05:25.444Z
32192025-01-25T03:05:25.445Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32202025-01-25T03:05:25.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-01-25T03:05:25.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-01-25T03:05:25.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-01-25T03:05:25.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32242025-01-25T03:05:26.034Z
32252025-01-25T03:05:26.034Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32262025-01-25T03:05:26.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-01-25T03:05:26.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-01-25T03:05:26.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292025-01-25T03:05:26.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32302025-01-25T03:05:26.649Z
32312025-01-25T03:05:26.649Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32322025-01-25T03:05:27.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332025-01-25T03:05:27.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342025-01-25T03:05:27.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352025-01-25T03:05:27.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32362025-01-25T03:05:27.268Z
32372025-01-25T03:05:27.268Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32382025-01-25T03:05:27.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392025-01-25T03:05:27.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402025-01-25T03:05:27.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412025-01-25T03:05:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32422025-01-25T03:05:27.885Z
32432025-01-25T03:05:27.885Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32442025-01-25T03:05:28.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452025-01-25T03:05:28.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462025-01-25T03:05:28.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472025-01-25T03:05:28.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32482025-01-25T03:05:28.516Z
32492025-01-25T03:05:28.517Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32502025-01-25T03:05:29.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512025-01-25T03:05:29.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522025-01-25T03:05:29.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532025-01-25T03:05:29.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32542025-01-25T03:05:29.158Z
32552025-01-25T03:05:29.158Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32562025-01-25T03:05:29.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-01-25T03:05:29.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-01-25T03:05:29.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-01-25T03:05:29.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32602025-01-25T03:05:29.792Z
32612025-01-25T03:05:29.792Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32622025-01-25T03:05:30.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-25T03:05:30.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-25T03:05:30.460Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32652025-01-25T03:05:30.460Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32662025-01-25T03:05:31.292Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32672025-01-25T03:05:33.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
32682025-01-25T03:05:33.384Z
32692025-01-25T03:05:33.384Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32702025-01-25T03:05:33.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-01-25T03:05:33.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-01-25T03:05:33.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-01-25T03:05:33.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32742025-01-25T03:05:33.987Z
32752025-01-25T03:05:33.987Zinfo: running `cargo check --bins` on cert-dev (153/197)
32762025-01-25T03:05:34.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-01-25T03:05:34.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-01-25T03:05:34.574Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32792025-01-25T03:05:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32802025-01-25T03:05:35.008Z
32812025-01-25T03:05:35.008Zinfo: running `cargo check --bins` on clickana (154/197)
32822025-01-25T03:05:35.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-01-25T03:05:35.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-01-25T03:05:35.642Z Checking castaway v0.2.3
32852025-01-25T03:05:35.642Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862025-01-25T03:05:35.646Z Checking unicode-truncate v1.1.0
32872025-01-25T03:05:35.646Z Checking lru v0.12.5
32882025-01-25T03:05:35.646Z Compiling instability v0.3.2
32892025-01-25T03:05:35.646Z Checking cassowary v0.3.0
32902025-01-25T03:05:35.870Z Checking compact_str v0.8.0
32912025-01-25T03:05:36.446Z Checking ratatui v0.28.1
32922025-01-25T03:05:37.254Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932025-01-25T03:05:38.252Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32942025-01-25T03:05:39.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
32952025-01-25T03:05:39.260Z
32962025-01-25T03:05:39.260Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32972025-01-25T03:05:39.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-01-25T03:05:39.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-01-25T03:05:39.914Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33002025-01-25T03:05:39.914Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33012025-01-25T03:05:40.885Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33022025-01-25T03:05:41.331Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33032025-01-25T03:05:41.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
33042025-01-25T03:05:41.865Z
33052025-01-25T03:05:41.865Zinfo: running `cargo check --bins` on ch-dev (156/197)
33062025-01-25T03:05:42.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-01-25T03:05:42.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-01-25T03:05:42.514Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33092025-01-25T03:05:43.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33102025-01-25T03:05:43.384Z
33112025-01-25T03:05:43.384Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33122025-01-25T03:05:43.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-01-25T03:05:43.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-01-25T03:05:44.027Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33152025-01-25T03:05:44.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33162025-01-25T03:05:44.542Z
33172025-01-25T03:05:44.542Zinfo: running `cargo check --bins` on db-dev (158/197)
33182025-01-25T03:05:45.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-01-25T03:05:45.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-01-25T03:05:45.189Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33212025-01-25T03:05:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33222025-01-25T03:05:46.064Z
33232025-01-25T03:05:46.064Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33242025-01-25T03:05:46.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-01-25T03:05:46.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-01-25T03:05:46.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272025-01-25T03:05:46.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33282025-01-25T03:05:46.692Z
33292025-01-25T03:05:46.692Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33302025-01-25T03:05:47.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-01-25T03:05:47.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-01-25T03:05:47.294Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33332025-01-25T03:05:48.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
33342025-01-25T03:05:48.301Z
33352025-01-25T03:05:48.301Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33362025-01-25T03:05:48.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-25T03:05:48.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-25T03:05:48.911Z Checking cargo-platform v0.1.8
33392025-01-25T03:05:49.185Z Checking cargo_metadata v0.18.1
33402025-01-25T03:05:50.079Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33412025-01-25T03:05:50.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
33422025-01-25T03:05:51.051Z
33432025-01-25T03:05:51.051Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33442025-01-25T03:05:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-01-25T03:05:51.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-01-25T03:05:51.743Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33472025-01-25T03:05:53.128Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482025-01-25T03:05:53.676Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33492025-01-25T03:05:54.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
33502025-01-25T03:05:54.377Z
33512025-01-25T03:05:54.377Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33522025-01-25T03:05:54.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-01-25T03:05:54.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-01-25T03:05:55.135Z Compiling crunchy v0.2.2
33552025-01-25T03:05:55.135Z Compiling tiny-keccak v2.0.2
33562025-01-25T03:05:55.138Z Compiling dsl_auto_type v0.1.2
33572025-01-25T03:05:55.138Z Checking scheduled-thread-pool v0.2.7
33582025-01-25T03:05:55.138Z Compiling diesel_table_macro_syntax v0.2.0
33592025-01-25T03:05:55.259Z Compiling ascii-canvas v3.0.0
33602025-01-25T03:05:55.270Z Compiling ena v0.14.3
33612025-01-25T03:05:55.281Z Compiling diff v0.1.13
33622025-01-25T03:05:55.430Z Checking r2d2 v0.8.10
33632025-01-25T03:05:55.551Z Compiling regex-syntax v0.6.29
33642025-01-25T03:05:55.643Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652025-01-25T03:05:55.661Z Compiling ref-cast v1.0.23
33662025-01-25T03:05:55.751Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33672025-01-25T03:05:55.770Z Compiling derive_builder_core v0.20.2
33682025-01-25T03:05:55.856Z Compiling libxml v0.3.3
33692025-01-25T03:05:55.875Z Compiling ref-cast-impl v1.0.23
33702025-01-25T03:05:56.031Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33712025-01-25T03:05:56.250Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33722025-01-25T03:05:56.269Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33732025-01-25T03:05:56.516Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33742025-01-25T03:05:56.537Z Compiling strum_macros v0.24.3
33752025-01-25T03:05:56.553Z Compiling samael v0.0.17
33762025-01-25T03:05:56.654Z Compiling diesel_derives v2.2.3
33772025-01-25T03:05:56.888Z Compiling indoc v1.0.9
33782025-01-25T03:05:57.766Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792025-01-25T03:05:57.899Z Compiling derive_builder_macro v0.20.2
33802025-01-25T03:05:58.064Z Compiling impl-trait-for-tuples v0.2.2
33812025-01-25T03:05:58.525Z Compiling oso-derive v0.27.3
33822025-01-25T03:05:58.723Z Checking derive_builder v0.20.2
33832025-01-25T03:05:58.883Z Compiling lalrpop v0.19.12
33842025-01-25T03:05:59.362Z Checking quick-xml v0.33.0
33852025-01-25T03:05:59.486Z Compiling diesel-dtrace v0.4.2
33862025-01-25T03:05:59.772Z Checking maplit v1.0.2
33872025-01-25T03:05:59.901Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33882025-01-25T03:05:59.926Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33892025-01-25T03:06:00.226Z Checking bb8 v0.8.5
33902025-01-25T03:06:00.338Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33912025-01-25T03:06:00.643Z Checking rand_seeder v0.3.0
33922025-01-25T03:06:00.728Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33932025-01-25T03:06:00.865Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33942025-01-25T03:06:00.897Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33952025-01-25T03:06:01.084Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33962025-01-25T03:06:01.388Z Checking unicode-linebreak v0.1.5
33972025-01-25T03:06:01.388Z Checking is_ci v1.2.0
33982025-01-25T03:06:01.558Z Checking smawk v0.3.2
33992025-01-25T03:06:01.865Z Checking supports-color v3.0.1
34002025-01-25T03:06:01.884Z Checking textwrap v0.16.1
34012025-01-25T03:06:02.107Z Checking multimap v0.10.0
34022025-01-25T03:06:02.508Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34032025-01-25T03:06:04.673Z Checking diesel v2.2.6
34042025-01-25T03:06:29.053Z Compiling polar-core v0.27.3
34052025-01-25T03:06:29.472Z Checking async-bb8-diesel v0.2.1
34062025-01-25T03:06:36.308Z Checking oso v0.27.3
34072025-01-25T03:07:34.722Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34082025-01-25T03:07:40.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
34092025-01-25T03:07:40.944Z
34102025-01-25T03:07:40.944Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34112025-01-25T03:07:41.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122025-01-25T03:07:41.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132025-01-25T03:07:41.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142025-01-25T03:07:41.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34152025-01-25T03:07:41.598Z
34162025-01-25T03:07:41.598Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34172025-01-25T03:07:42.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-01-25T03:07:42.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-01-25T03:07:42.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202025-01-25T03:07:42.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34212025-01-25T03:07:42.250Z
34222025-01-25T03:07:42.250Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34232025-01-25T03:07:42.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242025-01-25T03:07:42.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252025-01-25T03:07:42.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262025-01-25T03:07:42.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34272025-01-25T03:07:42.839Z
34282025-01-25T03:07:42.839Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34292025-01-25T03:07:43.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302025-01-25T03:07:43.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312025-01-25T03:07:43.616Z Compiling libz-sys v1.1.20
34322025-01-25T03:07:43.618Z Compiling libgit2-sys v0.17.0+1.8.1
34332025-01-25T03:07:43.743Z Compiling vergen v8.3.2
34342025-01-25T03:07:43.745Z Compiling cargo-platform v0.1.8
34352025-01-25T03:07:43.745Z Compiling pin-project-internal v1.1.6
34362025-01-25T03:07:43.779Z Compiling libsqlite3-sys v0.30.1
34372025-01-25T03:07:43.781Z Compiling snafu-derive v0.8.5
34382025-01-25T03:07:43.782Z Compiling cfg_aliases v0.2.1
34392025-01-25T03:07:43.922Z Compiling rustls v0.21.12
34402025-01-25T03:07:44.060Z Compiling cargo_metadata v0.18.1
34412025-01-25T03:07:44.192Z Compiling buf-list v1.0.3
34422025-01-25T03:07:44.346Z Compiling nix v0.29.0
34432025-01-25T03:07:44.377Z Checking globset v0.4.15
34442025-01-25T03:07:44.626Z Checking sct v0.7.1
34452025-01-25T03:07:44.821Z Checking rustls-webpki v0.101.7
34462025-01-25T03:07:44.868Z Checking olpc-cjson v0.1.4
34472025-01-25T03:07:44.886Z Checking serde_plain v1.0.2
34482025-01-25T03:07:45.091Z Checking typed-path v0.9.3
34492025-01-25T03:07:45.429Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34502025-01-25T03:07:45.533Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34512025-01-25T03:07:45.706Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34522025-01-25T03:07:45.803Z Checking hashlink v0.9.1
34532025-01-25T03:07:45.990Z Checking fallible-streaming-iterator v0.1.9
34542025-01-25T03:07:46.204Z Checking parse-size v1.1.0
34552025-01-25T03:07:46.362Z Checking fallible-iterator v0.3.0
34562025-01-25T03:07:46.400Z Checking pin-project v1.1.6
34572025-01-25T03:07:46.540Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34582025-01-25T03:07:46.911Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34592025-01-25T03:07:46.978Z Checking rustls-pemfile v1.0.4
34602025-01-25T03:07:47.005Z Checking rusqlite v0.32.1
34612025-01-25T03:07:47.069Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34622025-01-25T03:07:47.180Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34632025-01-25T03:07:47.564Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34642025-01-25T03:07:47.699Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34652025-01-25T03:07:47.738Z Checking twox-hash v1.6.3
34662025-01-25T03:07:47.842Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34672025-01-25T03:07:47.875Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34682025-01-25T03:07:48.266Z Checking tokio-rustls v0.24.1
34692025-01-25T03:07:48.558Z Checking snafu v0.8.5
34702025-01-25T03:07:48.561Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34712025-01-25T03:07:48.990Z Checking tough v0.19.0
34722025-01-25T03:07:49.066Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34732025-01-25T03:07:49.087Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34742025-01-25T03:07:49.104Z Checking fatfs v0.3.6
34752025-01-25T03:07:49.531Z Checking assert_matches v1.5.0
34762025-01-25T03:07:52.836Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34772025-01-25T03:07:54.031Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34782025-01-25T03:07:55.757Z Compiling git2 v0.19.0
34792025-01-25T03:07:59.785Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34802025-01-25T03:08:52.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
34812025-01-25T03:08:52.631Z
34822025-01-25T03:08:52.631Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34832025-01-25T03:08:53.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-25T03:08:53.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-25T03:08:53.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862025-01-25T03:08:53.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34872025-01-25T03:08:53.292Z
34882025-01-25T03:08:53.292Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34892025-01-25T03:08:53.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-01-25T03:08:53.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-01-25T03:08:53.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922025-01-25T03:08:53.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34932025-01-25T03:08:53.878Z
34942025-01-25T03:08:53.878Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34952025-01-25T03:08:54.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-01-25T03:08:54.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-01-25T03:08:54.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982025-01-25T03:08:54.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34992025-01-25T03:08:54.500Z
35002025-01-25T03:08:54.500Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35012025-01-25T03:08:55.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-01-25T03:08:55.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-01-25T03:08:55.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042025-01-25T03:08:55.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35052025-01-25T03:08:55.140Z
35062025-01-25T03:08:55.140Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35072025-01-25T03:08:55.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-01-25T03:08:55.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-01-25T03:08:55.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102025-01-25T03:08:55.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35112025-01-25T03:08:55.786Z
35122025-01-25T03:08:55.786Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35132025-01-25T03:08:56.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-01-25T03:08:56.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-01-25T03:08:56.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-01-25T03:08:56.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35172025-01-25T03:08:56.437Z
35182025-01-25T03:08:56.437Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35192025-01-25T03:08:57.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-25T03:08:57.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-25T03:08:57.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-01-25T03:08:57.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35232025-01-25T03:08:57.101Z
35242025-01-25T03:08:57.101Zinfo: running `cargo check --bins` on update-common (175/197)
35252025-01-25T03:08:57.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-25T03:08:57.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-25T03:08:57.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-01-25T03:08:57.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35292025-01-25T03:08:57.733Z
35302025-01-25T03:08:57.733Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35312025-01-25T03:08:58.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-01-25T03:08:58.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-01-25T03:08:58.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342025-01-25T03:08:58.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35352025-01-25T03:08:58.359Z
35362025-01-25T03:08:58.359Zinfo: running `cargo check --bins` on tufaceous (177/197)
35372025-01-25T03:08:58.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-01-25T03:08:58.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-01-25T03:08:59.019Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35402025-01-25T03:09:00.171Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35412025-01-25T03:09:00.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
35422025-01-25T03:09:01.095Z
35432025-01-25T03:09:01.095Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35442025-01-25T03:09:01.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-01-25T03:09:01.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-01-25T03:09:01.914Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35472025-01-25T03:09:01.916Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35482025-01-25T03:09:02.053Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35492025-01-25T03:09:02.056Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35502025-01-25T03:09:03.015Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35512025-01-25T03:09:28.399Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35522025-01-25T03:09:28.402Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35532025-01-25T03:09:28.402Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35542025-01-25T03:09:28.402Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35552025-01-25T03:09:28.402Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35562025-01-25T03:09:28.402Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35572025-01-25T03:09:29.222Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35582025-01-25T03:09:30.424Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35592025-01-25T03:10:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
35602025-01-25T03:10:08.414Z
35612025-01-25T03:10:08.415Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35622025-01-25T03:10:09.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-01-25T03:10:09.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-01-25T03:10:09.110Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35652025-01-25T03:10:09.110Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35662025-01-25T03:10:09.178Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35672025-01-25T03:10:09.233Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35682025-01-25T03:10:09.237Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35692025-01-25T03:10:09.257Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35702025-01-25T03:10:09.264Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35712025-01-25T03:10:09.270Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35722025-01-25T03:10:09.481Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35732025-01-25T03:10:09.566Z Checking heck v0.4.1
35742025-01-25T03:10:09.619Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35752025-01-25T03:10:09.745Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35762025-01-25T03:10:09.851Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35772025-01-25T03:10:09.884Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35782025-01-25T03:10:10.191Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35792025-01-25T03:10:10.540Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35802025-01-25T03:10:10.655Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35812025-01-25T03:10:11.706Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35822025-01-25T03:10:12.544Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35832025-01-25T03:10:12.605Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35842025-01-25T03:10:12.864Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35852025-01-25T03:10:14.804Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35862025-01-25T03:10:14.808Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35872025-01-25T03:10:15.987Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35882025-01-25T03:10:17.401Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35892025-01-25T03:10:22.701Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35902025-01-25T03:10:22.704Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35912025-01-25T03:10:23.856Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35922025-01-25T03:10:24.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.42s
35932025-01-25T03:10:25.012Z
35942025-01-25T03:10:25.012Zinfo: running `cargo check --bins` on installinator-api (180/197)
35952025-01-25T03:10:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-25T03:10:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-25T03:10:25.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-25T03:10:25.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35992025-01-25T03:10:25.643Z
36002025-01-25T03:10:25.643Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36012025-01-25T03:10:26.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-25T03:10:26.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-25T03:10:26.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042025-01-25T03:10:26.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36052025-01-25T03:10:26.287Z
36062025-01-25T03:10:26.288Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36072025-01-25T03:10:26.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-01-25T03:10:26.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-01-25T03:10:26.958Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36102025-01-25T03:10:26.961Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36112025-01-25T03:10:26.961Z Compiling petname v2.0.2
36122025-01-25T03:10:26.961Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36132025-01-25T03:10:26.961Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36142025-01-25T03:10:27.065Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36152025-01-25T03:10:27.105Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36162025-01-25T03:10:27.117Z Checking sync-ptr v0.1.1
36172025-01-25T03:10:32.155Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36182025-01-25T03:10:32.748Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36192025-01-25T03:10:33.813Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36202025-01-25T03:10:35.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
36212025-01-25T03:10:35.489Z
36222025-01-25T03:10:35.489Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36232025-01-25T03:10:36.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-01-25T03:10:36.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-01-25T03:10:36.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262025-01-25T03:10:36.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36272025-01-25T03:10:36.128Z
36282025-01-25T03:10:36.128Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36292025-01-25T03:10:36.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302025-01-25T03:10:36.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312025-01-25T03:10:36.770Z Checking memmap2 v0.9.5
36322025-01-25T03:10:36.770Z Checking arrayvec v0.7.6
36332025-01-25T03:10:36.770Z Checking arrayref v0.3.9
36342025-01-25T03:10:36.773Z Checking constant_time_eq v0.3.1
36352025-01-25T03:10:36.773Z Checking topological-sort v0.2.2
36362025-01-25T03:10:36.773Z Checking shell-words v1.1.0
36372025-01-25T03:10:37.142Z Checking blake3 v1.5.4
36382025-01-25T03:10:37.468Z Checking omicron-zone-package v0.12.0
36392025-01-25T03:10:38.558Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36402025-01-25T03:10:39.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
36412025-01-25T03:10:39.615Z
36422025-01-25T03:10:39.615Zinfo: running `cargo check --bins` on xtask (185/197)
36432025-01-25T03:10:40.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442025-01-25T03:10:40.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452025-01-25T03:10:40.029Z Checking bitflags v2.6.0
36462025-01-25T03:10:40.032Z Checking serde v1.0.217
36472025-01-25T03:10:40.032Z Checking thiserror v1.0.69
36482025-01-25T03:10:40.109Z Checking scroll v0.12.0
36492025-01-25T03:10:40.126Z Checking log v0.4.22
36502025-01-25T03:10:40.136Z Checking hashbrown v0.15.1
36512025-01-25T03:10:40.139Z Checking zerocopy v0.7.35
36522025-01-25T03:10:40.159Z Checking syn v2.0.96
36532025-01-25T03:10:40.227Z Checking pest v2.7.14
36542025-01-25T03:10:40.344Z Checking rustix v0.38.37
36552025-01-25T03:10:40.377Z Checking once_cell v1.20.2
36562025-01-25T03:10:40.546Z Checking goblin v0.8.2
36572025-01-25T03:10:40.677Z Checking fs-err v2.11.0
36582025-01-25T03:10:40.969Z Checking tabled v0.15.0
36592025-01-25T03:10:41.005Z Checking indexmap v2.7.0
36602025-01-25T03:10:41.314Z Checking anyhow v1.0.93
36612025-01-25T03:10:42.157Z Checking terminal_size v0.4.0
36622025-01-25T03:10:42.157Z Checking tempfile v3.13.0
36632025-01-25T03:10:42.341Z Checking clap_builder v4.5.21
36642025-01-25T03:10:42.739Z Checking dtrace-parser v0.2.0
36652025-01-25T03:10:43.838Z Checking serde_json v1.0.135
36662025-01-25T03:10:43.838Z Checking serde_spanned v0.6.8
36672025-01-25T03:10:43.841Z Checking toml_datetime v0.6.8
36682025-01-25T03:10:43.841Z Checking camino v1.1.9
36692025-01-25T03:10:43.841Z Checking semver v1.0.24
36702025-01-25T03:10:44.074Z Checking cargo-platform v0.1.8
36712025-01-25T03:10:44.140Z Checking toml_edit v0.22.22
36722025-01-25T03:10:44.266Z Checking macaddr v1.0.1
36732025-01-25T03:10:44.366Z Checking camino-tempfile v1.1.1
36742025-01-25T03:10:44.601Z Checking clap v4.5.21
36752025-01-25T03:10:45.034Z Checking dof v0.3.0
36762025-01-25T03:10:45.034Z Checking cargo_metadata v0.18.1
36772025-01-25T03:10:45.413Z Checking usdt-impl v0.5.0
36782025-01-25T03:10:45.767Z Checking usdt v0.5.0
36792025-01-25T03:10:45.929Z Checking toml v0.8.19
36802025-01-25T03:10:46.353Z Checking cargo_toml v0.20.5
36812025-01-25T03:10:47.461Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36822025-01-25T03:10:48.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.44s
36832025-01-25T03:10:48.164Z
36842025-01-25T03:10:48.164Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36852025-01-25T03:10:48.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862025-01-25T03:10:48.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872025-01-25T03:10:48.909Z Checking polyval v0.6.2
36882025-01-25T03:10:49.024Z Checking ctr v0.9.2
36892025-01-25T03:10:49.037Z Checking ssh-encoding v0.2.0
36902025-01-25T03:10:49.040Z Checking blowfish v0.9.1
36912025-01-25T03:10:49.061Z Checking password-hash v0.4.2
36922025-01-25T03:10:49.065Z Checking matches v0.1.10
36932025-01-25T03:10:49.089Z Checking p521 v0.13.3
36942025-01-25T03:10:49.089Z Checking p256 v0.13.2
36952025-01-25T03:10:49.173Z Checking idna v0.2.3
36962025-01-25T03:10:49.260Z Checking ghash v0.5.1
36972025-01-25T03:10:49.263Z Compiling enum-as-inner v0.5.1
36982025-01-25T03:10:49.300Z Checking bcrypt-pbkdf v0.10.0
36992025-01-25T03:10:49.344Z Checking russh-cryptovec v0.7.3
37002025-01-25T03:10:49.432Z Checking aes-gcm v0.10.3
37012025-01-25T03:10:49.455Z Checking pbkdf2 v0.11.0
37022025-01-25T03:10:49.545Z Checking md5 v0.7.0
37032025-01-25T03:10:49.565Z Checking num-bigint v0.4.6
37042025-01-25T03:10:49.568Z Checking des v0.8.1
37052025-01-25T03:10:49.678Z Checking ssh-cipher v0.2.0
37062025-01-25T03:10:49.722Z Compiling dhcproto-macros v0.1.0
37072025-01-25T03:10:49.824Z Checking hex-literal v0.4.1
37082025-01-25T03:10:49.853Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37092025-01-25T03:10:49.974Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37102025-01-25T03:10:49.977Z Checking ssh-key v0.6.6
37112025-01-25T03:10:50.023Z Checking internet-checksum v0.2.1
37122025-01-25T03:10:50.204Z Checking trust-dns-proto v0.22.0
37132025-01-25T03:10:51.185Z Checking russh-keys v0.45.0
37142025-01-25T03:10:52.105Z Checking russh v0.45.0
37152025-01-25T03:10:52.668Z Checking dhcproto v0.12.0
37162025-01-25T03:11:08.637Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37172025-01-25T03:11:09.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.80s
37182025-01-25T03:11:10.164Z
37192025-01-25T03:11:10.164Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37202025-01-25T03:11:10.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212025-01-25T03:11:10.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222025-01-25T03:11:10.786Z Checking termios v0.3.3
37232025-01-25T03:11:11.005Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37242025-01-25T03:11:11.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
37252025-01-25T03:11:11.963Z
37262025-01-25T03:11:11.963Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37272025-01-25T03:11:12.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-01-25T03:11:12.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-01-25T03:11:12.648Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37302025-01-25T03:11:12.648Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37312025-01-25T03:11:12.651Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37322025-01-25T03:11:12.651Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37332025-01-25T03:11:13.627Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37342025-01-25T03:11:14.828Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37352025-01-25T03:11:16.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
37362025-01-25T03:11:16.722Z
37372025-01-25T03:11:16.722Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37382025-01-25T03:11:17.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392025-01-25T03:11:17.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402025-01-25T03:11:17.339Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37412025-01-25T03:11:17.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37422025-01-25T03:11:17.968Z
37432025-01-25T03:11:17.968Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37442025-01-25T03:11:18.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452025-01-25T03:11:18.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462025-01-25T03:11:18.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472025-01-25T03:11:18.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37482025-01-25T03:11:18.563Z
37492025-01-25T03:11:18.563Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37502025-01-25T03:11:19.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512025-01-25T03:11:19.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522025-01-25T03:11:19.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532025-01-25T03:11:19.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37542025-01-25T03:11:19.171Z
37552025-01-25T03:11:19.171Zinfo: running `cargo check --bins` on omicron-package (192/197)
37562025-01-25T03:11:19.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572025-01-25T03:11:19.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582025-01-25T03:11:19.824Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37592025-01-25T03:11:21.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
37602025-01-25T03:11:21.311Z
37612025-01-25T03:11:21.311Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37622025-01-25T03:11:21.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632025-01-25T03:11:21.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642025-01-25T03:11:22.004Z Checking rtoolbox v0.0.2
37652025-01-25T03:11:22.006Z Checking tui-tree-widget v0.22.0
37662025-01-25T03:11:22.006Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37672025-01-25T03:11:22.238Z Checking rpassword v7.3.1
37682025-01-25T03:11:25.892Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37692025-01-25T03:11:28.637Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37702025-01-25T03:11:29.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
37712025-01-25T03:11:29.932Z
37722025-01-25T03:11:29.932Zinfo: running `cargo check --bins` on wicket (194/197)
37732025-01-25T03:11:30.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-01-25T03:11:30.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-01-25T03:11:30.605Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37762025-01-25T03:11:31.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37772025-01-25T03:11:31.193Z
37782025-01-25T03:11:31.193Zinfo: running `cargo check --bins` on wicketd (195/197)
37792025-01-25T03:11:31.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-01-25T03:11:31.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-01-25T03:11:31.891Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37822025-01-25T03:11:31.894Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37832025-01-25T03:11:32.688Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37842025-01-25T03:11:36.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
37852025-01-25T03:11:36.495Z
37862025-01-25T03:11:36.495Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37872025-01-25T03:11:37.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882025-01-25T03:11:37.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892025-01-25T03:11:37.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902025-01-25T03:11:37.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37912025-01-25T03:11:37.088Z
37922025-01-25T03:11:37.088Zinfo: running `cargo check --bins` on zone-setup (197/197)
37932025-01-25T03:11:37.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942025-01-25T03:11:37.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952025-01-25T03:11:37.793Z Checking uzers v0.12.1
37962025-01-25T03:11:38.132Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37972025-01-25T03:11:39.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
37982025-01-25T03:11:39.411Z
37992025-01-25T03:11:39.411Zreal 13:01.880615713
38002025-01-25T03:11:39.411Zuser 25:16.234344122
38012025-01-25T03:11:39.411Zsys 4:09.588924850
38022025-01-25T03:11:39.411Ztrap 0.512765010
38032025-01-25T03:11:39.411Ztflt 3.140248033
38042025-01-25T03:11:39.411Zdflt 2.258184579
38052025-01-25T03:11:39.419Zkflt 0.000908452
38062025-01-25T03:11:39.419Zlock 44:20.739225428
38072025-01-25T03:11:39.419Zslp 2:05:17.973536838
38082025-01-25T03:11:39.419Zlat 1:07.365742682
38092025-01-25T03:11:39.419Zstop 3:39.958662972
38102025-01-25T03:11:39.419Zprocess exited: duration 1078427 ms, exit code 0
 
38112025-01-25T03:11:39.426Zfound 0 output files