-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
Error: other side closed #536
Comments
π I also use this action in nightly builds and have the following errors happen, aside from the one you mention:
I wonder if all these are somewhat related, if there could be a retry in case of error, or if the issues should somehow be grouped together. |
Hello, I also have this error since recently. Is there a more elegant way to do this other than serializing my jobs ? Regarding the EPIPE error that Paulo mention I confirm that I also have this, but I am not sure they are related. |
π fwiw, I don't run any of my jobs in parallel, and retries also seem to fix the issues consistently. |
Also seeing this on matrix builds (i.e |
This has been happening increasingly frequently for us, and it's at the end of a 40-minute build, so re-runs are quite painful. Some sort of internal retry logic would be great. At the very least, would love to know if anyone has figured out a good trick for running the step again if it fails the first time. |
I have release
v2.5.1-rc.0
, then I want to create stable releasev2.5.1
My release gets created in GitHub releases (without artifact) but pipeline fails with
Error: other side closed
Do you have any ideas?
The text was updated successfully, but these errors were encountered: