-
Notifications
You must be signed in to change notification settings - Fork 125
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
Repeated failures when fetching the centos:7
image
#2063
Comments
And one more again. |
Another one, this time in |
And one more, on |
And again, this time on rawhide. |
One more on |
But failures appear with
|
So it seems that the issue is caused by
On the hacking session we've agreed to disable |
The testing farm workaround we use is this: |
Recent jobs seem to be all green. Have you seen the problem during the last two weeks? |
Ok, ran into another instance today. |
Prevent random dns failures caused (most probably) by `systemd-resolved`. Using workaround from Testing Farm. Fix #2063.
Ok, trying to enable the Testing Farm workaround in #2308. Let's see how it works. |
Prevent random dns failures caused (most probably) by `systemd-resolved`. Using workaround from Testing Farm. Fix #2063.
Hmmm, so another
Let's see if there will be more... |
And there's more:
|
For reference, similar error appeared again even with the The error message says:
|
The good news is, that retries did work. At least according to the log. The bad news is, well, 5 attempts with 5 seconds between attempts was not enough to make it across the rough seas... It would be nice to set the default big enough to help, e.g. via envvars for plugin keys, but those apply only when the plugin is mentioned on command line, which was not the case here :/ |
Today failed again, but another good news is that it did not happen under the
So... perhaps, the retry actually works fine! :) Would be nice to check/grep recent logs to verify... |
Seems this is the only point where the podman tests are still failing with the random network errors tracked in #2063. Let's give several attempts to build the container to reduce the failures.
Seems this is the only point where the podman tests are still failing with the random network errors tracked in #2063. Let's give several attempts to build the container to reduce the failures.
Let's try to repeat the container image creation as well: #2467 |
Seems this is the only point where the podman tests are still failing with the random network errors tracked in #2063. Let's give several attempts to build the container to reduce the failures.
Seems this is the only point where the podman tests are still failing with the random network errors tracked in #2063. Let's give several attempts to build the container to reduce the failures.
@psss - did you ever open an issue against systemd? |
The
/tests/finish/ansible
test recently fails repeatedly when fetching thecentos:7
image:Here's a recent failure example. Perhaps, we should implement a retry attempt to fetch the images to cover random network issues like this?
The text was updated successfully, but these errors were encountered: