Skip to content
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

Closed
pietroalbini opened this issue Jul 25, 2019 · 5 comments · Fixed by #63050
Closed

Spurious failures when downloading awscli from PyPI #62967

pietroalbini opened this issue Jul 25, 2019 · 5 comments · Fixed by #63050
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
Copy link
Member

pietroalbini commented Jul 25, 2019

We recently started seeing multiple network failures while downloading awscli from PyPI:

This issue tracks this kind of failure.

@pietroalbini 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
@pietroalbini
Copy link
Member Author

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
Copy link
Contributor

Centril commented Jul 26, 2019

#63025 (comment)

@Centril
Copy link
Contributor

Centril commented Jul 26, 2019

#63025 (comment)

@Centril
Copy link
Contributor

Centril commented Jul 26, 2019

#63028 (comment)

@petrochenkov
Copy link
Contributor

#62550 (comment)

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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants