You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nightly today started what seemed to be a full refresh of the registry when I ran cargo update on a local project. After getting to ~85% it stopped with the message in the title. This left behind a zombie cargo update process.
I should note this issue happened on my Linux machine as well as my Mac, with the same message.
Steps
Migrate to a local project
Run cargo update
Possible Solution(s)
No response
Notes
I was able to fix the issue by deleting the ~/.cargo/registry directory and re-running cargo update
Yeah the sigkill here was a red herring. I was ssh'd from my mac into my linux box and didn't notice it. I've seen the note about the index normalization today which explains the 95k deltas I was seeing across machines. Thanks for the update.
Uh oh!
There was an error while loading. Please reload this page.
Problem
The nightly today started what seemed to be a full refresh of the registry when I ran
cargo update
on a local project. After getting to ~85% it stopped with the message in the title. This left behind a zombie cargo update process.I should note this issue happened on my Linux machine as well as my Mac, with the same message.
Steps
cargo update
Possible Solution(s)
No response
Notes
I was able to fix the issue by deleting the
~/.cargo/registry
directory and re-running cargo updateVersion
The text was updated successfully, but these errors were encountered: