01JH69S3TF8QJZ56S25KWNVAGG: 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: 01JH69SN31S2T6C6MDQZY3MBBB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-09T19:49:45.032Zjob assigned to worker 01JH69SSZHB04GNDXPQYK9YSZV [factory aws, i-0c4b1391549d9330e] (queued for 51 s)
 
22025-01-09T19:49:52.644Zstarting task 0: "setup"
32025-01-09T19:49:52.652Z++ uname -s
42025-01-09T19:49:52.655Z+ kern=SunOS
52025-01-09T19:49:52.655Z+ case "$kern" in
62025-01-09T19:49:52.655Z+ groupadd -g 12345 build
72025-01-09T19:49:52.657Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-09T19:49:54.662Z+ zfs create -o mountpoint=/work rpool/work
92025-01-09T19:49:54.769Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-09T19:49:54.771Z+ home_fs=zfs
112025-01-09T19:49:54.772Z+ [[ zfs == autofs ]]
122025-01-09T19:49:54.772Z+ mkdir -p /home/build
132025-01-09T19:49:54.774Z+ chown build:build /home/build /work
142025-01-09T19:49:56.786Z+ chmod 0700 /home/build /work
152025-01-09T19:49:56.791Zprocess exited: duration 4132 ms, exit code 0
 
162025-01-09T19:49:56.799Zstarting task 1: "rust-toolchain"
172025-01-09T19:49:56.805Z+ printf ' * toolchain channel = "%s"
182025-01-09T19:49:56.805Z' 1.81.0
192025-01-09T19:49:56.805Z * toolchain channel = "1.81.0"
202025-01-09T19:49:56.805Z+ printf ' * toolchain profile = "%s"
212025-01-09T19:49:56.805Z' default
222025-01-09T19:49:56.805Z * toolchain profile = "default"
232025-01-09T19:49:56.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-09T19:49:56.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-09T19:49:56.966Zinfo: downloading installer
262025-01-09T19:49:58.233Zinfo: profile set to 'default'
272025-01-09T19:49:58.233Zinfo: default host triple is x86_64-unknown-illumos
282025-01-09T19:49:58.233Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-09T19:49:58.367Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-09T19:49:58.367Zinfo: downloading component 'cargo'
312025-01-09T19:49:59.054Zinfo: downloading component 'clippy'
322025-01-09T19:49:59.314Zinfo: downloading component 'rust-docs'
332025-01-09T19:50:00.272Zinfo: downloading component 'rust-std'
342025-01-09T19:50:01.757Zinfo: downloading component 'rustc'
352025-01-09T19:50:07.096Zinfo: downloading component 'rustfmt'
362025-01-09T19:50:07.300Zinfo: installing component 'cargo'
372025-01-09T19:50:08.129Zinfo: installing component 'clippy'
382025-01-09T19:50:08.492Zinfo: installing component 'rust-docs'
392025-01-09T19:50:10.150Zinfo: installing component 'rust-std'
402025-01-09T19:50:11.874Zinfo: installing component 'rustc'
412025-01-09T19:50:17.717Zinfo: installing component 'rustfmt'
422025-01-09T19:50:18.045Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-09T19:50:18.045Z
442025-01-09T19:50:18.415Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-09T19:50:18.415Z
462025-01-09T19:50:18.418Z
472025-01-09T19:50:18.418ZRust is installed now. Great!
482025-01-09T19:50:18.418Z
492025-01-09T19:50:18.418ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-09T19:50:18.418Zenvironment variable. This has not been done automatically.
512025-01-09T19:50:18.418Z
522025-01-09T19:50:18.418ZTo configure your current shell, you need to source
532025-01-09T19:50:18.418Zthe corresponding env file under $HOME/.cargo.
542025-01-09T19:50:18.418Z
552025-01-09T19:50:18.418ZThis is usually done by running one of the following (note the leading DOT):
562025-01-09T19:50:18.418Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-09T19:50:18.418Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-09T19:50:18.495Z+ rustc --version
592025-01-09T19:50:18.567Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-09T19:50:18.571Zprocess exited: duration 21770 ms, exit code 0
 
612025-01-09T19:50:18.577Zstarting task 2: "authentication"
622025-01-09T19:50:18.598Zprocess exited: duration 21 ms, exit code 0
 
632025-01-09T19:50:18.603Zstarting task 3: "clone repository"
642025-01-09T19:50:18.608Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-09T19:50:18.611Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-09T19:50:18.847ZCloning into '/work/oxidecomputer/omicron'...
672025-01-09T19:50:25.631Z+ cd /work/oxidecomputer/omicron
682025-01-09T19:50:25.631Z+ git fetch origin f40f1a40d3059b487ba809097e00c4f42d34fdec
692025-01-09T19:50:25.943ZFrom https://github.com/oxidecomputer/omicron
702025-01-09T19:50:25.943Z * branch f40f1a40d3059b487ba809097e00c4f42d34fdec -> FETCH_HEAD
712025-01-09T19:50:25.954Z+ [[ -n support-bundle-bg-task ]]
722025-01-09T19:50:25.957Z++ git branch --show-current
732025-01-09T19:50:25.959Z+ current=main
742025-01-09T19:50:25.959Z+ [[ main != support-bundle-bg-task ]]
752025-01-09T19:50:25.959Z+ git branch -f support-bundle-bg-task f40f1a40d3059b487ba809097e00c4f42d34fdec
762025-01-09T19:50:25.962Z+ git checkout -f support-bundle-bg-task
772025-01-09T19:50:26.144ZSwitched to branch 'support-bundle-bg-task'
782025-01-09T19:50:26.147Z+ git reset --hard f40f1a40d3059b487ba809097e00c4f42d34fdec
792025-01-09T19:50:26.174ZHEAD is now at f40f1a40d Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task
802025-01-09T19:50:26.177Zprocess exited: duration 7571 ms, exit code 0
 
