-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
network flakes: other #17288
Comments
The aarch VMs run in AWS and the x86 ones in gcloud, right? It might be interesting to filter the network errors based on that to see if this a cloud provider issue? |
Correct, and I'm pretty sure the underlying networking setup is almost entirely different. |
Possibly related (also aarch64 on AWS): containers/netavark#433 |
This is the only
|
A friendly reminder that this issue had no activity for 30 days. |
Here's another
|
This is a placeholder issue for podman CI network flakes that are not #16973 (
cdn03.quay.io
) or #17193 ("happened during read").RPC failed; curl 56 OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading
golangci-lint info found version
Also here
curl repo.tbz 404
curl HTTP/2 stream not closed cleanly
This is by far the most common one.
some apk error
(Not sure if this one is really network)
ping error
(just three of these, and we probably won't see more, thanks to buildah PR 4531)
I realize it is hopeless to lump these all together. I'm doing so anyway because they're getting more and more frequent, and I'm starting to suspect that the quay.io flake, the "happened during" flake, and these flakes, might be all connected and perhaps be a network problem in our CI.
The text was updated successfully, but these errors were encountered: