Which clang version is used on that build? (sorry i could not find it).
Trying to reproduce the error I came across the following problem. Configuring the project (I tried with gcc-6, clang-3.8 and clang-6.0) CMake gives the following error:
CMake Error at /data/dumux-3.0/dune-common/cmake/modules/DuneTestMacros.cmake:201 (message): Cannot deduce test name from multiple sources!Call Stack (most recent call first):test/common/geometry/CMakeLists.txt:1 (dune_add_test)-- Configuring incomplete, errors occurred!See also "/data/dumux-3.0/dumux/build-cmake/CMakeFiles/CMakeOutput.log".See also "/data/dumux-3.0/dumux/build-cmake/CMakeFiles/CMakeError.log".--- Failed to build dumux ---
Giving the test names gets rid of the error. Any ideas why I get this and you don't?