[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.9-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.9-debian-11-gcc-10-20 ...[0;m [0KUsing docker image sha256:d55c9706d144badd95374396e586ef26610834051e78544ff7b52f65f0c16963 for registry.dune-project.org/docker/ci/dune:2.9-debian-11-gcc-10-20 with digest registry.dune-project.org/docker/ci/dune@sha256:a1c129f0a93518f9cf4bd84da46d790e638a964e7ea9ae45e682dcdb6b13919f ...[0;m section_end:1741717263:prepare_executor [0Ksection_start:1741717263:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on ci via 819d43d53913... section_end:1741717277:prepare_script [0Ksection_start:1741717277: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:d55c9706d144badd95374396e586ef26610834051e78544ff7b52f65f0c16963 for registry.dune-project.org/docker/ci/dune:2.9-debian-11-gcc-10-20 with digest registry.dune-project.org/docker/ci/dune@sha256:a1c129f0a93518f9cf4bd84da46d790e638a964e7ea9ae45e682dcdb6b13919f ...[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.9 commit: 0f80e6d29e80dfa7f79a19369ae65199df77587a date: 2024-02-01 14:21:15 +0000 (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 -- Dependencies for dune-alugrid: dune-grid (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Performing Test cxx_std_flag_20 -- Performing Test cxx_std_flag_20 - Success -- Performing Test compiler_supports_cxx20 -- Performing Test compiler_supports_cxx20 - Success -- Looking for std::experimental::make_array<int,int> -- Looking for std::experimental::make_array<int,int> - found -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> - found -- Looking for std::identity -- Looking for std::identity - not found -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - 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) -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Set Minimal Debug Level to 4 -- 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") -- 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 -- Setting dune-common_LIBRARIES=dunecommon -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid -- Setting dune-uggrid_LIBRARIES=duneuggrid -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry -- Setting dune-geometry_LIBRARIES=dunegeometry -- 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 -- Setting dune-grid_LIBRARIES=dunegrid -- 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 * BLAS, fast linear algebra routines * LAPACK, fast linear algebra routines * 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> * Threads, Multi-threading library * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * 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 * 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-grid * dune-geometry -- 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-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 [ 8%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/binaryio.cc.o [ 12%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/3d/topology.cc.o [ 16%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/3d/mappings.cc.o [ 20%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/macrofileheader.cc.o [ 25%] 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 [ 45%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/gitter_tetra_top.cc.o [ 50%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/mapp_cube_3d.cc.o [ 54%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/serial/mapp_tetra_3d.cc.o [ 58%] 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 [ 75%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_hexa_top_pll.cc.o [ 79%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_impl.cc.o [ 83%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_idn.cc.o [ 87%] Building CXX object CMakeFiles/dunealugrid.dir/dune/alugrid/impl/parallel/gitter_pll_ldb.cc.o [ 91%] 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 [100%] Linking CXX static library lib/libdunealugrid.a [100%] Built target dunealugrid --- 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.9 commit: 41ab447c59ea508c4b965be935b81928e7985a6b date: 2022-09-25 23:18:45 +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 -- Dependencies for dune-subgrid: dune-common;dune-geometry;dune-grid -- Suggestions for dune-subgrid: dune-alugrid;dune-uggrid -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-alugrid: dune-grid (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Performing Test cxx_std_flag_20 -- Performing Test cxx_std_flag_20 - Success -- Performing Test compiler_supports_cxx20 -- Performing Test compiler_supports_cxx20 - Success -- Looking for std::experimental::make_array<int,int> -- Looking for std::experimental::make_array<int,int> - found -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> - found -- Looking for std::identity -- Looking for std::identity - not found -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - 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) -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Set Minimal Debug Level to 4 -- 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") -- 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 -- Setting dune-common_LIBRARIES=dunecommon -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry -- Setting dune-geometry_LIBRARIES=dunegeometry -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid -- Setting dune-uggrid_LIBRARIES=duneuggrid -- 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 -- Setting dune-grid_LIBRARIES=dunegrid -- 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 -- Setting dune-alugrid_LIBRARIES=dunealugrid -- Performing tests for dune-subgrid (from /duneci/modules/dune-subgrid/cmake/modules/DuneSubgridMacros.cmake) CMake Deprecation Warning at /duneci/modules/dune-grid/cmake/modules/UseUG.cmake:17 (message): The function add_dune_ug_flags() is deprecated and will be removed after 2.9. It is not necessary to set any additional UG flags and to link against the duneuggrid library, since this is done automatically when linking the dunegrid library. Call Stack (most recent call first): dune/subgrid/test/CMakeLists.txt:35 (add_dune_ug_flags) -- 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-alugrid * dune-uggrid * BLAS, fast linear algebra routines * LAPACK, fast linear algebra routines * 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> * Threads, Multi-threading library * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * 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 * 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 CMake Warning: Manually-specified variables were not used by the project: DUNE_OPTS_FILE -- 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.9 commit: 0890325d6ba250637b7d432a313e7f707015eff0 date: 2022-11-01 17:40:26 +0100 (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 -- 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 -- Dependencies for dune-vtk: dune-grid (>= 2.9);dune-localfunctions (>= 2.9) -- Suggestions for dune-vtk: dune-functions;dune-spgrid;dune-polygongrid;dune-alugrid;dune-uggrid;dune-foamgrid -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-functions: dune-localfunctions (>= 2.9);dune-grid (>= 2.9);dune-istl (>= 2.9);dune-typetree (>= 2.9) -- Could NOT find dune-spgrid (missing: dune-spgrid_DIR) -- No full CMake package configuration support available. Falling back to pkg-config. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'dune-spgrid ' -- No package 'dune-spgrid' found -- Could NOT find dune-polygongrid (missing: dune-polygongrid_DIR) -- No full CMake package configuration support available. Falling back to pkg-config. -- Checking for module 'dune-polygongrid ' -- No package 'dune-polygongrid' found -- Dependencies for dune-alugrid: dune-grid (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Could NOT find dune-foamgrid (missing: dune-foamgrid_DIR) -- No full CMake package configuration support available. Falling back to pkg-config. -- Checking for module 'dune-foamgrid ' -- No package 'dune-foamgrid' found -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-istl: dune-common (>= 2.9) -- Dependencies for dune-typetree: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Performing Test cxx_std_flag_20 -- Performing Test cxx_std_flag_20 - Success -- Performing Test compiler_supports_cxx20 -- Performing Test compiler_supports_cxx20 - Success -- Looking for std::experimental::make_array<int,int> -- Looking for std::experimental::make_array<int,int> - found -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> - found -- Looking for std::identity -- Looking for std::identity - not found -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - 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) -- Set Minimal Debug Level to 4 -- 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") -- 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 -- Setting dune-common_LIBRARIES=dunecommon -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid -- Setting dune-uggrid_LIBRARIES=duneuggrid -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry -- Setting dune-geometry_LIBRARIES=dunegeometry -- Setting dune-typetree_INCLUDE_DIRS=/duneci/modules/dune-typetree -- Performing tests for dune-istl (from /duneci/modules/dune-istl/cmake/modules/DuneIstlMacros.cmake) -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- 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 -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Setting dune-istl_INCLUDE_DIRS=/duneci/modules/dune-istl -- Setting dune-localfunctions_INCLUDE_DIRS=/duneci/modules/dune-localfunctions -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - 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 -- Setting dune-grid_LIBRARIES=dunegrid -- 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 -- Setting dune-alugrid_LIBRARIES=dunealugrid -- Setting dune-functions_INCLUDE_DIRS=/duneci/modules/dune-functions -- 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. CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/DunePythonInstallPackage.cmake:653 (message): This function is deprecated. Use 'dune_python_configure_bindings' for python binding packages or 'dune_python_configure_package' for installable python packages Call Stack (most recent call first): python/CMakeLists.txt:3 (dune_python_install_package) CMake Deprecation Warning at /duneci/modules/dune-common/cmake/modules/DunePythonInstallPackage.cmake:656 (message): Argument DEPENDS is deprecated and will be ignored! Call Stack (most recent call first): python/CMakeLists.txt:3 (dune_python_install_package) -- 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 dune/data/dune-vtk.cmake -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-functions * dune-alugrid * dune-uggrid * dune-istl * dune-typetree * 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> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * 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 * Threads, Multi-threading library * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * 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 * 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-common * dune-grid * dune-localfunctions * dune-geometry -- 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.9 commit: 156416327668e15315e947a5fc38dbdbbc602417 date: 2022-11-30 16:37:42 +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 -- 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 -- Dependencies for dune-matrix-vector: dune-common;dune-geometry;dune-localfunctions;dune-grid;dune-istl -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-istl: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Performing Test cxx_std_flag_20 -- Performing Test cxx_std_flag_20 - Success -- Performing Test compiler_supports_cxx20 -- Performing Test compiler_supports_cxx20 - Success -- Looking for std::experimental::make_array<int,int> -- Looking for std::experimental::make_array<int,int> - found -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> - found -- Looking for std::identity -- Looking for std::identity - not found -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - 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) -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake) -- Set Minimal Debug Level to 4 -- 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") -- 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 -- Setting dune-common_LIBRARIES=dunecommon -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid -- Setting dune-uggrid_LIBRARIES=duneuggrid -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry -- Setting dune-geometry_LIBRARIES=dunegeometry -- Performing tests for dune-istl (from /duneci/modules/dune-istl/cmake/modules/DuneIstlMacros.cmake) -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- 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 -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Setting dune-istl_INCLUDE_DIRS=/duneci/modules/dune-istl -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - 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 -- Setting dune-grid_LIBRARIES=dunegrid -- Setting dune-localfunctions_INCLUDE_DIRS=/duneci/modules/dune-localfunctions -- 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> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * 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 * Threads, Multi-threading library * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * METIS, Serial Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview> * 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> * 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 -- The following REQUIRED packages have been found: * dune-common * dune-geometry * dune-localfunctions * dune-grid * 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 CMake Warning: Manually-specified variables were not used by the project: DUNE_OPTS_FILE -- 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 -- 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 -- 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 -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-istl: dune-common (>= 2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-functions: dune-localfunctions (>= 2.9);dune-grid (>= 2.9);dune-istl (>= 2.9);dune-typetree (>= 2.9) -- Dependencies for dune-matrix-vector: dune-common;dune-geometry;dune-localfunctions;dune-grid;dune-istl -- Dependencies for dune-vtk: dune-grid (>= 2.9);dune-localfunctions (>= 2.9) -- Suggestions for dune-vtk: dune-functions;dune-spgrid;dune-polygongrid;dune-alugrid;dune-uggrid;dune-foamgrid -- Dependencies for dune-alugrid: dune-grid (>= 2.9) -- Dependencies for dune-subgrid: dune-common;dune-geometry;dune-grid -- Suggestions for dune-subgrid: dune-alugrid;dune-uggrid -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-istl: dune-common (>= 2.9) -- Dependencies for dune-istl: dune-common (>= 2.9) -- Dependencies for dune-typetree: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-alugrid: dune-grid (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-functions: dune-localfunctions (>= 2.9);dune-grid (>= 2.9);dune-istl (>= 2.9);dune-typetree (>= 2.9) -- Could NOT find dune-spgrid (missing: dune-spgrid_DIR) -- No full CMake package configuration support available. Falling back to pkg-config. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'dune-spgrid ' -- No package 'dune-spgrid' found -- Could NOT find dune-polygongrid (missing: dune-polygongrid_DIR) -- No full CMake package configuration support available. Falling back to pkg-config. -- Checking for module 'dune-polygongrid ' -- No package 'dune-polygongrid' found -- Could NOT find dune-foamgrid (missing: dune-foamgrid_DIR) -- No full CMake package configuration support available. Falling back to pkg-config. -- Checking for module 'dune-foamgrid ' -- No package 'dune-foamgrid' found -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-localfunctions: dune-geometry (>= 2.9) -- Dependencies for dune-grid: dune-geometry (>= 2.9) -- Suggestions for dune-grid: dune-uggrid (>=2.9) -- Dependencies for dune-istl: dune-common (>= 2.9) -- Dependencies for dune-typetree: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Dependencies for dune-uggrid: dune-common (>= 2.9) -- Dependencies for dune-geometry: dune-common (>= 2.9) -- Performing Test cxx_std_flag_20 -- Performing Test cxx_std_flag_20 - Success -- Performing Test compiler_supports_cxx20 -- Performing Test compiler_supports_cxx20 - Success -- Looking for std::experimental::make_array<int,int> -- Looking for std::experimental::make_array<int,int> - found -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> -- Looking for std::move<std::experimental::detected_t<std::decay_t,int>> - found -- Looking for std::identity -- Looking for std::identity - not found -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA -- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - 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) -- Set Minimal Debug Level to 4 -- 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") -- 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 -- Setting dune-common_LIBRARIES=dunecommon -- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry -- Setting dune-geometry_LIBRARIES=dunegeometry -- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake) -- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid -- Setting dune-uggrid_LIBRARIES=duneuggrid -- Setting dune-typetree_INCLUDE_DIRS=/duneci/modules/dune-typetree -- Performing tests for dune-istl (from /duneci/modules/dune-istl/cmake/modules/DuneIstlMacros.cmake) -- Found ParMETIS: /usr/lib/x86_64-linux-gnu/libptscotchparmetis.so -- 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 -- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.8.1") found components: CHOLMOD LDL SPQR UMFPACK -- Setting dune-istl_INCLUDE_DIRS=/duneci/modules/dune-istl -- Performing tests for dune-grid (from /duneci/modules/dune-grid/cmake/modules/DuneGridMacros.cmake) -- Looking for mkstemp -- Looking for mkstemp - 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 -- Setting dune-grid_LIBRARIES=dunegrid -- Setting dune-localfunctions_INCLUDE_DIRS=/duneci/modules/dune-localfunctions -- Setting dune-functions_INCLUDE_DIRS=/duneci/modules/dune-functions -- 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 -- Setting dune-alugrid_LIBRARIES=dunealugrid -- Performing tests for dune-subgrid (from /duneci/modules/dune-subgrid/cmake/modules/DuneSubgridMacros.cmake) -- Setting dune-subgrid_INCLUDE_DIRS=/duneci/modules/dune-subgrid -- Performing tests for dune-vtk (from /duneci/modules/dune-vtk/cmake/modules/DuneVtkMacros.cmake) -- Setting dune-vtk_INCLUDE_DIRS=/duneci/modules/dune-vtk -- Setting dune-vtk_LIBRARIES=dunevtk -- 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 -- 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-alugrid * dune-subgrid * 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> * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc> For use of SIMD instructions * Python3 * 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 * Threads, Multi-threading library * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html> * 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 * 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 * Adolc * HDF5 * Boost -- The following REQUIRED packages have been found: * dune-common * dune-geometry * dune-grid * dune-istl * dune-localfunctions * dune-functions * dune-matrix-vector * dune-vtk * dune-typetree -- 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 [ 20%] Generating dunepythontest.py [ 20%] Generating square.msh [ 30%] Generating poisson-pq2.py [ 40%] Generating fufemforms.py [ 40%] Built target insertionindexpermutationtest_copy_square.msh [ 40%] Built target dunepythontest_copy_dunepythontest.py Scanning dependencies of target python-examples_copy_utilities.py [ 40%] Built target python-examples_copy_poisson-pq2.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 [ 50%] Built target python-examples_copy_fufemforms.py [ 60%] Generating stokes-taylorhood.py Scanning dependencies of target python-examples_copy_poisson-mfem.py [ 70%] Generating linear-elasticity.py [ 80%] Generating poisson-mfem.py [ 80%] Built target python-examples_copy_utilities.py [ 80%] Built target python-examples_copy_stokes-taylorhood.py [ 80%] Built target python-examples_copy_linear-elasticity.py Scanning dependencies of target python-examples_copy_semilinear-equation.py Scanning dependencies of target python-examples_copy_minimalsurface-equation.py [ 80%] Built target python-examples_copy_poisson-mfem.py [ 90%] Generating minimalsurface-equation.py [100%] Generating semilinear-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 showcase Scanning dependencies of target hyperelasticity Scanning dependencies of target navier-stokes [ 1%] Building CXX object examples/CMakeFiles/fracture.dir/fracture.cc.o [ 2%] Building CXX object examples/CMakeFiles/hyperelasticity.dir/hyperelasticity.cc.o [ 3%] Building CXX object examples/CMakeFiles/navier-stokes.dir/navier-stokes.cc.o [ 5%] Building CXX object examples/CMakeFiles/showcase.dir/showcase.cc.o [01m[K/builds/fufem/dune-fufem/examples/showcase.cc:[m[K In function '[01m[Kint main(int, char**)[m[K': [01m[K/builds/fufem/dune-fufem/examples/showcase.cc:71:15:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KthreadCount[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 71 | std::size_t [01;35m[KthreadCount[m[K = 4; | [01;35m[K^~~~~~~~~~~[m[K 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 showcase [ 6%] Built target showcase Scanning dependencies of target poisson-mfem [ 7%] Building CXX object examples/CMakeFiles/poisson-mfem.dir/poisson-mfem.cc.o In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:22[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/examples/poisson-mfem.cc:24[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PyramidLocalCoefficients::RT0PyramidLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:23[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/examples/poisson-mfem.cc:24[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PrismLocalCoefficients::RT0PrismLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K [ 8%] Linking CXX executable fracture 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 [ 8%] Built target fracture Scanning dependencies of target poisson-nitsche [ 10%] Building CXX object examples/CMakeFiles/poisson-nitsche.dir/poisson-nitsche.cc.o [01m[K/builds/fufem/dune-fufem/examples/poisson-nitsche.cc:[m[K In function '[01m[Kint main(int, char**)[m[K': [01m[K/builds/fufem/dune-fufem/examples/poisson-nitsche.cc:193:15:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KthreadCount[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 193 | std::size_t [01;35m[KthreadCount[m[K = 4; | [01;35m[K^~~~~~~~~~~[m[K [ 11%] Linking CXX executable hyperelasticity [ 11%] Built target hyperelasticity Scanning dependencies of target stokes-taylorhood [ 12%] Building CXX object examples/CMakeFiles/stokes-taylorhood.dir/stokes-taylorhood.cc.o [ 13%] Linking CXX executable navier-stokes [ 13%] Built target navier-stokes Scanning dependencies of target poisson-pq2 [ 15%] Building CXX object examples/CMakeFiles/poisson-pq2.dir/poisson-pq2.cc.o [01m[K/builds/fufem/dune-fufem/examples/poisson-pq2.cc:[m[K In function '[01m[Kint main(int, char**)[m[K': [01m[K/builds/fufem/dune-fufem/examples/poisson-pq2.cc:79:15:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KthreadCount[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 79 | std::size_t [01;35m[KthreadCount[m[K = 4; | [01;35m[K^~~~~~~~~~~[m[K 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-nitsche [ 16%] Built target poisson-nitsche Scanning dependencies of target primal-plasticity [ 17%] Building CXX object examples/CMakeFiles/primal-plasticity.dir/primal-plasticity.cc.o [ 18%] Linking CXX executable poisson-mfem [ 18%] Built target poisson-mfem Scanning dependencies of target poisson-neumann [ 20%] Building CXX object examples/CMakeFiles/poisson-neumann.dir/poisson-neumann.cc.o [01m[K/builds/fufem/dune-fufem/examples/poisson-neumann.cc:[m[K In function '[01m[Kint main(int, char**)[m[K': [01m[K/builds/fufem/dune-fufem/examples/poisson-neumann.cc:145:15:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KthreadCount[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 145 | std::size_t [01;35m[KthreadCount[m[K = 4; | [01;35m[K^~~~~~~~~~~[m[K 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 [ 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 [01m[K/builds/fufem/dune-fufem/examples/minimalsurface-equation.cc:[m[K In function '[01m[Kint main(int, char**)[m[K': [01m[K/builds/fufem/dune-fufem/examples/minimalsurface-equation.cc:69:15:[m[K [01;35m[Kwarning: [m[Kvariable '[01m[KthreadCount[m[K' set but not used [[01;35m[K-Wunused-but-set-variable[m[K] 69 | std::size_t [01;35m[KthreadCount[m[K = std::thread::hardware_concurrency(); | [01;35m[K^~~~~~~~~~~[m[K 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 stokes-taylorhood [ 23%] Built target stokes-taylorhood Scanning dependencies of target linear-elasticity [ 25%] Building CXX object examples/CMakeFiles/linear-elasticity.dir/linear-elasticity.cc.o [ 26%] Linking CXX executable poisson-neumann [ 26%] Built target poisson-neumann Scanning dependencies of target benchmark [ 27%] Building CXX object examples/CMakeFiles/benchmark.dir/benchmark.cc.o In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:22[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/examples/benchmark.cc:24[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PyramidLocalCoefficients::RT0PyramidLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:23[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/examples/benchmark.cc:24[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PrismLocalCoefficients::RT0PrismLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K 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%] Linking CXX executable minimalsurface-equation [ 28%] Built target minimalsurface-equation Scanning dependencies of target localassemblertest [ 30%] Building CXX object dune/fufem/test/CMakeFiles/localassemblertest.dir/localassemblertest.cc.o In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:22[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/dune/fufem/test/localassemblertest.cc:15[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PyramidLocalCoefficients::RT0PyramidLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:23[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/dune/fufem/test/localassemblertest.cc:15[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PrismLocalCoefficients::RT0PrismLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K [ 31%] Linking CXX executable primal-plasticity [ 31%] Built target primal-plasticity 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 linear-elasticity [ 41%] Built target linear-elasticity [ 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 refinedsimplexgeometrytest [ 45%] Built target refinedsimplexgeometrytest 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 test-hdf5 [ 47%] Built target test-hdf5 Scanning dependencies of target functionintegratortest [ 48%] Building CXX object dune/fufem/test/CMakeFiles/functionintegratortest.dir/functionintegratortest.cc.o [ 50%] Linking CXX executable istlbackendtest [ 50%] Built target istlbackendtest 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 gridconstructiontest [ 61%] Linking CXX executable dunefunctionsipdgassemblertest [ 61%] Built target dunefunctionsipdgassemblertest Scanning dependencies of target boundarypatchprolongatortest [ 62%] Building CXX object dune/fufem/test/CMakeFiles/boundarypatchprolongatortest.dir/boundarypatchprolongatortest.cc.o [ 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 In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:22[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/dune/fufem/test/assembletransferoperatortest.cc:9[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PyramidLocalCoefficients::RT0PyramidLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0pyramid/raviartthomas0pyramidlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K In file included from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism.hh:12[m[K, from [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas.hh:23[m[K, from [01m[K/duneci/modules/dune-functions/dune/functions/functionspacebases/raviartthomasbasis.hh:13[m[K, from [01m[K/builds/fufem/dune-fufem/dune/fufem/test/assembletransferoperatortest.cc:9[m[K: [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:[m[K In constructor '[01m[KDune::RT0PrismLocalCoefficients::RT0PrismLocalCoefficients()[m[K': [01m[K/duneci/modules/dune-localfunctions/dune/localfunctions/raviartthomas/raviartthomas0prism/raviartthomas0prismlocalcoefficients.hh:30:21:[m[K [01;35m[Kwarning: [m[Kcomparison of integer expressions of different signedness: '[01m[Kint[m[K' and '[01m[Kstd::size_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wsign-compare[m[K] 30 | for(int i=0; [01;35m[Ki< size()[m[K; i++) | [01;35m[K~^~~~~~~~[m[K [ 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 makerefinedsimplexgeometrytest [ 73%] Linking CXX executable constructboundarydofstest [ 73%] Built target makerefinedsimplexgeometrytest Scanning dependencies of target mappedmatrixtest [ 75%] Building CXX object dune/fufem/test/CMakeFiles/mappedmatrixtest.dir/mappedmatrixtest.cc.o [ 75%] Built target constructboundarydofstest Scanning dependencies of target pgmtest [ 76%] Building CXX object dune/fufem/test/CMakeFiles/pgmtest.dir/pgmtest.cc.o [01m[K/builds/fufem/dune-fufem/dune/fufem/test/pgmtest.cc:101:6:[m[K [01;35m[Kwarning: [m[K#warning pgmtest.hh does not test anything with dune-functions 2.9 and earlier. [[01;35m[K-Wcpp[m[K] 101 | #[01;35m[Kwarning[m[K pgmtest.hh does not test anything with dune-functions 2.9 and earlier. | [01;35m[K^~~~~~~[m[K [ 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 [01m[K/builds/fufem/dune-fufem/dune/fufem/test/ppmtest.cc:164:6:[m[K [01;35m[Kwarning: [m[K#warning ppmtest.hh does not test anything with dune-functions 2.9 and earlier. [[01;35m[K-Wcpp[m[K] 164 | #[01;35m[Kwarning[m[K ppmtest.hh does not test anything with dune-functions 2.9 and earlier. | [01;35m[K^~~~~~~[m[K [ 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 insertionindexpermutationtest [ 96%] Built target insertionindexpermutationtest [ 97%] Linking CXX executable dunepythontest [ 97%] Built target dunepythontest [ 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-1828 - Experimental Test project /builds/fufem/dune-fufem/build-cmake Start 1: assembletransferoperatortest Start 2: boundarypatchprolongatortest Start 3: boundarypatchtest Start 4: constructboundarydofstest 1/26 Test #2: boundarypatchprolongatortest ..... Passed 1.02 sec Start 5: discretizationerrortest 2/26 Test #4: constructboundarydofstest ........ Passed 1.03 sec Start 6: dunefunctionsipdgassemblertest 3/26 Test #3: boundarypatchtest ................ Passed 1.06 sec Start 7: functionintegratortest 4/26 Test #1: assembletransferoperatortest ..... Passed 1.44 sec Start 8: gridconstructiontest 5/26 Test #6: dunefunctionsipdgassemblertest ... Passed 0.64 sec Start 9: insertionindexpermutationtest 6/26 Test #5: discretizationerrortest .......... Passed 0.65 sec Start 10: istlbackendtest 7/26 Test #7: functionintegratortest ........... Passed 0.63 sec Start 11: localassemblertest 8/26 Test #8: gridconstructiontest ............. Passed 0.62 sec Start 12: loggertest 9/26 Test #12: loggertest ....................... Passed 0.10 sec Start 13: makerefinedsimplexgeometrytest 10/26 Test #9: insertionindexpermutationtest .... Passed 0.58 sec Start 14: mappedmatrixtest 11/26 Test #14: mappedmatrixtest ................. Passed 0.00 sec Start 15: parallelassemblytest 12/26 Test #10: istlbackendtest .................. Passed 0.63 sec Start 16: pgmtest 13/26 Test #11: localassemblertest ............... Passed 0.62 sec Start 17: ppmtest 14/26 Test #13: makerefinedsimplexgeometrytest ... Passed 0.55 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.60 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.61 sec Start 23: dunepythontest 20/26 Test #15: parallelassemblytest ............. Passed 0.77 sec Start 24: adolcfunctiontest 21/26 Test #20: tensortest ....................... Passed 0.56 sec Start 25: serializationtest 22/26 Test #22: transferoperatorassemblertest .... Passed 0.66 sec Start 26: test-hdf5 23/26 Test #26: test-hdf5 ........................ Passed 0.06 sec 24/26 Test #24: adolcfunctiontest ................ Passed 0.65 sec 25/26 Test #23: dunepythontest ................... Passed 0.84 sec 26/26 Test #25: serializationtest ................ Passed 0.57 sec 100% tests passed, 0 tests failed out of 26 Total Test time (real) = 3.84 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:1741717734:step_script [0Ksection_start:1741717734:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1741717735:cleanup_file_variables [0K[32;1mJob succeeded[0;m