Open Harshil2107 opened 4 months ago
I am also experiencing this. We are running a multi job workflow and it tends to fail intermittently on the second job. retrying the failed job works.
I am also experiencing this, but rerunning only the failed download step doesn't succeed. i have debug logs for anyone that wants to investigate this issue
Another one having this issue, retrying sometimes work, sometimes doesn't.
Same for us, running a multijob workflow, and it's very random, sometimes it fails on first attempt and then succeed on the second one, and sometimes it succeeds from the first time
I've just started seeing this as well, although I just rolled artifact upload and download into production last week. Retry has fixed it, but it's failing a job after 5 retries..
Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts. Retrying request in 3000 ms...
Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts. Retrying request in 5306 ms...
Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts. Retrying request in 7522 ms...
Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts. Retrying request in 13855 ms...
Error: Unable to download artifact(s): Failed to ListArtifacts: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts```
Please, somebody has to take a look at this. It's maddening...
Hello Any updates regarding this issue ? Thank you
Any updates on this issue? Ironically v3 is faster than v4 and also less flaky
What happened?
We use artifacts to run tests on our GitHub organization. Sometimes randomly the atrifact download would fail randowmly with the following error.
This doesnot happen everytime but will happen once in a while and we just have to re-run the tests and artifact download generally works on the re-run.
We first build gem5 and upload it using
upload-artifact@v4
and then we download it later in the tests:
What did you expect to happen?
We expect that we can consistantly download the artifacts so that the we dont have to re-run our tests.
How can we reproduce it?
The repository is: https://github.com/gem5/gem5
I dont have a way to always reproduce this error as this happens randomly.
We use artifact-download to get built gem5 to run tests on.
We use the artifact download in the following way. Here is a snippet from one of our tests:
Anything else we need to know?
One thing to note is that we use our self-hosted runners to run these tests and not GitHub runners.
What version of the action are you using?
v4
What are your runner environments?
self-hosted, linux
Are you on GitHub Enterprise Server? If so, what version?
No response