01JHS5BNXX4THNHBJT4G6HPYR9: 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: 01JHS5C1KHRMY9BF4641D20JT3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T03:38:04.303Zjob assigned to worker 01JHS5CA5C2PRH7JEH8XBQ2BEH [factory aws, i-0e11d84278c4f501a] (queued for 56 s)
 
22025-01-17T03:38:12.183Zstarting task 0: "setup"
32025-01-17T03:38:12.192Z++ uname -s
42025-01-17T03:38:12.194Z+ kern=SunOS
52025-01-17T03:38:12.194Z+ case "$kern" in
62025-01-17T03:38:12.194Z+ groupadd -g 12345 build
72025-01-17T03:38:12.197Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T03:38:14.205Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T03:38:14.327Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T03:38:14.330Z+ home_fs=zfs
112025-01-17T03:38:14.330Z+ [[ zfs == autofs ]]
122025-01-17T03:38:14.330Z+ mkdir -p /home/build
132025-01-17T03:38:14.332Z+ chown build:build /home/build /work
142025-01-17T03:38:16.335Z+ chmod 0700 /home/build /work
152025-01-17T03:38:16.337Zprocess exited: duration 4156 ms, exit code 0
 
162025-01-17T03:38:16.343Zstarting task 1: "rust-toolchain"
172025-01-17T03:38:16.348Z+ printf ' * toolchain channel = "%s"
182025-01-17T03:38:16.348Z' 1.84.0
192025-01-17T03:38:16.349Z+ printf ' * toolchain profile = "%s"
202025-01-17T03:38:16.349Z' default
212025-01-17T03:38:16.349Z * toolchain channel = "1.84.0"
222025-01-17T03:38:16.349Z * toolchain profile = "default"
232025-01-17T03:38:16.351Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T03:38:16.351Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T03:38:16.467Zinfo: downloading installer
262025-01-17T03:38:17.906Zinfo: profile set to 'default'
272025-01-17T03:38:17.906Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T03:38:17.908Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T03:38:18.062Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T03:38:18.062Zinfo: downloading component 'cargo'
312025-01-17T03:38:18.924Zinfo: downloading component 'clippy'
322025-01-17T03:38:19.254Zinfo: downloading component 'rust-docs'
332025-01-17T03:38:20.433Zinfo: downloading component 'rust-std'
342025-01-17T03:38:22.182Zinfo: downloading component 'rustc'
352025-01-17T03:38:28.893Zinfo: downloading component 'rustfmt'
362025-01-17T03:38:29.148Zinfo: installing component 'cargo'
372025-01-17T03:38:29.988Zinfo: installing component 'clippy'
382025-01-17T03:38:30.368Zinfo: installing component 'rust-docs'
392025-01-17T03:38:32.022Zinfo: installing component 'rust-std'
402025-01-17T03:38:33.737Zinfo: installing component 'rustc'
412025-01-17T03:38:39.710Zinfo: installing component 'rustfmt'
422025-01-17T03:38:40.044Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T03:38:40.044Z
442025-01-17T03:38:40.427Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T03:38:40.427Z
462025-01-17T03:38:40.430Z
472025-01-17T03:38:40.430ZRust is installed now. Great!
482025-01-17T03:38:40.430Z
492025-01-17T03:38:40.430ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T03:38:40.430Zenvironment variable. This has not been done automatically.
512025-01-17T03:38:40.430Z
522025-01-17T03:38:40.430ZTo configure your current shell, you need to source
532025-01-17T03:38:40.430Zthe corresponding env file under $HOME/.cargo.
542025-01-17T03:38:40.430Z
552025-01-17T03:38:40.430ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T03:38:40.430Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T03:38:40.430Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T03:38:40.504Z+ rustc --version
592025-01-17T03:38:40.571Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T03:38:40.574Zprocess exited: duration 24227 ms, exit code 0
 
612025-01-17T03:38:40.579Zstarting task 2: "authentication"
622025-01-17T03:38:40.601Zprocess exited: duration 21 ms, exit code 0
 
632025-01-17T03:38:40.606Zstarting task 3: "clone repository"
642025-01-17T03:38:40.611Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T03:38:40.614Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T03:38:40.734ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T03:38:48.312Z+ cd /work/oxidecomputer/omicron
682025-01-17T03:38:48.312Z+ git fetch origin a953ba78a502acc83f0035cfa8ee0dd9be032649
692025-01-17T03:38:48.609ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T03:38:48.609Z * branch a953ba78a502acc83f0035cfa8ee0dd9be032649 -> FETCH_HEAD
712025-01-17T03:38:48.619Z+ [[ -n eliza/dropshot-1180 ]]
722025-01-17T03:38:48.622Z++ git branch --show-current
732025-01-17T03:38:48.625Z+ current=main
742025-01-17T03:38:48.625Z+ [[ main != eliza/dropshot-1180 ]]
752025-01-17T03:38:48.625Z+ git branch -f eliza/dropshot-1180 a953ba78a502acc83f0035cfa8ee0dd9be032649
762025-01-17T03:38:48.627Z+ git checkout -f eliza/dropshot-1180
772025-01-17T03:38:48.802ZSwitched to branch 'eliza/dropshot-1180'
782025-01-17T03:38:48.805Z+ git reset --hard a953ba78a502acc83f0035cfa8ee0dd9be032649
792025-01-17T03:38:48.975ZHEAD is now at a953ba78a Merge remote-tracking branch 'origin/main' into eliza/dropshot-1180
802025-01-17T03:38:48.979Zprocess exited: duration 8369 ms, exit code 0
 
