mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #300] if one job fails, the next run complains about volume is still in use #212
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#212
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 @xsteadfastx on GitHub (Jul 2, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/300
Version: 0.2.10
its about this workflow file. the tests are failing right now and thats ok so far. but if i run
actagain it complains about the docker volume is still in use.@xsteadfastx commented on GitHub (Jul 4, 2020):
i installed the master version and i have the feeling it works. maybe i stepped into #186.
@xsteadfastx commented on GitHub (Jul 6, 2020):
nope... just got the
volume is in useerror again.@xsteadfastx commented on GitHub (Jul 7, 2020):
another discovery:
when running two jobs... one is failing there is no cleanup or something of the one good job still running. maybe act should wait for all jobs finishing and after that complaining about a failed jobs. now it looks like its just stops the act process... no matter what.
@github-actions[bot] commented on GitHub (Sep 6, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@devnix commented on GitHub (Sep 23, 2020):
I had to remove the container listed in
docker ps -a@xsteadfastx commented on GitHub (Sep 24, 2020):
thats the point... i have to do this always when a job fails!
@sebastian-palma commented on GitHub (Nov 19, 2020):
docker -rm ...@xsteadfastx commented on GitHub (Nov 20, 2020):
yeah... whats the point to have to do this on every failed step? am i holding it wrong?
@zyndagj commented on GitHub (Nov 22, 2020):
Reporting that this issue still exists in version 0.2.17
@devnix commented on GitHub (Nov 24, 2020):
Can someone please reopen this?
@att14 commented on GitHub (Mar 6, 2021):
This appears to still be an issue in 0.2.20. Except in my experience it doesn't even cleanup the volume when the run is successful.
Here is a simple reproduction:
The second time running
actwill fail with:I'm running this on macOS 10.15.7 if that matters.
@bixu commented on GitHub (Mar 17, 2021):
I'm also seeing this behavior. I usually need to restart macOS Docker as a workaround.
@dannykopping commented on GitHub (Nov 6, 2024):
docker container pruneworks if you don't see any runningactcontainer.@iustin94 commented on GitHub (Feb 10, 2025):
Stil is an issue. On top of that after stoping manually any running container and doing "docker container prune" I still get the error "no such volume". At this stage, I'm just going to take my changes with the github runners dirrectly.
@gustavorps commented on GitHub (Oct 29, 2025):
Same