bug: Error while stop job container - unlinkat /home/...docker-build-push-action/Dockerfile: permission denied #1052
Labels
No labels
FreeBSD
Kind/Breaking
Kind/Bug
Kind/Chore
Kind/DependencyUpdate
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Windows
linux-powerpc64le
linux-riscv64
linux-s390x
run-end-to-end-tests
run-forgejo-tests
run-multi-platform-tests
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
forgejo/runner#1052
Loading…
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?
I don't get why or where this is happening. The files are owned by root because they are created by root so it makes sense the runner can't clean them up. But why is it only complaining on this one (.../Dockerfile)?
This also is not blocking the actual cleanup of the
/home/debian/.cache/act/????/hostexecutordirectory: it is disposed of.Because it is the first file it tries to remove. In other instances it is another file. They all belong to root and cannot be removed by the runner which does not run as root.
Duplicate of #442