-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: podman run check dnsname plugin: Error freeing pod ... lock #8279
Comments
The initial error indicates that something else freed the pod's lock before it was fully removed, and could be an indication of a lock being held by two different objects, which is very bad because it could easily lead to deadlocks. Would be very interested in seeing if you can reproduce this. |
Followup: it's a flake. Re-run made it pass. I tried the following, let it run for an hour, and could not get it to fail: $ ~/go/bin/ginkgo -trace -debug -progress -r -focus "run check dnsname plugin" -untilItFails test/e2e Maybe it's something in the CI environment, or maybe it's another e2e test running in parallel, or maybe something else entirely. I have no idea what else to do to reproduce this, so I suspect in thirty days we'll get a stale-issue label and someone will close. |
Well, well. Here we are again. int podman ubuntu-19 root host (First one was fedora-33 rootless). |
are you able to reproduce through repeated podman calls? repeated test runs? |
No, see my earlier comment. cirrus-flake-summarize is reporting four failures in the last week, starting 11-05. The dnsname test was merged 10-31 via #8203. @Luap99 could you chime in here please?
|
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago Still seeing this? |
Still happening, although not often: Podman run networking [It] podman run check dnsname plugin
|
A friendly reminder that this issue had no activity for 30 days. |
No occurrences reported since my last comment (December 18). |
Do you want to close or wait another month? |
I still see no direct correlation between the test and the error, so I'm afraid I can't be helpful in that area |
im with @mheon |
Well I am going to close and risk this triggering again and giving @edsantiago the ability to say I told you so. |
Seen in CI for #8277:
This happened on the first try (of three), but the next two then failed because of improper cleanup ("network name dnsNetTest is already used").
Log: int podman fedora-33 rootless host
Will retry and see if it's a flake.
The text was updated successfully, but these errors were encountered: