Error: open /var/lib/containers/storage/overlay-containers/.../userdata/.../exit/...: no such file or directory #13613
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I'm running Ansible with podman connection plugin inside GitHub Action to provision and build container images. I get randomly this error:
It happens when Ansible tries to call chmod a+x on a file that it wants to execute, it goes through the code down to
podman exec
and I believe thatpodman exec
produces this error mentioned inerr
field.It is only reproducible in GitHub-hosted runner and only sporadically. The runner uses podman 3.4.2 version.
Steps to reproduce the issue:
Describe the results you received:
Error.
Describe the results you expected:
No error.
Additional information you deem important (e.g. issue happens only occasionally):
It happens only occasionally.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
No (3.4.2 is latest available version on Ubuntu 20.04)
Additional environment details (AWS, VirtualBox, physical, etc.):
GitHub-hosted ubuntu-latest runner.
The text was updated successfully, but these errors were encountered: