mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1536] setup-node@v3 download always fails #775
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#775
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0xBigBoss on GitHub (Dec 26, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1536
Bug report info
Command used with act
Describe issue
Tried to run my check command locally for the following workflow and it was not able to finish the
setup-nodecommand. Kept failing to download to the/tmpfolder.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@github-actions[bot] commented on GitHub (Jan 26, 2023):
Issue is stale and will be closed in 14 days unless there is new activity
@jclusso commented on GitHub (Jan 30, 2023):
I'm seeing the same issue when installing python. Any idea what causes this. It happened after I upgraded to Docker 4.16.2. I downgraded back to 4.6.0 and it works.
@lucasmarshall commented on GitHub (Feb 1, 2023):
Also seeing this on Docker Desktop 4.16.1. Switching the file sharing implementation in the settings from VirtioFS to gRPC FUSE resolves the issue.
@Romvnly-Gaming commented on GitHub (Feb 1, 2023):
Thanks I've already committed 50 failing builds thanks to this bug. NOW I CAN FIX ON MY MACHINE WITHOUT LOOKING LIKE A IDIOT
@0xBigBoss commented on GitHub (Feb 1, 2023):
I suspect it is related to this https://github.com/docker/for-mac/issues/6243. However, I tried @lucasmarshall suggestions and it still didn't work for me. Though it's working on my Ubuntu 20.04 server just fine.
@Romvnly-Gaming commented on GitHub (Feb 6, 2023):
Reinstalled docker desktop and wsl2 and now act works fine
@oynek commented on GitHub (Feb 24, 2023):
I was also on Docker 4.16.2 and
setup-python@4would not install for me either with the same error. I was already on gRPC FUSE, so it was not VirtioFS for me.Downgrading to Docker
4.6.0helped though.@alvis commented on GitHub (Mar 14, 2023):
I've tried on different combination of settings on Docker and I think I've nailed down what make the setup failed
I'm using Docker Desktop 4.17 on MacBook Pro with M1
The following settings are fine
✅ VirtioFS
✅ gRPC FUSE
✅ Use Virtualization framework
✅ Use Rosetta for x86/amd64 emulation on Apple Silicon
However, it's the containerd beta feature that makes it fail
❌ Use containerd for pulling and storing images
@oynek @lucasmarshall You can try?
@rvolz commented on GitHub (Apr 5, 2023):
FWIW, I also had this problem with Docker Desktop on Mac "::error::ENOENT: no such file or directory, open '/tmp/...". Just switching off the containerd setting, as proposed by @alvis, solved the problem.
@jaybuidl commented on GitHub (Jun 16, 2023):
The docker image doesn't come with yarn preinstalled so it is possible that
cache: yarnis causing checkout to fail.@maximelebastard commented on GitHub (Sep 12, 2023):
I still have the issue on MacOS
Docker latest 24.0.5
With
I'm stuck on
This makes act totally unusable for me as I use node in every workflow.
I suspect github actions to use cache under the hood because a local curl to
https://nodejs.org/dist/v20.6.1/node-v20.6.1-linux-arm64.tar.gzgets a timeout as well.@github-actions[bot] commented on GitHub (Mar 11, 2024):
Issue is stale and will be closed in 14 days unless there is new activity