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
We've recently hit a fairly high number of spurious network errors in the use of cargo semver-checks. Not sure how much we can do about them but here are some links:
I can report the cargo bug upstream. That might end up resolving the problem — I'd be surprised if cargo doesn't already have built-in retries for spurious network blips. Since this error happens during our cargo metadata call, the better place to trigger a retry is within cargo itself.
Steps to reproduce the bug with the above code
We've recently hit a fairly high number of spurious network errors in the use of
cargo semver-checks
. Not sure how much we can do about them but here are some links:Actual Behaviour
Expected Behaviour
To run
cargo semver-checks
in CI without spurious errors.Generated System Information
Hard to obtain for CI but we are running version
0.22.1
: https://github.com/libp2p/rust-libp2p/blob/master/.github/actions/cargo-semver-checks/action.yml#L10Build Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: