Open
Description
Verification
- I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates.
- I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue.
Problem
This is causing irregular failures for different CI platforms:
- Linux
- https://github.com/rust-lang/rustup/actions/runs/9303236385/job/25605096671
- https://github.com/rust-lang/rustup/actions/runs/9354772182/job/25748366479
- https://github.com/rust-lang/rustup/actions/runs/9337787790/job/25700115067
- https://github.com/rust-lang/rustup/actions/runs/9343224087/job/25712479916
- Windows
The error message here is identical (although the exact test that failed might differ):
running 395 tests
...
test suite::cli_exact::check_updates_with_update ... FAILED
error: could not download file from 'https://static.rust-lang.org/rustup/release-stable.toml' to '/tmp/rustup-updateD58GcC/release-stable.toml': failed to make network request: error sending request for url (https://static.rust-lang.org/rustup/release-stable.toml): client error (SendRequest): dispatch task is gone: runtime dropped the dispatch task
Notes
Possibly related to hyperium/hyper#2312, Azure/azure-sdk-for-rust#1550 or fussybeaver/bollard#387 (comment).
I'm pretty sure that #3367 has caused this.