We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
linux-s390x.sh seems to fail somewhat often in CI. Here is one example that failed at curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607/images/generic/kernel.debian with curl: (56) Recv failure: Connection timed out: https://github.com/rust-lang/libc/actions/runs/11918318034/job/33215674952.
linux-s390x.sh
curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607/images/generic/kernel.debian
curl: (56) Recv failure: Connection timed out
I'm not sure what should be done here, maybe the timeout needs to be increased?
The text was updated successfully, but these errors were encountered:
It looks like a few docker jobs have been having this problem, s390x is just the most consistent.
Sorry, something went wrong.
No branches or pull requests
linux-s390x.sh
seems to fail somewhat often in CI. Here is one example that failed atcurl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607/images/generic/kernel.debian
withcurl: (56) Recv failure: Connection timed out
: https://github.com/rust-lang/libc/actions/runs/11918318034/job/33215674952.I'm not sure what should be done here, maybe the timeout needs to be increased?
The text was updated successfully, but these errors were encountered: