==77924== Memcheck, a memory error detector
==77924== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==77924== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==77924== Command: /home/github/actions-runner/_work/Chaste/Chaste/Chaste/chaste-build-dir/mesh/test/TestImmersedBoundaryElement -malloc_debug -malloc_dump -memory_info
==77924== Parent PID: 77187
==77924== 
==77924== 
==77924== FILE DESCRIPTORS: 9 open (3 std) at exit.
==77924== Open file descriptor 12:
==77924==    at 0x7DA122D: pipe (pipe.c:29)
==77924==    by 0x100A407D: ???
==77924==    by 0xB9DB4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==77924==    by 0x79F2418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==77924==    by 0x798BD7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==77924==    by 0x6660D38: PetscInitialize (pinit.c:924)
==77924==    by 0x653723F: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==77924==    by 0x653728D: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==77924==    by 0x11699B: PetscSetup::setUpWorld() (FakePetscSetup.hpp:70)
==77924==    by 0x11240D: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==77924==    by 0x1149EA: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==77924==    by 0x11488A: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==77924==    by 0x114F21: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==77924==    by 0x110835: main (TestImmersedBoundaryElement.cpp:19)
==77924== 
==77924== Open file descriptor 8: /dev/shm/open_mpi.0000
==77924==    at 0x7DA5BCC: __open_nocancel (open64_nocancel.c:39)
==77924==    by 0x7D29C4F: shm_open@@GLIBC_2.34 (shm_open.c:40)
==77924==    by 0x78EA822: ???
==77924==    by 0x78EA96F: ???
==77924==    by 0xBA806DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==77924==    by 0xBA80938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==77924==    by 0xBA36922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
==77924==    by 0xB9DB2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
==77924==    by 0x79F2418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==77924==    by 0x798BD7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
==77924==    by 0x6660D38: PetscInitialize (pinit.c:924)
==77924==    by 0x653723F: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
==77924==    by 0x653728D: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
==77924==    by 0x11699B: PetscSetup::setUpWorld() (FakePetscSetup.hpp:70)
==77924==    by 0x11240D: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
==77924==    by 0x1149EA: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
==77924==    by 0x11488A: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==77924==    by 0x114F21: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==77924==    by 0x110835: main (TestImmersedBoundaryElement.cpp:19)
==77924== 
==77924== Open file descriptor 112:
==77924==    <inherited from parent>
==77924== 
==77924== Open file descriptor 109:
==77924==    <inherited from parent>
==77924== 
==77924== Open file descriptor 4: /home/github/actions-runner/_work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/TestImmersedBoundaryElement_valgrind.txt
==77924==    <inherited from parent>
==77924== 
==77924== Open file descriptor 3: /home/github/actions-runner/_work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
==77924==    <inherited from parent>
==77924== 
==77924== 
==77924== HEAP SUMMARY:
==77924==     in use at exit: 700,893 bytes in 9,379 blocks
==77924==   total heap usage: 49,616 allocs, 40,237 frees, 1,353,460,377 bytes allocated
==77924== 
==77924== 136 bytes in 1 blocks are definitely lost in loss record 36 of 65
==77924==    at 0x4849013: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==77924==    by 0x117846: TestImmersedBoundaryElement::Test1DMethods() (TestImmersedBoundaryElement.hpp:93)
==77924==    by 0x118012: TestDescription_TestImmersedBoundaryElement_Test1DMethods::runTest() (TestImmersedBoundaryElement.cpp:37)
==77924==    by 0x111AF1: CxxTest::RealTestDescription::run() (RealDescriptions.cpp:96)
==77924==    by 0x114C98: CxxTest::TestRunner::runTest(CxxTest::TestDescription&) (TestRunner.h:74)
==77924==    by 0x114B7D: CxxTest::TestRunner::runSuite(CxxTest::SuiteDescription&) (TestRunner.h:61)
==77924==    by 0x114A23: CxxTest::TestRunner::runWorld() (TestRunner.h:46)
==77924==    by 0x11488A: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==77924==    by 0x114F21: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==77924==    by 0x110835: main (TestImmersedBoundaryElement.cpp:19)
==77924== 
{
   <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
}
==77924== 136 bytes in 1 blocks are definitely lost in loss record 37 of 65
==77924==    at 0x4849013: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==77924==    by 0x117899: TestImmersedBoundaryElement::Test1DMethods() (TestImmersedBoundaryElement.hpp:94)
==77924==    by 0x118012: TestDescription_TestImmersedBoundaryElement_Test1DMethods::runTest() (TestImmersedBoundaryElement.cpp:37)
==77924==    by 0x111AF1: CxxTest::RealTestDescription::run() (RealDescriptions.cpp:96)
==77924==    by 0x114C98: CxxTest::TestRunner::runTest(CxxTest::TestDescription&) (TestRunner.h:74)
==77924==    by 0x114B7D: CxxTest::TestRunner::runSuite(CxxTest::SuiteDescription&) (TestRunner.h:61)
==77924==    by 0x114A23: CxxTest::TestRunner::runWorld() (TestRunner.h:46)
==77924==    by 0x11488A: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
==77924==    by 0x114F21: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
==77924==    by 0x110835: main (TestImmersedBoundaryElement.cpp:19)
==77924== 
{
   <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
}
==77924== LEAK SUMMARY:
==77924==    definitely lost: 272 bytes in 2 blocks
==77924==    indirectly lost: 0 bytes in 0 blocks
==77924==      possibly lost: 0 bytes in 0 blocks
==77924==    still reachable: 24 bytes in 2 blocks
==77924==         suppressed: 700,597 bytes in 9,375 blocks
==77924== Reachable blocks (those to which a pointer was found) are not shown.
==77924== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==77924== 
==77924== For lists of detected and suppressed errors, rerun with: -s
==77924== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 35 from 35)
