-
Notifications
You must be signed in to change notification settings - Fork 107
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
Docker push fails with "failed to copy: io: read/write on closed pipe" #5958
Comments
Also failed in the merge queue #5962: |
@gustavovalverde have we changed anything with our Docker builds/configuration lately? |
Sadly, we haven't changed anything related to builds, just deleting extra images from the registry, but this is failing even we the cache image is found, so it doesn't seem to be related. This started happening after a GCP outage in the network, but the outage was solved and this is still happening. I've been looking at this while working on ci: add a test to validate Zebra's config file and path Once I'm done with that I'll deep dive into this one. |
Let's contact GCP support then |
This seems to be failing in PR #5992, both on the PR and in the merge queue:
https://github.com/ZcashFoundation/zebra/actions/runs/3945475841/jobs/6752400182#step:9:2108 There is also a new warning:
It seems like we need a different way of setting |
Motivation
Docker image builds are regularly failing due to a server error. This impacts all the Docker builds.
It is currently happening multiple times per day.
Here is an example log:
https://github.com/ZcashFoundation/zebra/actions/runs/3912882750/jobs/6688092494#step:9:2059
This could either be a network error, a bug in our workflows or actions, or a configuration problem on the Docker server or our Docker account.
Testing
We'll need to run any fix a few times in CI to be sure it fixes the problem.
The text was updated successfully, but these errors were encountered: