[
https://issues.apache.org/jira/browse/MESOS-8608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663320#comment-16663320
]
Frank Greguska commented on MESOS-8608:
---------------------------------------
So the test itself is trying to create a bind mount:
[https://github.com/apache/mesos/blob/798cdab3a23b00b8bcf686e08c15c84dbaf3386b/3rdparty/stout/tests/os/rmdir_tests.cpp#L441]
Which apparently is not allowed under docker unless running in privileged mode:
[https://github.com/moby/moby/issues/5254]
But you can't build in privileged mode:
[https://github.com/moby/moby/issues/1916]
So I think the only solution I can come up with at the moment is to not run
`make check` during my build
> RmdirContinueOnErrorTest.RemoveWithContinueOnError fails.
> ---------------------------------------------------------
>
> Key: MESOS-8608
> URL: https://issues.apache.org/jira/browse/MESOS-8608
> Project: Mesos
> Issue Type: Bug
> Components: cmake
> Affects Versions: 1.4.1, 1.8.0
> Environment: Docker 17.12.0
> Ubuntu 16.04, Ubuntu 18.04
> Reporter: Pierre-Louis Chevallier
> Priority: Critical
> Labels: newbie, test
>
> I'm trying to run mesos on docker and when i "make check", i have 1 test that
> is failed, i followed all the requirements & instructions on mesos getting
> started guide. The Failed test say
> RmDirContinueOnErrorTest.RemoveWithContinuedOnError
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)