812025-01-09T19:50:26.183Zstarting task 4: "build"
822025-01-09T19:50:26.188Z+ source .github/buildomat/ci-env.sh
832025-01-09T19:50:26.190Z++ export CARGO_TERM_COLOR=always
842025-01-09T19:50:26.191Z++ CARGO_TERM_COLOR=always
852025-01-09T19:50:26.191Z+ cargo --version
862025-01-09T19:50:26.255Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-09T19:50:26.262Z+ rustc --version
882025-01-09T19:50:26.314Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-09T19:50:26.317Z+ source ./env.sh
902025-01-09T19:50:26.319Z++ OLD_SHELL_OPTS=ehxB
912025-01-09T19:50:26.319Z++ set -o xtrace
922025-01-09T19:50:26.319Z++++ dirname ./env.sh
932025-01-09T19:50:26.322Z+++ readlink -f .
942025-01-09T19:50:26.341Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-09T19:50:26.341Z++ 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-09T19:50:26.341Z++ 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-09T19:50:26.344Z++ 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-09T19:50:26.344Z++ 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-09T19:50:26.344Z++ 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-09T19:50:26.344Z++ 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-09T19:50:26.344Z++ 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-09T19:50:26.344Z++ 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-09T19:50:26.344Z++ case $OLD_SHELL_OPTS in
1042025-01-09T19:50:26.344Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-09T19:50:26.344Z+ 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-09T19:50:26.344Z+ 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-09T19:50:26.344Z+ banner prerequisites
1082025-01-09T19:50:26.359Z
1092025-01-09T19:50:26.359Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-09T19:50:26.360Z # # # # # # # # # # # # # # #
1112025-01-09T19:50:26.360Z # # # # ##### # # ##### # # # # # #### #
1122025-01-09T19:50:26.360Z ##### ##### # ##### # # # # # # # # #
1132025-01-09T19:50:26.360Z # # # # # # # # # # # # # # #
1142025-01-09T19:50:26.360Z # # # ###### # # ###### ### # #### # #### #
1152025-01-09T19:50:26.360Z
1162025-01-09T19:50:26.363Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-09T19:50:29.171Zpkg list: illegal option -- F
1182025-01-09T19:50:29.172ZUsage:
1192025-01-09T19:50:29.172Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-09T19:50:29.172Z [pkg_fmri_pattern ...]
1212025-01-09T19:50:30.044Zpkg list: illegal option -- F
1222025-01-09T19:50:30.044ZUsage:
1232025-01-09T19:50:30.044Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-09T19:50:30.044Z [pkg_fmri_pattern ...]
1252025-01-09T19:50:36.180Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-09T19:50:40.466Z Startup: Caching catalogs ... Done
1272025-01-09T19:50:51.674ZPlanning: Solver setup ... Done (10.216s)
1282025-01-09T19:50:51.814ZPlanning: Running solver ... Done (0.140s)
1292025-01-09T19:50:52.415ZPlanning: Finding local manifests ... Done (0.497s)
1302025-01-09T19:50:52.434ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-09T19:50:53.666ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-09T19:50:54.721ZPlanning: Package planning ... Done (1.056s)
1332025-01-09T19:50:54.781ZPlanning: Merging actions ... Done (0.058s)
1342025-01-09T19:50:56.139ZPlanning: Checking for conflicting actions ... Done (1.360s)
1352025-01-09T19:51:03.570ZPlanning: Consolidating action changes ... Done (7.429s)
1362025-01-09T19:51:03.924ZPlanning: Evaluating mediators ... Done (0.355s)
1372025-01-09T19:51:04.008ZPlanning: Planning completed in 23.44 seconds
1382025-01-09T19:51:05.258Z Packages to install: 4
1392025-01-09T19:51:05.258Z Packages to update: 3
1402025-01-09T19:51:05.258Z Mediators to change: 2
1412025-01-09T19:51:05.261Z Services to change: 1
1422025-01-09T19:51:05.261Z Estimated space available: 155.63 GB
1432025-01-09T19:51:05.261ZEstimated space to be consumed: 1.64 GB
1442025-01-09T19:51:05.261Z Create boot environment: No
1452025-01-09T19:51:05.261ZCreate backup boot environment: Yes
1462025-01-09T19:51:05.261Z Rebuild boot archive: No
1472025-01-09T19:51:05.261Z
1482025-01-09T19:51:05.261ZChanged mediators:
1492025-01-09T19:51:05.261Z mediator clang:
1502025-01-09T19:51:05.261Z version: None -> 15 (system default)
1512025-01-09T19:51:05.261Z
1522025-01-09T19:51:05.261Z mediator llvm:
1532025-01-09T19:51:05.261Z version: 14 (system default) -> 15 (system default)
1542025-01-09T19:51:05.262Z
1552025-01-09T19:51:05.262ZChanged packages:
1562025-01-09T19:51:05.262Zhelios-dev
1572025-01-09T19:51:05.262Z developer/build-essential
1582025-01-09T19:51:05.262Z None -> 11-2.0
1592025-01-09T19:51:05.262Z library/libxmlsec1
1602025-01-09T19:51:05.262Z None -> 1.2.35-2.0
1612025-01-09T19:51:05.262Z ooce/developer/clang-15
1622025-01-09T19:51:05.262Z None -> 15.0.7-2.0
1632025-01-09T19:51:05.262Z ooce/developer/llvm-15
1642025-01-09T19:51:05.262Z None -> 15.0.7-2.0
1652025-01-09T19:51:05.262Z package/pkg
1662025-01-09T19:51:05.262Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-09T19:51:05.262Z system/library/g++-runtime
1682025-01-09T19:51:05.262Z 13-2.0 -> 14-2.0
1692025-01-09T19:51:05.262Z system/library/gcc-runtime
1702025-01-09T19:51:05.262Z 13-2.0 -> 14-2.0
1712025-01-09T19:51:05.262Z
1722025-01-09T19:51:05.262ZServices:
1732025-01-09T19:51:05.262Z restart_fmri:
1742025-01-09T19:51:05.262Z svc:/system/update-man-index:default
1752025-01-09T19:51:05.262Z
1762025-01-09T19:51:05.262ZEditable files to change:
1772025-01-09T19:51:05.262Z Update:
1782025-01-09T19:51:05.262Z usr/share/lib/pkg/web/config.shtml
1792025-01-09T19:51:05.538Z
1802025-01-09T19:51:05.538ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-09T19:51:10.542ZDownload: 348/4301 items 16.1/225.4MB 7% complete (3.4M/s)
1822025-01-09T19:51:15.552ZDownload: 794/4301 items 18.7/225.4MB 8% complete (1.9M/s)
1832025-01-09T19:51:20.557ZDownload: 1163/4301 items 78.4/225.4MB 34% complete (6.1M/s)
1842025-01-09T19:51:27.689ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (6.6M/s)
1852025-01-09T19:51:41.977ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
1862025-01-09T19:51:46.961ZDownload: 1425/4301 items 117.1/225.4MB 51% complete (8.5M/s)
1872025-01-09T19:51:51.946ZDownload: 1639/4301 items 117.8/225.4MB 52% complete (3.6M/s)
1882025-01-09T19:51:56.947ZDownload: 1886/4301 items 118.6/225.4MB 52% complete (144k/s)
1892025-01-09T19:52:02.291ZDownload: 2217/4301 items 119.2/225.4MB 52% complete (141k/s)
1902025-01-09T19:52:07.558ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (131k/s)
1912025-01-09T19:52:12.592ZDownload: 2341/4301 items 119.7/225.4MB 53% complete (51.6k/s)
1922025-01-09T19:52:17.593ZDownload: 2724/4301 items 120.6/225.4MB 53% complete (140k/s)
1932025-01-09T19:52:22.599ZDownload: 2962/4301 items 121.0/225.4MB 53% complete (143k/s)
1942025-01-09T19:52:27.765ZDownload: 3170/4301 items 184.4/225.4MB 81% complete (6.4M/s)
1952025-01-09T19:52:33.165ZDownload: 3239/4301 items 202.2/225.4MB 89% complete (8.1M/s)
1962025-01-09T19:52:41.161ZDownload: 3244/4301 items 203.1/225.4MB 90% complete (7.3M/s)
1972025-01-09T19:52:46.525ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (22.4k/s)
1982025-01-09T19:52:52.606ZDownload: 3287/4301 items 212.3/225.4MB 94% complete (1.3M/s)
1992025-01-09T19:52:57.645ZDownload: 3424/4301 items 213.2/225.4MB 94% complete (456k/s)
2002025-01-09T19:53:02.646ZDownload: 3973/4301 items 217.1/225.4MB 96% complete (470k/s)
2012025-01-09T19:53:17.964ZDownload: 4206/4301 items 218.7/225.4MB 97% complete
2022025-01-09T19:53:25.235ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (55.0M/s)
2032025-01-09T19:53:26.223ZDownload: Completed 225.42 MB in 140.68 seconds (1.6M/s)
2042025-01-09T19:53:28.230Z Actions: 1/5122 actions (Removing old actions)
2052025-01-09T19:53:28.244Z Actions: 194/5122 actions (Installing new actions)
2062025-01-09T19:53:33.292Z Actions: 4163/5122 actions (Installing new actions)
2072025-01-09T19:53:33.788Z Actions: 4267/5122 actions (Updating modified actions)
2082025-01-09T19:53:34.418Z Actions: Completed 5122 actions in 6.19 seconds.
2092025-01-09T19:53:34.842Z Done (0.417s)
2102025-01-09T19:53:34.844Z Done (0.001s)
2112025-01-09T19:53:35.425Z Done (0.581s)
2122025-01-09T19:53:41.666Z Done (6.016s)
2132025-01-09T19:53:42.108Z Done (0.369s)
2142025-01-09T19:53:42.110Z Done (0.000s)
2152025-01-09T19:53:42.251Z Done (0.000s)
2162025-01-09T19:53:42.946ZPlanning: Evaluating mediator changes ... Done
2172025-01-09T19:53:43.109ZPlanning: Checking for conflicting actions ... Done
2182025-01-09T19:53:43.112ZPlanning: Consolidating action changes ... Done
2192025-01-09T19:53:43.378ZPlanning: Evaluating mediators ... Done
2202025-01-09T19:53:43.380ZPlanning: Planning completed in 0.43 seconds
2212025-01-09T19:53:43.417Z Mediators to change: 2
2222025-01-09T19:53:43.417Z Create boot environment: No
2232025-01-09T19:53:43.417ZCreate backup boot environment: No
2242025-01-09T19:53:43.483Z Done
2252025-01-09T19:53:43.483Z Done
2262025-01-09T19:53:43.843Z Done
2272025-01-09T19:53:47.515Z Done
2282025-01-09T19:53:47.612Z Done
2292025-01-09T19:53:47.612Z Done
2302025-01-09T19:53:47.735Z Done
2312025-01-09T19:53:48.351ZPlanning: Evaluating mediator changes ... Done
2322025-01-09T19:53:48.355ZPlanning: Merging actions ... Done
2332025-01-09T19:53:48.539ZPlanning: Checking for conflicting actions ... Done
2342025-01-09T19:53:48.541ZPlanning: Consolidating action changes ... Done
2352025-01-09T19:53:48.803ZPlanning: Evaluating mediators ... Done
2362025-01-09T19:53:48.857ZPlanning: Planning completed in 0.75 seconds
2372025-01-09T19:53:48.896Z Packages to change: 1
2382025-01-09T19:53:48.896Z Mediators to change: 1
2392025-01-09T19:53:48.896Z Services to change: 1
2402025-01-09T19:53:48.899Z Create boot environment: No
2412025-01-09T19:53:48.899ZCreate backup boot environment: Yes
2422025-01-09T19:53:51.414Z Actions: 1/6 actions (Updating modified actions)
2432025-01-09T19:53:51.522Z Actions: Completed 6 actions in 0.11 seconds.
2442025-01-09T19:53:51.522Z Done
2452025-01-09T19:53:51.522Z Done
2462025-01-09T19:53:51.638Z Done
2472025-01-09T19:53:55.263Z Done
2482025-01-09T19:53:55.352Z Done
2492025-01-09T19:53:55.352Z Done
2502025-01-09T19:53:55.525Z Done
2512025-01-09T19:53:55.962ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2522025-01-09T19:53:55.962Zclang system 15 system
2532025-01-09T19:53:55.962Zcsh system system illumos
2542025-01-09T19:53:55.962Zctags system system illumos
2552025-01-09T19:53:55.962Zgcc vendor 12 vendor
2562025-01-09T19:53:55.962Zgcc system 10 system
2572025-01-09T19:53:55.962Zgcc system 7 system
2582025-01-09T19:53:55.962Zgo system 1.20 system
2592025-01-09T19:53:55.962Zgo system 1.19 system
2602025-01-09T19:53:55.962Zllvm system 15 system
2612025-01-09T19:53:55.962Zllvm system 14 system
2622025-01-09T19:53:55.962Zmariadb system 10.6 system
2632025-01-09T19:53:55.962Zmta vendor vendor dma
2642025-01-09T19:53:55.962Zopenjdk system 17 system
2652025-01-09T19:53:55.962Zopenjdk system 11 system
2662025-01-09T19:53:55.962Zopenjdk system 1.8 system
2672025-01-09T19:53:55.962Zopenssl vendor 3 vendor
2682025-01-09T19:53:55.962Zperl system 5.36 system
2692025-01-09T19:53:55.962Zpostgresql system 15 system
2702025-01-09T19:53:55.962Zpostgresql system 13 system
2712025-01-09T19:53:55.962Zpython vendor 3 vendor
2722025-01-09T19:53:55.962Zpython system 2 system
2732025-01-09T19:53:55.962Zpython3 system 3.11 system
2742025-01-09T19:53:55.962Zruby system 3.0 system
2752025-01-09T19:53:55.962Zwords vendor vendor american-english
2762025-01-09T19:53:55.962Zwords system system australian-english
2772025-01-09T19:53:55.962Zwords system system british-english
2782025-01-09T19:53:55.962Zwords system system canadian-english
2792025-01-09T19:53:55.962Zwords system system french
2802025-01-09T19:53:55.962Zwords system system italian
2812025-01-09T19:53:55.962Zwords system system ngerman
2822025-01-09T19:53:55.962Zwords system system ogerman
2832025-01-09T19:53:55.962Zwords system system spanish
2842025-01-09T19:53:56.289ZPUBLISHER TYPE STATUS P LOCATION
2852025-01-09T19:53:56.289Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2862025-01-09T19:53:59.024ZFMRI IFO
2872025-01-09T19:53:59.024Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2882025-01-09T19:53:59.024Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2892025-01-09T19:53:59.024Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2902025-01-09T19:53:59.024Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2912025-01-09T19:53:59.024Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2922025-01-09T19:53:59.024Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2932025-01-09T19:53:59.024Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2942025-01-09T19:53:59.024Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2952025-01-09T19:53:59.024Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2962025-01-09T19:53:59.024Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2972025-01-09T19:53:59.024Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2982025-01-09T19:53:59.024Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2992025-01-09T19:53:59.024Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3002025-01-09T19:53:59.024Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3012025-01-09T19:53:59.024Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3022025-01-09T19:53:59.783Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3032025-01-09T19:54:00.023Z Updating crates.io index
3042025-01-09T19:54:00.068Z Updating git repository `https://github.com/oxidecomputer/diffus`
3052025-01-09T19:54:00.369Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-01-09T19:54:00.810Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3072025-01-09T19:54:01.092Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082025-01-09T19:54:01.356Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3092025-01-09T19:54:01.624Z Updating git repository `https://github.com/oxidecomputer/propolis`
3102025-01-09T19:54:02.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112025-01-09T19:54:04.220Z Updating git repository `https://github.com/oxidecomputer/opte`
3122025-01-09T19:54:04.852Z Updating git repository `https://github.com/oxidecomputer/falcon`
3132025-01-09T19:54:05.484Z Updating git repository `https://github.com/oxidecomputer/clickward`
3142025-01-09T19:54:05.756Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3152025-01-09T19:54:06.047Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3162025-01-09T19:54:06.593Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3172025-01-09T19:54:06.885Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3182025-01-09T19:54:07.185Z Updating git repository `https://github.com/oxidecomputer/tofino`
3192025-01-09T19:54:07.430Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3202025-01-09T19:54:07.632Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3212025-01-09T19:54:07.843Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3222025-01-09T19:54:08.130Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3232025-01-09T19:54:08.399Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-01-09T19:54:08.663Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3252025-01-09T19:54:08.987Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262025-01-09T19:54:09.452Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3272025-01-09T19:54:09.744Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3282025-01-09T19:54:10.122Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292025-01-09T19:54:10.524Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3302025-01-09T19:54:10.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3312025-01-09T19:54:11.388Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3322025-01-09T19:54:11.640Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3332025-01-09T19:54:13.017Z Downloading crates ...
3342025-01-09T19:54:13.077Z Downloaded cpufeatures v0.2.14
3352025-01-09T19:54:13.080Z Downloaded autocfg v1.4.0
3362025-01-09T19:54:13.082Z Downloaded clap_derive v4.5.18
3372025-01-09T19:54:13.085Z Downloaded cfg-if v1.0.0
3382025-01-09T19:54:13.085Z Downloaded anstream v0.6.15
3392025-01-09T19:54:13.097Z Downloaded dtrace-parser v0.2.0
3402025-01-09T19:54:13.104Z Downloaded equivalent v1.0.1
3412025-01-09T19:54:13.107Z Downloaded itoa v1.0.11
3422025-01-09T19:54:13.114Z Downloaded scroll_derive v0.12.0
3432025-01-09T19:54:13.120Z Downloaded usdt-attr-macro v0.5.0
3442025-01-09T19:54:13.124Z Downloaded pretty-hex v0.4.1
3452025-01-09T19:54:13.127Z Downloaded colorchoice v1.0.2
3462025-01-09T19:54:13.129Z Downloaded generic-array v0.14.7
3472025-01-09T19:54:13.132Z Downloaded fs-err v2.11.0
3482025-01-09T19:54:13.134Z Downloaded is_terminal_polyfill v1.70.1
3492025-01-09T19:54:13.134Z Downloaded fastrand v2.1.1
3502025-01-09T19:54:13.134Z Downloaded dof v0.3.0
3512025-01-09T19:54:13.137Z Downloaded digest v0.10.7
3522025-01-09T19:54:13.140Z Downloaded anstyle v1.0.10
3532025-01-09T19:54:13.140Z Downloaded fnv v1.0.7
3542025-01-09T19:54:13.140Z Downloaded crypto-common v0.1.6
3552025-01-09T19:54:13.142Z Downloaded toml_datetime v0.6.8
3562025-01-09T19:54:13.142Z Downloaded anstyle-query v1.1.1
3572025-01-09T19:54:13.145Z Downloaded errno v0.3.9
3582025-01-09T19:54:13.145Z Downloaded bytecount v0.6.8
3592025-01-09T19:54:13.147Z Downloaded serde_spanned v0.6.8
3602025-01-09T19:54:13.147Z Downloaded proc-macro-error-attr v1.0.4
3612025-01-09T19:54:13.150Z Downloaded clap_lex v0.7.2
3622025-01-09T19:54:13.154Z Downloaded macaddr v1.0.1
3632025-01-09T19:54:13.157Z Downloaded serde_tokenstream v0.2.2
3642025-01-09T19:54:13.160Z Downloaded cargo-platform v0.1.8
3652025-01-09T19:54:13.160Z Downloaded block-buffer v0.10.4
3662025-01-09T19:54:13.164Z Downloaded thread-id v4.2.2
3672025-01-09T19:54:13.168Z Downloaded utf8parse v0.2.2
3682025-01-09T19:54:13.168Z Downloaded unicode-linebreak v0.1.5
3692025-01-09T19:54:13.168Z Downloaded memmap v0.7.0
3702025-01-09T19:54:13.168Z Downloaded tabled_derive v0.7.0
3712025-01-09T19:54:13.172Z Downloaded usdt-impl v0.5.0
3722025-01-09T19:54:13.175Z Downloaded usdt v0.5.0
3732025-01-09T19:54:13.177Z Downloaded strsim v0.11.1
3742025-01-09T19:54:13.180Z Downloaded usdt-macro v0.5.0
3752025-01-09T19:54:13.182Z Downloaded swrite v0.1.0
3762025-01-09T19:54:13.182Z Downloaded byteorder v1.5.0
3772025-01-09T19:54:13.185Z Downloaded smawk v0.3.2
3782025-01-09T19:54:13.185Z Downloaded plain v0.2.3
3792025-01-09T19:54:13.187Z Downloaded heck v0.4.1
3802025-01-09T19:54:13.191Z Downloaded camino-tempfile v1.1.1
3812025-01-09T19:54:13.198Z Downloaded cargo_metadata v0.18.1
3822025-01-09T19:54:13.200Z Downloaded tempfile v3.13.0
3832025-01-09T19:54:13.206Z Downloaded terminal_size v0.4.0
3842025-01-09T19:54:13.209Z Downloaded heck v0.5.0
3852025-01-09T19:54:13.209Z Downloaded anstyle-parse v0.2.5
3862025-01-09T19:54:13.212Z Downloaded quote v1.0.37
3872025-01-09T19:54:13.214Z Downloaded pest_generator v2.7.14
3882025-01-09T19:54:13.214Z Downloaded once_cell v1.20.2
3892025-01-09T19:54:13.217Z Downloaded zerocopy-derive v0.7.35
3902025-01-09T19:54:13.220Z Downloaded version_check v0.9.5
3912025-01-09T19:54:13.223Z Downloaded pest_derive v2.7.14
3922025-01-09T19:54:13.225Z Downloaded thiserror v1.0.69
3932025-01-09T19:54:13.229Z Downloaded sha2 v0.10.8
3942025-01-09T19:54:13.231Z Downloaded cargo_toml v0.20.5
3952025-01-09T19:54:13.234Z Downloaded scroll v0.12.0
3962025-01-09T19:54:13.236Z Downloaded clap v4.5.21
3972025-01-09T19:54:13.245Z Downloaded textwrap v0.16.1
3982025-01-09T19:54:13.247Z Downloaded camino v1.1.9
3992025-01-09T19:54:13.249Z Downloaded anyhow v1.0.93
4002025-01-09T19:54:13.253Z Downloaded unicode-ident v1.0.13
4012025-01-09T19:54:13.255Z Downloaded typenum v1.17.0
4022025-01-09T19:54:13.258Z Downloaded ryu v1.0.18
4032025-01-09T19:54:13.260Z Downloaded semver v1.0.23
4042025-01-09T19:54:13.263Z Downloaded toml v0.8.19
4052025-01-09T19:54:13.266Z Downloaded pest_meta v2.7.14
4062025-01-09T19:54:13.268Z Downloaded thiserror-impl v1.0.69
4072025-01-09T19:54:13.271Z Downloaded bitflags v2.6.0
4082025-01-09T19:54:13.273Z Downloaded ucd-trie v0.1.7
4092025-01-09T19:54:13.276Z Downloaded proc-macro2 v1.0.89
4102025-01-09T19:54:13.276Z Downloaded proc-macro-error v1.0.4
4112025-01-09T19:54:13.280Z Downloaded serde_derive v1.0.215
4122025-01-09T19:54:13.283Z Downloaded log v0.4.22
4132025-01-09T19:54:13.294Z Downloaded serde v1.0.215
4142025-01-09T19:54:13.297Z Downloaded papergrid v0.11.0
4152025-01-09T19:54:13.302Z Downloaded indexmap v2.6.0
4162025-01-09T19:54:13.306Z Downloaded memchr v2.7.4
4172025-01-09T19:54:13.320Z Downloaded toml_edit v0.22.22
4182025-01-09T19:54:13.350Z Downloaded hashbrown v0.15.1
4192025-01-09T19:54:13.367Z Downloaded serde_json v1.0.133
4202025-01-09T19:54:13.374Z Downloaded zerocopy v0.7.35
4212025-01-09T19:54:13.387Z Downloaded winnow v0.6.20
4222025-01-09T19:54:13.394Z Downloaded clap_builder v4.5.21
4232025-01-09T19:54:13.400Z Downloaded tabled v0.15.0
4242025-01-09T19:54:13.414Z Downloaded goblin v0.8.2
4252025-01-09T19:54:13.419Z Downloaded syn v1.0.109
4262025-01-09T19:54:13.428Z Downloaded pest v2.7.14
4272025-01-09T19:54:13.433Z Downloaded unicode-width v0.1.14
4282025-01-09T19:54:13.438Z Downloaded syn v2.0.87
4292025-01-09T19:54:13.448Z Downloaded rustix v0.38.37
4302025-01-09T19:54:13.495Z Downloaded libc v0.2.162
4312025-01-09T19:54:13.802Z Compiling proc-macro2 v1.0.89
4322025-01-09T19:54:13.802Z Compiling unicode-ident v1.0.13
4332025-01-09T19:54:13.802Z Compiling version_check v0.9.5
4342025-01-09T19:54:13.805Z Compiling serde v1.0.215
4352025-01-09T19:54:13.805Z Compiling memchr v2.7.4
4362025-01-09T19:54:13.805Z Compiling thiserror v1.0.69
4372025-01-09T19:54:13.805Z Compiling libc v0.2.162
4382025-01-09T19:54:13.839Z Compiling ucd-trie v0.1.7
4392025-01-09T19:54:14.058Z Compiling ryu v1.0.18
4402025-01-09T19:54:14.408Z Compiling itoa v1.0.11
4412025-01-09T19:54:14.537Z Compiling once_cell v1.20.2
4422025-01-09T19:54:14.607Z Compiling byteorder v1.5.0
4432025-01-09T19:54:14.847Z Compiling rustix v0.38.37
4442025-01-09T19:54:15.224Z Compiling serde_json v1.0.133
4452025-01-09T19:54:16.110Z Compiling bitflags v2.6.0
4462025-01-09T19:54:16.203Z Compiling proc-macro-error-attr v1.0.4
4472025-01-09T19:54:16.245Z Compiling usdt-impl v0.5.0
4482025-01-09T19:54:16.269Z Compiling syn v1.0.109
4492025-01-09T19:54:16.478Z Compiling proc-macro-error v1.0.4
4502025-01-09T19:54:16.530Z Compiling hashbrown v0.15.1
4512025-01-09T19:54:16.600Z Compiling camino v1.1.9
4522025-01-09T19:54:16.711Z Compiling plain v0.2.3
4532025-01-09T19:54:16.737Z Compiling equivalent v1.0.1
4542025-01-09T19:54:16.850Z Compiling log v0.4.22
4552025-01-09T19:54:16.877Z Compiling thread-id v4.2.2
4562025-01-09T19:54:16.951Z Compiling utf8parse v0.2.2
4572025-01-09T19:54:17.114Z Compiling quote v1.0.37
4582025-01-09T19:54:17.135Z Compiling anstyle-parse v0.2.5
4592025-01-09T19:54:17.259Z Compiling semver v1.0.23
4602025-01-09T19:54:17.286Z Compiling winnow v0.6.20
4612025-01-09T19:54:17.330Z Compiling unicode-width v0.1.14
4622025-01-09T19:54:17.475Z Compiling syn v2.0.87
4632025-01-09T19:54:17.647Z Compiling errno v0.3.9
4642025-01-09T19:54:17.738Z Compiling indexmap v2.6.0
4652025-01-09T19:54:17.848Z Compiling is_terminal_polyfill v1.70.1
4662025-01-09T19:54:17.873Z Compiling anstyle v1.0.10
4672025-01-09T19:54:17.992Z Compiling pretty-hex v0.4.1
4682025-01-09T19:54:18.199Z Compiling autocfg v1.4.0
4692025-01-09T19:54:18.327Z Compiling anstyle-query v1.1.1
4702025-01-09T19:54:18.486Z Compiling colorchoice v1.0.2
4712025-01-09T19:54:18.650Z Compiling anstream v0.6.15
4722025-01-09T19:54:19.309Z Compiling heck v0.5.0
4732025-01-09T19:54:19.339Z Compiling fs-err v2.11.0
4742025-01-09T19:54:19.421Z Compiling bytecount v0.6.8
4752025-01-09T19:54:19.447Z Compiling strsim v0.11.1
4762025-01-09T19:54:19.616Z Compiling cfg-if v1.0.0
4772025-01-09T19:54:19.642Z Compiling heck v0.4.1
4782025-01-09T19:54:19.713Z Compiling anyhow v1.0.93
4792025-01-09T19:54:19.817Z Compiling clap_lex v0.7.2
4802025-01-09T19:54:20.125Z Compiling terminal_size v0.4.0
4812025-01-09T19:54:20.347Z Compiling fnv v1.0.7
4822025-01-09T19:54:20.370Z Compiling fastrand v2.1.1
4832025-01-09T19:54:20.503Z Compiling papergrid v0.11.0
4842025-01-09T19:54:20.765Z Compiling tempfile v3.13.0
4852025-01-09T19:54:20.798Z Compiling clap_builder v4.5.21
4862025-01-09T19:54:21.099Z Compiling memmap v0.7.0
4872025-01-09T19:54:21.189Z Compiling smawk v0.3.2
4882025-01-09T19:54:21.421Z Compiling unicode-linebreak v0.1.5
4892025-01-09T19:54:21.691Z Compiling swrite v0.1.0
4902025-01-09T19:54:21.822Z Compiling textwrap v0.16.1
4912025-01-09T19:54:23.269Z Compiling tabled_derive v0.7.0
4922025-01-09T19:54:24.779Z Compiling tabled v0.15.0
4932025-01-09T19:54:26.270Z Compiling serde_derive v1.0.215
4942025-01-09T19:54:26.270Z Compiling thiserror-impl v1.0.69
4952025-01-09T19:54:26.272Z Compiling zerocopy-derive v0.7.35
4962025-01-09T19:54:26.272Z Compiling scroll_derive v0.12.0
4972025-01-09T19:54:26.407Z Compiling clap_derive v4.5.18
4982025-01-09T19:54:27.776Z Compiling scroll v0.12.0
4992025-01-09T19:54:28.319Z Compiling zerocopy v0.7.35
5002025-01-09T19:54:28.346Z Compiling goblin v0.8.2
5012025-01-09T19:54:28.944Z Compiling pest v2.7.14
5022025-01-09T19:54:30.411Z Compiling clap v4.5.21
5032025-01-09T19:54:31.268Z Compiling pest_meta v2.7.14
5042025-01-09T19:54:32.133Z Compiling pest_generator v2.7.14
5052025-01-09T19:54:34.088Z Compiling pest_derive v2.7.14
5062025-01-09T19:54:34.692Z Compiling dtrace-parser v0.2.0
5072025-01-09T19:54:36.603Z Compiling serde_spanned v0.6.8
5082025-01-09T19:54:36.603Z Compiling toml_datetime v0.6.8
5092025-01-09T19:54:36.606Z Compiling cargo-platform v0.1.8
5102025-01-09T19:54:36.965Z Compiling serde_tokenstream v0.2.2
5112025-01-09T19:54:37.023Z Compiling toml_edit v0.22.22
5122025-01-09T19:54:37.158Z Compiling macaddr v1.0.1
5132025-01-09T19:54:37.350Z Compiling camino-tempfile v1.1.1
5142025-01-09T19:54:38.092Z Compiling dof v0.3.0
5152025-01-09T19:54:38.092Z Compiling cargo_metadata v0.18.1
5162025-01-09T19:54:39.765Z Compiling toml v0.8.19
5172025-01-09T19:54:40.161Z Compiling usdt-macro v0.5.0
5182025-01-09T19:54:40.327Z Compiling usdt-attr-macro v0.5.0
5192025-01-09T19:54:40.640Z Compiling cargo_toml v0.20.5
5202025-01-09T19:54:41.694Z Compiling usdt v0.5.0
5212025-01-09T19:54:44.183Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5222025-01-09T19:54:48.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.74s
5232025-01-09T19:54:48.561Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5242025-01-09T19:54:49.083Z Downloading crates ...
5252025-01-09T19:54:49.239Z Downloaded aead v0.5.2
5262025-01-09T19:54:49.243Z Downloaded addr2line v0.24.2
5272025-01-09T19:54:49.252Z Downloaded atty v0.2.14
5282025-01-09T19:54:49.260Z Downloaded ciborium-io v0.2.2
5292025-01-09T19:54:49.264Z Downloaded cfg_aliases v0.1.1
5302025-01-09T19:54:49.264Z Downloaded async-stream-impl v0.3.6
5312025-01-09T19:54:49.264Z Downloaded cstr-argument v0.1.2
5322025-01-09T19:54:49.268Z Downloaded crunchy v0.2.2
5332025-01-09T19:54:49.276Z Downloaded cfg_aliases v0.2.1
5342025-01-09T19:54:49.283Z Downloaded atomicwrites v0.4.4
5352025-01-09T19:54:49.287Z Downloaded crucible-workspace-hack v0.1.0
5362025-01-09T19:54:49.298Z Downloaded adler2 v2.0.0
5372025-01-09T19:54:49.302Z Downloaded atomic-waker v1.1.2
5382025-01-09T19:54:49.305Z Downloaded ascii-canvas v3.0.0
5392025-01-09T19:54:49.305Z Downloaded async-recursion v1.1.1
5402025-01-09T19:54:49.309Z Downloaded async-stream v0.3.6
5412025-01-09T19:54:49.313Z Downloaded cmake v0.1.51
5422025-01-09T19:54:49.313Z Downloaded bb8 v0.8.5
5432025-01-09T19:54:49.313Z Downloaded crc-catalog v2.4.0
5442025-01-09T19:54:49.318Z Downloaded cexpr v0.6.0
5452025-01-09T19:54:49.318Z Downloaded darling v0.20.10
5462025-01-09T19:54:49.322Z Downloaded curve25519-dalek-derive v0.1.1
5472025-01-09T19:54:49.326Z Downloaded convert_case v0.4.0
5482025-01-09T19:54:49.326Z Downloaded constant_time_eq v0.3.1
5492025-01-09T19:54:49.326Z Downloaded colored v2.1.0
5502025-01-09T19:54:49.331Z Downloaded ctr v0.9.2
5512025-01-09T19:54:49.334Z Downloaded crossbeam-deque v0.8.5
5522025-01-09T19:54:49.334Z Downloaded crc v3.2.1
5532025-01-09T19:54:49.334Z Downloaded hostname v0.3.1
5542025-01-09T19:54:49.338Z Downloaded headers-core v0.3.0
5552025-01-09T19:54:49.338Z Downloaded humantime v2.1.0
5562025-01-09T19:54:49.342Z Downloaded http-body-util v0.1.2
5572025-01-09T19:54:49.342Z Downloaded cipher v0.4.4
5582025-01-09T19:54:49.345Z Downloaded highway v1.2.0
5592025-01-09T19:54:49.346Z Downloaded chrono-tz-build v0.4.0
5602025-01-09T19:54:49.350Z Downloaded http v1.1.0
5612025-01-09T19:54:49.354Z Downloaded http-body v1.0.1
5622025-01-09T19:54:49.354Z Downloaded progenitor-client v0.8.0
5632025-01-09T19:54:49.358Z Downloaded buf-list v1.0.3
5642025-01-09T19:54:49.358Z Downloaded hyper v1.5.0
5652025-01-09T19:54:49.368Z Downloaded icu_locid_transform_data v1.5.0
5662025-01-09T19:54:49.373Z Downloaded hyper-tls v0.6.0
5672025-01-09T19:54:49.374Z Downloaded iana-time-zone v0.1.61
5682025-01-09T19:54:49.374Z Downloaded async-bb8-diesel v0.2.1
5692025-01-09T19:54:49.378Z Downloaded instant v0.1.13
5702025-01-09T19:54:49.378Z Downloaded ident_case v1.0.1
5712025-01-09T19:54:49.382Z Downloaded icu_provider_macros v1.5.0
5722025-01-09T19:54:49.382Z Downloaded icu_normalizer v1.5.0
5732025-01-09T19:54:49.385Z Downloaded is_ci v1.2.0
5742025-01-09T19:54:49.389Z Downloaded console v0.15.8
5752025-01-09T19:54:49.393Z Downloaded base64ct v1.6.0
5762025-01-09T19:54:49.393Z Downloaded indent_write v2.2.0
5772025-01-09T19:54:49.397Z Downloaded const_format_proc_macros v0.2.33
5782025-01-09T19:54:49.404Z Downloaded impl-trait-for-tuples v0.2.2
5792025-01-09T19:54:49.404Z Downloaded idna_adapter v1.2.0
5802025-01-09T19:54:49.407Z Downloaded argon2 v0.5.3
5812025-01-09T19:54:49.407Z Downloaded icu_provider v1.5.0
5822025-01-09T19:54:49.412Z Downloaded hubpack_derive v0.1.1
5832025-01-09T19:54:49.412Z Downloaded cookie_store v0.21.0
5842025-01-09T19:54:49.416Z Downloaded http-range v0.1.5
5852025-01-09T19:54:49.416Z Downloaded chacha20 v0.9.1
5862025-01-09T19:54:49.416Z Downloaded hyper-util v0.1.10
5872025-01-09T19:54:49.420Z Downloaded kstat-rs v0.2.4
5882025-01-09T19:54:49.424Z Downloaded ciborium-ll v0.2.2
5892025-01-09T19:54:49.428Z Downloaded radium v0.7.0
5902025-01-09T19:54:49.428Z Downloaded icu_locid_transform v1.5.0
5912025-01-09T19:54:49.428Z Downloaded hyper-staticfile v0.10.1
5922025-01-09T19:54:49.433Z Downloaded md5 v0.7.0
5932025-01-09T19:54:49.437Z Downloaded matches v0.1.10
5942025-01-09T19:54:49.437Z Downloaded sync_wrapper v1.0.1
5952025-01-09T19:54:49.437Z Downloaded sync-ptr v0.1.1
5962025-01-09T19:54:49.437Z Downloaded arc-swap v1.7.1
5972025-01-09T19:54:49.440Z Downloaded tinyvec_macros v0.1.1
5982025-01-09T19:54:49.443Z Downloaded vte_generate_state_changes v0.1.2
5992025-01-09T19:54:49.444Z Downloaded lazycell v1.3.0
6002025-01-09T19:54:49.446Z Downloaded ipnetwork v0.20.0
6012025-01-09T19:54:49.446Z Downloaded hex v0.4.3
6022025-01-09T19:54:49.449Z Downloaded r2d2 v0.8.10
6032025-01-09T19:54:49.452Z Downloaded crc32fast v1.4.2
6042025-01-09T19:54:49.455Z Downloaded write16 v1.0.0
6052025-01-09T19:54:49.455Z Downloaded rustfmt-wrapper v0.2.1
6062025-01-09T19:54:49.455Z Downloaded clang-sys v1.8.1
6072025-01-09T19:54:49.458Z Downloaded lru-cache v0.1.2
6082025-01-09T19:54:49.463Z Downloaded lru v0.12.5
6092025-01-09T19:54:49.463Z Downloaded lazy_static v1.5.0
6102025-01-09T19:54:49.468Z Downloaded heck v0.3.3
6112025-01-09T19:54:49.468Z Downloaded linked-hash-map v0.5.6
6122025-01-09T19:54:49.473Z Downloaded icu_normalizer_data v1.5.0
6132025-01-09T19:54:49.473Z Downloaded zone_cfg_derive v0.1.2
6142025-01-09T19:54:49.473Z Downloaded const-oid v0.9.6
6152025-01-09T19:54:49.478Z Downloaded endian-type v0.1.2
6162025-01-09T19:54:49.478Z Downloaded zone_cfg_derive v0.3.0
6172025-01-09T19:54:49.478Z Downloaded indexmap v1.9.3
6182025-01-09T19:54:49.481Z Downloaded foreign-types v0.3.2
6192025-01-09T19:54:49.481Z Downloaded serde_path_to_error v0.1.16
6202025-01-09T19:54:49.484Z Downloaded signal-hook-mio v0.2.4
6212025-01-09T19:54:49.484Z Downloaded shlex v1.3.0
6222025-01-09T19:54:49.486Z Downloaded mime v0.3.17
6232025-01-09T19:54:49.489Z Downloaded md-5 v0.10.6
6242025-01-09T19:54:49.489Z Downloaded maplit v1.0.2
6252025-01-09T19:54:49.493Z Downloaded libefi-sys v0.1.0
6262025-01-09T19:54:49.493Z Downloaded httparse v1.9.5
6272025-01-09T19:54:49.495Z Downloaded slog-stdlog v4.1.1
6282025-01-09T19:54:49.498Z Downloaded slog-bunyan v2.5.0
6292025-01-09T19:54:49.498Z Downloaded hickory-client v0.24.1
6302025-01-09T19:54:49.501Z Downloaded num-conv v0.1.0
6312025-01-09T19:54:49.504Z Downloaded universal-hash v0.5.1
6322025-01-09T19:54:49.508Z Downloaded supports-color v3.0.1
6332025-01-09T19:54:49.508Z Downloaded icu_locid v1.5.0
6342025-01-09T19:54:49.512Z Downloaded openssl-probe v0.1.5
6352025-01-09T19:54:49.516Z Downloaded icu_properties v1.5.1
6362025-01-09T19:54:49.519Z Downloaded xz2 v0.1.7
6372025-01-09T19:54:49.523Z Downloaded utf8_iter v1.0.4
6382025-01-09T19:54:49.523Z Downloaded memmap2 v0.9.5
6392025-01-09T19:54:49.528Z Downloaded indicatif v0.17.9
6402025-01-09T19:54:49.532Z Downloaded mockall v0.13.0
6412025-01-09T19:54:49.532Z Downloaded crc-any v2.5.0
6422025-01-09T19:54:49.535Z Downloaded chacha20poly1305 v0.10.1
6432025-01-09T19:54:49.538Z Downloaded dirs-sys-next v0.1.2
6442025-01-09T19:54:49.538Z Downloaded tracing-attributes v0.1.27
6452025-01-09T19:54:49.540Z Downloaded zone v0.3.0
6462025-01-09T19:54:49.544Z Downloaded oso-derive v0.27.3
6472025-01-09T19:54:49.544Z Downloaded zone v0.1.8
6482025-01-09T19:54:49.549Z Downloaded dunce v1.0.5
6492025-01-09T19:54:49.549Z Downloaded serde-big-array v0.5.1
6502025-01-09T19:54:49.549Z Downloaded subtle v2.6.1
6512025-01-09T19:54:49.552Z Downloaded base64 v0.21.7
6522025-01-09T19:54:49.554Z Downloaded rustls-pemfile v2.2.0
6532025-01-09T19:54:49.557Z Downloaded pretty-hex v0.2.1
6542025-01-09T19:54:49.559Z Downloaded cookie v0.18.1
6552025-01-09T19:54:49.562Z Downloaded base64 v0.13.1
6562025-01-09T19:54:49.565Z Downloaded structmeta v0.2.0
6572025-01-09T19:54:49.567Z Downloaded openssl-macros v0.1.1
6582025-01-09T19:54:49.567Z Downloaded typify v0.2.0
6592025-01-09T19:54:49.570Z Downloaded diesel_table_macro_syntax v0.2.0
6602025-01-09T19:54:49.572Z Downloaded dhcproto-macros v0.1.0
6612025-01-09T19:54:49.572Z Downloaded darling_macro v0.20.10
6622025-01-09T19:54:49.575Z Downloaded futures-core v0.3.31
6632025-01-09T19:54:49.577Z Downloaded rand_xorshift v0.3.0
6642025-01-09T19:54:49.577Z Downloaded pkg-config v0.3.31
6652025-01-09T19:54:49.580Z Downloaded fragile v2.0.0
6662025-01-09T19:54:49.582Z Downloaded ena v0.14.3
6672025-01-09T19:54:49.585Z Downloaded prettyplease v0.2.25
6682025-01-09T19:54:49.587Z Downloaded rustls-pki-types v1.10.0
6692025-01-09T19:54:49.591Z Downloaded zopfli v0.8.1
6702025-01-09T19:54:49.593Z Downloaded compact_str v0.8.0
6712025-01-09T19:54:49.598Z Downloaded sec1 v0.7.3
6722025-01-09T19:54:49.601Z Downloaded rustc-demangle v0.1.24
6732025-01-09T19:54:49.605Z Downloaded rand_seeder v0.3.0
6742025-01-09T19:54:49.608Z Downloaded signal-hook-tokio v0.3.1
6752025-01-09T19:54:49.608Z Downloaded semver v0.1.20
6762025-01-09T19:54:49.608Z Downloaded owo-colors v4.1.0
6772025-01-09T19:54:49.611Z Downloaded tiny-keccak v2.0.2
6782025-01-09T19:54:49.613Z Downloaded thiserror-impl-no-std v2.0.2
6792025-01-09T19:54:49.616Z Downloaded structmeta-derive v0.2.0
6802025-01-09T19:54:49.620Z Downloaded tokio-native-tls v0.3.1
6812025-01-09T19:54:49.623Z Downloaded fxhash v0.2.1
6822025-01-09T19:54:49.623Z Downloaded signal-hook-registry v1.4.2
6832025-01-09T19:54:49.634Z Downloaded take_mut v0.2.2
6842025-01-09T19:54:49.638Z Downloaded backtrace v0.3.74
6852025-01-09T19:54:49.641Z Downloaded tungstenite v0.21.0
6862025-01-09T19:54:49.644Z Downloaded heapless v0.8.0
6872025-01-09T19:54:49.650Z Downloaded num-complex v0.4.6
6882025-01-09T19:54:49.653Z Downloaded crypto-bigint v0.5.5
6892025-01-09T19:54:49.660Z Downloaded darling_core v0.20.10
6902025-01-09T19:54:49.665Z Downloaded siphasher v0.3.11
6912025-01-09T19:54:49.668Z Downloaded dsl_auto_type v0.1.2
6922025-01-09T19:54:49.671Z Downloaded termtree v0.4.1
6932025-01-09T19:54:49.674Z Downloaded flagset v0.4.6
6942025-01-09T19:54:49.674Z Downloaded filetime v0.2.25
6952025-01-09T19:54:49.677Z Downloaded fallible-iterator v0.3.0
6962025-01-09T19:54:49.679Z Downloaded nodrop v0.1.14
6972025-01-09T19:54:49.679Z Downloaded time-core v0.1.2
6982025-01-09T19:54:49.679Z Downloaded postcard v1.0.10
6992025-01-09T19:54:49.682Z Downloaded num-integer v0.1.46
7002025-01-09T19:54:49.685Z Downloaded difflib v0.4.0
7012025-01-09T19:54:49.687Z Downloaded phf_generator v0.11.2
7022025-01-09T19:54:49.688Z Downloaded num-iter v0.1.45
7032025-01-09T19:54:49.691Z Downloaded num-derive v0.4.2
7042025-01-09T19:54:49.694Z Downloaded pin-utils v0.1.0
7052025-01-09T19:54:49.694Z Downloaded heapless v0.7.17
7062025-01-09T19:54:49.699Z Downloaded foreign-types-shared v0.1.1
7072025-01-09T19:54:49.701Z Downloaded quick-error v1.2.3
7082025-01-09T19:54:49.701Z Downloaded tokio-stream v0.1.16
7092025-01-09T19:54:49.707Z Downloaded foreign-types-shared v0.3.1
7102025-01-09T19:54:49.709Z Downloaded hickory-server v0.24.1
7112025-01-09T19:54:49.715Z Downloaded resolv-conf v0.7.0
7122025-01-09T19:54:49.719Z Downloaded rsa v0.9.6
7132025-01-09T19:54:49.723Z Downloaded number_prefix v0.4.0
7142025-01-09T19:54:49.726Z Downloaded structmeta-derive v0.3.0
7152025-01-09T19:54:49.726Z Downloaded num_threads v0.1.7
7162025-01-09T19:54:49.730Z Downloaded minimal-lexical v0.2.1
7172025-01-09T19:54:49.733Z Downloaded russh-cryptovec v0.7.3
7182025-01-09T19:54:49.735Z Downloaded rpassword v7.3.1
7192025-01-09T19:54:49.735Z Downloaded multimap v0.10.0
7202025-01-09T19:54:49.738Z Downloaded walkdir v2.5.0
7212025-01-09T19:54:49.741Z Downloaded zerovec-derive v0.10.3
7222025-01-09T19:54:49.743Z Downloaded unicode-xid v0.2.6
7232025-01-09T19:54:49.744Z Downloaded zeroize v1.8.1
7242025-01-09T19:54:49.746Z Downloaded slog v2.7.0
7252025-01-09T19:54:49.750Z Downloaded zeroize_derive v1.4.2
7262025-01-09T19:54:49.750Z Downloaded unarray v0.1.4
7272025-01-09T19:54:49.753Z Downloaded rayon-core v1.12.1
7282025-01-09T19:54:49.757Z Downloaded strum v0.26.3
7292025-01-09T19:54:49.757Z Downloaded password-hash v0.4.2
7302025-01-09T19:54:49.764Z Downloaded group v0.13.0
7312025-01-09T19:54:49.764Z Downloaded zerocopy-derive v0.8.10
7322025-01-09T19:54:49.773Z Downloaded form_urlencoded v1.2.1
7332025-01-09T19:54:49.773Z Downloaded pkcs8 v0.10.2
7342025-01-09T19:54:49.773Z Downloaded itertools v0.12.1
7352025-01-09T19:54:49.780Z Downloaded olpc-cjson v0.1.4
7362025-01-09T19:54:49.798Z Downloaded itertools v0.10.5
7372025-01-09T19:54:49.798Z Downloaded polyval v0.6.2
7382025-01-09T19:54:49.798Z Downloaded aes v0.8.4
7392025-01-09T19:54:49.806Z Downloaded rustc-hash v2.0.0
7402025-01-09T19:54:49.806Z Downloaded rustc-hash v1.1.0
7412025-01-09T19:54:49.806Z Downloaded float-ord v0.3.2
7422025-01-09T19:54:49.806Z Downloaded num-traits v0.2.19
7432025-01-09T19:54:49.806Z Downloaded derive_builder_macro v0.20.2
7442025-01-09T19:54:49.806Z Downloaded num_enum_derive v0.5.11
7452025-01-09T19:54:49.806Z Downloaded hashbrown v0.13.2
7462025-01-09T19:54:49.809Z Downloaded slog-json v2.6.1
7472025-01-09T19:54:49.809Z Downloaded rtoolbox v0.0.2
7482025-01-09T19:54:49.809Z Downloaded time-macros v0.2.18
7492025-01-09T19:54:49.809Z Downloaded rcgen v0.12.1
7502025-01-09T19:54:49.812Z Downloaded pkcs5 v0.7.1
7512025-01-09T19:54:49.814Z Downloaded tinystr v0.7.6
7522025-01-09T19:54:49.817Z Downloaded parse-size v1.1.0
7532025-01-09T19:54:49.817Z Downloaded libm v0.2.8
7542025-01-09T19:54:49.826Z Downloaded newtype_derive v0.1.6
7552025-01-09T19:54:49.831Z Downloaded dhcproto v0.12.0
7562025-01-09T19:54:49.831Z Downloaded tracing-core v0.1.32
7572025-01-09T19:54:49.833Z Downloaded poly1305 v0.8.0
7582025-01-09T19:54:49.836Z Downloaded unicode-properties v0.1.3
7592025-01-09T19:54:49.840Z Downloaded diesel_derives v2.2.3
7602025-01-09T19:54:49.843Z Downloaded idna v1.0.3
7612025-01-09T19:54:49.845Z Downloaded which v4.4.2
7622025-01-09T19:54:49.848Z Downloaded data-encoding v2.6.0
7632025-01-09T19:54:49.852Z Downloaded pin-project-lite v0.2.14
7642025-01-09T19:54:49.855Z Downloaded similar v2.6.0
7652025-01-09T19:54:49.858Z Downloaded normalize-line-endings v0.3.0
7662025-01-09T19:54:49.861Z Downloaded nibble_vec v0.1.0
7672025-01-09T19:54:49.861Z Downloaded tokio-util v0.7.12
7682025-01-09T19:54:49.870Z Downloaded thiserror v2.0.3
7692025-01-09T19:54:49.875Z Downloaded powerfmt v0.2.0
7702025-01-09T19:54:49.879Z Downloaded paste v1.0.15
7712025-01-09T19:54:49.879Z Downloaded toolchain_find v0.4.0
7722025-01-09T19:54:49.886Z Downloaded tokio-macros v2.4.0
7732025-01-09T19:54:49.886Z Downloaded shell-words v1.1.0
7742025-01-09T19:54:49.886Z Downloaded progenitor v0.8.0
7752025-01-09T19:54:49.886Z Downloaded predicates-tree v1.0.11
7762025-01-09T19:54:49.889Z Downloaded wyz v0.5.1
7772025-01-09T19:54:49.889Z Downloaded thread_local v1.1.8
7782025-01-09T19:54:49.889Z Downloaded rustc_version v0.4.1
7792025-01-09T19:54:49.889Z Downloaded rustc_version v0.1.7
7802025-01-09T19:54:49.889Z Downloaded embedded-io v0.4.0
7812025-01-09T19:54:49.892Z Downloaded tokio-rustls v0.26.0
7822025-01-09T19:54:49.895Z Downloaded spin v0.9.8
7832025-01-09T19:54:49.897Z Downloaded parse-display v0.10.0
7842025-01-09T19:54:49.897Z Downloaded tracing v0.1.40
7852025-01-09T19:54:49.901Z Downloaded downcast v0.11.0
7862025-01-09T19:54:49.904Z Downloaded derive_builder_core v0.20.2
7872025-01-09T19:54:49.907Z Downloaded env_filter v0.1.2
7882025-01-09T19:54:49.907Z Downloaded libxml v0.3.3
7892025-01-09T19:54:49.913Z Downloaded value-bag v1.9.0
7902025-01-09T19:54:49.916Z Downloaded ppv-lite86 v0.2.20
7912025-01-09T19:54:49.918Z Downloaded pin-project v1.1.6
7922025-01-09T19:54:49.930Z Downloaded serde-hex v0.1.0
7932025-01-09T19:54:49.932Z Downloaded phf_shared v0.11.2
7942025-01-09T19:54:49.932Z Downloaded packed_struct_codegen v0.10.1
7952025-01-09T19:54:49.941Z Downloaded packed_struct v0.10.1
7962025-01-09T19:54:49.941Z Downloaded scrypt v0.11.0
7972025-01-09T19:54:49.941Z Downloaded strum_macros v0.25.3
7982025-01-09T19:54:49.941Z Downloaded defmt-macros v0.3.9
7992025-01-09T19:54:49.945Z Downloaded defmt v0.3.8
8002025-01-09T19:54:49.948Z Downloaded strum_macros v0.24.3
8012025-01-09T19:54:49.948Z Downloaded unicode_categories v0.1.1
8022025-01-09T19:54:49.955Z Downloaded fs_extra v1.3.0
8032025-01-09T19:54:49.958Z Downloaded scopeguard v1.2.0
8042025-01-09T19:54:49.958Z Downloaded derive_builder v0.20.2
8052025-01-09T19:54:49.958Z Downloaded snafu-derive v0.8.5
8062025-01-09T19:54:49.962Z Downloaded vergen v8.3.2
8072025-01-09T19:54:49.965Z Downloaded twox-hash v1.6.3
8082025-01-09T19:54:49.965Z Downloaded ecdsa v0.16.9
8092025-01-09T19:54:49.967Z Downloaded new_debug_unreachable v1.0.6
8102025-01-09T19:54:49.967Z Downloaded der v0.7.9
8112025-01-09T19:54:49.972Z Downloaded fd-lock v4.0.2
8122025-01-09T19:54:49.975Z Downloaded parking_lot v0.11.2
8132025-01-09T19:54:49.978Z Downloaded futures-io v0.3.31
8142025-01-09T19:54:49.981Z Downloaded itertools v0.13.0
8152025-01-09T19:54:49.986Z Downloaded precomputed-hash v0.1.1
8162025-01-09T19:54:49.989Z Downloaded phf_shared v0.10.0
8172025-01-09T19:54:49.989Z Downloaded try-lock v0.2.5
8182025-01-09T19:54:49.989Z Downloaded peg v0.8.4
8192025-01-09T19:54:49.992Z Downloaded untrusted v0.7.1
8202025-01-09T19:54:49.995Z Downloaded hash32 v0.2.1
8212025-01-09T19:54:50.000Z Downloaded term v0.7.0
8222025-01-09T19:54:50.003Z Downloaded pem v3.0.4
8232025-01-09T19:54:50.003Z Downloaded peg-runtime v0.8.3
8242025-01-09T19:54:50.003Z Downloaded serde_repr v0.1.19
8252025-01-09T19:54:50.009Z Downloaded progenitor-macro v0.8.0
8262025-01-09T19:54:50.009Z Downloaded predicates-core v1.0.8
8272025-01-09T19:54:50.009Z Downloaded aho-corasick v1.1.3
8282025-01-09T19:54:50.014Z Downloaded sqlparser_derive v0.2.2
8292025-01-09T19:54:50.019Z Downloaded uzers v0.12.1
8302025-01-09T19:54:50.020Z Downloaded whoami v1.5.2
8312025-01-09T19:54:50.020Z Downloaded path-slash v0.1.5
8322025-01-09T19:54:50.024Z Downloaded zerofrom v0.1.4
8332025-01-09T19:54:50.024Z Downloaded ref-cast-impl v1.0.23
8342025-01-09T19:54:50.024Z Downloaded opaque-debug v0.3.1
8352025-01-09T19:54:50.024Z Downloaded env_logger v0.11.5
8362025-01-09T19:54:50.027Z Downloaded toml v0.7.8
8372025-01-09T19:54:50.029Z Downloaded tabwriter v1.4.0
8382025-01-09T19:54:50.029Z Downloaded postgres-types v0.2.8
8392025-01-09T19:54:50.034Z Downloaded reedline v0.35.0
8402025-01-09T19:54:50.039Z Downloaded tower-service v0.3.3
8412025-01-09T19:54:50.042Z Downloaded pbkdf2 v0.11.0
8422025-01-09T19:54:50.042Z Downloaded headers v0.4.0
8432025-01-09T19:54:50.047Z Downloaded thiserror-no-std v2.0.2
8442025-01-09T19:54:50.050Z Downloaded tui-tree-widget v0.22.0
8452025-01-09T19:54:50.054Z Downloaded glob v0.3.1
8462025-01-09T19:54:50.057Z Downloaded futures-channel v0.3.31
8472025-01-09T19:54:50.057Z Downloaded num v0.4.3
8482025-01-09T19:54:50.057Z Downloaded debug-ignore v1.0.5
8492025-01-09T19:54:50.060Z Downloaded psl-types v2.0.11
8502025-01-09T19:54:50.060Z Downloaded phf_codegen v0.11.2
8512025-01-09T19:54:50.063Z Downloaded unsafe-libyaml v0.2.11
8522025-01-09T19:54:50.066Z Downloaded uuid v1.11.0
8532025-01-09T19:54:50.069Z Downloaded dropshot_endpoint v0.13.0
8542025-01-09T19:54:50.072Z Downloaded aws-lc-rs v1.10.0
8552025-01-09T19:54:50.079Z Downloaded fallible-streaming-iterator v0.1.9
8562025-01-09T19:54:50.081Z Downloaded fallible-iterator v0.2.0
8572025-01-09T19:54:50.081Z Downloaded thiserror-impl v2.0.3
8582025-01-09T19:54:50.084Z Downloaded zerofrom-derive v0.1.4
8592025-01-09T19:54:50.084Z Downloaded hkdf v0.12.4
8602025-01-09T19:54:50.087Z Downloaded termios v0.3.3
8612025-01-09T19:54:50.089Z Downloaded hash32 v0.3.1
8622025-01-09T19:54:50.089Z Downloaded ron v0.8.1
8632025-01-09T19:54:50.095Z Downloaded untrusted v0.9.0
8642025-01-09T19:54:50.098Z Downloaded displaydoc v0.2.5
8652025-01-09T19:54:50.098Z Downloaded percent-encoding v2.3.1
8662025-01-09T19:54:50.101Z Downloaded icu_properties_data v1.5.0
8672025-01-09T19:54:50.109Z Downloaded sigpipe v0.1.3
8682025-01-09T19:54:50.111Z Downloaded blake3 v1.5.4
8692025-01-09T19:54:50.117Z Downloaded multer v3.1.0
8702025-01-09T19:54:50.120Z Downloaded predicates v3.1.2
8712025-01-09T19:54:50.123Z Downloaded ssh-cipher v0.2.0
8722025-01-09T19:54:50.125Z Downloaded schemars_derive v0.8.21
8732025-01-09T19:54:50.128Z Downloaded scheduled-thread-pool v0.2.7
8742025-01-09T19:54:50.128Z Downloaded ron v0.7.1
8752025-01-09T19:54:50.132Z Downloaded ff v0.13.0
8762025-01-09T19:54:50.134Z Downloaded salsa20 v0.10.2
8772025-01-09T19:54:50.134Z Downloaded funty v2.0.0
8782025-01-09T19:54:50.136Z Downloaded elliptic-curve v0.13.8
8792025-01-09T19:54:50.139Z Downloaded des v0.8.1
8802025-01-09T19:54:50.142Z Downloaded rand v0.8.5
8812025-01-09T19:54:50.144Z Downloaded ed25519-dalek v2.1.1
8822025-01-09T19:54:50.147Z Downloaded simd-adler32 v0.3.7
8832025-01-09T19:54:50.150Z Downloaded serde_urlencoded v0.7.1
8842025-01-09T19:54:50.150Z Downloaded utf-8 v0.7.6
8852025-01-09T19:54:50.153Z Downloaded peg-macros v0.8.4
8862025-01-09T19:54:50.153Z Downloaded unicode-normalization v0.1.24
8872025-01-09T19:54:50.157Z Downloaded float-cmp v0.9.0
8882025-01-09T19:54:50.162Z Downloaded deranged v0.3.11
8892025-01-09T19:54:50.162Z Downloaded static_assertions v1.1.0
8902025-01-09T19:54:50.165Z Downloaded futures-macro v0.3.31
8912025-01-09T19:54:50.165Z Downloaded newline-converter v0.3.0
8922025-01-09T19:54:50.165Z Downloaded xattr v1.3.1
8932025-01-09T19:54:50.165Z Downloaded stable_deref_trait v1.2.0
8942025-01-09T19:54:50.169Z Downloaded tungstenite v0.24.0
8952025-01-09T19:54:50.173Z Downloaded x509-cert v0.2.5
8962025-01-09T19:54:50.176Z Downloaded zerocopy v0.6.6
8972025-01-09T19:54:50.179Z Downloaded snafu v0.8.5
8982025-01-09T19:54:50.182Z Downloaded derive_more v0.99.18
8992025-01-09T19:54:50.187Z Downloaded yoke v0.7.4
9002025-01-09T19:54:50.190Z Downloaded signature v2.2.0
9012025-01-09T19:54:50.192Z Downloaded progenitor-impl v0.8.0
9022025-01-09T19:54:50.192Z Downloaded ssh-key v0.6.6
9032025-01-09T19:54:50.200Z Downloaded nu-ansi-term v0.50.1
9042025-01-09T19:54:50.202Z Downloaded tungstenite v0.23.0
9052025-01-09T19:54:50.205Z Downloaded tar v0.4.42
9062025-01-09T19:54:50.210Z Downloaded typed-path v0.9.3
9072025-01-09T19:54:50.214Z Downloaded parking_lot_core v0.9.10
9082025-01-09T19:54:50.217Z Downloaded globset v0.4.15
9092025-01-09T19:54:50.217Z Downloaded omicron-zone-package v0.12.0
9102025-01-09T19:54:50.219Z Downloaded mockall_derive v0.13.0
9112025-01-09T19:54:50.222Z Downloaded futures-util v0.3.31
9122025-01-09T19:54:50.233Z Downloaded yasna v0.5.2
9132025-01-09T19:54:50.236Z Downloaded quinn v0.11.5
9142025-01-09T19:54:50.238Z Downloaded p256 v0.13.2
9152025-01-09T19:54:50.243Z Downloaded half v2.4.1
9162025-01-09T19:54:50.247Z Downloaded parking_lot v0.12.3
9172025-01-09T19:54:50.251Z Downloaded futures v0.3.31
9182025-01-09T19:54:50.253Z Downloaded time v0.3.36
9192025-01-09T19:54:50.261Z Downloaded getrandom v0.2.15
9202025-01-09T19:54:50.264Z Downloaded bindgen v0.69.5
9212025-01-09T19:54:50.268Z Downloaded reqwest v0.12.9
9222025-01-09T19:54:50.277Z Downloaded fatfs v0.3.6
9232025-01-09T19:54:50.280Z Downloaded publicsuffix v2.2.3
9242025-01-09T19:54:50.283Z Downloaded hashbrown v0.14.5
9252025-01-09T19:54:50.288Z Downloaded rustls-webpki v0.101.7
9262025-01-09T19:54:50.303Z Downloaded url v2.5.3
9272025-01-09T19:54:50.309Z Downloaded idna v0.5.0
9282025-01-09T19:54:50.314Z Downloaded nom v7.1.3
9292025-01-09T19:54:50.319Z Downloaded quick-xml v0.33.0
9302025-01-09T19:54:50.325Z Downloaded rusqlite v0.32.1
9312025-01-09T19:54:50.333Z Downloaded idna v0.4.0
9322025-01-09T19:54:50.340Z Downloaded petname v2.0.2
9332025-01-09T19:54:50.347Z Downloaded idna v0.3.0
9342025-01-09T19:54:50.351Z Downloaded idna v0.2.3
9352025-01-09T19:54:50.358Z Downloaded steno v0.4.1
9362025-01-09T19:54:50.362Z Downloaded tokio-postgres v0.7.12
9372025-01-09T19:54:50.367Z Downloaded webpki-roots v0.26.6
9382025-01-09T19:54:50.372Z Downloaded toml_edit v0.19.15
9392025-01-09T19:54:50.394Z Downloaded zerovec v0.10.4
9402025-01-09T19:54:50.402Z Downloaded rustyline v14.0.0
9412025-01-09T19:54:50.409Z Downloaded tough v0.19.0
9422025-01-09T19:54:50.423Z Downloaded p521 v0.13.3
9432025-01-09T19:54:50.427Z Downloaded winnow v0.5.40
9442025-01-09T19:54:50.438Z Downloaded nix v0.28.0
9452025-01-09T19:54:50.451Z Downloaded serde_with v3.11.0
9462025-01-09T19:54:50.459Z Downloaded salty v0.3.0
9472025-01-09T19:54:50.468Z Downloaded object v0.30.4
9482025-01-09T19:54:50.476Z Downloaded quinn-proto v0.11.8
9492025-01-09T19:54:50.484Z Downloaded polar-core v0.27.3
9502025-01-09T19:54:50.495Z Downloaded vcpkg v0.2.15
9512025-01-09T19:54:50.532Z Downloaded h2 v0.4.6
9522025-01-09T19:54:50.538Z Downloaded p384 v0.13.0
9532025-01-09T19:54:50.544Z Downloaded regress v0.9.1
9542025-01-09T19:54:50.555Z Downloaded zerocopy v0.8.10
9552025-01-09T19:54:50.578Z Downloaded object v0.36.5
9562025-01-09T19:54:50.589Z Downloaded rustls v0.21.12
9572025-01-09T19:54:50.600Z Downloaded radix_trie v0.2.1
9582025-01-09T19:54:50.607Z Downloaded git2 v0.19.0
9592025-01-09T19:54:50.614Z Downloaded typify-impl v0.2.0
9602025-01-09T19:54:50.629Z Downloaded regex-syntax v0.8.5
9612025-01-09T19:54:50.637Z Downloaded regex v1.11.1
9622025-01-09T19:54:50.648Z Downloaded rustls v0.23.19
9632025-01-09T19:54:50.661Z Downloaded regex-syntax v0.6.29
9642025-01-09T19:54:50.668Z Downloaded dropshot v0.12.0
9652025-01-09T19:54:50.687Z Downloaded ratatui v0.28.1
9662025-01-09T19:54:50.704Z Downloaded nix v0.29.0
9672025-01-09T19:54:50.714Z Downloaded dropshot v0.13.0
9682025-01-09T19:54:50.734Z Downloaded zerocopy-derive v0.6.6
9692025-01-09T19:54:50.743Z Downloaded rustls v0.22.4
9702025-01-09T19:54:50.755Z Downloaded openapiv3 v2.0.0
9712025-01-09T19:54:50.766Z Downloaded sled v0.34.7
9722025-01-09T19:54:50.777Z Downloaded diesel v2.2.6
9732025-01-09T19:54:50.795Z Downloaded trust-dns-proto v0.22.0
9742025-01-09T19:54:50.807Z Downloaded bzip2-sys v0.1.11+1.0.8
9752025-01-09T19:54:50.819Z Downloaded chrono-tz v0.10.0
9762025-01-09T19:54:50.827Z Downloaded bstr v1.10.0
9772025-01-09T19:54:50.837Z Downloaded nix v0.27.1
9782025-01-09T19:54:50.849Z Downloaded lzma-sys v0.1.20
9792025-01-09T19:54:50.876Z Downloaded libz-sys v1.1.20
9802025-01-09T19:54:50.897Z Downloaded regress v0.10.1
9812025-01-09T19:54:50.904Z Downloaded regex-automata v0.4.8
9822025-01-09T19:54:50.921Z Downloaded tokio v1.40.0
9832025-01-09T19:54:50.957Z Downloaded petgraph v0.6.5
9842025-01-09T19:54:50.974Z Downloaded smoltcp v0.11.0
9852025-01-09T19:54:50.985Z Downloaded hickory-proto v0.24.1
9862025-01-09T19:54:51.002Z Downloaded sqlparser v0.45.0
9872025-01-09T19:54:51.009Z Downloaded csv v1.3.0
9882025-01-09T19:54:51.024Z Downloaded proptest v1.5.0
9892025-01-09T19:54:51.036Z Downloaded openssl v0.10.66
9902025-01-09T19:54:51.043Z Downloaded curve25519-dalek v4.1.3
9912025-01-09T19:54:51.053Z Downloaded portable-atomic v1.9.0
9922025-01-09T19:54:51.059Z Downloaded sha3 v0.10.8
9932025-01-09T19:54:51.064Z Downloaded unicode-width v0.2.0
9942025-01-09T19:54:51.071Z Downloaded rustls-webpki v0.102.8
9952025-01-09T19:54:51.089Z Downloaded gimli v0.31.1
9962025-01-09T19:54:51.097Z Downloaded smoltcp v0.9.1
9972025-01-09T19:54:51.107Z Downloaded russh v0.45.0
9982025-01-09T19:54:51.112Z Downloaded chrono v0.4.38
9992025-01-09T19:54:51.119Z Downloaded bitvec v1.0.1
10002025-01-09T19:54:51.136Z Downloaded zip v0.6.6
10012025-01-09T19:54:51.139Z Downloaded serde_yaml v0.9.34+deprecated
10022025-01-09T19:54:51.142Z Downloaded hashbrown v0.12.3
10032025-01-09T19:54:51.146Z Downloaded rayon v1.10.0
10042025-01-09T19:54:51.154Z Downloaded lalrpop v0.19.12
10052025-01-09T19:54:51.165Z Downloaded strum_macros v0.26.4
10062025-01-09T19:54:51.167Z Downloaded serde_with_macros v3.11.0
10072025-01-09T19:54:51.170Z Downloaded yoke-derive v0.7.4
10082025-01-09T19:54:51.170Z Downloaded string_cache v0.8.7
10092025-01-09T19:54:51.173Z Downloaded rfc6979 v0.4.0
10102025-01-09T19:54:51.173Z Downloaded topological-sort v0.2.2
10112025-01-09T19:54:51.173Z Downloaded num_enum v0.5.11
10122025-01-09T19:54:51.176Z Downloaded native-tls v0.2.12
10132025-01-09T19:54:51.179Z Downloaded serde_derive_internals v0.29.1
10142025-01-09T19:54:51.182Z Downloaded flume v0.11.1
10152025-01-09T19:54:51.184Z Downloaded parse-zoneinfo v0.3.1
10162025-01-09T19:54:51.186Z Downloaded dropshot_endpoint v0.12.0
10172025-01-09T19:54:51.189Z Downloaded socket2 v0.5.7
10182025-01-09T19:54:51.191Z Downloaded derive-where v1.2.7
10192025-01-09T19:54:51.194Z Downloaded expectorate v1.1.0
10202025-01-09T19:54:51.197Z Downloaded encoding_rs v0.8.34
10212025-01-09T19:54:51.217Z Downloaded tokio-rustls v0.24.1
10222025-01-09T19:54:51.221Z Downloaded display-error-chain v0.2.2
10232025-01-09T19:54:51.221Z Downloaded pbkdf2 v0.12.2
10242025-01-09T19:54:51.221Z Downloaded num-bigint-dig v0.8.4
10252025-01-09T19:54:51.224Z Downloaded flate2 v1.0.34
10262025-01-09T19:54:51.229Z Downloaded tokio-rustls v0.25.0
10272025-01-09T19:54:51.232Z Downloaded termcolor v1.4.1
10282025-01-09T19:54:51.232Z Downloaded slog-envlogger v2.2.0
10292025-01-09T19:54:51.235Z Downloaded ssh-encoding v0.2.0
10302025-01-09T19:54:51.235Z Downloaded sct v0.7.1
10312025-01-09T19:54:51.238Z Downloaded defmt-parser v0.3.4
10322025-01-09T19:54:51.240Z Downloaded unicode-segmentation v1.12.0
10332025-01-09T19:54:51.242Z Downloaded russh-keys v0.45.0
10342025-01-09T19:54:51.245Z Downloaded writeable v0.5.5
10352025-01-09T19:54:51.245Z Downloaded test-strategy v0.3.1
10362025-01-09T19:54:51.249Z Downloaded miniz_oxide v0.8.0
10372025-01-09T19:54:51.252Z Downloaded unicode-bidi v0.3.17
10382025-01-09T19:54:51.254Z Downloaded tokio-tungstenite v0.23.1
10392025-01-09T19:54:51.257Z Downloaded crossterm v0.28.1
10402025-01-09T19:54:51.261Z Downloaded enum-as-inner v0.6.1
10412025-01-09T19:54:51.263Z Downloaded ed25519 v2.2.3
10422025-01-09T19:54:51.264Z Downloaded dyn-clone v1.0.17
10432025-01-09T19:54:51.266Z Downloaded slog-scope v4.4.0
10442025-01-09T19:54:51.266Z Downloaded num-bigint v0.4.6
10452025-01-09T19:54:51.271Z Downloaded mio v1.0.2
10462025-01-09T19:54:51.276Z Downloaded rustversion v1.0.17
10472025-01-09T19:54:51.279Z Downloaded parse-display-derive v0.10.0
10482025-01-09T19:54:51.284Z Downloaded newtype-uuid v1.1.3
10492025-01-09T19:54:51.284Z Downloaded libgit2-sys v0.17.0+1.8.1
10502025-01-09T19:54:51.343Z Downloaded foreign-types-macros v0.2.3
10512025-01-09T19:54:51.346Z Downloaded foreign-types v0.5.0
10522025-01-09T19:54:51.346Z Downloaded foldhash v0.1.3
10532025-01-09T19:54:51.346Z Downloaded hashlink v0.9.1
10542025-01-09T19:54:51.350Z Downloaded pin-project-internal v1.1.6
10552025-01-09T19:54:51.350Z Downloaded diff v0.1.13
10562025-01-09T19:54:51.352Z Downloaded zip v2.1.3
10572025-01-09T19:54:51.356Z Downloaded aes-gcm v0.10.3
10582025-01-09T19:54:51.359Z Downloaded pem-rfc7468 v0.7.0
10592025-01-09T19:54:51.361Z Downloaded tap v1.0.1
10602025-01-09T19:54:51.361Z Downloaded env_logger v0.10.2
10612025-01-09T19:54:51.364Z Downloaded either v1.13.0
10622025-01-09T19:54:51.366Z Downloaded vte v0.11.1
10632025-01-09T19:54:51.368Z Downloaded schemars v0.8.21
10642025-01-09T19:54:51.379Z Downloaded hickory-resolver v0.24.1
10652025-01-09T19:54:51.384Z Downloaded unicase v2.7.0
10662025-01-09T19:54:51.386Z Downloaded tls_codec_derive v0.4.1
10672025-01-09T19:54:51.389Z Downloaded pkcs1 v0.7.5
10682025-01-09T19:54:51.392Z Downloaded password-hash v0.5.0
10692025-01-09T19:54:51.396Z Downloaded parking_lot_core v0.8.6
10702025-01-09T19:54:51.396Z Downloaded num-rational v0.4.2
10712025-01-09T19:54:51.399Z Downloaded sqlformat v0.2.6
10722025-01-09T19:54:51.399Z Downloaded sha1 v0.10.6
10732025-01-09T19:54:51.401Z Downloaded der_derive v0.7.3
10742025-01-09T19:54:51.402Z Downloaded vsss-rs v3.3.4
10752025-01-09T19:54:51.405Z Downloaded qorb v0.2.1
10762025-01-09T19:54:51.408Z Downloaded slog-dtrace v0.3.0
10772025-01-09T19:54:51.411Z Downloaded slab v0.4.9
10782025-01-09T19:54:51.411Z Downloaded rustls-pemfile v1.0.4
10792025-01-09T19:54:51.414Z Downloaded openssl-sys v0.9.103
10802025-01-09T19:54:51.418Z Downloaded slog-async v2.8.0
10812025-01-09T19:54:51.420Z Downloaded primeorder v0.13.6
10822025-01-09T19:54:51.423Z Downloaded oso v0.27.3
10832025-01-09T19:54:51.425Z Downloaded nanorand v0.7.0
10842025-01-09T19:54:51.429Z Downloaded futures-task v0.3.31
10852025-01-09T19:54:51.429Z Downloaded futures-sink v0.3.31
10862025-01-09T19:54:51.432Z Downloaded fixedbitset v0.4.2
10872025-01-09T19:54:51.433Z Downloaded rusty-fork v0.3.0
10882025-01-09T19:54:51.433Z Downloaded gethostname v0.5.0
10892025-01-09T19:54:51.435Z Downloaded unicode-truncate v1.1.0
10902025-01-09T19:54:51.435Z Downloaded tokio-tungstenite v0.21.0
10912025-01-09T19:54:51.438Z Downloaded samael v0.0.17
10922025-01-09T19:54:51.442Z Downloaded crossbeam-channel v0.5.13
10932025-01-09T19:54:51.447Z Downloaded cc v1.1.30
10942025-01-09T19:54:51.449Z Downloaded bumpalo v3.16.0
10952025-01-09T19:54:51.453Z Downloaded icu_collections v1.5.0
10962025-01-09T19:54:51.458Z Downloaded stringprep v0.1.5
10972025-01-09T19:54:51.460Z Downloaded spki v0.7.3
10982025-01-09T19:54:51.463Z Downloaded rand_core v0.6.4
10992025-01-09T19:54:51.463Z Downloaded postgres-protocol v0.6.7
11002025-01-09T19:54:51.466Z Downloaded tinyvec v1.8.0
11012025-01-09T19:54:51.470Z Downloaded subprocess v0.2.9
11022025-01-09T19:54:51.472Z Downloaded signal-hook v0.3.17
11032025-01-09T19:54:51.475Z Downloaded embedded-io v0.6.1
11042025-01-09T19:54:51.475Z Downloaded diesel-dtrace v0.4.2
11052025-01-09T19:54:51.477Z Downloaded rand_chacha v0.3.1
11062025-01-09T19:54:51.478Z Downloaded proc-macro-crate v1.3.1
11072025-01-09T19:54:51.480Z Downloaded slog-term v2.9.1
11082025-01-09T19:54:51.482Z Downloaded structmeta v0.3.0
11092025-01-09T19:54:51.482Z Downloaded strip-ansi-escapes v0.2.0
11102025-01-09T19:54:51.482Z Downloaded base64 v0.22.1
11112025-01-09T19:54:51.486Z Downloaded smallvec v1.13.2
11122025-01-09T19:54:51.488Z Downloaded const_format v0.2.33
11132025-01-09T19:54:51.494Z Downloaded bytes v1.8.0
11142025-01-09T19:54:51.497Z Downloaded want v0.3.1
11152025-01-09T19:54:51.500Z Downloaded waitgroup v0.1.2
11162025-01-09T19:54:51.500Z Downloaded phf v0.11.2
11172025-01-09T19:54:51.502Z Downloaded futures-executor v0.3.31
11182025-01-09T19:54:51.502Z Downloaded tls_codec v0.4.1
11192025-01-09T19:54:51.504Z Downloaded synstructure v0.13.1
11202025-01-09T19:54:51.507Z Downloaded utf16_iter v1.0.5
11212025-01-09T19:54:51.507Z Downloaded serde_plain v1.0.2
11222025-01-09T19:54:51.510Z Downloaded ref-cast v1.0.23
11232025-01-09T19:54:51.510Z Downloaded tokio-tungstenite v0.24.0
11242025-01-09T19:54:51.512Z Downloaded hmac v0.12.1
11252025-01-09T19:54:51.514Z Downloaded ghash v0.5.1
11262025-01-09T19:54:51.518Z Downloaded enum-as-inner v0.5.1
11272025-01-09T19:54:51.518Z Downloaded mime_guess v2.0.5
11282025-01-09T19:54:51.523Z Downloaded memoffset v0.9.1
11292025-01-09T19:54:51.523Z Downloaded mirai-annotations v1.12.0
11302025-01-09T19:54:51.523Z Downloaded dirs-next v2.0.0
11312025-01-09T19:54:51.523Z Downloaded lock_api v0.4.12
11322025-01-09T19:54:51.525Z Downloaded libloading v0.8.5
11332025-01-09T19:54:51.525Z Downloaded wait-timeout v0.2.0
11342025-01-09T19:54:51.525Z Downloaded typify-macro v0.2.0
11352025-01-09T19:54:51.528Z Downloaded smf v0.2.3
11362025-01-09T19:54:51.528Z Downloaded smallvec v0.6.14
11372025-01-09T19:54:51.528Z Downloaded allocator-api2 v0.2.18
11382025-01-09T19:54:51.531Z Downloaded ipnet v2.10.1
11392025-01-09T19:54:51.534Z Downloaded crossbeam-utils v0.8.20
11402025-01-09T19:54:51.537Z Downloaded ciborium v0.2.2
11412025-01-09T19:54:51.541Z Downloaded secrecy v0.8.0
11422025-01-09T19:54:51.541Z Downloaded same-file v1.0.6
11432025-01-09T19:54:51.541Z Downloaded maybe-uninit v2.0.0
11442025-01-09T19:54:51.544Z Downloaded litemap v0.7.3
11452025-01-09T19:54:51.547Z Downloaded blake2 v0.10.6
11462025-01-09T19:54:51.547Z Downloaded cancel-safe-futures v0.1.5
11472025-01-09T19:54:51.550Z Downloaded jobserver v0.1.32
11482025-01-09T19:54:51.553Z Downloaded indoc v1.0.9
11492025-01-09T19:54:51.556Z Downloaded bzip2 v0.4.4
11502025-01-09T19:54:51.556Z Downloaded hubpack v0.1.2
11512025-01-09T19:54:51.559Z Downloaded hex-literal v0.4.1
11522025-01-09T19:54:51.559Z Downloaded match_cfg v0.1.0
11532025-01-09T19:54:51.559Z Downloaded managed v0.8.0
11542025-01-09T19:54:51.562Z Downloaded lockfree-object-pool v0.1.6
11552025-01-09T19:54:51.564Z Downloaded linear-map v1.2.0
11562025-01-09T19:54:51.564Z Downloaded libsw v3.3.1
11572025-01-09T19:54:51.567Z Downloaded lalrpop-util v0.19.12
11582025-01-09T19:54:51.567Z Downloaded internet-checksum v0.2.1
11592025-01-09T19:54:51.567Z Downloaded httpdate v1.0.3
11602025-01-09T19:54:51.571Z Downloaded crossbeam-epoch v0.9.18
11612025-01-09T19:54:51.573Z Downloaded ahash v0.8.11
11622025-01-09T19:54:51.573Z Downloaded quinn-udp v0.5.5
11632025-01-09T19:54:51.576Z Downloaded keccak v0.1.5
11642025-01-09T19:54:51.580Z Downloaded is-terminal v0.4.13
11652025-01-09T19:54:51.580Z Downloaded instability v0.3.2
11662025-01-09T19:54:51.580Z Downloaded inout v0.1.3
11672025-01-09T19:54:51.584Z Downloaded csv-core v0.1.11
11682025-01-09T19:54:51.584Z Downloaded bcs v0.1.6
11692025-01-09T19:54:51.587Z Downloaded cassowary v0.3.0
11702025-01-09T19:54:51.587Z Downloaded async-trait v0.1.83
11712025-01-09T19:54:51.590Z Downloaded hyper-rustls v0.27.3
11722025-01-09T19:54:51.592Z Downloaded backoff v0.4.0
11732025-01-09T19:54:51.592Z Downloaded assert_matches v1.5.0
11742025-01-09T19:54:51.595Z Downloaded arrayvec v0.7.6
11752025-01-09T19:54:51.597Z Downloaded array-init v0.0.4
11762025-01-09T19:54:51.597Z Downloaded hostname v0.4.0
11772025-01-09T19:54:51.601Z Downloaded bitflags v1.3.2
11782025-01-09T19:54:51.606Z Downloaded bcrypt-pbkdf v0.10.0
11792025-01-09T19:54:51.606Z Downloaded home v0.5.9
11802025-01-09T19:54:51.606Z Downloaded blowfish v0.9.1
11812025-01-09T19:54:51.606Z Downloaded cobs v0.2.3
11822025-01-09T19:54:51.609Z Downloaded cbc v0.1.2
11832025-01-09T19:54:51.610Z Downloaded castaway v0.2.3
11842025-01-09T19:54:51.610Z Downloaded block-padding v0.3.3
11852025-01-09T19:54:51.610Z Downloaded bitfield-struct v0.6.2
11862025-01-09T19:54:51.613Z Downloaded bitfield v0.14.0
11872025-01-09T19:54:51.613Z Downloaded bit-vec v0.6.3
11882025-01-09T19:54:51.613Z Downloaded bit-set v0.5.3
11892025-01-09T19:54:51.613Z Downloaded base16ct v0.2.0
11902025-01-09T19:54:51.615Z Downloaded arrayref v0.3.9
11912025-01-09T19:54:51.682Z Downloaded ring v0.17.8
11922025-01-09T19:54:51.754Z Downloaded libsqlite3-sys v0.30.1
11932025-01-09T19:54:52.088Z Downloaded aws-lc-sys v0.22.0
11942025-01-09T19:54:52.382Z Compiling serde v1.0.215
11952025-01-09T19:54:52.382Z Compiling lock_api v0.4.12
11962025-01-09T19:54:52.382Z Compiling scopeguard v1.2.0
11972025-01-09T19:54:52.388Z Compiling value-bag v1.9.0
11982025-01-09T19:54:52.388Z Compiling typenum v1.17.0
11992025-01-09T19:54:52.388Z Compiling generic-array v0.14.7
12002025-01-09T19:54:52.545Z Compiling syn v2.0.87
12012025-01-09T19:54:52.556Z Compiling getrandom v0.2.15
12022025-01-09T19:54:52.678Z Compiling shlex v1.3.0
12032025-01-09T19:54:52.814Z Compiling rand_core v0.6.4
12042025-01-09T19:54:53.045Z Compiling subtle v2.6.1
12052025-01-09T19:54:53.090Z Compiling log v0.4.22
12062025-01-09T19:54:53.109Z Compiling jobserver v0.1.32
12072025-01-09T19:54:53.170Z Compiling const-oid v0.9.6
12082025-01-09T19:54:53.352Z Compiling smallvec v1.13.2
12092025-01-09T19:54:53.385Z Compiling pin-project-lite v0.2.14
12102025-01-09T19:54:53.464Z Compiling cc v1.1.30
12112025-01-09T19:54:53.551Z Compiling spin v0.9.8
12122025-01-09T19:54:53.785Z Compiling rustix v0.38.37
12132025-01-09T19:54:53.961Z Compiling parking_lot_core v0.9.10
12142025-01-09T19:54:54.030Z Compiling futures-core v0.3.31
12152025-01-09T19:54:54.060Z Compiling signal-hook-registry v1.4.2
12162025-01-09T19:54:54.272Z Compiling mio v1.0.2
12172025-01-09T19:54:54.649Z Compiling aho-corasick v1.1.3
12182025-01-09T19:54:54.853Z Compiling parking_lot v0.12.3
12192025-01-09T19:54:55.063Z Compiling regex-syntax v0.8.5
12202025-01-09T19:54:55.130Z Compiling either v1.13.0
12212025-01-09T19:54:55.185Z Compiling cpufeatures v0.2.14
12222025-01-09T19:54:55.287Z Compiling lazy_static v1.5.0
12232025-01-09T19:54:55.531Z Compiling futures-sink v0.3.31
12242025-01-09T19:54:55.551Z Compiling glob v0.3.1
12252025-01-09T19:54:55.678Z Compiling stable_deref_trait v1.2.0
12262025-01-09T19:54:55.696Z Compiling socket2 v0.5.7
12272025-01-09T19:54:55.794Z Compiling slab v0.4.9
12282025-01-09T19:54:55.853Z Compiling prettyplease v0.2.25
12292025-01-09T19:54:56.178Z Compiling minimal-lexical v0.2.1
12302025-01-09T19:54:56.210Z Compiling serde_json v1.0.133
12312025-01-09T19:54:56.634Z Compiling clang-sys v1.8.1
12322025-01-09T19:54:56.726Z Compiling nom v7.1.3
12332025-01-09T19:54:56.729Z Compiling libloading v0.8.5
12342025-01-09T19:54:56.858Z Compiling bindgen v0.69.5
12352025-01-09T19:54:57.195Z Compiling home v0.5.9
12362025-01-09T19:54:57.496Z Compiling futures-channel v0.3.31
12372025-01-09T19:54:57.712Z Compiling itertools v0.12.1
12382025-01-09T19:54:57.942Z Compiling lazycell v1.3.0
12392025-01-09T19:54:57.993Z Compiling libm v0.2.8
12402025-01-09T19:54:58.117Z Compiling foldhash v0.1.3
12412025-01-09T19:54:58.365Z Compiling pin-utils v0.1.0
12422025-01-09T19:54:58.460Z Compiling allocator-api2 v0.2.18
12432025-01-09T19:54:58.479Z Compiling futures-task v0.3.31
12442025-01-09T19:54:58.773Z Compiling futures-io v0.3.31
12452025-01-09T19:54:59.100Z Compiling regex-automata v0.4.8
12462025-01-09T19:54:59.242Z Compiling rustc-hash v1.1.0
12472025-01-09T19:54:59.387Z Compiling hashbrown v0.15.1
12482025-01-09T19:55:00.488Z Compiling synstructure v0.13.1
12492025-01-09T19:55:00.761Z Compiling cexpr v0.6.0
12502025-01-09T19:55:01.044Z Compiling cmake v0.1.51
12512025-01-09T19:55:02.124Z Compiling num-traits v0.2.19
12522025-01-09T19:55:02.280Z Compiling dunce v1.0.5
12532025-01-09T19:55:02.319Z Compiling fs_extra v1.3.0
12542025-01-09T19:55:02.409Z Compiling tinyvec_macros v0.1.1
12552025-01-09T19:55:02.426Z Compiling pkg-config v0.3.31
12562025-01-09T19:55:02.504Z Compiling tinyvec v1.8.0
12572025-01-09T19:55:02.954Z Compiling ring v0.17.8
12582025-01-09T19:55:04.076Z Compiling unicode-normalization v0.1.24
12592025-01-09T19:55:04.095Z Compiling base64ct v1.6.0
12602025-01-09T19:55:04.141Z Compiling litemap v0.7.3
12612025-01-09T19:55:04.380Z Compiling unicode-bidi v0.3.17
12622025-01-09T19:55:04.540Z Compiling writeable v0.5.5
12632025-01-09T19:55:04.701Z Compiling paste v1.0.15
12642025-01-09T19:55:05.175Z Compiling regex v1.11.1
12652025-01-09T19:55:05.237Z Compiling pem-rfc7468 v0.7.0
12662025-01-09T19:55:05.888Z Compiling flagset v0.4.6
12672025-01-09T19:55:05.982Z Compiling aws-lc-rs v1.10.0
12682025-01-09T19:55:06.083Z Compiling httparse v1.9.5
12692025-01-09T19:55:06.219Z Compiling tracing-core v0.1.32
12702025-01-09T19:55:06.404Z Compiling icu_locid_transform_data v1.5.0
12712025-01-09T19:55:06.519Z Compiling crossbeam-utils v0.8.20
12722025-01-09T19:55:06.865Z Compiling rustls-pki-types v1.10.0
12732025-01-09T19:55:07.104Z Compiling percent-encoding v2.3.1
12742025-01-09T19:55:07.484Z Compiling untrusted v0.9.0
12752025-01-09T19:55:07.597Z Compiling serde_derive v1.0.215
12762025-01-09T19:55:07.653Z Compiling zeroize_derive v1.4.2
12772025-01-09T19:55:07.670Z Compiling zerocopy-derive v0.7.35
12782025-01-09T19:55:07.963Z Compiling tokio-macros v2.4.0
12792025-01-09T19:55:08.027Z Compiling zerofrom-derive v0.1.4
12802025-01-09T19:55:09.181Z Compiling zeroize v1.8.1
12812025-01-09T19:55:09.619Z Compiling thiserror-impl v1.0.69
12822025-01-09T19:55:09.777Z Compiling yoke-derive v0.7.4
12832025-01-09T19:55:10.016Z Compiling zerocopy v0.7.35
12842025-01-09T19:55:11.067Z Compiling crypto-common v0.1.6
12852025-01-09T19:55:11.256Z Compiling block-buffer v0.10.4
12862025-01-09T19:55:11.530Z Compiling digest v0.10.7
12872025-01-09T19:55:11.808Z Compiling zerovec-derive v0.10.3
12882025-01-09T19:55:12.030Z Compiling hmac v0.12.1
12892025-01-09T19:55:12.227Z Compiling zerofrom v0.1.4
12902025-01-09T19:55:12.256Z Compiling futures-macro v0.3.31
12912025-01-09T19:55:12.434Z Compiling block-padding v0.3.3
12922025-01-09T19:55:12.653Z Compiling displaydoc v0.2.5
12932025-01-09T19:55:12.700Z Compiling inout v0.1.3
12942025-01-09T19:55:12.845Z Compiling yoke v0.7.4
12952025-01-09T19:55:12.967Z Compiling cipher v0.4.4
12962025-01-09T19:55:13.032Z Compiling thiserror v1.0.69
12972025-01-09T19:55:13.180Z Compiling sha2 v0.10.8
12982025-01-09T19:55:13.208Z Compiling ppv-lite86 v0.2.20
12992025-01-09T19:55:13.510Z Compiling der_derive v0.7.3
13002025-01-09T19:55:14.035Z Compiling icu_provider_macros v1.5.0
13012025-01-09T19:55:14.292Z Compiling futures-util v0.3.31
13022025-01-09T19:55:14.365Z Compiling rand_chacha v0.3.1
13032025-01-09T19:55:14.434Z Compiling zerovec v0.10.4
13042025-01-09T19:55:15.147Z Compiling tracing-attributes v0.1.27
13052025-01-09T19:55:16.107Z Compiling der v0.7.9
13062025-01-09T19:55:16.477Z Compiling tinystr v0.7.6
13072025-01-09T19:55:16.709Z Compiling icu_collections v1.5.0
13082025-01-09T19:55:16.757Z Compiling rand v0.8.5
13092025-01-09T19:55:16.914Z Compiling icu_locid v1.5.0
13102025-01-09T19:55:18.276Z Compiling icu_provider v1.5.0
13112025-01-09T19:55:18.894Z Compiling spki v0.7.3
13122025-01-09T19:55:19.071Z Compiling tracing v0.1.40
13132025-01-09T19:55:19.273Z Compiling icu_locid_transform v1.5.0
13142025-01-09T19:55:19.341Z Compiling salsa20 v0.10.2
13152025-01-09T19:55:19.389Z Compiling pest v2.7.14
13162025-01-09T19:55:19.431Z Compiling pbkdf2 v0.12.2
13172025-01-09T19:55:19.546Z Compiling untrusted v0.7.1
13182025-01-09T19:55:19.578Z Compiling mirai-annotations v1.12.0
13192025-01-09T19:55:19.580Z Compiling vcpkg v0.2.15
13202025-01-09T19:55:19.736Z Compiling icu_properties_data v1.5.0
13212025-01-09T19:55:19.790Z Compiling time-core v0.1.2
13222025-01-09T19:55:19.975Z Compiling powerfmt v0.2.0
13232025-01-09T19:55:20.001Z Compiling num-conv v0.1.0
13242025-01-09T19:55:20.296Z Compiling time-macros v0.2.18
13252025-01-09T19:55:20.371Z Compiling icu_properties v1.5.1
13262025-01-09T19:55:20.402Z Compiling deranged v0.3.11
13272025-01-09T19:55:21.824Z Compiling openssl-sys v0.9.103
13282025-01-09T19:55:21.861Z Compiling scrypt v0.11.0
13292025-01-09T19:55:22.326Z Compiling bitflags v2.6.0
13302025-01-09T19:55:22.407Z Compiling bytes v1.8.0
13312025-01-09T19:55:22.545Z Compiling indexmap v2.6.0
13322025-01-09T19:55:22.947Z Compiling semver v1.0.23
13332025-01-09T19:55:23.700Z Compiling tokio v1.40.0
13342025-01-09T19:55:23.782Z Compiling http v1.1.0
13352025-01-09T19:55:23.801Z Compiling rustc_version v0.4.1
13362025-01-09T19:55:24.060Z Compiling pest_meta v2.7.14
13372025-01-09T19:55:24.642Z Compiling cbc v0.1.2
13382025-01-09T19:55:24.879Z Compiling aes v0.8.4
13392025-01-09T19:55:24.899Z Compiling scroll_derive v0.12.0
13402025-01-09T19:55:25.812Z Compiling write16 v1.0.0
13412025-01-09T19:55:25.955Z Compiling atomic-waker v1.1.2
13422025-01-09T19:55:26.142Z Compiling num_threads v0.1.7
13432025-01-09T19:55:26.275Z Compiling utf16_iter v1.0.5
13442025-01-09T19:55:26.324Z Compiling utf8_iter v1.0.4
13452025-01-09T19:55:26.471Z Compiling icu_normalizer_data v1.5.0
13462025-01-09T19:55:26.491Z Compiling scroll v0.12.0
13472025-01-09T19:55:26.557Z Compiling icu_normalizer v1.5.0
13482025-01-09T19:55:26.582Z Compiling time v0.3.36
13492025-01-09T19:55:26.649Z Compiling pkcs5 v0.7.1
13502025-01-09T19:55:27.082Z Compiling which v4.4.2
13512025-01-09T19:55:27.823Z Compiling pest_generator v2.7.14
13522025-01-09T19:55:27.884Z Compiling http-body v1.0.1
13532025-01-09T19:55:28.292Z Compiling form_urlencoded v1.2.1
13542025-01-09T19:55:28.376Z Compiling try-lock v0.2.5
13552025-01-09T19:55:28.534Z Compiling slog v2.7.0
13562025-01-09T19:55:28.622Z Compiling goblin v0.8.2
13572025-01-09T19:55:28.622Z Compiling want v0.3.1
13582025-01-09T19:55:28.917Z Compiling idna_adapter v1.2.0
13592025-01-09T19:55:29.128Z Compiling pkcs8 v0.10.2
13602025-01-09T19:55:29.147Z Compiling uuid v1.11.0
13612025-01-09T19:55:29.342Z Compiling iana-time-zone v0.1.61
13622025-01-09T19:55:29.824Z Compiling httpdate v1.0.3
13632025-01-09T19:55:29.895Z Compiling chrono v0.4.38
13642025-01-09T19:55:29.897Z Compiling pest_derive v2.7.14
13652025-01-09T19:55:30.531Z Compiling idna v1.0.3
13662025-01-09T19:55:30.734Z Compiling dtrace-parser v0.2.0
13672025-01-09T19:55:31.301Z Compiling serde_spanned v0.6.8
13682025-01-09T19:55:31.542Z Compiling toml_datetime v0.6.8
13692025-01-09T19:55:31.952Z Compiling serde_tokenstream v0.2.2
13702025-01-09T19:55:32.071Z Compiling adler2 v2.0.0
13712025-01-09T19:55:32.284Z Compiling foreign-types-shared v0.1.1
13722025-01-09T19:55:32.398Z Compiling tokio-util v0.7.12
13732025-01-09T19:55:32.419Z Compiling tower-service v0.3.3
13742025-01-09T19:55:32.546Z Compiling rustversion v1.0.17
13752025-01-09T19:55:32.581Z Compiling base64 v0.22.1
13762025-01-09T19:55:33.003Z Compiling openssl v0.10.66
13772025-01-09T19:55:33.296Z Compiling match_cfg v0.1.0
13782025-01-09T19:55:33.344Z Compiling h2 v0.4.6
13792025-01-09T19:55:33.392Z Compiling hostname v0.3.1
13802025-01-09T19:55:33.528Z Compiling foreign-types v0.3.2
13812025-01-09T19:55:33.629Z Compiling miniz_oxide v0.8.0
13822025-01-09T19:55:33.652Z Compiling url v2.5.3
13832025-01-09T19:55:33.805Z Compiling async-trait v0.1.83
13842025-01-09T19:55:35.144Z Compiling dof v0.3.0
13852025-01-09T19:55:35.199Z Compiling openssl-macros v0.1.1
13862025-01-09T19:55:35.732Z Compiling serde_derive_internals v0.29.1
13872025-01-09T19:55:36.020Z Compiling usdt-impl v0.5.0
13882025-01-09T19:55:36.566Z Compiling dirs-sys-next v0.1.2
13892025-01-09T19:55:37.234Z Compiling native-tls v0.2.12
13902025-01-09T19:55:37.432Z Compiling syn v1.0.109
13912025-01-09T19:55:37.555Z Compiling siphasher v0.3.11
13922025-01-09T19:55:37.607Z Compiling rustls v0.22.4
13932025-01-09T19:55:37.870Z Compiling data-encoding v2.6.0
13942025-01-09T19:55:37.924Z Compiling rustls v0.23.19
13952025-01-09T19:55:38.068Z Compiling schemars v0.8.21
13962025-01-09T19:55:38.313Z Compiling dirs-next v2.0.0
13972025-01-09T19:55:38.539Z Compiling schemars_derive v0.8.21
13982025-01-09T19:55:39.208Z Compiling http-body-util v0.1.2
13992025-01-09T19:55:39.695Z Compiling crossbeam-epoch v0.9.18
14002025-01-09T19:55:39.755Z Compiling heapless v0.7.17
14012025-01-09T19:55:39.975Z Compiling signature v2.2.0
14022025-01-09T19:55:40.194Z Compiling sha1 v0.10.6
14032025-01-09T19:55:40.272Z Compiling hyper v1.5.0
14042025-01-09T19:55:40.292Z Compiling bzip2-sys v0.1.11+1.0.8
14052025-01-09T19:55:40.484Z Compiling thread_local v1.1.8
14062025-01-09T19:55:40.680Z Compiling cookie v0.18.1
14072025-01-09T19:55:40.844Z Compiling encoding_rs v0.8.34
14082025-01-09T19:55:40.961Z Compiling multer v3.1.0
14092025-01-09T19:55:41.116Z Compiling mime v0.3.17
14102025-01-09T19:55:41.237Z Compiling dyn-clone v1.0.17
14112025-01-09T19:55:41.456Z Compiling slog-async v2.8.0
14122025-01-09T19:55:41.734Z Compiling ipnet v2.10.1
14132025-01-09T19:55:41.997Z Compiling rayon-core v1.12.1
14142025-01-09T19:55:42.105Z Compiling gimli v0.31.1
14152025-01-09T19:55:42.257Z Compiling unicode-properties v0.1.3
14162025-01-09T19:55:42.652Z Compiling signal-hook v0.3.17
14172025-01-09T19:55:42.916Z Compiling hyper-util v0.1.10
14182025-01-09T19:55:43.023Z Compiling openssl-probe v0.1.5
14192025-01-09T19:55:43.427Z Compiling stringprep v0.1.5
14202025-01-09T19:55:44.768Z Compiling toml_edit v0.22.22
14212025-01-09T19:55:45.511Z Compiling crossbeam-deque v0.8.5
14222025-01-09T19:55:45.868Z Compiling usdt-attr-macro v0.5.0
14232025-01-09T19:55:46.159Z Compiling usdt-macro v0.5.0
14242025-01-09T19:55:47.033Z Compiling addr2line v0.24.2
14252025-01-09T19:55:47.266Z Compiling term v0.7.0
14262025-01-09T19:55:47.465Z Compiling slog-json v2.6.1
14272025-01-09T19:55:47.659Z Compiling serde_urlencoded v0.7.1
14282025-01-09T19:55:47.772Z Compiling crossbeam-channel v0.5.13
14292025-01-09T19:55:47.856Z Compiling curve25519-dalek v4.1.3
14302025-01-09T19:55:47.929Z Compiling futures-executor v0.3.31
14312025-01-09T19:55:48.222Z Compiling md-5 v0.10.6
14322025-01-09T19:55:48.480Z Compiling async-stream-impl v0.3.6
14332025-01-09T19:55:48.499Z Compiling enum-as-inner v0.6.1
14342025-01-09T19:55:48.522Z Compiling rustls-pemfile v2.2.0
14352025-01-09T19:55:48.768Z Compiling num-integer v0.1.46
14362025-01-09T19:55:48.836Z Compiling idna v0.4.0
14372025-01-09T19:55:48.870Z Compiling idna v0.3.0
14382025-01-09T19:55:49.578Z Compiling hash32 v0.2.1
14392025-01-09T19:55:49.580Z Compiling ff v0.13.0
14402025-01-09T19:55:49.835Z Compiling is-terminal v0.4.13
14412025-01-09T19:55:49.856Z Compiling object v0.36.5
14422025-01-09T19:55:49.969Z Compiling dropshot v0.12.0
14432025-01-09T19:55:49.972Z Compiling utf-8 v0.7.6
14442025-01-09T19:55:50.242Z Compiling num-bigint-dig v0.8.4
14452025-01-09T19:55:50.328Z Compiling base16ct v0.2.0
14462025-01-09T19:55:50.517Z Compiling take_mut v0.2.2
14472025-01-09T19:55:50.555Z Compiling anyhow v1.0.93
14482025-01-09T19:55:50.606Z Compiling portable-atomic v1.9.0
14492025-01-09T19:55:50.677Z Compiling smoltcp v0.9.1
14502025-01-09T19:55:50.694Z Compiling linked-hash-map v0.5.6
14512025-01-09T19:55:51.082Z Compiling rustc-demangle v0.1.24
14522025-01-09T19:55:51.210Z Compiling psl-types v2.0.11
14532025-01-09T19:55:51.411Z Compiling fallible-iterator v0.2.0
14542025-01-09T19:55:51.434Z Compiling quick-error v1.2.3
14552025-01-09T19:55:51.582Z Compiling resolv-conf v0.7.0
14562025-01-09T19:55:51.825Z Compiling publicsuffix v2.2.3
14572025-01-09T19:55:52.083Z Compiling lru-cache v0.1.2
14582025-01-09T19:55:52.157Z Compiling postgres-protocol v0.6.7
14592025-01-09T19:55:52.392Z Compiling sec1 v0.7.3
14602025-01-09T19:55:52.570Z Compiling tungstenite v0.24.0
14612025-01-09T19:55:52.982Z Compiling slog-term v2.9.1
14622025-01-09T19:55:53.513Z Compiling async-stream v0.3.6
14632025-01-09T19:55:53.532Z Compiling usdt v0.5.0
14642025-01-09T19:55:53.814Z Compiling group v0.13.0
14652025-01-09T19:55:54.038Z Compiling hickory-proto v0.24.1
14662025-01-09T19:55:54.152Z Compiling num-iter v0.1.45
14672025-01-09T19:55:54.347Z Compiling futures v0.3.31
14682025-01-09T19:55:54.434Z Compiling toml v0.8.19
14692025-01-09T19:55:54.474Z Compiling slog-bunyan v2.5.0
14702025-01-09T19:55:55.842Z Compiling camino v1.1.9
14712025-01-09T19:55:56.071Z Compiling tokio-native-tls v0.3.1
14722025-01-09T19:55:56.358Z Compiling phf_shared v0.11.2
14732025-01-09T19:55:56.519Z Compiling dropshot_endpoint v0.12.0
14742025-01-09T19:55:56.736Z Compiling terminal_size v0.4.0
14752025-01-09T19:55:56.845Z Compiling waitgroup v0.1.2
14762025-01-09T19:55:56.958Z Compiling openapiv3 v2.0.0
14772025-01-09T19:55:57.079Z Compiling backtrace v0.3.74
14782025-01-09T19:55:57.236Z Compiling serde_path_to_error v0.1.16
14792025-01-09T19:55:57.781Z Compiling hkdf v0.12.4
14802025-01-09T19:55:58.033Z Compiling crypto-bigint v0.5.5
14812025-01-09T19:55:58.104Z Compiling zerocopy-derive v0.6.6
14822025-01-09T19:56:00.368Z Compiling curve25519-dalek-derive v0.1.1
14832025-01-09T19:56:00.897Z Compiling webpki-roots v0.26.6
14842025-01-09T19:56:01.115Z Compiling idna v0.5.0
14852025-01-09T19:56:01.221Z Compiling hostname v0.4.0
14862025-01-09T19:56:01.501Z Compiling crc32fast v1.4.2
14872025-01-09T19:56:01.521Z Compiling ahash v0.8.11
14882025-01-09T19:56:01.832Z Compiling fs-err v2.11.0
14892025-01-09T19:56:01.876Z Compiling bitflags v1.3.2
14902025-01-09T19:56:01.913Z Compiling winnow v0.5.40
14912025-01-09T19:56:01.980Z Compiling debug-ignore v1.0.5
14922025-01-09T19:56:02.050Z Compiling hubpack_derive v0.1.1
14932025-01-09T19:56:02.096Z Compiling newtype-uuid v1.1.3
14942025-01-09T19:56:02.122Z Compiling managed v0.8.0
14952025-01-09T19:56:02.360Z Compiling clap_builder v4.5.21
14962025-01-09T19:56:02.945Z Compiling console v0.15.8
14972025-01-09T19:56:02.964Z Compiling hubpack v0.1.2
14982025-01-09T19:56:03.399Z Compiling cookie_store v0.21.0
14992025-01-09T19:56:04.642Z Compiling strum_macros v0.25.3
15002025-01-09T19:56:04.848Z Compiling flate2 v1.0.34
15012025-01-09T19:56:04.864Z Compiling elliptic-curve v0.13.8
15022025-01-09T19:56:05.070Z Compiling zerocopy v0.6.6
15032025-01-09T19:56:05.735Z Compiling toml_edit v0.19.15
15042025-01-09T19:56:05.886Z Compiling hickory-resolver v0.24.1
15052025-01-09T19:56:06.004Z Compiling phf v0.11.2
15062025-01-09T19:56:06.320Z Compiling signal-hook-mio v0.2.4
15072025-01-09T19:56:06.483Z Compiling hyper-tls v0.6.0
15082025-01-09T19:56:06.898Z Compiling rayon v1.10.0
15092025-01-09T19:56:06.917Z Compiling bzip2 v0.4.4
15102025-01-09T19:56:08.892Z Compiling tokio-tungstenite v0.24.0
15112025-01-09T19:56:09.418Z Compiling postgres-types v0.2.8
15122025-01-09T19:56:11.856Z Compiling ed25519 v2.2.3
15132025-01-09T19:56:11.880Z Compiling phf_shared v0.10.0
15142025-01-09T19:56:12.297Z Compiling tokio-stream v0.1.16
15152025-01-09T19:56:12.425Z Compiling pkcs1 v0.7.5
15162025-01-09T19:56:12.599Z Compiling serde-big-array v0.5.1
15172025-01-09T19:56:12.777Z Compiling rfc6979 v0.4.0
15182025-01-09T19:56:12.839Z Compiling clap_derive v4.5.18
15192025-01-09T19:56:12.968Z Compiling derive-where v1.2.7
15202025-01-09T19:56:13.392Z Compiling serde_repr v0.1.19
15212025-01-09T19:56:13.462Z Compiling float-cmp v0.9.0
15222025-01-09T19:56:13.689Z Compiling bstr v1.10.0
15232025-01-09T19:56:13.692Z Compiling sync_wrapper v1.0.1
15242025-01-09T19:56:13.862Z Compiling bit-vec v0.6.3
15252025-01-09T19:56:13.993Z Compiling new_debug_unreachable v1.0.6
15262025-01-09T19:56:14.086Z Compiling normalize-line-endings v0.3.0
15272025-01-09T19:56:14.231Z Compiling whoami v1.5.2
15282025-01-09T19:56:14.329Z Compiling static_assertions v1.1.0
15292025-01-09T19:56:14.430Z Compiling number_prefix v0.4.0
15302025-01-09T19:56:14.604Z Compiling unicode-segmentation v1.12.0
15312025-01-09T19:56:14.666Z Compiling predicates-core v1.0.8
15322025-01-09T19:56:14.902Z Compiling fixedbitset v0.4.2
15332025-01-09T19:56:15.031Z Compiling precomputed-hash v0.1.1
15342025-01-09T19:56:15.152Z Compiling difflib v0.4.0
15352025-01-09T19:56:15.370Z Compiling unicode-width v0.2.0
15362025-01-09T19:56:15.507Z Compiling similar v2.6.0
15372025-01-09T19:56:15.527Z Compiling petgraph v0.6.5
15382025-01-09T19:56:15.892Z Compiling indicatif v0.17.9
15392025-01-09T19:56:16.693Z Compiling predicates v3.1.2
15402025-01-09T19:56:16.882Z Compiling string_cache v0.8.7
15412025-01-09T19:56:17.372Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15422025-01-09T19:56:17.990Z Compiling tokio-postgres v0.7.12
15432025-01-09T19:56:18.043Z Compiling clap v4.5.21
15442025-01-09T19:56:18.151Z Compiling bit-set v0.5.3
15452025-01-09T19:56:18.170Z Compiling ecdsa v0.16.9
15462025-01-09T19:56:18.699Z Compiling rsa v0.9.6
15472025-01-09T19:56:18.706Z Compiling ed25519-dalek v2.1.1
15482025-01-09T19:56:19.084Z Compiling toml v0.7.8
15492025-01-09T19:56:19.798Z Compiling zip v0.6.6
15502025-01-09T19:56:19.836Z Compiling crossterm v0.28.1
15512025-01-09T19:56:21.925Z Compiling hex v0.4.3
15522025-01-09T19:56:21.956Z Compiling x509-cert v0.2.5
15532025-01-09T19:56:22.205Z Compiling itertools v0.10.5
15542025-01-09T19:56:22.587Z Compiling unicode-xid v0.2.6
15552025-01-09T19:56:22.769Z Compiling lalrpop-util v0.19.12
15562025-01-09T19:56:23.137Z Compiling peg-runtime v0.8.3
15572025-01-09T19:56:23.786Z Compiling strum_macros v0.26.4
15582025-01-09T19:56:23.846Z Compiling xattr v1.3.1
15592025-01-09T19:56:23.866Z Compiling filetime v0.2.25
15602025-01-09T19:56:24.120Z Compiling tar v0.4.42
15612025-01-09T19:56:29.053Z Compiling strum v0.26.3
15622025-01-09T19:56:30.980Z Compiling aws-lc-sys v0.22.0
15632025-01-09T19:57:08.125Z Compiling rustls-webpki v0.102.8
15642025-01-09T19:57:11.481Z Compiling tokio-rustls v0.25.0
15652025-01-09T19:57:13.146Z Compiling tokio-rustls v0.26.0
15662025-01-09T19:57:13.387Z Compiling hyper-rustls v0.27.3
15672025-01-09T19:57:13.889Z Compiling reqwest v0.12.9
15682025-01-09T19:57:14.833Z Compiling qorb v0.2.1
15692025-01-09T19:57:19.955Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15702025-01-09T19:57:20.195Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15712025-01-09T19:57:25.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15722025-01-09T19:57:26.034Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15732025-01-09T19:57:27.091ZJan 09 19:57:25.066 INFO Starting download, target: Cockroach
15742025-01-09T19:57:27.091ZJan 09 19:57:25.067 INFO Starting download, target: Clickhouse
15752025-01-09T19:57:27.091ZJan 09 19:57:25.067 INFO Starting download, target: Console
15762025-01-09T19:57:27.091ZJan 09 19:57:25.067 INFO Starting download, target: DendriteOpenapi
15772025-01-09T19:57:27.100ZJan 09 19:57:25.067 INFO Starting download, target: DendriteStub
15782025-01-09T19:57:27.100ZJan 09 19:57:25.067 INFO Starting download, target: MaghemiteMgd
15792025-01-09T19:57:27.101ZJan 09 19:57:25.067 INFO Starting download, target: TransceiverControl
15802025-01-09T19:57:27.101ZJan 09 19:57:25.067 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15812025-01-09T19:57:27.101ZJan 09 19:57:25.067 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15822025-01-09T19:57:27.101ZJan 09 19:57:25.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15832025-01-09T19:57:27.101ZJan 09 19:57:25.068 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15842025-01-09T19:57:27.101ZJan 09 19:57:25.068 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15852025-01-09T19:57:27.101ZJan 09 19:57:25.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15862025-01-09T19:57:27.101ZJan 09 19:57:25.068 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15872025-01-09T19:57:27.101ZJan 09 19:57:25.304 INFO Download complete, target: DendriteOpenapi
15882025-01-09T19:57:27.101ZJan 09 19:57:25.588 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15892025-01-09T19:57:27.101ZJan 09 19:57:25.906 INFO Download complete, target: Console
15902025-01-09T19:57:27.102ZJan 09 19:57:25.960 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15912025-01-09T19:57:27.102ZJan 09 19:57:26.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15922025-01-09T19:57:27.219ZJan 09 19:57:26.207 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15932025-01-09T19:57:27.723ZJan 09 19:57:26.706 INFO Download complete, target: TransceiverControl
15942025-01-09T19:57:27.823ZJan 09 19:57:26.811 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15952025-01-09T19:57:27.824ZJan 09 19:57:26.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15962025-01-09T19:57:28.012ZJan 09 19:57:26.999 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15972025-01-09T19:57:30.041ZJan 09 19:57:29.028 INFO Download complete, target: MaghemiteMgd
15982025-01-09T19:57:30.129ZJan 09 19:57:29.114 INFO Download complete, target: DendriteStub
15992025-01-09T19:57:35.395ZJan 09 19:57:34.382 INFO Checking that binary works, target: Cockroach
16002025-01-09T19:57:35.556ZJan 09 19:57:34.543 INFO Download complete, target: Cockroach
16012025-01-09T19:57:40.737ZJan 09 19:57:39.724 INFO Checking that binary works, target: Clickhouse
16022025-01-09T19:57:41.475ZJan 09 19:57:40.462 INFO Download complete, target: Clickhouse
16032025-01-09T19:57:41.591ZAll builder prerequisites installed successfully, and PATH looks valid
16042025-01-09T19:57:41.593Z
16052025-01-09T19:57:41.593Zreal 7:15.203912448
16062025-01-09T19:57:41.593Zuser 16:42.949051094
16072025-01-09T19:57:41.594Zsys 3:18.482079801
16082025-01-09T19:57:41.594Ztrap 0.548940351
16092025-01-09T19:57:41.594Ztflt 9.223583336
16102025-01-09T19:57:41.594Zdflt 8.596226227
16112025-01-09T19:57:41.594Zkflt 0.172416041
16122025-01-09T19:57:41.594Zlock 30:09.421702808
16132025-01-09T19:57:41.594Zslp 1:08:43.320258064
16142025-01-09T19:57:41.594Zlat 53.679356168
16152025-01-09T19:57:41.594Zstop 2:13.053180882
16162025-01-09T19:57:41.594Z+ banner hack-check
16172025-01-09T19:57:41.597Z
16182025-01-09T19:57:41.597Z # # ## #### # # #### # # ###### #### # #
16192025-01-09T19:57:41.597Z # # # # # # # # # # # # # # # # #
16202025-01-09T19:57:41.597Z ###### # # # #### ##### # ###### ##### # ####
16212025-01-09T19:57:41.597Z # # ###### # # # # # # # # # #
16222025-01-09T19:57:41.597Z # # # # # # # # # # # # # # # # #
16232025-01-09T19:57:41.597Z # # # # #### # # #### # # ###### #### # #
16242025-01-09T19:57:41.597Z
16252025-01-09T19:57:41.597Z+ export CARGO_INCREMENTAL=0
16262025-01-09T19:57:41.597Z+ CARGO_INCREMENTAL=0
16272025-01-09T19:57:41.597Z+ ptime -m timeout 2h cargo xtask check-features --ci
16282025-01-09T19:57:42.115Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16292025-01-09T19:57:45.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
16302025-01-09T19:57:45.645Z Running `target/debug/xtask check-features --ci`
16312025-01-09T19:57:45.666Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16322025-01-09T19:57:45.666Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16332025-01-09T19:57:46.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16342025-01-09T19:57:46.143Z Running `target/debug/xtask download cargo-hack`
16352025-01-09T19:57:46.962Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16362025-01-09T19:57:47.328Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16372025-01-09T19:57:52.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
16382025-01-09T19:57:52.442Z Running `target/debug/xtask-downloader cargo-hack`
16392025-01-09T19:57:52.478ZJan 09 19:57:51.463 INFO Starting download, target: CargoHack
16402025-01-09T19:57:52.482ZJan 09 19:57:51.464 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16412025-01-09T19:57:52.958ZJan 09 19:57:51.944 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16422025-01-09T19:57:53.046ZJan 09 19:57:52.032 INFO Download complete, target: CargoHack
16432025-01-09T19:57:53.050Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16442025-01-09T19:57:53.065Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16452025-01-09T19:57:53.234Zinfo: running `cargo check --bins` on api_identity (1/176)
16462025-01-09T19:57:53.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472025-01-09T19:57:53.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482025-01-09T19:57:53.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492025-01-09T19:57:53.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16502025-01-09T19:57:53.826Z
16512025-01-09T19:57:53.826Zinfo: running `cargo check --bins` on bootstore (2/176)
16522025-01-09T19:57:54.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532025-01-09T19:57:54.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542025-01-09T19:57:54.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552025-01-09T19:57:54.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16562025-01-09T19:57:54.461Z
16572025-01-09T19:57:54.461Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16582025-01-09T19:57:55.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592025-01-09T19:57:55.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602025-01-09T19:57:55.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612025-01-09T19:57:55.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16622025-01-09T19:57:55.088Z
16632025-01-09T19:57:55.088Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16642025-01-09T19:57:55.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652025-01-09T19:57:55.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662025-01-09T19:57:55.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672025-01-09T19:57:55.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16682025-01-09T19:57:55.702Z
16692025-01-09T19:57:55.702Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16702025-01-09T19:57:56.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712025-01-09T19:57:56.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722025-01-09T19:57:56.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732025-01-09T19:57:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16742025-01-09T19:57:56.126Z
16752025-01-09T19:57:56.126Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16762025-01-09T19:57:56.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772025-01-09T19:57:56.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782025-01-09T19:57:56.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792025-01-09T19:57:56.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16802025-01-09T19:57:56.550Z
16812025-01-09T19:57:56.550Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16822025-01-09T19:57:56.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832025-01-09T19:57:56.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842025-01-09T19:57:56.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852025-01-09T19:57:56.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16862025-01-09T19:57:56.968Z
16872025-01-09T19:57:56.968Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16882025-01-09T19:57:57.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892025-01-09T19:57:57.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902025-01-09T19:57:57.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912025-01-09T19:57:57.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16922025-01-09T19:57:57.393Z
16932025-01-09T19:57:57.393Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16942025-01-09T19:57:57.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952025-01-09T19:57:57.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962025-01-09T19:57:57.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972025-01-09T19:57:57.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16982025-01-09T19:57:57.808Z
16992025-01-09T19:57:57.808Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
17002025-01-09T19:57:58.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012025-01-09T19:57:58.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022025-01-09T19:57:58.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032025-01-09T19:57:58.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17042025-01-09T19:57:58.237Z
17052025-01-09T19:57:58.237Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
17062025-01-09T19:57:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072025-01-09T19:57:58.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082025-01-09T19:57:58.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092025-01-09T19:57:58.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17102025-01-09T19:57:58.656Z
17112025-01-09T19:57:58.656Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
17122025-01-09T19:57:59.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132025-01-09T19:57:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142025-01-09T19:57:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152025-01-09T19:57:59.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17162025-01-09T19:57:59.083Z
17172025-01-09T19:57:59.083Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17182025-01-09T19:57:59.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192025-01-09T19:57:59.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202025-01-09T19:57:59.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212025-01-09T19:57:59.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17222025-01-09T19:57:59.509Z
17232025-01-09T19:57:59.509Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17242025-01-09T19:57:59.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252025-01-09T19:57:59.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262025-01-09T19:57:59.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272025-01-09T19:57:59.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17282025-01-09T19:57:59.927Z
17292025-01-09T19:57:59.927Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17302025-01-09T19:58:00.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-01-09T19:58:00.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-01-09T19:58:00.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-01-09T19:58:00.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17342025-01-09T19:58:00.359Z
17352025-01-09T19:58:00.359Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17362025-01-09T19:58:00.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-01-09T19:58:00.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-01-09T19:58:00.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-01-09T19:58:00.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17402025-01-09T19:58:00.800Z
17412025-01-09T19:58:00.800Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17422025-01-09T19:58:01.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-01-09T19:58:01.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-01-09T19:58:01.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-01-09T19:58:01.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17462025-01-09T19:58:01.247Z
17472025-01-09T19:58:01.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17482025-01-09T19:58:01.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-01-09T19:58:01.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-01-09T19:58:01.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-01-09T19:58:01.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17522025-01-09T19:58:01.680Z
17532025-01-09T19:58:01.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17542025-01-09T19:58:02.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-01-09T19:58:02.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-01-09T19:58:02.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-01-09T19:58:02.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17582025-01-09T19:58:02.106Z
17592025-01-09T19:58:02.106Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17602025-01-09T19:58:02.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-01-09T19:58:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-01-09T19:58:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-01-09T19:58:02.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17642025-01-09T19:58:02.540Z
17652025-01-09T19:58:02.540Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17662025-01-09T19:58:02.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-01-09T19:58:02.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-01-09T19:58:02.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-01-09T19:58:02.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17702025-01-09T19:58:02.955Z
17712025-01-09T19:58:02.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17722025-01-09T19:58:03.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-01-09T19:58:03.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-01-09T19:58:03.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-01-09T19:58:03.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17762025-01-09T19:58:03.384Z
17772025-01-09T19:58:03.384Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17782025-01-09T19:58:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-01-09T19:58:03.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-01-09T19:58:03.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-01-09T19:58:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17822025-01-09T19:58:03.815Z
17832025-01-09T19:58:03.815Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17842025-01-09T19:58:04.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-01-09T19:58:04.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-01-09T19:58:04.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-01-09T19:58:04.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17882025-01-09T19:58:04.247Z
17892025-01-09T19:58:04.247Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17902025-01-09T19:58:04.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-01-09T19:58:04.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-01-09T19:58:04.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-01-09T19:58:04.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17942025-01-09T19:58:04.877Z
17952025-01-09T19:58:04.877Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17962025-01-09T19:58:05.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-01-09T19:58:05.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-01-09T19:58:05.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-01-09T19:58:05.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18002025-01-09T19:58:05.508Z
18012025-01-09T19:58:05.508Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
18022025-01-09T19:58:06.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-01-09T19:58:06.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-01-09T19:58:06.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-01-09T19:58:06.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18062025-01-09T19:58:06.145Z
18072025-01-09T19:58:06.145Zinfo: running `cargo check --bins` on oxlog (28/176)
18082025-01-09T19:58:06.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-01-09T19:58:06.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-01-09T19:58:06.759Z Checking cfg-if v1.0.0
18112025-01-09T19:58:06.769Z Checking libc v0.2.162
18122025-01-09T19:58:06.868Z Checking serde v1.0.215
18132025-01-09T19:58:06.877Z Checking zeroize v1.8.1
18142025-01-09T19:58:06.897Z Checking memchr v2.7.4
18152025-01-09T19:58:06.899Z Checking typenum v1.17.0
18162025-01-09T19:58:06.899Z Checking scopeguard v1.2.0
18172025-01-09T19:58:06.921Z Checking subtle v2.6.1
18182025-01-09T19:58:06.933Z Checking value-bag v1.9.0
18192025-01-09T19:58:07.041Z Checking lock_api v0.4.12
18202025-01-09T19:58:07.127Z Checking const-oid v0.9.6
18212025-01-09T19:58:07.167Z Checking smallvec v1.13.2
18222025-01-09T19:58:07.363Z Checking log v0.4.22
18232025-01-09T19:58:07.497Z Checking itoa v1.0.11
18242025-01-09T19:58:07.520Z Checking pin-project-lite v0.2.14
18252025-01-09T19:58:07.633Z Checking byteorder v1.5.0
18262025-01-09T19:58:07.716Z Checking futures-core v0.3.31
18272025-01-09T19:58:07.796Z Checking once_cell v1.20.2
18282025-01-09T19:58:07.898Z Checking cpufeatures v0.2.14
18292025-01-09T19:58:07.930Z Checking stable_deref_trait v1.2.0
18302025-01-09T19:58:07.986Z Checking futures-sink v0.3.31
18312025-01-09T19:58:08.001Z Checking getrandom v0.2.15
18322025-01-09T19:58:08.024Z Checking signal-hook-registry v1.4.2
18332025-01-09T19:58:08.039Z Checking parking_lot_core v0.9.10
18342025-01-09T19:58:08.089Z Checking mio v1.0.2
18352025-01-09T19:58:08.124Z Checking socket2 v0.5.7
18362025-01-09T19:58:08.140Z Checking generic-array v0.14.7
18372025-01-09T19:58:08.217Z Checking rand_core v0.6.4
18382025-01-09T19:58:08.261Z Checking spin v0.9.8
18392025-01-09T19:58:08.382Z Checking parking_lot v0.12.3
18402025-01-09T19:58:08.518Z Checking zerocopy v0.7.35
18412025-01-09T19:58:08.589Z Checking slab v0.4.9
18422025-01-09T19:58:08.627Z Checking zerofrom v0.1.4
18432025-01-09T19:58:08.683Z Checking futures-channel v0.3.31
18442025-01-09T19:58:08.725Z Checking futures-io v0.3.31
18452025-01-09T19:58:08.829Z Checking yoke v0.7.4
18462025-01-09T19:58:08.859Z Checking equivalent v1.0.1
18472025-01-09T19:58:08.914Z Checking pin-utils v0.1.0
18482025-01-09T19:58:08.960Z Checking foldhash v0.1.3
18492025-01-09T19:58:08.973Z Checking allocator-api2 v0.2.18
18502025-01-09T19:58:08.995Z Checking futures-task v0.3.31
18512025-01-09T19:58:09.027Z Checking ryu v1.0.18
18522025-01-09T19:58:09.138Z Checking zerovec v0.10.4
18532025-01-09T19:58:09.166Z Checking tinyvec_macros v0.1.1
18542025-01-09T19:58:09.239Z Checking futures-util v0.3.31
18552025-01-09T19:58:09.255Z Checking tinyvec v1.8.0
18562025-01-09T19:58:09.258Z Checking fnv v1.0.7
18572025-01-09T19:58:09.287Z Checking crypto-common v0.1.6
18582025-01-09T19:58:09.384Z Checking block-buffer v0.10.4
18592025-01-09T19:58:09.461Z Checking block-padding v0.3.3
18602025-01-09T19:58:09.594Z Checking hashbrown v0.15.1
18612025-01-09T19:58:09.610Z Checking digest v0.10.7
18622025-01-09T19:58:09.682Z Checking inout v0.1.3
18632025-01-09T19:58:09.905Z Checking cipher v0.4.4
18642025-01-09T19:58:09.998Z Checking hmac v0.12.1
18652025-01-09T19:58:10.016Z Checking sha2 v0.10.8
18662025-01-09T19:58:10.202Z Checking libm v0.2.8
18672025-01-09T19:58:10.279Z Checking litemap v0.7.3
18682025-01-09T19:58:10.557Z Checking writeable v0.5.5
18692025-01-09T19:58:10.621Z Checking unicode-bidi v0.3.17
18702025-01-09T19:58:10.640Z Checking unicode-normalization v0.1.24
18712025-01-09T19:58:10.741Z Checking base64ct v1.6.0
18722025-01-09T19:58:10.798Z Checking tinystr v0.7.6
18732025-01-09T19:58:10.874Z Checking ppv-lite86 v0.2.20
18742025-01-09T19:58:11.112Z Checking num-traits v0.2.19
18752025-01-09T19:58:11.149Z Checking icu_locid v1.5.0
18762025-01-09T19:58:11.191Z Checking pem-rfc7468 v0.7.0
18772025-01-09T19:58:11.225Z Checking flagset v0.4.6
18782025-01-09T19:58:11.423Z Checking tracing-core v0.1.32
18792025-01-09T19:58:11.465Z Checking der v0.7.9
18802025-01-09T19:58:11.574Z Checking thiserror v1.0.69
18812025-01-09T19:58:11.671Z Checking rand_chacha v0.3.1
18822025-01-09T19:58:11.708Z Checking rustls-pki-types v1.10.0
18832025-01-09T19:58:12.031Z Checking bytes v1.8.0
18842025-01-09T19:58:12.076Z Checking indexmap v2.6.0
18852025-01-09T19:58:12.100Z Checking serde_json v1.0.133
18862025-01-09T19:58:12.140Z Checking icu_provider v1.5.0
18872025-01-09T19:58:12.287Z Checking bitflags v2.6.0
18882025-01-09T19:58:12.599Z Checking icu_locid_transform_data v1.5.0
18892025-01-09T19:58:12.701Z Checking percent-encoding v2.3.1
18902025-01-09T19:58:12.811Z Checking icu_locid_transform v1.5.0
18912025-01-09T19:58:12.844Z Checking tokio v1.40.0
18922025-01-09T19:58:12.913Z Checking http v1.1.0
18932025-01-09T19:58:12.929Z Checking tracing v0.1.40
18942025-01-09T19:58:13.263Z Checking rand v0.8.5
18952025-01-09T19:58:13.296Z Checking spki v0.7.3
18962025-01-09T19:58:13.312Z Checking icu_collections v1.5.0
18972025-01-09T19:58:13.591Z Checking salsa20 v0.10.2
18982025-01-09T19:58:13.778Z Checking pbkdf2 v0.12.2
18992025-01-09T19:58:13.803Z Checking aws-lc-sys v0.22.0
19002025-01-09T19:58:13.830Z Checking httparse v1.9.5
19012025-01-09T19:58:13.937Z Checking untrusted v0.7.1
19022025-01-09T19:58:13.955Z Checking powerfmt v0.2.0
19032025-01-09T19:58:14.102Z Checking untrusted v0.9.0
19042025-01-09T19:58:14.222Z Checking mirai-annotations v1.12.0
19052025-01-09T19:58:14.254Z Checking icu_properties_data v1.5.0
19062025-01-09T19:58:14.270Z Checking ring v0.17.8
19072025-01-09T19:58:14.356Z Checking deranged v0.3.11
19082025-01-09T19:58:14.393Z Checking scrypt v0.11.0
19092025-01-09T19:58:14.408Z Checking aes v0.8.4
19102025-01-09T19:58:14.478Z Checking icu_properties v1.5.1
19112025-01-09T19:58:14.575Z Checking cbc v0.1.2
19122025-01-09T19:58:14.598Z Checking crossbeam-utils v0.8.20
19132025-01-09T19:58:14.783Z Checking atomic-waker v1.1.2
19142025-01-09T19:58:14.925Z Checking icu_normalizer_data v1.5.0
19152025-01-09T19:58:15.023Z Checking utf16_iter v1.0.5
19162025-01-09T19:58:15.185Z Checking num_threads v0.1.7
19172025-01-09T19:58:15.300Z Checking num-conv v0.1.0
19182025-01-09T19:58:15.329Z Checking utf8_iter v1.0.4
19192025-01-09T19:58:15.359Z Checking write16 v1.0.0
19202025-01-09T19:58:15.486Z Checking time-core v0.1.2
19212025-01-09T19:58:15.530Z Checking pkcs5 v0.7.1
19222025-01-09T19:58:15.543Z Checking http-body v1.0.1
19232025-01-09T19:58:15.637Z Checking form_urlencoded v1.2.1
19242025-01-09T19:58:15.737Z Checking try-lock v0.2.5
19252025-01-09T19:58:15.832Z Checking uuid v1.11.0
19262025-01-09T19:58:15.862Z Checking want v0.3.1
19272025-01-09T19:58:16.033Z Checking pkcs8 v0.10.2
19282025-01-09T19:58:16.051Z Checking httpdate v1.0.3
19292025-01-09T19:58:16.168Z Checking unicode-ident v1.0.13
19302025-01-09T19:58:16.236Z Checking time v0.3.36
19312025-01-09T19:58:16.295Z Checking serde_spanned v0.6.8
19322025-01-09T19:58:16.321Z Checking toml_datetime v0.6.8
19332025-01-09T19:58:16.334Z Checking proc-macro2 v1.0.89
19342025-01-09T19:58:16.474Z Checking slog v2.7.0
19352025-01-09T19:58:16.492Z Checking scroll v0.12.0
19362025-01-09T19:58:16.548Z Checking aws-lc-rs v1.10.0
19372025-01-09T19:58:16.597Z Checking plain v0.2.3
19382025-01-09T19:58:16.745Z Checking ucd-trie v0.1.7
19392025-01-09T19:58:16.941Z Checking foreign-types-shared v0.1.1
19402025-01-09T19:58:16.965Z Checking adler2 v2.0.0
19412025-01-09T19:58:16.982Z Checking iana-time-zone v0.1.61
19422025-01-09T19:58:17.026Z Checking base64 v0.22.1
19432025-01-09T19:58:17.041Z Checking tower-service v0.3.3
19442025-01-09T19:58:17.105Z Checking match_cfg v0.1.0
19452025-01-09T19:58:17.125Z Checking chrono v0.4.38
19462025-01-09T19:58:17.148Z Checking miniz_oxide v0.8.0
19472025-01-09T19:58:17.190Z Checking hostname v0.3.1
19482025-01-09T19:58:17.314Z Checking foreign-types v0.3.2
19492025-01-09T19:58:17.402Z Checking quote v1.0.37
19502025-01-09T19:58:17.492Z Checking goblin v0.8.2
19512025-01-09T19:58:17.761Z Checking pest v2.7.14
19522025-01-09T19:58:17.808Z Checking icu_normalizer v1.5.0
19532025-01-09T19:58:17.868Z Checking openssl-sys v0.9.103
19542025-01-09T19:58:18.397Z Checking rustls-webpki v0.102.8
19552025-01-09T19:58:18.527Z Checking idna_adapter v1.2.0
19562025-01-09T19:58:18.716Z Checking idna v1.0.3
19572025-01-09T19:58:18.747Z Checking errno v0.3.9
19582025-01-09T19:58:18.928Z Checking dirs-sys-next v0.1.2
19592025-01-09T19:58:19.104Z Checking aho-corasick v1.1.3
19602025-01-09T19:58:19.121Z Checking regex-syntax v0.8.5
19612025-01-09T19:58:19.193Z Checking siphasher v0.3.11
19622025-01-09T19:58:19.211Z Checking url v2.5.3
19632025-01-09T19:58:19.231Z Checking pretty-hex v0.4.1
19642025-01-09T19:58:19.402Z Checking data-encoding v2.6.0
19652025-01-09T19:58:19.476Z Compiling newtype-uuid v1.1.3
19662025-01-09T19:58:19.769Z Checking openssl v0.10.66
19672025-01-09T19:58:20.011Z Checking dirs-next v2.0.0
19682025-01-09T19:58:20.094Z Checking rustix v0.38.37
19692025-01-09T19:58:20.146Z Checking syn v2.0.87
19702025-01-09T19:58:20.243Z Checking tokio-util v0.7.12
19712025-01-09T19:58:20.289Z Checking dtrace-parser v0.2.0
19722025-01-09T19:58:20.735Z Checking http-body-util v0.1.2
19732025-01-09T19:58:20.752Z Checking crossbeam-epoch v0.9.18
19742025-01-09T19:58:21.184Z Checking h2 v0.4.6
19752025-01-09T19:58:21.200Z Checking signature v2.2.0
19762025-01-09T19:58:21.229Z Checking sha1 v0.10.6
19772025-01-09T19:58:21.379Z Checking lazy_static v1.5.0
19782025-01-09T19:58:21.497Z Checking thread_local v1.1.8
19792025-01-09T19:58:21.529Z Checking thread-id v4.2.2
19802025-01-09T19:58:21.636Z Checking encoding_rs v0.8.34
19812025-01-09T19:58:21.775Z Checking either v1.13.0
19822025-01-09T19:58:22.204Z Checking mime v0.3.17
19832025-01-09T19:58:22.506Z Checking regex-automata v0.4.8
19842025-01-09T19:58:22.534Z Checking openssl-probe v0.1.5
19852025-01-09T19:58:22.620Z Checking dof v0.3.0
19862025-01-09T19:58:22.686Z Checking winnow v0.6.20
19872025-01-09T19:58:23.227Z Checking gimli v0.31.1
19882025-01-09T19:58:23.525Z Checking anstyle v1.0.10
19892025-01-09T19:58:23.885Z Checking utf8parse v0.2.2
19902025-01-09T19:58:23.901Z Checking ipnet v2.10.1
19912025-01-09T19:58:24.038Z Checking unicode-properties v0.1.3
19922025-01-09T19:58:24.362Z Checking anstyle-parse v0.2.5
19932025-01-09T19:58:24.398Z Checking stringprep v0.1.5
19942025-01-09T19:58:24.619Z Checking crossbeam-deque v0.8.5
19952025-01-09T19:58:24.679Z Checking term v0.7.0
19962025-01-09T19:58:24.957Z Checking rustls v0.23.19
19972025-01-09T19:58:25.112Z Checking rustls v0.22.4
19982025-01-09T19:58:25.334Z Checking native-tls v0.2.12
19992025-01-09T19:58:25.648Z Checking slog-json v2.6.1
20002025-01-09T19:58:25.771Z Checking toml_edit v0.22.22
20012025-01-09T19:58:25.914Z Checking serde_urlencoded v0.7.1
20022025-01-09T19:58:26.368Z Checking crossbeam-channel v0.5.13
20032025-01-09T19:58:26.709Z Checking usdt-impl v0.5.0
20042025-01-09T19:58:27.131Z Checking futures-executor v0.3.31
20052025-01-09T19:58:27.223Z Checking num-integer v0.1.46
20062025-01-09T19:58:27.270Z Checking rustls-pemfile v2.2.0
20072025-01-09T19:58:27.286Z Checking addr2line v0.24.2
20082025-01-09T19:58:27.355Z Checking idna v0.3.0
20092025-01-09T19:58:27.414Z Checking hyper v1.5.0
20102025-01-09T19:58:27.487Z Checking idna v0.4.0
20112025-01-09T19:58:27.713Z Checking md-5 v0.10.6
20122025-01-09T19:58:27.797Z Checking ff v0.13.0
20132025-01-09T19:58:27.921Z Checking hash32 v0.2.1
20142025-01-09T19:58:28.003Z Checking memmap v0.7.0
20152025-01-09T19:58:28.204Z Checking is-terminal v0.4.13
20162025-01-09T19:58:28.210Z Checking object v0.36.5
20172025-01-09T19:58:28.235Z Checking linked-hash-map v0.5.6
20182025-01-09T19:58:28.321Z Checking take_mut v0.2.2
20192025-01-09T19:58:28.336Z Checking anstyle-query v1.1.1
20202025-01-09T19:58:28.386Z Checking base16ct v0.2.0
20212025-01-09T19:58:28.464Z Checking utf-8 v0.7.6
20222025-01-09T19:58:28.464Z Checking is_terminal_polyfill v1.70.1
20232025-01-09T19:58:28.558Z Checking psl-types v2.0.11
20242025-01-09T19:58:28.574Z Checking fallible-iterator v0.2.0
20252025-01-09T19:58:28.592Z Checking rustc-demangle v0.1.24
20262025-01-09T19:58:28.663Z Checking dyn-clone v1.0.17
20272025-01-09T19:58:28.700Z Checking quick-error v1.2.3
20282025-01-09T19:58:28.729Z Checking colorchoice v1.0.2
20292025-01-09T19:58:28.804Z Checking schemars v0.8.21
20302025-01-09T19:58:28.835Z Checking resolv-conf v0.7.0
20312025-01-09T19:58:28.862Z Checking anstream v0.6.15
20322025-01-09T19:58:29.009Z Checking publicsuffix v2.2.3
20332025-01-09T19:58:29.162Z Checking tokio-rustls v0.25.0
20342025-01-09T19:58:29.184Z Checking postgres-protocol v0.6.7
20352025-01-09T19:58:29.235Z Checking tungstenite v0.24.0
20362025-01-09T19:58:29.250Z Checking lru-cache v0.1.2
20372025-01-09T19:58:29.434Z Checking sec1 v0.7.3
20382025-01-09T19:58:29.515Z Checking hyper-util v0.1.10
20392025-01-09T19:58:29.545Z Checking slog-async v2.8.0
20402025-01-09T19:58:29.830Z Checking toml v0.8.19
20412025-01-09T19:58:29.845Z Checking hickory-proto v0.24.1
20422025-01-09T19:58:29.858Z Checking slog-term v2.9.1
20432025-01-09T19:58:30.178Z Checking heapless v0.7.17
20442025-01-09T19:58:30.353Z Checking usdt v0.5.0
20452025-01-09T19:58:30.492Z Checking group v0.13.0
20462025-01-09T19:58:30.524Z Checking tokio-rustls v0.26.0
20472025-01-09T19:58:30.550Z Checking num-iter v0.1.45
20482025-01-09T19:58:30.599Z Checking futures v0.3.31
20492025-01-09T19:58:30.705Z Checking slog-bunyan v2.5.0
20502025-01-09T19:58:30.705Z Checking tokio-native-tls v0.3.1
20512025-01-09T19:58:30.750Z Checking rayon-core v1.12.1
20522025-01-09T19:58:30.882Z Checking multer v3.1.0
20532025-01-09T19:58:30.905Z Checking terminal_size v0.4.0
20542025-01-09T19:58:31.078Z Checking phf_shared v0.11.2
20552025-01-09T19:58:31.217Z Checking cookie v0.18.1
20562025-01-09T19:58:31.231Z Checking async-stream v0.3.6
20572025-01-09T19:58:31.272Z Checking bzip2-sys v0.1.11+1.0.8
20582025-01-09T19:58:31.370Z Checking camino v1.1.9
20592025-01-09T19:58:31.391Z Checking signal-hook v0.3.17
20602025-01-09T19:58:31.419Z Checking waitgroup v0.1.2
20612025-01-09T19:58:31.445Z Checking openapiv3 v2.0.0
20622025-01-09T19:58:31.540Z Checking webpki-roots v0.26.6
20632025-01-09T19:58:31.556Z Checking serde_path_to_error v0.1.16
20642025-01-09T19:58:31.666Z Checking idna v0.5.0
20652025-01-09T19:58:31.721Z Checking hkdf v0.12.4
20662025-01-09T19:58:31.754Z Checking crypto-bigint v0.5.5
20672025-01-09T19:58:31.939Z Checking hostname v0.4.0
20682025-01-09T19:58:31.983Z Checking crc32fast v1.4.2
20692025-01-09T19:58:32.076Z Checking bitflags v1.3.2
20702025-01-09T19:58:32.181Z Checking managed v0.8.0
20712025-01-09T19:58:32.197Z Checking debug-ignore v1.0.5
20722025-01-09T19:58:32.221Z Checking strsim v0.11.1
20732025-01-09T19:58:32.338Z Checking clap_lex v0.7.2
20742025-01-09T19:58:32.520Z Checking unicode-width v0.1.14
20752025-01-09T19:58:32.523Z Checking winnow v0.5.40
20762025-01-09T19:58:32.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20772025-01-09T19:58:32.597Z Checking clap_builder v4.5.21
20782025-01-09T19:58:32.848Z Checking smoltcp v0.9.1
20792025-01-09T19:58:33.014Z Checking console v0.15.8
20802025-01-09T19:58:33.613Z Checking cookie_store v0.21.0
20812025-01-09T19:58:34.351Z Checking flate2 v1.0.34
20822025-01-09T19:58:34.420Z Checking hyper-rustls v0.27.3
20832025-01-09T19:58:34.599Z Checking elliptic-curve v0.13.8
20842025-01-09T19:58:34.618Z Checking hickory-resolver v0.24.1
20852025-01-09T19:58:34.751Z Checking backtrace v0.3.74
20862025-01-09T19:58:34.772Z Checking signal-hook-mio v0.2.4
20872025-01-09T19:58:34.912Z Checking hyper-tls v0.6.0
20882025-01-09T19:58:34.966Z Checking dropshot v0.12.0
20892025-01-09T19:58:34.998Z Checking rayon v1.10.0
20902025-01-09T19:58:35.205Z Checking bzip2 v0.4.4
20912025-01-09T19:58:35.230Z Checking phf v0.11.2
20922025-01-09T19:58:35.310Z Checking anyhow v1.0.93
20932025-01-09T19:58:35.485Z Checking num-bigint-dig v0.8.4
20942025-01-09T19:58:35.511Z Checking tokio-tungstenite v0.24.0
20952025-01-09T19:58:35.658Z Checking toml_edit v0.19.15
20962025-01-09T19:58:35.660Z Checking postgres-types v0.2.8
20972025-01-09T19:58:35.697Z Checking regex v1.11.1
20982025-01-09T19:58:35.970Z Checking bstr v1.10.0
20992025-01-09T19:58:36.244Z Checking ed25519 v2.2.3
21002025-01-09T19:58:36.352Z Checking tokio-stream v0.1.16
21012025-01-09T19:58:36.448Z Checking phf_shared v0.10.0
21022025-01-09T19:58:36.552Z Checking zerocopy v0.6.6
21032025-01-09T19:58:36.740Z Checking curve25519-dalek v4.1.3
21042025-01-09T19:58:36.907Z Checking pkcs1 v0.7.5
21052025-01-09T19:58:37.245Z Checking hubpack v0.1.2
21062025-01-09T19:58:37.298Z Checking portable-atomic v1.9.0
21072025-01-09T19:58:37.334Z Checking float-cmp v0.9.0
21082025-01-09T19:58:37.520Z Checking serde-big-array v0.5.1
21092025-01-09T19:58:37.550Z Checking rfc6979 v0.4.0
21102025-01-09T19:58:37.655Z Checking sync_wrapper v1.0.1
21112025-01-09T19:58:37.721Z Checking precomputed-hash v0.1.1
21122025-01-09T19:58:37.741Z Checking static_assertions v1.1.0
21132025-01-09T19:58:37.795Z Checking new_debug_unreachable v1.0.6
21142025-01-09T19:58:37.832Z Checking predicates-core v1.0.8
21152025-01-09T19:58:37.835Z Checking normalize-line-endings v0.3.0
21162025-01-09T19:58:37.881Z Checking minimal-lexical v0.2.1
21172025-01-09T19:58:37.955Z Checking difflib v0.4.0
21182025-01-09T19:58:38.008Z Checking unicode-segmentation v1.12.0
21192025-01-09T19:58:38.127Z Checking unicode-width v0.2.0
21202025-01-09T19:58:38.259Z Checking number_prefix v0.4.0
21212025-01-09T19:58:38.273Z Checking bit-vec v0.6.3
21222025-01-09T19:58:38.335Z Checking fixedbitset v0.4.2
21232025-01-09T19:58:38.441Z Checking whoami v1.5.2
21242025-01-09T19:58:38.583Z Checking nom v7.1.3
21252025-01-09T19:58:38.585Z Checking ed25519-dalek v2.1.1
21262025-01-09T19:58:38.611Z Checking petgraph v0.6.5
21272025-01-09T19:58:38.616Z Checking bit-set v0.5.3
21282025-01-09T19:58:38.679Z Checking similar v2.6.0
21292025-01-09T19:58:38.683Z Checking qorb v0.2.1
21302025-01-09T19:58:38.733Z Checking tokio-postgres v0.7.12
21312025-01-09T19:58:38.873Z Checking predicates v3.1.2
21322025-01-09T19:58:38.936Z Checking indicatif v0.17.9
21332025-01-09T19:58:38.982Z Checking toml v0.7.8
21342025-01-09T19:58:39.513Z Checking string_cache v0.8.7
21352025-01-09T19:58:39.532Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21362025-01-09T19:58:39.708Z Checking reqwest v0.12.9
21372025-01-09T19:58:39.711Z Checking ecdsa v0.16.9
21382025-01-09T19:58:39.786Z Checking rsa v0.9.6
21392025-01-09T19:58:40.446Z Checking clap v4.5.21
21402025-01-09T19:58:40.569Z Checking zip v0.6.6
21412025-01-09T19:58:40.808Z Checking crossterm v0.28.1
21422025-01-09T19:58:41.304Z Checking itertools v0.12.1
21432025-01-09T19:58:41.323Z Checking itertools v0.10.5
21442025-01-09T19:58:41.463Z Checking fs-err v2.11.0
21452025-01-09T19:58:41.615Z Checking ahash v0.8.11
21462025-01-09T19:58:41.859Z Checking x509-cert v0.2.5
21472025-01-09T19:58:41.968Z Checking hex v0.4.3
21482025-01-09T19:58:42.054Z Checking semver v1.0.23
21492025-01-09T19:58:42.200Z Checking lalrpop-util v0.19.12
21502025-01-09T19:58:42.496Z Checking peg-runtime v0.8.3
21512025-01-09T19:58:42.511Z Checking sigpipe v0.1.3
21522025-01-09T19:58:44.277Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21532025-01-09T19:58:44.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s
21542025-01-09T19:58:44.749Z
21552025-01-09T19:58:44.749Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21562025-01-09T19:58:45.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572025-01-09T19:58:45.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582025-01-09T19:58:45.412Z Compiling hashbrown v0.14.5
21592025-01-09T19:58:45.531Z Checking heck v0.5.0
21602025-01-09T19:58:45.543Z Compiling unsafe-libyaml v0.2.11
21612025-01-09T19:58:45.558Z Checking ipnetwork v0.20.0
21622025-01-09T19:58:45.570Z Compiling ident_case v1.0.1
21632025-01-09T19:58:45.586Z Checking progenitor-client v0.8.0
21642025-01-09T19:58:45.600Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21652025-01-09T19:58:45.687Z Checking newtype-uuid v1.1.3
21662025-01-09T19:58:45.741Z Compiling darling_core v0.20.10
21672025-01-09T19:58:45.910Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21682025-01-09T19:58:45.936Z Compiling proc-macro-crate v1.3.1
21692025-01-09T19:58:45.939Z Compiling structmeta-derive v0.3.0
21702025-01-09T19:58:45.954Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21712025-01-09T19:58:46.217Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21722025-01-09T19:58:46.281Z Compiling lzma-sys v0.1.20
21732025-01-09T19:58:46.660Z Checking regress v0.10.1
21742025-01-09T19:58:47.052Z Compiling serde_yaml v0.9.34+deprecated
21752025-01-09T19:58:47.104Z Compiling num_enum_derive v0.5.11
21762025-01-09T19:58:47.390Z Compiling foreign-types-macros v0.2.3
21772025-01-09T19:58:47.484Z Compiling dropshot v0.13.0
21782025-01-09T19:58:47.771Z Checking foreign-types-shared v0.3.1
21792025-01-09T19:58:47.892Z Checking arc-swap v1.7.1
21802025-01-09T19:58:48.338Z Checking slog-scope v4.4.0
21812025-01-09T19:58:48.589Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21822025-01-09T19:58:48.704Z Checking foreign-types v0.5.0
21832025-01-09T19:58:48.942Z Compiling structmeta v0.3.0
21842025-01-09T19:58:49.005Z Compiling proc-macro-error v1.0.4
21852025-01-09T19:58:49.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21862025-01-09T19:58:49.421Z Compiling parse-display-derive v0.10.0
21872025-01-09T19:58:49.441Z Checking tungstenite v0.21.0
21882025-01-09T19:58:49.745Z Compiling heck v0.3.3
21892025-01-09T19:58:49.777Z Checking num_enum v0.5.11
21902025-01-09T19:58:49.932Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21912025-01-09T19:58:50.143Z Checking typify-impl v0.2.0
21922025-01-09T19:58:50.187Z Compiling dropshot_endpoint v0.13.0
21932025-01-09T19:58:50.412Z Checking cstr-argument v0.1.2
21942025-01-09T19:58:50.755Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21952025-01-09T19:58:51.349Z Checking instant v0.1.13
21962025-01-09T19:58:51.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21972025-01-09T19:58:51.541Z Checking fastrand v2.1.1
21982025-01-09T19:58:51.751Z Checking base64 v0.21.7
21992025-01-09T19:58:51.854Z Checking pretty-hex v0.2.1
22002025-01-09T19:58:52.024Z Checking tempfile v3.13.0
22012025-01-09T19:58:52.037Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22022025-01-09T19:58:52.259Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032025-01-09T19:58:52.314Z Checking backoff v0.4.0
22042025-01-09T19:58:52.391Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22052025-01-09T19:58:52.406Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22062025-01-09T19:58:52.537Z Checking tokio-tungstenite v0.21.0
22072025-01-09T19:58:52.619Z Compiling zone_cfg_derive v0.1.2
22082025-01-09T19:58:52.657Z Checking strum v0.26.3
22092025-01-09T19:58:52.703Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22102025-01-09T19:58:52.810Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22112025-01-09T19:58:52.853Z Compiling darling_macro v0.20.10
22122025-01-09T19:58:53.129Z Checking slog-stdlog v4.1.1
22132025-01-09T19:58:53.215Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22142025-01-09T19:58:53.296Z Checking regress v0.9.1
22152025-01-09T19:58:53.360Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22162025-01-09T19:58:53.460Z Checking colored v2.1.0
22172025-01-09T19:58:53.630Z Checking macaddr v1.0.1
22182025-01-09T19:58:53.754Z Checking base64 v0.13.1
22192025-01-09T19:58:53.785Z Compiling darling v0.20.10
22202025-01-09T19:58:53.905Z Compiling serde_with_macros v3.11.0
22212025-01-09T19:58:54.077Z Checking zone v0.1.8
22222025-01-09T19:58:54.101Z Checking parse-display v0.10.0
22232025-01-09T19:58:54.154Z Checking ron v0.7.1
22242025-01-09T19:58:54.345Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22252025-01-09T19:58:54.813Z Checking slog-envlogger v2.2.0
22262025-01-09T19:58:54.861Z Checking xz2 v0.1.7
22272025-01-09T19:58:55.051Z Checking tabwriter v1.4.0
22282025-01-09T19:58:55.160Z Checking xattr v1.3.1
22292025-01-09T19:58:55.291Z Checking pem v3.0.4
22302025-01-09T19:58:55.366Z Checking yasna v0.5.2
22312025-01-09T19:58:55.416Z Checking headers-core v0.3.0
22322025-01-09T19:58:55.568Z Checking smf v0.2.3
22332025-01-09T19:58:55.586Z Checking filetime v0.2.25
22342025-01-09T19:58:55.785Z Checking same-file v1.0.6
22352025-01-09T19:58:55.927Z Checking tar v0.4.42
22362025-01-09T19:58:55.960Z Checking walkdir v2.5.0
22372025-01-09T19:58:56.044Z Checking headers v0.4.0
22382025-01-09T19:58:56.254Z Checking rcgen v0.12.1
22392025-01-09T19:58:56.256Z Checking atomicwrites v0.4.4
22402025-01-09T19:58:56.460Z Checking camino-tempfile v1.1.1
22412025-01-09T19:58:56.754Z Checking subprocess v0.2.9
22422025-01-09T19:58:56.771Z Checking serde_with v3.11.0
22432025-01-09T19:59:00.901Z Compiling typify-macro v0.2.0
22442025-01-09T19:59:02.746Z Compiling typify v0.2.0
22452025-01-09T19:59:02.812Z Compiling progenitor-impl v0.8.0
22462025-01-09T19:59:06.274Z Compiling progenitor-macro v0.8.0
22472025-01-09T19:59:11.466Z Checking progenitor v0.8.0
22482025-01-09T19:59:11.619Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22492025-01-09T19:59:11.621Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22502025-01-09T19:59:14.282Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22512025-01-09T19:59:14.543Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22522025-01-09T19:59:21.000Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22532025-01-09T19:59:22.597Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22542025-01-09T19:59:23.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.10s
22552025-01-09T19:59:24.031Z
22562025-01-09T19:59:24.031Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22572025-01-09T19:59:24.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582025-01-09T19:59:24.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592025-01-09T19:59:24.680Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22602025-01-09T19:59:26.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
22612025-01-09T19:59:26.256Z
22622025-01-09T19:59:26.256Zinfo: running `cargo check --bins` on nexus-config (31/176)
22632025-01-09T19:59:26.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642025-01-09T19:59:26.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652025-01-09T19:59:26.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662025-01-09T19:59:26.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22672025-01-09T19:59:26.878Z
22682025-01-09T19:59:26.878Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22692025-01-09T19:59:27.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702025-01-09T19:59:27.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712025-01-09T19:59:27.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722025-01-09T19:59:27.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22732025-01-09T19:59:27.486Z
22742025-01-09T19:59:27.486Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22752025-01-09T19:59:28.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762025-01-09T19:59:28.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772025-01-09T19:59:28.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782025-01-09T19:59:28.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22792025-01-09T19:59:28.107Z
22802025-01-09T19:59:28.107Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22812025-01-09T19:59:28.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822025-01-09T19:59:28.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832025-01-09T19:59:28.795Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842025-01-09T19:59:28.904Z Compiling ipnetwork v0.20.0
22852025-01-09T19:59:28.904Z Compiling zerocopy v0.8.10
22862025-01-09T19:59:28.904Z Compiling progenitor-client v0.8.0
22872025-01-09T19:59:28.907Z Compiling itertools v0.13.0
22882025-01-09T19:59:28.907Z Compiling zerocopy-derive v0.8.10
22892025-01-09T19:59:28.907Z Compiling heapless v0.8.0
22902025-01-09T19:59:28.907Z Checking hash32 v0.3.1
22912025-01-09T19:59:29.092Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22922025-01-09T19:59:29.245Z Compiling instant v0.1.13
22932025-01-09T19:59:29.390Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22942025-01-09T19:59:29.406Z Compiling progenitor v0.8.0
22952025-01-09T19:59:29.644Z Compiling smoltcp v0.11.0
22962025-01-09T19:59:29.822Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972025-01-09T19:59:29.824Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22982025-01-09T19:59:29.850Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22992025-01-09T19:59:30.155Z Compiling backoff v0.4.0
23002025-01-09T19:59:30.398Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012025-01-09T19:59:30.485Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23022025-01-09T19:59:30.571Z Compiling dropshot v0.13.0
23032025-01-09T19:59:30.840Z Compiling serde_with v3.11.0
23042025-01-09T19:59:30.872Z Compiling parse-display v0.10.0
23052025-01-09T19:59:30.944Z Checking num-rational v0.4.2
23062025-01-09T19:59:31.604Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23072025-01-09T19:59:31.776Z Compiling regress v0.9.1
23082025-01-09T19:59:32.252Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23092025-01-09T19:59:33.436Z Compiling phf_generator v0.11.2
23102025-01-09T19:59:33.618Z Checking num-complex v0.4.6
23112025-01-09T19:59:34.792Z Compiling macaddr v1.0.1
23122025-01-09T19:59:35.172Z Checking cobs v0.2.3
23132025-01-09T19:59:35.274Z Checking num v0.4.3
23142025-01-09T19:59:35.361Z Checking postcard v1.0.10
23152025-01-09T19:59:35.384Z Compiling phf_codegen v0.11.2
23162025-01-09T19:59:35.952Z Compiling parse-zoneinfo v0.3.1
23172025-01-09T19:59:36.987Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23182025-01-09T19:59:37.279Z Checking float-ord v0.3.2
23192025-01-09T19:59:37.426Z Compiling convert_case v0.4.0
23202025-01-09T19:59:38.198Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23212025-01-09T19:59:38.283Z Compiling chrono-tz-build v0.4.0
23222025-01-09T19:59:38.352Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232025-01-09T19:59:38.431Z Compiling derive_more v0.99.18
23242025-01-09T19:59:38.808Z Compiling thiserror v2.0.3
23252025-01-09T19:59:39.286Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23262025-01-09T19:59:39.484Z Compiling crucible-workspace-hack v0.1.0
23272025-01-09T19:59:39.663Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23282025-01-09T19:59:39.798Z Checking newline-converter v0.3.0
23292025-01-09T19:59:39.839Z Compiling chrono-tz v0.10.0
23302025-01-09T19:59:39.958Z Checking prettyplease v0.2.25
23312025-01-09T19:59:40.393Z Compiling thiserror-impl v2.0.3
23322025-01-09T19:59:40.414Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23332025-01-09T19:59:40.500Z Compiling slog-dtrace v0.3.0
23342025-01-09T19:59:40.786Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23352025-01-09T19:59:40.803Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23362025-01-09T19:59:42.209Z Checking expectorate v1.1.0
23372025-01-09T19:59:42.378Z Compiling zone_cfg_derive v0.3.0
23382025-01-09T19:59:42.694Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23392025-01-09T19:59:42.908Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23402025-01-09T19:59:43.101Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23412025-01-09T19:59:43.468Z Compiling const_format_proc_macros v0.2.33
23422025-01-09T19:59:43.875Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23432025-01-09T19:59:44.056Z Compiling num-derive v0.4.2
23442025-01-09T19:59:44.145Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23452025-01-09T19:59:44.249Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23462025-01-09T19:59:44.379Z Checking highway v1.2.0
23472025-01-09T19:59:44.874Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482025-01-09T19:59:45.063Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23492025-01-09T19:59:45.186Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23502025-01-09T19:59:45.416Z Checking zone v0.3.0
23512025-01-09T19:59:45.452Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23522025-01-09T19:59:45.661Z Checking const_format v0.2.33
23532025-01-09T19:59:45.972Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23542025-01-09T19:59:46.151Z Checking gethostname v0.5.0
23552025-01-09T19:59:46.276Z Checking bcs v0.1.6
23562025-01-09T19:59:46.303Z Compiling async-recursion v1.1.1
23572025-01-09T19:59:46.417Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23582025-01-09T19:59:46.464Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23592025-01-09T19:59:46.521Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23602025-01-09T19:59:48.656Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23612025-01-09T19:59:53.190Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23622025-01-09T19:59:56.564Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23632025-01-09T19:59:59.221Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23642025-01-09T20:00:00.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.36s
23652025-01-09T20:00:00.662Z
23662025-01-09T20:00:00.662Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23672025-01-09T20:00:01.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682025-01-09T20:00:01.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692025-01-09T20:00:01.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702025-01-09T20:00:01.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23712025-01-09T20:00:01.329Z
23722025-01-09T20:00:01.329Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23732025-01-09T20:00:01.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742025-01-09T20:00:01.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752025-01-09T20:00:01.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762025-01-09T20:00:01.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23772025-01-09T20:00:02.006Z
23782025-01-09T20:00:02.007Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23792025-01-09T20:00:02.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802025-01-09T20:00:02.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812025-01-09T20:00:02.708Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822025-01-09T20:00:03.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
23832025-01-09T20:00:03.565Z
23842025-01-09T20:00:03.565Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23852025-01-09T20:00:04.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862025-01-09T20:00:04.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872025-01-09T20:00:04.276Z Compiling cfg_aliases v0.1.1
23882025-01-09T20:00:04.279Z Compiling vte_generate_state_changes v0.1.2
23892025-01-09T20:00:04.279Z Checking fd-lock v4.0.2
23902025-01-09T20:00:04.279Z Checking nibble_vec v0.1.0
23912025-01-09T20:00:04.279Z Checking bytecount v0.6.8
23922025-01-09T20:00:04.279Z Checking endian-type v0.1.2
23932025-01-09T20:00:04.392Z Compiling tabled_derive v0.7.0
23942025-01-09T20:00:04.428Z Compiling peg-macros v0.8.4
23952025-01-09T20:00:04.470Z Compiling nix v0.28.0
23962025-01-09T20:00:04.547Z Checking papergrid v0.11.0
23972025-01-09T20:00:04.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982025-01-09T20:00:04.594Z Checking radix_trie v0.2.1
23992025-01-09T20:00:04.614Z Compiling sqlparser_derive v0.2.2
24002025-01-09T20:00:05.009Z Checking vte v0.11.1
24012025-01-09T20:00:05.028Z Checking home v0.5.9
24022025-01-09T20:00:05.177Z Checking unicode_categories v0.1.1
24032025-01-09T20:00:05.469Z Checking nu-ansi-term v0.50.1
24042025-01-09T20:00:05.752Z Checking sqlformat v0.2.6
24052025-01-09T20:00:05.767Z Checking sqlparser v0.45.0
24062025-01-09T20:00:05.906Z Checking display-error-chain v0.2.2
24072025-01-09T20:00:06.446Z Checking strip-ansi-escapes v0.2.0
24082025-01-09T20:00:06.589Z Checking reedline v0.35.0
24092025-01-09T20:00:06.853Z Checking tabled v0.15.0
24102025-01-09T20:00:07.445Z Checking peg v0.8.4
24112025-01-09T20:00:07.877Z Checking rustyline v14.0.0
24122025-01-09T20:00:17.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
24132025-01-09T20:00:17.366Z
24142025-01-09T20:00:17.366Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
24152025-01-09T20:00:17.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162025-01-09T20:00:17.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172025-01-09T20:00:18.094Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182025-01-09T20:00:23.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
24192025-01-09T20:00:23.792Z
24202025-01-09T20:00:23.792Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24212025-01-09T20:00:24.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-01-09T20:00:24.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-01-09T20:00:24.540Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242025-01-09T20:00:28.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
24252025-01-09T20:00:28.895Z
24262025-01-09T20:00:28.895Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24272025-01-09T20:00:29.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-01-09T20:00:29.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-01-09T20:00:29.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302025-01-09T20:00:34.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
24312025-01-09T20:00:35.089Z
24322025-01-09T20:00:35.089Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24332025-01-09T20:00:35.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-01-09T20:00:35.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-01-09T20:00:35.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362025-01-09T20:00:40.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
24372025-01-09T20:00:41.164Z
24382025-01-09T20:00:41.164Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24392025-01-09T20:00:41.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-01-09T20:00:41.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-01-09T20:00:41.871Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24422025-01-09T20:00:46.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
24432025-01-09T20:00:46.344Z
24442025-01-09T20:00:46.345Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24452025-01-09T20:00:46.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-01-09T20:00:46.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-01-09T20:00:47.050Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482025-01-09T20:00:51.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
24492025-01-09T20:00:51.432Z
24502025-01-09T20:00:51.433Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24512025-01-09T20:00:52.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-01-09T20:00:52.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-01-09T20:00:52.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24542025-01-09T20:00:57.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
24552025-01-09T20:00:57.780Z
24562025-01-09T20:00:57.781Zinfo: running `cargo check --bins` on oximeter (46/176)
24572025-01-09T20:00:58.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582025-01-09T20:00:58.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592025-01-09T20:00:58.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602025-01-09T20:00:58.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24612025-01-09T20:00:58.458Z
24622025-01-09T20:00:58.458Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24632025-01-09T20:00:59.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642025-01-09T20:00:59.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652025-01-09T20:00:59.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662025-01-09T20:00:59.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672025-01-09T20:00:59.096Z
24682025-01-09T20:00:59.096Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24692025-01-09T20:00:59.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702025-01-09T20:00:59.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712025-01-09T20:00:59.773Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24722025-01-09T20:01:02.014Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24732025-01-09T20:01:03.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
24742025-01-09T20:01:03.241Z
24752025-01-09T20:01:03.241Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24762025-01-09T20:01:03.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772025-01-09T20:01:03.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782025-01-09T20:01:03.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792025-01-09T20:01:03.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24802025-01-09T20:01:03.904Z
24812025-01-09T20:01:03.904Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24822025-01-09T20:01:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832025-01-09T20:01:04.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842025-01-09T20:01:04.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852025-01-09T20:01:04.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24862025-01-09T20:01:04.565Z
24872025-01-09T20:01:04.565Zinfo: running `cargo check --bins` on oxql-types (51/176)
24882025-01-09T20:01:05.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892025-01-09T20:01:05.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902025-01-09T20:01:05.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912025-01-09T20:01:05.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24922025-01-09T20:01:05.229Z
24932025-01-09T20:01:05.229Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24942025-01-09T20:01:05.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952025-01-09T20:01:05.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962025-01-09T20:01:05.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972025-01-09T20:01:05.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24982025-01-09T20:01:05.918Z
24992025-01-09T20:01:05.919Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
25002025-01-09T20:01:06.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012025-01-09T20:01:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022025-01-09T20:01:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032025-01-09T20:01:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25042025-01-09T20:01:06.591Z
25052025-01-09T20:01:06.591Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
25062025-01-09T20:01:07.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072025-01-09T20:01:07.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082025-01-09T20:01:07.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092025-01-09T20:01:07.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25102025-01-09T20:01:07.283Z
25112025-01-09T20:01:07.283Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
25122025-01-09T20:01:07.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132025-01-09T20:01:07.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142025-01-09T20:01:07.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152025-01-09T20:01:07.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25162025-01-09T20:01:07.946Z
25172025-01-09T20:01:07.946Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25182025-01-09T20:01:08.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192025-01-09T20:01:08.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202025-01-09T20:01:08.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212025-01-09T20:01:08.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25222025-01-09T20:01:08.604Z
25232025-01-09T20:01:08.604Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25242025-01-09T20:01:09.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252025-01-09T20:01:09.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262025-01-09T20:01:09.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272025-01-09T20:01:09.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25282025-01-09T20:01:09.275Z
25292025-01-09T20:01:09.275Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25302025-01-09T20:01:09.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312025-01-09T20:01:09.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322025-01-09T20:01:09.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332025-01-09T20:01:09.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25342025-01-09T20:01:09.908Z
25352025-01-09T20:01:09.908Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25362025-01-09T20:01:10.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372025-01-09T20:01:10.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382025-01-09T20:01:10.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392025-01-09T20:01:10.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25402025-01-09T20:01:10.578Z
25412025-01-09T20:01:10.578Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25422025-01-09T20:01:11.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432025-01-09T20:01:11.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442025-01-09T20:01:11.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452025-01-09T20:01:11.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25462025-01-09T20:01:11.237Z
25472025-01-09T20:01:11.238Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25482025-01-09T20:01:11.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492025-01-09T20:01:11.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502025-01-09T20:01:11.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512025-01-09T20:01:11.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25522025-01-09T20:01:11.893Z
25532025-01-09T20:01:11.893Zinfo: running `cargo check --bins` on dpd-client (62/176)
25542025-01-09T20:01:12.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552025-01-09T20:01:12.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562025-01-09T20:01:12.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572025-01-09T20:01:12.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25582025-01-09T20:01:12.543Z
25592025-01-09T20:01:12.543Zinfo: running `cargo check --bins` on gateway-client (63/176)
25602025-01-09T20:01:13.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612025-01-09T20:01:13.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622025-01-09T20:01:13.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632025-01-09T20:01:13.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25642025-01-09T20:01:13.176Z
25652025-01-09T20:01:13.176Zinfo: running `cargo check --bins` on installinator-client (64/176)
25662025-01-09T20:01:13.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-01-09T20:01:13.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-01-09T20:01:13.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692025-01-09T20:01:13.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25702025-01-09T20:01:13.843Z
25712025-01-09T20:01:13.843Zinfo: running `cargo check --bins` on installinator-common (65/176)
25722025-01-09T20:01:14.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-01-09T20:01:14.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-01-09T20:01:14.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752025-01-09T20:01:14.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25762025-01-09T20:01:14.512Z
25772025-01-09T20:01:14.512Zinfo: running `cargo check --bins` on update-engine (66/176)
25782025-01-09T20:01:15.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-01-09T20:01:15.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-01-09T20:01:15.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812025-01-09T20:01:15.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25822025-01-09T20:01:15.155Z
25832025-01-09T20:01:15.155Zinfo: running `cargo check --bins` on nexus-client (67/176)
25842025-01-09T20:01:15.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-09T20:01:15.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-09T20:01:15.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-09T20:01:15.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25882025-01-09T20:01:15.834Z
25892025-01-09T20:01:15.834Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25902025-01-09T20:01:16.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-09T20:01:16.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-09T20:01:16.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-09T20:01:16.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25942025-01-09T20:01:16.498Z
25952025-01-09T20:01:16.498Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25962025-01-09T20:01:17.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-09T20:01:17.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-09T20:01:17.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-09T20:01:17.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26002025-01-09T20:01:17.143Z
26012025-01-09T20:01:17.143Zinfo: running `cargo check --bins` on nexus-types (70/176)
26022025-01-09T20:01:17.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-09T20:01:17.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-09T20:01:17.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-09T20:01:17.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26062025-01-09T20:01:17.820Z
26072025-01-09T20:01:17.820Zinfo: running `cargo check --bins` on oxide-client (71/176)
26082025-01-09T20:01:18.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-09T20:01:18.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-09T20:01:18.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-09T20:01:18.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26122025-01-09T20:01:18.459Z
26132025-01-09T20:01:18.459Zinfo: running `cargo check --bins` on oximeter-client (72/176)
26142025-01-09T20:01:19.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-09T20:01:19.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-09T20:01:19.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-09T20:01:19.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26182025-01-09T20:01:19.108Z
26192025-01-09T20:01:19.108Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26202025-01-09T20:01:19.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-09T20:01:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-09T20:01:19.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-09T20:01:19.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26242025-01-09T20:01:19.748Z
26252025-01-09T20:01:19.748Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26262025-01-09T20:01:20.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-09T20:01:20.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-09T20:01:20.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-09T20:01:20.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26302025-01-09T20:01:20.424Z
26312025-01-09T20:01:20.424Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26322025-01-09T20:01:21.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-09T20:01:21.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-09T20:01:21.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-09T20:01:21.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26362025-01-09T20:01:21.109Z
26372025-01-09T20:01:21.109Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26382025-01-09T20:01:21.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-09T20:01:21.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-09T20:01:21.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-09T20:01:21.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26422025-01-09T20:01:21.792Z
26432025-01-09T20:01:21.792Zinfo: running `cargo check --bins` on wicket-common (77/176)
26442025-01-09T20:01:22.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-09T20:01:22.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-09T20:01:22.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-09T20:01:22.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26482025-01-09T20:01:22.473Z
26492025-01-09T20:01:22.473Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26502025-01-09T20:01:23.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-09T20:01:23.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-09T20:01:23.172Z Checking csv-core v0.1.11
26532025-01-09T20:01:23.173Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26542025-01-09T20:01:23.175Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26552025-01-09T20:01:23.175Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26562025-01-09T20:01:23.462Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572025-01-09T20:01:23.503Z Checking csv v1.3.0
26582025-01-09T20:01:23.548Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26592025-01-09T20:01:24.107Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26602025-01-09T20:01:24.479Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26612025-01-09T20:01:26.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
26622025-01-09T20:01:26.505Z
26632025-01-09T20:01:26.505Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26642025-01-09T20:01:27.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-09T20:01:27.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-09T20:01:27.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-09T20:01:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26682025-01-09T20:01:27.145Z
26692025-01-09T20:01:27.145Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26702025-01-09T20:01:27.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-09T20:01:27.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-09T20:01:27.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-01-09T20:01:27.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26742025-01-09T20:01:27.778Z
26752025-01-09T20:01:27.778Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26762025-01-09T20:01:28.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-01-09T20:01:28.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-01-09T20:01:28.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-01-09T20:01:28.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26802025-01-09T20:01:28.500Z
26812025-01-09T20:01:28.500Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26822025-01-09T20:01:29.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-01-09T20:01:29.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-01-09T20:01:29.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-01-09T20:01:29.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26862025-01-09T20:01:29.217Z
26872025-01-09T20:01:29.217Zinfo: running `cargo check --bins` on dns-server (83/176)
26882025-01-09T20:01:29.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-01-09T20:01:29.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-01-09T20:01:29.886Z Compiling parking_lot_core v0.8.6
26912025-01-09T20:01:29.886Z Checking fxhash v0.2.1
26922025-01-09T20:01:29.889Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26932025-01-09T20:01:29.889Z Checking hickory-server v0.24.1
26942025-01-09T20:01:29.989Z Checking hickory-client v0.24.1
26952025-01-09T20:01:30.586Z Checking parking_lot v0.11.2
26962025-01-09T20:01:30.722Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26972025-01-09T20:01:30.725Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26982025-01-09T20:01:30.841Z Checking sled v0.34.7
26992025-01-09T20:01:32.602Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27002025-01-09T20:01:33.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
27012025-01-09T20:01:34.076Z
27022025-01-09T20:01:34.076Zinfo: running `cargo check --bins` on dns-server-api (84/176)
27032025-01-09T20:01:34.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-09T20:01:34.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-09T20:01:34.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-09T20:01:34.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27072025-01-09T20:01:34.691Z
27082025-01-09T20:01:34.691Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
27092025-01-09T20:01:35.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-09T20:01:35.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-09T20:01:35.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-01-09T20:01:35.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27132025-01-09T20:01:35.361Z
27142025-01-09T20:01:35.361Zinfo: running `cargo check --bins` on gateway-types (86/176)
27152025-01-09T20:01:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-01-09T20:01:35.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-01-09T20:01:35.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-01-09T20:01:35.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27192025-01-09T20:01:35.980Z
27202025-01-09T20:01:35.980Zinfo: running `cargo check --bins` on ipcc (87/176)
27212025-01-09T20:01:36.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-01-09T20:01:36.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-01-09T20:01:36.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-01-09T20:01:36.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27252025-01-09T20:01:36.600Z
27262025-01-09T20:01:36.600Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27272025-01-09T20:01:37.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-01-09T20:01:37.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-01-09T20:01:37.311Z Compiling radium v0.7.0
27302025-01-09T20:01:37.311Z Compiling semver v0.1.20
27312025-01-09T20:01:37.428Z Checking tap v1.0.1
27322025-01-09T20:01:37.431Z Compiling maybe-uninit v2.0.0
27332025-01-09T20:01:37.448Z Checking password-hash v0.5.0
27342025-01-09T20:01:37.451Z Checking blake2 v0.10.6
27352025-01-09T20:01:37.451Z Compiling packed_struct v0.10.1
27362025-01-09T20:01:37.451Z Compiling cancel-safe-futures v0.1.5
27372025-01-09T20:01:37.578Z Checking wyz v0.5.1
27382025-01-09T20:01:37.817Z Compiling rustc_version v0.1.7
27392025-01-09T20:01:37.883Z Checking crc-catalog v2.4.0
27402025-01-09T20:01:37.907Z Checking funty v2.0.0
27412025-01-09T20:01:37.926Z Compiling owo-colors v4.1.0
27422025-01-09T20:01:37.980Z Checking argon2 v0.5.3
27432025-01-09T20:01:38.037Z Checking crc v3.2.1
27442025-01-09T20:01:38.079Z Compiling packed_struct_codegen v0.10.1
27452025-01-09T20:01:38.113Z Compiling indexmap v1.9.3
27462025-01-09T20:01:38.230Z Checking half v2.4.1
27472025-01-09T20:01:38.257Z Checking ciborium-io v0.2.2
27482025-01-09T20:01:38.318Z Compiling newtype_derive v0.1.6
27492025-01-09T20:01:38.539Z Checking nodrop v0.1.14
27502025-01-09T20:01:38.553Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27512025-01-09T20:01:38.553Z Checking array-init v0.0.4
27522025-01-09T20:01:38.645Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27532025-01-09T20:01:38.697Z Checking ciborium-ll v0.2.2
27542025-01-09T20:01:38.721Z Checking smallvec v0.6.14
27552025-01-09T20:01:38.774Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27562025-01-09T20:01:38.817Z Checking bitvec v1.0.1
27572025-01-09T20:01:39.014Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27582025-01-09T20:01:39.155Z Checking libsw v3.3.1
27592025-01-09T20:01:39.362Z Compiling memoffset v0.9.1
27602025-01-09T20:01:39.429Z Checking linear-map v1.2.0
27612025-01-09T20:01:39.500Z Checking termcolor v1.4.1
27622025-01-09T20:01:39.583Z Checking swrite v0.1.0
27632025-01-09T20:01:39.670Z Checking indent_write v2.2.0
27642025-01-09T20:01:39.738Z Checking bitfield v0.14.0
27652025-01-09T20:01:39.802Z Checking hashbrown v0.12.3
27662025-01-09T20:01:39.958Z Checking env_logger v0.10.2
27672025-01-09T20:01:40.030Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27682025-01-09T20:01:40.047Z Checking ron v0.8.1
27692025-01-09T20:01:40.129Z Checking serde-hex v0.1.0
27702025-01-09T20:01:40.378Z Checking ciborium v0.2.2
27712025-01-09T20:01:40.424Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27722025-01-09T20:01:41.000Z Checking steno v0.4.1
27732025-01-09T20:01:41.393Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27742025-01-09T20:01:41.531Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27752025-01-09T20:01:41.590Z Checking hashbrown v0.13.2
27762025-01-09T20:01:41.634Z Checking humantime v2.1.0
27772025-01-09T20:01:41.649Z Checking crc-any v2.5.0
27782025-01-09T20:01:41.921Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27792025-01-09T20:01:42.029Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27802025-01-09T20:01:42.290Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27812025-01-09T20:01:42.584Z Checking path-slash v0.1.5
27822025-01-09T20:01:42.619Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27832025-01-09T20:01:42.642Z Checking object v0.30.4
27842025-01-09T20:01:42.803Z Checking nix v0.27.1
27852025-01-09T20:01:43.346Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27862025-01-09T20:01:43.405Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27872025-01-09T20:01:43.645Z Checking tungstenite v0.23.0
27882025-01-09T20:01:44.059Z Checking kstat-rs v0.2.4
27892025-01-09T20:01:44.128Z Checking signal-hook-tokio v0.3.1
27902025-01-09T20:01:44.430Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27912025-01-09T20:01:44.674Z Checking tokio-tungstenite v0.23.1
27922025-01-09T20:01:45.267Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27932025-01-09T20:01:45.443Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27942025-01-09T20:01:45.713Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952025-01-09T20:01:52.235Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27962025-01-09T20:01:53.506Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27972025-01-09T20:01:56.473Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27982025-01-09T20:02:02.175Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27992025-01-09T20:02:02.887Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28002025-01-09T20:02:05.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.15s
28012025-01-09T20:02:05.942Z
28022025-01-09T20:02:05.943Zinfo: running `cargo check --bins` on gateway-api (89/176)
28032025-01-09T20:02:06.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-01-09T20:02:06.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-01-09T20:02:06.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-01-09T20:02:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28072025-01-09T20:02:06.583Z
28082025-01-09T20:02:06.583Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
28092025-01-09T20:02:07.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-01-09T20:02:07.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-01-09T20:02:07.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-01-09T20:02:07.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28132025-01-09T20:02:07.216Z
28142025-01-09T20:02:07.216Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
28152025-01-09T20:02:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-01-09T20:02:07.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-01-09T20:02:07.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-01-09T20:02:07.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28192025-01-09T20:02:07.860Z
28202025-01-09T20:02:07.860Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28212025-01-09T20:02:08.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-01-09T20:02:08.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-01-09T20:02:08.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-01-09T20:02:08.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28252025-01-09T20:02:08.499Z
28262025-01-09T20:02:08.499Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28272025-01-09T20:02:09.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-09T20:02:09.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-09T20:02:09.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-09T20:02:09.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28312025-01-09T20:02:09.149Z
28322025-01-09T20:02:09.149Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28332025-01-09T20:02:09.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-09T20:02:09.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-09T20:02:09.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-09T20:02:09.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28372025-01-09T20:02:09.798Z
28382025-01-09T20:02:09.798Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28392025-01-09T20:02:10.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-09T20:02:10.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-09T20:02:10.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-01-09T20:02:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28432025-01-09T20:02:10.436Z
28442025-01-09T20:02:10.436Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28452025-01-09T20:02:10.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-01-09T20:02:10.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-01-09T20:02:10.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482025-01-09T20:02:10.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28492025-01-09T20:02:11.065Z
28502025-01-09T20:02:11.065Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28512025-01-09T20:02:11.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-01-09T20:02:11.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-01-09T20:02:11.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542025-01-09T20:02:11.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28552025-01-09T20:02:11.723Z
28562025-01-09T20:02:11.723Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28572025-01-09T20:02:12.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-01-09T20:02:12.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-01-09T20:02:12.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-01-09T20:02:12.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28612025-01-09T20:02:12.355Z
28622025-01-09T20:02:12.355Zinfo: running `cargo check --bins` on sp-sim (99/176)
28632025-01-09T20:02:12.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-01-09T20:02:12.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-01-09T20:02:13.006Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28662025-01-09T20:02:13.497Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28672025-01-09T20:02:15.381Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28682025-01-09T20:02:17.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
28692025-01-09T20:02:17.396Z
28702025-01-09T20:02:17.397Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28712025-01-09T20:02:18.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722025-01-09T20:02:18.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732025-01-09T20:02:18.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742025-01-09T20:02:18.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28752025-01-09T20:02:18.085Z
28762025-01-09T20:02:18.085Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28772025-01-09T20:02:18.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782025-01-09T20:02:18.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792025-01-09T20:02:18.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802025-01-09T20:02:18.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28812025-01-09T20:02:18.790Z
28822025-01-09T20:02:18.790Zinfo: running `cargo check --bins` on db-macros (102/176)
28832025-01-09T20:02:19.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842025-01-09T20:02:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852025-01-09T20:02:19.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862025-01-09T20:02:19.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28872025-01-09T20:02:19.407Z
28882025-01-09T20:02:19.407Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28892025-01-09T20:02:19.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902025-01-09T20:02:19.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912025-01-09T20:02:19.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922025-01-09T20:02:19.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28932025-01-09T20:02:20.018Z
28942025-01-09T20:02:20.019Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28952025-01-09T20:02:20.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962025-01-09T20:02:20.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972025-01-09T20:02:20.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982025-01-09T20:02:20.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28992025-01-09T20:02:20.675Z
29002025-01-09T20:02:20.675Zinfo: running `cargo check --bins` on authz-macros (105/176)
29012025-01-09T20:02:21.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022025-01-09T20:02:21.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032025-01-09T20:02:21.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042025-01-09T20:02:21.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29052025-01-09T20:02:21.293Z
29062025-01-09T20:02:21.293Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
29072025-01-09T20:02:21.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082025-01-09T20:02:21.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092025-01-09T20:02:21.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102025-01-09T20:02:21.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29112025-01-09T20:02:21.955Z
29122025-01-09T20:02:21.955Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
29132025-01-09T20:02:22.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142025-01-09T20:02:22.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152025-01-09T20:02:22.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162025-01-09T20:02:22.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29172025-01-09T20:02:22.621Z
29182025-01-09T20:02:22.621Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29192025-01-09T20:02:23.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202025-01-09T20:02:23.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212025-01-09T20:02:23.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222025-01-09T20:02:23.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29232025-01-09T20:02:23.250Z
29242025-01-09T20:02:23.250Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29252025-01-09T20:02:23.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262025-01-09T20:02:23.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272025-01-09T20:02:23.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282025-01-09T20:02:23.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29292025-01-09T20:02:23.900Z
29302025-01-09T20:02:23.900Zinfo: running `cargo check --bins` on typed-rng (110/176)
29312025-01-09T20:02:24.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322025-01-09T20:02:24.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332025-01-09T20:02:24.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342025-01-09T20:02:24.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29352025-01-09T20:02:24.507Z
29362025-01-09T20:02:24.507Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29372025-01-09T20:02:25.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382025-01-09T20:02:25.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392025-01-09T20:02:25.235Z Checking keccak v0.1.5
29402025-01-09T20:02:25.238Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29412025-01-09T20:02:25.238Z Checking secrecy v0.8.0
29422025-01-09T20:02:25.345Z Compiling unicase v2.7.0
29432025-01-09T20:02:25.356Z Compiling same-file v1.0.6
29442025-01-09T20:02:25.389Z Compiling tempfile v3.13.0
29452025-01-09T20:02:25.403Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29462025-01-09T20:02:25.406Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29472025-01-09T20:02:25.529Z Compiling walkdir v2.5.0
29482025-01-09T20:02:25.729Z Checking sha3 v0.10.8
29492025-01-09T20:02:25.735Z Compiling thiserror-impl-no-std v2.0.2
29502025-01-09T20:02:25.735Z Checking universal-hash v0.5.1
29512025-01-09T20:02:25.740Z Compiling blake3 v1.5.4
29522025-01-09T20:02:25.818Z Checking opaque-debug v0.3.1
29532025-01-09T20:02:25.887Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29542025-01-09T20:02:25.908Z Checking poly1305 v0.8.0
29552025-01-09T20:02:25.990Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29562025-01-09T20:02:26.035Z Checking chacha20 v0.9.1
29572025-01-09T20:02:26.166Z Checking aead v0.5.2
29582025-01-09T20:02:26.275Z Compiling memmap2 v0.9.5
29592025-01-09T20:02:26.331Z Compiling arrayvec v0.7.6
29602025-01-09T20:02:26.383Z Compiling constant_time_eq v0.3.1
29612025-01-09T20:02:26.400Z Compiling arrayref v0.3.9
29622025-01-09T20:02:26.403Z Compiling salty v0.3.0
29632025-01-09T20:02:26.500Z Compiling libefi-sys v0.1.0
29642025-01-09T20:02:26.561Z Checking chacha20poly1305 v0.10.1
29652025-01-09T20:02:26.733Z Compiling toolchain_find v0.4.0
29662025-01-09T20:02:26.749Z Compiling camino-tempfile v1.1.1
29672025-01-09T20:02:26.806Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29682025-01-09T20:02:26.850Z Compiling bitfield-struct v0.6.2
29692025-01-09T20:02:27.112Z Compiling topological-sort v0.2.2
29702025-01-09T20:02:27.211Z Compiling mime_guess v2.0.5
29712025-01-09T20:02:27.337Z Compiling rustfmt-wrapper v0.2.1
29722025-01-09T20:02:27.818Z Compiling omicron-zone-package v0.12.0
29732025-01-09T20:02:27.912Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29742025-01-09T20:02:27.914Z Checking primeorder v0.13.6
29752025-01-09T20:02:28.204Z Checking env_filter v0.1.2
29762025-01-09T20:02:28.305Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29772025-01-09T20:02:28.324Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29782025-01-09T20:02:28.405Z Checking p384 v0.13.0
29792025-01-09T20:02:28.422Z Checking env_logger v0.11.5
29802025-01-09T20:02:28.615Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29812025-01-09T20:02:28.657Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29822025-01-09T20:02:28.677Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29832025-01-09T20:02:28.918Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29842025-01-09T20:02:28.921Z Checking http-range v0.1.5
29852025-01-09T20:02:28.944Z Checking thiserror-no-std v2.0.2
29862025-01-09T20:02:29.022Z Checking bumpalo v3.16.0
29872025-01-09T20:02:29.060Z Checking vsss-rs v3.3.4
29882025-01-09T20:02:29.113Z Checking lockfree-object-pool v0.1.6
29892025-01-09T20:02:29.235Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29902025-01-09T20:02:29.351Z Compiling zip v2.1.3
29912025-01-09T20:02:29.370Z Checking simd-adler32 v0.3.7
29922025-01-09T20:02:29.403Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29932025-01-09T20:02:29.511Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29942025-01-09T20:02:29.704Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29952025-01-09T20:02:29.741Z Checking zopfli v0.8.1
29962025-01-09T20:02:29.828Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29972025-01-09T20:02:30.245Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29982025-01-09T20:02:30.383Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29992025-01-09T20:02:30.450Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30002025-01-09T20:02:30.598Z Checking nanorand v0.7.0
30012025-01-09T20:02:30.684Z Checking atty v0.2.14
30022025-01-09T20:02:30.810Z Checking glob v0.3.1
30032025-01-09T20:02:30.932Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
30042025-01-09T20:02:30.959Z Checking flume v0.11.1
30052025-01-09T20:02:30.975Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30062025-01-09T20:02:31.140Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30072025-01-09T20:02:31.532Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30082025-01-09T20:02:32.301Z Checking hyper-staticfile v0.10.1
30092025-01-09T20:02:32.524Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30102025-01-09T20:02:32.715Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30112025-01-09T20:02:32.804Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30122025-01-09T20:02:32.943Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30132025-01-09T20:02:32.975Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30142025-01-09T20:02:33.282Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30152025-01-09T20:02:34.119Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30162025-01-09T20:02:34.153Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30172025-01-09T20:02:34.945Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30182025-01-09T20:02:35.105Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30192025-01-09T20:02:38.183Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30202025-01-09T20:02:38.186Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30212025-01-09T20:02:46.825Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222025-01-09T20:03:00.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s
30232025-01-09T20:03:00.703Z
30242025-01-09T20:03:00.703Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30252025-01-09T20:03:01.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-01-09T20:03:01.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-01-09T20:03:01.466Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30282025-01-09T20:03:15.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
30292025-01-09T20:03:15.529Z
30302025-01-09T20:03:15.529Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30312025-01-09T20:03:16.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-01-09T20:03:16.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-01-09T20:03:16.266Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30342025-01-09T20:03:30.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s
30352025-01-09T20:03:30.379Z
30362025-01-09T20:03:30.379Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30372025-01-09T20:03:30.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-01-09T20:03:30.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-01-09T20:03:31.101Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30402025-01-09T20:03:44.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
30412025-01-09T20:03:44.888Z
30422025-01-09T20:03:44.888Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30432025-01-09T20:03:45.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-01-09T20:03:45.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-01-09T20:03:45.613Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30462025-01-09T20:03:59.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
30472025-01-09T20:03:59.712Z
30482025-01-09T20:03:59.712Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30492025-01-09T20:04:00.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-01-09T20:04:00.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-01-09T20:04:00.440Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30522025-01-09T20:04:14.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
30532025-01-09T20:04:14.568Z
30542025-01-09T20:04:14.568Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30552025-01-09T20:04:15.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-01-09T20:04:15.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-01-09T20:04:15.287Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30582025-01-09T20:04:28.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
30592025-01-09T20:04:29.087Z
30602025-01-09T20:04:29.087Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30612025-01-09T20:04:29.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-01-09T20:04:29.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-01-09T20:04:29.809Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30642025-01-09T20:04:43.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s
30652025-01-09T20:04:43.489Z
30662025-01-09T20:04:43.489Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30672025-01-09T20:04:44.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-01-09T20:04:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-01-09T20:04:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-01-09T20:04:44.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30712025-01-09T20:04:44.128Z
30722025-01-09T20:04:44.128Zinfo: running `cargo check --bins` on key-manager (120/176)
30732025-01-09T20:04:44.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-01-09T20:04:44.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-01-09T20:04:44.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762025-01-09T20:04:44.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30772025-01-09T20:04:44.740Z
30782025-01-09T20:04:44.740Zinfo: running `cargo check --bins` on range-requests (121/176)
30792025-01-09T20:04:45.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-01-09T20:04:45.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-01-09T20:04:45.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822025-01-09T20:04:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30832025-01-09T20:04:45.341Z
30842025-01-09T20:04:45.341Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30852025-01-09T20:04:45.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862025-01-09T20:04:45.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872025-01-09T20:04:45.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882025-01-09T20:04:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30892025-01-09T20:04:45.962Z
30902025-01-09T20:04:45.962Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30912025-01-09T20:04:46.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-01-09T20:04:46.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-01-09T20:04:46.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-01-09T20:04:46.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30952025-01-09T20:04:46.611Z
30962025-01-09T20:04:46.611Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30972025-01-09T20:04:47.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-01-09T20:04:47.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-01-09T20:04:47.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-01-09T20:04:47.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31012025-01-09T20:04:47.286Z
31022025-01-09T20:04:47.287Zinfo: running `cargo check --bins` on sled-hardware (125/176)
31032025-01-09T20:04:47.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-01-09T20:04:47.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-01-09T20:04:47.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-01-09T20:04:47.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31072025-01-09T20:04:47.849Z
31082025-01-09T20:04:47.849Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
31092025-01-09T20:04:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-01-09T20:04:48.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-01-09T20:04:48.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-01-09T20:04:48.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31132025-01-09T20:04:48.488Z
31142025-01-09T20:04:48.488Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
31152025-01-09T20:04:49.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-01-09T20:04:49.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-01-09T20:04:49.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-01-09T20:04:49.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31192025-01-09T20:04:49.124Z
31202025-01-09T20:04:49.124Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31212025-01-09T20:04:49.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-01-09T20:04:49.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-01-09T20:04:49.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242025-01-09T20:04:49.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31252025-01-09T20:04:49.766Z
31262025-01-09T20:04:49.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31272025-01-09T20:04:50.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-01-09T20:04:50.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-01-09T20:04:50.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302025-01-09T20:04:50.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31312025-01-09T20:04:50.414Z
31322025-01-09T20:04:50.414Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31332025-01-09T20:04:50.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-01-09T20:04:50.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-01-09T20:04:50.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362025-01-09T20:04:50.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31372025-01-09T20:04:51.061Z
31382025-01-09T20:04:51.061Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31392025-01-09T20:04:51.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-01-09T20:04:51.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-01-09T20:04:51.748Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31422025-01-09T20:04:51.748Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31432025-01-09T20:04:52.614Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31442025-01-09T20:04:54.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
31452025-01-09T20:04:54.791Z
31462025-01-09T20:04:54.791Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31472025-01-09T20:04:55.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482025-01-09T20:04:55.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492025-01-09T20:04:55.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502025-01-09T20:04:55.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31512025-01-09T20:04:55.404Z
31522025-01-09T20:04:55.404Zinfo: running `cargo check --bins` on cert-dev (133/176)
31532025-01-09T20:04:55.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542025-01-09T20:04:55.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552025-01-09T20:04:56.001Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31562025-01-09T20:04:56.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31572025-01-09T20:04:56.427Z
31582025-01-09T20:04:56.427Zinfo: running `cargo check --bins` on clickana (134/176)
31592025-01-09T20:04:56.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602025-01-09T20:04:56.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612025-01-09T20:04:57.059Z Checking castaway v0.2.3
31622025-01-09T20:04:57.059Z Checking unicode-truncate v1.1.0
31632025-01-09T20:04:57.064Z Checking lru v0.12.5
31642025-01-09T20:04:57.064Z Compiling instability v0.3.2
31652025-01-09T20:04:57.064Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31662025-01-09T20:04:57.064Z Checking cassowary v0.3.0
31672025-01-09T20:04:57.312Z Checking compact_str v0.8.0
31682025-01-09T20:04:57.922Z Checking ratatui v0.28.1
31692025-01-09T20:04:58.859Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31702025-01-09T20:04:59.865Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31712025-01-09T20:05:00.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
31722025-01-09T20:05:00.873Z
31732025-01-09T20:05:00.873Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31742025-01-09T20:05:01.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752025-01-09T20:05:01.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762025-01-09T20:05:01.563Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31772025-01-09T20:05:01.563Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31782025-01-09T20:05:02.620Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31792025-01-09T20:05:03.128Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31802025-01-09T20:05:03.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31812025-01-09T20:05:03.708Z
31822025-01-09T20:05:03.708Zinfo: running `cargo check --bins` on ch-dev (136/176)
31832025-01-09T20:05:04.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-01-09T20:05:04.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-01-09T20:05:04.403Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31862025-01-09T20:05:05.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
31872025-01-09T20:05:05.333Z
31882025-01-09T20:05:05.333Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31892025-01-09T20:05:05.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-01-09T20:05:05.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-01-09T20:05:06.029Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31922025-01-09T20:05:06.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31932025-01-09T20:05:06.604Z
31942025-01-09T20:05:06.604Zinfo: running `cargo check --bins` on db-dev (138/176)
31952025-01-09T20:05:07.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-01-09T20:05:07.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-01-09T20:05:07.312Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31982025-01-09T20:05:08.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
31992025-01-09T20:05:08.259Z
32002025-01-09T20:05:08.259Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
32012025-01-09T20:05:08.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-01-09T20:05:08.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-01-09T20:05:08.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042025-01-09T20:05:08.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32052025-01-09T20:05:08.949Z
32062025-01-09T20:05:08.949Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
32072025-01-09T20:05:09.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-01-09T20:05:09.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-01-09T20:05:09.607Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32102025-01-09T20:05:10.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
32112025-01-09T20:05:10.762Z
32122025-01-09T20:05:10.762Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
32132025-01-09T20:05:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-01-09T20:05:11.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-01-09T20:05:11.451Z Checking cargo-platform v0.1.8
32162025-01-09T20:05:11.740Z Checking cargo_metadata v0.18.1
32172025-01-09T20:05:12.823Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32182025-01-09T20:05:13.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
32192025-01-09T20:05:13.926Z
32202025-01-09T20:05:13.926Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32212025-01-09T20:05:14.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222025-01-09T20:05:14.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232025-01-09T20:05:14.719Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32242025-01-09T20:05:16.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252025-01-09T20:05:17.087Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32262025-01-09T20:05:17.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
32272025-01-09T20:05:17.890Z
32282025-01-09T20:05:17.890Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32292025-01-09T20:05:18.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-01-09T20:05:18.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-01-09T20:05:18.760Z Compiling crunchy v0.2.2
32322025-01-09T20:05:18.761Z Compiling tiny-keccak v2.0.2
32332025-01-09T20:05:18.761Z Compiling dsl_auto_type v0.1.2
32342025-01-09T20:05:18.763Z Checking scheduled-thread-pool v0.2.7
32352025-01-09T20:05:18.763Z Compiling diesel_table_macro_syntax v0.2.0
32362025-01-09T20:05:18.890Z Compiling ascii-canvas v3.0.0
32372025-01-09T20:05:18.903Z Compiling ena v0.14.3
32382025-01-09T20:05:18.906Z Compiling diff v0.1.13
32392025-01-09T20:05:19.168Z Checking r2d2 v0.8.10
32402025-01-09T20:05:19.194Z Compiling regex-syntax v0.6.29
32412025-01-09T20:05:19.376Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32422025-01-09T20:05:19.392Z Compiling ref-cast v1.0.23
32432025-01-09T20:05:19.459Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32442025-01-09T20:05:19.521Z Compiling derive_builder_core v0.20.2
32452025-01-09T20:05:19.596Z Compiling libxml v0.3.3
32462025-01-09T20:05:19.645Z Compiling ref-cast-impl v1.0.23
32472025-01-09T20:05:19.738Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32482025-01-09T20:05:20.035Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32492025-01-09T20:05:20.054Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502025-01-09T20:05:20.156Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32512025-01-09T20:05:20.325Z Compiling strum_macros v0.24.3
32522025-01-09T20:05:20.344Z Compiling samael v0.0.17
32532025-01-09T20:05:20.511Z Compiling diesel_derives v2.2.3
32542025-01-09T20:05:20.610Z Compiling indoc v1.0.9
32552025-01-09T20:05:21.641Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32562025-01-09T20:05:21.930Z Compiling oso-derive v0.27.3
32572025-01-09T20:05:22.090Z Compiling derive_builder_macro v0.20.2
32582025-01-09T20:05:22.929Z Compiling lalrpop v0.19.12
32592025-01-09T20:05:22.995Z Checking derive_builder v0.20.2
32602025-01-09T20:05:23.024Z Compiling impl-trait-for-tuples v0.2.2
32612025-01-09T20:05:23.162Z Checking quick-xml v0.33.0
32622025-01-09T20:05:23.611Z Compiling diesel-dtrace v0.4.2
32632025-01-09T20:05:23.923Z Checking maplit v1.0.2
32642025-01-09T20:05:24.071Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32652025-01-09T20:05:24.093Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32662025-01-09T20:05:24.396Z Checking bb8 v0.8.5
32672025-01-09T20:05:24.748Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32682025-01-09T20:05:25.000Z Checking rand_seeder v0.3.0
32692025-01-09T20:05:25.105Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32702025-01-09T20:05:25.267Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32712025-01-09T20:05:25.479Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32722025-01-09T20:05:25.548Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32732025-01-09T20:05:25.831Z Checking unicode-linebreak v0.1.5
32742025-01-09T20:05:25.905Z Checking smawk v0.3.2
32752025-01-09T20:05:26.131Z Checking is_ci v1.2.0
32762025-01-09T20:05:26.275Z Checking textwrap v0.16.1
32772025-01-09T20:05:26.293Z Checking supports-color v3.0.1
32782025-01-09T20:05:26.537Z Checking multimap v0.10.0
32792025-01-09T20:05:27.475Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32802025-01-09T20:05:30.358Z Checking diesel v2.2.6
32812025-01-09T20:05:56.864Z Compiling polar-core v0.27.3
32822025-01-09T20:06:00.360Z Checking async-bb8-diesel v0.2.1
32832025-01-09T20:06:04.500Z Checking oso v0.27.3
32842025-01-09T20:07:15.846Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852025-01-09T20:07:21.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
32862025-01-09T20:07:22.191Z
32872025-01-09T20:07:22.191Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32882025-01-09T20:07:22.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-01-09T20:07:22.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-01-09T20:07:22.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912025-01-09T20:07:22.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32922025-01-09T20:07:22.870Z
32932025-01-09T20:07:22.870Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32942025-01-09T20:07:23.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-01-09T20:07:23.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-01-09T20:07:23.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972025-01-09T20:07:23.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32982025-01-09T20:07:23.542Z
32992025-01-09T20:07:23.542Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
33002025-01-09T20:07:24.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012025-01-09T20:07:24.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022025-01-09T20:07:24.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032025-01-09T20:07:24.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33042025-01-09T20:07:24.150Z
33052025-01-09T20:07:24.150Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
33062025-01-09T20:07:24.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-01-09T20:07:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-01-09T20:07:24.955Z Compiling libz-sys v1.1.20
33092025-01-09T20:07:25.070Z Compiling libgit2-sys v0.17.0+1.8.1
33102025-01-09T20:07:25.083Z Compiling vergen v8.3.2
33112025-01-09T20:07:25.086Z Compiling cargo-platform v0.1.8
33122025-01-09T20:07:25.086Z Compiling pin-project-internal v1.1.6
33132025-01-09T20:07:25.121Z Compiling libsqlite3-sys v0.30.1
33142025-01-09T20:07:25.121Z Compiling snafu-derive v0.8.5
33152025-01-09T20:07:25.124Z Compiling cfg_aliases v0.2.1
33162025-01-09T20:07:25.264Z Compiling rustls v0.21.12
33172025-01-09T20:07:25.386Z Compiling cargo_metadata v0.18.1
33182025-01-09T20:07:25.525Z Compiling buf-list v1.0.3
33192025-01-09T20:07:25.684Z Compiling nix v0.29.0
33202025-01-09T20:07:25.720Z Checking globset v0.4.15
33212025-01-09T20:07:26.007Z Checking olpc-cjson v0.1.4
33222025-01-09T20:07:26.233Z Checking rustls-webpki v0.101.7
33232025-01-09T20:07:26.252Z Checking sct v0.7.1
33242025-01-09T20:07:26.272Z Checking serde_plain v1.0.2
33252025-01-09T20:07:26.463Z Checking typed-path v0.9.3
33262025-01-09T20:07:26.850Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33272025-01-09T20:07:27.054Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33282025-01-09T20:07:27.120Z Checking hashlink v0.9.1
33292025-01-09T20:07:27.343Z Checking parse-size v1.1.0
33302025-01-09T20:07:27.486Z Checking fallible-streaming-iterator v0.1.9
33312025-01-09T20:07:27.730Z Checking fallible-iterator v0.3.0
33322025-01-09T20:07:28.167Z Checking pin-project v1.1.6
33332025-01-09T20:07:28.280Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33342025-01-09T20:07:28.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33352025-01-09T20:07:28.369Z Checking rusqlite v0.32.1
33362025-01-09T20:07:28.482Z Checking rustls-pemfile v1.0.4
33372025-01-09T20:07:28.693Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33382025-01-09T20:07:29.058Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33392025-01-09T20:07:29.219Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33402025-01-09T20:07:29.579Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33412025-01-09T20:07:29.588Z Checking twox-hash v1.6.3
33422025-01-09T20:07:29.588Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33432025-01-09T20:07:29.863Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33442025-01-09T20:07:29.981Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33452025-01-09T20:07:30.182Z Checking tokio-rustls v0.24.1
33462025-01-09T20:07:30.432Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33472025-01-09T20:07:30.536Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33482025-01-09T20:07:30.574Z Checking fatfs v0.3.6
33492025-01-09T20:07:30.694Z Checking snafu v0.8.5
33502025-01-09T20:07:31.199Z Checking tough v0.19.0
33512025-01-09T20:07:31.526Z Checking assert_matches v1.5.0
33522025-01-09T20:07:35.386Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33532025-01-09T20:07:36.746Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33542025-01-09T20:07:37.505Z Compiling git2 v0.19.0
33552025-01-09T20:07:42.240Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33562025-01-09T20:08:38.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
33572025-01-09T20:08:38.635Z
33582025-01-09T20:08:38.635Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33592025-01-09T20:08:39.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602025-01-09T20:08:39.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612025-01-09T20:08:39.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622025-01-09T20:08:39.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33632025-01-09T20:08:39.321Z
33642025-01-09T20:08:39.321Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33652025-01-09T20:08:39.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662025-01-09T20:08:39.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672025-01-09T20:08:39.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682025-01-09T20:08:39.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33692025-01-09T20:08:39.940Z
33702025-01-09T20:08:39.940Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33712025-01-09T20:08:40.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-01-09T20:08:40.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-01-09T20:08:40.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742025-01-09T20:08:40.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33752025-01-09T20:08:40.590Z
33762025-01-09T20:08:40.590Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33772025-01-09T20:08:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-01-09T20:08:41.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-01-09T20:08:41.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802025-01-09T20:08:41.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33812025-01-09T20:08:41.259Z
33822025-01-09T20:08:41.259Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33832025-01-09T20:08:41.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842025-01-09T20:08:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852025-01-09T20:08:41.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862025-01-09T20:08:41.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33872025-01-09T20:08:41.931Z
33882025-01-09T20:08:41.931Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33892025-01-09T20:08:42.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902025-01-09T20:08:42.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912025-01-09T20:08:42.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922025-01-09T20:08:42.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33932025-01-09T20:08:42.601Z
33942025-01-09T20:08:42.601Zinfo: running `cargo check --bins` on update-common (154/176)
33952025-01-09T20:08:43.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962025-01-09T20:08:43.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972025-01-09T20:08:43.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982025-01-09T20:08:43.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33992025-01-09T20:08:43.252Z
34002025-01-09T20:08:43.252Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
34012025-01-09T20:08:43.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022025-01-09T20:08:43.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032025-01-09T20:08:43.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042025-01-09T20:08:43.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34052025-01-09T20:08:43.883Z
34062025-01-09T20:08:43.883Zinfo: running `cargo check --bins` on tufaceous (156/176)
34072025-01-09T20:08:44.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082025-01-09T20:08:44.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092025-01-09T20:08:44.560Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34102025-01-09T20:08:45.784Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
34112025-01-09T20:08:46.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
34122025-01-09T20:08:46.839Z
34132025-01-09T20:08:46.839Zinfo: running `cargo check --bins` on omicron-dev (157/176)
34142025-01-09T20:08:47.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152025-01-09T20:08:47.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162025-01-09T20:08:47.669Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34172025-01-09T20:08:47.673Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34182025-01-09T20:08:47.805Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34192025-01-09T20:08:47.810Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34202025-01-09T20:08:48.839Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34212025-01-09T20:09:15.069Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34222025-01-09T20:09:15.069Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34232025-01-09T20:09:15.072Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34242025-01-09T20:09:15.072Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34252025-01-09T20:09:15.072Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34262025-01-09T20:09:15.939Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34272025-01-09T20:09:17.280Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34282025-01-09T20:09:56.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
34292025-01-09T20:09:56.987Z
34302025-01-09T20:09:56.987Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34312025-01-09T20:09:57.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322025-01-09T20:09:57.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332025-01-09T20:09:57.680Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34342025-01-09T20:09:57.680Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34352025-01-09T20:09:57.684Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34362025-01-09T20:09:57.806Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34372025-01-09T20:09:57.809Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34382025-01-09T20:09:57.829Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34392025-01-09T20:09:57.832Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34402025-01-09T20:09:57.843Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34412025-01-09T20:09:57.981Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34422025-01-09T20:09:58.048Z Checking heck v0.4.1
34432025-01-09T20:09:58.095Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34442025-01-09T20:09:58.257Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34452025-01-09T20:09:58.518Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34462025-01-09T20:09:58.537Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34472025-01-09T20:09:59.030Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34482025-01-09T20:09:59.121Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34492025-01-09T20:09:59.295Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34502025-01-09T20:10:00.482Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34512025-01-09T20:10:01.063Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34522025-01-09T20:10:01.548Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34532025-01-09T20:10:02.158Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34542025-01-09T20:10:03.804Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34552025-01-09T20:10:03.804Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34562025-01-09T20:10:05.308Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34572025-01-09T20:10:07.007Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34582025-01-09T20:10:13.729Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34592025-01-09T20:10:13.729Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34602025-01-09T20:10:15.040Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34612025-01-09T20:10:16.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
34622025-01-09T20:10:16.436Z
34632025-01-09T20:10:16.436Zinfo: running `cargo check --bins` on installinator-api (159/176)
34642025-01-09T20:10:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652025-01-09T20:10:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662025-01-09T20:10:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672025-01-09T20:10:17.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34682025-01-09T20:10:17.164Z
34692025-01-09T20:10:17.164Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34702025-01-09T20:10:17.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-01-09T20:10:17.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-01-09T20:10:17.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732025-01-09T20:10:17.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
34742025-01-09T20:10:17.968Z
34752025-01-09T20:10:17.968Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34762025-01-09T20:10:18.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-01-09T20:10:18.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-01-09T20:10:18.577Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34792025-01-09T20:10:18.577Z Compiling petname v2.0.2
34802025-01-09T20:10:18.580Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34812025-01-09T20:10:18.580Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34822025-01-09T20:10:18.580Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34832025-01-09T20:10:18.580Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34842025-01-09T20:10:18.695Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34852025-01-09T20:10:18.709Z Checking sync-ptr v0.1.1
34862025-01-09T20:10:24.175Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34872025-01-09T20:10:24.827Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34882025-01-09T20:10:26.036Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34892025-01-09T20:10:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.77s
34902025-01-09T20:10:27.835Z
34912025-01-09T20:10:27.835Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34922025-01-09T20:10:28.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-01-09T20:10:28.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-01-09T20:10:28.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952025-01-09T20:10:28.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34962025-01-09T20:10:28.495Z
34972025-01-09T20:10:28.495Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34982025-01-09T20:10:29.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-01-09T20:10:29.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-01-09T20:10:29.158Z Checking memmap2 v0.9.5
35012025-01-09T20:10:29.158Z Checking arrayref v0.3.9
35022025-01-09T20:10:29.158Z Checking arrayvec v0.7.6
35032025-01-09T20:10:29.158Z Checking constant_time_eq v0.3.1
35042025-01-09T20:10:29.161Z Checking topological-sort v0.2.2
35052025-01-09T20:10:29.262Z Checking shell-words v1.1.0
35062025-01-09T20:10:29.549Z Checking blake3 v1.5.4
35072025-01-09T20:10:29.895Z Checking omicron-zone-package v0.12.0
35082025-01-09T20:10:31.128Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
35092025-01-09T20:10:32.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
35102025-01-09T20:10:32.202Z
35112025-01-09T20:10:32.203Zinfo: running `cargo check --bins` on xtask (164/176)
35122025-01-09T20:10:32.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-01-09T20:10:32.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-01-09T20:10:32.633Z Checking bitflags v2.6.0
35152025-01-09T20:10:32.635Z Checking serde v1.0.215
35162025-01-09T20:10:32.713Z Checking thiserror v1.0.69
35172025-01-09T20:10:32.733Z Checking scroll v0.12.0
35182025-01-09T20:10:32.738Z Checking hashbrown v0.15.1
35192025-01-09T20:10:32.744Z Checking log v0.4.22
35202025-01-09T20:10:32.746Z Checking zerocopy v0.7.35
35212025-01-09T20:10:32.777Z Checking syn v2.0.87
35222025-01-09T20:10:32.828Z Checking pest v2.7.14
35232025-01-09T20:10:32.960Z Checking rustix v0.38.37
35242025-01-09T20:10:33.020Z Checking once_cell v1.20.2
35252025-01-09T20:10:33.214Z Checking goblin v0.8.2
35262025-01-09T20:10:33.332Z Checking fs-err v2.11.0
35272025-01-09T20:10:33.664Z Checking anyhow v1.0.93
35282025-01-09T20:10:33.815Z Checking indexmap v2.6.0
35292025-01-09T20:10:34.039Z Checking tabled v0.15.0
35302025-01-09T20:10:34.996Z Checking terminal_size v0.4.0
35312025-01-09T20:10:34.996Z Checking tempfile v3.13.0
35322025-01-09T20:10:35.171Z Checking clap_builder v4.5.21
35332025-01-09T20:10:35.284Z Checking dtrace-parser v0.2.0
35342025-01-09T20:10:37.389Z Checking clap v4.5.21
35352025-01-09T20:10:37.653Z Checking serde_json v1.0.133
35362025-01-09T20:10:37.653Z Checking toml_datetime v0.6.8
35372025-01-09T20:10:37.655Z Checking serde_spanned v0.6.8
35382025-01-09T20:10:37.655Z Checking camino v1.1.9
35392025-01-09T20:10:37.655Z Checking cargo-platform v0.1.8
35402025-01-09T20:10:37.655Z Checking semver v1.0.23
35412025-01-09T20:10:37.655Z Checking macaddr v1.0.1
35422025-01-09T20:10:37.996Z Checking toml_edit v0.22.22
35432025-01-09T20:10:38.118Z Checking camino-tempfile v1.1.1
35442025-01-09T20:10:38.793Z Checking dof v0.3.0
35452025-01-09T20:10:38.793Z Checking cargo_metadata v0.18.1
35462025-01-09T20:10:39.221Z Checking usdt-impl v0.5.0
35472025-01-09T20:10:39.593Z Checking usdt v0.5.0
35482025-01-09T20:10:39.798Z Checking toml v0.8.19
35492025-01-09T20:10:40.282Z Checking cargo_toml v0.20.5
35502025-01-09T20:10:41.512Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35512025-01-09T20:10:42.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s
35522025-01-09T20:10:42.235Z
35532025-01-09T20:10:42.235Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35542025-01-09T20:10:42.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-01-09T20:10:42.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-01-09T20:10:43.011Z Checking polyval v0.6.2
35572025-01-09T20:10:43.126Z Checking ctr v0.9.2
35582025-01-09T20:10:43.137Z Checking ssh-encoding v0.2.0
35592025-01-09T20:10:43.140Z Checking blowfish v0.9.1
35602025-01-09T20:10:43.160Z Checking password-hash v0.4.2
35612025-01-09T20:10:43.163Z Checking matches v0.1.10
35622025-01-09T20:10:43.187Z Checking p521 v0.13.3
35632025-01-09T20:10:43.187Z Checking p256 v0.13.2
35642025-01-09T20:10:43.256Z Checking idna v0.2.3
35652025-01-09T20:10:43.357Z Checking ghash v0.5.1
35662025-01-09T20:10:43.375Z Checking bcrypt-pbkdf v0.10.0
35672025-01-09T20:10:43.378Z Compiling enum-as-inner v0.5.1
35682025-01-09T20:10:43.449Z Checking russh-cryptovec v0.7.3
35692025-01-09T20:10:43.533Z Checking aes-gcm v0.10.3
35702025-01-09T20:10:43.566Z Checking pbkdf2 v0.11.0
35712025-01-09T20:10:43.609Z Checking md5 v0.7.0
35722025-01-09T20:10:43.652Z Checking num-bigint v0.4.6
35732025-01-09T20:10:43.669Z Checking des v0.8.1
35742025-01-09T20:10:43.759Z Checking ssh-cipher v0.2.0
35752025-01-09T20:10:43.842Z Checking hex-literal v0.4.1
35762025-01-09T20:10:43.900Z Compiling dhcproto-macros v0.1.0
35772025-01-09T20:10:43.940Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35782025-01-09T20:10:43.975Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35792025-01-09T20:10:44.046Z Checking ssh-key v0.6.6
35802025-01-09T20:10:44.066Z Checking internet-checksum v0.2.1
35812025-01-09T20:10:44.419Z Checking trust-dns-proto v0.22.0
35822025-01-09T20:10:45.414Z Checking russh-keys v0.45.0
35832025-01-09T20:10:46.430Z Checking russh v0.45.0
35842025-01-09T20:10:47.136Z Checking dhcproto v0.12.0
35852025-01-09T20:11:04.497Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35862025-01-09T20:11:05.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.71s
35872025-01-09T20:11:06.151Z
35882025-01-09T20:11:06.151Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35892025-01-09T20:11:06.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-01-09T20:11:06.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-01-09T20:11:06.780Z Checking termios v0.3.3
35922025-01-09T20:11:06.998Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35932025-01-09T20:11:07.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
35942025-01-09T20:11:07.950Z
35952025-01-09T20:11:07.950Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35962025-01-09T20:11:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-01-09T20:11:08.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-01-09T20:11:08.659Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35992025-01-09T20:11:08.659Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36002025-01-09T20:11:08.661Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36012025-01-09T20:11:08.661Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36022025-01-09T20:11:09.731Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36032025-01-09T20:11:11.027Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36042025-01-09T20:11:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
36052025-01-09T20:11:13.092Z
36062025-01-09T20:11:13.092Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
36072025-01-09T20:11:13.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-01-09T20:11:13.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-01-09T20:11:13.730Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36102025-01-09T20:11:14.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
36112025-01-09T20:11:14.386Z
36122025-01-09T20:11:14.386Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
36132025-01-09T20:11:14.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142025-01-09T20:11:14.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152025-01-09T20:11:14.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162025-01-09T20:11:14.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36172025-01-09T20:11:14.992Z
36182025-01-09T20:11:14.992Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36192025-01-09T20:11:15.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202025-01-09T20:11:15.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212025-01-09T20:11:15.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222025-01-09T20:11:15.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36232025-01-09T20:11:15.593Z
36242025-01-09T20:11:15.593Zinfo: running `cargo check --bins` on omicron-package (171/176)
36252025-01-09T20:11:16.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262025-01-09T20:11:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272025-01-09T20:11:16.256Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36282025-01-09T20:11:17.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
36292025-01-09T20:11:17.834Z
36302025-01-09T20:11:17.834Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36312025-01-09T20:11:18.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322025-01-09T20:11:18.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332025-01-09T20:11:18.529Z Checking rtoolbox v0.0.2
36342025-01-09T20:11:18.530Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36352025-01-09T20:11:18.533Z Checking tui-tree-widget v0.22.0
36362025-01-09T20:11:18.752Z Checking rpassword v7.3.1
36372025-01-09T20:11:22.906Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36382025-01-09T20:11:25.923Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36392025-01-09T20:11:27.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
36402025-01-09T20:11:27.378Z
36412025-01-09T20:11:27.378Zinfo: running `cargo check --bins` on wicket (173/176)
36422025-01-09T20:11:27.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432025-01-09T20:11:27.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442025-01-09T20:11:28.064Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36452025-01-09T20:11:28.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
36462025-01-09T20:11:28.697Z
36472025-01-09T20:11:28.697Zinfo: running `cargo check --bins` on wicketd (174/176)
36482025-01-09T20:11:29.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-01-09T20:11:29.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-01-09T20:11:29.411Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36512025-01-09T20:11:29.411Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36522025-01-09T20:11:30.271Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36532025-01-09T20:11:34.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
36542025-01-09T20:11:34.363Z
36552025-01-09T20:11:34.363Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36562025-01-09T20:11:34.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572025-01-09T20:11:34.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582025-01-09T20:11:34.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592025-01-09T20:11:34.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36602025-01-09T20:11:34.972Z
36612025-01-09T20:11:34.972Zinfo: running `cargo check --bins` on zone-setup (176/176)
36622025-01-09T20:11:35.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632025-01-09T20:11:35.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642025-01-09T20:11:35.701Z Checking uzers v0.12.1
36652025-01-09T20:11:36.046Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36662025-01-09T20:11:37.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
36672025-01-09T20:11:37.431Z
36682025-01-09T20:11:37.433Zreal 13:55.786562859
36692025-01-09T20:11:37.433Zuser 25:50.746867441
36702025-01-09T20:11:37.433Zsys 5:58.332114644
36712025-01-09T20:11:37.433Ztrap 0.514133118
36722025-01-09T20:11:37.433Ztflt 2.653558795
36732025-01-09T20:11:37.433Zdflt 3.057984960
36742025-01-09T20:11:37.433Zkflt 0.000858870
36752025-01-09T20:11:37.433Zlock 48:49.087939053
36762025-01-09T20:11:37.433Zslp 2:16:23.214410041
36772025-01-09T20:11:37.434Zlat 1:03.586282917
36782025-01-09T20:11:37.434Zstop 3:21.048753799
36792025-01-09T20:11:37.434Zprocess exited: duration 1271176 ms, exit code 0
 
36802025-01-09T20:11:37.439Zfound 0 output files