mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2607] Including workflow services crashes with invalid memory address or nil pointer dereference for dry-run #1185
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#1185
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 @dvschuyl on GitHub (Jan 7, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/2607
Bug report info
Command used with act
Describe issue
Running the command should perform a dry-run, however, it always crashes on the same line.
So far, I found to *temporary* solutions:
servicesfrom the workflow:-nflag from the command (aka not performing a dry-run)Both producing expected output:
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
I already tried running without
--container-architecture linux/arm64, that also does not work.@sebastien-perpignane commented on GitHub (Jan 9, 2025):
Hi,
See this: https://github.com/nektos/act/issues/2561#issuecomment-2530509909
Not sure it will solve your issue but at least, the syntax for the
--container-architectureoption will be the one expected :)@dvschuyl commented on GitHub (Jan 9, 2025):
Thank you for your suggestion!
Sadly, I tried it but it didn't solve the issue.
The strange thing is, it works just fine when running the workflow normally.
@zluiten commented on GitHub (Mar 6, 2025):
I have the same issue when using services.
Running ubuntu on WSL 2
@TheFynx commented on GitHub (Jun 20, 2025):
I am having the exact same issue on MacOS (15.5) using postgres as a service