bug: failed to copy content to container (transient test error) #848
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
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/runner#848
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?
https://code.forgejo.org/forgejo/runner/actions/runs/6639/jobs/1
That explains why
/var/run/actis not mounted:// add some default binds and mounts to ValidVolumesrc.Config.ValidVolumes = append(rc.Config.ValidVolumes, name)rc.Config.ValidVolumes = append(rc.Config.ValidVolumes, name+"-env")// TODO: add a new configuration to control whether the docker daemon can be mountedSeeing that all cases where this fail happens is with multiple containers, I suppose there is a race and the run context is modified by two containers, only one of which gets in the list.
Let's hope #849 fixed it and re-open if it surfaces again.