Skip to content

Commit ac091d0

Browse files
author
github-action
committed
upload memtest results
1 parent 4dda803 commit ac091d0

File tree

403 files changed

+29008
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

403 files changed

+29008
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
==25740== Memcheck, a memory error detector
2+
==25740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
3+
==25740== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
4+
==25740== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/pde/test/Test1D3DLinearEllipticSolver -malloc_debug -malloc_dump -memory_info
5+
==25740== Parent PID: 24649
6+
==25740==
7+
==25740==
8+
==25740== FILE DESCRIPTORS: 9 open (3 std) at exit.
9+
==25740== Open file descriptor 12:
10+
==25740== at 0x85040ED: pipe (pipe.c:29)
11+
==25740== by 0x104F807D: ???
12+
==25740== by 0xBE7C4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
13+
==25740== by 0x8772418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
14+
==25740== by 0x870BD7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
15+
==25740== by 0x6E31D38: PetscInitialize (pinit.c:924)
16+
==25740== by 0x699DE75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
17+
==25740== by 0x699DEC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
18+
==25740== by 0x1650B4: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
19+
==25740== by 0x15FF53: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
20+
==25740== by 0x162D0C: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
21+
==25740== by 0x162C07: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
22+
==25740== by 0x16321B: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
23+
==25740== by 0x15E755: main (Test1D3DLinearEllipticSolver.cpp:18)
24+
==25740==
25+
==25740== Open file descriptor 8: /dev/shm/open_mpi.0000
26+
==25740== at 0x8508A8C: __open_nocancel (open64_nocancel.c:39)
27+
==25740== by 0x848CBCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
28+
==25740== by 0x69D5822: ???
29+
==25740== by 0x69D596F: ???
30+
==25740== by 0xBF216DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
31+
==25740== by 0xBF21938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
32+
==25740== by 0xBED7922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
33+
==25740== by 0xBE7C2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
34+
==25740== by 0x8772418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
35+
==25740== by 0x870BD7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
36+
==25740== by 0x6E31D38: PetscInitialize (pinit.c:924)
37+
==25740== by 0x699DE75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
38+
==25740== by 0x699DEC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
39+
==25740== by 0x1650B4: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
40+
==25740== by 0x15FF53: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
41+
==25740== by 0x162D0C: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
42+
==25740== by 0x162C07: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
43+
==25740== by 0x16321B: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
44+
==25740== by 0x15E755: main (Test1D3DLinearEllipticSolver.cpp:18)
45+
==25740==
46+
==25740== Open file descriptor 145:
47+
==25740== <inherited from parent>
48+
==25740==
49+
==25740== Open file descriptor 142:
50+
==25740== <inherited from parent>
51+
==25740==
52+
==25740== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/Test1D3DLinearEllipticSolver_valgrind.txt
53+
==25740== <inherited from parent>
54+
==25740==
55+
==25740== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
56+
==25740== <inherited from parent>
57+
==25740==
58+
==25740==
59+
==25740== HEAP SUMMARY:
60+
==25740== in use at exit: 637,962 bytes in 8,477 blocks
61+
==25740== total heap usage: 51,664 allocs, 43,187 frees, 1,340,761,917 bytes allocated
62+
==25740==
63+
==25740== LEAK SUMMARY:
64+
==25740== definitely lost: 0 bytes in 0 blocks
65+
==25740== indirectly lost: 0 bytes in 0 blocks
66+
==25740== possibly lost: 0 bytes in 0 blocks
67+
==25740== still reachable: 24 bytes in 2 blocks
68+
==25740== suppressed: 637,938 bytes in 8,475 blocks
69+
==25740== Reachable blocks (those to which a pointer was found) are not shown.
70+
==25740== To see them, rerun with: --leak-check=full --show-leak-kinds=all
71+
==25740==
72+
==25740== For lists of detected and suppressed errors, rerun with: -s
73+
==25740== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 34 from 34)
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
==44179== Memcheck, a memory error detector
2+
==44179== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
3+
==44179== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
4+
==44179== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/heart/test/Test1dMonodomainShannonCvodeBenchmarks -malloc_debug -malloc_dump -memory_info
5+
==44179== Parent PID: 24649
6+
==44179==
7+
==44179==
8+
==44179== FILE DESCRIPTORS: 9 open (3 std) at exit.
9+
==44179== Open file descriptor 12:
10+
==44179== at 0xA7FB0ED: pipe (pipe.c:29)
11+
==44179== by 0x1436107D: ???
12+
==44179== by 0xD9AB4CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
13+
==44179== by 0xABC7418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
14+
==44179== by 0xAB60D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
15+
==44179== by 0xB0A4D38: PetscInitialize (pinit.c:924)
16+
==44179== by 0xA0DFE75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
17+
==44179== by 0xA0DFEC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
18+
==44179== by 0x1220FC: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
19+
==44179== by 0x11D313: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
20+
==44179== by 0x11F5E6: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
21+
==44179== by 0x11F4E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
22+
==44179== by 0x11FAF5: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
23+
==44179== by 0x11BB15: main (Test1dMonodomainShannonCvodeBenchmarks.cpp:18)
24+
==44179==
25+
==44179== Open file descriptor 8: /dev/shm/open_mpi.0000
26+
==44179== at 0xA7FFA8C: __open_nocancel (open64_nocancel.c:39)
27+
==44179== by 0xA783BCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
28+
==44179== by 0xA117822: ???
29+
==44179== by 0xA11796F: ???
30+
==44179== by 0xDA506DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
31+
==44179== by 0xDA50938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
32+
==44179== by 0xDA06922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
33+
==44179== by 0xD9AB2DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
34+
==44179== by 0xABC7418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
35+
==44179== by 0xAB60D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
36+
==44179== by 0xB0A4D38: PetscInitialize (pinit.c:924)
37+
==44179== by 0xA0DFE75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
38+
==44179== by 0xA0DFEC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
39+
==44179== by 0x1220FC: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
40+
==44179== by 0x11D313: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
41+
==44179== by 0x11F5E6: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
42+
==44179== by 0x11F4E2: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
43+
==44179== by 0x11FAF5: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
44+
==44179== by 0x11BB15: main (Test1dMonodomainShannonCvodeBenchmarks.cpp:18)
45+
==44179==
46+
==44179== Open file descriptor 145:
47+
==44179== <inherited from parent>
48+
==44179==
49+
==44179== Open file descriptor 142:
50+
==44179== <inherited from parent>
51+
==44179==
52+
==44179== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/Test1dMonodomainShannonCvodeBenchmarks_valgrind.txt
53+
==44179== <inherited from parent>
54+
==44179==
55+
==44179== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
56+
==44179== <inherited from parent>
57+
==44179==
58+
==44179==
59+
==44179== HEAP SUMMARY:
60+
==44179== in use at exit: 638,449 bytes in 8,483 blocks
61+
==44179== total heap usage: 320,145 allocs, 311,662 frees, 1,399,601,543 bytes allocated
62+
==44179==
63+
==44179== LEAK SUMMARY:
64+
==44179== definitely lost: 0 bytes in 0 blocks
65+
==44179== indirectly lost: 0 bytes in 0 blocks
66+
==44179== possibly lost: 0 bytes in 0 blocks
67+
==44179== still reachable: 24 bytes in 2 blocks
68+
==44179== suppressed: 638,425 bytes in 8,481 blocks
69+
==44179== Reachable blocks (those to which a pointer was found) are not shown.
70+
==44179== To see them, rerun with: --leak-check=full --show-leak-kinds=all
71+
==44179==
72+
==44179== For lists of detected and suppressed errors, rerun with: -s
73+
==44179== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 42 from 34)
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
==26937== Memcheck, a memory error detector
2+
==26937== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
3+
==26937== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
4+
==26937== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/cell_based/test/Test2dVertexBasedSimulationWithSrnModels -malloc_debug -malloc_dump -memory_info
5+
==26937== Parent PID: 24649
6+
==26937==
7+
==26937==
8+
==26937== FILE DESCRIPTORS: 9 open (3 std) at exit.
9+
==26937== Open file descriptor 12:
10+
==26937== at 0xF8780ED: pipe (pipe.c:29)
11+
==26937== by 0x1973307D: ???
12+
==26937== by 0x12B784CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
13+
==26937== by 0x10170418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
14+
==26937== by 0x10109D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
15+
==26937== by 0x102F9D38: PetscInitialize (pinit.c:924)
16+
==26937== by 0xF178E75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
17+
==26937== by 0xF178EC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
18+
==26937== by 0x1221C2: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
19+
==26937== by 0x11D90D: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
20+
==26937== by 0x11FCFC: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
21+
==26937== by 0x11FB9C: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
22+
==26937== by 0x120233: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
23+
==26937== by 0x11BD35: main (Test2dVertexBasedSimulationWithSrnModels.cpp:19)
24+
==26937==
25+
==26937== Open file descriptor 8: /dev/shm/open_mpi.0000
26+
==26937== at 0xF87CA8C: __open_nocancel (open64_nocancel.c:39)
27+
==26937== by 0xF800BCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
28+
==26937== by 0xF1B0822: ???
29+
==26937== by 0xF1B096F: ???
30+
==26937== by 0x12C1D6DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
31+
==26937== by 0x12C1D938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
32+
==26937== by 0x12BD3922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
33+
==26937== by 0x12B782DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
34+
==26937== by 0x10170418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
35+
==26937== by 0x10109D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
36+
==26937== by 0x102F9D38: PetscInitialize (pinit.c:924)
37+
==26937== by 0xF178E75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
38+
==26937== by 0xF178EC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
39+
==26937== by 0x1221C2: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
40+
==26937== by 0x11D90D: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
41+
==26937== by 0x11FCFC: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
42+
==26937== by 0x11FB9C: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
43+
==26937== by 0x120233: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
44+
==26937== by 0x11BD35: main (Test2dVertexBasedSimulationWithSrnModels.cpp:19)
45+
==26937==
46+
==26937== Open file descriptor 145:
47+
==26937== <inherited from parent>
48+
==26937==
49+
==26937== Open file descriptor 142:
50+
==26937== <inherited from parent>
51+
==26937==
52+
==26937== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/Test2dVertexBasedSimulationWithSrnModels_valgrind.txt
53+
==26937== <inherited from parent>
54+
==26937==
55+
==26937== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
56+
==26937== <inherited from parent>
57+
==26937==
58+
==26937==
59+
==26937== HEAP SUMMARY:
60+
==26937== in use at exit: 638,058 bytes in 8,478 blocks
61+
==26937== total heap usage: 1,125,050 allocs, 1,116,572 frees, 1,417,429,386 bytes allocated
62+
==26937==
63+
==26937== LEAK SUMMARY:
64+
==26937== definitely lost: 0 bytes in 0 blocks
65+
==26937== indirectly lost: 0 bytes in 0 blocks
66+
==26937== possibly lost: 0 bytes in 0 blocks
67+
==26937== still reachable: 56 bytes in 3 blocks
68+
==26937== suppressed: 638,002 bytes in 8,475 blocks
69+
==26937== Reachable blocks (those to which a pointer was found) are not shown.
70+
==26937== To see them, rerun with: --leak-check=full --show-leak-kinds=all
71+
==26937==
72+
==26937== For lists of detected and suppressed errors, rerun with: -s
73+
==26937== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 37 from 37)
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
==25659== Memcheck, a memory error detector
2+
==25659== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
3+
==25659== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
4+
==25659== Command: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/ode/test/TestAbstractAnalyticJacobian -malloc_debug -malloc_dump -memory_info
5+
==25659== Parent PID: 24649
6+
==25659==
7+
==25659==
8+
==25659== FILE DESCRIPTORS: 9 open (3 std) at exit.
9+
==25659== Open file descriptor 12:
10+
==25659== at 0x4F210ED: pipe (pipe.c:29)
11+
==25659== by 0xB1FA07D: ???
12+
==25659== by 0x6B244CB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
13+
==25659== by 0x530B418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
14+
==25659== by 0x52A4D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
15+
==25659== by 0x5450D38: PetscInitialize (pinit.c:924)
16+
==25659== by 0x4B4AE75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
17+
==25659== by 0x4B4AEC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
18+
==25659== by 0x117D7C: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
19+
==25659== by 0x11320F: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
20+
==25659== by 0x11560C: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
21+
==25659== by 0x115507: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
22+
==25659== by 0x115B1B: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
23+
==25659== by 0x111715: main (TestAbstractAnalyticJacobian.cpp:18)
24+
==25659==
25+
==25659== Open file descriptor 8: /dev/shm/open_mpi.0000
26+
==25659== at 0x4F25A8C: __open_nocancel (open64_nocancel.c:39)
27+
==25659== by 0x4EA9BCF: shm_open@@GLIBC_2.34 (shm_open.c:40)
28+
==25659== by 0x4B82822: ???
29+
==25659== by 0x4B8296F: ???
30+
==25659== by 0x6BC96DC: ??? (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
31+
==25659== by 0x6BC9938: opal_shmem_base_select (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
32+
==25659== by 0x6B7F922: opal_init (in /usr/lib/x86_64-linux-gnu/libopen-pal.so.40.30.2)
33+
==25659== by 0x6B242DB: orte_init (in /usr/lib/x86_64-linux-gnu/libopen-rte.so.40.30.2)
34+
==25659== by 0x530B418: ompi_mpi_init (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
35+
==25659== by 0x52A4D7A: PMPI_Init_thread (in /usr/lib/x86_64-linux-gnu/libmpi.so.40.30.2)
36+
==25659== by 0x5450D38: PetscInitialize (pinit.c:924)
37+
==25659== by 0x4B4AE75: PetscSetupUtils::InitialisePetsc() (PetscSetupUtils.cpp:80)
38+
==25659== by 0x4B4AEC3: PetscSetupUtils::CommonSetup() (PetscSetupUtils.cpp:88)
39+
==25659== by 0x117D7C: PetscSetup::setUpWorld() (PetscSetupAndFinalize.hpp:61)
40+
==25659== by 0x11320F: CxxTest::RealWorldDescription::setUp() (RealDescriptions.cpp:266)
41+
==25659== by 0x11560C: CxxTest::TestRunner::runWorld() (TestRunner.h:43)
42+
==25659== by 0x115507: CxxTest::TestRunner::runAllTests(CxxTest::TestListener&) (TestRunner.h:23)
43+
==25659== by 0x115B1B: CxxTest::ErrorFormatter::run() (ErrorFormatter.h:47)
44+
==25659== by 0x111715: main (TestAbstractAnalyticJacobian.cpp:18)
45+
==25659==
46+
==25659== Open file descriptor 145:
47+
==25659== <inherited from parent>
48+
==25659==
49+
==25659== Open file descriptor 142:
50+
==25659== <inherited from parent>
51+
==25659==
52+
==25659== Open file descriptor 4: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/memtest/TestAbstractAnalyticJacobian_valgrind.txt
53+
==25659== <inherited from parent>
54+
==25659==
55+
==25659== Open file descriptor 3: /home/runner/work/Chaste/Chaste/Chaste/chaste-build-dir/Testing/Temporary/LastTest.log.tmp
56+
==25659== <inherited from parent>
57+
==25659==
58+
==25659==
59+
==25659== HEAP SUMMARY:
60+
==25659== in use at exit: 637,610 bytes in 8,477 blocks
61+
==25659== total heap usage: 45,572 allocs, 37,095 frees, 1,339,672,476 bytes allocated
62+
==25659==
63+
==25659== LEAK SUMMARY:
64+
==25659== definitely lost: 0 bytes in 0 blocks
65+
==25659== indirectly lost: 0 bytes in 0 blocks
66+
==25659== possibly lost: 0 bytes in 0 blocks
67+
==25659== still reachable: 24 bytes in 2 blocks
68+
==25659== suppressed: 637,586 bytes in 8,475 blocks
69+
==25659== Reachable blocks (those to which a pointer was found) are not shown.
70+
==25659== To see them, rerun with: --leak-check=full --show-leak-kinds=all
71+
==25659==
72+
==25659== For lists of detected and suppressed errors, rerun with: -s
73+
==25659== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 34 from 34)

0 commit comments

Comments
 (0)