-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
"Spurious network error" when building on GitHub Actions with Nightly 2021-09-18 #9919
Labels
A-git
Area: anything dealing with git
C-bug
Category: bug
P-high
Priority: High
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Comments
lambda-fairy
added a commit
to lambda-fairy/maud
that referenced
this issue
Sep 18, 2021
lambda-fairy
added a commit
to lambda-fairy/maud
that referenced
this issue
Sep 18, 2021
Ooh, I've just reproduced this on my Arch Linux laptop. Using |
I'm seeing the same thing. https://github.com/Emilgardis/twitch_oauth2/runs/3639858168#step:6:234 |
This could be the bump in curl-sys to curl 7.79. e.g this |
ehuss
added
A-git
Area: anything dealing with git
P-high
Priority: High
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
labels
Sep 18, 2021
bors
added a commit
that referenced
this issue
Sep 18, 2021
Temporarily revert curl-sys update. This reverts curl-sys to the previously working version, with the intent to get nightly working again until 7.79.1 is published next week. Fixes #9919
qryxip
added a commit
to qryxip/cargo-compete
that referenced
this issue
Sep 20, 2021
jrose-signal
added a commit
to signalapp/libsignal
that referenced
this issue
Oct 8, 2021
See rust-lang/cargo#9919. The perils of nightly!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-git
Area: anything dealing with git
C-bug
Category: bug
P-high
Priority: High
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Problem
On my GitHub Actions build, one of the jobs (
cd doctest && cargo test
) fails with the following:https://github.com/lambda-fairy/maud/runs/3639098684?check_suite_focus=true
This is a daily build, and only started failing today.
Steps
Possible Solution(s)
I notice a curl update landed yesterday (#9917). Could that be related?
Notes
Output of
cargo version
:cargo 1.57.0-nightly (33ee5f82e 2021-09-17)
nightly-2021-09-16
, then the build works again.CARGO_HTTP_MULTIPLEXING=false
, it also works.The text was updated successfully, but these errors were encountered: