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

Run travis on rustc master instead of nightlies #2551

Closed
wants to merge 2 commits into from
Closed

Run travis on rustc master instead of nightlies #2551

wants to merge 2 commits into from

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Mar 19, 2018

No description provided.

@oli-obk
Copy link
Contributor Author

oli-obk commented Mar 19, 2018

@kennytm rustup-toolchain-install-master keeps randomly failing in our CI in the middle of downloading:

downloading <https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds/15add366faac554db51244d1e27e4d10a08ab6e8/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
23.66 MB / 71.84 MB [===========>------------------------] 32.93 % 5.65 MB/s 9s thread 'main' panicked at 'flush() fail', 

Any suggestions other than putting it in a loop until it succeeds?

@kennytm
Copy link
Member

kennytm commented Mar 19, 2018

@oli-obk I'll take a look. flush() fail? 🤔

@phansch
Copy link
Member

phansch commented May 9, 2018

Just noting that there's travis_retry, so on Travis we would not have to implement the loop ourselves.

@phansch
Copy link
Member

phansch commented May 9, 2018

Looks like it fails even with the retries: https://travis-ci.org/rust-lang-nursery/rust-clippy/builds/376756827#L735-L747

@kennytm
Copy link
Member

kennytm commented May 9, 2018

I've published rustup-toolchain-install-master 0.2.0 which should have fixed the issue.

@oli-obk oli-obk closed this May 9, 2018
@oli-obk oli-obk reopened this May 9, 2018
@Manishearth
Copy link
Member

Moved over to #2940, the merge conflict here is weird because of the first commit (?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants