-
Notifications
You must be signed in to change notification settings - Fork 108
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
"unexpected EOF" causes Google Cloud workflows to fail #3991
Comments
This is still happening, I don't think disk size is an issue, we have 100GB disks |
I added a suggested fix to this ticket:
|
This seems to be happening a lot, we might want to make it a high priority for the next sprint. |
Just seen again on a boring dependency update |
I've been researching a bit about this, there's no error in the infrastructure side. I found some disperse Rust reports with similar issues, some of those ended up finding an issue with the |
@gustavovalverde can we try repeating the That might be a simple workaround until we can diagnose and fix the underlying issue. |
This is a blocker for #4155, because these errors are failing every full sync test I try to run. |
Motivation
Sometimes Google Cloud CI workflows fail with:
https://github.com/ZcashFoundation/zebra/runs/5728525849?check_suite_focus=true
This seems to be happening a few times a day. It might be a Google Cloud change or infrastructure bug.
Suggested Fix
If the
ssh
command fails, wait a few seconds, then re-launch the command. Fail if thessh
command has failed more than 5-10 times.This needs to be fixed in every workflow that follows Google Cloud logs.
The text was updated successfully, but these errors were encountered: