Vinod Kone created MESOS-5678:
---------------------------------
Summary: ASF CI builds are flaky due to docker rmi error
Key: MESOS-5678
URL: https://issues.apache.org/jira/browse/MESOS-5678
Project: Mesos
Issue Type: Bug
Components: jenkins
Reporter: Vinod Kone
I keep seeing these errors regularly in ASF CI builds. Not sure if this is a
docker issue or the way we are using docker (multiple CI builds could be
running on the same Jenkins slave communicating with the same docker daemon).
The script that CI runs is :
https://github.com/apache/mesos/blob/master/support/docker_build.sh
Error from Jenkins console:
{code}
+ docker rmi mesos-1466492154-21526
Error response from daemon: conflict: unable to delete f9514c3f2772 (must be
forced) - image is being used by stopped container fdb77d587399
Error: failed to remove images: [mesos-1466492154-21526]
Build step 'Execute shell' marked build as failure
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)