-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman logs -f hangs with no error when container is completed #11461
Comments
@vrothberg Mind looking at this one? Otherwise - I'm a lot more concerned about that |
Something seems really off here why is |
Yes |
|
The PR was not linked correctly, the fix is merged into main. |
We fixed the panic - did we fix |
#11464 fixes it. I missed adding the hash for cross referencing and auto closing. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running
podman logs -f <id>
for a container which is terminated blocks forever.Steps to reproduce the issue:
podman run docker.io/library/hello-world
Wait for container to finish (withing milliseconds)
podman logs -f <container id>
💥Describe the results you received:
The
logs -f
commands hangs forever. Not returning any logs.Describe the results you expected:
Same behavior as
docker logs -f
, at least show the logs.Additional information you deem important (e.g. issue happens only occasionally):
This currently blocks podman support in testcontainers-rs: testcontainers/testcontainers-rs#299
Output of
podman version
:Same for 3.2.x!
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/master/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
Issue on Fedora 34 and Ubuntu GitHub actions runners. Worked before (unknown which version).
The text was updated successfully, but these errors were encountered: