-
Notifications
You must be signed in to change notification settings - Fork 719
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
transient gpg-keyserver problem fails build #8720
Comments
I have a similar issue that seems to have the same root cause: connectivity issues with keyserver.ubuntu.com. This is triggered by using apt sources:
Restarting the build usually solves the issue, but it's annoying as it happens quite often. Instead of fetching the key on every build, would it make sense to bake that key into the images? (Also, could it be a problem that this key is fetched via HTTP and not HTTPS?) |
I just issued a pull request which failed testing for similar reasons - keyserver.ubuntu.com not responding. No clue which side of that retrieval isn't working. Searching for similar errors - #380 and #381 were caused by the key server actually shutting down due to excess load, so it might be worth investigating the status of keyserver.ubuntu.com. It could also be related to this current connectivity issue, although this isn't a OSX build: https://www.traviscistatus.com/incidents/rqf3s76q1rtw
|
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues |
This is a prime example of why stale issue closing is cancer. The bug still existed only it got hidden because nobody saw it for a while and nobody worked on fixing it. |
just to chime in; this bug is still alive and kicking. |
And happening again today |
Using these directives in
.travis.yml
the following happened:
so MariaDB was not installed, and MySQL was started instead.
Since we run MariaDB specific stuff the build subsequently fell over.
Possible solutions (some may be more appropriate than others):
apt
for this addon with--allow-unauthenticated
apt
in my repository with--allow-unauthenticated
addons
directive is parsedThe text was updated successfully, but these errors were encountered: