-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Downloading from nodejs.org failing #77
Comments
I am also having the same issue |
Same issue on |
I'm also having the same problem. One thing I noticed on my CircleCI builds is nvm is failing to download nodejs. The download is so slow that it will timeout, then the installation fails due to an incomplete download. I'm think it might be a similar problem affecting this action. If it's the same issue, it would be nice if there was some kind of automatic resume so it doesn't keep trying to download from the beginning. |
I'm having the same problem! |
I retied couple of times. Waited 10 min, a cup of coffee, tried again and it worked. |
Same issue, retried couple of times but still didn't work. https://github.com/metanorma/isodoc/runs/271773491 Seems like an issue from upstream, but could this action use locally installed Node.js? GHA help says that Node.js 10.16 is installed on Ubuntu 16.04 and 18.04. |
Same here ! What's going on ! |
Just experimenting right now with Actions, good to know it's not something I messed up |
Same here! With |
Possibly related to widespread DNS issues from AWS? |
Having problem with node 12 ubuntu-latest |
Suddenly completed after rerunning the same action couple of times |
Did you run the action with the re-run check or you trigger the workflow with an event ? |
I encountered a 500 error once too, maybe unrelated. |
saw that too |
Nope. It's because of the action, I'm sure. Same here. |
I just noticed node published v13 yesterday, might it be related? |
No, i had node 13 builds running fine 7 hours ago. |
It's a download issue. Node is failing to download which causes See this issue: nodejs/build#1993 |
Rerun check |
It's working for couple of hours already. |
lost so many hours from this error any alternative? |
as I understand it's upstream, so... |
UPDATE: Yes, it's external and nodejs downloads (not a CDN) is having. This action just downloads from their endpoint. We do have a workitem to cache the latest of each major version on our hosted images and this action checks that cache first (resolved the semver you supply against the cache and if not there queries the cloud). Downside is you may not get absolute latest (image gen'd yesterday, patch released today). but we have a plan for that as well - an option in the action to always query for cloud first. You could also fall back on failure the only issue with that takes a long time every invocation when an issue like this is happening and it's a fresh machine every time. Thoughts? |
@bryanmacfarlane I think adding automatic resume to interrupted downloads would be great too. From what I can tell, the file IS being downloaded but it's so slow it can't finish before timing out. |
I think having a cached version in the image would definitely help! |
Just ran into this today - would also appreciate a cache service. |
Same. The past hour has seen many failures for the Node action. Some jobs it will work, but most don't. |
Running into this today. is anyone still facing this issue? |
@Avinger27 It is running fine for me. Are you still facing the issue? |
I just ran into this issue today |
Facing this issue today on Azure DevOps - I've had 1 build go past the nodeTool install successfully out of 8 so far. |
Same issue. |
Hello everyone. We released tag v2 for setup-node. It should resolve some issues related downloading. For details you can take a look on this comment and issue. |
Add tests for node 15.x
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.23.0 to 0.24.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.23.0...0.24.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I'm not sure this is the best repo to report the issue, if it's the wrong place please close this :)
We've been using Github Actions successfully for a few days but starting today all our builds have started to fail at the
setup-node
step with this error:Attaching a screenshot for more clarity
You can see an example of a failed build here https://github.com/HabitRPG/habitica/pull/11474/checks?check_run_id=271716057.
The code of the workflow is the standard one that can be seen in the official docs
The text was updated successfully, but these errors were encountered: