[bug] ENOENT: no such file or directory
, action hangs forever
#358
Labels
bug
Something isn't working
ENOENT: no such file or directory
, action hangs forever
#358
What happened?
I maintain a public repo which uses hosted GitHub runners and
actions/upload-artifact@v3
. The action freezes time and again, thus extending job duration to six hours unless someone has cancelled it.Example 1 (manually cancelled after about 40 minutes):
Example 2 (timeout in 360 minutes):
Example 3 (timeout in 360 minutes):
What did you expect to happen?
I expected action code to track stuck upload request and retry them. If the upload is impossible I’d expect the action to fail within a reasonable amount of time.
How can we reproduce it?
Run
actions/upload-artifact@v3
enough times to see it stuck. Examples above link to publicly available runs.Anything else we need to know?
Glad that this time is not billed for OSS. Folks with private repos have to pay a fortune because of this bug 😥
What version of the action are you using?
v3 (v3.1.0, v3.1.1)
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
The text was updated successfully, but these errors were encountered: