Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo cache -r all duplicates its output #142

Open
sudo-nice opened this issue Dec 20, 2024 · 0 comments
Open

cargo cache -r all duplicates its output #142

sudo-nice opened this issue Dec 20, 2024 · 0 comments

Comments

@sudo-nice
Copy link

Problem

The command: cargo cache -r all produces the following output. As you can see, the bottom part is duplicated (which should not be the case, IMO):

removing: '/mnt/ssd1/rust/cargo/git/db'
removing: '/mnt/ssd1/rust/cargo/git/checkouts'
removing: '/mnt/ssd1/rust/cargo/registry/src'
removing: '/mnt/ssd1/rust/cargo/registry/cache'
removing: '/mnt/ssd1/rust/cargo/registry/index'
Cargo cache '/mnt/ssd1/rust/cargo':

Total:                           211.67 MB
  15 installed binaries:         211.67 MB
  Registry:                           0  B
    0 registry indices:               0  B
    0 crate archives:                 0  B
    0 crate source checkouts:         0  B
  Git db:                             0  B
    0 bare git repos:                 0  B
    0 git repo checkouts:             0  B

Cargo cache '/mnt/ssd1/rust/cargo':

Total:                           211.67 MB
  15 installed binaries:         211.67 MB
  Registry:                           0  B
    0 registry indices:               0  B
    0 crate archives:                 0  B
    0 crate source checkouts:         0  B
  Git db:                             0  B
    0 bare git repos:                 0  B
    0 git repo checkouts:             0  B

Version

cargo-cache 0.8.3

cargo 1.85.0-nightly (99dff6d77 2024-12-18)
release: 1.85.0-nightly
commit-hash: 99dff6d77db779716dda9ca3b29c26addd02c1be
commit-date: 2024-12-18
host: x86_64-unknown-linux-gnu
libgit2: 1.8.1 (sys:0.19.0 vendored)
libcurl: 8.9.0-DEV (sys:0.4.74+curl-8.9.0 vendored ssl:OpenSSL/1.1.1w)
ssl: OpenSSL 1.1.1w  11 Sep 2023
os: Debian 11.0.0 (bullseye) [64-bit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant