Skip to content
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

Actions artifact upload stalls when using self hosted runners #623

Open
shaik2419 opened this issue Sep 30, 2024 · 1 comment
Open

Actions artifact upload stalls when using self hosted runners #623

shaik2419 opened this issue Sep 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@shaik2419
Copy link

What happened?

When uploading artifacts using self hosted runners, artifacts gets stalled with below error

With the provided path, there will be 550127 files uploaded
Artifact name is valid!
Root directory input is valid!
Beginning upload of artifact content to blob storage
/home/runner/_work/_actions/actions/upload-artifact/v4/dist/upload/index.js:3312
                    throw new Error('Upload progress stalled.');
                    ^

Error: Upload progress stalled.
    at Timeout._onTimeout (/home/runner/_work/_actions/actions/upload-artifact/v4/dist/upload/index.js:3312:27)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)

Node.js v[20](https://github.com/CBRE-GCSO/gcso-iam-eadc/actions/runs/11113819006/job/30878983707#step:10:21).13.1

What did you expect to happen?

Artifacts are uploaded in less than a minute

How can we reproduce it?

I am running self hosted action runner using the image below. Upload an artifact with 500000 files which in total size is less than 100MB. It times out with the above error.

image: actions-runner:2.319.1

Run the same in ubuntu managed runner, it works

Anything else we need to know?

No response

What version of the action are you using?

2.319.1

What are your runner environments?

self-hosted, linux

Are you on GitHub Enterprise Server? If so, what version?

No response

@shaik2419 shaik2419 added the bug Something isn't working label Sep 30, 2024
@shaik2419
Copy link
Author

Hi is there any resolution to this. Ironically version 3 even though was slow, works. Please provide some steps to debug this in case v4 has to be used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant