==2496880== Memcheck, a memory error detector
==2496880== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==2496880== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==2496880== Command: /home/github/actions-runner/_work/Chaste/Chaste/Chaste/chaste-build-dir/mesh/test/TestImmersedBoundaryElement -malloc_debug -malloc_dump -memory_info
==2496880== Parent PID: 2496142
==2496880== 
==2496880== 
==2496880== FILE DESCRIPTORS: 9 open (3 std) at exit.
==2496880== Open file descriptor 12:
==2496880==    at 0x7DA022D: pipe (pipe.c:29)
==2496880==    by 0x100A407D: ???
==2496880==    by 0xB9DB4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==2496880==    by 0x79F1418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==2496880==    by 0x798AD7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==2496880==    by 0x665FD38: PetscInitialize (pinit.c:924)
==2496880==    by 0x653623F: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==2496880==    by 0x653628D: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==2496880==    by 0x116AF3: PetscSetup::setUpWorld() (FakePetscSetup.hpp:70)
==2496880==    by 0x112565: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==2496880==    by 0x114B42: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==2496880==    by 0x1149E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==2496880==    by 0x115079: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==2496880==    by 0x110895: main (TestImmersedBoundaryElement.cpp:19)
==2496880== 
==2496880== Open file descriptor 8: /dev/shm/open_mpi.0000
==2496880==    at 0x7DA4BCC: __open_nocancel (open64_nocancel.c:39)
==2496880==    by 0x7D28C4F: shm_open@@GLIBC_2.34 (shm_open.c:40)
==2496880==    by 0x78E9822: ???
==2496880==    by 0x78E996F: ???
==2496880==    by 0xBA806DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==2496880==    by 0xBA80938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==2496880==    by 0xBA36922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==2496880==    by 0xB9DB2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==2496880==    by 0x79F1418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==2496880==    by 0x798AD7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==2496880==    by 0x665FD38: PetscInitialize (pinit.c:924)
==2496880==    by 0x653623F: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==2496880==    by 0x653628D: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==2496880==    by 0x116AF3: PetscSetup::setUpWorld() (FakePetscSetup.hpp:70)
==2496880==    by 0x112565: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==2496880==    by 0x114B42: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==2496880==    by 0x1149E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==2496880==    by 0x115079: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==2496880==    by 0x110895: main (TestImmersedBoundaryElement.cpp:19)
==2496880== 
==2496880== Open file descriptor 115:
==2496880==    <inherited from parent>
==2496880== 
==2496880== Open file descriptor 111:
==2496880==    <inherited from parent>
==2496880== 
==2496880== Open file descriptor 4: /home/github/actions-runner/_work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/TestImmersedBoundaryElement_valgrind.txt
==2496880==    <inherited from parent>
==2496880== 
==2496880== Open file descriptor 3: /home/github/actions-runner/_work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
==2496880==    <inherited from parent>
==2496880== 
==2496880== 
==2496880== HEAP SUMMARY:
==2496880==     in use at exit: 700,903 bytes in 9,379 blocks
==2496880==   total heap usage: 49,638 allocs, 40,259 frees, 1,353,468,862 bytes allocated
==2496880== 
==2496880== 136 bytes in 1 blocks are definitely lost in loss record 35 of 67
==2496880==    at 0x4849013: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==2496880==    by 0x117E5C: TestImmersedBoundaryElement::Test1DMethods() (TestImmersedBoundaryElement.hpp:93)
==2496880==    by 0x118830: TestDescription_TestImmersedBoundaryElement_Test1DMethods::runTest() (TestImmersedBoundaryElement.cpp:37)
==2496880==    by 0x111B60: CxxTest::RealTestDescription::run() (RealDescriptions.cpp:96)
==2496880==    by 0x114DF0: CxxTest::TestRunner::runTest(CxxTest::TestDescription&) (TestRunner.h:74)
==2496880==    by 0x114CD5: CxxTest::TestRunner::runSuite(CxxTest::SuiteDescription&) (TestRunner.h:61)
==2496880==    by 0x114B7B: CxxTest::TestRunner::runWorld() (TestRunner.h:46)
==2496880==    by 0x1149E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==2496880==    by 0x115079: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==2496880==    by 0x110895: main (TestImmersedBoundaryElement.cpp:19)
==2496880== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:_Znwm
   fun:_ZN27TestImmersedBoundaryElement13Test1DMethodsEv
   fun:_ZN57TestDescription_TestImmersedBoundaryElement_Test1DMethods7runTestEv
   fun:_ZN7CxxTest19RealTestDescription3runEv
   fun:_ZN7CxxTest10TestRunner7runTestERNS_15TestDescriptionE
   fun:_ZN7CxxTest10TestRunner8runSuiteERNS_16SuiteDescriptionE
   fun:_ZN7CxxTest10TestRunner8runWorldEv
   fun:_ZN7CxxTest10TestRunner11runAllTestsERNS_12TestListenerE
   fun:_ZN7CxxTest14ErrorFormatter3runEv
   fun:main
}
==2496880== 136 bytes in 1 blocks are definitely lost in loss record 36 of 67
==2496880==    at 0x4849013: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==2496880==    by 0x117EAF: TestImmersedBoundaryElement::Test1DMethods() (TestImmersedBoundaryElement.hpp:94)
==2496880==    by 0x118830: TestDescription_TestImmersedBoundaryElement_Test1DMethods::runTest() (TestImmersedBoundaryElement.cpp:37)
==2496880==    by 0x111B60: CxxTest::RealTestDescription::run() (RealDescriptions.cpp:96)
==2496880==    by 0x114DF0: CxxTest::TestRunner::runTest(CxxTest::TestDescription&) (TestRunner.h:74)
==2496880==    by 0x114CD5: CxxTest::TestRunner::runSuite(CxxTest::SuiteDescription&) (TestRunner.h:61)
==2496880==    by 0x114B7B: CxxTest::TestRunner::runWorld() (TestRunner.h:46)
==2496880==    by 0x1149E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==2496880==    by 0x115079: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==2496880==    by 0x110895: main (TestImmersedBoundaryElement.cpp:19)
==2496880== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:_Znwm
   fun:_ZN27TestImmersedBoundaryElement13Test1DMethodsEv
   fun:_ZN57TestDescription_TestImmersedBoundaryElement_Test1DMethods7runTestEv
   fun:_ZN7CxxTest19RealTestDescription3runEv
   fun:_ZN7CxxTest10TestRunner7runTestERNS_15TestDescriptionE
   fun:_ZN7CxxTest10TestRunner8runSuiteERNS_16SuiteDescriptionE
   fun:_ZN7CxxTest10TestRunner8runWorldEv
   fun:_ZN7CxxTest10TestRunner11runAllTestsERNS_12TestListenerE
   fun:_ZN7CxxTest14ErrorFormatter3runEv
   fun:main
}
==2496880== LEAK SUMMARY:
==2496880==    definitely lost: 272 bytes in 2 blocks
==2496880==    indirectly lost: 0 bytes in 0 blocks
==2496880==      possibly lost: 0 bytes in 0 blocks
==2496880==    still reachable: 24 bytes in 2 blocks
==2496880==         suppressed: 700,607 bytes in 9,375 blocks
==2496880== Reachable blocks (those to which a pointer was found) are not shown.
==2496880== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==2496880== 
==2496880== For lists of detected and suppressed errors, rerun with: -s
==2496880== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 37 from 37)
