This is the Kratos Nightly report for GCC ========================================= Failed Applications : 0 Compiling Errors : 0 Compiling Warnings : 16 /home/ubuntu/Kratos/kratos/testing/tester.cpp:239:8: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] /home/ubuntu/Kratos/kratos/includes/thread_fixed_size_memory_pool.h:238:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] /home/ubuntu/Kratos/kratos/includes/checks.h:27:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] /home/ubuntu/Kratos/kratos/processes/calculate_signed_distance_to_3d_skin_process.h:626:73: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/kratos/processes/calculate_signed_distance_to_3d_skin_process.h:1615:81: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/SolidMechanicsApplication/custom_elements/beam_elements/large_displacement_beam_element.cpp:1117:18: warning: variable ‘RowIndex’ set but not used [-Wunused-but-set-variable] /home/ubuntu/Kratos/applications/MeshingApplication/external_includes/trigen_glass_forming.h:150:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/truss_element_3D2N.cpp:606:21: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/truss_element_3D2N.cpp:611:21: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/FluidDynamicsApplication/custom_processes/move_rotor_process.h:128:110: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/FluidDynamicsApplication/custom_processes/move_rotor_process.h:161:125: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/cr_beam_element_3D2N.cpp:1774:52: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/cr_beam_element_3D2N.cpp:1778:47: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/cr_beam_element_3D2N.cpp:1825:46: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/shell_thin_element_3D4N.cpp:2006:72: warning: ‘static Kratos::array_1d Kratos::MathUtils::CrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_conditions/surface_load_condition_3d.cpp:279:91: warning: ‘static Kratos::array_1d Kratos::MathUtils::UnitCrossProduct(const Kratos::array_1d&, const Kratos::array_1d&) [with TDataType = double]’ is deprecated [-Wdeprecated-declarations] Linking Error : 0 -- The C compiler identification is GNU 5.3.1 -- The CXX compiler identification is GNU 5.3.1 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Git: /usr/bin/git (found version "2.7.4") fatal: Not a git repository (or any of the parent directories): .git additional default options were set for gcc CMAKE_CXX_FLAGS = -msse3 -std=c++11 -fopenmp -funroll-loops -Wall -std=c++11 CMAKE_C_FLAGS = -msse3 -fopenmp -funroll-loops -Wall KRATOS_BUILD_TESTING not defined. Setting to ON KRATOS_EXCLUDE_OPENMP OpenMP included -- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp Using component: python -- Boost version: 1.59.0 -- Found the following Boost libraries: -- python Boost Include: /home/ubuntu/CompiledLibs/boost_1_59_0 Boost Linkdir: /home/ubuntu/CompiledLibs/boost_1_59_0/stage/lib Boostlib used: /home/ubuntu/CompiledLibs/boost_1_59_0/stage/lib/libboost_python.so.1.59.0 -- Found PythonLibs: /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu/libpython3.5m.so (found version "3.5.1+") -- The Fortran compiler identification is GNU 5.3.1 -- Check for working Fortran compiler: /usr/bin/gfortran -- Check for working Fortran compiler: /usr/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/gfortran supports Fortran 90 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling -- Looking for Fortran sgemm -- Looking for Fortran sgemm - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- A library with BLAS API found. linker flags with blas = BLA_VENDOR = All -- A library with BLAS API found. -- Looking for Fortran cheev -- Looking for Fortran cheev - found -- A library with LAPACK API found. LAPACK = /usr/lib/liblapack.so/usr/lib/libblas/libblas.so.3.6.0 LAPACK modified = /usr/lib/lapack/liblapack.so.3.6.0/usr/lib/libblas/libblas.so.3.6.0 -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) -- Preparing local ZLIB compilation. -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - done -- Looking for fseeko -- Looking for fseeko - found -- Looking for unistd.h -- Looking for unistd.h - found CMAKE_BUILD_TYPE ........ Custom WARNING: YOUR GIDPOST IS BEING COMPILED WITHOUT DEBUG (ALL ASSERTS WILL BE AVOIDED) EXTERNAL_SOLVERS_APPLICATION............... ON SOLID_MECHANICS_APPLICATION................ ON PFEM_APPLICATION........................... OFF PFEM_SOLID_MECHANICS_APPLICATION........... OFF PFEM_FLUID_DYNAMICS_APPLICATION............ OFF CONTACT_MECHANICS_APPLICATION.............. OFF CONSTITUTIVE_MODELS_APPLICATION............ UMAT_APPLICATION........................... MACHINING_APPLICATION...................... STRING_DYNAMICS_APPLICATION................ CONVECTION_DIFFUSION_APPLICATION........... ON MESHING_APPLICATION ....................... ON STRUCTURAL_APPLICATION..................... STRUCTURAL_MECHANICS_APPLICATION........... ON FLUID_DYNAMICS_APPLICATION................. ON PFEM2_APPLICATION.......................... ALE_APPLICATION............................ ON FSI_APPLICATION............................ ON EMPIRE_APPLICATION......................... ON MIXED_ELEMENT_APPLICATION.................. DEM_APPLICATION............................ ON SWIMMING_DEM_APPLICATION................... ON CONSTITUTIVE_LAWS_APPLICATION.............. THERMO_MECHANICAL_APPLICATION.............. ON OPENCL_APPLICATION......................... MKL_SOLVERS_APPLICATION.................... OFF MPI_SEARCH_APPLICATION..................... METIS_APPLICATION.......................... OFF TRILINOS_APPLICATION....................... OFF TURBULENT_FLOW_APPLICATION................. BLOOD_FLOW_APPLICATION..................... PURE_DIFFUSION_APPLICATION................. MESHLESS_APPLICATION....................... WIND_TURBINE_APPLICATION .................. CLICK2CAST_APPLICATION .................... MULTISCALE_APPLICATION .................... OFF FREEZING_SOIL_APPLICATION.................. ADJOINT_FLUID_APPLICATION.................. OFF POROMECHANICS_APPLICATION.................. ON PARTICLE_MECHANICS_APPLICATION............. ON FORMING_APPLICATION........................ DAM_APPLICATION............................ ON SHAPE_OPTIMIZATION_APPLICATION............. ON TOPOLOGY_OPTIMIZATION_APPLICATION.......... MY_LAPLACIAN_APPLICATION................... LAGRANGIAN_MPM_APPLICATION................. CONTACT_STRUCTURAL_MECHANICS_APPLICATION... ON MAPPING_APPLICATION........................ ON INCOMPRESSIBLE_FLUID_APPLICATION .......... COMPRESSIBLE_POTENTIAL_FLOW_APPLICATION.... SHALLOW_WATER_APPLICATION.................. **** configuring KratosExternalSolversApplication **** -- Try OpenMP Fortran flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp additional default options were set for gfortran ----------------------****************---------------------- CMAKE_Fortran_FLAGS = -fopenmp -w -w -O3 -ffree-line-length-none -ffixed-line-length-none -cpp -fPIC **** configuring KratosSolidMechanicsApplication **** **** configuring KratosConvectionDiffusionApplication **** **** configuring KratosMeshingApplication **** **** configuring KratosStructuralMechanicsApplication **** **** configuring KratosFluidDynamicsApplication **** **** configuring KratosALEApplication **** **** configuring KratosFSIApplication **** **** configuring KratosEmpireApplication **** **** configuring KratosDEMApplication **** -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success **** configuring KratosSwimmingDEMApplication **** **** configuring KratosThermoMechanicalApplication **** **** configuring KratosPoromechanicsApplication **** **** configuring KratosParticleMechanicsApplication **** **** configuring KratosDamApplication **** **** configuring KratosShapeOptimizationApplication **** **** configuring KratosContactStructuralMechanicsApplication **** **** configuring KratosMappingApplication **** *****************************************************************************-------------******** /home/ubuntu/Kratos/external_libraries/triangle python libraries to be installed are: /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0 -------------------------------- standard install dir /home/ubuntu/Kratos installed blas = /usr/lib/libblas/libblas.so.3.6.0 installed lapack = /usr/lib/lapack/liblapack.so.3.6.0/usr/lib/libblas/libblas.so.3.6.0 -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: MKLSOLVER_INCLUDE_DIR MKLSOLVER_LIB_DIR PARMETIS_ROOT_DIR TRILINOS_ROOT -- Build files have been written to: /home/ubuntu/Kratos/cmake_gcc UnitTests: ============= | / | ' / __| _` | __| _ \ __| . \ | ( | | ( |\__ \ _|\_\_| \__,_|\__|\___/ ____/ Multi-Physics 5.1.0--Custom .............x.................................s..............x..F...................EE ====================================================================== ERROR: test_gid_io_all (test_gid_io.TestGidIO) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/Kratos/kratos/tests/test_gid_io.py", line 69, in test_gid_io_all self.__Check("all_active_out_0.post.msh","all_active_ref.ref") File "/home/ubuntu/Kratos/kratos/tests/test_gid_io.py", line 62, in __Check +output_file, os.path.dirname(os.path.realpath(__file__)) + "/" +reference_file)) File "/usr/lib/python3.5/filecmp.py", line 51, in cmp s1 = _sig(os.stat(f1)) FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/Kratos/kratos/tests/all_active_out_0.post.msh' ====================================================================== ERROR: test_gid_io_deactivation (test_gid_io.TestGidIO) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/Kratos/kratos/tests/test_gid_io.py", line 82, in test_gid_io_deactivation self.__Check("deactivated_out_0.post.msh","deactivated_ref.ref") File "/home/ubuntu/Kratos/kratos/tests/test_gid_io.py", line 62, in __Check +output_file, os.path.dirname(os.path.realpath(__file__)) + "/" +reference_file)) File "/usr/lib/python3.5/filecmp.py", line 51, in cmp s1 = _sig(os.stat(f1)) FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/Kratos/kratos/tests/deactivated_out_0.post.msh' ====================================================================== FAIL: test_model_part_sub_model_parts (test_redistance.TestRedistance) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/Kratos/kratos/tests/test_redistance.py", line 47, in test_model_part_sub_model_parts self.assertAlmostEqual(max_distance, 0.4473365725705744) AssertionError: -1.0 != 0.4473365725705744 within 7 places ---------------------------------------------------------------------- Ran 87 tests in 35.845s FAILED (failures=1, errors=2, skipped=1, expected failures=2) Running tests for KratosCore Running tests for MeshingApplication [Warning]: "nightly" test suite is empty Running tests for EmpireApplication [Warning]: Application has been found in "empire_application" directory but it was expected in "EmpireApplication". Please check the naming convention. [Warning]: No test script found for EmpireApplication Running tests for ThermoMechanicalApplication [Warning]: No test script found for ThermoMechanicalApplication Running tests for StructuralMechanicsApplication ..........................Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/vector_expression.hpp at line 581: size1 == size2 terminate called after throwing an instance of 'Kratos::Exception' what(): Error: bad argument in /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/cr_beam_element_2D2N.cpp:342:boost::numeric::ublas::bounded_vector CrBeamElement2D2N::CalculateBodyForces() /home/ubuntu/Kratos/applications/StructuralMechanicsApplication/custom_elements/cr_beam_element_2D2N.cpp:271:virtual void CrBeamElement2D2N::CalculateLocalSystem(CrBeamElement2D2N::MatrixType&, CrBeamElement2D2N::VectorType&, ProcessInfo&) kratos/solving_strategies/schemes/residual_based_bossak_displacement_scheme.hpp:635:void ResidualBasedBossakDisplacementScheme::CalculateSystemContributions(Element::Pointer, ResidualBasedBossakDisplacementScheme::LocalSystemMatrixType&, ResidualBasedBossakDisplacementScheme::LocalSystemVectorType&, Element::EquationIdVectorType&, ProcessInfo&) [with TSparseSpace = UblasSpace, boost::numeric::ublas::vector >; TDenseSpace = UblasSpace, boost::numeric::ublas::vector >; Element::Pointer = boost::shared_ptr; ResidualBasedBossakDisplacementScheme::LocalSystemMatrixType = boost::numeric::ublas::matrix; ResidualBasedBossakDisplacementScheme::LocalSystemVectorType = boost::numeric::ublas::vector; Element::EquationIdVectorType = vector] Running tests for DamApplication [Warning]: No test script found for DamApplication Running tests for SolidMechanicsApplication ........Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/functional.hpp at line 1373: i < size_i terminate called after throwing an instance of 'Kratos::Exception' what(): Error: bad index in /home/ubuntu/Kratos/applications/SolidMechanicsApplication/custom_elements/solid_elements/solid_element.cpp:685:virtual void SolidElement::CalculateElementalSystem(SolidElement::LocalSystemComponents&, ProcessInfo&) /home/ubuntu/Kratos/applications/SolidMechanicsApplication/custom_elements/solid_elements/solid_element.cpp:1183:virtual void SolidElement::CalculateLocalSystem(Element::MatrixType&, Element::VectorType&, ProcessInfo&) kratos/solving_strategies/schemes/residualbased_incrementalupdate_static_scheme.h:291:void ResidualBasedIncrementalUpdateStaticScheme::CalculateSystemContributions(Element::Pointer, ResidualBasedIncrementalUpdateStaticScheme::LocalSystemMatrixType&, ResidualBasedIncrementalUpdateStaticScheme::LocalSystemVectorType&, Element::EquationIdVectorType&, ProcessInfo&) [with TSparseSpace = UblasSpace, boost::numeric::ublas::vector >; TDenseSpace = UblasSpace, boost::numeric::ublas::vector >; Element::Pointer = boost::shared_ptr; ResidualBasedIncrementalUpdateStaticScheme::LocalSystemMatrixType = boost::numeric::ublas::matrix; ResidualBasedIncrementalUpdateStaticScheme::LocalSystemVectorType = boost::numeric::ublas::vector; Element::EquationIdVectorType = vector] Running tests for ShapeOptimizationApplication [Warning]: No test script found for ShapeOptimizationApplication Running tests for MappingApplication ..runkratos: /home/ubuntu/Kratos/external_libraries/rapidjson/document.h:891: rapidjson::GenericValue::MemberIterator rapidjson::GenericValue::MemberEnd() [with Encoding = rapidjson::UTF8<>; Allocator = rapidjson::MemoryPoolAllocator<>; rapidjson::GenericValue::MemberIterator = rapidjson::GenericMemberIterator, rapidjson::MemoryPoolAllocator<> >]: Assertion `IsObject()' failed. Running tests for SwimmingDEMApplication [Warning]: Application has been found in "swimming_DEM_application" directory but it was expected in "SwimmingDEMApplication". Please check the naming convention. [Warning]: No test script found for SwimmingDEMApplication Running tests for PoromechanicsApplication [Warning]: No test script found for PoromechanicsApplication Running tests for ALEApplication . ---------------------------------------------------------------------- Ran 1 test in 45.041s OK [Warning]: Application has been found in "ALEapplication" directory but it was expected in "ALEApplication". Please check the naming convention. Running tests for FluidDynamicsApplication ...........Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/vector_expression.hpp at line 581: size1 == size2 terminate called after throwing an instance of 'Kratos::Exception' what(): Error: bad argument in /home/ubuntu/Kratos/applications/FluidDynamicsApplication/custom_elements/embedded_ausas_navier_stokes.h:209:void EmbeddedAusasNavierStokes::CalculateLocalSystem(Element::MatrixType&, Element::VectorType&, ProcessInfo&) [with unsigned int TDim = 2u; unsigned int TNumNodes = 3u; Element::MatrixType = boost::numeric::ublas::matrix; Element::VectorType = boost::numeric::ublas::vector] kratos/solving_strategies/schemes/residualbased_incrementalupdate_static_scheme.h:291:void ResidualBasedIncrementalUpdateStaticScheme::CalculateSystemContributions(Element::Pointer, ResidualBasedIncrementalUpdateStaticScheme::LocalSystemMatrixType&, ResidualBasedIncrementalUpdateStaticScheme::LocalSystemVectorType&, Element::EquationIdVectorType&, ProcessInfo&) [with TSparseSpace = UblasSpace, boost::numeric::ublas::vector >; TDenseSpace = UblasSpace, boost::numeric::ublas::vector >; Element::Pointer = boost::shared_ptr; ResidualBasedIncrementalUpdateStaticScheme::LocalSystemMatrixType = boost::numeric::ublas::matrix; ResidualBasedIncrementalUpdateStaticScheme::LocalSystemVectorType = boost::numeric::ublas::vector; Element::EquationIdVectorType = vector] kratos/solving_strategies/schemes/residualbased_incrementalupdate_static_scheme_slip.h:151:void ResidualBasedIncrementalUpdateStaticSchemeSlip::CalculateSystemContributions(Element::Pointer, ResidualBasedIncrementalUpdateStaticSchemeSlip::LocalSystemMatrixType&, ResidualBasedIncrementalUpdateStaticSchemeSlip::LocalSystemVectorType&, Element::EquationIdVectorType&, ProcessInfo&) [with TSparseSpace = UblasSpace, boost::numeric::ublas::vector >; TDenseSpace = UblasSpace, boost::numeric::ublas::vector >; Element::Pointer = boost::shared_ptr; ResidualBasedIncrementalUpdateStaticSchemeSlip::LocalSystemMatrixType = boost::numeric::ublas::matrix; ResidualBasedIncrementalUpdateStaticSchemeSlip::LocalSystemVectorType = boost::numeric::ublas::vector; Element::EquationIdVectorType = vector] Running tests for ExternalSolversApplication [Warning]: No test script found for ExternalSolversApplication Running tests for ParticleMechanicsApplication [Warning]: No test script found for ParticleMechanicsApplication Running tests for DEMApplication [Warning]: Application has been found in "DEM_application" directory but it was expected in "DEMApplication". Please check the naming convention. [Warning]: No test script found for DEMApplication Running tests for ContactStructuralMechanicsApplication .................................Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/functional.hpp at line Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/functional.hpp at line 1373: 1373: i < size_i i < size_i terminate called recursively terminate called after throwing an instance of 'Running tests for FSIApplication .................... ---------------------------------------------------------------------- Ran 20 tests in 3.125s OK [Warning]: Application has been found in "FSIapplication" directory but it was expected in "FSIApplication". Please check the naming convention. Running tests for ConvectionDiffusionApplication ..... ---------------------------------------------------------------------- Ran 5 tests in 5.921s OK [Warning]: Application has been found in "convection_diffusion_application" directory but it was expected in "ConvectionDiffusionApplication". Please check the naming convention. Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/functional.hpp at line 1373: i < size_i Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/functional.hpp at line 1373: i < size_i Check failed in file /home/ubuntu/CompiledLibs/boost_1_59_0/boost/numeric/ublas/functional.hpp at line 1373: i < size_i .........................FF.F........................................................................................................................................... Ran 168 of 169 test cases in 2.00102s. 3 failed: TestGeometricalSensitivityUtility_Quadrilateral2D4N_GAUSS_1 Failed with message: Error: bad index in kratos/utilities/geometrical_sensitivity_utility.cpp:64:void GeometricalSensitivityUtility::CalculateSensitivity(GeometricalSensitivityUtility::IndexType, GeometricalSensitivityUtility::IndexType, double&, GeometricalSensitivityUtility::ShapeFunctionsGradientType&) const TestGeometricalSensitivityUtility_Quadrilateral2D4N_GAUSS_2 Failed with message: Error: bad index in kratos/utilities/geometrical_sensitivity_utility.cpp:64:void GeometricalSensitivityUtility::CalculateSensitivity(GeometricalSensitivityUtility::IndexType, GeometricalSensitivityUtility::IndexType, double&, GeometricalSensitivityUtility::ShapeFunctionsGradientType&) const TestGeometricalSensitivityUtility_Triangle2D3N_GAUSS_1 Failed with message: Error: bad index in kratos/utilities/geometrical_sensitivity_utility.cpp:64:void GeometricalSensitivityUtility::CalculateSensitivity(GeometricalSensitivityUtility::IndexType, GeometricalSensitivityUtility::IndexType, double&, GeometricalSensitivityUtility::ShapeFunctionsGradientType&) const Running cpp tests /home/ubuntu/Kratos/kratos/tests/test_KratosCore.py Tests for KratosCore finished in time (900s). /home/ubuntu/Kratos/applications//MeshingApplication/tests/test_MeshingApplication.py Tests for MeshingApplication finished in time (900s). /home/ubuntu/Kratos/applications//empire_application/tests/test_EmpireApplication.py Tests for EmpireApplication finished in time (900s). /home/ubuntu/Kratos/applications//ThermoMechanicalApplication/tests/test_ThermoMechanicalApplication.py Tests for ThermoMechanicalApplication finished in time (900s). /home/ubuntu/Kratos/applications//StructuralMechanicsApplication/tests/test_StructuralMechanicsApplication.py Tests for StructuralMechanicsApplication finished in time (900s). /home/ubuntu/Kratos/applications//DamApplication/tests/test_DamApplication.py Tests for DamApplication finished in time (900s). /home/ubuntu/Kratos/applications//SolidMechanicsApplication/tests/test_SolidMechanicsApplication.py Tests for SolidMechanicsApplication finished in time (900s). /home/ubuntu/Kratos/applications//ShapeOptimizationApplication/tests/test_ShapeOptimizationApplication.py Tests for ShapeOptimizationApplication finished in time (900s). /home/ubuntu/Kratos/applications//MappingApplication/tests/test_MappingApplication.py Tests for MappingApplication finished in time (900s). /home/ubuntu/Kratos/applications//swimming_DEM_application/tests/test_SwimmingDEMApplication.py Tests for SwimmingDEMApplication finished in time (900s). /home/ubuntu/Kratos/applications//PoromechanicsApplication/tests/test_PoromechanicsApplication.py Tests for PoromechanicsApplication finished in time (900s). /home/ubuntu/Kratos/applications//ALEapplication/tests/test_ALEApplication.py Tests for ALEApplication finished in time (900s). /home/ubuntu/Kratos/applications//FluidDynamicsApplication/tests/test_FluidDynamicsApplication.py Tests for FluidDynamicsApplication finished in time (900s). /home/ubuntu/Kratos/applications//ExternalSolversApplication/tests/test_ExternalSolversApplication.py Tests for ExternalSolversApplication finished in time (900s). /home/ubuntu/Kratos/applications//ParticleMechanicsApplication/tests/test_ParticleMechanicsApplication.py Tests for ParticleMechanicsApplication finished in time (900s). /home/ubuntu/Kratos/applications//DEM_application/tests/test_DEMApplication.py Tests for DEMApplication finished in time (900s). /home/ubuntu/Kratos/applications//ContactStructuralMechanicsApplication/tests/test_ContactStructuralMechanicsApplication.py Tests for ContactStructuralMechanicsApplication finished in time (900s). /home/ubuntu/Kratos/applications//FSIapplication/tests/test_FSIApplication.py Tests for FSIApplication finished in time (900s). /home/ubuntu/Kratos/applications//convection_diffusion_application/tests/test_ConvectionDiffusionApplication.py Tests for ConvectionDiffusionApplication finished in time (900s).