mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1399] qemu: uncaught target signal 5 failed running cypress #737
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#737
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 @convers39 on GitHub (Oct 18, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1399
Bug report info
Command used with act
Describe issue
What I was trying to do is launch docker containers and run
npx cypress runagainst the localhost server. But could not make it through.Running on MacOS 12.5 with M1Pro chip.
My folder structure looks like below:
The errors below imply issues with M1 chip,
Is there any workaround or am I making mistakes in running the job?
Also see the same report here
NOTE: as this is a private repo I have replaced the project name and username in the logs and the workflow.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
I have check with
docker run --privileged --rm tonistiigi/binfmt --versionboth in the workflow and my host machine(here), and they show the same result as below:Also I tried to uninstall and reinstall the qemu with
docker run --privileged --rm tonistiigi/binfmt --install all, it failed with an execution errorNot sure if this is relevant.
@adrienjoly commented on GitHub (Nov 17, 2022):
Hi, I just got the same error while trying to run a Cypress action on my M1-powered MacBook Pro:
GitHub Action:
Local Command:
Resulting Logs:
@github-actions[bot] commented on GitHub (Dec 18, 2022):
Issue is stale and will be closed in 14 days unless there is new activity
@Warkanlock commented on GitHub (Dec 26, 2022):
Still an issue;
Platform: ARM/M1
Workflow description: simple workflow description using the latest ubuntu image (and correct tag for the container)
@ChristopherHX commented on GitHub (Jan 24, 2023):
Try
--container-architecture linux/arm64, cypress has an arm64 base image which would run natively on your cpu.Warning GitHub Hosted runners are using x86_64 CPU, but you have an arm64 CPU
qemu is an external opensource emulator, which cannot compete with rosetta2.
@github-actions[bot] commented on GitHub (Jul 24, 2023):
Issue is stale and will be closed in 14 days unless there is new activity