812025-01-17T03:38:48.985Zstarting task 4: "build"
822025-01-17T03:38:48.990Z+ source .github/buildomat/ci-env.sh
832025-01-17T03:38:48.990Z++ export CARGO_TERM_COLOR=always
842025-01-17T03:38:48.991Z++ CARGO_TERM_COLOR=always
852025-01-17T03:38:48.993Z+ cargo --version
862025-01-17T03:38:49.051Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T03:38:49.054Z+ rustc --version
882025-01-17T03:38:49.114Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T03:38:49.117Z+ source ./env.sh
902025-01-17T03:38:49.117Z++ OLD_SHELL_OPTS=ehxB
912025-01-17T03:38:49.117Z++ set -o xtrace
922025-01-17T03:38:49.119Z++++ dirname ./env.sh
932025-01-17T03:38:49.122Z+++ readlink -f .
942025-01-17T03:38:49.259Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ 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-17T03:38:49.262Z++ case $OLD_SHELL_OPTS in
1042025-01-17T03:38:49.262Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-17T03:38:49.262Z+ 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-17T03:38:49.262Z+ 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-17T03:38:49.262Z+ banner prerequisites
1082025-01-17T03:38:49.265Z
1092025-01-17T03:38:49.265Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-17T03:38:49.265Z # # # # # # # # # # # # # # #
1112025-01-17T03:38:49.265Z # # # # ##### # # ##### # # # # # #### #
1122025-01-17T03:38:49.265Z ##### ##### # ##### # # # # # # # # #
1132025-01-17T03:38:49.265Z # # # # # # # # # # # # # # #
1142025-01-17T03:38:49.265Z # # # ###### # # ###### ### # #### # #### #
1152025-01-17T03:38:49.265Z
1162025-01-17T03:38:49.265Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-17T03:38:50.987Zpkg list: illegal option -- F
1182025-01-17T03:38:50.987ZUsage:
1192025-01-17T03:38:50.990Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-17T03:38:50.990Z [pkg_fmri_pattern ...]
1212025-01-17T03:38:51.842Zpkg list: illegal option -- F
1222025-01-17T03:38:51.842ZUsage:
1232025-01-17T03:38:51.845Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-17T03:38:51.845Z [pkg_fmri_pattern ...]
1252025-01-17T03:38:58.989Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-17T03:39:03.205Z Startup: Caching catalogs ... Done
1272025-01-17T03:39:14.543ZPlanning: Solver setup ... Done (10.527s)
1282025-01-17T03:39:14.691ZPlanning: Running solver ... Done (0.147s)
1292025-01-17T03:39:15.011ZPlanning: Finding local manifests ... Done (0.213s)
1302025-01-17T03:39:15.025ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-17T03:39:15.266ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-17T03:39:15.678ZPlanning: Package planning ... Done (0.412s)
1332025-01-17T03:39:15.737ZPlanning: Merging actions ... Done (0.059s)
1342025-01-17T03:39:16.525ZPlanning: Checking for conflicting actions ... Done (0.788s)
1352025-01-17T03:39:21.900ZPlanning: Consolidating action changes ... Done (5.374s)
1362025-01-17T03:39:22.312ZPlanning: Evaluating mediators ... Done (0.412s)
1372025-01-17T03:39:22.393ZPlanning: Planning completed in 19.09 seconds
1382025-01-17T03:39:22.410Z Packages to install: 4
1392025-01-17T03:39:22.410Z Packages to update: 3
1402025-01-17T03:39:22.412Z Mediators to change: 2
1412025-01-17T03:39:22.412Z Services to change: 1
1422025-01-17T03:39:22.412Z Estimated space available: 155.61 GB
1432025-01-17T03:39:22.412ZEstimated space to be consumed: 1.64 GB
1442025-01-17T03:39:22.412Z Create boot environment: No
1452025-01-17T03:39:22.412ZCreate backup boot environment: Yes
1462025-01-17T03:39:22.412Z Rebuild boot archive: No
1472025-01-17T03:39:22.412Z
1482025-01-17T03:39:22.412ZChanged mediators:
1492025-01-17T03:39:22.413Z mediator clang:
1502025-01-17T03:39:22.413Z version: None -> 15 (system default)
1512025-01-17T03:39:22.413Z
1522025-01-17T03:39:22.413Z mediator llvm:
1532025-01-17T03:39:22.413Z version: 14 (system default) -> 15 (system default)
1542025-01-17T03:39:22.413Z
1552025-01-17T03:39:22.413ZChanged packages:
1562025-01-17T03:39:22.413Zhelios-dev
1572025-01-17T03:39:22.413Z developer/build-essential
1582025-01-17T03:39:22.413Z None -> 11-2.0
1592025-01-17T03:39:22.413Z library/libxmlsec1
1602025-01-17T03:39:22.413Z None -> 1.2.35-2.0
1612025-01-17T03:39:22.413Z ooce/developer/clang-15
1622025-01-17T03:39:22.413Z None -> 15.0.7-2.0
1632025-01-17T03:39:22.413Z ooce/developer/llvm-15
1642025-01-17T03:39:22.413Z None -> 15.0.7-2.0
1652025-01-17T03:39:22.413Z package/pkg
1662025-01-17T03:39:22.413Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-17T03:39:22.413Z system/library/g++-runtime
1682025-01-17T03:39:22.413Z 13-2.0 -> 14-2.0
1692025-01-17T03:39:22.413Z system/library/gcc-runtime
1702025-01-17T03:39:22.413Z 13-2.0 -> 14-2.0
1712025-01-17T03:39:22.413Z
1722025-01-17T03:39:22.413ZServices:
1732025-01-17T03:39:22.413Z restart_fmri:
1742025-01-17T03:39:22.413Z svc:/system/update-man-index:default
1752025-01-17T03:39:22.413Z
1762025-01-17T03:39:22.413ZEditable files to change:
1772025-01-17T03:39:22.413Z Update:
1782025-01-17T03:39:22.413Z usr/share/lib/pkg/web/config.shtml
1792025-01-17T03:39:22.614Z
1802025-01-17T03:39:22.614ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-17T03:39:27.618ZDownload: 1068/4301 items 9.7/225.4MB 4% complete (2.0M/s)
1822025-01-17T03:39:32.619ZDownload: 1213/4301 items 85.7/225.4MB 38% complete (8.6M/s)
1832025-01-17T03:39:37.638ZDownload: 2193/4301 items 119.1/225.4MB 52% complete (11.0M/s)
1842025-01-17T03:39:48.053ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (9.2M/s)
1852025-01-17T03:39:53.072ZDownload: 3208/4301 items 164.8/225.4MB 73% complete (8.9M/s)
1862025-01-17T03:39:58.280ZDownload: 3245/4301 items 201.5/225.4MB 89% complete (9.9M/s)
1872025-01-17T03:40:03.289ZDownload: 3253/4301 items 205.5/225.4MB 91% complete (4.5M/s)
1882025-01-17T03:40:08.319ZDownload: 3493/4301 items 213.5/225.4MB 94% complete (1.2M/s)
1892025-01-17T03:40:18.661ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (1.8M/s)
1902025-01-17T03:40:20.592ZDownload: Completed 225.42 MB in 57.97 seconds (3.9M/s)
1912025-01-17T03:40:22.870Z Actions: 1/5122 actions (Removing old actions)
1922025-01-17T03:40:22.888Z Actions: 194/5122 actions (Installing new actions)
1932025-01-17T03:40:27.621Z Actions: 4267/5122 actions (Updating modified actions)
1942025-01-17T03:40:27.972Z Actions: Completed 5122 actions in 5.10 seconds.
1952025-01-17T03:40:28.375Z Done (0.396s)
1962025-01-17T03:40:28.378Z Done (0.001s)
1972025-01-17T03:40:28.957Z Done (0.580s)
1982025-01-17T03:40:33.903Z Done (4.712s)
1992025-01-17T03:40:34.086Z Done (0.113s)
2002025-01-17T03:40:34.088Z Done (0.000s)
2012025-01-17T03:40:34.269Z Done (0.000s)
2022025-01-17T03:40:34.967ZPlanning: Evaluating mediator changes ... Done
2032025-01-17T03:40:35.135ZPlanning: Checking for conflicting actions ... Done
2042025-01-17T03:40:35.137ZPlanning: Consolidating action changes ... Done
2052025-01-17T03:40:35.410ZPlanning: Evaluating mediators ... Done
2062025-01-17T03:40:35.412ZPlanning: Planning completed in 0.44 seconds
2072025-01-17T03:40:35.451Z Mediators to change: 2
2082025-01-17T03:40:35.451Z Create boot environment: No
2092025-01-17T03:40:35.453ZCreate backup boot environment: No
2102025-01-17T03:40:35.560Z Done
2112025-01-17T03:40:35.560Z Done
2122025-01-17T03:40:35.926Z Done
2132025-01-17T03:40:39.607Z Done
2142025-01-17T03:40:39.697Z Done
2152025-01-17T03:40:39.699Z Done
2162025-01-17T03:40:39.838Z Done
2172025-01-17T03:40:40.459ZPlanning: Evaluating mediator changes ... Done
2182025-01-17T03:40:40.461ZPlanning: Merging actions ... Done
2192025-01-17T03:40:40.655ZPlanning: Checking for conflicting actions ... Done
2202025-01-17T03:40:40.658ZPlanning: Consolidating action changes ... Done
2212025-01-17T03:40:40.935ZPlanning: Evaluating mediators ... Done
2222025-01-17T03:40:40.995ZPlanning: Planning completed in 0.78 seconds
2232025-01-17T03:40:41.038Z Packages to change: 1
2242025-01-17T03:40:41.038Z Mediators to change: 1
2252025-01-17T03:40:41.040Z Services to change: 1
2262025-01-17T03:40:41.040Z Create boot environment: No
2272025-01-17T03:40:41.040ZCreate backup boot environment: Yes
2282025-01-17T03:40:43.245Z Actions: 1/6 actions (Updating modified actions)
2292025-01-17T03:40:43.248Z Actions: Completed 6 actions in 0.00 seconds.
2302025-01-17T03:40:43.248Z Done
2312025-01-17T03:40:43.248Z Done
2322025-01-17T03:40:43.366Z Done
2332025-01-17T03:40:47.102Z Done
2342025-01-17T03:40:47.192Z Done
2352025-01-17T03:40:47.195Z Done
2362025-01-17T03:40:47.332Z Done
2372025-01-17T03:40:47.767ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382025-01-17T03:40:47.767Zclang system 15 system
2392025-01-17T03:40:47.768Zcsh system system illumos
2402025-01-17T03:40:47.768Zctags system system illumos
2412025-01-17T03:40:47.768Zgcc vendor 12 vendor
2422025-01-17T03:40:47.768Zgcc system 10 system
2432025-01-17T03:40:47.768Zgcc system 7 system
2442025-01-17T03:40:47.768Zgo system 1.20 system
2452025-01-17T03:40:47.768Zgo system 1.19 system
2462025-01-17T03:40:47.768Zllvm system 15 system
2472025-01-17T03:40:47.768Zllvm system 14 system
2482025-01-17T03:40:47.768Zmariadb system 10.6 system
2492025-01-17T03:40:47.768Zmta vendor vendor dma
2502025-01-17T03:40:47.768Zopenjdk system 17 system
2512025-01-17T03:40:47.768Zopenjdk system 11 system
2522025-01-17T03:40:47.768Zopenjdk system 1.8 system
2532025-01-17T03:40:47.768Zopenssl vendor 3 vendor
2542025-01-17T03:40:47.768Zperl system 5.36 system
2552025-01-17T03:40:47.768Zpostgresql system 15 system
2562025-01-17T03:40:47.768Zpostgresql system 13 system
2572025-01-17T03:40:47.768Zpython vendor 3 vendor
2582025-01-17T03:40:47.768Zpython system 2 system
2592025-01-17T03:40:47.768Zpython3 system 3.11 system
2602025-01-17T03:40:47.768Zruby system 3.0 system
2612025-01-17T03:40:47.768Zwords vendor vendor american-english
2622025-01-17T03:40:47.768Zwords system system australian-english
2632025-01-17T03:40:47.768Zwords system system british-english
2642025-01-17T03:40:47.768Zwords system system canadian-english
2652025-01-17T03:40:47.768Zwords system system french
2662025-01-17T03:40:47.768Zwords system system italian
2672025-01-17T03:40:47.768Zwords system system ngerman
2682025-01-17T03:40:47.768Zwords system system ogerman
2692025-01-17T03:40:47.768Zwords system system spanish
2702025-01-17T03:40:48.100ZPUBLISHER TYPE STATUS P LOCATION
2712025-01-17T03:40:48.100Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722025-01-17T03:40:50.912ZFMRI IFO
2732025-01-17T03:40:50.912Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742025-01-17T03:40:50.912Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752025-01-17T03:40:50.912Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762025-01-17T03:40:50.912Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772025-01-17T03:40:50.912Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782025-01-17T03:40:50.912Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792025-01-17T03:40:50.912Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2802025-01-17T03:40:50.912Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2812025-01-17T03:40:50.912Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2822025-01-17T03:40:50.912Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2832025-01-17T03:40:50.912Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2842025-01-17T03:40:50.912Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852025-01-17T03:40:50.912Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2862025-01-17T03:40:50.912Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2872025-01-17T03:40:50.912Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2882025-01-17T03:40:51.670Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2892025-01-17T03:40:51.932Z Updating crates.io index
2902025-01-17T03:40:51.935Z Updating git repository `https://github.com/oxidecomputer/diffus`
2912025-01-17T03:40:52.316Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922025-01-17T03:40:52.794Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2932025-01-17T03:40:53.043Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942025-01-17T03:40:53.317Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952025-01-17T03:40:53.554Z Updating git repository `https://github.com/oxidecomputer/propolis`
2962025-01-17T03:40:54.506Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972025-01-17T03:40:56.122Z Updating git repository `https://github.com/oxidecomputer/opte`
2982025-01-17T03:40:56.748Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992025-01-17T03:40:57.538Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002025-01-17T03:40:57.846Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012025-01-17T03:40:58.185Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3022025-01-17T03:40:58.806Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3032025-01-17T03:40:59.137Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042025-01-17T03:40:59.680Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052025-01-17T03:40:59.937Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062025-01-17T03:41:00.190Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072025-01-17T03:41:00.476Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082025-01-17T03:41:00.780Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-01-17T03:41:01.081Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-01-17T03:41:01.391Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3112025-01-17T03:41:01.740Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122025-01-17T03:41:02.266Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-01-17T03:41:02.508Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-01-17T03:41:02.867Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152025-01-17T03:41:03.312Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3162025-01-17T03:41:03.595Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172025-01-17T03:41:03.869Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182025-01-17T03:41:04.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192025-01-17T03:41:05.558Z Downloading crates ...
3202025-01-17T03:41:05.612Z Downloaded anstyle-query v1.1.1
3212025-01-17T03:41:05.615Z Downloaded anstyle-parse v0.2.5
3222025-01-17T03:41:05.626Z Downloaded anyhow v1.0.93
3232025-01-17T03:41:05.630Z Downloaded equivalent v1.0.1
3242025-01-17T03:41:05.634Z Downloaded dtrace-parser v0.2.0
3252025-01-17T03:41:05.642Z Downloaded usdt-attr-macro v0.5.0
3262025-01-17T03:41:05.645Z Downloaded is_terminal_polyfill v1.70.1
3272025-01-17T03:41:05.645Z Downloaded anstream v0.6.15
3282025-01-17T03:41:05.658Z Downloaded usdt-macro v0.5.0
3292025-01-17T03:41:05.661Z Downloaded scroll_derive v0.12.0
3302025-01-17T03:41:05.664Z Downloaded fnv v1.0.7
3312025-01-17T03:41:05.664Z Downloaded cpufeatures v0.2.14
3322025-01-17T03:41:05.666Z Downloaded block-buffer v0.10.4
3332025-01-17T03:41:05.666Z Downloaded fs-err v2.11.0
3342025-01-17T03:41:05.676Z Downloaded camino-tempfile v1.1.1
3352025-01-17T03:41:05.678Z Downloaded smawk v0.3.2
3362025-01-17T03:41:05.681Z Downloaded pretty-hex v0.4.1
3372025-01-17T03:41:05.681Z Downloaded swrite v0.1.0
3382025-01-17T03:41:05.686Z Downloaded thread-id v4.2.2
3392025-01-17T03:41:05.688Z Downloaded serde_spanned v0.6.8
3402025-01-17T03:41:05.688Z Downloaded heck v0.5.0
3412025-01-17T03:41:05.691Z Downloaded plain v0.2.3
3422025-01-17T03:41:05.691Z Downloaded autocfg v1.4.0
3432025-01-17T03:41:05.694Z Downloaded generic-array v0.14.7
3442025-01-17T03:41:05.694Z Downloaded version_check v0.9.5
3452025-01-17T03:41:05.697Z Downloaded toml_datetime v0.6.8
3462025-01-17T03:41:05.697Z Downloaded strsim v0.11.1
3472025-01-17T03:41:05.700Z Downloaded serde_tokenstream v0.2.2
3482025-01-17T03:41:05.700Z Downloaded unicode-linebreak v0.1.5
3492025-01-17T03:41:05.703Z Downloaded proc-macro-error-attr v1.0.4
3502025-01-17T03:41:05.705Z Downloaded memmap v0.7.0
3512025-01-17T03:41:05.706Z Downloaded fastrand v2.1.1
3522025-01-17T03:41:05.708Z Downloaded colorchoice v1.0.2
3532025-01-17T03:41:05.708Z Downloaded once_cell v1.20.2
3542025-01-17T03:41:05.710Z Downloaded macaddr v1.0.1
3552025-01-17T03:41:05.713Z Downloaded cargo_toml v0.20.5
3562025-01-17T03:41:05.713Z Downloaded bytecount v0.6.8
3572025-01-17T03:41:05.716Z Downloaded cargo_metadata v0.18.1
3582025-01-17T03:41:05.718Z Downloaded clap_derive v4.5.18
3592025-01-17T03:41:05.721Z Downloaded camino v1.1.9
3602025-01-17T03:41:05.723Z Downloaded usdt v0.5.0
3612025-01-17T03:41:05.723Z Downloaded tabled_derive v0.7.0
3622025-01-17T03:41:05.723Z Downloaded pest_generator v2.7.14
3632025-01-17T03:41:05.731Z Downloaded heck v0.4.1
3642025-01-17T03:41:05.733Z Downloaded scroll v0.12.0
3652025-01-17T03:41:05.733Z Downloaded digest v0.10.7
3662025-01-17T03:41:05.735Z Downloaded cfg-if v1.0.0
3672025-01-17T03:41:05.738Z Downloaded cargo-platform v0.1.8
3682025-01-17T03:41:05.738Z Downloaded thiserror v1.0.69
3692025-01-17T03:41:05.741Z Downloaded itoa v1.0.11
3702025-01-17T03:41:05.744Z Downloaded crypto-common v0.1.6
3712025-01-17T03:41:05.744Z Downloaded semver v1.0.24
3722025-01-17T03:41:05.746Z Downloaded anstyle v1.0.10
3732025-01-17T03:41:05.749Z Downloaded byteorder v1.5.0
3742025-01-17T03:41:05.749Z Downloaded zerocopy-derive v0.7.35
3752025-01-17T03:41:05.753Z Downloaded pest_derive v2.7.14
3762025-01-17T03:41:05.755Z Downloaded clap v4.5.21
3772025-01-17T03:41:05.763Z Downloaded pest_meta v2.7.14
3782025-01-17T03:41:05.765Z Downloaded clap_lex v0.7.2
3792025-01-17T03:41:05.768Z Downloaded dof v0.3.0
3802025-01-17T03:41:05.768Z Downloaded utf8parse v0.2.2
3812025-01-17T03:41:05.770Z Downloaded thiserror-impl v1.0.69
3822025-01-17T03:41:05.773Z Downloaded terminal_size v0.4.0
3832025-01-17T03:41:05.773Z Downloaded errno v0.3.9
3842025-01-17T03:41:05.781Z Downloaded unicode-ident v1.0.14
3852025-01-17T03:41:05.784Z Downloaded typenum v1.17.0
3862025-01-17T03:41:05.786Z Downloaded toml v0.8.19
3872025-01-17T03:41:05.789Z Downloaded papergrid v0.11.0
3882025-01-17T03:41:05.799Z Downloaded quote v1.0.38
3892025-01-17T03:41:05.801Z Downloaded proc-macro-error v1.0.4
3902025-01-17T03:41:05.805Z Downloaded sha2 v0.10.8
3912025-01-17T03:41:05.807Z Downloaded tempfile v3.13.0
3922025-01-17T03:41:05.810Z Downloaded usdt-impl v0.5.0
3932025-01-17T03:41:05.817Z Downloaded proc-macro2 v1.0.92
3942025-01-17T03:41:05.821Z Downloaded bitflags v2.6.0
3952025-01-17T03:41:05.826Z Downloaded textwrap v0.16.1
3962025-01-17T03:41:05.828Z Downloaded ucd-trie v0.1.7
3972025-01-17T03:41:05.831Z Downloaded log v0.4.22
3982025-01-17T03:41:05.840Z Downloaded serde v1.0.217
3992025-01-17T03:41:05.849Z Downloaded serde_derive v1.0.217
4002025-01-17T03:41:05.852Z Downloaded ryu v1.0.18
4012025-01-17T03:41:05.861Z Downloaded indexmap v2.7.0
4022025-01-17T03:41:05.880Z Downloaded toml_edit v0.22.22
4032025-01-17T03:41:05.901Z Downloaded memchr v2.7.4
4042025-01-17T03:41:05.915Z Downloaded zerocopy v0.7.35
4052025-01-17T03:41:05.930Z Downloaded hashbrown v0.15.1
4062025-01-17T03:41:05.935Z Downloaded winnow v0.6.20
4072025-01-17T03:41:05.943Z Downloaded serde_json v1.0.135
4082025-01-17T03:41:05.950Z Downloaded clap_builder v4.5.21
4092025-01-17T03:41:05.957Z Downloaded pest v2.7.14
4102025-01-17T03:41:05.961Z Downloaded goblin v0.8.2
4112025-01-17T03:41:05.967Z Downloaded tabled v0.15.0
4122025-01-17T03:41:05.983Z Downloaded unicode-width v0.1.14
4132025-01-17T03:41:05.987Z Downloaded syn v1.0.109
4142025-01-17T03:41:06.003Z Downloaded syn v2.0.96
4152025-01-17T03:41:06.021Z Downloaded rustix v0.38.37
4162025-01-17T03:41:06.051Z Downloaded libc v0.2.169
4172025-01-17T03:41:06.362Z Compiling proc-macro2 v1.0.92
4182025-01-17T03:41:06.362Z Compiling unicode-ident v1.0.14
4192025-01-17T03:41:06.364Z Compiling serde v1.0.217
4202025-01-17T03:41:06.364Z Compiling version_check v0.9.5
4212025-01-17T03:41:06.364Z Compiling memchr v2.7.4
4222025-01-17T03:41:06.365Z Compiling thiserror v1.0.69
4232025-01-17T03:41:06.365Z Compiling libc v0.2.169
4242025-01-17T03:41:06.397Z Compiling itoa v1.0.11
4252025-01-17T03:41:06.623Z Compiling ucd-trie v0.1.7
4262025-01-17T03:41:06.721Z Compiling ryu v1.0.18
4272025-01-17T03:41:07.133Z Compiling once_cell v1.20.2
4282025-01-17T03:41:07.136Z Compiling byteorder v1.5.0
4292025-01-17T03:41:07.209Z Compiling serde_json v1.0.135
4302025-01-17T03:41:07.411Z Compiling rustix v0.38.37
4312025-01-17T03:41:07.622Z Compiling bitflags v2.6.0
4322025-01-17T03:41:07.758Z Compiling proc-macro-error-attr v1.0.4
4332025-01-17T03:41:07.948Z Compiling usdt-impl v0.5.0
4342025-01-17T03:41:08.018Z Compiling syn v1.0.109
4352025-01-17T03:41:08.045Z Compiling proc-macro-error v1.0.4
4362025-01-17T03:41:08.175Z Compiling plain v0.2.3
4372025-01-17T03:41:08.304Z Compiling quote v1.0.38
4382025-01-17T03:41:08.450Z Compiling utf8parse v0.2.2
4392025-01-17T03:41:08.498Z Compiling errno v0.3.9
4402025-01-17T03:41:08.572Z Compiling camino v1.1.9
4412025-01-17T03:41:08.653Z Compiling hashbrown v0.15.1
4422025-01-17T03:41:08.706Z Compiling syn v2.0.96
4432025-01-17T03:41:08.784Z Compiling log v0.4.22
4442025-01-17T03:41:08.989Z Compiling equivalent v1.0.1
4452025-01-17T03:41:09.087Z Compiling thread-id v4.2.2
4462025-01-17T03:41:09.165Z Compiling anstyle-parse v0.2.5
4472025-01-17T03:41:09.388Z Compiling winnow v0.6.20
4482025-01-17T03:41:09.504Z Compiling semver v1.0.24
4492025-01-17T03:41:09.605Z Compiling anstyle-query v1.1.1
4502025-01-17T03:41:09.720Z Compiling indexmap v2.7.0
4512025-01-17T03:41:09.763Z Compiling colorchoice v1.0.2
4522025-01-17T03:41:09.871Z Compiling anstyle v1.0.10
4532025-01-17T03:41:09.930Z Compiling autocfg v1.4.0
4542025-01-17T03:41:09.979Z Compiling unicode-width v0.1.14
4552025-01-17T03:41:10.311Z Compiling is_terminal_polyfill v1.70.1
4562025-01-17T03:41:10.464Z Compiling pretty-hex v0.4.1
4572025-01-17T03:41:10.521Z Compiling anstream v0.6.15
4582025-01-17T03:41:10.707Z Compiling terminal_size v0.4.0
4592025-01-17T03:41:10.887Z Compiling fs-err v2.11.0
4602025-01-17T03:41:11.138Z Compiling strsim v0.11.1
4612025-01-17T03:41:11.168Z Compiling fastrand v2.1.1
4622025-01-17T03:41:11.170Z Compiling clap_lex v0.7.2
4632025-01-17T03:41:11.213Z Compiling heck v0.5.0
4642025-01-17T03:41:11.258Z Compiling fnv v1.0.7
4652025-01-17T03:41:11.420Z Compiling cfg-if v1.0.0
4662025-01-17T03:41:11.537Z Compiling anyhow v1.0.93
4672025-01-17T03:41:11.644Z Compiling heck v0.4.1
4682025-01-17T03:41:11.925Z Compiling bytecount v0.6.8
4692025-01-17T03:41:12.062Z Compiling tempfile v3.13.0
4702025-01-17T03:41:12.090Z Compiling papergrid v0.11.0
4712025-01-17T03:41:12.163Z Compiling clap_builder v4.5.21
4722025-01-17T03:41:12.534Z Compiling memmap v0.7.0
4732025-01-17T03:41:12.583Z Compiling unicode-linebreak v0.1.5
4742025-01-17T03:41:12.838Z Compiling smawk v0.3.2
4752025-01-17T03:41:13.093Z Compiling textwrap v0.16.1
4762025-01-17T03:41:13.120Z Compiling swrite v0.1.0
4772025-01-17T03:41:13.947Z Compiling tabled_derive v0.7.0
4782025-01-17T03:41:15.374Z Compiling tabled v0.15.0
4792025-01-17T03:41:15.660Z Compiling serde_derive v1.0.217
4802025-01-17T03:41:15.660Z Compiling thiserror-impl v1.0.69
4812025-01-17T03:41:15.663Z Compiling zerocopy-derive v0.7.35
4822025-01-17T03:41:15.663Z Compiling scroll_derive v0.12.0
4832025-01-17T03:41:15.663Z Compiling clap_derive v4.5.18
4842025-01-17T03:41:17.074Z Compiling scroll v0.12.0
4852025-01-17T03:41:17.644Z Compiling zerocopy v0.7.35
4862025-01-17T03:41:17.675Z Compiling goblin v0.8.2
4872025-01-17T03:41:18.682Z Compiling pest v2.7.14
4882025-01-17T03:41:19.291Z Compiling clap v4.5.21
4892025-01-17T03:41:20.797Z Compiling pest_meta v2.7.14
4902025-01-17T03:41:21.734Z Compiling pest_generator v2.7.14
4912025-01-17T03:41:23.274Z Compiling pest_derive v2.7.14
4922025-01-17T03:41:23.856Z Compiling dtrace-parser v0.2.0
4932025-01-17T03:41:24.324Z Compiling serde_tokenstream v0.2.2
4942025-01-17T03:41:24.523Z Compiling toml_datetime v0.6.8
4952025-01-17T03:41:24.649Z Compiling serde_spanned v0.6.8
4962025-01-17T03:41:24.803Z Compiling cargo-platform v0.1.8
4972025-01-17T03:41:24.902Z Compiling toml_edit v0.22.22
4982025-01-17T03:41:24.926Z Compiling macaddr v1.0.1
4992025-01-17T03:41:25.275Z Compiling camino-tempfile v1.1.1
5002025-01-17T03:41:25.717Z Compiling dof v0.3.0
5012025-01-17T03:41:25.862Z Compiling cargo_metadata v0.18.1
5022025-01-17T03:41:27.121Z Compiling usdt-macro v0.5.0
5032025-01-17T03:41:27.121Z Compiling usdt-attr-macro v0.5.0
5042025-01-17T03:41:27.816Z Compiling toml v0.8.19
5052025-01-17T03:41:28.259Z Compiling usdt v0.5.0
5062025-01-17T03:41:28.622Z Compiling cargo_toml v0.20.5
5072025-01-17T03:41:31.224Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5082025-01-17T03:41:34.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s
5092025-01-17T03:41:34.650Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5102025-01-17T03:41:35.163Z Downloading crates ...
5112025-01-17T03:41:35.296Z Downloaded addr2line v0.24.2
5122025-01-17T03:41:35.316Z Downloaded ciborium-io v0.2.2
5132025-01-17T03:41:35.321Z Downloaded atomicwrites v0.4.4
5142025-01-17T03:41:35.324Z Downloaded cfg_aliases v0.2.1
5152025-01-17T03:41:35.327Z Downloaded darling v0.20.10
5162025-01-17T03:41:35.332Z Downloaded cstr-argument v0.1.2
5172025-01-17T03:41:35.336Z Downloaded bitfield v0.14.0
5182025-01-17T03:41:35.336Z Downloaded async-stream v0.3.6
5192025-01-17T03:41:35.339Z Downloaded adler2 v2.0.0
5202025-01-17T03:41:35.342Z Downloaded icu_locid v1.5.0
5212025-01-17T03:41:35.345Z Downloaded crossbeam-deque v0.8.5
5222025-01-17T03:41:35.348Z Downloaded ciborium-ll v0.2.2
5232025-01-17T03:41:35.349Z Downloaded bit-set v0.5.3
5242025-01-17T03:41:35.352Z Downloaded curve25519-dalek-derive v0.1.1
5252025-01-17T03:41:35.352Z Downloaded cmake v0.1.51
5262025-01-17T03:41:35.355Z Downloaded bb8 v0.8.5
5272025-01-17T03:41:35.355Z Downloaded ahash v0.8.11
5282025-01-17T03:41:35.359Z Downloaded matches v0.1.10
5292025-01-17T03:41:35.362Z Downloaded hyper-tls v0.6.0
5302025-01-17T03:41:35.362Z Downloaded httpdate v1.0.3
5312025-01-17T03:41:35.365Z Downloaded is_ci v1.2.0
5322025-01-17T03:41:35.365Z Downloaded async-recursion v1.1.1
5332025-01-17T03:41:35.369Z Downloaded castaway v0.2.3
5342025-01-17T03:41:35.372Z Downloaded hubpack_derive v0.1.1
5352025-01-17T03:41:35.372Z Downloaded headers-core v0.3.0
5362025-01-17T03:41:35.372Z Downloaded bzip2 v0.4.4
5372025-01-17T03:41:35.375Z Downloaded chacha20 v0.9.1
5382025-01-17T03:41:35.378Z Downloaded match_cfg v0.1.0
5392025-01-17T03:41:35.381Z Downloaded kstat-rs v0.2.4
5402025-01-17T03:41:35.381Z Downloaded indoc v1.0.9
5412025-01-17T03:41:35.384Z Downloaded indent_write v2.2.0
5422025-01-17T03:41:35.386Z Downloaded hostname v0.4.0
5432025-01-17T03:41:35.386Z Downloaded idna_adapter v1.2.0
5442025-01-17T03:41:35.389Z Downloaded bitflags v1.3.2
5452025-01-17T03:41:35.392Z Downloaded is-terminal v0.4.13
5462025-01-17T03:41:35.395Z Downloaded lru-cache v0.1.2
5472025-01-17T03:41:35.395Z Downloaded cfg_aliases v0.1.1
5482025-01-17T03:41:35.398Z Downloaded assert_matches v1.5.0
5492025-01-17T03:41:35.398Z Downloaded httparse v1.9.5
5502025-01-17T03:41:35.401Z Downloaded md-5 v0.10.6
5512025-01-17T03:41:35.404Z Downloaded hostname v0.3.1
5522025-01-17T03:41:35.407Z Downloaded bitfield-struct v0.6.2
5532025-01-17T03:41:35.407Z Downloaded bit-vec v0.6.3
5542025-01-17T03:41:35.410Z Downloaded hex-literal v0.4.1
5552025-01-17T03:41:35.410Z Downloaded mime v0.3.17
5562025-01-17T03:41:35.415Z Downloaded linear-map v1.2.0
5572025-01-17T03:41:35.415Z Downloaded console v0.15.8
5582025-01-17T03:41:35.418Z Downloaded mime_guess v2.0.5
5592025-01-17T03:41:35.421Z Downloaded ipnet v2.10.1
5602025-01-17T03:41:35.425Z Downloaded lockfree-object-pool v0.1.6
5612025-01-17T03:41:35.427Z Downloaded maplit v1.0.2
5622025-01-17T03:41:35.427Z Downloaded managed v0.8.0
5632025-01-17T03:41:35.427Z Downloaded progenitor-client v0.8.0
5642025-01-17T03:41:35.430Z Downloaded libloading v0.8.5
5652025-01-17T03:41:35.433Z Downloaded instant v0.1.13
5662025-01-17T03:41:35.437Z Downloaded ident_case v1.0.1
5672025-01-17T03:41:35.437Z Downloaded crc-any v2.5.0
5682025-01-17T03:41:35.440Z Downloaded clang-sys v1.8.1
5692025-01-17T03:41:35.440Z Downloaded lru v0.12.5
5702025-01-17T03:41:35.443Z Downloaded lock_api v0.4.12
5712025-01-17T03:41:35.446Z Downloaded jobserver v0.1.32
5722025-01-17T03:41:35.449Z Downloaded lalrpop-util v0.19.12
5732025-01-17T03:41:35.449Z Downloaded icu_locid_transform v1.5.0
5742025-01-17T03:41:35.452Z Downloaded hyper-staticfile v0.10.1
5752025-01-17T03:41:35.458Z Downloaded litemap v0.7.3
5762025-01-17T03:41:35.462Z Downloaded cobs v0.2.3
5772025-01-17T03:41:35.462Z Downloaded ascii-canvas v3.0.0
5782025-01-17T03:41:35.462Z Downloaded highway v1.2.0
5792025-01-17T03:41:35.465Z Downloaded md5 v0.7.0
5802025-01-17T03:41:35.465Z Downloaded blowfish v0.9.1
5812025-01-17T03:41:35.465Z Downloaded aead v0.5.2
5822025-01-17T03:41:35.469Z Downloaded http-range v0.1.5
5832025-01-17T03:41:35.471Z Downloaded try-lock v0.2.5
5842025-01-17T03:41:35.471Z Downloaded time-core v0.1.2
5852025-01-17T03:41:35.472Z Downloaded lazycell v1.3.0
5862025-01-17T03:41:35.472Z Downloaded async-stream-impl v0.3.6
5872025-01-17T03:41:35.474Z Downloaded aho-corasick v1.1.3
5882025-01-17T03:41:35.479Z Downloaded shell-words v1.1.0
5892025-01-17T03:41:35.482Z Downloaded crc-catalog v2.4.0
5902025-01-17T03:41:35.485Z Downloaded crc v3.2.1
5912025-01-17T03:41:35.488Z Downloaded sync_wrapper v1.0.1
5922025-01-17T03:41:35.488Z Downloaded sha1 v0.10.6
5932025-01-17T03:41:35.491Z Downloaded inout v0.1.3
5942025-01-17T03:41:35.491Z Downloaded slog-scope v4.4.0
5952025-01-17T03:41:35.493Z Downloaded ref-cast-impl v1.0.23
5962025-01-17T03:41:35.496Z Downloaded ref-cast v1.0.23
5972025-01-17T03:41:35.499Z Downloaded rand_core v0.6.4
5982025-01-17T03:41:35.499Z Downloaded zone v0.1.8
5992025-01-17T03:41:35.502Z Downloaded cancel-safe-futures v0.1.5
6002025-01-17T03:41:35.505Z Downloaded base64ct v1.6.0
6012025-01-17T03:41:35.507Z Downloaded zone_cfg_derive v0.1.2
6022025-01-17T03:41:35.507Z Downloaded strip-ansi-escapes v0.2.0
6032025-01-17T03:41:35.511Z Downloaded stringprep v0.1.5
6042025-01-17T03:41:35.514Z Downloaded rustfmt-wrapper v0.2.1
6052025-01-17T03:41:35.514Z Downloaded thread_local v1.1.8
6062025-01-17T03:41:35.516Z Downloaded foreign-types-shared v0.3.1
6072025-01-17T03:41:35.516Z Downloaded r2d2 v0.8.10
6082025-01-17T03:41:35.522Z Downloaded dhcproto-macros v0.1.0
6092025-01-17T03:41:35.522Z Downloaded convert_case v0.4.0
6102025-01-17T03:41:35.526Z Downloaded argon2 v0.5.3
6112025-01-17T03:41:35.526Z Downloaded colored v2.1.0
6122025-01-17T03:41:35.526Z Downloaded bcrypt-pbkdf v0.10.0
6132025-01-17T03:41:35.526Z Downloaded quick-error v1.2.3
6142025-01-17T03:41:35.531Z Downloaded slog-term v2.9.1
6152025-01-17T03:41:35.535Z Downloaded bumpalo v3.16.0
6162025-01-17T03:41:35.538Z Downloaded ciborium v0.2.2
6172025-01-17T03:41:35.538Z Downloaded foreign-types-shared v0.1.1
6182025-01-17T03:41:35.540Z Downloaded slog-stdlog v4.1.1
6192025-01-17T03:41:35.541Z Downloaded mirai-annotations v1.12.0
6202025-01-17T03:41:35.541Z Downloaded heapless v0.7.17
6212025-01-17T03:41:35.546Z Downloaded zone v0.3.0
6222025-01-17T03:41:35.549Z Downloaded cookie v0.18.1
6232025-01-17T03:41:35.549Z Downloaded num-conv v0.1.0
6242025-01-17T03:41:35.552Z Downloaded strum_macros v0.26.4
6252025-01-17T03:41:35.555Z Downloaded untrusted v0.7.1
6262025-01-17T03:41:35.555Z Downloaded heck v0.3.3
6272025-01-17T03:41:35.558Z Downloaded maybe-uninit v2.0.0
6282025-01-17T03:41:35.558Z Downloaded diesel-dtrace v0.4.2
6292025-01-17T03:41:35.562Z Downloaded enum-as-inner v0.5.1
6302025-01-17T03:41:35.566Z Downloaded backtrace v0.3.74
6312025-01-17T03:41:35.570Z Downloaded sct v0.7.1
6322025-01-17T03:41:35.574Z Downloaded fragile v2.0.0
6332025-01-17T03:41:35.578Z Downloaded form_urlencoded v1.2.1
6342025-01-17T03:41:35.578Z Downloaded sec1 v0.7.3
6352025-01-17T03:41:35.581Z Downloaded memmap2 v0.9.5
6362025-01-17T03:41:35.581Z Downloaded heapless v0.8.0
6372025-01-17T03:41:35.586Z Downloaded vte v0.11.1
6382025-01-17T03:41:35.589Z Downloaded pretty-hex v0.2.1
6392025-01-17T03:41:35.592Z Downloaded num-derive v0.4.2
6402025-01-17T03:41:35.592Z Downloaded ctr v0.9.2
6412025-01-17T03:41:35.595Z Downloaded crossbeam-utils v0.8.20
6422025-01-17T03:41:35.598Z Downloaded num-integer v0.1.46
6432025-01-17T03:41:35.601Z Downloaded hash32 v0.2.1
6442025-01-17T03:41:35.604Z Downloaded flagset v0.4.6
6452025-01-17T03:41:35.607Z Downloaded peg v0.8.4
6462025-01-17T03:41:35.610Z Downloaded sqlparser_derive v0.2.2
6472025-01-17T03:41:35.610Z Downloaded test-strategy v0.3.1
6482025-01-17T03:41:35.613Z Downloaded tower-service v0.3.3
6492025-01-17T03:41:35.616Z Downloaded toolchain_find v0.4.0
6502025-01-17T03:41:35.616Z Downloaded take_mut v0.2.2
6512025-01-17T03:41:35.621Z Downloaded progenitor v0.8.0
6522025-01-17T03:41:35.625Z Downloaded primeorder v0.13.6
6532025-01-17T03:41:35.625Z Downloaded getrandom v0.2.15
6542025-01-17T03:41:35.628Z Downloaded tokio-tungstenite v0.24.0
6552025-01-17T03:41:35.629Z Downloaded http v1.2.0
6562025-01-17T03:41:35.632Z Downloaded downcast v0.11.0
6572025-01-17T03:41:35.635Z Downloaded progenitor v0.9.1
6582025-01-17T03:41:35.638Z Downloaded darling_macro v0.20.10
6592025-01-17T03:41:35.638Z Downloaded vsss-rs v3.3.4
6602025-01-17T03:41:35.641Z Downloaded foreign-types-macros v0.2.3
6612025-01-17T03:41:35.645Z Downloaded packed_struct v0.10.1
6622025-01-17T03:41:35.645Z Downloaded base64 v0.22.1
6632025-01-17T03:41:35.647Z Downloaded signal-hook-registry v1.4.2
6642025-01-17T03:41:35.650Z Downloaded new_debug_unreachable v1.0.6
6652025-01-17T03:41:35.653Z Downloaded fxhash v0.2.1
6662025-01-17T03:41:35.653Z Downloaded icu_properties v1.5.1
6672025-01-17T03:41:35.656Z Downloaded number_prefix v0.4.0
6682025-01-17T03:41:35.658Z Downloaded precomputed-hash v0.1.1
6692025-01-17T03:41:35.658Z Downloaded path-slash v0.1.5
6702025-01-17T03:41:35.661Z Downloaded rfc6979 v0.4.0
6712025-01-17T03:41:35.661Z Downloaded cc v1.1.30
6722025-01-17T03:41:35.664Z Downloaded zeroize_derive v1.4.2
6732025-01-17T03:41:35.667Z Downloaded proc-macro-crate v1.3.1
6742025-01-17T03:41:35.667Z Downloaded oso-derive v0.27.3
6752025-01-17T03:41:35.670Z Downloaded ssh-cipher v0.2.0
6762025-01-17T03:41:35.670Z Downloaded num-complex v0.4.6
6772025-01-17T03:41:35.674Z Downloaded spki v0.7.3
6782025-01-17T03:41:35.677Z Downloaded serde_repr v0.1.19
6792025-01-17T03:41:35.677Z Downloaded salsa20 v0.10.2
6802025-01-17T03:41:35.680Z Downloaded tap v1.0.1
6812025-01-17T03:41:35.680Z Downloaded xz2 v0.1.7
6822025-01-17T03:41:35.682Z Downloaded utf16_iter v1.0.5
6832025-01-17T03:41:35.685Z Downloaded utf-8 v0.7.6
6842025-01-17T03:41:35.685Z Downloaded topological-sort v0.2.2
6852025-01-17T03:41:35.689Z Downloaded rustc-hash v2.0.0
6862025-01-17T03:41:35.689Z Downloaded prettyplease v0.2.25
6872025-01-17T03:41:35.692Z Downloaded rsa v0.9.6
6882025-01-17T03:41:35.698Z Downloaded fallible-iterator v0.3.0
6892025-01-17T03:41:35.700Z Downloaded untrusted v0.9.0
6902025-01-17T03:41:35.703Z Downloaded vergen v8.3.2
6912025-01-17T03:41:35.706Z Downloaded termcolor v1.4.1
6922025-01-17T03:41:35.709Z Downloaded fallible-iterator v0.2.0
6932025-01-17T03:41:35.709Z Downloaded waitgroup v0.1.2
6942025-01-17T03:41:35.715Z Downloaded polyval v0.6.2
6952025-01-17T03:41:35.722Z Downloaded termtree v0.4.1
6962025-01-17T03:41:35.726Z Downloaded structmeta-derive v0.2.0
6972025-01-17T03:41:35.726Z Downloaded paste v1.0.15
6982025-01-17T03:41:35.729Z Downloaded futures-task v0.3.31
6992025-01-17T03:41:35.732Z Downloaded either v1.13.0
7002025-01-17T03:41:35.732Z Downloaded want v0.3.1
7012025-01-17T03:41:35.734Z Downloaded predicates-core v1.0.8
7022025-01-17T03:41:35.734Z Downloaded pin-project-internal v1.1.6
7032025-01-17T03:41:35.737Z Downloaded dhcproto v0.12.0
7042025-01-17T03:41:35.741Z Downloaded vte_generate_state_changes v0.1.2
7052025-01-17T03:41:35.744Z Downloaded tokio-rustls v0.24.1
7062025-01-17T03:41:35.747Z Downloaded term v0.7.0
7072025-01-17T03:41:35.750Z Downloaded password-hash v0.5.0
7082025-01-17T03:41:35.752Z Downloaded unsafe-libyaml v0.2.11
7092025-01-17T03:41:35.756Z Downloaded const_format v0.2.33
7102025-01-17T03:41:35.762Z Downloaded structmeta v0.2.0
7112025-01-17T03:41:35.765Z Downloaded idna v1.0.3
7122025-01-17T03:41:35.768Z Downloaded scopeguard v1.2.0
7132025-01-17T03:41:35.771Z Downloaded phf_shared v0.11.2
7142025-01-17T03:41:35.771Z Downloaded phf_shared v0.10.0
7152025-01-17T03:41:35.774Z Downloaded normalize-line-endings v0.3.0
7162025-01-17T03:41:35.774Z Downloaded owo-colors v4.1.0
7172025-01-17T03:41:35.777Z Downloaded schemars_derive v0.8.21
7182025-01-17T03:41:35.777Z Downloaded sync-ptr v0.1.1
7192025-01-17T03:41:35.781Z Downloaded libxml v0.3.3
7202025-01-17T03:41:35.785Z Downloaded smallvec v0.6.14
7212025-01-17T03:41:35.788Z Downloaded slog-json v2.6.1
7222025-01-17T03:41:35.791Z Downloaded wait-timeout v0.2.0
7232025-01-17T03:41:35.794Z Downloaded tls_codec v0.4.1
7242025-01-17T03:41:35.794Z Downloaded predicates v3.1.2
7252025-01-17T03:41:35.797Z Downloaded des v0.8.1
7262025-01-17T03:41:35.799Z Downloaded ron v0.8.1
7272025-01-17T03:41:35.805Z Downloaded termios v0.3.3
7282025-01-17T03:41:35.808Z Downloaded group v0.13.0
7292025-01-17T03:41:35.811Z Downloaded funty v2.0.0
7302025-01-17T03:41:35.811Z Downloaded debug-ignore v1.0.5
7312025-01-17T03:41:35.814Z Downloaded unicase v2.7.0
7322025-01-17T03:41:35.814Z Downloaded nodrop v0.1.14
7332025-01-17T03:41:35.819Z Downloaded nibble_vec v0.1.0
7342025-01-17T03:41:35.819Z Downloaded display-error-chain v0.2.2
7352025-01-17T03:41:35.822Z Downloaded signal-hook v0.3.17
7362025-01-17T03:41:35.822Z Downloaded oso v0.27.3
7372025-01-17T03:41:35.825Z Downloaded crypto-bigint v0.5.5
7382025-01-17T03:41:35.833Z Downloaded structmeta v0.3.0
7392025-01-17T03:41:35.836Z Downloaded itertools v0.10.5
7402025-01-17T03:41:35.841Z Downloaded newtype_derive v0.1.6
7412025-01-17T03:41:35.844Z Downloaded radium v0.7.0
7422025-01-17T03:41:35.846Z Downloaded aes v0.8.4
7432025-01-17T03:41:35.849Z Downloaded glob v0.3.1
7442025-01-17T03:41:35.851Z Downloaded endian-type v0.1.2
7452025-01-17T03:41:35.856Z Downloaded defmt v0.3.8
7462025-01-17T03:41:35.859Z Downloaded walkdir v2.5.0
7472025-01-17T03:41:35.862Z Downloaded russh-cryptovec v0.7.3
7482025-01-17T03:41:35.862Z Downloaded hyper v1.5.2
7492025-01-17T03:41:35.867Z Downloaded globset v0.4.15
7502025-01-17T03:41:35.870Z Downloaded nu-ansi-term v0.50.1
7512025-01-17T03:41:35.873Z Downloaded derive_more v0.99.18
7522025-01-17T03:41:35.878Z Downloaded displaydoc v0.2.5
7532025-01-17T03:41:35.881Z Downloaded num v0.4.3
7542025-01-17T03:41:35.884Z Downloaded parking_lot_core v0.8.6
7552025-01-17T03:41:35.887Z Downloaded miniz_oxide v0.8.0
7562025-01-17T03:41:35.889Z Downloaded typify v0.2.0
7572025-01-17T03:41:35.893Z Downloaded pkcs5 v0.7.1
7582025-01-17T03:41:35.898Z Downloaded rayon-core v1.12.1
7592025-01-17T03:41:35.902Z Downloaded zerovec-derive v0.10.3
7602025-01-17T03:41:35.906Z Downloaded ena v0.14.3
7612025-01-17T03:41:35.909Z Downloaded embedded-io v0.6.1
7622025-01-17T03:41:35.909Z Downloaded unarray v0.1.4
7632025-01-17T03:41:35.909Z Downloaded tokio-rustls v0.25.0
7642025-01-17T03:41:35.911Z Downloaded opaque-debug v0.3.1
7652025-01-17T03:41:35.914Z Downloaded derive_builder_macro v0.20.2
7662025-01-17T03:41:35.914Z Downloaded tokio-rustls v0.26.0
7672025-01-17T03:41:35.917Z Downloaded rcgen v0.12.1
7682025-01-17T03:41:35.921Z Downloaded phf v0.11.2
7692025-01-17T03:41:35.925Z Downloaded dirs-sys-next v0.1.2
7702025-01-17T03:41:35.925Z Downloaded typify-macro v0.3.0
7712025-01-17T03:41:35.925Z Downloaded env_logger v0.10.2
7722025-01-17T03:41:35.928Z Downloaded diesel_table_macro_syntax v0.2.0
7732025-01-17T03:41:35.931Z Downloaded pin-utils v0.1.0
7742025-01-17T03:41:35.932Z Downloaded phf_codegen v0.11.2
7752025-01-17T03:41:35.932Z Downloaded rustls-pemfile v1.0.4
7762025-01-17T03:41:35.934Z Downloaded snafu-derive v0.8.5
7772025-01-17T03:41:35.938Z Downloaded newtype-uuid v1.2.1
7782025-01-17T03:41:35.941Z Downloaded rustls-pemfile v2.2.0
7792025-01-17T03:41:35.941Z Downloaded parking_lot v0.12.3
7802025-01-17T03:41:35.944Z Downloaded tiny-keccak v2.0.2
7812025-01-17T03:41:35.947Z Downloaded similar v2.6.0
7822025-01-17T03:41:35.952Z Downloaded pin-project v1.1.6
7832025-01-17T03:41:35.965Z Downloaded signal-hook-tokio v0.3.1
7842025-01-17T03:41:35.969Z Downloaded rand_xorshift v0.3.0
7852025-01-17T03:41:35.969Z Downloaded smf v0.2.3
7862025-01-17T03:41:35.971Z Downloaded slog-dtrace v0.3.0
7872025-01-17T03:41:35.971Z Downloaded percent-encoding v2.3.1
7882025-01-17T03:41:35.974Z Downloaded ppv-lite86 v0.2.20
7892025-01-17T03:41:35.976Z Downloaded gethostname v0.5.0
7902025-01-17T03:41:35.976Z Downloaded pkcs1 v0.7.5
7912025-01-17T03:41:35.980Z Downloaded futures-sink v0.3.31
7922025-01-17T03:41:35.985Z Downloaded zeroize v1.8.1
7932025-01-17T03:41:35.985Z Downloaded openssl-probe v0.1.5
7942025-01-17T03:41:35.985Z Downloaded typify-macro v0.2.0
7952025-01-17T03:41:35.990Z Downloaded zerofrom-derive v0.1.4
7962025-01-17T03:41:35.990Z Downloaded tokio-native-tls v0.3.1
7972025-01-17T03:41:35.990Z Downloaded uzers v0.12.1
7982025-01-17T03:41:35.993Z Downloaded derive_builder_core v0.20.2
7992025-01-17T03:41:35.993Z Downloaded rustc-demangle v0.1.24
8002025-01-17T03:41:35.997Z Downloaded futures-io v0.3.31
8012025-01-17T03:41:35.999Z Downloaded ecdsa v0.16.9
8022025-01-17T03:41:35.999Z Downloaded rustls-pki-types v1.10.0
8032025-01-17T03:41:36.004Z Downloaded pem-rfc7468 v0.7.0
8042025-01-17T03:41:36.006Z Downloaded filetime v0.2.25
8052025-01-17T03:41:36.009Z Downloaded ff v0.13.0
8062025-01-17T03:41:36.009Z Downloaded fd-lock v4.0.2
8072025-01-17T03:41:36.013Z Downloaded scheduled-thread-pool v0.2.7
8082025-01-17T03:41:36.016Z Downloaded rustversion v1.0.17
8092025-01-17T03:41:36.017Z Downloaded ed25519-dalek v2.1.1
8102025-01-17T03:41:36.020Z Downloaded write16 v1.0.0
8112025-01-17T03:41:36.023Z Downloaded thiserror-no-std v2.0.2
8122025-01-17T03:41:36.026Z Downloaded fatfs v0.3.6
8132025-01-17T03:41:36.031Z Downloaded serde_derive_internals v0.29.1
8142025-01-17T03:41:36.033Z Downloaded hkdf v0.12.4
8152025-01-17T03:41:36.036Z Downloaded newline-converter v0.3.0
8162025-01-17T03:41:36.038Z Downloaded dsl_auto_type v0.1.2
8172025-01-17T03:41:36.038Z Downloaded tokio-stream v0.1.16
8182025-01-17T03:41:36.044Z Downloaded peg-runtime v0.8.3
8192025-01-17T03:41:36.047Z Downloaded hashlink v0.9.1
8202025-01-17T03:41:36.047Z Downloaded universal-hash v0.5.1
8212025-01-17T03:41:36.047Z Downloaded deranged v0.3.11
8222025-01-17T03:41:36.050Z Downloaded pem v3.0.4
8232025-01-17T03:41:36.052Z Downloaded postgres-types v0.2.8
8242025-01-17T03:41:36.056Z Downloaded aes-gcm v0.10.3
8252025-01-17T03:41:36.058Z Downloaded hash32 v0.3.1
8262025-01-17T03:41:36.061Z Downloaded postgres-protocol v0.6.7
8272025-01-17T03:41:36.063Z Downloaded postcard v1.0.10
8282025-01-17T03:41:36.066Z Downloaded poly1305 v0.8.0
8292025-01-17T03:41:36.069Z Downloaded unicode-properties v0.1.3
8302025-01-17T03:41:36.071Z Downloaded tinyvec_macros v0.1.1
8312025-01-17T03:41:36.071Z Downloaded openssl-macros v0.1.1
8322025-01-17T03:41:36.074Z Downloaded serde-big-array v0.5.1
8332025-01-17T03:41:36.074Z Downloaded blake3 v1.5.4
8342025-01-17T03:41:36.082Z Downloaded foreign-types v0.3.2
8352025-01-17T03:41:36.085Z Downloaded num_threads v0.1.7
8362025-01-17T03:41:36.085Z Downloaded synstructure v0.13.1
8372025-01-17T03:41:36.088Z Downloaded strum_macros v0.25.3
8382025-01-17T03:41:36.090Z Downloaded ssh-encoding v0.2.0
8392025-01-17T03:41:36.093Z Downloaded nom v7.1.3
8402025-01-17T03:41:36.097Z Downloaded dunce v1.0.5
8412025-01-17T03:41:36.099Z Downloaded defmt-parser v0.3.4
8422025-01-17T03:41:36.099Z Downloaded tabwriter v1.4.0
8432025-01-17T03:41:36.102Z Downloaded unicode-xid v0.2.6
8442025-01-17T03:41:36.105Z Downloaded pbkdf2 v0.12.2
8452025-01-17T03:41:36.105Z Downloaded derive_builder v0.20.2
8462025-01-17T03:41:36.110Z Downloaded serde-hex v0.1.0
8472025-01-17T03:41:36.112Z Downloaded which v4.4.2
8482025-01-17T03:41:36.117Z Downloaded tokio-tungstenite v0.21.0
8492025-01-17T03:41:36.119Z Downloaded strum v0.26.3
8502025-01-17T03:41:36.119Z Downloaded sigpipe v0.1.3
8512025-01-17T03:41:36.120Z Downloaded openssl-sys v0.9.103
8522025-01-17T03:41:36.125Z Downloaded float-cmp v0.9.0
8532025-01-17T03:41:36.128Z Downloaded olpc-cjson v0.1.4
8542025-01-17T03:41:36.128Z Downloaded pkcs8 v0.10.2
8552025-01-17T03:41:36.131Z Downloaded omicron-zone-package v0.12.0
8562025-01-17T03:41:36.133Z Downloaded yoke-derive v0.7.4
8572025-01-17T03:41:36.136Z Downloaded progenitor-client v0.9.1
8582025-01-17T03:41:36.136Z Downloaded rpassword v7.3.1
8592025-01-17T03:41:36.140Z Downloaded parse-display-derive v0.10.0
8602025-01-17T03:41:36.143Z Downloaded semver v0.1.20
8612025-01-17T03:41:36.143Z Downloaded pbkdf2 v0.11.0
8622025-01-17T03:41:36.143Z Downloaded rusty-fork v0.3.0
8632025-01-17T03:41:36.146Z Downloaded parse-display v0.10.0
8642025-01-17T03:41:36.149Z Downloaded num_enum_derive v0.5.11
8652025-01-17T03:41:36.149Z Downloaded fixedbitset v0.4.2
8662025-01-17T03:41:36.152Z Downloaded snafu v0.8.5
8672025-01-17T03:41:36.156Z Downloaded futures v0.3.31
8682025-01-17T03:41:36.161Z Downloaded zerofrom v0.1.4
8692025-01-17T03:41:36.164Z Downloaded dyn-clone v1.0.17
8702025-01-17T03:41:36.167Z Downloaded whoami v1.5.2
8712025-01-17T03:41:36.167Z Downloaded thiserror v2.0.11
8722025-01-17T03:41:36.172Z Downloaded thiserror-impl-no-std v2.0.2
8732025-01-17T03:41:36.175Z Downloaded slog-async v2.8.0
8742025-01-17T03:41:36.177Z Downloaded scrypt v0.11.0
8752025-01-17T03:41:36.180Z Downloaded same-file v1.0.6
8762025-01-17T03:41:36.180Z Downloaded slab v0.4.9
8772025-01-17T03:41:36.182Z Downloaded tinystr v0.7.6
8782025-01-17T03:41:36.188Z Downloaded nanorand v0.7.0
8792025-01-17T03:41:36.191Z Downloaded multimap v0.10.0
8802025-01-17T03:41:36.191Z Downloaded half v2.4.1
8812025-01-17T03:41:36.191Z Downloaded predicates-tree v1.0.11
8822025-01-17T03:41:36.195Z Downloaded simd-adler32 v0.3.7
8832025-01-17T03:41:36.195Z Downloaded uuid v1.11.0
8842025-01-17T03:41:36.197Z Downloaded elliptic-curve v0.13.8
8852025-01-17T03:41:36.202Z Downloaded dropshot_endpoint v0.15.1
8862025-01-17T03:41:36.205Z Downloaded mockall v0.13.0
8872025-01-17T03:41:36.208Z Downloaded pkg-config v0.3.31
8882025-01-17T03:41:36.208Z Downloaded subprocess v0.2.9
8892025-01-17T03:41:36.211Z Downloaded hashbrown v0.13.2
8902025-01-17T03:41:36.216Z Downloaded rand_seeder v0.3.0
8912025-01-17T03:41:36.219Z Downloaded psl-types v2.0.11
8922025-01-17T03:41:36.219Z Downloaded progenitor-macro v0.8.0
8932025-01-17T03:41:36.219Z Downloaded stable_deref_trait v1.2.0
8942025-01-17T03:41:36.225Z Downloaded futures-core v0.3.31
8952025-01-17T03:41:36.226Z Downloaded p521 v0.13.3
8962025-01-17T03:41:36.229Z Downloaded futures-executor v0.3.31
8972025-01-17T03:41:36.229Z Downloaded peg-macros v0.8.4
8982025-01-17T03:41:36.233Z Downloaded expectorate v1.1.0
8992025-01-17T03:41:36.234Z Downloaded aws-lc-rs v1.10.0
9002025-01-17T03:41:36.241Z Downloaded samael v0.0.17
9012025-01-17T03:41:36.247Z Downloaded xattr v1.3.1
9022025-01-17T03:41:36.250Z Downloaded parking_lot_core v0.9.10
9032025-01-17T03:41:36.254Z Downloaded multer v3.1.0
9042025-01-17T03:41:36.257Z Downloaded slog-bunyan v2.5.0
9052025-01-17T03:41:36.257Z Downloaded foldhash v0.1.3
9062025-01-17T03:41:36.262Z Downloaded unicode_categories v0.1.1
9072025-01-17T03:41:36.262Z Downloaded quinn-udp v0.5.5
9082025-01-17T03:41:36.264Z Downloaded futures-channel v0.3.31
9092025-01-17T03:41:36.264Z Downloaded native-tls v0.2.12
9102025-01-17T03:41:36.267Z Downloaded bitvec v1.0.1
9112025-01-17T03:41:36.282Z Downloaded tokio-tungstenite v0.23.1
9122025-01-17T03:41:36.286Z Downloaded lalrpop v0.19.12
9132025-01-17T03:41:36.296Z Downloaded foreign-types v0.5.0
9142025-01-17T03:41:36.299Z Downloaded idna v0.2.3
9152025-01-17T03:41:36.305Z Downloaded difflib v0.4.0
9162025-01-17T03:41:36.308Z Downloaded num-bigint v0.4.6
9172025-01-17T03:41:36.311Z Downloaded structmeta-derive v0.3.0
9182025-01-17T03:41:36.313Z Downloaded zerocopy v0.6.6
9192025-01-17T03:41:36.316Z Downloaded num_enum v0.5.11
9202025-01-17T03:41:36.319Z Downloaded bindgen v0.69.5
9212025-01-17T03:41:36.327Z Downloaded quinn v0.11.5
9222025-01-17T03:41:36.331Z Downloaded typify v0.3.0
9232025-01-17T03:41:36.334Z Downloaded toml v0.7.8
9242025-01-17T03:41:36.339Z Downloaded yoke v0.7.4
9252025-01-17T03:41:36.343Z Downloaded idna v0.4.0
9262025-01-17T03:41:36.348Z Downloaded steno v0.4.1
9272025-01-17T03:41:36.352Z Downloaded zip v0.6.6
9282025-01-17T03:41:36.357Z Downloaded icu_properties_data v1.5.0
9292025-01-17T03:41:36.369Z Downloaded dropshot_endpoint v0.12.0
9302025-01-17T03:41:36.372Z Downloaded progenitor-impl v0.8.0
9312025-01-17T03:41:36.374Z Downloaded parse-zoneinfo v0.3.1
9322025-01-17T03:41:36.377Z Downloaded tungstenite v0.23.0
9332025-01-17T03:41:36.380Z Downloaded idna v0.5.0
9342025-01-17T03:41:36.388Z Downloaded zerocopy-derive v0.8.10
9352025-01-17T03:41:36.395Z Downloaded tinyvec v1.8.0
9362025-01-17T03:41:36.398Z Downloaded h2 v0.4.6
9372025-01-17T03:41:36.405Z Downloaded rayon v1.10.0
9382025-01-17T03:41:36.416Z Downloaded portable-atomic v1.9.0
9392025-01-17T03:41:36.425Z Downloaded rusqlite v0.32.1
9402025-01-17T03:41:36.431Z Downloaded sqlparser v0.45.0
9412025-01-17T03:41:36.437Z Downloaded typed-path v0.9.3
9422025-01-17T03:41:36.443Z Downloaded zip v2.1.3
9432025-01-17T03:41:36.448Z Downloaded toml_edit v0.19.15
9442025-01-17T03:41:36.466Z Downloaded unicode-segmentation v1.12.0
9452025-01-17T03:41:36.469Z Downloaded regex v1.11.1
9462025-01-17T03:41:36.483Z Downloaded rustls-webpki v0.102.8
9472025-01-17T03:41:36.502Z Downloaded rand v0.8.5
9482025-01-17T03:41:36.505Z Downloaded object v0.30.4
9492025-01-17T03:41:36.516Z Downloaded p384 v0.13.0
9502025-01-17T03:41:36.522Z Downloaded russh v0.45.0
9512025-01-17T03:41:36.527Z Downloaded hickory-proto v0.24.1
9522025-01-17T03:41:36.544Z Downloaded vcpkg v0.2.15
9532025-01-17T03:41:36.582Z Downloaded radix_trie v0.2.1
9542025-01-17T03:41:36.587Z Downloaded rustls v0.21.12
9552025-01-17T03:41:36.599Z Downloaded salty v0.3.0
9562025-01-17T03:41:36.606Z Downloaded quick-xml v0.33.0
9572025-01-17T03:41:36.614Z Downloaded reedline v0.35.0
9582025-01-17T03:41:36.622Z Downloaded winnow v0.5.40
9592025-01-17T03:41:36.631Z Downloaded nix v0.27.1
9602025-01-17T03:41:36.642Z Downloaded reqwest v0.12.9
9612025-01-17T03:41:36.652Z Downloaded smoltcp v0.9.1
9622025-01-17T03:41:36.665Z Downloaded quinn-proto v0.11.8
9632025-01-17T03:41:36.671Z Downloaded gimli v0.31.1
9642025-01-17T03:41:36.680Z Downloaded openssl v0.10.66
9652025-01-17T03:41:36.691Z Downloaded regress v0.9.1
9662025-01-17T03:41:36.699Z Downloaded dropshot v0.15.1
9672025-01-17T03:41:36.722Z Downloaded unicode-width v0.2.0
9682025-01-17T03:41:36.729Z Downloaded bstr v1.10.0
9692025-01-17T03:41:36.739Z Downloaded regex-syntax v0.6.29
9702025-01-17T03:41:36.747Z Downloaded smoltcp v0.11.0
9712025-01-17T03:41:36.759Z Downloaded polar-core v0.27.3
9722025-01-17T03:41:36.770Z Downloaded rustls v0.23.19
9732025-01-17T03:41:36.782Z Downloaded openapiv3 v2.0.0
9742025-01-17T03:41:36.796Z Downloaded regex-syntax v0.8.5
9752025-01-17T03:41:36.803Z Downloaded object v0.36.5
9762025-01-17T03:41:36.817Z Downloaded diesel v2.2.6
9772025-01-17T03:41:36.836Z Downloaded rustls v0.22.4
9782025-01-17T03:41:36.848Z Downloaded ratatui v0.28.1
9792025-01-17T03:41:36.868Z Downloaded sled v0.34.7
9802025-01-17T03:41:36.879Z Downloaded typify-impl v0.2.0
9812025-01-17T03:41:36.894Z Downloaded typify-impl v0.3.0
9822025-01-17T03:41:36.909Z Downloaded bzip2-sys v0.1.11+1.0.8
9832025-01-17T03:41:36.923Z Downloaded zerocopy-derive v0.6.6
9842025-01-17T03:41:36.931Z Downloaded nix v0.29.0
9852025-01-17T03:41:36.945Z Downloaded trust-dns-proto v0.22.0
9862025-01-17T03:41:36.956Z Downloaded proptest v1.5.0
9872025-01-17T03:41:36.964Z Downloaded git2 v0.19.0
9882025-01-17T03:41:36.972Z Downloaded regress v0.10.1
9892025-01-17T03:41:36.982Z Downloaded petgraph v0.6.5
9902025-01-17T03:41:37.000Z Downloaded regex-automata v0.4.8
9912025-01-17T03:41:37.016Z Downloaded lzma-sys v0.1.20
9922025-01-17T03:41:37.044Z Downloaded chrono-tz v0.10.0
9932025-01-17T03:41:37.052Z Downloaded nix v0.28.0
9942025-01-17T03:41:37.064Z Downloaded curve25519-dalek v4.1.3
9952025-01-17T03:41:37.072Z Downloaded libz-sys v1.1.20
9962025-01-17T03:41:37.092Z Downloaded dropshot v0.12.0
9972025-01-17T03:41:37.111Z Downloaded petname v2.0.2
9982025-01-17T03:41:37.117Z Downloaded sha3 v0.10.8
9992025-01-17T03:41:37.121Z Downloaded csv v1.3.0
10002025-01-17T03:41:37.140Z Downloaded webpki-roots v0.26.6
10012025-01-17T03:41:37.144Z Downloaded zerocopy v0.8.10
10022025-01-17T03:41:37.167Z Downloaded tokio v1.43.0
10032025-01-17T03:41:37.205Z Downloaded rustls-webpki v0.101.7
10042025-01-17T03:41:37.218Z Downloaded x509-cert v0.2.5
10052025-01-17T03:41:37.223Z Downloaded zerovec v0.10.4
10062025-01-17T03:41:37.229Z Downloaded hashbrown v0.14.5
10072025-01-17T03:41:37.256Z Downloaded mockall_derive v0.13.0
10082025-01-17T03:41:37.256Z Downloaded flume v0.11.1
10092025-01-17T03:41:37.256Z Downloaded publicsuffix v2.2.3
10102025-01-17T03:41:37.256Z Downloaded hashbrown v0.12.3
10112025-01-17T03:41:37.256Z Downloaded chrono v0.4.38
10122025-01-17T03:41:37.264Z Downloaded tokio-macros v2.5.0
10132025-01-17T03:41:37.266Z Downloaded thiserror-impl v2.0.11
10142025-01-17T03:41:37.266Z Downloaded strum_macros v0.24.3
10152025-01-17T03:41:37.269Z Downloaded dirs-next v2.0.0
10162025-01-17T03:41:37.271Z Downloaded defmt-macros v0.3.9
10172025-01-17T03:41:37.274Z Downloaded password-hash v0.4.2
10182025-01-17T03:41:37.277Z Downloaded unicode-normalization v0.1.24
10192025-01-17T03:41:37.282Z Downloaded idna v0.3.0
10202025-01-17T03:41:37.292Z Downloaded der_derive v0.7.3
10212025-01-17T03:41:37.294Z Downloaded futures-util v0.3.31
10222025-01-17T03:41:37.311Z Downloaded qorb v0.2.1
10232025-01-17T03:41:37.317Z Downloaded serde_with v3.11.0
10242025-01-17T03:41:37.328Z Downloaded derive-where v1.2.7
10252025-01-17T03:41:37.332Z Downloaded parse-size v1.1.0
10262025-01-17T03:41:37.335Z Downloaded signature v2.2.0
10272025-01-17T03:41:37.337Z Downloaded diff v0.1.13
10282025-01-17T03:41:37.339Z Downloaded rustyline v14.0.0
10292025-01-17T03:41:37.344Z Downloaded num-bigint-dig v0.8.4
10302025-01-17T03:41:37.349Z Downloaded tough v0.19.0
10312025-01-17T03:41:37.357Z Downloaded encoding_rs v0.8.34
10322025-01-17T03:41:37.377Z Downloaded crossterm v0.28.1
10332025-01-17T03:41:37.384Z Downloaded russh-keys v0.45.0
10342025-01-17T03:41:37.387Z Downloaded url v2.5.3
10352025-01-17T03:41:37.389Z Downloaded static_assertions v1.1.0
10362025-01-17T03:41:37.389Z Downloaded darling_core v0.20.10
10372025-01-17T03:41:37.393Z Downloaded itertools v0.13.0
10382025-01-17T03:41:37.399Z Downloaded slog v2.7.0
10392025-01-17T03:41:37.402Z Downloaded itertools v0.12.1
10402025-01-17T03:41:37.408Z Downloaded string_cache v0.8.7
10412025-01-17T03:41:37.411Z Downloaded serde_plain v1.0.2
10422025-01-17T03:41:37.411Z Downloaded der v0.7.9
10432025-01-17T03:41:37.415Z Downloaded serde_path_to_error v0.1.16
10442025-01-17T03:41:37.418Z Downloaded num-traits v0.2.19
10452025-01-17T03:41:37.422Z Downloaded p256 v0.13.2
10462025-01-17T03:41:37.424Z Downloaded tungstenite v0.24.0
10472025-01-17T03:41:37.427Z Downloaded progenitor-impl v0.9.1
10482025-01-17T03:41:37.430Z Downloaded slog-envlogger v2.2.0
10492025-01-17T03:41:37.430Z Downloaded env_logger v0.11.5
10502025-01-17T03:41:37.433Z Downloaded schemars v0.8.21
10512025-01-17T03:41:37.442Z Downloaded num-rational v0.4.2
10522025-01-17T03:41:37.444Z Downloaded socket2 v0.5.7
10532025-01-17T03:41:37.447Z Downloaded unicode-bidi v0.3.17
10542025-01-17T03:41:37.450Z Downloaded headers v0.4.0
10552025-01-17T03:41:37.452Z Downloaded flate2 v1.0.34
10562025-01-17T03:41:37.458Z Downloaded tracing v0.1.40
10572025-01-17T03:41:37.461Z Downloaded time v0.3.36
10582025-01-17T03:41:37.468Z Downloaded tokio-util v0.7.12
10592025-01-17T03:41:37.475Z Downloaded value-bag v1.9.0
10602025-01-17T03:41:37.478Z Downloaded data-encoding v2.6.0
10612025-01-17T03:41:37.482Z Downloaded tokio-postgres v0.7.12
10622025-01-17T03:41:37.485Z Downloaded libgit2-sys v0.17.0+1.8.1
10632025-01-17T03:41:37.539Z Downloaded ssh-key v0.6.6
10642025-01-17T03:41:37.543Z Downloaded crossbeam-channel v0.5.13
10652025-01-17T03:41:37.548Z Downloaded twox-hash v1.6.3
10662025-01-17T03:41:37.550Z Downloaded smallvec v1.13.2
10672025-01-17T03:41:37.553Z Downloaded embedded-io v0.4.0
10682025-01-17T03:41:37.553Z Downloaded supports-color v3.0.1
10692025-01-17T03:41:37.555Z Downloaded subtle v2.6.1
10702025-01-17T03:41:37.555Z Downloaded mio v1.0.2
10712025-01-17T03:41:37.559Z Downloaded futures-macro v0.3.31
10722025-01-17T03:41:37.563Z Downloaded float-ord v0.3.2
10732025-01-17T03:41:37.563Z Downloaded tls_codec_derive v0.4.1
10742025-01-17T03:41:37.566Z Downloaded rustc-hash v1.1.0
10752025-01-17T03:41:37.566Z Downloaded siphasher v0.3.11
10762025-01-17T03:41:37.566Z Downloaded powerfmt v0.2.0
10772025-01-17T03:41:37.569Z Downloaded phf_generator v0.11.2
10782025-01-17T03:41:37.569Z Downloaded tracing-core v0.1.32
10792025-01-17T03:41:37.572Z Downloaded fs_extra v1.3.0
10802025-01-17T03:41:37.572Z Downloaded yasna v0.5.2
10812025-01-17T03:41:37.575Z Downloaded tar v0.4.42
10822025-01-17T03:41:37.578Z Downloaded spin v0.9.8
10832025-01-17T03:41:37.580Z Downloaded ron v0.7.1
10842025-01-17T03:41:37.583Z Downloaded diesel_derives v2.2.3
10852025-01-17T03:41:37.586Z Downloaded serde_yaml v0.9.34+deprecated
10862025-01-17T03:41:37.589Z Downloaded minimal-lexical v0.2.1
10872025-01-17T03:41:37.594Z Downloaded libm v0.2.8
10882025-01-17T03:41:37.601Z Downloaded tracing-attributes v0.1.27
10892025-01-17T03:41:37.603Z Downloaded rustc_version v0.1.7
10902025-01-17T03:41:37.607Z Downloaded icu_collections v1.5.0
10912025-01-17T03:41:37.609Z Downloaded tungstenite v0.21.0
10922025-01-17T03:41:37.615Z Downloaded chacha20poly1305 v0.10.1
10932025-01-17T03:41:37.618Z Downloaded fallible-streaming-iterator v0.1.9
10942025-01-17T03:41:37.618Z Downloaded utf8_iter v1.0.4
10952025-01-17T03:41:37.618Z Downloaded secrecy v0.8.0
10962025-01-17T03:41:37.618Z Downloaded serde_urlencoded v0.7.1
10972025-01-17T03:41:37.621Z Downloaded resolv-conf v0.7.0
10982025-01-17T03:41:37.621Z Downloaded pin-project-lite v0.2.14
10992025-01-17T03:41:37.624Z Downloaded signal-hook-mio v0.2.4
11002025-01-17T03:41:37.629Z Downloaded shlex v1.3.0
11012025-01-17T03:41:37.629Z Downloaded zopfli v0.8.1
11022025-01-17T03:41:37.632Z Downloaded icu_normalizer v1.5.0
11032025-01-17T03:41:37.636Z Downloaded parking_lot v0.11.2
11042025-01-17T03:41:37.636Z Downloaded num-iter v0.1.45
11052025-01-17T03:41:37.636Z Downloaded allocator-api2 v0.2.18
11062025-01-17T03:41:37.639Z Downloaded hickory-resolver v0.24.1
11072025-01-17T03:41:37.644Z Downloaded hickory-server v0.24.1
11082025-01-17T03:41:37.648Z Downloaded base64 v0.13.1
11092025-01-17T03:41:37.651Z Downloaded arc-swap v1.7.1
11102025-01-17T03:41:37.655Z Downloaded serde_with_macros v3.11.0
11112025-01-17T03:41:37.657Z Downloaded backoff v0.4.0
11122025-01-17T03:41:37.661Z Downloaded ghash v0.5.1
11132025-01-17T03:41:37.661Z Downloaded enum-as-inner v0.6.1
11142025-01-17T03:41:37.664Z Downloaded env_filter v0.1.2
11152025-01-17T03:41:37.664Z Downloaded unicode-truncate v1.1.0
11162025-01-17T03:41:37.668Z Downloaded packed_struct_codegen v0.10.1
11172025-01-17T03:41:37.668Z Downloaded iana-time-zone v0.1.61
11182025-01-17T03:41:37.668Z Downloaded ed25519 v2.2.3
11192025-01-17T03:41:37.671Z Downloaded sqlformat v0.2.6
11202025-01-17T03:41:37.671Z Downloaded crossbeam-epoch v0.9.18
11212025-01-17T03:41:37.674Z Downloaded wyz v0.5.1
11222025-01-17T03:41:37.677Z Downloaded compact_str v0.8.0
11232025-01-17T03:41:37.680Z Downloaded csv-core v0.1.11
11242025-01-17T03:41:37.680Z Downloaded cbc v0.1.2
11252025-01-17T03:41:37.683Z Downloaded zone_cfg_derive v0.3.0
11262025-01-17T03:41:37.683Z Downloaded time-macros v0.2.18
11272025-01-17T03:41:37.686Z Downloaded tui-tree-widget v0.22.0
11282025-01-17T03:41:37.686Z Downloaded libsw v3.3.1
11292025-01-17T03:41:37.690Z Downloaded buf-list v1.0.3
11302025-01-17T03:41:37.692Z Downloaded bytes v1.9.0
11312025-01-17T03:41:37.696Z Downloaded writeable v0.5.5
11322025-01-17T03:41:37.696Z Downloaded linked-hash-map v0.5.6
11332025-01-17T03:41:37.700Z Downloaded http-body-util v0.1.2
11342025-01-17T03:41:37.700Z Downloaded hmac v0.12.1
11352025-01-17T03:41:37.703Z Downloaded base64 v0.21.7
11362025-01-17T03:41:37.706Z Downloaded base16ct v0.2.0
11372025-01-17T03:41:37.706Z Downloaded rustc_version v0.4.1
11382025-01-17T03:41:37.708Z Downloaded rtoolbox v0.0.2
11392025-01-17T03:41:37.708Z Downloaded instability v0.3.2
11402025-01-17T03:41:37.709Z Downloaded atomic-waker v1.1.2
11412025-01-17T03:41:37.712Z Downloaded impl-trait-for-tuples v0.2.2
11422025-01-17T03:41:37.715Z Downloaded async-trait v0.1.83
11432025-01-17T03:41:37.719Z Downloaded rand_chacha v0.3.1
11442025-01-17T03:41:37.719Z Downloaded indexmap v1.9.3
11452025-01-17T03:41:37.722Z Downloaded progenitor-macro v0.9.1
11462025-01-17T03:41:37.722Z Downloaded indicatif v0.17.9
11472025-01-17T03:41:37.725Z Downloaded icu_provider v1.5.0
11482025-01-17T03:41:37.728Z Downloaded icu_normalizer_data v1.5.0
11492025-01-17T03:41:37.731Z Downloaded hyper-util v0.1.10
11502025-01-17T03:41:37.734Z Downloaded chrono-tz-build v0.4.0
11512025-01-17T03:41:37.737Z Downloaded constant_time_eq v0.3.1
11522025-01-17T03:41:37.737Z Downloaded cipher v0.4.4
11532025-01-17T03:41:37.740Z Downloaded icu_locid_transform_data v1.5.0
11542025-01-17T03:41:37.740Z Downloaded blake2 v0.10.6
11552025-01-17T03:41:37.743Z Downloaded block-padding v0.3.3
11562025-01-17T03:41:37.743Z Downloaded array-init v0.0.4
11572025-01-17T03:41:37.746Z Downloaded const-oid v0.9.6
11582025-01-17T03:41:37.746Z Downloaded libefi-sys v0.1.0
11592025-01-17T03:41:37.750Z Downloaded lazy_static v1.5.0
11602025-01-17T03:41:37.750Z Downloaded hickory-client v0.24.1
11612025-01-17T03:41:37.753Z Downloaded const_format_proc_macros v0.2.33
11622025-01-17T03:41:37.753Z Downloaded hyper-rustls v0.27.3
11632025-01-17T03:41:37.757Z Downloaded arrayref v0.3.9
11642025-01-17T03:41:37.757Z Downloaded keccak v0.1.5
11652025-01-17T03:41:37.760Z Downloaded crc32fast v1.4.2
11662025-01-17T03:41:37.760Z Downloaded cookie_store v0.21.0
11672025-01-17T03:41:37.763Z Downloaded arrayvec v0.7.6
11682025-01-17T03:41:37.765Z Downloaded memoffset v0.9.1
11692025-01-17T03:41:37.765Z Downloaded ipnetwork v0.20.0
11702025-01-17T03:41:37.765Z Downloaded internet-checksum v0.2.1
11712025-01-17T03:41:37.769Z Downloaded humantime v2.1.0
11722025-01-17T03:41:37.769Z Downloaded crucible-workspace-hack v0.1.0
11732025-01-17T03:41:37.769Z Downloaded atty v0.2.14
11742025-01-17T03:41:37.772Z Downloaded hex v0.4.3
11752025-01-17T03:41:37.772Z Downloaded bcs v0.1.6
11762025-01-17T03:41:37.775Z Downloaded async-bb8-diesel v0.2.1
11772025-01-17T03:41:37.775Z Downloaded http-body v1.0.1
11782025-01-17T03:41:37.775Z Downloaded icu_provider_macros v1.5.0
11792025-01-17T03:41:37.780Z Downloaded hubpack v0.1.2
11802025-01-17T03:41:37.780Z Downloaded home v0.5.9
11812025-01-17T03:41:37.781Z Downloaded cexpr v0.6.0
11822025-01-17T03:41:37.785Z Downloaded cassowary v0.3.0
11832025-01-17T03:41:37.785Z Downloaded crunchy v0.2.2
11842025-01-17T03:41:37.852Z Downloaded ring v0.17.8
11852025-01-17T03:41:37.978Z Downloaded libsqlite3-sys v0.30.1
11862025-01-17T03:41:38.217Z Downloaded aws-lc-sys v0.22.0
11872025-01-17T03:41:38.524Z Compiling serde v1.0.217
11882025-01-17T03:41:38.527Z Compiling lock_api v0.4.12
11892025-01-17T03:41:38.527Z Compiling scopeguard v1.2.0
11902025-01-17T03:41:38.527Z Compiling value-bag v1.9.0
11912025-01-17T03:41:38.527Z Compiling typenum v1.17.0
11922025-01-17T03:41:38.527Z Compiling generic-array v0.14.7
11932025-01-17T03:41:38.712Z Compiling syn v2.0.96
11942025-01-17T03:41:38.726Z Compiling getrandom v0.2.15
11952025-01-17T03:41:38.873Z Compiling subtle v2.6.1
11962025-01-17T03:41:39.059Z Compiling log v0.4.22
11972025-01-17T03:41:39.160Z Compiling rand_core v0.6.4
11982025-01-17T03:41:39.226Z Compiling shlex v1.3.0
11992025-01-17T03:41:39.244Z Compiling jobserver v0.1.32
12002025-01-17T03:41:39.282Z Compiling const-oid v0.9.6
12012025-01-17T03:41:39.553Z Compiling smallvec v1.13.2
12022025-01-17T03:41:39.613Z Compiling spin v0.9.8
12032025-01-17T03:41:39.735Z Compiling cc v1.1.30
12042025-01-17T03:41:39.867Z Compiling pin-project-lite v0.2.14
12052025-01-17T03:41:39.948Z Compiling rustix v0.38.37
12062025-01-17T03:41:39.989Z Compiling parking_lot_core v0.9.10
12072025-01-17T03:41:40.009Z Compiling futures-core v0.3.31
12082025-01-17T03:41:40.090Z Compiling signal-hook-registry v1.4.2
12092025-01-17T03:41:40.266Z Compiling mio v1.0.2
12102025-01-17T03:41:40.817Z Compiling aho-corasick v1.1.3
12112025-01-17T03:41:40.842Z Compiling parking_lot v0.12.3
12122025-01-17T03:41:41.013Z Compiling cpufeatures v0.2.14
12132025-01-17T03:41:41.055Z Compiling either v1.13.0
12142025-01-17T03:41:41.122Z Compiling regex-syntax v0.8.5
12152025-01-17T03:41:41.275Z Compiling lazy_static v1.5.0
12162025-01-17T03:41:41.310Z Compiling glob v0.3.1
12172025-01-17T03:41:41.400Z Compiling futures-sink v0.3.31
12182025-01-17T03:41:41.462Z Compiling stable_deref_trait v1.2.0
12192025-01-17T03:41:41.565Z Compiling socket2 v0.5.7
12202025-01-17T03:41:41.588Z Compiling slab v0.4.9
12212025-01-17T03:41:41.636Z Compiling prettyplease v0.2.25
12222025-01-17T03:41:41.986Z Compiling minimal-lexical v0.2.1
12232025-01-17T03:41:42.056Z Compiling serde_json v1.0.135
12242025-01-17T03:41:42.107Z Compiling clang-sys v1.8.1
12252025-01-17T03:41:42.489Z Compiling nom v7.1.3
12262025-01-17T03:41:42.569Z Compiling libloading v0.8.5
12272025-01-17T03:41:42.806Z Compiling bindgen v0.69.5
12282025-01-17T03:41:42.911Z Compiling home v0.5.9
12292025-01-17T03:41:43.182Z Compiling futures-channel v0.3.31
12302025-01-17T03:41:43.493Z Compiling itertools v0.12.1
12312025-01-17T03:41:43.589Z Compiling allocator-api2 v0.2.18
12322025-01-17T03:41:43.663Z Compiling futures-io v0.3.31
12332025-01-17T03:41:43.953Z Compiling libm v0.2.8
12342025-01-17T03:41:44.292Z Compiling futures-task v0.3.31
12352025-01-17T03:41:44.380Z Compiling lazycell v1.3.0
12362025-01-17T03:41:44.563Z Compiling pin-utils v0.1.0
12372025-01-17T03:41:44.588Z Compiling rustc-hash v1.1.0
12382025-01-17T03:41:44.670Z Compiling foldhash v0.1.3
12392025-01-17T03:41:44.784Z Compiling cmake v0.1.51
12402025-01-17T03:41:44.981Z Compiling regex-automata v0.4.8
12412025-01-17T03:41:45.627Z Compiling cexpr v0.6.0
12422025-01-17T03:41:45.672Z Compiling hashbrown v0.15.1
12432025-01-17T03:41:45.788Z Compiling num-traits v0.2.19
12442025-01-17T03:41:46.076Z Compiling synstructure v0.13.1
12452025-01-17T03:41:46.890Z Compiling dunce v1.0.5
12462025-01-17T03:41:47.035Z Compiling pkg-config v0.3.31
12472025-01-17T03:41:47.308Z Compiling tinyvec_macros v0.1.1
12482025-01-17T03:41:47.416Z Compiling fs_extra v1.3.0
12492025-01-17T03:41:47.440Z Compiling tinyvec v1.8.0
12502025-01-17T03:41:47.965Z Compiling ring v0.17.8
12512025-01-17T03:41:48.388Z Compiling base64ct v1.6.0
12522025-01-17T03:41:48.900Z Compiling unicode-normalization v0.1.24
12532025-01-17T03:41:49.012Z Compiling paste v1.0.15
12542025-01-17T03:41:49.100Z Compiling writeable v0.5.5
12552025-01-17T03:41:49.232Z Compiling unicode-bidi v0.3.17
12562025-01-17T03:41:49.491Z Compiling litemap v0.7.3
12572025-01-17T03:41:49.861Z Compiling pem-rfc7468 v0.7.0
12582025-01-17T03:41:49.973Z Compiling aws-lc-rs v1.10.0
12592025-01-17T03:41:50.373Z Compiling regex v1.11.1
12602025-01-17T03:41:50.473Z Compiling flagset v0.4.6
12612025-01-17T03:41:50.494Z Compiling httparse v1.9.5
12622025-01-17T03:41:50.657Z Compiling tracing-core v0.1.32
12632025-01-17T03:41:51.232Z Compiling icu_locid_transform_data v1.5.0
12642025-01-17T03:41:51.273Z Compiling crossbeam-utils v0.8.20
12652025-01-17T03:41:51.340Z Compiling rustls-pki-types v1.10.0
12662025-01-17T03:41:51.525Z Compiling serde_derive v1.0.217
12672025-01-17T03:41:51.707Z Compiling zeroize_derive v1.4.2
12682025-01-17T03:41:51.752Z Compiling zerocopy-derive v0.7.35
12692025-01-17T03:41:51.787Z Compiling tokio-macros v2.5.0
12702025-01-17T03:41:52.351Z Compiling zerofrom-derive v0.1.4
12712025-01-17T03:41:53.130Z Compiling zeroize v1.8.1
12722025-01-17T03:41:53.281Z Compiling thiserror-impl v1.0.69
12732025-01-17T03:41:53.475Z Compiling yoke-derive v0.7.4
12742025-01-17T03:41:53.735Z Compiling zerocopy v0.7.35
12752025-01-17T03:41:54.769Z Compiling crypto-common v0.1.6
12762025-01-17T03:41:55.023Z Compiling block-buffer v0.10.4
12772025-01-17T03:41:55.051Z Compiling zerovec-derive v0.10.3
12782025-01-17T03:41:55.297Z Compiling digest v0.10.7
12792025-01-17T03:41:55.734Z Compiling hmac v0.12.1
12802025-01-17T03:41:55.861Z Compiling zerofrom v0.1.4
12812025-01-17T03:41:55.968Z Compiling futures-macro v0.3.31
12822025-01-17T03:41:56.006Z Compiling block-padding v0.3.3
12832025-01-17T03:41:56.068Z Compiling displaydoc v0.2.5
12842025-01-17T03:41:56.174Z Compiling thiserror v1.0.69
12852025-01-17T03:41:56.195Z Compiling yoke v0.7.4
12862025-01-17T03:41:56.251Z Compiling inout v0.1.3
12872025-01-17T03:41:56.330Z Compiling sha2 v0.10.8
12882025-01-17T03:41:56.516Z Compiling cipher v0.4.4
12892025-01-17T03:41:56.540Z Compiling ppv-lite86 v0.2.20
12902025-01-17T03:41:56.905Z Compiling icu_provider_macros v1.5.0
12912025-01-17T03:41:57.024Z Compiling der_derive v0.7.3
12922025-01-17T03:41:57.349Z Compiling rand_chacha v0.3.1
12932025-01-17T03:41:57.474Z Compiling zerovec v0.10.4
12942025-01-17T03:41:57.614Z Compiling tracing-attributes v0.1.27
12952025-01-17T03:41:57.812Z Compiling futures-util v0.3.31
12962025-01-17T03:41:58.007Z Compiling percent-encoding v2.3.1
12972025-01-17T03:41:58.348Z Compiling rand v0.8.5
12982025-01-17T03:41:59.306Z Compiling tinystr v0.7.6
12992025-01-17T03:41:59.507Z Compiling der v0.7.9
13002025-01-17T03:41:59.703Z Compiling icu_locid v1.5.0
13012025-01-17T03:41:59.724Z Compiling icu_collections v1.5.0
13022025-01-17T03:41:59.963Z Compiling salsa20 v0.10.2
13032025-01-17T03:42:00.215Z Compiling pest v2.7.14
13042025-01-17T03:42:00.391Z Compiling pbkdf2 v0.12.2
13052025-01-17T03:42:00.938Z Compiling icu_provider v1.5.0
13062025-01-17T03:42:01.027Z Compiling tracing v0.1.40
13072025-01-17T03:42:01.299Z Compiling mirai-annotations v1.12.0
13082025-01-17T03:42:01.498Z Compiling spki v0.7.3
13092025-01-17T03:42:01.519Z Compiling vcpkg v0.2.15
13102025-01-17T03:42:01.714Z Compiling icu_locid_transform v1.5.0
13112025-01-17T03:42:01.947Z Compiling time-core v0.1.2
13122025-01-17T03:42:01.969Z Compiling num-conv v0.1.0
13132025-01-17T03:42:02.068Z Compiling untrusted v0.7.1
13142025-01-17T03:42:02.252Z Compiling powerfmt v0.2.0
13152025-01-17T03:42:02.295Z Compiling icu_properties_data v1.5.0
13162025-01-17T03:42:02.489Z Compiling untrusted v0.9.0
13172025-01-17T03:42:02.571Z Compiling deranged v0.3.11
13182025-01-17T03:42:02.690Z Compiling time-macros v0.2.18
13192025-01-17T03:42:03.052Z Compiling icu_properties v1.5.1
13202025-01-17T03:42:03.345Z Compiling pest_meta v2.7.14
13212025-01-17T03:42:03.397Z Compiling openssl-sys v0.9.103
13222025-01-17T03:42:04.159Z Compiling scrypt v0.11.0
13232025-01-17T03:42:04.444Z Compiling bitflags v2.6.0
13242025-01-17T03:42:04.653Z Compiling bytes v1.9.0
13252025-01-17T03:42:05.149Z Compiling indexmap v2.7.0
13262025-01-17T03:42:05.748Z Compiling tokio v1.43.0
13272025-01-17T03:42:05.862Z Compiling http v1.2.0
13282025-01-17T03:42:06.093Z Compiling semver v1.0.24
13292025-01-17T03:42:06.434Z Compiling aes v0.8.4
13302025-01-17T03:42:06.809Z Compiling rustc_version v0.4.1
13312025-01-17T03:42:07.524Z Compiling cbc v0.1.2
13322025-01-17T03:42:07.636Z Compiling scroll_derive v0.12.0
13332025-01-17T03:42:07.678Z Compiling utf16_iter v1.0.5
13342025-01-17T03:42:07.757Z Compiling num_threads v0.1.7
13352025-01-17T03:42:07.777Z Compiling icu_normalizer_data v1.5.0
13362025-01-17T03:42:07.895Z Compiling utf8_iter v1.0.4
13372025-01-17T03:42:07.915Z Compiling write16 v1.0.0
13382025-01-17T03:42:07.917Z Compiling atomic-waker v1.1.2
13392025-01-17T03:42:08.050Z Compiling time v0.3.36
13402025-01-17T03:42:08.095Z Compiling icu_normalizer v1.5.0
13412025-01-17T03:42:08.121Z Compiling pkcs5 v0.7.1
13422025-01-17T03:42:08.146Z Compiling http-body v1.0.1
13432025-01-17T03:42:08.381Z Compiling pest_generator v2.7.14
13442025-01-17T03:42:09.036Z Compiling which v4.4.2
13452025-01-17T03:42:09.211Z Compiling scroll v0.12.0
13462025-01-17T03:42:09.553Z Compiling form_urlencoded v1.2.1
13472025-01-17T03:42:09.683Z Compiling slog v2.7.0
13482025-01-17T03:42:09.758Z Compiling try-lock v0.2.5
13492025-01-17T03:42:09.867Z Compiling goblin v0.8.2
13502025-01-17T03:42:09.887Z Compiling idna_adapter v1.2.0
13512025-01-17T03:42:09.912Z Compiling want v0.3.1
13522025-01-17T03:42:10.121Z Compiling pkcs8 v0.10.2
13532025-01-17T03:42:10.174Z Compiling uuid v1.11.0
13542025-01-17T03:42:10.230Z Compiling pest_derive v2.7.14
13552025-01-17T03:42:10.264Z Compiling httpdate v1.0.3
13562025-01-17T03:42:10.687Z Compiling iana-time-zone v0.1.61
13572025-01-17T03:42:10.998Z Compiling dtrace-parser v0.2.0
13582025-01-17T03:42:11.096Z Compiling chrono v0.4.38
13592025-01-17T03:42:11.529Z Compiling idna v1.0.3
13602025-01-17T03:42:11.532Z Compiling serde_spanned v0.6.8
13612025-01-17T03:42:11.807Z Compiling serde_tokenstream v0.2.2
13622025-01-17T03:42:12.415Z Compiling toml_datetime v0.6.8
13632025-01-17T03:42:12.729Z Compiling match_cfg v0.1.0
13642025-01-17T03:42:12.841Z Compiling foreign-types-shared v0.1.1
13652025-01-17T03:42:12.909Z Compiling tower-service v0.3.3
13662025-01-17T03:42:12.931Z Compiling base64 v0.22.1
13672025-01-17T03:42:12.971Z Compiling adler2 v2.0.0
13682025-01-17T03:42:13.047Z Compiling openssl v0.10.66
13692025-01-17T03:42:13.187Z Compiling rustversion v1.0.17
13702025-01-17T03:42:13.206Z Compiling miniz_oxide v0.8.0
13712025-01-17T03:42:13.505Z Compiling foreign-types v0.3.2
13722025-01-17T03:42:13.616Z Compiling hostname v0.3.1
13732025-01-17T03:42:13.643Z Compiling url v2.5.3
13742025-01-17T03:42:13.825Z Compiling tokio-util v0.7.12
13752025-01-17T03:42:14.486Z Compiling async-trait v0.1.83
13762025-01-17T03:42:14.615Z Compiling openssl-macros v0.1.1
13772025-01-17T03:42:15.106Z Compiling h2 v0.4.6
13782025-01-17T03:42:15.189Z Compiling serde_derive_internals v0.29.1
13792025-01-17T03:42:15.344Z Compiling dirs-sys-next v0.1.2
13802025-01-17T03:42:15.403Z Compiling schemars v0.8.21
13812025-01-17T03:42:15.740Z Compiling dof v0.3.0
13822025-01-17T03:42:15.908Z Compiling siphasher v0.3.11
13832025-01-17T03:42:16.302Z Compiling rustls v0.22.4
13842025-01-17T03:42:16.582Z Compiling usdt-impl v0.5.0
13852025-01-17T03:42:16.814Z Compiling rustls v0.23.19
13862025-01-17T03:42:17.105Z Compiling native-tls v0.2.12
13872025-01-17T03:42:17.477Z Compiling data-encoding v2.6.0
13882025-01-17T03:42:17.559Z Compiling syn v1.0.109
13892025-01-17T03:42:17.593Z Compiling schemars_derive v0.8.21
13902025-01-17T03:42:18.144Z Compiling dirs-next v2.0.0
13912025-01-17T03:42:19.290Z Compiling http-body-util v0.1.2
13922025-01-17T03:42:19.404Z Compiling heapless v0.7.17
13932025-01-17T03:42:19.492Z Compiling crossbeam-epoch v0.9.18
13942025-01-17T03:42:19.587Z Compiling sha1 v0.10.6
13952025-01-17T03:42:19.788Z Compiling signature v2.2.0
13962025-01-17T03:42:19.829Z Compiling bzip2-sys v0.1.11+1.0.8
13972025-01-17T03:42:20.007Z Compiling thread_local v1.1.8
13982025-01-17T03:42:20.071Z Compiling multer v3.1.0
13992025-01-17T03:42:20.188Z Compiling encoding_rs v0.8.34
14002025-01-17T03:42:20.305Z Compiling cookie v0.18.1
14012025-01-17T03:42:20.365Z Compiling slog-async v2.8.0
14022025-01-17T03:42:20.462Z Compiling gimli v0.31.1
14032025-01-17T03:42:20.610Z Compiling rayon-core v1.12.1
14042025-01-17T03:42:20.660Z Compiling unicode-properties v0.1.3
14052025-01-17T03:42:20.818Z Compiling mime v0.3.17
14062025-01-17T03:42:20.875Z Compiling signal-hook v0.3.17
14072025-01-17T03:42:21.076Z Compiling openssl-probe v0.1.5
14082025-01-17T03:42:21.158Z Compiling dyn-clone v1.0.17
14092025-01-17T03:42:21.330Z Compiling ipnet v2.10.1
14102025-01-17T03:42:21.435Z Compiling stringprep v0.1.5
14112025-01-17T03:42:22.490Z Compiling hyper v1.5.2
14122025-01-17T03:42:22.708Z Compiling toml_edit v0.22.22
14132025-01-17T03:42:24.863Z Compiling hyper-util v0.1.10
14142025-01-17T03:42:24.979Z Compiling addr2line v0.24.2
14152025-01-17T03:42:25.282Z Compiling crossbeam-deque v0.8.5
14162025-01-17T03:42:25.639Z Compiling usdt-attr-macro v0.5.0
14172025-01-17T03:42:25.693Z Compiling usdt-macro v0.5.0
14182025-01-17T03:42:26.016Z Compiling term v0.7.0
14192025-01-17T03:42:26.853Z Compiling slog-json v2.6.1
14202025-01-17T03:42:27.051Z Compiling serde_urlencoded v0.7.1
14212025-01-17T03:42:27.105Z Compiling curve25519-dalek v4.1.3
14222025-01-17T03:42:27.230Z Compiling crossbeam-channel v0.5.13
14232025-01-17T03:42:27.346Z Compiling futures-executor v0.3.31
14242025-01-17T03:42:27.574Z Compiling enum-as-inner v0.6.1
14252025-01-17T03:42:27.773Z Compiling md-5 v0.10.6
14262025-01-17T03:42:27.848Z Compiling rustls-pemfile v2.2.0
14272025-01-17T03:42:27.867Z Compiling async-stream-impl v0.3.6
14282025-01-17T03:42:28.069Z Compiling num-integer v0.1.46
14292025-01-17T03:42:28.181Z Compiling idna v0.3.0
14302025-01-17T03:42:28.264Z Compiling idna v0.4.0
14312025-01-17T03:42:28.615Z Compiling hash32 v0.2.1
14322025-01-17T03:42:28.827Z Compiling ff v0.13.0
14332025-01-17T03:42:28.977Z Compiling is-terminal v0.4.13
14342025-01-17T03:42:29.067Z Compiling dropshot v0.12.0
14352025-01-17T03:42:29.095Z Compiling object v0.36.5
14362025-01-17T03:42:29.124Z Compiling linked-hash-map v0.5.6
14372025-01-17T03:42:29.369Z Compiling anyhow v1.0.93
14382025-01-17T03:42:29.464Z Compiling portable-atomic v1.9.0
14392025-01-17T03:42:29.681Z Compiling psl-types v2.0.11
14402025-01-17T03:42:29.814Z Compiling num-bigint-dig v0.8.4
14412025-01-17T03:42:29.891Z Compiling fallible-iterator v0.2.0
14422025-01-17T03:42:29.957Z Compiling rustc-demangle v0.1.24
14432025-01-17T03:42:30.059Z Compiling smoltcp v0.9.1
14442025-01-17T03:42:30.120Z Compiling utf-8 v0.7.6
14452025-01-17T03:42:30.432Z Compiling take_mut v0.2.2
14462025-01-17T03:42:30.454Z Compiling quick-error v1.2.3
14472025-01-17T03:42:30.547Z Compiling base16ct v0.2.0
14482025-01-17T03:42:30.606Z Compiling resolv-conf v0.7.0
14492025-01-17T03:42:30.734Z Compiling postgres-protocol v0.6.7
14502025-01-17T03:42:30.856Z Compiling sec1 v0.7.3
14512025-01-17T03:42:30.972Z Compiling tungstenite v0.24.0
14522025-01-17T03:42:31.404Z Compiling publicsuffix v2.2.3
14532025-01-17T03:42:31.678Z Compiling lru-cache v0.1.2
14542025-01-17T03:42:31.755Z Compiling hickory-proto v0.24.1
14552025-01-17T03:42:31.775Z Compiling slog-term v2.9.1
14562025-01-17T03:42:31.875Z Compiling async-stream v0.3.6
14572025-01-17T03:42:31.987Z Compiling usdt v0.5.0
14582025-01-17T03:42:32.178Z Compiling group v0.13.0
14592025-01-17T03:42:32.548Z Compiling num-iter v0.1.45
14602025-01-17T03:42:32.886Z Compiling futures v0.3.31
14612025-01-17T03:42:32.941Z Compiling slog-bunyan v2.5.0
14622025-01-17T03:42:33.037Z Compiling toml v0.8.19
14632025-01-17T03:42:33.502Z Compiling tokio-native-tls v0.3.1
14642025-01-17T03:42:34.208Z Compiling camino v1.1.9
14652025-01-17T03:42:34.734Z Compiling phf_shared v0.11.2
14662025-01-17T03:42:34.818Z Compiling dropshot_endpoint v0.12.0
14672025-01-17T03:42:35.080Z Compiling terminal_size v0.4.0
14682025-01-17T03:42:35.109Z Compiling waitgroup v0.1.2
14692025-01-17T03:42:35.313Z Compiling openapiv3 v2.0.0
14702025-01-17T03:42:35.337Z Compiling serde_path_to_error v0.1.16
14712025-01-17T03:42:35.446Z Compiling hkdf v0.12.4
14722025-01-17T03:42:35.731Z Compiling backtrace v0.3.74
14732025-01-17T03:42:36.128Z Compiling crypto-bigint v0.5.5
14742025-01-17T03:42:36.177Z Compiling webpki-roots v0.26.6
14752025-01-17T03:42:36.393Z Compiling curve25519-dalek-derive v0.1.1
14762025-01-17T03:42:37.856Z Compiling zerocopy-derive v0.6.6
14772025-01-17T03:42:38.728Z Compiling hubpack_derive v0.1.1
14782025-01-17T03:42:38.812Z Compiling idna v0.5.0
14792025-01-17T03:42:39.113Z Compiling hostname v0.4.0
14802025-01-17T03:42:39.254Z Compiling fs-err v2.11.0
14812025-01-17T03:42:39.336Z Compiling ahash v0.8.11
14822025-01-17T03:42:39.542Z Compiling crc32fast v1.4.2
14832025-01-17T03:42:39.586Z Compiling bitflags v1.3.2
14842025-01-17T03:42:39.676Z Compiling winnow v0.5.40
14852025-01-17T03:42:39.698Z Compiling managed v0.8.0
14862025-01-17T03:42:39.783Z Compiling debug-ignore v1.0.5
14872025-01-17T03:42:39.893Z Compiling newtype-uuid v1.2.1
14882025-01-17T03:42:39.948Z Compiling console v0.15.8
14892025-01-17T03:42:40.216Z Compiling clap_builder v4.5.21
14902025-01-17T03:42:40.399Z Compiling zerocopy v0.6.6
14912025-01-17T03:42:40.781Z Compiling cookie_store v0.21.0
14922025-01-17T03:42:41.159Z Compiling flate2 v1.0.34
14932025-01-17T03:42:41.258Z Compiling strum_macros v0.25.3
14942025-01-17T03:42:42.069Z Compiling hubpack v0.1.2
14952025-01-17T03:42:42.112Z Compiling elliptic-curve v0.13.8
14962025-01-17T03:42:42.257Z Compiling hickory-resolver v0.24.1
14972025-01-17T03:42:42.987Z Compiling toml_edit v0.19.15
14982025-01-17T03:42:43.164Z Compiling phf v0.11.2
14992025-01-17T03:42:43.273Z Compiling signal-hook-mio v0.2.4
15002025-01-17T03:42:43.419Z Compiling rayon v1.10.0
15012025-01-17T03:42:43.446Z Compiling hyper-tls v0.6.0
15022025-01-17T03:42:43.842Z Compiling bzip2 v0.4.4
15032025-01-17T03:42:45.126Z Compiling tokio-tungstenite v0.24.0
15042025-01-17T03:42:45.665Z Compiling postgres-types v0.2.8
15052025-01-17T03:42:47.732Z Compiling ed25519 v2.2.3
15062025-01-17T03:42:48.275Z Compiling phf_shared v0.10.0
15072025-01-17T03:42:48.296Z Compiling tokio-stream v0.1.16
15082025-01-17T03:42:48.468Z Compiling pkcs1 v0.7.5
15092025-01-17T03:42:48.666Z Compiling serde-big-array v0.5.1
15102025-01-17T03:42:48.911Z Compiling clap_derive v4.5.18
15112025-01-17T03:42:49.260Z Compiling rfc6979 v0.4.0
15122025-01-17T03:42:49.410Z Compiling derive-where v1.2.7
15132025-01-17T03:42:49.457Z Compiling serde_repr v0.1.19
15142025-01-17T03:42:49.598Z Compiling float-cmp v0.9.0
15152025-01-17T03:42:49.834Z Compiling bstr v1.10.0
15162025-01-17T03:42:50.229Z Compiling sync_wrapper v1.0.1
15172025-01-17T03:42:50.254Z Compiling number_prefix v0.4.0
15182025-01-17T03:42:50.392Z Compiling static_assertions v1.1.0
15192025-01-17T03:42:50.501Z Compiling predicates-core v1.0.8
15202025-01-17T03:42:50.529Z Compiling new_debug_unreachable v1.0.6
15212025-01-17T03:42:50.572Z Compiling whoami v1.5.2
15222025-01-17T03:42:50.662Z Compiling difflib v0.4.0
15232025-01-17T03:42:50.847Z Compiling unicode-segmentation v1.12.0
15242025-01-17T03:42:51.144Z Compiling fixedbitset v0.4.2
15252025-01-17T03:42:51.418Z Compiling bit-vec v0.6.3
15262025-01-17T03:42:51.610Z Compiling unicode-width v0.2.0
15272025-01-17T03:42:51.739Z Compiling precomputed-hash v0.1.1
15282025-01-17T03:42:51.818Z Compiling normalize-line-endings v0.3.0
15292025-01-17T03:42:51.873Z Compiling string_cache v0.8.7
15302025-01-17T03:42:51.955Z Compiling predicates v3.1.2
15312025-01-17T03:42:52.083Z Compiling indicatif v0.17.9
15322025-01-17T03:42:52.141Z Compiling bit-set v0.5.3
15332025-01-17T03:42:52.300Z Compiling similar v2.6.0
15342025-01-17T03:42:52.445Z Compiling petgraph v0.6.5
15352025-01-17T03:42:52.649Z Compiling tokio-postgres v0.7.12
15362025-01-17T03:42:53.421Z Compiling clap v4.5.21
15372025-01-17T03:42:53.496Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15382025-01-17T03:42:53.547Z Compiling ecdsa v0.16.9
15392025-01-17T03:42:54.149Z Compiling rsa v0.9.6
15402025-01-17T03:42:54.368Z Compiling ed25519-dalek v2.1.1
15412025-01-17T03:42:54.482Z Compiling toml v0.7.8
15422025-01-17T03:42:55.669Z Compiling zip v0.6.6
15432025-01-17T03:42:55.995Z Compiling crossterm v0.28.1
15442025-01-17T03:42:57.316Z Compiling hex v0.4.3
15452025-01-17T03:42:57.415Z Compiling x509-cert v0.2.5
15462025-01-17T03:42:57.924Z Compiling itertools v0.10.5
15472025-01-17T03:42:58.087Z Compiling lalrpop-util v0.19.12
15482025-01-17T03:42:58.338Z Compiling peg-runtime v0.8.3
15492025-01-17T03:42:58.462Z Compiling unicode-xid v0.2.6
15502025-01-17T03:42:58.661Z Compiling strum_macros v0.26.4
15512025-01-17T03:42:58.927Z Compiling xattr v1.3.1
15522025-01-17T03:42:59.199Z Compiling filetime v0.2.25
15532025-01-17T03:42:59.519Z Compiling tar v0.4.42
15542025-01-17T03:43:03.304Z Compiling strum v0.26.3
15552025-01-17T03:43:06.604Z Compiling aws-lc-sys v0.22.0
15562025-01-17T03:43:34.074Z Compiling rustls-webpki v0.102.8
15572025-01-17T03:43:37.210Z Compiling tokio-rustls v0.25.0
15582025-01-17T03:43:38.860Z Compiling tokio-rustls v0.26.0
15592025-01-17T03:43:39.106Z Compiling hyper-rustls v0.27.3
15602025-01-17T03:43:39.440Z Compiling reqwest v0.12.9
15612025-01-17T03:43:40.994Z Compiling qorb v0.2.1
15622025-01-17T03:43:44.056Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15632025-01-17T03:43:44.271Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15642025-01-17T03:43:48.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15652025-01-17T03:43:48.902Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15662025-01-17T03:43:49.049ZJan 17 03:43:47.834 INFO Starting download, target: Clickhouse
15672025-01-17T03:43:49.049ZJan 17 03:43:47.834 INFO Starting download, target: Cockroach
15682025-01-17T03:43:49.049ZJan 17 03:43:47.834 INFO Starting download, target: DendriteOpenapi
15692025-01-17T03:43:49.054ZJan 17 03:43:47.834 INFO Starting download, target: Console
15702025-01-17T03:43:49.055ZJan 17 03:43:47.834 INFO Starting download, target: DendriteStub
15712025-01-17T03:43:49.055ZJan 17 03:43:47.834 INFO Starting download, target: MaghemiteMgd
15722025-01-17T03:43:49.055ZJan 17 03:43:47.834 INFO Starting download, target: TransceiverControl
15732025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15742025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15752025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15762025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15772025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15782025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15792025-01-17T03:43:49.055ZJan 17 03:43:47.835 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15802025-01-17T03:43:49.133ZJan 17 03:43:47.994 INFO Download complete, target: DendriteOpenapi
15812025-01-17T03:43:49.312ZJan 17 03:43:48.191 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15822025-01-17T03:43:49.510ZJan 17 03:43:48.390 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15832025-01-17T03:43:49.731ZJan 17 03:43:48.605 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15842025-01-17T03:43:49.856ZJan 17 03:43:48.728 INFO Download complete, target: Console
15852025-01-17T03:43:49.863ZJan 17 03:43:48.742 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15862025-01-17T03:43:50.067ZJan 17 03:43:48.948 INFO Download complete, target: TransceiverControl
15872025-01-17T03:43:50.371ZJan 17 03:43:49.252 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15882025-01-17T03:43:50.371ZJan 17 03:43:49.252 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15892025-01-17T03:43:50.842ZJan 17 03:43:49.723 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15902025-01-17T03:43:52.509ZJan 17 03:43:51.380 INFO Download complete, target: DendriteStub
15912025-01-17T03:43:52.802ZJan 17 03:43:51.674 INFO Download complete, target: MaghemiteMgd
15922025-01-17T03:43:57.735ZJan 17 03:43:56.615 INFO Checking that binary works, target: Cockroach
15932025-01-17T03:43:57.908ZJan 17 03:43:56.788 INFO Download complete, target: Cockroach
15942025-01-17T03:44:03.100ZJan 17 03:44:01.980 INFO Checking that binary works, target: Clickhouse
15952025-01-17T03:44:03.220ZJan 17 03:44:02.100 INFO Download complete, target: Clickhouse
15962025-01-17T03:44:03.241ZAll builder prerequisites installed successfully, and PATH looks valid
15972025-01-17T03:44:03.244Z
15982025-01-17T03:44:03.244Zreal 5:13.932056965
15992025-01-17T03:44:03.244Zuser 15:49.151795438
16002025-01-17T03:44:03.244Zsys 2:04.786083635
16012025-01-17T03:44:03.244Ztrap 0.578926814
16022025-01-17T03:44:03.244Ztflt 2.612011494
16032025-01-17T03:44:03.244Zdflt 2.148092532
16042025-01-17T03:44:03.244Zkflt 0.026287951
16052025-01-17T03:44:03.244Zlock 24:42.208615639
16062025-01-17T03:44:03.244Zslp 56:09.970121674
16072025-01-17T03:44:03.244Zlat 59.163186466
16082025-01-17T03:44:03.244Zstop 2:27.375254836
16092025-01-17T03:44:03.244Z+ banner hack-check
16102025-01-17T03:44:03.247Z
16112025-01-17T03:44:03.247Z # # ## #### # # #### # # ###### #### # #
16122025-01-17T03:44:03.247Z # # # # # # # # # # # # # # # # #
16132025-01-17T03:44:03.247Z ###### # # # #### ##### # ###### ##### # ####
16142025-01-17T03:44:03.247Z # # ###### # # # # # # # # # #
16152025-01-17T03:44:03.247Z # # # # # # # # # # # # # # # # #
16162025-01-17T03:44:03.247Z # # # # #### # # #### # # ###### #### # #
16172025-01-17T03:44:03.247Z
16182025-01-17T03:44:03.247Z+ export CARGO_INCREMENTAL=0
16192025-01-17T03:44:03.247Z+ CARGO_INCREMENTAL=0
16202025-01-17T03:44:03.247Z+ ptime -m timeout 2h cargo xtask check-features --ci
16212025-01-17T03:44:03.773Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16222025-01-17T03:44:06.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
16232025-01-17T03:44:06.634Z Running `target/debug/xtask check-features --ci`
16242025-01-17T03:44:06.656Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16252025-01-17T03:44:06.656Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16262025-01-17T03:44:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16272025-01-17T03:44:07.105Z Running `target/debug/xtask download cargo-hack`
16282025-01-17T03:44:07.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16292025-01-17T03:44:08.297Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16302025-01-17T03:44:12.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
16312025-01-17T03:44:12.166Z Running `target/debug/xtask-downloader cargo-hack`
16322025-01-17T03:44:12.202ZJan 17 03:44:11.080 INFO Starting download, target: CargoHack
16332025-01-17T03:44:12.205ZJan 17 03:44:11.081 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16342025-01-17T03:44:12.809ZJan 17 03:44:11.687 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16352025-01-17T03:44:12.900ZJan 17 03:44:11.778 INFO Download complete, target: CargoHack
16362025-01-17T03:44:12.904Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16372025-01-17T03:44:12.920Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16382025-01-17T03:44:13.092Zinfo: running `cargo check --bins` on api_identity (1/197)
16392025-01-17T03:44:13.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402025-01-17T03:44:13.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412025-01-17T03:44:13.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422025-01-17T03:44:13.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16432025-01-17T03:44:13.692Z
16442025-01-17T03:44:13.692Zinfo: running `cargo check --bins` on bootstore (2/197)
16452025-01-17T03:44:14.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-17T03:44:14.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-17T03:44:14.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-17T03:44:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16492025-01-17T03:44:14.324Z
16502025-01-17T03:44:14.324Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16512025-01-17T03:44:14.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-17T03:44:14.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-17T03:44:14.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-17T03:44:14.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16552025-01-17T03:44:14.935Z
16562025-01-17T03:44:14.935Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16572025-01-17T03:44:15.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-17T03:44:15.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-17T03:44:15.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-17T03:44:15.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16612025-01-17T03:44:15.554Z
16622025-01-17T03:44:15.554Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16632025-01-17T03:44:15.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-17T03:44:15.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-17T03:44:15.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-17T03:44:15.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16672025-01-17T03:44:15.973Z
16682025-01-17T03:44:15.973Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16692025-01-17T03:44:16.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-17T03:44:16.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-17T03:44:16.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-17T03:44:16.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16732025-01-17T03:44:16.409Z
16742025-01-17T03:44:16.409Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16752025-01-17T03:44:16.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-17T03:44:16.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-17T03:44:16.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-17T03:44:16.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792025-01-17T03:44:16.834Z
16802025-01-17T03:44:16.834Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16812025-01-17T03:44:17.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-17T03:44:17.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-17T03:44:17.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-17T03:44:17.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852025-01-17T03:44:17.252Z
16862025-01-17T03:44:17.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16872025-01-17T03:44:17.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-17T03:44:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-17T03:44:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-17T03:44:17.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912025-01-17T03:44:17.671Z
16922025-01-17T03:44:17.671Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16932025-01-17T03:44:18.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-17T03:44:18.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-17T03:44:18.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-17T03:44:18.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16972025-01-17T03:44:18.094Z
16982025-01-17T03:44:18.094Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16992025-01-17T03:44:18.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-17T03:44:18.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-17T03:44:18.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-17T03:44:18.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17032025-01-17T03:44:18.521Z
17042025-01-17T03:44:18.521Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17052025-01-17T03:44:18.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-17T03:44:18.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-17T03:44:18.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-17T03:44:18.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092025-01-17T03:44:18.941Z
17102025-01-17T03:44:18.941Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17112025-01-17T03:44:19.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-17T03:44:19.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-17T03:44:19.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-17T03:44:19.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152025-01-17T03:44:19.365Z
17162025-01-17T03:44:19.365Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17172025-01-17T03:44:19.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-17T03:44:19.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-17T03:44:19.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-17T03:44:19.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17212025-01-17T03:44:19.787Z
17222025-01-17T03:44:19.787Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17232025-01-17T03:44:20.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-17T03:44:20.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-17T03:44:20.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-17T03:44:20.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17272025-01-17T03:44:20.209Z
17282025-01-17T03:44:20.209Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17292025-01-17T03:44:20.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-17T03:44:20.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-17T03:44:20.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-17T03:44:20.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17332025-01-17T03:44:20.632Z
17342025-01-17T03:44:20.632Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17352025-01-17T03:44:21.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-17T03:44:21.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-17T03:44:21.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-17T03:44:21.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17392025-01-17T03:44:21.068Z
17402025-01-17T03:44:21.068Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17412025-01-17T03:44:21.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-17T03:44:21.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-17T03:44:21.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-17T03:44:21.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452025-01-17T03:44:21.497Z
17462025-01-17T03:44:21.497Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17472025-01-17T03:44:21.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-17T03:44:21.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-17T03:44:21.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-17T03:44:21.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512025-01-17T03:44:21.923Z
17522025-01-17T03:44:21.923Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17532025-01-17T03:44:22.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-17T03:44:22.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-17T03:44:22.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-17T03:44:22.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17572025-01-17T03:44:22.349Z
17582025-01-17T03:44:22.349Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17592025-01-17T03:44:22.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-17T03:44:22.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-17T03:44:22.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-17T03:44:22.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17632025-01-17T03:44:22.775Z
17642025-01-17T03:44:22.775Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17652025-01-17T03:44:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-17T03:44:23.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-17T03:44:23.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-17T03:44:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17692025-01-17T03:44:23.211Z
17702025-01-17T03:44:23.211Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17712025-01-17T03:44:23.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-17T03:44:23.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-17T03:44:23.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-17T03:44:23.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17752025-01-17T03:44:23.641Z
17762025-01-17T03:44:23.641Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17772025-01-17T03:44:24.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-17T03:44:24.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-17T03:44:24.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-17T03:44:24.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17812025-01-17T03:44:24.070Z
17822025-01-17T03:44:24.070Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17832025-01-17T03:44:24.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-17T03:44:24.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-17T03:44:24.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-01-17T03:44:24.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17872025-01-17T03:44:24.498Z
17882025-01-17T03:44:24.498Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17892025-01-17T03:44:24.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-01-17T03:44:24.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-01-17T03:44:24.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-01-17T03:44:24.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17932025-01-17T03:44:24.917Z
17942025-01-17T03:44:24.917Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17952025-01-17T03:44:25.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-01-17T03:44:25.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-01-17T03:44:25.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-01-17T03:44:25.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17992025-01-17T03:44:25.350Z
18002025-01-17T03:44:25.350Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18012025-01-17T03:44:25.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-01-17T03:44:25.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-01-17T03:44:25.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-01-17T03:44:25.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18052025-01-17T03:44:25.774Z
18062025-01-17T03:44:25.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18072025-01-17T03:44:26.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-01-17T03:44:26.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-01-17T03:44:26.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-01-17T03:44:26.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18112025-01-17T03:44:26.197Z
18122025-01-17T03:44:26.198Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18132025-01-17T03:44:26.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-01-17T03:44:26.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-01-17T03:44:26.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-01-17T03:44:26.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18172025-01-17T03:44:26.619Z
18182025-01-17T03:44:26.619Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18192025-01-17T03:44:27.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-01-17T03:44:27.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-01-17T03:44:27.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-01-17T03:44:27.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18232025-01-17T03:44:27.046Z
18242025-01-17T03:44:27.047Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18252025-01-17T03:44:27.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-01-17T03:44:27.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-01-17T03:44:27.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-01-17T03:44:27.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18292025-01-17T03:44:27.471Z
18302025-01-17T03:44:27.471Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18312025-01-17T03:44:27.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-01-17T03:44:27.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-01-17T03:44:27.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-01-17T03:44:27.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18352025-01-17T03:44:27.893Z
18362025-01-17T03:44:27.893Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18372025-01-17T03:44:28.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-01-17T03:44:28.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-01-17T03:44:28.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-01-17T03:44:28.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18412025-01-17T03:44:28.314Z
18422025-01-17T03:44:28.314Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18432025-01-17T03:44:28.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-01-17T03:44:28.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-01-17T03:44:28.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-01-17T03:44:28.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18472025-01-17T03:44:28.729Z
18482025-01-17T03:44:28.729Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18492025-01-17T03:44:29.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-01-17T03:44:29.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-01-17T03:44:29.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-01-17T03:44:29.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18532025-01-17T03:44:29.153Z
18542025-01-17T03:44:29.153Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18552025-01-17T03:44:29.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-01-17T03:44:29.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-01-17T03:44:29.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-01-17T03:44:29.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18592025-01-17T03:44:29.577Z
18602025-01-17T03:44:29.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18612025-01-17T03:44:29.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-01-17T03:44:29.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-01-17T03:44:29.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-01-17T03:44:29.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18652025-01-17T03:44:30.005Z
18662025-01-17T03:44:30.005Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18672025-01-17T03:44:30.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-01-17T03:44:30.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-01-17T03:44:30.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-01-17T03:44:30.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18712025-01-17T03:44:30.431Z
18722025-01-17T03:44:30.431Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18732025-01-17T03:44:30.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-01-17T03:44:30.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-01-17T03:44:30.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-01-17T03:44:30.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18772025-01-17T03:44:30.863Z
18782025-01-17T03:44:30.863Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18792025-01-17T03:44:31.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-01-17T03:44:31.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-01-17T03:44:31.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-01-17T03:44:31.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18832025-01-17T03:44:31.304Z
18842025-01-17T03:44:31.304Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18852025-01-17T03:44:31.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-01-17T03:44:31.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-01-17T03:44:31.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-01-17T03:44:31.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18892025-01-17T03:44:31.727Z
18902025-01-17T03:44:31.727Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18912025-01-17T03:44:32.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-01-17T03:44:32.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-01-17T03:44:32.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-01-17T03:44:32.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18952025-01-17T03:44:32.160Z
18962025-01-17T03:44:32.160Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18972025-01-17T03:44:32.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-01-17T03:44:32.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-01-17T03:44:32.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-01-17T03:44:32.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19012025-01-17T03:44:32.591Z
19022025-01-17T03:44:32.591Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19032025-01-17T03:44:33.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-01-17T03:44:33.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-01-17T03:44:33.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-01-17T03:44:33.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19072025-01-17T03:44:33.227Z
19082025-01-17T03:44:33.228Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19092025-01-17T03:44:33.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-01-17T03:44:33.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-01-17T03:44:33.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-01-17T03:44:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19132025-01-17T03:44:33.861Z
19142025-01-17T03:44:33.861Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19152025-01-17T03:44:34.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-01-17T03:44:34.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-01-17T03:44:34.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182025-01-17T03:44:34.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19192025-01-17T03:44:34.499Z
19202025-01-17T03:44:34.499Zinfo: running `cargo check --bins` on oxlog (48/197)
19212025-01-17T03:44:35.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222025-01-17T03:44:35.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232025-01-17T03:44:35.118Z Checking cfg-if v1.0.0
19242025-01-17T03:44:35.121Z Checking libc v0.2.169
19252025-01-17T03:44:35.227Z Checking serde v1.0.217
19262025-01-17T03:44:35.230Z Checking zeroize v1.8.1
19272025-01-17T03:44:35.242Z Checking memchr v2.7.4
19282025-01-17T03:44:35.252Z Checking typenum v1.17.0
19292025-01-17T03:44:35.255Z Checking scopeguard v1.2.0
19302025-01-17T03:44:35.279Z Checking subtle v2.6.1
19312025-01-17T03:44:35.292Z Checking value-bag v1.9.0
19322025-01-17T03:44:35.399Z Checking lock_api v0.4.12
19332025-01-17T03:44:35.477Z Checking const-oid v0.9.6
19342025-01-17T03:44:35.530Z Checking itoa v1.0.11
19352025-01-17T03:44:35.688Z Checking log v0.4.22
19362025-01-17T03:44:35.744Z Checking smallvec v1.13.2
19372025-01-17T03:44:35.794Z Checking pin-project-lite v0.2.14
19382025-01-17T03:44:35.927Z Checking byteorder v1.5.0
19392025-01-17T03:44:36.167Z Checking futures-core v0.3.31
19402025-01-17T03:44:36.171Z Checking once_cell v1.20.2
19412025-01-17T03:44:36.171Z Checking cpufeatures v0.2.14
19422025-01-17T03:44:36.242Z Checking stable_deref_trait v1.2.0
19432025-01-17T03:44:36.259Z Checking futures-sink v0.3.31
19442025-01-17T03:44:36.283Z Checking generic-array v0.14.7
19452025-01-17T03:44:36.298Z Checking getrandom v0.2.15
19462025-01-17T03:44:36.337Z Checking signal-hook-registry v1.4.2
19472025-01-17T03:44:36.352Z Checking parking_lot_core v0.9.10
19482025-01-17T03:44:36.381Z Checking mio v1.0.2
19492025-01-17T03:44:36.400Z Checking socket2 v0.5.7
19502025-01-17T03:44:36.540Z Checking rand_core v0.6.4
19512025-01-17T03:44:36.598Z Checking spin v0.9.8
19522025-01-17T03:44:36.680Z Checking parking_lot v0.12.3
19532025-01-17T03:44:36.843Z Checking zerocopy v0.7.35
19542025-01-17T03:44:36.867Z Checking slab v0.4.9
19552025-01-17T03:44:36.939Z Checking zerofrom v0.1.4
19562025-01-17T03:44:36.956Z Checking futures-channel v0.3.31
19572025-01-17T03:44:37.016Z Checking pin-utils v0.1.0
19582025-01-17T03:44:37.108Z Checking futures-task v0.3.31
19592025-01-17T03:44:37.124Z Checking equivalent v1.0.1
19602025-01-17T03:44:37.141Z Checking yoke v0.7.4
19612025-01-17T03:44:37.235Z Checking foldhash v0.1.3
19622025-01-17T03:44:37.300Z Checking allocator-api2 v0.2.18
19632025-01-17T03:44:37.325Z Checking futures-io v0.3.31
19642025-01-17T03:44:37.340Z Checking crypto-common v0.1.6
19652025-01-17T03:44:37.369Z Checking block-buffer v0.10.4
19662025-01-17T03:44:37.448Z Checking block-padding v0.3.3
19672025-01-17T03:44:37.472Z Checking zerovec v0.10.4
19682025-01-17T03:44:37.512Z Checking futures-util v0.3.31
19692025-01-17T03:44:37.529Z Checking tinyvec_macros v0.1.1
19702025-01-17T03:44:37.590Z Checking digest v0.10.7
19712025-01-17T03:44:37.613Z Checking ryu v1.0.18
19722025-01-17T03:44:37.659Z Checking inout v0.1.3
19732025-01-17T03:44:37.849Z Checking tinyvec v1.8.0
19742025-01-17T03:44:37.897Z Checking fnv v1.0.7
19752025-01-17T03:44:37.924Z Checking hashbrown v0.15.1
19762025-01-17T03:44:37.952Z Checking hmac v0.12.1
19772025-01-17T03:44:38.027Z Checking sha2 v0.10.8
19782025-01-17T03:44:38.051Z Checking cipher v0.4.4
19792025-01-17T03:44:38.166Z Checking libm v0.2.8
19802025-01-17T03:44:38.461Z Checking base64ct v1.6.0
19812025-01-17T03:44:38.595Z Checking writeable v0.5.5
19822025-01-17T03:44:38.871Z Checking litemap v0.7.3
19832025-01-17T03:44:38.898Z Checking unicode-bidi v0.3.17
19842025-01-17T03:44:38.920Z Checking pem-rfc7468 v0.7.0
19852025-01-17T03:44:38.960Z Checking tinystr v0.7.6
19862025-01-17T03:44:39.053Z Checking num-traits v0.2.19
19872025-01-17T03:44:39.153Z Checking unicode-normalization v0.1.24
19882025-01-17T03:44:39.194Z Checking ppv-lite86 v0.2.20
19892025-01-17T03:44:39.212Z Checking flagset v0.4.6
19902025-01-17T03:44:39.270Z Checking icu_locid v1.5.0
19912025-01-17T03:44:39.406Z Checking der v0.7.9
19922025-01-17T03:44:39.477Z Checking tracing-core v0.1.32
19932025-01-17T03:44:39.606Z Checking bytes v1.9.0
19942025-01-17T03:44:39.925Z Checking indexmap v2.7.0
19952025-01-17T03:44:40.085Z Checking serde_json v1.0.135
19962025-01-17T03:44:40.101Z Checking rand_chacha v0.3.1
19972025-01-17T03:44:40.221Z Checking icu_provider v1.5.0
19982025-01-17T03:44:40.347Z Checking tokio v1.43.0
19992025-01-17T03:44:40.500Z Checking http v1.2.0
20002025-01-17T03:44:40.553Z Checking bitflags v2.6.0
20012025-01-17T03:44:40.825Z Checking thiserror v1.0.69
20022025-01-17T03:44:40.842Z Checking icu_locid_transform_data v1.5.0
20032025-01-17T03:44:40.946Z Checking percent-encoding v2.3.1
20042025-01-17T03:44:40.972Z Checking rustls-pki-types v1.10.0
20052025-01-17T03:44:41.059Z Checking icu_locid_transform v1.5.0
20062025-01-17T03:44:41.091Z Checking spki v0.7.3
20072025-01-17T03:44:41.170Z Checking rand v0.8.5
20082025-01-17T03:44:41.371Z Checking tracing v0.1.40
20092025-01-17T03:44:41.509Z Checking icu_collections v1.5.0
20102025-01-17T03:44:41.701Z Checking salsa20 v0.10.2
20112025-01-17T03:44:41.724Z Checking pbkdf2 v0.12.2
20122025-01-17T03:44:41.759Z Checking aws-lc-sys v0.22.0
20132025-01-17T03:44:41.875Z Checking httparse v1.9.5
20142025-01-17T03:44:41.922Z Checking mirai-annotations v1.12.0
20152025-01-17T03:44:42.001Z Checking untrusted v0.9.0
20162025-01-17T03:44:42.043Z Checking untrusted v0.7.1
20172025-01-17T03:44:42.099Z Checking icu_properties_data v1.5.0
20182025-01-17T03:44:42.127Z Checking powerfmt v0.2.0
20192025-01-17T03:44:42.167Z Checking ring v0.17.8
20202025-01-17T03:44:42.212Z Checking scrypt v0.11.0
20212025-01-17T03:44:42.279Z Checking cbc v0.1.2
20222025-01-17T03:44:42.320Z Checking aes v0.8.4
20232025-01-17T03:44:42.339Z Checking icu_properties v1.5.1
20242025-01-17T03:44:42.410Z Checking deranged v0.3.11
20252025-01-17T03:44:42.431Z Checking crossbeam-utils v0.8.20
20262025-01-17T03:44:42.486Z Checking icu_normalizer_data v1.5.0
20272025-01-17T03:44:42.590Z Checking time-core v0.1.2
20282025-01-17T03:44:42.753Z Checking num_threads v0.1.7
20292025-01-17T03:44:42.878Z Checking utf16_iter v1.0.5
20302025-01-17T03:44:43.041Z Checking utf8_iter v1.0.4
20312025-01-17T03:44:43.172Z Checking atomic-waker v1.1.2
20322025-01-17T03:44:43.242Z Checking num-conv v0.1.0
20332025-01-17T03:44:43.259Z Checking write16 v1.0.0
20342025-01-17T03:44:43.317Z Checking pkcs5 v0.7.1
20352025-01-17T03:44:43.393Z Checking http-body v1.0.1
20362025-01-17T03:44:43.478Z Checking form_urlencoded v1.2.1
20372025-01-17T03:44:43.593Z Checking try-lock v0.2.5
20382025-01-17T03:44:43.671Z Checking uuid v1.11.0
20392025-01-17T03:44:43.717Z Checking time v0.3.36
20402025-01-17T03:44:43.734Z Checking want v0.3.1
20412025-01-17T03:44:43.827Z Checking aws-lc-rs v1.10.0
20422025-01-17T03:44:43.844Z Checking pkcs8 v0.10.2
20432025-01-17T03:44:43.908Z Checking httpdate v1.0.3
20442025-01-17T03:44:43.952Z Checking unicode-ident v1.0.14
20452025-01-17T03:44:44.143Z Checking proc-macro2 v1.0.92
20462025-01-17T03:44:44.146Z Checking serde_spanned v0.6.8
20472025-01-17T03:44:44.162Z Checking toml_datetime v0.6.8
20482025-01-17T03:44:44.219Z Checking slog v2.7.0
20492025-01-17T03:44:44.351Z Checking scroll v0.12.0
20502025-01-17T03:44:44.447Z Checking plain v0.2.3
20512025-01-17T03:44:44.605Z Checking iana-time-zone v0.1.61
20522025-01-17T03:44:44.687Z Checking match_cfg v0.1.0
20532025-01-17T03:44:44.764Z Checking tower-service v0.3.3
20542025-01-17T03:44:44.786Z Checking ucd-trie v0.1.7
20552025-01-17T03:44:44.810Z Checking base64 v0.22.1
20562025-01-17T03:44:44.827Z Checking foreign-types-shared v0.1.1
20572025-01-17T03:44:44.888Z Checking adler2 v2.0.0
20582025-01-17T03:44:44.937Z Checking foreign-types v0.3.2
20592025-01-17T03:44:44.994Z Checking pest v2.7.14
20602025-01-17T03:44:45.027Z Checking quote v1.0.38
20612025-01-17T03:44:45.050Z Checking miniz_oxide v0.8.0
20622025-01-17T03:44:45.275Z Checking goblin v0.8.2
20632025-01-17T03:44:45.371Z Checking hostname v0.3.1
20642025-01-17T03:44:45.500Z Checking chrono v0.4.38
20652025-01-17T03:44:45.522Z Checking rustls-webpki v0.102.8
20662025-01-17T03:44:45.549Z Checking icu_normalizer v1.5.0
20672025-01-17T03:44:45.785Z Checking openssl-sys v0.9.103
20682025-01-17T03:44:46.083Z Checking dirs-sys-next v0.1.2
20692025-01-17T03:44:46.267Z Checking errno v0.3.9
20702025-01-17T03:44:46.270Z Checking aho-corasick v1.1.3
20712025-01-17T03:44:46.301Z Checking idna_adapter v1.2.0
20722025-01-17T03:44:46.452Z Compiling newtype-uuid v1.2.1
20732025-01-17T03:44:46.488Z Checking idna v1.0.3
20742025-01-17T03:44:46.720Z Checking siphasher v0.3.11
20752025-01-17T03:44:46.897Z Checking pretty-hex v0.4.1
20762025-01-17T03:44:47.012Z Checking tokio-util v0.7.12
20772025-01-17T03:44:47.029Z Checking url v2.5.3
20782025-01-17T03:44:47.044Z Checking regex-syntax v0.8.5
20792025-01-17T03:44:47.087Z Checking data-encoding v2.6.0
20802025-01-17T03:44:47.398Z Checking openssl v0.10.66
20812025-01-17T03:44:47.515Z Checking dtrace-parser v0.2.0
20822025-01-17T03:44:47.699Z Checking rustix v0.38.37
20832025-01-17T03:44:47.839Z Checking dirs-next v2.0.0
20842025-01-17T03:44:47.857Z Checking h2 v0.4.6
20852025-01-17T03:44:47.860Z Checking syn v2.0.96
20862025-01-17T03:44:47.967Z Checking http-body-util v0.1.2
20872025-01-17T03:44:48.017Z Checking crossbeam-epoch v0.9.18
20882025-01-17T03:44:48.386Z Checking sha1 v0.10.6
20892025-01-17T03:44:48.437Z Checking signature v2.2.0
20902025-01-17T03:44:48.648Z Checking lazy_static v1.5.0
20912025-01-17T03:44:48.665Z Checking thread_local v1.1.8
20922025-01-17T03:44:48.779Z Checking thread-id v4.2.2
20932025-01-17T03:44:48.898Z Checking encoding_rs v0.8.34
20942025-01-17T03:44:48.930Z Checking unicode-properties v0.1.3
20952025-01-17T03:44:49.284Z Checking anstyle v1.0.10
20962025-01-17T03:44:49.635Z Checking openssl-probe v0.1.5
20972025-01-17T03:44:49.804Z Checking winnow v0.6.20
20982025-01-17T03:44:50.068Z Checking dof v0.3.0
20992025-01-17T03:44:50.226Z Checking regex-automata v0.4.8
21002025-01-17T03:44:50.650Z Checking utf8parse v0.2.2
21012025-01-17T03:44:50.815Z Checking mime v0.3.17
21022025-01-17T03:44:50.909Z Checking gimli v0.31.1
21032025-01-17T03:44:51.122Z Checking ipnet v2.10.1
21042025-01-17T03:44:51.261Z Checking either v1.13.0
21052025-01-17T03:44:51.578Z Checking anstyle-parse v0.2.5
21062025-01-17T03:44:51.638Z Checking stringprep v0.1.5
21072025-01-17T03:44:51.842Z Checking crossbeam-deque v0.8.5
21082025-01-17T03:44:51.912Z Checking term v0.7.0
21092025-01-17T03:44:52.147Z Checking rustls v0.22.4
21102025-01-17T03:44:52.332Z Checking rustls v0.23.19
21112025-01-17T03:44:52.335Z Checking native-tls v0.2.12
21122025-01-17T03:44:52.597Z Checking toml_edit v0.22.22
21132025-01-17T03:44:52.667Z Checking slog-json v2.6.1
21142025-01-17T03:44:52.927Z Checking serde_urlencoded v0.7.1
21152025-01-17T03:44:53.328Z Checking crossbeam-channel v0.5.13
21162025-01-17T03:44:53.871Z Checking usdt-impl v0.5.0
21172025-01-17T03:44:53.919Z Checking hyper v1.5.2
21182025-01-17T03:44:54.043Z Checking futures-executor v0.3.31
21192025-01-17T03:44:54.280Z Checking rustls-pemfile v2.2.0
21202025-01-17T03:44:54.453Z Checking num-integer v0.1.46
21212025-01-17T03:44:54.495Z Checking idna v0.4.0
21222025-01-17T03:44:54.695Z Checking addr2line v0.24.2
21232025-01-17T03:44:54.734Z Checking idna v0.3.0
21242025-01-17T03:44:54.906Z Checking md-5 v0.10.6
21252025-01-17T03:44:55.102Z Checking ff v0.13.0
21262025-01-17T03:44:55.142Z Checking hash32 v0.2.1
21272025-01-17T03:44:55.198Z Checking memmap v0.7.0
21282025-01-17T03:44:55.311Z Checking is-terminal v0.4.13
21292025-01-17T03:44:55.365Z Checking object v0.36.5
21302025-01-17T03:44:55.394Z Checking fallible-iterator v0.2.0
21312025-01-17T03:44:55.415Z Checking anstyle-query v1.1.1
21322025-01-17T03:44:55.433Z Checking utf-8 v0.7.6
21332025-01-17T03:44:55.446Z Checking linked-hash-map v0.5.6
21342025-01-17T03:44:55.541Z Checking dyn-clone v1.0.17
21352025-01-17T03:44:55.619Z Checking rustc-demangle v0.1.24
21362025-01-17T03:44:55.634Z Checking psl-types v2.0.11
21372025-01-17T03:44:55.686Z Checking take_mut v0.2.2
21382025-01-17T03:44:55.729Z Checking is_terminal_polyfill v1.70.1
21392025-01-17T03:44:55.812Z Checking quick-error v1.2.3
21402025-01-17T03:44:55.836Z Checking base16ct v0.2.0
21412025-01-17T03:44:55.853Z Checking colorchoice v1.0.2
21422025-01-17T03:44:55.855Z Checking hyper-util v0.1.10
21432025-01-17T03:44:55.949Z Checking postgres-protocol v0.6.7
21442025-01-17T03:44:55.963Z Checking resolv-conf v0.7.0
21452025-01-17T03:44:55.991Z Checking anstream v0.6.15
21462025-01-17T03:44:56.034Z Checking sec1 v0.7.3
21472025-01-17T03:44:56.051Z Checking slog-async v2.8.0
21482025-01-17T03:44:56.299Z Checking publicsuffix v2.2.3
21492025-01-17T03:44:56.334Z Checking lru-cache v0.1.2
21502025-01-17T03:44:56.351Z Checking schemars v0.8.21
21512025-01-17T03:44:56.402Z Checking tungstenite v0.24.0
21522025-01-17T03:44:56.514Z Checking slog-term v2.9.1
21532025-01-17T03:44:56.517Z Checking heapless v0.7.17
21542025-01-17T03:44:56.574Z Checking usdt v0.5.0
21552025-01-17T03:44:56.839Z Checking hickory-proto v0.24.1
21562025-01-17T03:44:57.017Z Checking tokio-rustls v0.25.0
21572025-01-17T03:44:57.250Z Checking group v0.13.0
21582025-01-17T03:44:57.365Z Checking toml v0.8.19
21592025-01-17T03:44:57.406Z Checking num-iter v0.1.45
21602025-01-17T03:44:57.520Z Checking futures v0.3.31
21612025-01-17T03:44:57.543Z Checking tokio-rustls v0.26.0
21622025-01-17T03:44:57.578Z Checking slog-bunyan v2.5.0
21632025-01-17T03:44:57.630Z Checking tokio-native-tls v0.3.1
21642025-01-17T03:44:57.756Z Checking rayon-core v1.12.1
21652025-01-17T03:44:57.808Z Checking multer v3.1.0
21662025-01-17T03:44:57.826Z Checking terminal_size v0.4.0
21672025-01-17T03:44:57.906Z Checking phf_shared v0.11.2
21682025-01-17T03:44:57.983Z Checking cookie v0.18.1
21692025-01-17T03:44:58.050Z Checking async-stream v0.3.6
21702025-01-17T03:44:58.144Z Checking bzip2-sys v0.1.11+1.0.8
21712025-01-17T03:44:58.167Z Checking camino v1.1.9
21722025-01-17T03:44:58.215Z Checking signal-hook v0.3.17
21732025-01-17T03:44:58.251Z Checking waitgroup v0.1.2
21742025-01-17T03:44:58.281Z Checking openapiv3 v2.0.0
21752025-01-17T03:44:58.388Z Checking webpki-roots v0.26.6
21762025-01-17T03:44:58.407Z Checking idna v0.5.0
21772025-01-17T03:44:58.413Z Checking serde_path_to_error v0.1.16
21782025-01-17T03:44:58.553Z Checking hkdf v0.12.4
21792025-01-17T03:44:58.604Z Checking crypto-bigint v0.5.5
21802025-01-17T03:44:58.672Z Checking hostname v0.4.0
21812025-01-17T03:44:58.762Z Checking crc32fast v1.4.2
21822025-01-17T03:44:58.811Z Checking strsim v0.11.1
21832025-01-17T03:44:59.012Z Checking clap_lex v0.7.2
21842025-01-17T03:44:59.042Z Checking managed v0.8.0
21852025-01-17T03:44:59.106Z Checking debug-ignore v1.0.5
21862025-01-17T03:44:59.256Z Checking unicode-width v0.1.14
21872025-01-17T03:44:59.290Z Checking bitflags v1.3.2
21882025-01-17T03:44:59.314Z Checking winnow v0.5.40
21892025-01-17T03:44:59.395Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21902025-01-17T03:44:59.412Z Checking smoltcp v0.9.1
21912025-01-17T03:44:59.671Z Checking cookie_store v0.21.0
21922025-01-17T03:44:59.762Z Checking console v0.15.8
21932025-01-17T03:45:00.324Z Checking clap_builder v4.5.21
21942025-01-17T03:45:00.340Z Checking flate2 v1.0.34
21952025-01-17T03:45:00.794Z Checking hyper-rustls v0.27.3
21962025-01-17T03:45:00.954Z Checking signal-hook-mio v0.2.4
21972025-01-17T03:45:01.116Z Checking rayon v1.10.0
21982025-01-17T03:45:01.135Z Checking bzip2 v0.4.4
21992025-01-17T03:45:01.253Z Checking elliptic-curve v0.13.8
22002025-01-17T03:45:01.278Z Checking backtrace v0.3.74
22012025-01-17T03:45:01.346Z Checking hickory-resolver v0.24.1
22022025-01-17T03:45:01.397Z Checking phf v0.11.2
22032025-01-17T03:45:01.443Z Checking dropshot v0.12.0
22042025-01-17T03:45:01.676Z Checking hyper-tls v0.6.0
22052025-01-17T03:45:01.819Z Checking anyhow v1.0.93
22062025-01-17T03:45:01.854Z Checking num-bigint-dig v0.8.4
22072025-01-17T03:45:01.949Z Checking tokio-tungstenite v0.24.0
22082025-01-17T03:45:02.042Z Checking toml_edit v0.19.15
22092025-01-17T03:45:02.212Z Checking postgres-types v0.2.8
22102025-01-17T03:45:02.383Z Checking regex v1.11.1
22112025-01-17T03:45:02.904Z Checking bstr v1.10.0
22122025-01-17T03:45:02.952Z Checking ed25519 v2.2.3
22132025-01-17T03:45:02.980Z Checking tokio-stream v0.1.16
22142025-01-17T03:45:03.248Z Checking phf_shared v0.10.0
22152025-01-17T03:45:03.275Z Checking zerocopy v0.6.6
22162025-01-17T03:45:03.526Z Checking curve25519-dalek v4.1.3
22172025-01-17T03:45:03.780Z Checking hubpack v0.1.2
22182025-01-17T03:45:03.796Z Checking portable-atomic v1.9.0
22192025-01-17T03:45:03.814Z Checking pkcs1 v0.7.5
22202025-01-17T03:45:03.932Z Checking float-cmp v0.9.0
22212025-01-17T03:45:04.078Z Checking serde-big-array v0.5.1
22222025-01-17T03:45:04.121Z Checking rfc6979 v0.4.0
22232025-01-17T03:45:04.221Z Checking sync_wrapper v1.0.1
22242025-01-17T03:45:04.295Z Checking static_assertions v1.1.0
22252025-01-17T03:45:04.310Z Checking precomputed-hash v0.1.1
22262025-01-17T03:45:04.375Z Checking unicode-segmentation v1.12.0
22272025-01-17T03:45:04.396Z Checking unicode-width v0.2.0
22282025-01-17T03:45:04.429Z Checking minimal-lexical v0.2.1
22292025-01-17T03:45:04.484Z Checking normalize-line-endings v0.3.0
22302025-01-17T03:45:04.605Z Checking new_debug_unreachable v1.0.6
22312025-01-17T03:45:04.622Z Checking predicates-core v1.0.8
22322025-01-17T03:45:04.700Z Checking bit-vec v0.6.3
22332025-01-17T03:45:04.762Z Checking number_prefix v0.4.0
22342025-01-17T03:45:04.806Z Checking difflib v0.4.0
22352025-01-17T03:45:04.842Z Checking whoami v1.5.2
22362025-01-17T03:45:04.860Z Checking fixedbitset v0.4.2
22372025-01-17T03:45:04.864Z Checking qorb v0.2.1
22382025-01-17T03:45:04.943Z Checking indicatif v0.17.9
22392025-01-17T03:45:05.013Z Checking bit-set v0.5.3
22402025-01-17T03:45:05.033Z Checking similar v2.6.0
22412025-01-17T03:45:05.116Z Checking predicates v3.1.2
22422025-01-17T03:45:05.131Z Checking tokio-postgres v0.7.12
22432025-01-17T03:45:05.146Z Checking petgraph v0.6.5
22442025-01-17T03:45:05.247Z Checking ed25519-dalek v2.1.1
22452025-01-17T03:45:05.263Z Checking nom v7.1.3
22462025-01-17T03:45:05.637Z Checking string_cache v0.8.7
22472025-01-17T03:45:05.689Z Checking toml v0.7.8
22482025-01-17T03:45:05.730Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22492025-01-17T03:45:05.803Z Checking reqwest v0.12.9
22502025-01-17T03:45:05.917Z Checking ecdsa v0.16.9
22512025-01-17T03:45:06.377Z Checking rsa v0.9.6
22522025-01-17T03:45:06.629Z Checking clap v4.5.21
22532025-01-17T03:45:06.749Z Checking zip v0.6.6
22542025-01-17T03:45:07.359Z Checking crossterm v0.28.1
22552025-01-17T03:45:07.409Z Checking itertools v0.12.1
22562025-01-17T03:45:07.434Z Checking itertools v0.10.5
22572025-01-17T03:45:07.569Z Checking ahash v0.8.11
22582025-01-17T03:45:07.859Z Checking fs-err v2.11.0
22592025-01-17T03:45:08.075Z Checking x509-cert v0.2.5
22602025-01-17T03:45:08.163Z Checking semver v1.0.24
22612025-01-17T03:45:08.208Z Checking hex v0.4.3
22622025-01-17T03:45:08.392Z Checking lalrpop-util v0.19.12
22632025-01-17T03:45:08.577Z Checking peg-runtime v0.8.3
22642025-01-17T03:45:08.688Z Checking sigpipe v0.1.3
22652025-01-17T03:45:10.092Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22662025-01-17T03:45:10.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s
22672025-01-17T03:45:10.570Z
22682025-01-17T03:45:10.570Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22692025-01-17T03:45:11.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702025-01-17T03:45:11.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712025-01-17T03:45:11.215Z Compiling hashbrown v0.14.5
22722025-01-17T03:45:11.335Z Checking heck v0.5.0
22732025-01-17T03:45:11.347Z Compiling unsafe-libyaml v0.2.11
22742025-01-17T03:45:11.359Z Checking ipnetwork v0.20.0
22752025-01-17T03:45:11.371Z Compiling ident_case v1.0.1
22762025-01-17T03:45:11.386Z Checking progenitor-client v0.8.0
22772025-01-17T03:45:11.401Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22782025-01-17T03:45:11.509Z Compiling darling_core v0.20.10
22792025-01-17T03:45:11.545Z Checking newtype-uuid v1.2.1
22802025-01-17T03:45:11.700Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22812025-01-17T03:45:11.719Z Compiling proc-macro-crate v1.3.1
22822025-01-17T03:45:11.744Z Compiling structmeta-derive v0.3.0
22832025-01-17T03:45:11.792Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22842025-01-17T03:45:12.028Z Compiling thiserror v2.0.11
22852025-01-17T03:45:12.097Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22862025-01-17T03:45:12.313Z Checking regress v0.10.1
22872025-01-17T03:45:12.612Z Compiling serde_yaml v0.9.34+deprecated
22882025-01-17T03:45:12.693Z Compiling num_enum_derive v0.5.11
22892025-01-17T03:45:13.370Z Compiling lzma-sys v0.1.20
22902025-01-17T03:45:13.531Z Compiling foreign-types-macros v0.2.3
22912025-01-17T03:45:14.088Z Compiling thiserror-impl v2.0.11
22922025-01-17T03:45:14.407Z Compiling structmeta v0.3.0
22932025-01-17T03:45:14.774Z Compiling dropshot v0.15.1
22942025-01-17T03:45:15.793Z Checking foreign-types-shared v0.3.1
22952025-01-17T03:45:15.796Z Checking arc-swap v1.7.1
22962025-01-17T03:45:15.796Z Checking num_enum v0.5.11
22972025-01-17T03:45:15.798Z Checking foreign-types v0.5.0
22982025-01-17T03:45:15.798Z Compiling parse-display-derive v0.10.0
22992025-01-17T03:45:15.798Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
23002025-01-17T03:45:15.798Z Checking slog-scope v4.4.0
23012025-01-17T03:45:15.798Z Compiling proc-macro-error v1.0.4
23022025-01-17T03:45:15.808Z Checking typify-impl v0.2.0
23032025-01-17T03:45:16.200Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042025-01-17T03:45:16.277Z Checking tungstenite v0.21.0
23052025-01-17T03:45:16.316Z Compiling heck v0.3.3
23062025-01-17T03:45:16.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072025-01-17T03:45:17.176Z Compiling dropshot_endpoint v0.15.1
23082025-01-17T03:45:17.193Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092025-01-17T03:45:17.496Z Checking cstr-argument v0.1.2
23102025-01-17T03:45:17.580Z Checking instant v0.1.13
23112025-01-17T03:45:17.669Z Compiling darling_macro v0.20.10
23122025-01-17T03:45:17.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23132025-01-17T03:45:17.701Z Checking base64 v0.21.7
23142025-01-17T03:45:17.963Z Checking pretty-hex v0.2.1
23152025-01-17T03:45:17.981Z Checking fastrand v2.1.1
23162025-01-17T03:45:18.153Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23172025-01-17T03:45:18.305Z Checking tempfile v3.13.0
23182025-01-17T03:45:18.326Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192025-01-17T03:45:18.397Z Checking backoff v0.4.0
23202025-01-17T03:45:18.418Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212025-01-17T03:45:18.467Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222025-01-17T03:45:18.559Z Compiling darling v0.20.10
23232025-01-17T03:45:18.628Z Checking tokio-tungstenite v0.21.0
23242025-01-17T03:45:18.660Z Checking strum v0.26.3
23252025-01-17T03:45:18.677Z Compiling serde_with_macros v3.11.0
23262025-01-17T03:45:18.680Z Compiling zone_cfg_derive v0.1.2
23272025-01-17T03:45:18.707Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23282025-01-17T03:45:18.819Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23292025-01-17T03:45:19.096Z Checking slog-stdlog v4.1.1
23302025-01-17T03:45:19.231Z Checking parse-display v0.10.0
23312025-01-17T03:45:19.258Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23322025-01-17T03:45:19.303Z Checking regress v0.9.1
23332025-01-17T03:45:19.421Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23342025-01-17T03:45:19.425Z Checking progenitor-client v0.9.1
23352025-01-17T03:45:19.456Z Checking colored v2.1.0
23362025-01-17T03:45:19.716Z Checking macaddr v1.0.1
23372025-01-17T03:45:19.734Z Checking base64 v0.13.1
23382025-01-17T03:45:20.067Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23392025-01-17T03:45:20.086Z Checking zone v0.1.8
23402025-01-17T03:45:20.099Z Checking ron v0.7.1
23412025-01-17T03:45:20.534Z Checking xz2 v0.1.7
23422025-01-17T03:45:20.763Z Checking slog-envlogger v2.2.0
23432025-01-17T03:45:20.824Z Checking tabwriter v1.4.0
23442025-01-17T03:45:20.978Z Checking xattr v1.3.1
23452025-01-17T03:45:21.083Z Checking pem v3.0.4
23462025-01-17T03:45:21.173Z Checking yasna v0.5.2
23472025-01-17T03:45:21.223Z Checking headers-core v0.3.0
23482025-01-17T03:45:21.226Z Checking serde_with v3.11.0
23492025-01-17T03:45:21.355Z Checking smf v0.2.3
23502025-01-17T03:45:21.375Z Checking filetime v0.2.25
23512025-01-17T03:45:21.597Z Checking same-file v1.0.6
23522025-01-17T03:45:21.676Z Checking tar v0.4.42
23532025-01-17T03:45:21.774Z Checking walkdir v2.5.0
23542025-01-17T03:45:21.795Z Checking headers v0.4.0
23552025-01-17T03:45:21.985Z Checking rcgen v0.12.1
23562025-01-17T03:45:22.068Z Checking atomicwrites v0.4.4
23572025-01-17T03:45:22.280Z Checking camino-tempfile v1.1.1
23582025-01-17T03:45:22.574Z Checking subprocess v0.2.9
23592025-01-17T03:45:25.358Z Compiling typify-macro v0.2.0
23602025-01-17T03:45:26.854Z Compiling typify v0.2.0
23612025-01-17T03:45:26.922Z Compiling progenitor-impl v0.8.0
23622025-01-17T03:45:29.384Z Compiling progenitor-macro v0.8.0
23632025-01-17T03:45:33.015Z Checking progenitor v0.8.0
23642025-01-17T03:45:33.142Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23652025-01-17T03:45:33.142Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23662025-01-17T03:45:35.595Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23672025-01-17T03:45:35.966Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23682025-01-17T03:45:41.908Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23692025-01-17T03:45:43.353Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23702025-01-17T03:45:44.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.95s
23712025-01-17T03:45:44.700Z
23722025-01-17T03:45:44.700Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23732025-01-17T03:45:45.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742025-01-17T03:45:45.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752025-01-17T03:45:45.358Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23762025-01-17T03:45:46.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
23772025-01-17T03:45:46.882Z
23782025-01-17T03:45:46.882Zinfo: running `cargo check --bins` on nexus-config (51/197)
23792025-01-17T03:45:47.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802025-01-17T03:45:47.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812025-01-17T03:45:47.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822025-01-17T03:45:47.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23832025-01-17T03:45:47.506Z
23842025-01-17T03:45:47.506Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23852025-01-17T03:45:48.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862025-01-17T03:45:48.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872025-01-17T03:45:48.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882025-01-17T03:45:48.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23892025-01-17T03:45:48.101Z
23902025-01-17T03:45:48.101Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23912025-01-17T03:45:48.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922025-01-17T03:45:48.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932025-01-17T03:45:48.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942025-01-17T03:45:48.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23952025-01-17T03:45:48.713Z
23962025-01-17T03:45:48.713Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23972025-01-17T03:45:49.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982025-01-17T03:45:49.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992025-01-17T03:45:49.375Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24002025-01-17T03:45:49.484Z Compiling ipnetwork v0.20.0
24012025-01-17T03:45:49.487Z Compiling zerocopy v0.8.10
24022025-01-17T03:45:49.487Z Compiling progenitor-client v0.8.0
24032025-01-17T03:45:49.487Z Compiling itertools v0.13.0
24042025-01-17T03:45:49.487Z Compiling zerocopy-derive v0.8.10
24052025-01-17T03:45:49.487Z Compiling heapless v0.8.0
24062025-01-17T03:45:49.487Z Compiling thiserror v2.0.11
24072025-01-17T03:45:49.646Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24082025-01-17T03:45:49.823Z Compiling progenitor v0.8.0
24092025-01-17T03:45:49.903Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24102025-01-17T03:45:50.043Z Checking hash32 v0.3.1
24112025-01-17T03:45:50.226Z Compiling instant v0.1.13
24122025-01-17T03:45:50.274Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24132025-01-17T03:45:50.307Z Compiling smoltcp v0.11.0
24142025-01-17T03:45:50.347Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152025-01-17T03:45:50.366Z Compiling backoff v0.4.0
24162025-01-17T03:45:50.546Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24172025-01-17T03:45:50.720Z Compiling dropshot v0.15.1
24182025-01-17T03:45:50.975Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24192025-01-17T03:45:51.189Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202025-01-17T03:45:51.191Z Compiling serde_with v3.11.0
24212025-01-17T03:45:51.349Z Compiling parse-display v0.10.0
24222025-01-17T03:45:51.424Z Checking num-rational v0.4.2
24232025-01-17T03:45:51.965Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24242025-01-17T03:45:52.016Z Compiling progenitor-client v0.9.1
24252025-01-17T03:45:52.316Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24262025-01-17T03:45:52.517Z Compiling regress v0.9.1
24272025-01-17T03:45:53.790Z Compiling phf_generator v0.11.2
24282025-01-17T03:45:53.984Z Checking num-complex v0.4.6
24292025-01-17T03:45:54.803Z Compiling macaddr v1.0.1
24302025-01-17T03:45:55.019Z Checking cobs v0.2.3
24312025-01-17T03:45:55.229Z Checking postcard v1.0.10
24322025-01-17T03:45:55.245Z Checking num v0.4.3
24332025-01-17T03:45:55.354Z Compiling phf_codegen v0.11.2
24342025-01-17T03:45:55.614Z Compiling parse-zoneinfo v0.3.1
24352025-01-17T03:45:55.739Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24362025-01-17T03:45:56.040Z Compiling convert_case v0.4.0
24372025-01-17T03:45:57.330Z Compiling float-ord v0.3.2
24382025-01-17T03:45:57.521Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24392025-01-17T03:45:57.691Z Compiling derive_more v0.99.18
24402025-01-17T03:45:57.709Z Compiling chrono-tz-build v0.4.0
24412025-01-17T03:45:58.145Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24422025-01-17T03:45:58.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24432025-01-17T03:45:58.793Z Compiling crucible-workspace-hack v0.1.0
24442025-01-17T03:45:58.953Z Compiling chrono-tz v0.10.0
24452025-01-17T03:45:59.018Z Checking newline-converter v0.3.0
24462025-01-17T03:45:59.177Z Checking prettyplease v0.2.25
24472025-01-17T03:45:59.215Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24482025-01-17T03:45:59.599Z Compiling slog-dtrace v0.3.0
24492025-01-17T03:45:59.788Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24502025-01-17T03:45:59.863Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24512025-01-17T03:46:00.237Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24522025-01-17T03:46:00.281Z Checking expectorate v1.1.0
24532025-01-17T03:46:00.571Z Compiling zone_cfg_derive v0.3.0
24542025-01-17T03:46:01.098Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552025-01-17T03:46:01.509Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24562025-01-17T03:46:01.841Z Compiling const_format_proc_macros v0.2.33
24572025-01-17T03:46:01.880Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24582025-01-17T03:46:01.959Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24592025-01-17T03:46:01.983Z Compiling num-derive v0.4.2
24602025-01-17T03:46:02.206Z Checking highway v1.2.0
24612025-01-17T03:46:02.654Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24622025-01-17T03:46:02.985Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24632025-01-17T03:46:03.067Z Checking zone v0.3.0
24642025-01-17T03:46:03.241Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24652025-01-17T03:46:03.313Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24662025-01-17T03:46:03.498Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24672025-01-17T03:46:03.515Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24682025-01-17T03:46:03.854Z Checking const_format v0.2.33
24692025-01-17T03:46:04.307Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24702025-01-17T03:46:04.378Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24712025-01-17T03:46:04.432Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24722025-01-17T03:46:04.742Z Checking gethostname v0.5.0
24732025-01-17T03:46:04.756Z Checking bcs v0.1.6
24742025-01-17T03:46:04.868Z Compiling async-recursion v1.1.1
24752025-01-17T03:46:04.964Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24762025-01-17T03:46:06.269Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24772025-01-17T03:46:11.531Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24782025-01-17T03:46:14.738Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24792025-01-17T03:46:17.166Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24802025-01-17T03:46:18.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s
24812025-01-17T03:46:18.501Z
24822025-01-17T03:46:18.501Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24832025-01-17T03:46:19.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842025-01-17T03:46:19.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852025-01-17T03:46:19.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862025-01-17T03:46:19.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24872025-01-17T03:46:19.114Z
24882025-01-17T03:46:19.114Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24892025-01-17T03:46:19.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902025-01-17T03:46:19.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912025-01-17T03:46:19.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922025-01-17T03:46:19.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24932025-01-17T03:46:19.731Z
24942025-01-17T03:46:19.731Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24952025-01-17T03:46:20.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962025-01-17T03:46:20.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972025-01-17T03:46:20.375Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24982025-01-17T03:46:20.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
24992025-01-17T03:46:21.169Z
25002025-01-17T03:46:21.169Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
25012025-01-17T03:46:21.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022025-01-17T03:46:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032025-01-17T03:46:21.831Z Compiling cfg_aliases v0.1.1
25042025-01-17T03:46:21.834Z Compiling vte_generate_state_changes v0.1.2
25052025-01-17T03:46:21.834Z Checking fd-lock v4.0.2
25062025-01-17T03:46:21.834Z Checking nibble_vec v0.1.0
25072025-01-17T03:46:21.834Z Checking bytecount v0.6.8
25082025-01-17T03:46:21.935Z Checking endian-type v0.1.2
25092025-01-17T03:46:21.952Z Compiling tabled_derive v0.7.0
25102025-01-17T03:46:21.973Z Compiling peg-macros v0.8.4
25112025-01-17T03:46:22.017Z Compiling nix v0.28.0
25122025-01-17T03:46:22.098Z Checking papergrid v0.11.0
25132025-01-17T03:46:22.115Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25142025-01-17T03:46:22.131Z Compiling sqlparser_derive v0.2.2
25152025-01-17T03:46:22.173Z Checking radix_trie v0.2.1
25162025-01-17T03:46:22.534Z Checking vte v0.11.1
25172025-01-17T03:46:22.568Z Checking unicode_categories v0.1.1
25182025-01-17T03:46:22.873Z Checking nu-ansi-term v0.50.1
25192025-01-17T03:46:23.121Z Checking home v0.5.9
25202025-01-17T03:46:23.161Z Checking sqlparser v0.45.0
25212025-01-17T03:46:23.283Z Checking sqlformat v0.2.6
25222025-01-17T03:46:23.308Z Checking display-error-chain v0.2.2
25232025-01-17T03:46:23.964Z Checking strip-ansi-escapes v0.2.0
25242025-01-17T03:46:24.098Z Checking tabled v0.15.0
25252025-01-17T03:46:24.118Z Checking reedline v0.35.0
25262025-01-17T03:46:24.512Z Checking peg v0.8.4
25272025-01-17T03:46:25.096Z Checking rustyline v14.0.0
25282025-01-17T03:46:33.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
25292025-01-17T03:46:33.363Z
25302025-01-17T03:46:33.363Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25312025-01-17T03:46:33.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322025-01-17T03:46:33.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332025-01-17T03:46:34.024Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342025-01-17T03:46:38.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
25352025-01-17T03:46:38.857Z
25362025-01-17T03:46:38.857Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25372025-01-17T03:46:39.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382025-01-17T03:46:39.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392025-01-17T03:46:39.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402025-01-17T03:46:42.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
25412025-01-17T03:46:43.154Z
25422025-01-17T03:46:43.154Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25432025-01-17T03:46:43.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-01-17T03:46:43.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-01-17T03:46:43.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462025-01-17T03:46:48.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
25472025-01-17T03:46:48.448Z
25482025-01-17T03:46:48.448Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25492025-01-17T03:46:49.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-01-17T03:46:49.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-01-17T03:46:49.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522025-01-17T03:46:53.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
25532025-01-17T03:46:53.746Z
25542025-01-17T03:46:53.746Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25552025-01-17T03:46:54.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-01-17T03:46:54.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-01-17T03:46:54.390Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25582025-01-17T03:46:58.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
25592025-01-17T03:46:58.228Z
25602025-01-17T03:46:58.229Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25612025-01-17T03:46:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-01-17T03:46:58.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-01-17T03:46:58.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642025-01-17T03:47:02.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
25652025-01-17T03:47:02.767Z
25662025-01-17T03:47:02.767Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25672025-01-17T03:47:03.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682025-01-17T03:47:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692025-01-17T03:47:03.418Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702025-01-17T03:47:08.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
25712025-01-17T03:47:08.221Z
25722025-01-17T03:47:08.221Zinfo: running `cargo check --bins` on oximeter (66/197)
25732025-01-17T03:47:08.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742025-01-17T03:47:08.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752025-01-17T03:47:08.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762025-01-17T03:47:08.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25772025-01-17T03:47:08.833Z
25782025-01-17T03:47:08.833Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25792025-01-17T03:47:09.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802025-01-17T03:47:09.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812025-01-17T03:47:09.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822025-01-17T03:47:09.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25832025-01-17T03:47:09.426Z
25842025-01-17T03:47:09.426Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25852025-01-17T03:47:09.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862025-01-17T03:47:09.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872025-01-17T03:47:10.049Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25882025-01-17T03:47:12.038Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25892025-01-17T03:47:12.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
25902025-01-17T03:47:13.148Z
25912025-01-17T03:47:13.148Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25922025-01-17T03:47:13.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-17T03:47:13.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-17T03:47:13.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-17T03:47:13.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25962025-01-17T03:47:13.766Z
25972025-01-17T03:47:13.766Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25982025-01-17T03:47:14.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-17T03:47:14.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-17T03:47:14.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-17T03:47:14.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26022025-01-17T03:47:14.382Z
26032025-01-17T03:47:14.382Zinfo: running `cargo check --bins` on oxql-types (71/197)
26042025-01-17T03:47:14.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-17T03:47:14.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-17T03:47:14.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-17T03:47:14.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26082025-01-17T03:47:15.000Z
26092025-01-17T03:47:15.000Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26102025-01-17T03:47:15.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-17T03:47:15.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-17T03:47:15.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-17T03:47:15.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26142025-01-17T03:47:15.639Z
26152025-01-17T03:47:15.639Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26162025-01-17T03:47:16.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-17T03:47:16.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-17T03:47:16.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-17T03:47:16.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26202025-01-17T03:47:16.253Z
26212025-01-17T03:47:16.253Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26222025-01-17T03:47:16.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-17T03:47:16.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-17T03:47:16.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-17T03:47:16.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26262025-01-17T03:47:16.898Z
26272025-01-17T03:47:16.898Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26282025-01-17T03:47:17.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-17T03:47:17.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-17T03:47:17.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-01-17T03:47:17.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26322025-01-17T03:47:17.507Z
26332025-01-17T03:47:17.507Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26342025-01-17T03:47:18.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-01-17T03:47:18.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-01-17T03:47:18.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372025-01-17T03:47:18.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26382025-01-17T03:47:18.123Z
26392025-01-17T03:47:18.123Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26402025-01-17T03:47:18.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-01-17T03:47:18.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-01-17T03:47:18.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-01-17T03:47:18.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26442025-01-17T03:47:18.747Z
26452025-01-17T03:47:18.747Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26462025-01-17T03:47:19.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-17T03:47:19.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-17T03:47:19.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-01-17T03:47:19.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26502025-01-17T03:47:19.354Z
26512025-01-17T03:47:19.354Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26522025-01-17T03:47:19.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-01-17T03:47:19.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-01-17T03:47:19.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-01-17T03:47:19.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26562025-01-17T03:47:19.989Z
26572025-01-17T03:47:19.990Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26582025-01-17T03:47:20.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-01-17T03:47:20.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-01-17T03:47:20.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-01-17T03:47:20.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26622025-01-17T03:47:20.609Z
26632025-01-17T03:47:20.609Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26642025-01-17T03:47:21.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-17T03:47:21.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-17T03:47:21.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-17T03:47:21.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26682025-01-17T03:47:21.239Z
26692025-01-17T03:47:21.239Zinfo: running `cargo check --bins` on dpd-client (82/197)
26702025-01-17T03:47:21.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-17T03:47:21.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-17T03:47:21.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-01-17T03:47:21.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26742025-01-17T03:47:21.849Z
26752025-01-17T03:47:21.849Zinfo: running `cargo check --bins` on gateway-client (83/197)
26762025-01-17T03:47:22.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-01-17T03:47:22.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-01-17T03:47:22.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-01-17T03:47:22.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26802025-01-17T03:47:22.457Z
26812025-01-17T03:47:22.457Zinfo: running `cargo check --bins` on installinator-client (84/197)
26822025-01-17T03:47:23.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-01-17T03:47:23.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-01-17T03:47:23.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-01-17T03:47:23.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26862025-01-17T03:47:23.100Z
26872025-01-17T03:47:23.100Zinfo: running `cargo check --bins` on installinator-common (85/197)
26882025-01-17T03:47:23.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-01-17T03:47:23.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-01-17T03:47:23.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-01-17T03:47:23.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26922025-01-17T03:47:23.757Z
26932025-01-17T03:47:23.757Zinfo: running `cargo check --bins` on update-engine (86/197)
26942025-01-17T03:47:24.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-01-17T03:47:24.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-01-17T03:47:24.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-01-17T03:47:24.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26982025-01-17T03:47:24.352Z
26992025-01-17T03:47:24.352Zinfo: running `cargo check --bins` on nexus-client (87/197)
27002025-01-17T03:47:24.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-01-17T03:47:24.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-01-17T03:47:24.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-01-17T03:47:24.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27042025-01-17T03:47:25.004Z
27052025-01-17T03:47:25.004Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27062025-01-17T03:47:25.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-01-17T03:47:25.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-01-17T03:47:25.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-01-17T03:47:25.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27102025-01-17T03:47:25.649Z
27112025-01-17T03:47:25.649Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27122025-01-17T03:47:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-01-17T03:47:26.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-01-17T03:47:26.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-01-17T03:47:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27162025-01-17T03:47:26.261Z
27172025-01-17T03:47:26.261Zinfo: running `cargo check --bins` on nexus-types (90/197)
27182025-01-17T03:47:26.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-01-17T03:47:26.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-01-17T03:47:26.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-01-17T03:47:26.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27222025-01-17T03:47:26.900Z
27232025-01-17T03:47:26.900Zinfo: running `cargo check --bins` on oxide-client (91/197)
27242025-01-17T03:47:27.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-01-17T03:47:27.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-01-17T03:47:27.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-01-17T03:47:27.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27282025-01-17T03:47:27.514Z
27292025-01-17T03:47:27.514Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27302025-01-17T03:47:28.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-01-17T03:47:28.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-01-17T03:47:28.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-01-17T03:47:28.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27342025-01-17T03:47:28.145Z
27352025-01-17T03:47:28.145Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27362025-01-17T03:47:28.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-01-17T03:47:28.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-01-17T03:47:28.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-01-17T03:47:28.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27402025-01-17T03:47:28.766Z
27412025-01-17T03:47:28.766Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27422025-01-17T03:47:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-01-17T03:47:29.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-01-17T03:47:29.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-01-17T03:47:29.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27462025-01-17T03:47:29.409Z
27472025-01-17T03:47:29.409Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27482025-01-17T03:47:29.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-01-17T03:47:29.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-01-17T03:47:29.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-01-17T03:47:29.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27522025-01-17T03:47:30.058Z
27532025-01-17T03:47:30.058Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27542025-01-17T03:47:30.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-01-17T03:47:30.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-01-17T03:47:30.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-01-17T03:47:30.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27582025-01-17T03:47:30.706Z
27592025-01-17T03:47:30.706Zinfo: running `cargo check --bins` on wicket-common (97/197)
27602025-01-17T03:47:31.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-01-17T03:47:31.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-01-17T03:47:31.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-01-17T03:47:31.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27642025-01-17T03:47:31.346Z
27652025-01-17T03:47:31.346Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27662025-01-17T03:47:31.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-01-17T03:47:31.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-01-17T03:47:31.991Z Checking csv-core v0.1.11
27692025-01-17T03:47:31.991Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27702025-01-17T03:47:31.994Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27712025-01-17T03:47:32.094Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722025-01-17T03:47:32.291Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732025-01-17T03:47:32.294Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27742025-01-17T03:47:32.320Z Checking csv v1.3.0
27752025-01-17T03:47:32.876Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27762025-01-17T03:47:33.215Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772025-01-17T03:47:34.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
27782025-01-17T03:47:35.003Z
27792025-01-17T03:47:35.003Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27802025-01-17T03:47:35.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-01-17T03:47:35.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-01-17T03:47:35.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-01-17T03:47:35.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842025-01-17T03:47:35.631Z
27852025-01-17T03:47:35.631Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27862025-01-17T03:47:36.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-01-17T03:47:36.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-01-17T03:47:36.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-01-17T03:47:36.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27902025-01-17T03:47:36.246Z
27912025-01-17T03:47:36.246Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27922025-01-17T03:47:36.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-01-17T03:47:36.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-01-17T03:47:36.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-01-17T03:47:36.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27962025-01-17T03:47:36.972Z
27972025-01-17T03:47:36.972Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27982025-01-17T03:47:37.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-01-17T03:47:37.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-01-17T03:47:37.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-01-17T03:47:37.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28022025-01-17T03:47:37.695Z
28032025-01-17T03:47:37.695Zinfo: running `cargo check --bins` on dns-server (103/197)
28042025-01-17T03:47:38.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-01-17T03:47:38.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-01-17T03:47:38.338Z Compiling typify-impl v0.3.0
28072025-01-17T03:47:38.445Z Compiling parking_lot_core v0.8.6
28082025-01-17T03:47:38.456Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28092025-01-17T03:47:38.468Z Checking fxhash v0.2.1
28102025-01-17T03:47:38.470Z Checking hickory-client v0.24.1
28112025-01-17T03:47:38.481Z Checking hickory-server v0.24.1
28122025-01-17T03:47:39.204Z Checking parking_lot v0.11.2
28132025-01-17T03:47:39.232Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28142025-01-17T03:47:39.544Z Checking sled v0.34.7
28152025-01-17T03:47:43.998Z Compiling typify-macro v0.3.0
28162025-01-17T03:47:45.517Z Compiling typify v0.3.0
28172025-01-17T03:47:45.586Z Compiling progenitor-impl v0.9.1
28182025-01-17T03:47:48.008Z Compiling progenitor-macro v0.9.1
28192025-01-17T03:47:51.672Z Checking progenitor v0.9.1
28202025-01-17T03:47:51.801Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28212025-01-17T03:47:52.252Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28222025-01-17T03:47:53.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.81s
28232025-01-17T03:47:53.698Z
28242025-01-17T03:47:53.698Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28252025-01-17T03:47:54.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-01-17T03:47:54.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-01-17T03:47:54.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-01-17T03:47:54.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28292025-01-17T03:47:54.306Z
28302025-01-17T03:47:54.306Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28312025-01-17T03:47:54.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-01-17T03:47:54.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-01-17T03:47:54.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-01-17T03:47:54.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28352025-01-17T03:47:54.966Z
28362025-01-17T03:47:54.966Zinfo: running `cargo check --bins` on gateway-types (106/197)
28372025-01-17T03:47:55.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-01-17T03:47:55.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-01-17T03:47:55.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-01-17T03:47:55.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28412025-01-17T03:47:55.576Z
28422025-01-17T03:47:55.577Zinfo: running `cargo check --bins` on ipcc (107/197)
28432025-01-17T03:47:56.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-01-17T03:47:56.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-01-17T03:47:56.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-01-17T03:47:56.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28472025-01-17T03:47:56.186Z
28482025-01-17T03:47:56.186Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28492025-01-17T03:47:56.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-17T03:47:56.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-17T03:47:56.872Z Compiling radium v0.7.0
28522025-01-17T03:47:56.872Z Compiling semver v0.1.20
28532025-01-17T03:47:56.874Z Compiling maybe-uninit v2.0.0
28542025-01-17T03:47:56.874Z Checking tap v1.0.1
28552025-01-17T03:47:57.008Z Checking password-hash v0.5.0
28562025-01-17T03:47:57.011Z Checking blake2 v0.10.6
28572025-01-17T03:47:57.011Z Checking crc-catalog v2.4.0
28582025-01-17T03:47:57.011Z Compiling cancel-safe-futures v0.1.5
28592025-01-17T03:47:57.128Z Checking wyz v0.5.1
28602025-01-17T03:47:57.166Z Compiling packed_struct v0.10.1
28612025-01-17T03:47:57.368Z Compiling rustc_version v0.1.7
28622025-01-17T03:47:57.455Z Compiling owo-colors v4.1.0
28632025-01-17T03:47:57.473Z Checking funty v2.0.0
28642025-01-17T03:47:57.501Z Checking argon2 v0.5.3
28652025-01-17T03:47:57.557Z Checking crc v3.2.1
28662025-01-17T03:47:57.614Z Compiling packed_struct_codegen v0.10.1
28672025-01-17T03:47:57.631Z Compiling indexmap v1.9.3
28682025-01-17T03:47:57.753Z Checking half v2.4.1
28692025-01-17T03:47:57.793Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28702025-01-17T03:47:57.822Z Compiling newtype_derive v0.1.6
28712025-01-17T03:47:57.925Z Checking nodrop v0.1.14
28722025-01-17T03:47:57.983Z Checking ciborium-io v0.2.2
28732025-01-17T03:47:58.053Z Checking array-init v0.0.4
28742025-01-17T03:47:58.163Z Checking smallvec v0.6.14
28752025-01-17T03:47:58.163Z Checking ciborium-ll v0.2.2
28762025-01-17T03:47:58.195Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28772025-01-17T03:47:58.262Z Checking bitvec v1.0.1
28782025-01-17T03:47:58.326Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28792025-01-17T03:47:58.476Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28802025-01-17T03:47:58.528Z Checking libsw v3.3.1
28812025-01-17T03:47:58.808Z Compiling memoffset v0.9.1
28822025-01-17T03:47:58.855Z Checking linear-map v1.2.0
28832025-01-17T03:47:58.890Z Checking hashbrown v0.12.3
28842025-01-17T03:47:59.019Z Checking termcolor v1.4.1
28852025-01-17T03:47:59.121Z Checking swrite v0.1.0
28862025-01-17T03:47:59.164Z Checking indent_write v2.2.0
28872025-01-17T03:47:59.243Z Checking bitfield v0.14.0
28882025-01-17T03:47:59.426Z Checking env_logger v0.10.2
28892025-01-17T03:47:59.468Z Checking ron v0.8.1
28902025-01-17T03:47:59.506Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28912025-01-17T03:47:59.523Z Checking serde-hex v0.1.0
28922025-01-17T03:47:59.576Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28932025-01-17T03:47:59.832Z Checking ciborium v0.2.2
28942025-01-17T03:48:00.225Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28952025-01-17T03:48:00.435Z Checking steno v0.4.1
28962025-01-17T03:48:00.806Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28972025-01-17T03:48:00.912Z Checking hashbrown v0.13.2
28982025-01-17T03:48:00.930Z Checking humantime v2.1.0
28992025-01-17T03:48:01.058Z Checking crc-any v2.5.0
29002025-01-17T03:48:01.238Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29012025-01-17T03:48:01.425Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29022025-01-17T03:48:01.626Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29032025-01-17T03:48:01.827Z Checking object v0.30.4
29042025-01-17T03:48:01.933Z Checking path-slash v0.1.5
29052025-01-17T03:48:02.016Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29062025-01-17T03:48:02.168Z Checking nix v0.27.1
29072025-01-17T03:48:02.425Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29082025-01-17T03:48:02.550Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29092025-01-17T03:48:02.805Z Checking tungstenite v0.23.0
29102025-01-17T03:48:03.146Z Checking kstat-rs v0.2.4
29112025-01-17T03:48:03.298Z Checking signal-hook-tokio v0.3.1
29122025-01-17T03:48:03.503Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29132025-01-17T03:48:03.619Z Checking tokio-tungstenite v0.23.1
29142025-01-17T03:48:04.054Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29152025-01-17T03:48:04.509Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29162025-01-17T03:48:04.566Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29172025-01-17T03:48:10.908Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29182025-01-17T03:48:12.245Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29192025-01-17T03:48:14.405Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29202025-01-17T03:48:19.595Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29212025-01-17T03:48:20.237Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29222025-01-17T03:48:22.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.70s
29232025-01-17T03:48:23.079Z
29242025-01-17T03:48:23.079Zinfo: running `cargo check --bins` on gateway-api (109/197)
29252025-01-17T03:48:23.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262025-01-17T03:48:23.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272025-01-17T03:48:23.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282025-01-17T03:48:23.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29292025-01-17T03:48:23.702Z
29302025-01-17T03:48:23.702Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29312025-01-17T03:48:24.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322025-01-17T03:48:24.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332025-01-17T03:48:24.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342025-01-17T03:48:24.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352025-01-17T03:48:24.293Z
29362025-01-17T03:48:24.293Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29372025-01-17T03:48:24.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382025-01-17T03:48:24.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392025-01-17T03:48:24.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402025-01-17T03:48:24.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29412025-01-17T03:48:24.905Z
29422025-01-17T03:48:24.905Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29432025-01-17T03:48:25.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442025-01-17T03:48:25.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452025-01-17T03:48:25.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462025-01-17T03:48:25.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29472025-01-17T03:48:25.517Z
29482025-01-17T03:48:25.517Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29492025-01-17T03:48:26.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502025-01-17T03:48:26.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512025-01-17T03:48:26.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522025-01-17T03:48:26.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29532025-01-17T03:48:26.126Z
29542025-01-17T03:48:26.127Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29552025-01-17T03:48:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562025-01-17T03:48:26.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572025-01-17T03:48:26.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582025-01-17T03:48:26.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29592025-01-17T03:48:26.740Z
29602025-01-17T03:48:26.740Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29612025-01-17T03:48:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622025-01-17T03:48:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632025-01-17T03:48:27.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642025-01-17T03:48:27.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29652025-01-17T03:48:27.359Z
29662025-01-17T03:48:27.359Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29672025-01-17T03:48:27.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682025-01-17T03:48:27.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692025-01-17T03:48:27.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702025-01-17T03:48:27.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29712025-01-17T03:48:27.971Z
29722025-01-17T03:48:27.971Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29732025-01-17T03:48:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742025-01-17T03:48:28.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752025-01-17T03:48:28.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762025-01-17T03:48:28.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29772025-01-17T03:48:28.608Z
29782025-01-17T03:48:28.608Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29792025-01-17T03:48:29.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802025-01-17T03:48:29.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812025-01-17T03:48:29.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822025-01-17T03:48:29.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29832025-01-17T03:48:29.223Z
29842025-01-17T03:48:29.223Zinfo: running `cargo check --bins` on sp-sim (119/197)
29852025-01-17T03:48:29.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-01-17T03:48:29.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-01-17T03:48:29.852Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29882025-01-17T03:48:30.289Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29892025-01-17T03:48:31.951Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29902025-01-17T03:48:33.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
29912025-01-17T03:48:33.724Z
29922025-01-17T03:48:33.724Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29932025-01-17T03:48:34.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-01-17T03:48:34.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-01-17T03:48:34.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-01-17T03:48:34.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29972025-01-17T03:48:34.387Z
29982025-01-17T03:48:34.388Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29992025-01-17T03:48:34.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-01-17T03:48:34.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-01-17T03:48:34.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-01-17T03:48:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30032025-01-17T03:48:35.061Z
30042025-01-17T03:48:35.061Zinfo: running `cargo check --bins` on db-macros (122/197)
30052025-01-17T03:48:35.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-01-17T03:48:35.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-01-17T03:48:35.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-01-17T03:48:35.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30092025-01-17T03:48:35.658Z
30102025-01-17T03:48:35.658Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30112025-01-17T03:48:36.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-01-17T03:48:36.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-01-17T03:48:36.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-01-17T03:48:36.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30152025-01-17T03:48:36.260Z
30162025-01-17T03:48:36.260Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30172025-01-17T03:48:36.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-01-17T03:48:36.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-01-17T03:48:36.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-01-17T03:48:36.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30212025-01-17T03:48:36.920Z
30222025-01-17T03:48:36.920Zinfo: running `cargo check --bins` on authz-macros (125/197)
30232025-01-17T03:48:37.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-01-17T03:48:37.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-01-17T03:48:37.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-01-17T03:48:37.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30272025-01-17T03:48:37.522Z
30282025-01-17T03:48:37.522Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30292025-01-17T03:48:38.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-17T03:48:38.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-17T03:48:38.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-01-17T03:48:38.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30332025-01-17T03:48:38.162Z
30342025-01-17T03:48:38.163Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30352025-01-17T03:48:38.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-17T03:48:38.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-17T03:48:38.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-01-17T03:48:38.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30392025-01-17T03:48:38.806Z
30402025-01-17T03:48:38.806Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30412025-01-17T03:48:39.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-17T03:48:39.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-17T03:48:39.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-01-17T03:48:39.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30452025-01-17T03:48:39.423Z
30462025-01-17T03:48:39.423Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30472025-01-17T03:48:39.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-17T03:48:39.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-17T03:48:39.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-01-17T03:48:39.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30512025-01-17T03:48:40.076Z
30522025-01-17T03:48:40.076Zinfo: running `cargo check --bins` on typed-rng (130/197)
30532025-01-17T03:48:40.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-17T03:48:40.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-17T03:48:40.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-01-17T03:48:40.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572025-01-17T03:48:40.672Z
30582025-01-17T03:48:40.672Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30592025-01-17T03:48:41.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-17T03:48:41.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-17T03:48:41.403Z Checking keccak v0.1.5
30622025-01-17T03:48:41.515Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30632025-01-17T03:48:41.517Z Checking secrecy v0.8.0
30642025-01-17T03:48:41.517Z Compiling unicase v2.7.0
30652025-01-17T03:48:41.517Z Compiling same-file v1.0.6
30662025-01-17T03:48:41.542Z Compiling tempfile v3.13.0
30672025-01-17T03:48:41.568Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30682025-01-17T03:48:41.571Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30692025-01-17T03:48:41.675Z Compiling thiserror-impl-no-std v2.0.2
30702025-01-17T03:48:41.800Z Checking sha3 v0.10.8
30712025-01-17T03:48:41.815Z Compiling walkdir v2.5.0
30722025-01-17T03:48:41.876Z Checking universal-hash v0.5.1
30732025-01-17T03:48:41.893Z Compiling blake3 v1.5.4
30742025-01-17T03:48:42.064Z Checking opaque-debug v0.3.1
30752025-01-17T03:48:42.085Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30762025-01-17T03:48:42.121Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30772025-01-17T03:48:42.167Z Checking poly1305 v0.8.0
30782025-01-17T03:48:42.198Z Checking chacha20 v0.9.1
30792025-01-17T03:48:42.312Z Checking aead v0.5.2
30802025-01-17T03:48:42.381Z Compiling memmap2 v0.9.5
30812025-01-17T03:48:42.524Z Compiling constant_time_eq v0.3.1
30822025-01-17T03:48:42.560Z Compiling libefi-sys v0.1.0
30832025-01-17T03:48:42.578Z Compiling salty v0.3.0
30842025-01-17T03:48:42.704Z Compiling arrayvec v0.7.6
30852025-01-17T03:48:42.722Z Compiling arrayref v0.3.9
30862025-01-17T03:48:42.797Z Checking chacha20poly1305 v0.10.1
30872025-01-17T03:48:42.872Z Compiling toolchain_find v0.4.0
30882025-01-17T03:48:42.977Z Compiling camino-tempfile v1.1.1
30892025-01-17T03:48:42.996Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30902025-01-17T03:48:43.046Z Compiling bitfield-struct v0.6.2
30912025-01-17T03:48:43.274Z Compiling topological-sort v0.2.2
30922025-01-17T03:48:43.396Z Compiling mime_guess v2.0.5
30932025-01-17T03:48:43.458Z Compiling rustfmt-wrapper v0.2.1
30942025-01-17T03:48:43.890Z Compiling omicron-zone-package v0.12.0
30952025-01-17T03:48:44.015Z Compiling progenitor v0.9.1
30962025-01-17T03:48:44.071Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30972025-01-17T03:48:44.252Z Checking primeorder v0.13.6
30982025-01-17T03:48:44.306Z Checking env_filter v0.1.2
30992025-01-17T03:48:44.367Z Checking thiserror-no-std v2.0.2
31002025-01-17T03:48:44.386Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31012025-01-17T03:48:44.465Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31022025-01-17T03:48:44.491Z Checking vsss-rs v3.3.4
31032025-01-17T03:48:44.529Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31042025-01-17T03:48:44.532Z Checking env_logger v0.11.5
31052025-01-17T03:48:44.607Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31062025-01-17T03:48:44.691Z Checking p384 v0.13.0
31072025-01-17T03:48:44.736Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31082025-01-17T03:48:44.981Z Checking http-range v0.1.5
31092025-01-17T03:48:45.004Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31102025-01-17T03:48:45.147Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31112025-01-17T03:48:45.167Z Checking lockfree-object-pool v0.1.6
31122025-01-17T03:48:45.185Z Checking bumpalo v3.16.0
31132025-01-17T03:48:45.421Z Compiling zip v2.1.3
31142025-01-17T03:48:45.450Z Checking simd-adler32 v0.3.7
31152025-01-17T03:48:45.454Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162025-01-17T03:48:45.745Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31172025-01-17T03:48:45.782Z Checking zopfli v0.8.1
31182025-01-17T03:48:45.805Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31192025-01-17T03:48:46.103Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202025-01-17T03:48:46.332Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31212025-01-17T03:48:46.351Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31222025-01-17T03:48:46.481Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31232025-01-17T03:48:46.735Z Checking nanorand v0.7.0
31242025-01-17T03:48:46.792Z Checking atty v0.2.14
31252025-01-17T03:48:46.869Z Checking glob v0.3.1
31262025-01-17T03:48:46.935Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31272025-01-17T03:48:46.986Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31282025-01-17T03:48:47.095Z Checking flume v0.11.1
31292025-01-17T03:48:47.173Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31302025-01-17T03:48:47.530Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312025-01-17T03:48:48.220Z Checking hyper-staticfile v0.10.1
31322025-01-17T03:48:48.250Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31332025-01-17T03:48:48.695Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31342025-01-17T03:48:48.754Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31352025-01-17T03:48:48.993Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362025-01-17T03:48:49.096Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31372025-01-17T03:48:49.174Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31382025-01-17T03:48:49.681Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31392025-01-17T03:48:49.701Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31402025-01-17T03:48:49.868Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31412025-01-17T03:48:49.964Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422025-01-17T03:48:52.890Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31432025-01-17T03:48:52.890Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31442025-01-17T03:49:01.239Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31452025-01-17T03:49:14.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s
31462025-01-17T03:49:14.641Z
31472025-01-17T03:49:14.641Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31482025-01-17T03:49:15.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492025-01-17T03:49:15.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502025-01-17T03:49:15.361Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31512025-01-17T03:49:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
31522025-01-17T03:49:28.856Z
31532025-01-17T03:49:28.856Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31542025-01-17T03:49:29.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552025-01-17T03:49:29.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562025-01-17T03:49:29.597Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31572025-01-17T03:49:42.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
31582025-01-17T03:49:43.139Z
31592025-01-17T03:49:43.140Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31602025-01-17T03:49:43.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-01-17T03:49:43.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-01-17T03:49:43.885Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31632025-01-17T03:49:57.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
31642025-01-17T03:49:57.316Z
31652025-01-17T03:49:57.316Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31662025-01-17T03:49:57.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672025-01-17T03:49:57.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682025-01-17T03:49:58.038Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692025-01-17T03:50:11.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
31702025-01-17T03:50:11.596Z
31712025-01-17T03:50:11.596Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31722025-01-17T03:50:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-01-17T03:50:12.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-01-17T03:50:12.314Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752025-01-17T03:50:25.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
31762025-01-17T03:50:25.785Z
31772025-01-17T03:50:25.785Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31782025-01-17T03:50:26.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-01-17T03:50:26.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-01-17T03:50:26.510Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812025-01-17T03:50:39.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
31822025-01-17T03:50:39.954Z
31832025-01-17T03:50:39.954Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31842025-01-17T03:50:40.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-01-17T03:50:40.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-01-17T03:50:40.674Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872025-01-17T03:50:53.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
31882025-01-17T03:50:54.164Z
31892025-01-17T03:50:54.165Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31902025-01-17T03:50:54.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-01-17T03:50:54.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-01-17T03:50:54.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932025-01-17T03:50:54.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31942025-01-17T03:50:54.817Z
31952025-01-17T03:50:54.817Zinfo: running `cargo check --bins` on key-manager (140/197)
31962025-01-17T03:50:55.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-01-17T03:50:55.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-01-17T03:50:55.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992025-01-17T03:50:55.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32002025-01-17T03:50:55.438Z
32012025-01-17T03:50:55.438Zinfo: running `cargo check --bins` on range-requests (141/197)
32022025-01-17T03:50:55.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-01-17T03:50:55.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-01-17T03:50:55.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052025-01-17T03:50:55.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32062025-01-17T03:50:56.050Z
32072025-01-17T03:50:56.051Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32082025-01-17T03:50:56.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-01-17T03:50:56.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-01-17T03:50:56.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112025-01-17T03:50:56.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122025-01-17T03:50:56.673Z
32132025-01-17T03:50:56.673Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32142025-01-17T03:50:57.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-01-17T03:50:57.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-01-17T03:50:57.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172025-01-17T03:50:57.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32182025-01-17T03:50:57.322Z
32192025-01-17T03:50:57.322Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32202025-01-17T03:50:57.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-01-17T03:50:57.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-01-17T03:50:57.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-01-17T03:50:57.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32242025-01-17T03:50:57.914Z
32252025-01-17T03:50:57.914Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32262025-01-17T03:50:58.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-01-17T03:50:58.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-01-17T03:50:58.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292025-01-17T03:50:58.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32302025-01-17T03:50:58.550Z
32312025-01-17T03:50:58.550Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32322025-01-17T03:50:59.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332025-01-17T03:50:59.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342025-01-17T03:50:59.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352025-01-17T03:50:59.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32362025-01-17T03:50:59.189Z
32372025-01-17T03:50:59.189Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32382025-01-17T03:50:59.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392025-01-17T03:50:59.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402025-01-17T03:50:59.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412025-01-17T03:50:59.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32422025-01-17T03:50:59.822Z
32432025-01-17T03:50:59.822Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32442025-01-17T03:51:00.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452025-01-17T03:51:00.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462025-01-17T03:51:00.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472025-01-17T03:51:00.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32482025-01-17T03:51:00.473Z
32492025-01-17T03:51:00.473Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32502025-01-17T03:51:01.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512025-01-17T03:51:01.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522025-01-17T03:51:01.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532025-01-17T03:51:01.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32542025-01-17T03:51:01.133Z
32552025-01-17T03:51:01.133Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32562025-01-17T03:51:01.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-01-17T03:51:01.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-01-17T03:51:01.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-01-17T03:51:01.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32602025-01-17T03:51:01.780Z
32612025-01-17T03:51:01.780Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32622025-01-17T03:51:02.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-17T03:51:02.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-17T03:51:02.469Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32652025-01-17T03:51:02.469Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32662025-01-17T03:51:03.320Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32672025-01-17T03:51:05.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
32682025-01-17T03:51:05.417Z
32692025-01-17T03:51:05.417Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32702025-01-17T03:51:05.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-01-17T03:51:05.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-01-17T03:51:05.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-01-17T03:51:05.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32742025-01-17T03:51:06.040Z
32752025-01-17T03:51:06.040Zinfo: running `cargo check --bins` on cert-dev (153/197)
32762025-01-17T03:51:06.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-01-17T03:51:06.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-01-17T03:51:06.648Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32792025-01-17T03:51:06.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32802025-01-17T03:51:07.083Z
32812025-01-17T03:51:07.083Zinfo: running `cargo check --bins` on clickana (154/197)
32822025-01-17T03:51:07.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-01-17T03:51:07.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-01-17T03:51:07.730Z Checking castaway v0.2.3
32852025-01-17T03:51:07.730Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862025-01-17T03:51:07.733Z Checking unicode-truncate v1.1.0
32872025-01-17T03:51:07.733Z Checking lru v0.12.5
32882025-01-17T03:51:07.733Z Compiling instability v0.3.2
32892025-01-17T03:51:07.733Z Checking cassowary v0.3.0
32902025-01-17T03:51:07.960Z Checking compact_str v0.8.0
32912025-01-17T03:51:08.527Z Checking ratatui v0.28.1
32922025-01-17T03:51:09.343Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932025-01-17T03:51:10.320Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32942025-01-17T03:51:11.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32952025-01-17T03:51:11.302Z
32962025-01-17T03:51:11.302Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32972025-01-17T03:51:11.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-01-17T03:51:11.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-01-17T03:51:11.974Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33002025-01-17T03:51:11.974Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33012025-01-17T03:51:12.959Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33022025-01-17T03:51:13.406Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33032025-01-17T03:51:13.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
33042025-01-17T03:51:13.941Z
33052025-01-17T03:51:13.941Zinfo: running `cargo check --bins` on ch-dev (156/197)
33062025-01-17T03:51:14.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-01-17T03:51:14.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-01-17T03:51:14.595Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33092025-01-17T03:51:15.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
33102025-01-17T03:51:15.482Z
33112025-01-17T03:51:15.482Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33122025-01-17T03:51:16.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-01-17T03:51:16.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-01-17T03:51:16.123Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33152025-01-17T03:51:16.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33162025-01-17T03:51:16.649Z
33172025-01-17T03:51:16.649Zinfo: running `cargo check --bins` on db-dev (158/197)
33182025-01-17T03:51:17.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-01-17T03:51:17.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-01-17T03:51:17.307Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33212025-01-17T03:51:18.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
33222025-01-17T03:51:18.201Z
33232025-01-17T03:51:18.201Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33242025-01-17T03:51:18.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-01-17T03:51:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-01-17T03:51:18.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272025-01-17T03:51:18.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33282025-01-17T03:51:18.837Z
33292025-01-17T03:51:18.837Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33302025-01-17T03:51:19.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-01-17T03:51:19.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-01-17T03:51:19.447Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33332025-01-17T03:51:20.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33342025-01-17T03:51:20.454Z
33352025-01-17T03:51:20.454Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33362025-01-17T03:51:20.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-17T03:51:20.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-17T03:51:21.056Z Checking cargo-platform v0.1.8
33392025-01-17T03:51:21.325Z Checking cargo_metadata v0.18.1
33402025-01-17T03:51:22.235Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33412025-01-17T03:51:23.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
33422025-01-17T03:51:23.216Z
33432025-01-17T03:51:23.216Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33442025-01-17T03:51:23.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-01-17T03:51:23.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-01-17T03:51:23.918Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33472025-01-17T03:51:25.289Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482025-01-17T03:51:25.863Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33492025-01-17T03:51:26.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
33502025-01-17T03:51:26.570Z
33512025-01-17T03:51:26.570Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33522025-01-17T03:51:27.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-01-17T03:51:27.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-01-17T03:51:27.339Z Compiling crunchy v0.2.2
33552025-01-17T03:51:27.339Z Compiling tiny-keccak v2.0.2
33562025-01-17T03:51:27.341Z Compiling dsl_auto_type v0.1.2
33572025-01-17T03:51:27.341Z Checking scheduled-thread-pool v0.2.7
33582025-01-17T03:51:27.341Z Compiling diesel_table_macro_syntax v0.2.0
33592025-01-17T03:51:27.453Z Compiling ascii-canvas v3.0.0
33602025-01-17T03:51:27.466Z Compiling ena v0.14.3
33612025-01-17T03:51:27.476Z Compiling regex-syntax v0.6.29
33622025-01-17T03:51:27.722Z Checking r2d2 v0.8.10
33632025-01-17T03:51:27.767Z Compiling diff v0.1.13
33642025-01-17T03:51:27.901Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652025-01-17T03:51:27.904Z Compiling ref-cast v1.0.23
33662025-01-17T03:51:27.925Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33672025-01-17T03:51:28.033Z Compiling derive_builder_core v0.20.2
33682025-01-17T03:51:28.140Z Compiling libxml v0.3.3
33692025-01-17T03:51:28.246Z Compiling ref-cast-impl v1.0.23
33702025-01-17T03:51:28.292Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33712025-01-17T03:51:28.555Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33722025-01-17T03:51:28.580Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33732025-01-17T03:51:28.755Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33742025-01-17T03:51:28.772Z Compiling diesel_derives v2.2.3
33752025-01-17T03:51:28.804Z Compiling strum_macros v0.24.3
33762025-01-17T03:51:28.869Z Compiling samael v0.0.17
33772025-01-17T03:51:29.117Z Compiling indoc v1.0.9
33782025-01-17T03:51:30.012Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792025-01-17T03:51:30.263Z Compiling derive_builder_macro v0.20.2
33802025-01-17T03:51:30.301Z Compiling oso-derive v0.27.3
33812025-01-17T03:51:30.719Z Compiling lalrpop v0.19.12
33822025-01-17T03:51:31.128Z Checking derive_builder v0.20.2
33832025-01-17T03:51:31.264Z Compiling impl-trait-for-tuples v0.2.2
33842025-01-17T03:51:31.300Z Checking quick-xml v0.33.0
33852025-01-17T03:51:31.629Z Compiling diesel-dtrace v0.4.2
33862025-01-17T03:51:31.927Z Checking maplit v1.0.2
33872025-01-17T03:51:32.107Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33882025-01-17T03:51:32.126Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33892025-01-17T03:51:32.422Z Checking bb8 v0.8.5
33902025-01-17T03:51:32.723Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33912025-01-17T03:51:32.934Z Checking rand_seeder v0.3.0
33922025-01-17T03:51:33.066Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33932025-01-17T03:51:33.125Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33942025-01-17T03:51:33.189Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33952025-01-17T03:51:33.399Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33962025-01-17T03:51:33.728Z Checking smawk v0.3.2
33972025-01-17T03:51:33.763Z Checking is_ci v1.2.0
33982025-01-17T03:51:33.920Z Checking unicode-linebreak v0.1.5
33992025-01-17T03:51:33.951Z Checking supports-color v3.0.1
34002025-01-17T03:51:34.187Z Checking multimap v0.10.0
34012025-01-17T03:51:34.365Z Checking textwrap v0.16.1
34022025-01-17T03:51:34.789Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34032025-01-17T03:51:37.148Z Checking diesel v2.2.6
34042025-01-17T03:52:01.048Z Compiling polar-core v0.27.3
34052025-01-17T03:52:02.452Z Checking async-bb8-diesel v0.2.1
34062025-01-17T03:52:08.317Z Checking oso v0.27.3
34072025-01-17T03:53:08.913Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34082025-01-17T03:53:15.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
34092025-01-17T03:53:15.388Z
34102025-01-17T03:53:15.388Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34112025-01-17T03:53:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122025-01-17T03:53:15.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132025-01-17T03:53:15.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142025-01-17T03:53:15.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34152025-01-17T03:53:16.046Z
34162025-01-17T03:53:16.046Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34172025-01-17T03:53:16.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-01-17T03:53:16.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-01-17T03:53:16.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202025-01-17T03:53:16.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34212025-01-17T03:53:16.722Z
34222025-01-17T03:53:16.722Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34232025-01-17T03:53:17.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242025-01-17T03:53:17.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252025-01-17T03:53:17.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262025-01-17T03:53:17.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34272025-01-17T03:53:17.337Z
34282025-01-17T03:53:17.337Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34292025-01-17T03:53:17.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302025-01-17T03:53:17.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312025-01-17T03:53:18.138Z Compiling libz-sys v1.1.20
34322025-01-17T03:53:18.141Z Compiling libgit2-sys v0.17.0+1.8.1
34332025-01-17T03:53:18.265Z Compiling vergen v8.3.2
34342025-01-17T03:53:18.268Z Compiling cargo-platform v0.1.8
34352025-01-17T03:53:18.268Z Compiling pin-project-internal v1.1.6
34362025-01-17T03:53:18.305Z Compiling libsqlite3-sys v0.30.1
34372025-01-17T03:53:18.307Z Compiling snafu-derive v0.8.5
34382025-01-17T03:53:18.307Z Compiling cfg_aliases v0.2.1
34392025-01-17T03:53:18.449Z Compiling rustls v0.21.12
34402025-01-17T03:53:18.610Z Compiling cargo_metadata v0.18.1
34412025-01-17T03:53:18.717Z Compiling buf-list v1.0.3
34422025-01-17T03:53:18.764Z Compiling nix v0.29.0
34432025-01-17T03:53:18.869Z Checking globset v0.4.15
34442025-01-17T03:53:19.150Z Checking rustls-webpki v0.101.7
34452025-01-17T03:53:19.363Z Checking sct v0.7.1
34462025-01-17T03:53:19.383Z Checking olpc-cjson v0.1.4
34472025-01-17T03:53:19.576Z Checking serde_plain v1.0.2
34482025-01-17T03:53:19.621Z Checking typed-path v0.9.3
34492025-01-17T03:53:19.996Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34502025-01-17T03:53:20.211Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34512025-01-17T03:53:20.282Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34522025-01-17T03:53:20.492Z Checking hashlink v0.9.1
34532025-01-17T03:53:20.558Z Checking fallible-iterator v0.3.0
34542025-01-17T03:53:21.023Z Checking pin-project v1.1.6
34552025-01-17T03:53:21.079Z Checking fallible-streaming-iterator v0.1.9
34562025-01-17T03:53:21.170Z Checking parse-size v1.1.0
34572025-01-17T03:53:21.309Z Checking rusqlite v0.32.1
34582025-01-17T03:53:21.356Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34592025-01-17T03:53:21.395Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34602025-01-17T03:53:21.625Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34612025-01-17T03:53:21.720Z Checking rustls-pemfile v1.0.4
34622025-01-17T03:53:21.943Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34632025-01-17T03:53:22.261Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34642025-01-17T03:53:22.293Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34652025-01-17T03:53:22.314Z Checking twox-hash v1.6.3
34662025-01-17T03:53:22.442Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34672025-01-17T03:53:22.594Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34682025-01-17T03:53:22.704Z Checking tokio-rustls v0.24.1
34692025-01-17T03:53:23.040Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34702025-01-17T03:53:23.111Z Checking snafu v0.8.5
34712025-01-17T03:53:23.516Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34722025-01-17T03:53:23.536Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34732025-01-17T03:53:23.558Z Checking tough v0.19.0
34742025-01-17T03:53:23.609Z Checking fatfs v0.3.6
34752025-01-17T03:53:24.264Z Checking assert_matches v1.5.0
34762025-01-17T03:53:27.404Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34772025-01-17T03:53:28.725Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34782025-01-17T03:53:30.208Z Compiling git2 v0.19.0
34792025-01-17T03:53:34.295Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34802025-01-17T03:54:28.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
34812025-01-17T03:54:28.758Z
34822025-01-17T03:54:28.758Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34832025-01-17T03:54:29.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-17T03:54:29.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-17T03:54:29.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862025-01-17T03:54:29.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34872025-01-17T03:54:29.432Z
34882025-01-17T03:54:29.432Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34892025-01-17T03:54:29.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-01-17T03:54:29.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-01-17T03:54:29.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922025-01-17T03:54:29.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34932025-01-17T03:54:30.050Z
34942025-01-17T03:54:30.050Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34952025-01-17T03:54:30.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-01-17T03:54:30.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-01-17T03:54:30.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982025-01-17T03:54:30.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34992025-01-17T03:54:30.700Z
35002025-01-17T03:54:30.700Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35012025-01-17T03:54:31.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-01-17T03:54:31.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-01-17T03:54:31.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042025-01-17T03:54:31.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35052025-01-17T03:54:31.373Z
35062025-01-17T03:54:31.374Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35072025-01-17T03:54:31.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-01-17T03:54:31.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-01-17T03:54:31.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102025-01-17T03:54:31.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35112025-01-17T03:54:32.021Z
35122025-01-17T03:54:32.021Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35132025-01-17T03:54:32.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-01-17T03:54:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-01-17T03:54:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-01-17T03:54:32.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35172025-01-17T03:54:32.701Z
35182025-01-17T03:54:32.701Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35192025-01-17T03:54:33.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-17T03:54:33.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-17T03:54:33.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-01-17T03:54:33.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35232025-01-17T03:54:33.376Z
35242025-01-17T03:54:33.376Zinfo: running `cargo check --bins` on update-common (175/197)
35252025-01-17T03:54:33.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-17T03:54:33.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-17T03:54:33.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-01-17T03:54:33.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35292025-01-17T03:54:34.031Z
35302025-01-17T03:54:34.031Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35312025-01-17T03:54:34.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-01-17T03:54:34.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-01-17T03:54:34.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342025-01-17T03:54:34.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35352025-01-17T03:54:34.673Z
35362025-01-17T03:54:34.673Zinfo: running `cargo check --bins` on tufaceous (177/197)
35372025-01-17T03:54:35.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-01-17T03:54:35.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-01-17T03:54:35.351Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35402025-01-17T03:54:36.464Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35412025-01-17T03:54:37.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
35422025-01-17T03:54:37.446Z
35432025-01-17T03:54:37.446Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35442025-01-17T03:54:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-01-17T03:54:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-01-17T03:54:38.308Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35472025-01-17T03:54:38.311Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35482025-01-17T03:54:38.447Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35492025-01-17T03:54:38.505Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35502025-01-17T03:54:39.413Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35512025-01-17T03:55:05.435Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35522025-01-17T03:55:05.438Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35532025-01-17T03:55:05.438Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35542025-01-17T03:55:05.438Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35552025-01-17T03:55:05.438Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35562025-01-17T03:55:05.438Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35572025-01-17T03:55:06.314Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35582025-01-17T03:55:07.555Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35592025-01-17T03:55:46.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
35602025-01-17T03:55:46.653Z
35612025-01-17T03:55:46.653Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35622025-01-17T03:55:47.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-01-17T03:55:47.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-01-17T03:55:47.372Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35652025-01-17T03:55:47.375Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35662025-01-17T03:55:47.375Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35672025-01-17T03:55:47.504Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35682025-01-17T03:55:47.507Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35692025-01-17T03:55:47.533Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35702025-01-17T03:55:47.536Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35712025-01-17T03:55:47.550Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35722025-01-17T03:55:47.692Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35732025-01-17T03:55:47.744Z Checking heck v0.4.1
35742025-01-17T03:55:47.834Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35752025-01-17T03:55:47.966Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35762025-01-17T03:55:48.104Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35772025-01-17T03:55:48.363Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35782025-01-17T03:55:48.789Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35792025-01-17T03:55:48.949Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35802025-01-17T03:55:49.246Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35812025-01-17T03:55:50.089Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35822025-01-17T03:55:50.533Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35832025-01-17T03:55:51.042Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35842025-01-17T03:55:51.187Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35852025-01-17T03:55:52.879Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35862025-01-17T03:55:52.882Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35872025-01-17T03:55:54.484Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35882025-01-17T03:55:55.895Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35892025-01-17T03:56:01.126Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35902025-01-17T03:56:01.129Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35912025-01-17T03:56:02.287Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35922025-01-17T03:56:03.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s
35932025-01-17T03:56:03.449Z
35942025-01-17T03:56:03.449Zinfo: running `cargo check --bins` on installinator-api (180/197)
35952025-01-17T03:56:04.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-17T03:56:04.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-17T03:56:04.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-17T03:56:04.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35992025-01-17T03:56:04.093Z
36002025-01-17T03:56:04.093Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36012025-01-17T03:56:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-17T03:56:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-17T03:56:04.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042025-01-17T03:56:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36052025-01-17T03:56:04.741Z
36062025-01-17T03:56:04.741Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36072025-01-17T03:56:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-01-17T03:56:05.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-01-17T03:56:05.432Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36102025-01-17T03:56:05.432Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36112025-01-17T03:56:05.434Z Compiling petname v2.0.2
36122025-01-17T03:56:05.434Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36132025-01-17T03:56:05.434Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36142025-01-17T03:56:05.434Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36152025-01-17T03:56:05.548Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36162025-01-17T03:56:05.565Z Checking sync-ptr v0.1.1
36172025-01-17T03:56:10.626Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36182025-01-17T03:56:11.233Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36192025-01-17T03:56:12.336Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36202025-01-17T03:56:13.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
36212025-01-17T03:56:14.023Z
36222025-01-17T03:56:14.023Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36232025-01-17T03:56:14.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-01-17T03:56:14.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-01-17T03:56:14.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262025-01-17T03:56:14.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36272025-01-17T03:56:14.672Z
36282025-01-17T03:56:14.672Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36292025-01-17T03:56:15.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302025-01-17T03:56:15.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312025-01-17T03:56:15.328Z Checking memmap2 v0.9.5
36322025-01-17T03:56:15.328Z Checking arrayref v0.3.9
36332025-01-17T03:56:15.332Z Checking constant_time_eq v0.3.1
36342025-01-17T03:56:15.332Z Checking arrayvec v0.7.6
36352025-01-17T03:56:15.332Z Checking topological-sort v0.2.2
36362025-01-17T03:56:15.332Z Checking shell-words v1.1.0
36372025-01-17T03:56:15.698Z Checking blake3 v1.5.4
36382025-01-17T03:56:16.031Z Checking omicron-zone-package v0.12.0
36392025-01-17T03:56:17.140Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36402025-01-17T03:56:18.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
36412025-01-17T03:56:18.204Z
36422025-01-17T03:56:18.204Zinfo: running `cargo check --bins` on xtask (185/197)
36432025-01-17T03:56:18.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442025-01-17T03:56:18.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452025-01-17T03:56:18.624Z Checking bitflags v2.6.0
36462025-01-17T03:56:18.627Z Checking serde v1.0.217
36472025-01-17T03:56:18.627Z Checking thiserror v1.0.69
36482025-01-17T03:56:18.716Z Checking scroll v0.12.0
36492025-01-17T03:56:18.718Z Checking hashbrown v0.15.1
36502025-01-17T03:56:18.724Z Checking log v0.4.22
36512025-01-17T03:56:18.743Z Checking zerocopy v0.7.35
36522025-01-17T03:56:18.757Z Checking syn v2.0.96
36532025-01-17T03:56:18.828Z Checking pest v2.7.14
36542025-01-17T03:56:18.939Z Checking rustix v0.38.37
36552025-01-17T03:56:18.990Z Checking once_cell v1.20.2
36562025-01-17T03:56:19.153Z Checking goblin v0.8.2
36572025-01-17T03:56:19.273Z Checking fs-err v2.11.0
36582025-01-17T03:56:19.565Z Checking anyhow v1.0.93
36592025-01-17T03:56:19.667Z Checking indexmap v2.7.0
36602025-01-17T03:56:19.877Z Checking tabled v0.15.0
36612025-01-17T03:56:20.652Z Checking terminal_size v0.4.0
36622025-01-17T03:56:20.652Z Checking tempfile v3.13.0
36632025-01-17T03:56:20.834Z Checking clap_builder v4.5.21
36642025-01-17T03:56:21.476Z Checking dtrace-parser v0.2.0
36652025-01-17T03:56:22.794Z Checking serde_json v1.0.135
36662025-01-17T03:56:22.794Z Checking toml_datetime v0.6.8
36672025-01-17T03:56:22.797Z Checking serde_spanned v0.6.8
36682025-01-17T03:56:22.797Z Checking camino v1.1.9
36692025-01-17T03:56:22.797Z Checking semver v1.0.24
36702025-01-17T03:56:22.797Z Checking cargo-platform v0.1.8
36712025-01-17T03:56:23.037Z Checking macaddr v1.0.1
36722025-01-17T03:56:23.136Z Checking toml_edit v0.22.22
36732025-01-17T03:56:23.153Z Checking clap v4.5.21
36742025-01-17T03:56:23.326Z Checking camino-tempfile v1.1.1
36752025-01-17T03:56:23.899Z Checking dof v0.3.0
36762025-01-17T03:56:23.901Z Checking cargo_metadata v0.18.1
36772025-01-17T03:56:24.297Z Checking usdt-impl v0.5.0
36782025-01-17T03:56:24.651Z Checking usdt v0.5.0
36792025-01-17T03:56:24.817Z Checking toml v0.8.19
36802025-01-17T03:56:25.252Z Checking cargo_toml v0.20.5
36812025-01-17T03:56:26.365Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36822025-01-17T03:56:26.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
36832025-01-17T03:56:27.096Z
36842025-01-17T03:56:27.096Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36852025-01-17T03:56:27.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862025-01-17T03:56:27.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872025-01-17T03:56:27.857Z Checking polyval v0.6.2
36882025-01-17T03:56:27.970Z Checking ctr v0.9.2
36892025-01-17T03:56:27.983Z Checking ssh-encoding v0.2.0
36902025-01-17T03:56:27.986Z Checking blowfish v0.9.1
36912025-01-17T03:56:28.006Z Checking password-hash v0.4.2
36922025-01-17T03:56:28.009Z Checking matches v0.1.10
36932025-01-17T03:56:28.040Z Checking p256 v0.13.2
36942025-01-17T03:56:28.040Z Checking p521 v0.13.3
36952025-01-17T03:56:28.124Z Checking idna v0.2.3
36962025-01-17T03:56:28.203Z Checking ghash v0.5.1
36972025-01-17T03:56:28.222Z Checking bcrypt-pbkdf v0.10.0
36982025-01-17T03:56:28.238Z Compiling enum-as-inner v0.5.1
36992025-01-17T03:56:28.307Z Checking russh-cryptovec v0.7.3
37002025-01-17T03:56:28.370Z Checking aes-gcm v0.10.3
37012025-01-17T03:56:28.408Z Checking pbkdf2 v0.11.0
37022025-01-17T03:56:28.466Z Checking md5 v0.7.0
37032025-01-17T03:56:28.524Z Checking num-bigint v0.4.6
37042025-01-17T03:56:28.544Z Checking des v0.8.1
37052025-01-17T03:56:28.604Z Checking ssh-cipher v0.2.0
37062025-01-17T03:56:28.706Z Checking hex-literal v0.4.1
37072025-01-17T03:56:28.744Z Compiling dhcproto-macros v0.1.0
37082025-01-17T03:56:28.815Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37092025-01-17T03:56:28.853Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37102025-01-17T03:56:28.895Z Checking ssh-key v0.6.6
37112025-01-17T03:56:29.002Z Checking internet-checksum v0.2.1
37122025-01-17T03:56:29.197Z Checking trust-dns-proto v0.22.0
37132025-01-17T03:56:30.081Z Checking russh-keys v0.45.0
37142025-01-17T03:56:30.947Z Checking russh v0.45.0
37152025-01-17T03:56:31.602Z Checking dhcproto v0.12.0
37162025-01-17T03:56:47.978Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37172025-01-17T03:56:49.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
37182025-01-17T03:56:49.505Z
37192025-01-17T03:56:49.505Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37202025-01-17T03:56:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212025-01-17T03:56:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222025-01-17T03:56:50.137Z Checking termios v0.3.3
37232025-01-17T03:56:50.359Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37242025-01-17T03:56:51.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
37252025-01-17T03:56:51.321Z
37262025-01-17T03:56:51.321Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37272025-01-17T03:56:51.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-01-17T03:56:51.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-01-17T03:56:52.008Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37302025-01-17T03:56:52.008Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37312025-01-17T03:56:52.011Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37322025-01-17T03:56:52.011Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37332025-01-17T03:56:53.009Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37342025-01-17T03:56:54.231Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37352025-01-17T03:56:55.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
37362025-01-17T03:56:56.171Z
37372025-01-17T03:56:56.171Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37382025-01-17T03:56:56.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392025-01-17T03:56:56.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402025-01-17T03:56:56.797Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37412025-01-17T03:56:58.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
37422025-01-17T03:56:58.270Z
37432025-01-17T03:56:58.270Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37442025-01-17T03:56:58.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452025-01-17T03:56:58.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462025-01-17T03:56:58.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472025-01-17T03:56:58.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37482025-01-17T03:56:58.270Z
37492025-01-17T03:56:58.270Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37502025-01-17T03:56:58.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512025-01-17T03:56:58.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522025-01-17T03:56:58.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532025-01-17T03:56:58.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37542025-01-17T03:56:58.654Z
37552025-01-17T03:56:58.654Zinfo: running `cargo check --bins` on omicron-package (192/197)
37562025-01-17T03:56:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572025-01-17T03:56:59.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582025-01-17T03:56:59.310Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37592025-01-17T03:57:00.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
37602025-01-17T03:57:00.818Z
37612025-01-17T03:57:00.818Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37622025-01-17T03:57:01.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632025-01-17T03:57:01.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642025-01-17T03:57:01.519Z Checking rtoolbox v0.0.2
37652025-01-17T03:57:01.522Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37662025-01-17T03:57:01.522Z Checking tui-tree-widget v0.22.0
37672025-01-17T03:57:01.751Z Checking rpassword v7.3.1
37682025-01-17T03:57:05.468Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37692025-01-17T03:57:08.212Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37702025-01-17T03:57:09.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
37712025-01-17T03:57:09.518Z
37722025-01-17T03:57:09.518Zinfo: running `cargo check --bins` on wicket (194/197)
37732025-01-17T03:57:10.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-01-17T03:57:10.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-01-17T03:57:10.209Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37762025-01-17T03:57:10.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37772025-01-17T03:57:10.802Z
37782025-01-17T03:57:10.802Zinfo: running `cargo check --bins` on wicketd (195/197)
37792025-01-17T03:57:11.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-01-17T03:57:11.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-01-17T03:57:11.507Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37822025-01-17T03:57:11.507Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37832025-01-17T03:57:12.307Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37842025-01-17T03:57:16.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
37852025-01-17T03:57:16.204Z
37862025-01-17T03:57:16.204Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37872025-01-17T03:57:16.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882025-01-17T03:57:16.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892025-01-17T03:57:16.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902025-01-17T03:57:16.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37912025-01-17T03:57:16.810Z
37922025-01-17T03:57:16.810Zinfo: running `cargo check --bins` on zone-setup (197/197)
37932025-01-17T03:57:17.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942025-01-17T03:57:17.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952025-01-17T03:57:17.533Z Checking uzers v0.12.1
37962025-01-17T03:57:17.874Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37972025-01-17T03:57:18.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
37982025-01-17T03:57:19.164Z
37992025-01-17T03:57:19.164Zreal 13:15.811752245
38002025-01-17T03:57:19.164Zuser 25:39.918866759
38012025-01-17T03:57:19.164Zsys 4:12.069895702
38022025-01-17T03:57:19.164Ztrap 0.526481329
38032025-01-17T03:57:19.164Ztflt 3.137008137
38042025-01-17T03:57:19.166Zdflt 2.545864139
38052025-01-17T03:57:19.166Zkflt 0.001066314
38062025-01-17T03:57:19.166Zlock 44:57.412498743
38072025-01-17T03:57:19.167Zslp 2:07:13.558780963
38082025-01-17T03:57:19.167Zlat 1:07.810196602
38092025-01-17T03:57:19.167Zstop 3:42.929594840
38102025-01-17T03:57:19.167Zprocess exited: duration 1110033 ms, exit code 0
 
38112025-01-17T03:57:19.174Zfound 0 output files