[0KRunning with gitlab-runner 17.9.0 (c4cbe9dd)[0;m [0K on gitlab-ci@tu-dresden.de eb9848a6, system ID: r_naUI2azIcgKL[0;m section_start:1741717187:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20 ...[0;m [0KAuthenticating with credentials from job payload (GitLab Registry)[0;m [0KPulling docker image registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20 ...[0;m [0KUsing docker image sha256:124562f76de49aeee3439b1aa072f95ddab8ebc273c7686445054ad4a9b559ed for registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20 with digest registry.dune-project.org/docker/ci/dune@sha256:96eda3b2df4ea6c52ab139e1ecfc7208a11bb80497991887a2d742e2f496bdbd ...[0;m section_end:1741717265:prepare_executor [0Ksection_start:1741717265:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on ci via 819d43d53913... section_end:1741717276:prepare_script [0Ksection_start:1741717276:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Initialized empty Git repository in /builds/fufem/dune-fufem/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out dc9be524 as detached HEAD (ref is master)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1741717277:get_sources [0Ksection_start:1741717277:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:124562f76de49aeee3439b1aa072f95ddab8ebc273c7686445054ad4a9b559ed for registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20 with digest registry.dune-project.org/docker/ci/dune@sha256:96eda3b2df4ea6c52ab139e1ecfc7208a11bb80497991887a2d742e2f496bdbd ...[0;m [32;1m$ duneci-install-module https://gitlab.dune-project.org/extensions/dune-alugrid.git[0;m Cloning into 'dune-alugrid'... Parallel run with 4 processes Installing dune-alugrid url: https://gitlab.dune-project.org/extensions/dune-alugrid.git branch: releases/2.10 commit: 60aa6fa7e9e146911b653f5dab0aafa6e7fe9fe8 date: 2025-02-01 13:18:08 +0100 (commit) using opts file /duneci/dune.opts ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-alugrid --- --- calling all for dune-alugrid --- --- calling vcsetup for dune-alugrid --- --> Installing Git pre-commit hook to enforce whitespace policy --- calling cmake for dune-alugrid --- ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 "-Ddune-common_DIR=/duneci/modules/dune-common/build-cmake" "-Ddune-geometry_DIR=/duneci/modules/dune-geometry/build-cmake" "-Ddune-uggrid_DIR=/duneci/modules/dune-uggrid/build-cmake" "-Ddune-grid_DIR=/duneci/modules/dune-grid/build-cmake" -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 -DDUNE_OPTS_FILE="/duneci/dune.opts" "/duneci/modules/dune-alugrid" -- The C compiler identification is GNU 10.2.1 -- The CXX compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc-10 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-10 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting dune-common_LIBRARIES=Dune::Common -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Dependencies for dune-alugrid: dune-grid (>= 2.10) -- Setting dune-uggrid_LIBRARIES=Dune::UGGrid -- Setting dune-geometry_LIBRARIES=Dune::Geometry -- Setting dune-grid_LIBRARIES=Dune::Grid CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/CheckCXXFeatures.cmake:77 (message): The cmake variable CXX_MAX_STANDARD is deprecated. The variable CMAKE_CXX_STANDARD takes precedence over CXX_MAX_STANDARD. Call Stack (most recent call first): /duneci/modules/dune-common/cmake/modules/DuneProject.cmake:163 (include) CMakeLists.txt:49 (dune_project) -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED - Success -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - Success -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY - Success -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Could NOT find LatexMk (missing: LATEXMK_EXECUTABLE) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Setting the Dune debug stream minimal verbosity level to 4 (warn) -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Looking for dsyev_ -- Looking for dsyev_ - found -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Performing Test QuadMath_COMPILES -- Performing Test QuadMath_COMPILES - Success -- Found QuadMath: (Supported by compiler) -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found suitable version "3.1", minimum required is "3.0") -- Found MPI: TRUE (found suitable version "3.1", minimum required is "3.0") found components: C -- Found TBB: using configuration from TBB_DIR=/usr/lib/x86_64-linux-gnu/cmake/TBB (found version "2020.3") -- Found PTScotch: /usr/lib/x86_64-linux-gnu/libscotch.so (found version "6.1.0") -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") found components: C -- Could NOT find ParMETIS (missing: METIS_FOUND) (Required is at least version "4.0") -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Detected Compiler: GCC 10 -- Performing Test check_cxx_compiler_flag__Wabi -- Performing Test check_cxx_compiler_flag__Wabi - Success -- Performing Test check_cxx_compiler_flag__fabi_version_0 -- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success -- Performing Test check_cxx_compiler_flag__ffp_contract_fast -- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success -- target changed from "" to "generic" -- Performing Test check_cxx_compiler_flag__march_generic -- Performing Test check_cxx_compiler_flag__march_generic - Failed -- Performing Test check_cxx_compiler_flag__mno_sse2 -- Performing Test check_cxx_compiler_flag__mno_sse2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse3 -- Performing Test check_cxx_compiler_flag__mno_sse3 - Success -- Performing Test check_cxx_compiler_flag__mno_ssse3 -- Performing Test check_cxx_compiler_flag__mno_ssse3 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_1 -- Performing Test check_cxx_compiler_flag__mno_sse4_1 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_2 -- Performing Test check_cxx_compiler_flag__mno_sse4_2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4a -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success -- Performing Test check_cxx_compiler_flag__mno_avx -- Performing Test check_cxx_compiler_flag__mno_avx - Success -- Performing Test check_cxx_compiler_flag__mno_fma -- Performing Test check_cxx_compiler_flag__mno_fma - Success -- Performing Test check_cxx_compiler_flag__mno_bmi2 -- Performing Test check_cxx_compiler_flag__mno_bmi2 - Success -- Performing Test check_cxx_compiler_flag__mno_avx2 -- Performing Test check_cxx_compiler_flag__mno_avx2 - Success -- Performing Test check_cxx_compiler_flag__mno_xop -- Performing Test check_cxx_compiler_flag__mno_xop - Success -- Performing Test check_cxx_compiler_flag__mno_fma4 -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success -- Performing Test check_cxx_compiler_flag__mno_avx512f -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vl -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success -- Performing Test check_cxx_compiler_flag__mno_avx512pf -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success -- Performing Test check_cxx_compiler_flag__mno_avx512er -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success -- Performing Test check_cxx_compiler_flag__mno_avx512cd -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success -- Performing Test check_cxx_compiler_flag__mno_avx512dq -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success -- Performing Test check_cxx_compiler_flag__mno_avx512bw -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success -- Performing Test check_cxx_compiler_flag__mno_avx512ifma -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success -- Found Vc: /usr/lib/libVc.a (found version "1.3.3") -- Found Python3: /usr/bin/python3 (found version "3.9.2") found components: Interpreter Development Development.Module Development.Embed -- Found pip_/usr/bin/python3: TRUE -- Using existing virtualenv in /duneci/modules/dune-common/build-cmake/dune-env -- Found pip_/duneci/modules/dune-common/build-cmake/dune-env/bin/python: TRUE -- Setting dune-common_INCLUDE_DIRS=/duneci/modules/dune-common;/duneci/modules/dune-common/build-cmake/include -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid;/duneci/modules/dune-uggrid/build-cmake/include -- No module specific tests for module 'dune-geometry' ('DuneGeometryMacros.cmake' not found) -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry;/duneci/modules/dune-geometry/build-cmake/include -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - found -- Could NOT find ParMETIS (missing: METIS_FOUND) -- Checking for module 'alberta-grid_1d>=3.0' -- Found alberta-grid_1d, version 3.0.1 -- Checking for module 'alberta-grid_2d>=3.0' -- Found alberta-grid_2d, version 3.0.1 -- Checking for module 'alberta-grid_3d>=3.0' -- Found alberta-grid_3d, version 3.0.1 -- Found Alberta: /usr (found suitable version "3.0.1", minimum required is "3.0") -- Setting dune-grid_INCLUDE_DIRS=/duneci/modules/dune-grid;/duneci/modules/dune-grid/build-cmake/include -- Performing tests for dune-alugrid (from /duneci/modules/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake) -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Looking for include file sion.h -- Looking for include file sion.h - not found -- Could NOT find SIONlib (missing: SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) -- Could NOT find DLMalloc (missing: DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed -- Not enabling torture-tests -- Using scripts from /duneci/modules/dune-common/cmake/scripts for creating doxygen stuff. -- Installing python package abstract requirements: dune-common dune-geometry dune-grid -- Installing python package at /duneci/modules/dune-alugrid/build-cmake/python/. into Dune virtual environment --index-url=https://gitlab.dune-project.org/api/v4/projects/133/packages/pypi/simple -- Generating the CMake metadata file at dune/data/dune-alugrid.cmake -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-uggrid * dune-geometry * GMP, GNU multi-precision library, <https://gmplib.org> * QuadMath, GCC Quad-Precision Math Library, <https://gcc.gnu.org/onlinedocs/libquadmath> * TBB, Intel's Threading Building Blocks, <https://github.com/oneapi-src/oneTBB> * LAPACK, fast linear algebra routines * Threads, Multi-threading library * BLAS, fast linear algebra routines * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * UnixCommands * PkgConfig, Unified interface for querying installed libraries To find Dune module dependencies * Alberta (required version >= 3.0), An adaptive hierarchical finite element toolbox and grid manager, <https://gitlab.com/alberta-fem/alberta3> Provides the grid manager AlbertaGrid and file reader AlbertaReader * ZLIB * MPI, Message Passing Interface library Parallel programming on multiple processors * PTScotch, Sequential and Parallel Graph Partitioning, <https://gitlab.inria.fr/scotch/scotch> -- The following REQUIRED packages have been found: * dune-common * dune-grid -- The following OPTIONAL packages have not been found: * LATEX * LatexMk * Sphinx, Documentation generator, <www.sphinx-doc.org> To generate the documentation from CMake and Python sources * Doxygen, Class documentation generator, <www.doxygen.org> To generate the class documentation from C++ sources * Inkscape, converts SVG images, <www.inkscape.org> To generate the documentation with LaTeX * ParMETIS, Parallel Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview> * SIONlib * DLMalloc * ZOLTAN -- Configuring done -- Generating done -- Build files have been written to: /duneci/modules/dune-alugrid/build-cmake --- calling make for dune-alugrid --- ----- using default flags $MAKE_FLAGS from environment ----- build directory: build-cmake cmake --build . -- -j4 Scanning dependencies of target dunealugrid [ 4%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/3d/faceutility.cc.o [ 4%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/binaryio.cc.o [ 8%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/3d/topology.cc.o [ 12%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/3d/mappings.cc.o [ 16%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/macrofileheader.cc.o [ 20%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/ghost_info.cc.o [ 25%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_geo.cc.o [ 29%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_hexa_top.cc.o [ 33%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_impl.cc.o [ 37%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_mgb.cc.o [ 41%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_sti.cc.o [ 41%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_tetra_top.cc.o [ 45%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/mapp_cube_3d.cc.o [ 50%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/mapp_tetra_3d.cc.o [ 54%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/myalloc.cc.o [ 58%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/duneinterface/gitter_dune_impl.cc.o [ 62%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/ghost_elements.cc.o [ 66%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/duneinterface/gitter_dune_pll_impl.cc.o [ 70%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/mpAccess.cc.o [ 70%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_hexa_top_pll.cc.o [ 75%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_impl.cc.o [ 79%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_idn.cc.o [ 83%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_ldb.cc.o [ 87%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_mgb.cc.o [ 91%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_sti.cc.o [ 95%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_tetra_top_pll.cc.o [ 95%] Linking CXX static library lib/libdunealugrid.a [ 95%] Built target dunealugrid Scanning dependencies of target _alugrid [ 95%] Building CXX object python/dune/alugrid/CMakeFiles/_alugrid.dir/_alugrid.cc.o [100%] Linking CXX shared library _alugrid.so [100%] Built target _alugrid --- dune-alugrid done --- --- done --- [32;1m$ duneci-install-module https://gitlab.dune-project.org/extensions/dune-subgrid.git[0;m Cloning into 'dune-subgrid'... Parallel run with 4 processes Installing dune-subgrid url: https://gitlab.dune-project.org/extensions/dune-subgrid.git branch: releases/2.10 commit: e71cc9c2514356c7cd989f0c13661f10c37c58df date: 2024-11-05 17:33:21 +0000 (commit) using opts file /duneci/dune.opts ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-subgrid --- --- calling all for dune-subgrid --- --- calling vcsetup for dune-subgrid --- --- calling cmake for dune-subgrid --- ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 "-Ddune-common_DIR=/duneci/modules/dune-common/build-cmake" "-Ddune-geometry_DIR=/duneci/modules/dune-geometry/build-cmake" "-Ddune-uggrid_DIR=/duneci/modules/dune-uggrid/build-cmake" "-Ddune-grid_DIR=/duneci/modules/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/duneci/modules/dune-alugrid/build-cmake" -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 -DDUNE_OPTS_FILE="/duneci/dune.opts" "/duneci/modules/dune-subgrid" -- The C compiler identification is GNU 10.2.1 -- The CXX compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc-10 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-10 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting dune-common_LIBRARIES=Dune::Common -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Dependencies for dune-subgrid: dune-common;dune-geometry;dune-grid -- Suggestions for dune-subgrid: dune-alugrid;dune-uggrid -- Setting dune-uggrid_LIBRARIES=Dune::UGGrid -- Setting dune-geometry_LIBRARIES=Dune::Geometry -- Setting dune-grid_LIBRARIES=Dune::Grid -- Setting dune-alugrid_LIBRARIES=Dune::ALUGrid -- Dependencies for dune-geometry: dune-common (>= 2.10) -- Dependencies for dune-grid: dune-geometry (>= 2.10) -- Suggestions for dune-grid: dune-uggrid (>=2.10) CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/CheckCXXFeatures.cmake:77 (message): The cmake variable CXX_MAX_STANDARD is deprecated. The variable CMAKE_CXX_STANDARD takes precedence over CXX_MAX_STANDARD. Call Stack (most recent call first): /duneci/modules/dune-common/cmake/modules/DuneProject.cmake:163 (include) CMakeLists.txt:22 (dune_project) -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED - Success -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - Success -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY - Success -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Could NOT find LatexMk (missing: LATEXMK_EXECUTABLE) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Setting the Dune debug stream minimal verbosity level to 4 (warn) -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Looking for dsyev_ -- Looking for dsyev_ - found -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Performing Test QuadMath_COMPILES -- Performing Test QuadMath_COMPILES - Success -- Found QuadMath: (Supported by compiler) -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found suitable version "3.1", minimum required is "3.0") -- Found MPI: TRUE (found suitable version "3.1", minimum required is "3.0") found components: C -- Found TBB: using configuration from TBB_DIR=/usr/lib/x86_64-linux-gnu/cmake/TBB (found version "2020.3") -- Found PTScotch: /usr/lib/x86_64-linux-gnu/libscotch.so (found version "6.1.0") -- Looking for METIS_PartGraphVKway -- Looking for METIS_PartGraphVKway - found -- Found METIS: /usr/lib/x86_64-linux-gnu/libscotchmetis.so -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") found components: C -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so (Required is at least version "4.0") -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Detected Compiler: GCC 10 -- Performing Test check_cxx_compiler_flag__Wabi -- Performing Test check_cxx_compiler_flag__Wabi - Success -- Performing Test check_cxx_compiler_flag__fabi_version_0 -- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success -- Performing Test check_cxx_compiler_flag__ffp_contract_fast -- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success -- target changed from "" to "generic" -- Performing Test check_cxx_compiler_flag__march_generic -- Performing Test check_cxx_compiler_flag__march_generic - Failed -- Performing Test check_cxx_compiler_flag__mno_sse2 -- Performing Test check_cxx_compiler_flag__mno_sse2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse3 -- Performing Test check_cxx_compiler_flag__mno_sse3 - Success -- Performing Test check_cxx_compiler_flag__mno_ssse3 -- Performing Test check_cxx_compiler_flag__mno_ssse3 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_1 -- Performing Test check_cxx_compiler_flag__mno_sse4_1 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_2 -- Performing Test check_cxx_compiler_flag__mno_sse4_2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4a -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success -- Performing Test check_cxx_compiler_flag__mno_avx -- Performing Test check_cxx_compiler_flag__mno_avx - Success -- Performing Test check_cxx_compiler_flag__mno_fma -- Performing Test check_cxx_compiler_flag__mno_fma - Success -- Performing Test check_cxx_compiler_flag__mno_bmi2 -- Performing Test check_cxx_compiler_flag__mno_bmi2 - Success -- Performing Test check_cxx_compiler_flag__mno_avx2 -- Performing Test check_cxx_compiler_flag__mno_avx2 - Success -- Performing Test check_cxx_compiler_flag__mno_xop -- Performing Test check_cxx_compiler_flag__mno_xop - Success -- Performing Test check_cxx_compiler_flag__mno_fma4 -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success -- Performing Test check_cxx_compiler_flag__mno_avx512f -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vl -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success -- Performing Test check_cxx_compiler_flag__mno_avx512pf -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success -- Performing Test check_cxx_compiler_flag__mno_avx512er -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success -- Performing Test check_cxx_compiler_flag__mno_avx512cd -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success -- Performing Test check_cxx_compiler_flag__mno_avx512dq -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success -- Performing Test check_cxx_compiler_flag__mno_avx512bw -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success -- Performing Test check_cxx_compiler_flag__mno_avx512ifma -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success -- Found Vc: /usr/lib/libVc.a (found version "1.3.3") -- Found Python3: /usr/bin/python3 (found version "3.9.2") found components: Interpreter Development Development.Module Development.Embed -- Found pip_/usr/bin/python3: TRUE -- Using existing virtualenv in /duneci/modules/dune-common/build-cmake/dune-env -- Found pip_/duneci/modules/dune-common/build-cmake/dune-env/bin/python: TRUE -- Setting dune-common_INCLUDE_DIRS=/duneci/modules/dune-common;/duneci/modules/dune-common/build-cmake/include -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid;/duneci/modules/dune-uggrid/build-cmake/include -- No module specific tests for module 'dune-geometry' ('DuneGeometryMacros.cmake' not found) -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry;/duneci/modules/dune-geometry/build-cmake/include -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - found -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- Checking for module 'alberta-grid_1d>=3.0' -- Found alberta-grid_1d, version 3.0.1 -- Checking for module 'alberta-grid_2d>=3.0' -- Found alberta-grid_2d, version 3.0.1 -- Checking for module 'alberta-grid_3d>=3.0' -- Found alberta-grid_3d, version 3.0.1 -- Found Alberta: /usr (found suitable version "3.0.1", minimum required is "3.0") -- Setting dune-grid_INCLUDE_DIRS=/duneci/modules/dune-grid;/duneci/modules/dune-grid/build-cmake/include -- Performing tests for dune-alugrid (from /duneci/modules/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake) -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Looking for include file sion.h -- Looking for include file sion.h - not found -- Could NOT find SIONlib (missing: SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) -- Could NOT find DLMalloc (missing: DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed -- Not enabling torture-tests -- Setting dune-alugrid_INCLUDE_DIRS=/duneci/modules/dune-alugrid;/duneci/modules/dune-alugrid/build-cmake/include -- Performing tests for dune-subgrid (from /duneci/modules/dune-subgrid/cmake/modules/DuneSubgridMacros.cmake) -- Using scripts from /duneci/modules/dune-common/cmake/scripts for creating doxygen stuff. -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-uggrid * dune-alugrid * GMP, GNU multi-precision library, <https://gmplib.org> * QuadMath, GCC Quad-Precision Math Library, <https://gcc.gnu.org/onlinedocs/libquadmath> * TBB, Intel's Threading Building Blocks, <https://github.com/oneapi-src/oneTBB> * LAPACK, fast linear algebra routines * Threads, Multi-threading library * BLAS, fast linear algebra routines * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * UnixCommands * ParMETIS, Parallel Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview> * PkgConfig, Unified interface for querying installed libraries To find Dune module dependencies * Alberta (required version >= 3.0), An adaptive hierarchical finite element toolbox and grid manager, <https://gitlab.com/alberta-fem/alberta3> Provides the grid manager AlbertaGrid and file reader AlbertaReader * ZLIB * MPI, Message Passing Interface library Parallel programming on multiple processors * PTScotch, Sequential and Parallel Graph Partitioning, <https://gitlab.inria.fr/scotch/scotch> * METIS, Serial Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview> -- The following REQUIRED packages have been found: * dune-common * dune-geometry * dune-grid -- The following OPTIONAL packages have not been found: * LATEX * LatexMk * Sphinx, Documentation generator, <www.sphinx-doc.org> To generate the documentation from CMake and Python sources * Doxygen, Class documentation generator, <www.doxygen.org> To generate the class documentation from C++ sources * Inkscape, converts SVG images, <www.inkscape.org> To generate the documentation with LaTeX * SIONlib * DLMalloc * ZOLTAN -- Configuring done -- Generating done -- Build files have been written to: /duneci/modules/dune-subgrid/build-cmake --- calling make for dune-subgrid --- ----- using default flags $MAKE_FLAGS from environment ----- build directory: build-cmake cmake --build . -- -j4 --- dune-subgrid done --- --- done --- [32;1m$ duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git[0;m Cloning into 'dune-vtk'... Parallel run with 4 processes Installing dune-vtk url: https://gitlab.dune-project.org/extensions/dune-vtk.git branch: releases/2.10 commit: 2d1ad28c71340f9399539e487eff32db2ff5cc6f date: 2024-09-04 16:47:45 +0200 (commit) using opts file /duneci/dune.opts ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-vtk --- --- calling all for dune-vtk --- --- calling vcsetup for dune-vtk --- --> Installing Git pre-commit hook to enforce whitespace policy --- calling cmake for dune-vtk --- ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 "-Ddune-common_DIR=/duneci/modules/dune-common/build-cmake" "-Ddune-geometry_DIR=/duneci/modules/dune-geometry/build-cmake" "-Ddune-uggrid_DIR=/duneci/modules/dune-uggrid/build-cmake" "-Ddune-grid_DIR=/duneci/modules/dune-grid/build-cmake" "-Ddune-localfunctions_DIR=/duneci/modules/dune-localfunctions/build-cmake" "-Ddune-istl_DIR=/duneci/modules/dune-istl/build-cmake" "-Ddune-typetree_DIR=/duneci/modules/dune-typetree/build-cmake" "-Ddune-functions_DIR=/duneci/modules/dune-functions/build-cmake" "-Ddune-alugrid_DIR=/duneci/modules/dune-alugrid/build-cmake" -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 -DDUNE_OPTS_FILE="/duneci/dune.opts" "/duneci/modules/dune-vtk" -- The CXX compiler identification is GNU 10.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-10 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting dune-common_LIBRARIES=Dune::Common -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc-10 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Dependencies for dune-vtk: dune-grid (>= 2.10);dune-localfunctions (>= 2.10) -- Suggestions for dune-vtk: dune-functions;dune-spgrid;dune-polygongrid;dune-alugrid;dune-uggrid;dune-foamgrid -- Setting dune-geometry_LIBRARIES=Dune::Geometry -- Setting dune-localfunctions_LIBRARIES=Dune::LocalFunctions -- Setting dune-uggrid_LIBRARIES=Dune::UGGrid -- Setting dune-grid_LIBRARIES=Dune::Grid -- Setting dune-istl_LIBRARIES=Dune::ISTL -- Setting dune-typetree_LIBRARIES=Dune::TypeTree -- Setting dune-functions_LIBRARIES=Dune::Functions -- Setting dune-alugrid_LIBRARIES=Dune::ALUGrid -- Dependencies for dune-grid: dune-geometry (>= 2.10) -- Suggestions for dune-grid: dune-uggrid (>=2.10) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.10) CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/CheckCXXFeatures.cmake:77 (message): The cmake variable CXX_MAX_STANDARD is deprecated. The variable CMAKE_CXX_STANDARD takes precedence over CXX_MAX_STANDARD. Call Stack (most recent call first): /duneci/modules/dune-common/cmake/modules/DuneProject.cmake:163 (include) CMakeLists.txt:20 (dune_project) -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED - Success -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - Success -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY - Success -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Could NOT find LatexMk (missing: LATEXMK_EXECUTABLE) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Setting the Dune debug stream minimal verbosity level to 4 (warn) -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Looking for dsyev_ -- Looking for dsyev_ - found -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Performing Test QuadMath_COMPILES -- Performing Test QuadMath_COMPILES - Success -- Found QuadMath: (Supported by compiler) -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found suitable version "3.1", minimum required is "3.0") -- Found MPI: TRUE (found suitable version "3.1", minimum required is "3.0") found components: C -- Found TBB: using configuration from TBB_DIR=/usr/lib/x86_64-linux-gnu/cmake/TBB (found version "2020.3") -- Found PTScotch: /usr/lib/x86_64-linux-gnu/libscotch.so (found version "6.1.0") -- Looking for METIS_PartGraphVKway -- Looking for METIS_PartGraphVKway - found -- Found METIS: /usr/lib/x86_64-linux-gnu/libscotchmetis.so -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") found components: C -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so (Required is at least version "4.0") -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Detected Compiler: GCC 10 -- Performing Test check_cxx_compiler_flag__Wabi -- Performing Test check_cxx_compiler_flag__Wabi - Success -- Performing Test check_cxx_compiler_flag__fabi_version_0 -- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success -- Performing Test check_cxx_compiler_flag__ffp_contract_fast -- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success -- target changed from "" to "generic" -- Performing Test check_cxx_compiler_flag__march_generic -- Performing Test check_cxx_compiler_flag__march_generic - Failed -- Performing Test check_cxx_compiler_flag__mno_sse2 -- Performing Test check_cxx_compiler_flag__mno_sse2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse3 -- Performing Test check_cxx_compiler_flag__mno_sse3 - Success -- Performing Test check_cxx_compiler_flag__mno_ssse3 -- Performing Test check_cxx_compiler_flag__mno_ssse3 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_1 -- Performing Test check_cxx_compiler_flag__mno_sse4_1 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_2 -- Performing Test check_cxx_compiler_flag__mno_sse4_2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4a -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success -- Performing Test check_cxx_compiler_flag__mno_avx -- Performing Test check_cxx_compiler_flag__mno_avx - Success -- Performing Test check_cxx_compiler_flag__mno_fma -- Performing Test check_cxx_compiler_flag__mno_fma - Success -- Performing Test check_cxx_compiler_flag__mno_bmi2 -- Performing Test check_cxx_compiler_flag__mno_bmi2 - Success -- Performing Test check_cxx_compiler_flag__mno_avx2 -- Performing Test check_cxx_compiler_flag__mno_avx2 - Success -- Performing Test check_cxx_compiler_flag__mno_xop -- Performing Test check_cxx_compiler_flag__mno_xop - Success -- Performing Test check_cxx_compiler_flag__mno_fma4 -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success -- Performing Test check_cxx_compiler_flag__mno_avx512f -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vl -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success -- Performing Test check_cxx_compiler_flag__mno_avx512pf -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success -- Performing Test check_cxx_compiler_flag__mno_avx512er -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success -- Performing Test check_cxx_compiler_flag__mno_avx512cd -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success -- Performing Test check_cxx_compiler_flag__mno_avx512dq -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success -- Performing Test check_cxx_compiler_flag__mno_avx512bw -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success -- Performing Test check_cxx_compiler_flag__mno_avx512ifma -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success -- Found Vc: /usr/lib/libVc.a (found version "1.3.3") -- Found Python3: /usr/bin/python3 (found version "3.9.2") found components: Interpreter Development Development.Module Development.Embed -- Found pip_/usr/bin/python3: TRUE -- Using existing virtualenv in /duneci/modules/dune-common/build-cmake/dune-env -- Found pip_/duneci/modules/dune-common/build-cmake/dune-env/bin/python: TRUE -- Setting dune-common_INCLUDE_DIRS=/duneci/modules/dune-common;/duneci/modules/dune-common/build-cmake/include -- No module specific tests for module 'dune-geometry' ('DuneGeometryMacros.cmake' not found) -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry;/duneci/modules/dune-geometry/build-cmake/include -- No module specific tests for module 'dune-localfunctions' ('DuneLocalfunctionsMacros.cmake' not found) -- Setting dune-localfunctions_INCLUDE_DIRS=/duneci/modules/dune-localfunctions;/duneci/modules/dune-localfunctions/build-cmake/include -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid;/duneci/modules/dune-uggrid/build-cmake/include -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - found -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- Checking for module 'alberta-grid_1d>=3.0' -- Found alberta-grid_1d, version 3.0.1 -- Checking for module 'alberta-grid_2d>=3.0' -- Found alberta-grid_2d, version 3.0.1 -- Checking for module 'alberta-grid_3d>=3.0' -- Found alberta-grid_3d, version 3.0.1 -- Found Alberta: /usr (found suitable version "3.0.1", minimum required is "3.0") -- Setting dune-grid_INCLUDE_DIRS=/duneci/modules/dune-grid;/duneci/modules/dune-grid/build-cmake/include -- Performing tests for dune-istl (from /duneci/modules/dune-istl/cmake/modules/DuneIstlMacros.cmake) -- Found SuperLU: /usr/lib/x86_64-linux-gnu/libsuperlu.so (found suitable version "5.2.2", minimum required is "5.0") -- Found ARPACK: /usr/lib/x86_64-linux-gnu/libarpack.so -- Found ARPACKPP: TRUE -- Setting dune-istl_INCLUDE_DIRS=/duneci/modules/dune-istl;/duneci/modules/dune-istl/build-cmake/include -- No module specific tests for module 'dune-typetree' ('DuneTypetreeMacros.cmake' not found) -- Setting dune-typetree_INCLUDE_DIRS=/duneci/modules/dune-typetree;/duneci/modules/dune-typetree/build-cmake/include -- No module specific tests for module 'dune-functions' ('DuneFunctionsMacros.cmake' not found) -- Setting dune-functions_INCLUDE_DIRS=/duneci/modules/dune-functions;/duneci/modules/dune-functions/build-cmake/include -- Performing tests for dune-alugrid (from /duneci/modules/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake) -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Looking for include file sion.h -- Looking for include file sion.h - not found -- Could NOT find SIONlib (missing: SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) -- Could NOT find DLMalloc (missing: DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed -- Not enabling torture-tests -- Setting dune-alugrid_INCLUDE_DIRS=/duneci/modules/dune-alugrid;/duneci/modules/dune-alugrid/build-cmake/include -- Performing tests for dune-vtk (from /duneci/modules/dune-vtk/cmake/modules/DuneVtkMacros.cmake) -- Using scripts from /duneci/modules/dune-common/cmake/scripts for creating doxygen stuff. -- Installing python package abstract requirements: dune-alugrid dune-common dune-functions dune-geometry dune-grid dune-istl dune-localfunctions -- Installing python package at /duneci/modules/dune-vtk/build-cmake/python/. into Dune virtual environment --index-url=https://gitlab.dune-project.org/api/v4/projects/133/packages/pypi/simple -- Generating the CMake metadata file at vtk/data/dune-vtk.cmake -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-geometry * dune-istl * dune-typetree * dune-uggrid * dune-functions * dune-alugrid * GMP, GNU multi-precision library, <https://gmplib.org> * QuadMath, GCC Quad-Precision Math Library, <https://gcc.gnu.org/onlinedocs/libquadmath> * TBB, Intel's Threading Building Blocks, <https://github.com/oneapi-src/oneTBB> * LAPACK, fast linear algebra routines * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * UnixCommands * PkgConfig, Unified interface for querying installed libraries To find Dune module dependencies * Alberta (required version >= 3.0), An adaptive hierarchical finite element toolbox and grid manager, <https://gitlab.com/alberta-fem/alberta3> Provides the grid manager AlbertaGrid and file reader AlbertaReader * ParMETIS, Parallel Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview> * Threads, Multi-threading library * BLAS, fast linear algebra routines * SuperLU (required version >= 5.0), Supernodal LU Direct solver for linear system, based on LU decomposition * ARPACK, ARnoldi PACKage Solve large scale eigenvalue problems * ARPACKPP, ARPACK++ C++ interface for ARPACK * MPI, Message Passing Interface library Parallel programming on multiple processors * PTScotch, Sequential and Parallel Graph Partitioning, <https://gitlab.inria.fr/scotch/scotch> * METIS, Serial Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview> * ZLIB -- The following REQUIRED packages have been found: * dune-localfunctions * dune-common * dune-grid -- The following OPTIONAL packages have not been found: * dune-spgrid * dune-polygongrid * dune-foamgrid * LATEX * LatexMk * Sphinx, Documentation generator, <www.sphinx-doc.org> To generate the documentation from CMake and Python sources * Doxygen, Class documentation generator, <www.doxygen.org> To generate the class documentation from C++ sources * Inkscape, converts SVG images, <www.inkscape.org> To generate the documentation with LaTeX * SIONlib * DLMalloc * ZOLTAN -- Configuring done -- Generating done -- Build files have been written to: /duneci/modules/dune-vtk/build-cmake --- calling make for dune-vtk --- ----- using default flags $MAKE_FLAGS from environment ----- build directory: build-cmake cmake --build . -- -j4 Scanning dependencies of target dunevtk [ 20%] Building CXX object CMakeFiles/dunevtk.dir/dune/vtk/utility/filesystem.cc.o [ 40%] Building CXX object CMakeFiles/dunevtk.dir/dune/vtk/types.cc.o [ 60%] Linking CXX static library lib/libdunevtk.a [ 60%] Built target dunevtk Scanning dependencies of target _vtk [ 80%] Building CXX object python/dune/vtk/CMakeFiles/_vtk.dir/_vtk.cc.o [100%] Linking CXX shared library _vtk.so [100%] Built target _vtk --- dune-vtk done --- --- done --- [32;1m$ duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git[0;m Cloning into 'dune-matrix-vector'... Parallel run with 4 processes Installing dune-matrix-vector url: https://gitlab.dune-project.org/fufem/dune-matrix-vector.git branch: releases/2.10 commit: 7a0cede1b66687b48c034d6489c1e12c6dccc6de date: 2024-12-04 09:01:41 +0100 (commit) using opts file /duneci/dune.opts ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-matrix-vector --- --- calling all for dune-matrix-vector --- --- calling vcsetup for dune-matrix-vector --- --- calling cmake for dune-matrix-vector --- ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- cmake -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 "-Ddune-common_DIR=/duneci/modules/dune-common/build-cmake" "-Ddune-geometry_DIR=/duneci/modules/dune-geometry/build-cmake" "-Ddune-localfunctions_DIR=/duneci/modules/dune-localfunctions/build-cmake" "-Ddune-uggrid_DIR=/duneci/modules/dune-uggrid/build-cmake" "-Ddune-grid_DIR=/duneci/modules/dune-grid/build-cmake" "-Ddune-istl_DIR=/duneci/modules/dune-istl/build-cmake" -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 -DDUNE_OPTS_FILE="/duneci/dune.opts" "/duneci/modules/dune-matrix-vector" -- The CXX compiler identification is GNU 10.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-10 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting dune-common_LIBRARIES=Dune::Common -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc-10 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Dependencies for dune-matrix-vector: dune-common;dune-geometry;dune-localfunctions;dune-grid;dune-istl -- Setting dune-geometry_LIBRARIES=Dune::Geometry -- Setting dune-localfunctions_LIBRARIES=Dune::LocalFunctions -- Setting dune-uggrid_LIBRARIES=Dune::UGGrid -- Setting dune-grid_LIBRARIES=Dune::Grid -- Setting dune-istl_LIBRARIES=Dune::ISTL CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/CheckCXXFeatures.cmake:77 (message): The cmake variable CXX_MAX_STANDARD is deprecated. The variable CMAKE_CXX_STANDARD takes precedence over CXX_MAX_STANDARD. Call Stack (most recent call first): /duneci/modules/dune-common/cmake/modules/DuneProject.cmake:163 (include) CMakeLists.txt:19 (dune_project) -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED - Success -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - Success -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY - Success -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Could NOT find LatexMk (missing: LATEXMK_EXECUTABLE) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Setting the Dune debug stream minimal verbosity level to 4 (warn) -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Looking for dsyev_ -- Looking for dsyev_ - found -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Performing Test QuadMath_COMPILES -- Performing Test QuadMath_COMPILES - Success -- Found QuadMath: (Supported by compiler) -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found suitable version "3.1", minimum required is "3.0") -- Found MPI: TRUE (found suitable version "3.1", minimum required is "3.0") found components: C -- Found TBB: using configuration from TBB_DIR=/usr/lib/x86_64-linux-gnu/cmake/TBB (found version "2020.3") -- Found PTScotch: /usr/lib/x86_64-linux-gnu/libscotch.so (found version "6.1.0") -- Looking for METIS_PartGraphVKway -- Looking for METIS_PartGraphVKway - found -- Found METIS: /usr/lib/x86_64-linux-gnu/libscotchmetis.so -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") found components: C -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so (Required is at least version "4.0") -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Detected Compiler: GCC 10 -- Performing Test check_cxx_compiler_flag__Wabi -- Performing Test check_cxx_compiler_flag__Wabi - Success -- Performing Test check_cxx_compiler_flag__fabi_version_0 -- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success -- Performing Test check_cxx_compiler_flag__ffp_contract_fast -- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success -- target changed from "" to "generic" -- Performing Test check_cxx_compiler_flag__march_generic -- Performing Test check_cxx_compiler_flag__march_generic - Failed -- Performing Test check_cxx_compiler_flag__mno_sse2 -- Performing Test check_cxx_compiler_flag__mno_sse2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse3 -- Performing Test check_cxx_compiler_flag__mno_sse3 - Success -- Performing Test check_cxx_compiler_flag__mno_ssse3 -- Performing Test check_cxx_compiler_flag__mno_ssse3 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_1 -- Performing Test check_cxx_compiler_flag__mno_sse4_1 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_2 -- Performing Test check_cxx_compiler_flag__mno_sse4_2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4a -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success -- Performing Test check_cxx_compiler_flag__mno_avx -- Performing Test check_cxx_compiler_flag__mno_avx - Success -- Performing Test check_cxx_compiler_flag__mno_fma -- Performing Test check_cxx_compiler_flag__mno_fma - Success -- Performing Test check_cxx_compiler_flag__mno_bmi2 -- Performing Test check_cxx_compiler_flag__mno_bmi2 - Success -- Performing Test check_cxx_compiler_flag__mno_avx2 -- Performing Test check_cxx_compiler_flag__mno_avx2 - Success -- Performing Test check_cxx_compiler_flag__mno_xop -- Performing Test check_cxx_compiler_flag__mno_xop - Success -- Performing Test check_cxx_compiler_flag__mno_fma4 -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success -- Performing Test check_cxx_compiler_flag__mno_avx512f -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vl -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success -- Performing Test check_cxx_compiler_flag__mno_avx512pf -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success -- Performing Test check_cxx_compiler_flag__mno_avx512er -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success -- Performing Test check_cxx_compiler_flag__mno_avx512cd -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success -- Performing Test check_cxx_compiler_flag__mno_avx512dq -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success -- Performing Test check_cxx_compiler_flag__mno_avx512bw -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success -- Performing Test check_cxx_compiler_flag__mno_avx512ifma -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success -- Found Vc: /usr/lib/libVc.a (found version "1.3.3") -- Found Python3: /usr/bin/python3 (found version "3.9.2") found components: Interpreter Development Development.Module Development.Embed -- Found pip_/usr/bin/python3: TRUE -- Using existing virtualenv in /duneci/modules/dune-common/build-cmake/dune-env -- Found pip_/duneci/modules/dune-common/build-cmake/dune-env/bin/python: TRUE -- Setting dune-common_INCLUDE_DIRS=/duneci/modules/dune-common;/duneci/modules/dune-common/build-cmake/include -- No module specific tests for module 'dune-geometry' ('DuneGeometryMacros.cmake' not found) -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry;/duneci/modules/dune-geometry/build-cmake/include -- No module specific tests for module 'dune-localfunctions' ('DuneLocalfunctionsMacros.cmake' not found) -- Setting dune-localfunctions_INCLUDE_DIRS=/duneci/modules/dune-localfunctions;/duneci/modules/dune-localfunctions/build-cmake/include -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid;/duneci/modules/dune-uggrid/build-cmake/include -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - found -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- Checking for module 'alberta-grid_1d>=3.0' -- Found alberta-grid_1d, version 3.0.1 -- Checking for module 'alberta-grid_2d>=3.0' -- Found alberta-grid_2d, version 3.0.1 -- Checking for module 'alberta-grid_3d>=3.0' -- Found alberta-grid_3d, version 3.0.1 -- Found Alberta: /usr (found suitable version "3.0.1", minimum required is "3.0") -- Setting dune-grid_INCLUDE_DIRS=/duneci/modules/dune-grid;/duneci/modules/dune-grid/build-cmake/include -- Performing tests for dune-istl (from /duneci/modules/dune-istl/cmake/modules/DuneIstlMacros.cmake) -- Found SuperLU: /usr/lib/x86_64-linux-gnu/libsuperlu.so (found suitable version "5.2.2", minimum required is "5.0") -- Found ARPACK: /usr/lib/x86_64-linux-gnu/libarpack.so -- Found ARPACKPP: TRUE -- Setting dune-istl_INCLUDE_DIRS=/duneci/modules/dune-istl;/duneci/modules/dune-istl/build-cmake/include -- Performing tests for dune-matrix-vector (from /duneci/modules/dune-matrix-vector/cmake/modules/DuneMatrixVectorMacros.cmake) -- Using scripts from /duneci/modules/dune-common/cmake/scripts for creating doxygen stuff. -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-uggrid * GMP, GNU multi-precision library, <https://gmplib.org> * QuadMath, GCC Quad-Precision Math Library, <https://gcc.gnu.org/onlinedocs/libquadmath> * TBB, Intel's Threading Building Blocks, <https://github.com/oneapi-src/oneTBB> * LAPACK, fast linear algebra routines * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * UnixCommands * PkgConfig, Unified interface for querying installed libraries To find Dune module dependencies * Alberta (required version >= 3.0), An adaptive hierarchical finite element toolbox and grid manager, <https://gitlab.com/alberta-fem/alberta3> Provides the grid manager AlbertaGrid and file reader AlbertaReader * METIS, Serial Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview> * MPI, Message Passing Interface library Parallel programming on multiple processors * PTScotch, Sequential and Parallel Graph Partitioning, <https://gitlab.inria.fr/scotch/scotch> * ParMETIS, Parallel Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview> * Threads, Multi-threading library * BLAS, fast linear algebra routines * SuperLU (required version >= 5.0), Supernodal LU Direct solver for linear system, based on LU decomposition * ARPACK, ARnoldi PACKage Solve large scale eigenvalue problems * ARPACKPP, ARPACK++ C++ interface for ARPACK -- The following REQUIRED packages have been found: * dune-localfunctions * dune-geometry * dune-grid * dune-common * dune-istl -- The following OPTIONAL packages have not been found: * LATEX * LatexMk * Sphinx, Documentation generator, <www.sphinx-doc.org> To generate the documentation from CMake and Python sources * Doxygen, Class documentation generator, <www.doxygen.org> To generate the class documentation from C++ sources * Inkscape, converts SVG images, <www.inkscape.org> To generate the documentation with LaTeX -- Configuring done -- Generating done -- Build files have been written to: /duneci/modules/dune-matrix-vector/build-cmake --- calling make for dune-matrix-vector --- ----- using default flags $MAKE_FLAGS from environment ----- build directory: build-cmake cmake --build . -- -j4 --- dune-matrix-vector done --- --- done --- [32;1m$ duneci-standard-test[0;m Parallel run with 4 processes + dunecontrol --current --opts=/duneci/dune.opts vcsetup ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-fufem --- --- calling vcsetup for dune-fufem --- --- dune-fufem done --- --- done --- + dunecontrol --current --opts=/duneci/dune.opts configure ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-fufem --- --- calling configure for dune-fufem --- cmake "-Ddune-common_DIR=/duneci/modules/dune-common/build-cmake" "-Ddune-geometry_DIR=/duneci/modules/dune-geometry/build-cmake" "-Ddune-uggrid_DIR=/duneci/modules/dune-uggrid/build-cmake" "-Ddune-grid_DIR=/duneci/modules/dune-grid/build-cmake" "-Ddune-istl_DIR=/duneci/modules/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/duneci/modules/dune-localfunctions/build-cmake" "-Ddune-typetree_DIR=/duneci/modules/dune-typetree/build-cmake" "-Ddune-functions_DIR=/duneci/modules/dune-functions/build-cmake" "-Ddune-matrix-vector_DIR=/duneci/modules/dune-matrix-vector/build-cmake" "-Ddune-alugrid_DIR=/duneci/modules/dune-alugrid/build-cmake" "-Ddune-vtk_DIR=/duneci/modules/dune-vtk/build-cmake" "-Ddune-subgrid_DIR=/duneci/modules/dune-subgrid/build-cmake" -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCXX_MAX_STANDARD=20 -DDUNE_OPTS_FILE="/duneci/dune.opts" "/builds/fufem/dune-fufem" -- The CXX compiler identification is GNU 10.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-10 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting dune-common_LIBRARIES=Dune::Common -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc-10 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Dependencies for dune-fufem: dune-common (>= 2.9);dune-geometry (>= 2.9);dune-grid (>= 2.9);dune-istl (>= 2.9);dune-localfunctions (>= 2.9);dune-functions (>= 2.9);dune-matrix-vector (>= 2.9);dune-vtk(>= 2.9) -- Suggestions for dune-fufem: dune-alugrid;dune-subgrid -- Setting dune-uggrid_LIBRARIES=Dune::UGGrid -- Setting dune-geometry_LIBRARIES=Dune::Geometry -- Setting dune-grid_LIBRARIES=Dune::Grid -- Setting dune-alugrid_LIBRARIES=Dune::ALUGrid -- Dependencies for dune-geometry: dune-common (>= 2.10) -- Dependencies for dune-grid: dune-geometry (>= 2.10) -- Suggestions for dune-grid: dune-uggrid (>=2.10) -- Setting dune-istl_LIBRARIES=Dune::ISTL -- Setting dune-localfunctions_LIBRARIES=Dune::LocalFunctions -- Setting dune-typetree_LIBRARIES=Dune::TypeTree -- Setting dune-functions_LIBRARIES=Dune::Functions -- Setting dune-vtk_LIBRARIES=Dune::Vtk -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/CheckCXXFeatures.cmake:77 (message): The cmake variable CXX_MAX_STANDARD is deprecated. The variable CMAKE_CXX_STANDARD takes precedence over CXX_MAX_STANDARD. Call Stack (most recent call first): /duneci/modules/dune-common/cmake/modules/DuneProject.cmake:163 (include) CMakeLists.txt:16 (dune_project) -- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED - Success -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - Success -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY -- Performing Test DUNE_HAVE_CXX_STD_IDENTITY - Success -- Could NOT find LATEX (missing: LATEX_COMPILER) -- Could NOT find LatexMk (missing: LATEXMK_EXECUTABLE) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Setting the Dune debug stream minimal verbosity level to 4 (warn) -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Looking for dsyev_ -- Looking for dsyev_ - found -- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so -- Performing Test QuadMath_COMPILES -- Performing Test QuadMath_COMPILES - Success -- Found QuadMath: (Supported by compiler) -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found suitable version "3.1", minimum required is "3.0") -- Found MPI: TRUE (found suitable version "3.1", minimum required is "3.0") found components: C -- Found TBB: using configuration from TBB_DIR=/usr/lib/x86_64-linux-gnu/cmake/TBB (found version "2020.3") -- Found PTScotch: /usr/lib/x86_64-linux-gnu/libscotch.so (found version "6.1.0") -- Looking for METIS_PartGraphVKway -- Looking for METIS_PartGraphVKway - found -- Found METIS: /usr/lib/x86_64-linux-gnu/libscotchmetis.so -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") found components: C -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so (Required is at least version "4.0") -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Detected Compiler: GCC 10 -- Performing Test check_cxx_compiler_flag__Wabi -- Performing Test check_cxx_compiler_flag__Wabi - Success -- Performing Test check_cxx_compiler_flag__fabi_version_0 -- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success -- Performing Test check_cxx_compiler_flag__ffp_contract_fast -- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success -- target changed from "" to "generic" -- Performing Test check_cxx_compiler_flag__march_generic -- Performing Test check_cxx_compiler_flag__march_generic - Failed -- Performing Test check_cxx_compiler_flag__mno_sse2 -- Performing Test check_cxx_compiler_flag__mno_sse2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse3 -- Performing Test check_cxx_compiler_flag__mno_sse3 - Success -- Performing Test check_cxx_compiler_flag__mno_ssse3 -- Performing Test check_cxx_compiler_flag__mno_ssse3 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_1 -- Performing Test check_cxx_compiler_flag__mno_sse4_1 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4_2 -- Performing Test check_cxx_compiler_flag__mno_sse4_2 - Success -- Performing Test check_cxx_compiler_flag__mno_sse4a -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success -- Performing Test check_cxx_compiler_flag__mno_avx -- Performing Test check_cxx_compiler_flag__mno_avx - Success -- Performing Test check_cxx_compiler_flag__mno_fma -- Performing Test check_cxx_compiler_flag__mno_fma - Success -- Performing Test check_cxx_compiler_flag__mno_bmi2 -- Performing Test check_cxx_compiler_flag__mno_bmi2 - Success -- Performing Test check_cxx_compiler_flag__mno_avx2 -- Performing Test check_cxx_compiler_flag__mno_avx2 - Success -- Performing Test check_cxx_compiler_flag__mno_xop -- Performing Test check_cxx_compiler_flag__mno_xop - Success -- Performing Test check_cxx_compiler_flag__mno_fma4 -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success -- Performing Test check_cxx_compiler_flag__mno_avx512f -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vl -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success -- Performing Test check_cxx_compiler_flag__mno_avx512pf -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success -- Performing Test check_cxx_compiler_flag__mno_avx512er -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success -- Performing Test check_cxx_compiler_flag__mno_avx512cd -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success -- Performing Test check_cxx_compiler_flag__mno_avx512dq -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success -- Performing Test check_cxx_compiler_flag__mno_avx512bw -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success -- Performing Test check_cxx_compiler_flag__mno_avx512ifma -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success -- Found Vc: /usr/lib/libVc.a (found version "1.3.3") -- Found Python3: /usr/bin/python3 (found version "3.9.2") found components: Interpreter Development Development.Module Development.Embed -- Found pip_/usr/bin/python3: TRUE -- Using existing virtualenv in /duneci/modules/dune-common/build-cmake/dune-env -- Found pip_/duneci/modules/dune-common/build-cmake/dune-env/bin/python: TRUE -- Setting dune-common_INCLUDE_DIRS=/duneci/modules/dune-common;/duneci/modules/dune-common/build-cmake/include -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid;/duneci/modules/dune-uggrid/build-cmake/include -- No module specific tests for module 'dune-geometry' ('DuneGeometryMacros.cmake' not found) -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry;/duneci/modules/dune-geometry/build-cmake/include -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - found -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- Checking for module 'alberta-grid_1d>=3.0' -- Found alberta-grid_1d, version 3.0.1 -- Checking for module 'alberta-grid_2d>=3.0' -- Found alberta-grid_2d, version 3.0.1 -- Checking for module 'alberta-grid_3d>=3.0' -- Found alberta-grid_3d, version 3.0.1 -- Found Alberta: /usr (found suitable version "3.0.1", minimum required is "3.0") -- Setting dune-grid_INCLUDE_DIRS=/duneci/modules/dune-grid;/duneci/modules/dune-grid/build-cmake/include -- Performing tests for dune-alugrid (from /duneci/modules/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake) -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Looking for include file sion.h -- Looking for include file sion.h - not found -- Could NOT find SIONlib (missing: SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) -- Could NOT find DLMalloc (missing: DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES -- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed -- Not enabling torture-tests -- Setting dune-alugrid_INCLUDE_DIRS=/duneci/modules/dune-alugrid;/duneci/modules/dune-alugrid/build-cmake/include -- Performing tests for dune-subgrid (from /duneci/modules/dune-subgrid/cmake/modules/DuneSubgridMacros.cmake) -- Setting dune-subgrid_INCLUDE_DIRS=/duneci/modules/dune-subgrid;/duneci/modules/dune-subgrid/build-cmake/include -- Performing tests for dune-istl (from /duneci/modules/dune-istl/cmake/modules/DuneIstlMacros.cmake) -- Found SuperLU: /usr/lib/x86_64-linux-gnu/libsuperlu.so (found suitable version "5.2.2", minimum required is "5.0") -- Found ARPACK: /usr/lib/x86_64-linux-gnu/libarpack.so -- Found ARPACKPP: TRUE -- Setting dune-istl_INCLUDE_DIRS=/duneci/modules/dune-istl;/duneci/modules/dune-istl/build-cmake/include -- No module specific tests for module 'dune-localfunctions' ('DuneLocalfunctionsMacros.cmake' not found) -- Setting dune-localfunctions_INCLUDE_DIRS=/duneci/modules/dune-localfunctions;/duneci/modules/dune-localfunctions/build-cmake/include -- No module specific tests for module 'dune-typetree' ('DuneTypetreeMacros.cmake' not found) -- Setting dune-typetree_INCLUDE_DIRS=/duneci/modules/dune-typetree;/duneci/modules/dune-typetree/build-cmake/include -- No module specific tests for module 'dune-functions' ('DuneFunctionsMacros.cmake' not found) -- Setting dune-functions_INCLUDE_DIRS=/duneci/modules/dune-functions;/duneci/modules/dune-functions/build-cmake/include -- Performing tests for dune-matrix-vector (from /duneci/modules/dune-matrix-vector/cmake/modules/DuneMatrixVectorMacros.cmake) -- Setting dune-matrix-vector_INCLUDE_DIRS=/duneci/modules/dune-matrix-vector;/duneci/modules/dune-matrix-vector/build-cmake/include -- Performing tests for dune-vtk (from /duneci/modules/dune-vtk/cmake/modules/DuneVtkMacros.cmake) -- Setting dune-vtk_INCLUDE_DIRS=/duneci/modules/dune-vtk;/duneci/modules/dune-vtk/build-cmake/include -- Performing tests for dune-fufem (from /builds/fufem/dune-fufem/cmake/modules/DuneFufemMacros.cmake) -- Found Adolc: /usr/include -- Found HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libsz.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "1.10.6") found components: C HL -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: serialization -- Using scripts from /duneci/modules/dune-common/cmake/scripts for creating doxygen stuff. -- Adding copy-to-build-dir dependency for square.msh to target insertionindexpermutationtest -- Adding copy-to-build-dir dependency for dunepythontest.py to target dunepythontest -- Adding copy-to-build-dir dependency for fufemforms.py to target python-examples -- Adding copy-to-build-dir dependency for utilities.py to target python-examples -- Adding copy-to-build-dir dependency for poisson-pq2.py to target python-examples -- Adding copy-to-build-dir dependency for linear-elasticity.py to target python-examples -- Adding copy-to-build-dir dependency for stokes-taylorhood.py to target python-examples -- Adding copy-to-build-dir dependency for poisson-mfem.py to target python-examples -- Adding copy-to-build-dir dependency for semilinear-equation.py to target python-examples -- Adding copy-to-build-dir dependency for minimalsurface-equation.py to target python-examples -- Installing python package abstract requirements: dune-alugrid dune-common dune-functions dune-geometry dune-grid dune-istl dune-localfunctions dune-vtk -- Installing python package at /builds/fufem/dune-fufem/build-cmake/python/. into Dune virtual environment --index-url=https://gitlab.dune-project.org/api/v4/projects/133/packages/pypi/simple -- Generating the CMake metadata file at dune/data/dune-fufem.cmake -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-subgrid * dune-typetree * dune-alugrid * dune-uggrid * GMP, GNU multi-precision library, <https://gmplib.org> * QuadMath, GCC Quad-Precision Math Library, <https://gcc.gnu.org/onlinedocs/libquadmath> * TBB, Intel's Threading Building Blocks, <https://github.com/oneapi-src/oneTBB> * LAPACK, fast linear algebra routines * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * UnixCommands * PkgConfig, Unified interface for querying installed libraries To find Dune module dependencies * Alberta (required version >= 3.0), An adaptive hierarchical finite element toolbox and grid manager, <https://gitlab.com/alberta-fem/alberta3> Provides the grid manager AlbertaGrid and file reader AlbertaReader * METIS, Serial Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview> * MPI, Message Passing Interface library Parallel programming on multiple processors * PTScotch, Sequential and Parallel Graph Partitioning, <https://gitlab.inria.fr/scotch/scotch> * ParMETIS, Parallel Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview> * Threads, Multi-threading library * BLAS, fast linear algebra routines * SuperLU (required version >= 5.0), Supernodal LU Direct solver for linear system, based on LU decomposition * ARPACK, ARnoldi PACKage Solve large scale eigenvalue problems * ARPACKPP, ARPACK++ C++ interface for ARPACK * ZLIB * Adolc * HDF5 * boost_headers (required version == 1.74.0) * boost_serialization (required version == 1.74.0) * Boost -- The following REQUIRED packages have been found: * dune-common * dune-geometry * dune-istl * dune-matrix-vector * dune-functions * dune-grid * dune-localfunctions * dune-vtk -- The following OPTIONAL packages have not been found: * dune-spgrid * dune-polygongrid * dune-foamgrid * LATEX * LatexMk * Sphinx, Documentation generator, <www.sphinx-doc.org> To generate the documentation from CMake and Python sources * Doxygen, Class documentation generator, <www.doxygen.org> To generate the class documentation from C++ sources * Inkscape, converts SVG images, <www.inkscape.org> To generate the documentation with LaTeX * SIONlib * DLMalloc * ZOLTAN -- Configuring done CMake Warning (dev) in python/CMakeLists.txt: Policy CMP0087 is not set: Install CODE|SCRIPT allow the use of generator expressions. Run "cmake --help-policy CMP0087" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /builds/fufem/dune-fufem/build-cmake --- dune-fufem done --- --- done --- + [[ -v DUNECI_CONFIGURE_ONLY ]] + set +e + build_failed= + dunecontrol --current --opts=/duneci/dune.opts make -k -j4 all ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-fufem --- WARNING: commandline parameters will overwrite setting in opts file "/duneci/dune.opts" --- calling make for dune-fufem --- build directory: build-cmake cmake --build . -- "-k" "-j4" "all" Scanning dependencies of target insertionindexpermutationtest_copy_square.msh Scanning dependencies of target dunepythontest_copy_dunepythontest.py Scanning dependencies of target python-examples_copy_poisson-pq2.py Scanning dependencies of target python-examples_copy_fufemforms.py [ 10%] Generating square.msh [ 20%] Generating dunepythontest.py [ 30%] Generating poisson-pq2.py [ 40%] Generating fufemforms.py [ 40%] Built target dunepythontest_copy_dunepythontest.py [ 40%] Built target insertionindexpermutationtest_copy_square.msh [ 40%] Built target python-examples_copy_poisson-pq2.py Scanning dependencies of target python-examples_copy_utilities.py [ 40%] Built target python-examples_copy_fufemforms.py Scanning dependencies of target python-examples_copy_linear-elasticity.py Scanning dependencies of target python-examples_copy_stokes-taylorhood.py [ 50%] Generating utilities.py Scanning dependencies of target python-examples_copy_poisson-mfem.py [ 60%] Generating linear-elasticity.py [ 70%] Generating stokes-taylorhood.py [ 80%] Generating poisson-mfem.py [ 80%] Built target python-examples_copy_linear-elasticity.py [ 80%] Built target python-examples_copy_utilities.py [ 80%] Built target python-examples_copy_stokes-taylorhood.py Scanning dependencies of target python-examples_copy_semilinear-equation.py [ 80%] Built target python-examples_copy_poisson-mfem.py Scanning dependencies of target python-examples_copy_minimalsurface-equation.py [ 90%] Generating semilinear-equation.py [100%] Generating minimalsurface-equation.py [100%] Built target python-examples_copy_minimalsurface-equation.py [100%] Built target python-examples_copy_semilinear-equation.py --- dune-fufem done --- --- done --- + [[ 0 != 0 ]] + dunecontrol --current --opts=/duneci/dune.opts make -k -j4 build_tests ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-fufem --- WARNING: commandline parameters will overwrite setting in opts file "/duneci/dune.opts" --- calling make for dune-fufem --- build directory: build-cmake cmake --build . -- "-k" "-j4" "build_tests" Scanning dependencies of target fracture Scanning dependencies of target navier-stokes [ 1%] Building CXX object examples/CMakeFiles/fracture.dir/fracture.cc.o Scanning dependencies of target showcase Scanning dependencies of target hyperelasticity [ 2%] Building CXX object examples/CMakeFiles/navier-stokes.dir/navier-stokes.cc.o [ 3%] Building CXX object examples/CMakeFiles/showcase.dir/showcase.cc.o [ 5%] Building CXX object examples/CMakeFiles/hyperelasticity.dir/hyperelasticity.cc.o In file included from [01m[K/builds/fufem/dune-fufem/examples/showcase.cc:37[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::BCRSMatrix<double>; Vector = Dune::BlockVector<double>; BitVector = std::vector<char>][m[K': [01m[K/builds/fufem/dune-fufem/examples/showcase.cc:282:74:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K In file included from [01m[K/builds/fufem/dune-fufem/examples/hyperelasticity.cc:45[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::BCRSMatrix<Dune::FieldMatrix<double, 3, 3> >; Vector = Dune::BlockVector<Dune::FieldVector<double, 3> >; BitVector = std::vector<std::array<char, 3> >][m[K': [01m[K/builds/fufem/dune-fufem/examples/hyperelasticity.cc:444:82:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K In file included from [01m[K/builds/fufem/dune-fufem/examples/navier-stokes.cc:42[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::BCRSMatrix<double>; Vector = Dune::BlockVector<double>; BitVector = Dune::BlockVector<char>][m[K': [01m[K/builds/fufem/dune-fufem/examples/navier-stokes.cc:298:92:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K [ 6%] Linking CXX executable fracture [ 7%] Linking CXX executable showcase [ 7%] Built target fracture Scanning dependencies of target poisson-mfem [ 8%] Building CXX object examples/CMakeFiles/poisson-mfem.dir/poisson-mfem.cc.o [ 8%] Built target showcase Scanning dependencies of target poisson-nitsche [ 10%] Building CXX object examples/CMakeFiles/poisson-nitsche.dir/poisson-nitsche.cc.o In file included from [01m[K/builds/fufem/dune-fufem/examples/poisson-mfem.cc:40[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::Matrix<Dune::BCRSMatrix<double> >; Vector = Dune::BlockVector<Dune::BlockVector<double> >; BitVector = Dune::BlockVector<Dune::BlockVector<char> >][m[K': [01m[K/builds/fufem/dune-fufem/examples/poisson-mfem.cc:183:75:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K [ 11%] Linking CXX executable navier-stokes [ 11%] Built target navier-stokes Scanning dependencies of target stokes-taylorhood [ 12%] Building CXX object examples/CMakeFiles/stokes-taylorhood.dir/stokes-taylorhood.cc.o [ 13%] Linking CXX executable hyperelasticity [ 13%] Built target hyperelasticity Scanning dependencies of target poisson-pq2 [ 15%] Building CXX object examples/CMakeFiles/poisson-pq2.dir/poisson-pq2.cc.o In file included from [01m[K/builds/fufem/dune-fufem/examples/poisson-pq2.cc:42[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::BCRSMatrix<double>; Vector = Dune::BlockVector<double>; BitVector = std::vector<bool>][m[K': [01m[K/builds/fufem/dune-fufem/examples/poisson-pq2.cc:195:75:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K [ 16%] Linking CXX executable poisson-mfem [ 16%] Built target poisson-mfem Scanning dependencies of target primal-plasticity [ 17%] Building CXX object examples/CMakeFiles/primal-plasticity.dir/primal-plasticity.cc.o In file included from [01m[K/builds/fufem/dune-fufem/examples/primal-plasticity.cc:46[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::MultiTypeBlockMatrix<Dune::MultiTypeBlockVector<Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>, std::allocator<Dune::FieldMatrix<double, 2, 2> > >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>, std::allocator<Dune::FieldMatrix<double, 2, 2> > >, Dune::BCRSMatrix<Dune::Fufem::SingleColumnMatrix<Dune::FieldMatrix<double, 2, 1> >, std::allocator<Dune::Fufem::SingleColumnMatrix<Dune::FieldMatrix<double, 2, 1> > > > >, Dune::MultiTypeBlockVector<Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>, std::allocator<Dune::FieldMatrix<double, 2, 2> > >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>, std::allocator<Dune::FieldMatrix<double, 2, 2> > >, Dune::BCRSMatrix<Dune::Fufem::SingleColumnMatrix<Dune::FieldMatrix<double, 2, 1> >, std::allocator<Dune::Fufem::SingleColumnMatrix<Dune::FieldMatrix<double, 2, 1> > > > >, Dune::MultiTypeBlockVector<Dune::BCRSMatrix<Dune::Fufem::SingleRowMatrix<Dune::FieldMatrix<double, 1, 2> >, std::allocator<Dune::Fufem::SingleRowMatrix<Dune::FieldMatrix<double, 1, 2> > > >, Dune::BCRSMatrix<Dune::Fufem::SingleRowMatrix<Dune::FieldMatrix<double, 1, 2> >, std::allocator<Dune::Fufem::SingleRowMatrix<Dune::FieldMatrix<double, 1, 2> > > >, Dune::BCRSMatrix<double, std::allocator<double> > > >; Vector = Dune::MultiTypeBlockVector<Dune::BlockVector<Dune::FieldVector<double, 2>, std::allocator<Dune::FieldVector<double, 2> > >, Dune::BlockVector<Dune::FieldVector<double, 2>, std::allocator<Dune::FieldVector<double, 2> > >, Dune::BlockVector<double, std::allocator<double> > >; BitVector = Dune::TupleVector<std::vector<std::array<char, 2>, std::allocator<std::array<char, 2> > >, std::vector<std::array<char, 2>, std::allocator<std::array<char, 2> > >, std::vector<char, std::allocator<char> > >][m[K': [01m[K/builds/fufem/dune-fufem/examples/primal-plasticity.cc:249:62:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K [ 18%] Linking CXX executable poisson-nitsche [ 18%] Built target poisson-nitsche Scanning dependencies of target poisson-neumann [ 20%] Building CXX object examples/CMakeFiles/poisson-neumann.dir/poisson-neumann.cc.o [ 21%] Linking CXX executable poisson-pq2 [ 21%] Built target poisson-pq2 Scanning dependencies of target minimalsurface-equation [ 22%] Building CXX object examples/CMakeFiles/minimalsurface-equation.dir/minimalsurface-equation.cc.o In file included from [01m[K/builds/fufem/dune-fufem/examples/minimalsurface-equation.cc:41[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::BCRSMatrix<double>; Vector = Dune::BlockVector<double>; BitVector = Dune::BlockVector<char>][m[K': [01m[K/builds/fufem/dune-fufem/examples/minimalsurface-equation.cc:204:77:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K [ 23%] Linking CXX executable poisson-neumann [ 25%] Linking CXX executable stokes-taylorhood [ 25%] Built target poisson-neumann Scanning dependencies of target linear-elasticity [ 26%] Building CXX object examples/CMakeFiles/linear-elasticity.dir/linear-elasticity.cc.o [ 26%] Built target stokes-taylorhood Scanning dependencies of target benchmark [ 27%] Building CXX object examples/CMakeFiles/benchmark.dir/benchmark.cc.o [ 28%] Linking CXX executable primal-plasticity In file included from [01m[K/builds/fufem/dune-fufem/examples/linear-elasticity.cc:41[m[K: /builds/fufem/dune-fufem/examples/utilities.hh: In instantiation of '[01m[Kvoid incorporateEssentialConstraints(Matrix&, Vector&, const BitVector&, const Vector&) [with Matrix = Dune::BCRSMatrix<Dune::FieldMatrix<double, 3, 3> >; Vector = Dune::BlockVector<Dune::FieldVector<double, 3> >; BitVector = std::vector<std::array<char, 3> >][m[K': [01m[K/builds/fufem/dune-fufem/examples/linear-elasticity.cc:210:75:[m[K required from here [01m[K/builds/fufem/dune-fufem/examples/utilities.hh:180:8:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KmatrixBackend[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 180 | auto [01;35m[KmatrixBackend[m[K = Dune::Fufem::istlMatrixBackend(matrix); | [01;35m[K^~~~~~~~~~~~~[m[K [ 28%] Built target primal-plasticity Scanning dependencies of target localassemblertest [ 30%] Building CXX object dune/fufem/test/CMakeFiles/localassemblertest.dir/localassemblertest.cc.o [ 31%] Linking CXX executable minimalsurface-equation [ 31%] Built target minimalsurface-equation Scanning dependencies of target symmetricmatrixtest [ 32%] Building CXX object dune/fufem/test/CMakeFiles/symmetricmatrixtest.dir/symmetricmatrixtest.cc.o [ 33%] Linking CXX executable symmetricmatrixtest [ 33%] Built target symmetricmatrixtest Scanning dependencies of target istlbackendtest [ 35%] Building CXX object dune/fufem/test/CMakeFiles/istlbackendtest.dir/istlbackendtest.cc.o [ 36%] Linking CXX executable localassemblertest [ 36%] Built target localassemblertest Scanning dependencies of target discretizationerrortest [ 37%] Building CXX object dune/fufem/test/CMakeFiles/discretizationerrortest.dir/discretizationerrortest.cc.o [ 38%] Linking CXX executable discretizationerrortest [ 38%] Built target discretizationerrortest Scanning dependencies of target refinedsimplexgeometrytest [ 40%] Building CXX object dune/fufem/test/CMakeFiles/refinedsimplexgeometrytest.dir/refinedsimplexgeometrytest.cc.o [ 41%] Linking CXX executable refinedsimplexgeometrytest [ 41%] Built target refinedsimplexgeometrytest [ 42%] Built target insertionindexpermutationtest_copy_square.msh Scanning dependencies of target gridconstructiontest [ 43%] Building CXX object dune/fufem/test/CMakeFiles/gridconstructiontest.dir/gridconstructiontest.cc.o [ 45%] Linking CXX executable linear-elasticity [ 45%] Built target linear-elasticity Scanning dependencies of target test-hdf5 [ 46%] Building CXX object dune/fufem/test/CMakeFiles/test-hdf5.dir/test-hdf5.cc.o [ 47%] Linking CXX executable istlbackendtest [ 47%] Built target istlbackendtest Scanning dependencies of target functionintegratortest [ 48%] Building CXX object dune/fufem/test/CMakeFiles/functionintegratortest.dir/functionintegratortest.cc.o [ 50%] Linking CXX executable test-hdf5 [ 50%] Built target test-hdf5 Scanning dependencies of target parallelassemblytest [ 51%] Building CXX object dune/fufem/test/CMakeFiles/parallelassemblytest.dir/parallelassemblytest.cc.o [ 52%] Linking CXX executable benchmark [ 52%] Built target benchmark Scanning dependencies of target serializationtest [ 53%] Building CXX object dune/fufem/test/CMakeFiles/serializationtest.dir/serializationtest.cc.o [ 55%] Linking CXX executable serializationtest [ 55%] Built target serializationtest Scanning dependencies of target loggertest [ 56%] Building CXX object dune/fufem/test/CMakeFiles/loggertest.dir/loggertest.cc.o /builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc: In instantiation of '[01m[Kauto checkLogger(std::string, std::string) [with Duration = void; std::string = std::__cxx11::basic_string<char>][m[K': [01m[K/builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc:82:91:[m[K required from here [01m[K/builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc:51:14:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ki[m[K' [[01;35m[K-Wunused-variable[m[K] 51 | for(auto [01;35m[Ki[m[K: Dune::range(3)) | [01;35m[K^[m[K /builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc: In instantiation of '[01m[Kauto checkLogger(std::string, std::string) [with Duration = std::chrono::duration<double>; std::string = std::__cxx11::basic_string<char>][m[K': [01m[K/builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc:85:122:[m[K required from here [01m[K/builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc:51:14:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ki[m[K' [[01;35m[K-Wunused-variable[m[K] /builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc: In instantiation of '[01m[Kauto checkLogger(std::string, std::string) [with Duration = std::chrono::duration<long int, std::ratio<1, 1000> >; std::string = std::__cxx11::basic_string<char>][m[K': [01m[K/builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc:87:100:[m[K required from here [01m[K/builds/fufem/dune-fufem/dune/fufem/test/loggertest.cc:51:14:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ki[m[K' [[01;35m[K-Wunused-variable[m[K] [ 57%] Linking CXX executable loggertest [ 57%] Built target loggertest Scanning dependencies of target dunefunctionsipdgassemblertest [ 58%] Building CXX object dune/fufem/test/CMakeFiles/dunefunctionsipdgassemblertest.dir/dunefunctionsipdgassemblertest.cc.o [ 60%] Linking CXX executable dunefunctionsipdgassemblertest [ 60%] Built target dunefunctionsipdgassemblertest Scanning dependencies of target boundarypatchprolongatortest [ 61%] Building CXX object dune/fufem/test/CMakeFiles/boundarypatchprolongatortest.dir/boundarypatchprolongatortest.cc.o [ 62%] Linking CXX executable gridconstructiontest [ 62%] Built target gridconstructiontest Scanning dependencies of target constructboundarydofstest [ 63%] Building CXX object dune/fufem/test/CMakeFiles/constructboundarydofstest.dir/constructboundarydofstest.cc.o [ 65%] Linking CXX executable functionintegratortest [ 65%] Built target functionintegratortest Scanning dependencies of target adolcfunctiontest [ 66%] Building CXX object dune/fufem/test/CMakeFiles/adolcfunctiontest.dir/adolcfunctiontest.cc.o [ 67%] Linking CXX executable parallelassemblytest [ 67%] Built target parallelassemblytest Scanning dependencies of target assembletransferoperatortest [ 68%] Building CXX object dune/fufem/test/CMakeFiles/assembletransferoperatortest.dir/assembletransferoperatortest.cc.o [ 70%] Linking CXX executable adolcfunctiontest [ 70%] Built target adolcfunctiontest Scanning dependencies of target makerefinedsimplexgeometrytest [ 71%] Building CXX object dune/fufem/test/CMakeFiles/makerefinedsimplexgeometrytest.dir/makerefinedsimplexgeometrytest.cc.o [ 72%] Linking CXX executable constructboundarydofstest [ 72%] Built target constructboundarydofstest Scanning dependencies of target mappedmatrixtest [ 73%] Building CXX object dune/fufem/test/CMakeFiles/mappedmatrixtest.dir/mappedmatrixtest.cc.o [ 75%] Linking CXX executable makerefinedsimplexgeometrytest [ 75%] Built target makerefinedsimplexgeometrytest Scanning dependencies of target pgmtest [ 76%] Building CXX object dune/fufem/test/CMakeFiles/pgmtest.dir/pgmtest.cc.o [ 77%] Linking CXX executable mappedmatrixtest [ 77%] Built target mappedmatrixtest Scanning dependencies of target ppmtest [ 78%] Building CXX object dune/fufem/test/CMakeFiles/ppmtest.dir/ppmtest.cc.o [ 80%] Linking CXX executable pgmtest [ 80%] Built target pgmtest Scanning dependencies of target tensortest [ 81%] Building CXX object dune/fufem/test/CMakeFiles/tensortest.dir/tensortest.cc.o [ 82%] Linking CXX executable tensortest [ 82%] Built target tensortest Scanning dependencies of target boundarypatchtest [ 83%] Building CXX object dune/fufem/test/CMakeFiles/boundarypatchtest.dir/boundarypatchtest.cc.o [ 85%] Linking CXX executable ppmtest [ 85%] Built target ppmtest Scanning dependencies of target test-polyhedral-minimisation [ 86%] Building CXX object dune/fufem/test/CMakeFiles/test-polyhedral-minimisation.dir/test-polyhedral-minimisation.cc.o [ 87%] Linking CXX executable test-polyhedral-minimisation [ 87%] Built target test-polyhedral-minimisation Scanning dependencies of target transferoperatorassemblertest [ 88%] Building CXX object dune/fufem/test/CMakeFiles/transferoperatorassemblertest.dir/transferoperatorassemblertest.cc.o [ 90%] Linking CXX executable assembletransferoperatortest [ 90%] Built target assembletransferoperatortest [ 91%] Built target dunepythontest_copy_dunepythontest.py Scanning dependencies of target build_examples [ 91%] Built target build_examples Scanning dependencies of target insertionindexpermutationtest [ 92%] Building CXX object dune/fufem/test/CMakeFiles/insertionindexpermutationtest.dir/insertionindexpermutationtest.cc.o [ 93%] Linking CXX executable boundarypatchprolongatortest [ 93%] Built target boundarypatchprolongatortest Scanning dependencies of target dunepythontest [ 95%] Building CXX object dune/fufem/test/CMakeFiles/dunepythontest.dir/dunepythontest.cc.o [ 96%] Linking CXX executable dunepythontest [ 96%] Built target dunepythontest [ 97%] Linking CXX executable insertionindexpermutationtest [ 97%] Built target insertionindexpermutationtest [ 98%] Linking CXX executable boundarypatchtest [100%] Linking CXX executable transferoperatorassemblertest [100%] Built target boundarypatchtest [100%] Built target transferoperatorassemblertest Scanning dependencies of target build_tests [100%] Built target build_tests --- dune-fufem done --- --- done --- + dunecontrol --current --opts=/duneci/dune.opts bexec duneci-ctest -j4 ----- using default flags $CMAKE_FLAGS from /duneci/dune.opts ----- --- going to build dune-fufem --- WARNING: commandline parameters will overwrite setting in opts file "/duneci/dune.opts" --- calling bexec for dune-fufem --- Site: ci Build name: Linux-g++-10 Create new tag: 20250311-1829 - Experimental Test project /builds/fufem/dune-fufem/build-cmake Start 1: assembletransferoperatortest Start 2: boundarypatchprolongatortest Start 3: boundarypatchtest Start 4: constructboundarydofstest 1/26 Test #4: constructboundarydofstest ........ Passed 0.57 sec Start 5: discretizationerrortest 2/26 Test #3: boundarypatchtest ................ Passed 0.60 sec Start 6: dunefunctionsipdgassemblertest 3/26 Test #2: boundarypatchprolongatortest ..... Passed 0.61 sec Start 7: functionintegratortest 4/26 Test #1: assembletransferoperatortest ..... Passed 0.98 sec Start 8: gridconstructiontest 5/26 Test #6: dunefunctionsipdgassemblertest ... Passed 0.60 sec Start 9: insertionindexpermutationtest 6/26 Test #5: discretizationerrortest .......... Passed 0.64 sec Start 10: istlbackendtest 7/26 Test #7: functionintegratortest ........... Passed 0.70 sec Start 11: localassemblertest 8/26 Test #8: gridconstructiontest ............. Passed 0.52 sec Start 12: loggertest 9/26 Test #12: loggertest ....................... Passed 0.10 sec Start 13: makerefinedsimplexgeometrytest 10/26 Test #10: istlbackendtest .................. Passed 0.53 sec Start 14: mappedmatrixtest 11/26 Test #14: mappedmatrixtest ................. Passed 0.01 sec Start 15: parallelassemblytest 12/26 Test #9: insertionindexpermutationtest .... Passed 0.55 sec Start 16: pgmtest 13/26 Test #11: localassemblertest ............... Passed 0.52 sec Start 17: ppmtest 14/26 Test #13: makerefinedsimplexgeometrytest ... Passed 0.51 sec Start 18: refinedsimplexgeometrytest 15/26 Test #18: refinedsimplexgeometrytest ....... Passed 0.00 sec Start 19: symmetricmatrixtest 16/26 Test #19: symmetricmatrixtest .............. Passed 0.00 sec Start 20: tensortest 17/26 Test #16: pgmtest .......................... Passed 0.54 sec Start 21: test-polyhedral-minimisation 18/26 Test #21: test-polyhedral-minimisation ..... Passed 0.00 sec Start 22: transferoperatorassemblertest 19/26 Test #17: ppmtest .......................... Passed 0.53 sec Start 23: dunepythontest 20/26 Test #15: parallelassemblytest ............. Passed 0.68 sec Start 24: adolcfunctiontest 21/26 Test #20: tensortest ....................... Passed 0.48 sec Start 25: serializationtest 22/26 Test #22: transferoperatorassemblertest .... Passed 0.54 sec Start 26: test-hdf5 23/26 Test #26: test-hdf5 ........................ Passed 0.01 sec 24/26 Test #24: adolcfunctiontest ................ Passed 0.58 sec 25/26 Test #23: dunepythontest ................... Passed 0.74 sec 26/26 Test #25: serializationtest ................ Passed 0.51 sec 100% tests passed, 0 tests failed out of 26 Total Test time (real) = 3.11 sec JUnit report for CTest results written to /builds/fufem/dune-fufem/junit/dune-fufem-cmake.xml --- dune-fufem done --- --- done --- + [[ -v install_result ]] + [[ -n '' ]] + exit 0 section_end:1741717779:step_script [0Ksection_start:1741717779:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1741717779:cleanup_file_variables [0K[32;1mJob succeeded[0;m