Replies: 2 comments
-
I have a similar running role tests with Jenkins using podman driver but it is also reported with docker, see #3818. I tried a lot, at least updating Python from 3.8 (Ubuntu 20.04 on a worker node) to latest source build (3.11.2) reduced reocurrance a lot but not completely. Another sporadic error that occurs follows this scheme: containers/podman#13613. I cannot tell if there is a common root cause, but both types occur randomly with a low percentage of runs and seem not to be related to any variables of the tests, like used worker node or container image. They just happen with the same "felt probability". Example:
|
Beta Was this translation helpful? Give feedback.
-
I'm also having problems with this. It fails on my Ubuntu 22.04 machine, but works fine on my 20.04 jumphost. I haven't had time to dig into it and figure out what the difference is in terms of Docker versions etc. |
Beta Was this translation helpful? Give feedback.
-
I've been struggling with the converge issue where Ansible cannot gather facts, allegedly due to not having permissions to write to the temporary directory:
The environment is as follows:
What is interesting is that when I run with two closely related OS Docker images, CentOS 7 and RHEL 7 in this case, the problem does not occur with CentOS 7 but does occur with RHEL 7. I've left
remote_tmp
set to/tmp
but that does not seem to have any effect.I'm mostly looking for any clues or guidance on how to dig further down and debug this issue.
Beta Was this translation helpful? Give feedback.
All reactions