-
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
CI: flake: read unixpacket [conmon path] #7228
Comments
It is possible that this and #7195 are the same problem, but until there's evidence for that let's leave them as separate issues. |
|
Wow - a triple failure |
See #7195 (comment) for a reproducer. I'm still not convinced that this is the same as #7195: #7195 is "no output received, and sometimes there are other errors". This one is "read unixpacket error". The above reproducer triggers this error sometimes, but not reliably. Right now #7195 is the higher priority; until that one is understood, I still lean slightly toward keeping these two separate. (But as always I'm willing to listen to counterarguments). |
Whoa - just now seeing this in podman gating tests, which don't even pretend to test podman-remote:
|
Another flake in Fedora gating tests:
|
Yet another flake in Fedora gating tests: $ /usr/bin/podman run --rm -i --preserve-fds=2 quay.io/libpod/alpine_labels:latest sh -c cat <&4
Error: error attaching to container 15a23c97a2032cc22a1144c91aee76290964ebf5d5203674b0e256cea53100b6: read unixpacket @->/run/user/1001/libpod/tmp/socket/15a23c97a2032cc22a1144c91aee76290964ebf5d5203674b0e256cea53100b6/attach: read: connection reset by peer
[ rc=126 (** EXPECTED 0 **) ] This failed just minutes ago. The fix for #7195 was committed last week. This really proves to me that the root cause is unrelated to 7195. |
Another gating-test flake. podman-2.1.0-0.261.dev.gitfd7cdb2.fc34, rootless. (log).
Removing the |
A friendly reminder that this issue had no activity for 30 days. |
I honestly don't know if this is still present or not. My flake-summarize script isn't good enough to delve into the logs and analyze error messages, it only reports the failing test - and this failure happens on lots of different tests. |
I don't see any recent instances of this. (I haven't checked all error logs, though, only the most likely-looking ones). (And, unfortunately, Fedora gating tests haven't been running for some weeks now). Closing; will reopen if I see it again. |
As predicted, we're starting to see flakes in CI due to podman-remote tests being enabled. This one manifests as:
Seen in special testing rootless in #7224
Seen in fedora 31 test in #7222
I'm sorry not to be able to provide more information. I tried to reproduce this one last week and was unable to.
The text was updated successfully, but these errors were encountered: