-
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
flake: remote: podman cp dir from host to container #8972
Comments
Thanks, @edsantiago! Do you know how long it's happening already? (i.e., when it started to occur) |
The first comment shows all instances known to my cirrus-flake-summarize script. It shows the first instance on 2020-12-22. |
I will take a look at it once #8281 is fixed. |
Looking at the failure, I am under the impression that The file seems to be copied since we're not getting an ENOENT from the container. So it seems like |
The listed flakes have on thing in common: |
Well, now that you mention it, I searched my flake logs for anything that happens only on ubuntu 2004: sys: podman cp into a subdirectory matching GraphRoot
sys: podman cp into container: weird symlink expansion
|
Here's one with a similar symptom, but it's f33 and not remote?? sys: podman exec - with keep-id
|
It's smelling a like a race with conmon. A tough cookie without an easy reproducer. I'll skip this one for now in hope to get a better reproducer or for it to magically disappear. |
My hopes are high the flake has been fixed with the latest conmon v2.0.26 (currently in testing for F3{2,3}). |
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago Can you confirm/deny @vrothberg decision, IE Can we close this issue? |
@vrothberg's comment was on Feb 8. I see one instance since then: sys: podman cp dir from host to container
...but that was |
It's not dead. (remote ubuntu 2110 root):
It's the old ubuntu, which we no longer test, so I'm not going to reopen this issue. |
Reopening, because we just saw this on 36-aarch64:
|
Looks like this is another Ubuntu-only error. |
podman-remote cp tests are flaking; so far only on ubuntu-2004. Symptom is:
Instances to date:
sys: podman cp dir from host to container
--list-tags
option inpodman search
command. #8923Also seen in nightly cron
Test context:
podman/test/system/065-cp.bats
Line 139 in bbff9c8
The text was updated successfully, but these errors were encountered: