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-install-update doesn't terminate #11575

Closed
float3 opened this issue Jan 13, 2023 · 3 comments
Closed

cargo-install-update doesn't terminate #11575

float3 opened this issue Jan 13, 2023 · 3 comments
Labels
C-bug Category: bug

Comments

@float3
Copy link

float3 commented Jan 13, 2023

Problem

cargo-install-update install-update --git --all
cargo-install-update install-update --all

both of these commands do not terminate, and just run forever.
No output beyond Updating registry 'https://github.com/rust-lang/crates.io-index
my cpu usage is significantly increased while it's running

Steps

  1. run cargo-install-update install-update --git --all

Possible Solution(s)

No response

Notes

I've tried this on rustup default stable and rustup default nightly
and I also tried stracing the processes but I couldn't make anything of the output, it was just endless console spam.
this command worked before but suddenly stopped working, I don't remember if it was after a specific update or something but it started around 2 days ago iirc.

Version

cargo 1.68.0-nightly (d992ab4e9 2023-01-10)
release: 1.68.0-nightly
commit-hash: d992ab4e9034930e7809749f04077045af8f4d79
commit-date: 2023-01-10
host: x86_64-unknown-linux-gnu
libgit2: 1.5.0 (sys:0.16.0 vendored)
libcurl: 7.86.0-DEV (sys:0.4.59+curl-7.86.0 vendored ssl:OpenSSL/1.1.1q)
os: EndeavourOS Rolling Release (rolling) [64-bit]
@float3 float3 added the C-bug Category: bug label Jan 13, 2023
@Eh2406
Copy link
Contributor

Eh2406 commented Jan 13, 2023

You are hitting #11014 if I had to gess.

@float3
Copy link
Author

float3 commented Jan 13, 2023

possible, for me it doesn't show a progress bar. I've left it running for 30 mins previously and there was not output

@weihanglo
Copy link
Member

Close in favor of #11014.

The missing progress bar issue is tracked in #9444 and #11574. Probably related, but could also be an issue of downstream. Thank you

@weihanglo weihanglo closed this as not planned Won't fix, can't repro, duplicate, stale Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

3 participants