-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 failures when downloading awscli from PyPI #62967
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
C-bug
Category: This is a bug.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Comments
pietroalbini
added
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
labels
Jul 25, 2019
Merged
Opened a PR to add more debug information: #63007 |
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 26, 2019
…r=Mark-Simulacrum ci: debug network failures while downloading awscli from PyPI This adds some random debug code to our CI script while downloading awscli, to *hopefully* pinpoint what's causing the network failures. r? @Mark-Simulacrum cc rust-lang#62967
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 27, 2019
…Simulacrum ci: download awscli from our mirror This fixes multiple network issues we had when downloading awscli from PyPI on Azure Pipelines by vendoring awscli itself and its dependencies in our S3 bucket. Instructions on how to update the cache are present at the top of `src/ci/install-awscli.sh`. r? @alexcrichton or @Mark-Simulacrum fixes rust-lang#62967
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 28, 2019
…Simulacrum ci: download awscli from our mirror This fixes multiple network issues we had when downloading awscli from PyPI on Azure Pipelines by vendoring awscli itself and its dependencies in our S3 bucket. Instructions on how to update the cache are present at the top of `src/ci/install-awscli.sh`. r? @alexcrichton or @Mark-Simulacrum fixes rust-lang#62967
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
C-bug
Category: This is a bug.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
We recently started seeing multiple network failures while downloading awscli from PyPI:
This issue tracks this kind of failure.
The text was updated successfully, but these errors were encountered: