Error: timed out waiting for file ... internal libpod error with 'podman exec' #9724
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running
podman exec
in a detached container sometimes results in an error, such as this one:It seems to be related to the amount of generated output. We see it pop up in our custom gitlab executor. When we moved one build node to CentOS 8 Stream, CI jobs that generate lots of output started triggering this error.
Steps to reproduce the issue:
podman run --detach --tty --name ct-test centos:8 sleep 999999999
Execute a long running command that generates lots of output inside the running container. For example:
podman exec ct-test yes
orpodman --log-level debug exec ct-test /bin/bash -c 'for i in {1..10000000}; do echo $i; done'
Describe the results you received:
Describe the results you expected:
The command should complete and all output should be returned.
Additional information you deem important (e.g. issue 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?
Partially. I tried with the latest version of conman (after reading some of the comments in Issue #5339).
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical host. CentOS Stream release 8.
The text was updated successfully, but these errors were encountered: