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

Travis: Could not resolve host: ftp.netbsd.org #39097

Closed
nagisa opened this issue Jan 16, 2017 · 2 comments
Closed

Travis: Could not resolve host: ftp.netbsd.org #39097

nagisa opened this issue Jan 16, 2017 · 2 comments

Comments

@nagisa
Copy link
Member

nagisa commented Jan 16, 2017

Spurious failure:

+ cd ../..
+ rm -rf binutils
+ mkdir netbsd
+ curl https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/base.tgz
+ tar xzf - -C netbsd  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 ./usr/include ./usr/lib ./lib
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0curl: (6) Could not resolve host: ftp.netbsd.org
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c sh /tmp/build-toolchain.sh' returned a non-zero code: 2

Needs some retries here as well cc @alexcrichton

https://travis-ci.org/rust-lang/rust/builds/192387934

@Mark-Simulacrum
Copy link
Member

I'm also seeing problems when resolving with what I assume is my ISP's DNS server, but little to no problems resolving with Google's 8.8.8.8 DNS. Maybe we could configure Travis to use that? This could be (and I assume it is) a temporary malfunction.

@nagisa
Copy link
Member Author

nagisa commented Jan 16, 2017

We also should NOT be hitting the netbsd’s poor ftp server with every single build for 50MB of data.

alexcrichton added a commit to alexcrichton/rust that referenced this issue Jan 16, 2017
This mirrors a few artifacts that have been flaky to download recently
on our own S3 bucket, which has historically been more reliable.

Closes rust-lang#39097
bors added a commit that referenced this issue Jan 16, 2017
travis: Mirror some NetBSD artifacts

This mirrors a few artifacts that have been flaky to download recently
on our own S3 bucket, which has historically been more reliable.

Closes #39097
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

No branches or pull requests

2 participants