-
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-remote: run --rm: Error removing container #7340
Labels
flakes
Flakes from Continuous Integration
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.
remote
Problem is in podman-remote
Comments
edsantiago
added
flakes
Flakes from Continuous Integration
remote
Problem is in podman-remote
labels
Aug 17, 2020
CI flakes in the field: Podman run with volumes [It] podman named volume copyup
(The above might also show evidence of #7195. I haven't looked closely enough yet) |
Looking into this now. Thanks a lot for providing all the details, @edsantiago ! |
Looking at the remote code I found that |
#7561 to fix both issues |
vrothberg
added a commit
to vrothberg/libpod
that referenced
this issue
Sep 11, 2020
As error types are not preserved on the client side (due to marshaling), we cannot use `errors.Cause(...)` and friends but, unfortunately, have to fall back to looking for substring the error messages. Change the error checks in remote run to do substring matches and fix issue containers#7340. Fixes: containers#7340 Signed-off-by: Valentin Rothberg <[email protected]>
cevich
added a commit
to cevich/podman
that referenced
this issue
Mar 4, 2021
This test frequently flakes on at least one platform during daily cirrus-cron runs on the v2.2 branch. Since this is not happening on other versions, assume it's some kind of difficult-to-find/fix race condition. Skip the test on all platforms to cut down on noise. Ref: containers#7340 Signed-off-by: Chris Evich <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 22, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
flakes
Flakes from Continuous Integration
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.
remote
Problem is in podman-remote
Another podman-remote flake, probably a race condition. I don't think this is the same as #7195 because when it happens I actually get output.
Note that there are two distinct error messages:
Exit status, FWIW, is 0 even with the error.
master @ 47108e2, root and rootless
I've seen it even without the
-v testvol
, but it reproduces much more quickly with-v
. As in, less than five seconds to get an error message on my f32 laptop.The text was updated successfully, but these errors were encountered: