-
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
rawhide: channel "123" found, 0-3 supported: lost synchronization with multiplexed stream #15321
Comments
Potentially a Conmon bug, it could be writing the logs incorrectly. |
hmm, second rerun passed. So, it's a flake. |
https://bodhi.fedoraproject.org/updates/FEDORA-2022-0844660f50 .. tagged for rawhide stable. |
Here's a super-trivial reproducer: $ bin/podman-remote logs --timestamps nonexistentcontainer
Error: channel "123" found, 0-3 supported: lost synchronization with multiplexed stream If you run the server with
|
seeing the same issue w/ a customer. the end-user is running on an M1 Macbook via podman machine. saw a similar report for this at #14517 Restarting the podman machine seemed to have cleared it up. |
A friendly reminder that this issue had no activity for 30 days. |
Seen in f36 root not ok 111 podman stop - can trap signal
# podman-remote [...] run -d quay.io/libpod/testimage:20221018 sh -c trap 'echo Received SIGTERM, finishing; exit' SIGTERM; echo READY; while :; do sleep 1; done
<CID>
# podman-remote [...] logs CID
Error: channel "123" found, 0-3 supported: lost synchronization with multiplexed stream |
This is still happening and still cluttering CI logs. Super-trivial reproducer (assumes a podman-remote server): $ bin/podman-remote run -d --name foo --log-driver=none quay.io/libpod/testimage:20221018 top
d8ab54a2a9afc8ff8a7ab617fb6ee64bcae8f283b2c7c75be546b9ed63a28a92
$ bin/podman-remote logs foo
Error: channel "123" found, 0-3 supported: lost synchronization with multiplexed stream Nothing on the server side. If you run the server with
|
That specific presentation looks like it ought to be easy to fix. I doubt that fixes the entire bug, though, the other cases reported here don't seem related to log-driver=none |
@mheon I'm refreshing my memory on this... and, when I filed it, I reported two issues: log output missing (which caused an actual CI test failure), and the "123" thing (which does not). The missing-output bug is rare, making it hard to track down. The "123" bug, though, keeps distracting me because it shows up bright orange in logs and makes me think it's more serious than it is. If that is indeed easy to fix, it sure would be appreciated. |
Hmmmm.... then again, I wonder if this is the same issue? f37 remote rootless:
|
I pushed a fix for the |
Fixed in #18282. (It's possible that the underlying bug, where podman-remote logs are missing, may still exist. If so, I'll open a new bug for it). |
New bug seen in rawhide gating tests:
Symptoms:
podman logs
The text was updated successfully, but these errors were encountered: