-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Describe the bug
We occasionally see an HTTP 403 error while running this action. The action fails after running for about 25 minutes. Rerunning the action usually resolves it, as this is an intermittent error.
To Reproduce
Workflow file to reproduce the behavior:
- uses: julia-actions/setup-julia@v1
id: setup-julia
with:
version: 1.6Expected behavior
Since this is intermittent, I'd hope it's possible to have a retry mechanism in the setup action (maybe there is one but it just gets exhausted?) so that this error does not occur.
It would also be useful to have some timeout on this action, since it typically takes a few seconds to run. It should certainly never run for more than a minute, let alone 25 minutes.
Screenshots/Build logs
These are the logs I have on hand:
2021-12-15T19:47:36.1156784Z ##[group]Run julia-actions/setup-julia@v1
2021-12-15T19:47:36.1157340Z with:
2021-12-15T19:47:36.1157727Z version: 1.6
2021-12-15T19:47:36.1158134Z arch: x64
2021-12-15T19:47:36.1158607Z show-versioninfo: false
2021-12-15T19:47:36.1159063Z env:
2021-12-15T19:47:36.1159478Z JULIA_PKG_SERVER:
2021-12-15T19:47:36.1159990Z JULIA_CUDA_USE_BINARYBUILDER: true
2021-12-15T19:47:36.1160535Z AWS_REGION: us-east-2
2021-12-15T19:47:36.1161040Z AWS_DEFAULT_REGION: us-east-2
2021-12-15T19:47:36.1161690Z SSH_AUTH_SOCK: /tmp/ssh-mQErVIAYT5Fr/agent.18054
2021-12-15T19:47:36.1162252Z SSH_AGENT_PID: 18055
2021-12-15T19:47:36.1162692Z ##[endgroup]
2021-12-15T20:13:23.5119016Z ##[error]Unexpected HTTP response: 403
Additional context
It's worth knowing that this is running on a self-hosted runner with a poor quality network connection. This error happens far more frequently on our self-hosted runners (with a bad network) than on hosted runners.