>>> scudo-malloc: Building main/scudo-malloc 16.0.6-r3 (using abuild 3.12.0-r0) started Fri, 20 Oct 2023 19:12:30 +0000 >>> scudo-malloc: Checking sanity of /home/buildozer/aports/main/scudo-malloc/APKBUILD... >>> scudo-malloc: Analyzing dependencies... >>> scudo-malloc: Installing for build: build-base linux-headers gtest-dev (1/5) Installing linux-headers (6.5-r0) (2/5) Installing gtest (1.14.0-r0) (3/5) Installing gmock (1.14.0-r0) (4/5) Installing gtest-dev (1.14.0-r0) (5/5) Installing .makedepends-scudo-malloc (20231020.191230) OK: 280 MiB in 106 packages >>> scudo-malloc: Cleaning up srcdir >>> scudo-malloc: Cleaning up pkgdir >>> scudo-malloc: Cleaning up tmpdir >>> scudo-malloc: Fetching https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/compiler-rt-16.0.6.src.tar.xz >>> scudo-malloc: Fetching https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/compiler-rt-16.0.6.src.tar.xz >>> scudo-malloc: Checking sha512sums... compiler-rt-16.0.6.src.tar.xz: OK va_args.patch: OK >>> scudo-malloc: Unpacking /var/cache/distfiles/compiler-rt-16.0.6.src.tar.xz... >>> scudo-malloc: va_args.patch patching file report.cpp patching file string_utils.cpp patching file string_utils.h removed 'tests/wrappers_c_test.cpp' removed 'tests/wrappers_cpp_test.cpp' removed 'tests/combined_test.cpp' >>> scudo-malloc: building libscudo >>> scudo-malloc: linking libscudo >>> scudo-malloc: building tests ./tests/release_test.cpp: In member function 'void StringRangeRecorder::releasePageRangeToOS(scudo::uptr, scudo::uptr)': ./tests/release_test.cpp:70:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 70 | if (!ReportedPages.empty()) | ^ ./tests/tsd_test.cpp: In function 'void stressCache(AllocatorT*)': ./tests/tsd_test.cpp:143:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 143 | if (!UnlockRequired) | ^ ./tests/tsd_test.cpp: In instantiation of 'void MockAllocator::commitBack(scudo::TSD >*) [with Config = OneCache]': ./tsd.h:39:62: required from 'void scudo::TSD::commitBack(Allocator*) [with Allocator = MockAllocator]' ./tsd_shared.h:47:25: required from 'void scudo::TSDRegistrySharedT::unmapTestOnly(Allocator*) [with Allocator = MockAllocator; unsigned int TSDsArraySize = 1; unsigned int DefaultTSDCount = 1]' ./tests/tsd_test.cpp:39:51: required from 'void MockAllocator::unmapTestOnly() [with Config = OneCache]' ./tests/tsd_test.cpp:77:21: required from here ./tests/tsd_test.cpp:41:46: warning: unused parameter 'TSD' [-Wunused-parameter] 41 | void commitBack(scudo::TSD *TSD) {} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./tests/tsd_test.cpp: In instantiation of 'void MockAllocator::commitBack(scudo::TSD >*) [with Config = SharedCaches]': ./tsd.h:39:62: required from 'void scudo::TSD::commitBack(Allocator*) [with Allocator = MockAllocator]' ./tsd_shared.h:47:25: required from 'void scudo::TSDRegistrySharedT::unmapTestOnly(Allocator*) [with Allocator = MockAllocator; unsigned int TSDsArraySize = 16; unsigned int DefaultTSDCount = 8]' ./tests/tsd_test.cpp:39:51: required from 'void MockAllocator::unmapTestOnly() [with Config = SharedCaches]' ./tests/tsd_test.cpp:214:21: required from here ./tests/tsd_test.cpp:41:46: warning: unused parameter 'TSD' [-Wunused-parameter] ./tests/tsd_test.cpp: In instantiation of 'void MockAllocator::commitBack(scudo::TSD >*) [with Config = ExclusiveCaches]': ./tsd.h:39:62: required from 'void scudo::TSD::commitBack(Allocator*) [with Allocator = MockAllocator]' ./tsd_exclusive.h:48:27: required from 'void scudo::TSDRegistryExT::unmapTestOnly(Allocator*) [with Allocator = MockAllocator]' ./tests/tsd_test.cpp:39:51: required from 'void MockAllocator::unmapTestOnly() [with Config = ExclusiveCaches]' ./tests/tsd_test.cpp:91:21: required from 'void testRegistry() [with AllocatorT = MockAllocator]' ./tests/tsd_test.cpp:122:47: required from here ./tests/tsd_test.cpp:41:46: warning: unused parameter 'TSD' [-Wunused-parameter] [==========] Running 100 tests from 49 test suites. [----------] Global test environment set-up. [----------] 2 tests from ScudoChunkDeathTest [ RUN ] ScudoChunkDeathTest.ChunkBasic [ OK ] ScudoChunkDeathTest.ChunkBasic (0 ms) [ RUN ] ScudoChunkDeathTest.CorruptHeader [ OK ] ScudoChunkDeathTest.CorruptHeader (3 ms) [----------] 2 tests from ScudoChunkDeathTest (3 ms total) [----------] 2 tests from ScudoFlagsDeathTest [ RUN ] ScudoFlagsDeathTest.BooleanFlags [ OK ] ScudoFlagsDeathTest.BooleanFlags (2 ms) [ RUN ] ScudoFlagsDeathTest.IntFlags [ OK ] ScudoFlagsDeathTest.IntFlags (0 ms) [----------] 2 tests from ScudoFlagsDeathTest (3 ms total) [----------] 3 tests from ScudoMapDeathTest [ RUN ] ScudoMapDeathTest.MapNoAccessUnmap [ OK ] ScudoMapDeathTest.MapNoAccessUnmap (0 ms) [ RUN ] ScudoMapDeathTest.MapUnmap [ OK ] ScudoMapDeathTest.MapUnmap (0 ms) [ RUN ] ScudoMapDeathTest.MapWithGuardUnmap [ OK ] ScudoMapDeathTest.MapWithGuardUnmap (0 ms) [----------] 3 tests from ScudoMapDeathTest (1 ms total) [----------] 1 test from MemtagBasicDeathTest [ RUN ] MemtagBasicDeathTest.Unsupported [ OK ] MemtagBasicDeathTest.Unsupported (6 ms) [----------] 1 test from MemtagBasicDeathTest (6 ms total) [----------] 2 tests from MemtagDeathTest [ RUN ] MemtagDeathTest.AddFixedTag ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagDeathTest.AddFixedTag (0 ms) [ RUN ] MemtagDeathTest.ScopedDisableMemoryTagChecks ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagDeathTest.ScopedDisableMemoryTagChecks (0 ms) [ DISABLED ] MemtagDeathTest.DISABLED_LoadStoreTagUnaligned [ DISABLED ] MemtagDeathTest.DISABLED_StoreTagsUnaligned [----------] 2 tests from MemtagDeathTest (0 ms total) [----------] 3 tests from ScudoReportDeathTest [ RUN ] ScudoReportDeathTest.Check [ OK ] ScudoReportDeathTest.Check (0 ms) [ RUN ] ScudoReportDeathTest.Generic [ OK ] ScudoReportDeathTest.Generic (6 ms) [ RUN ] ScudoReportDeathTest.CSpecific [ OK ] ScudoReportDeathTest.CSpecific (2 ms) [----------] 3 tests from ScudoReportDeathTest (8 ms total) [----------] 2 tests from ScudoAtomicTest [ RUN ] ScudoAtomicTest.AtomicStoreLoad [ OK ] ScudoAtomicTest.AtomicStoreLoad (0 ms) [ RUN ] ScudoAtomicTest.AtomicCompareExchangeTest [ OK ] ScudoAtomicTest.AtomicCompareExchangeTest (0 ms) [----------] 2 tests from ScudoAtomicTest (0 ms total) [----------] 1 test from ScudoByteMapTest [ RUN ] ScudoByteMapTest.FlatByteMap [ OK ] ScudoByteMapTest.FlatByteMap (0 ms) [----------] 1 test from ScudoByteMapTest (0 ms total) [----------] 1 test from ScudoChecksumTest [ RUN ] ScudoChecksumTest.ChecksumFunctions [ OK ] ScudoChecksumTest.ChecksumFunctions (0 ms) [----------] 1 test from ScudoChecksumTest (0 ms total) [----------] 1 test from ScudoChunkTest [ RUN ] ScudoChunkTest.ChunkCmpXchg [ OK ] ScudoChunkTest.ChunkCmpXchg (0 ms) [----------] 1 test from ScudoChunkTest (0 ms total) [----------] 3 tests from ScudoCommonTest [ RUN ] ScudoCommonTest.ResidentMemorySize [ OK ] ScudoCommonTest.ResidentMemorySize (208 ms) [ RUN ] ScudoCommonTest.Zeros [ OK ] ScudoCommonTest.Zeros (1 ms) [ RUN ] ScudoCommonTest.GetRssFromBuffer [ OK ] ScudoCommonTest.GetRssFromBuffer (17 ms) [----------] 3 tests from ScudoCommonTest (226 ms total) [----------] 5 tests from ScudoFlagsTest [ RUN ] ScudoFlagsTest.BooleanFlags [ OK ] ScudoFlagsTest.BooleanFlags (0 ms) [ RUN ] ScudoFlagsTest.IntFlags Scudo WARNING: found 1 unrecognized flag(s): --flag_name=42 Scudo WARNING: found 1 unrecognized flag(s): zzzzzzz=42 [ OK ] ScudoFlagsTest.IntFlags (0 ms) [ RUN ] ScudoFlagsTest.MultipleFlags [ OK ] ScudoFlagsTest.MultipleFlags (0 ms) [ RUN ] ScudoFlagsTest.CommonSuffixFlags [ OK ] ScudoFlagsTest.CommonSuffixFlags (0 ms) [ RUN ] ScudoFlagsTest.AllocatorFlags [ OK ] ScudoFlagsTest.AllocatorFlags (0 ms) [----------] 5 tests from ScudoFlagsTest (0 ms total) [----------] 3 tests from ScudoListTest [ RUN ] ScudoListTest.LinkedListCommon [ OK ] ScudoListTest.LinkedListCommon (0 ms) [ RUN ] ScudoListTest.SinglyLinkedList [ OK ] ScudoListTest.SinglyLinkedList (0 ms) [ RUN ] ScudoListTest.DoublyLinkedList [ OK ] ScudoListTest.DoublyLinkedList (0 ms) [----------] 3 tests from ScudoListTest (0 ms total) [----------] 2 tests from ScudoMapTest [ RUN ] ScudoMapTest.PageSize [ OK ] ScudoMapTest.PageSize (0 ms) [ RUN ] ScudoMapTest.MapGrowUnmap [ OK ] ScudoMapTest.MapGrowUnmap (0 ms) [----------] 2 tests from ScudoMapTest (0 ms total) [----------] 7 tests from MemtagTest [ RUN ] MemtagTest.ArchMemoryTagGranuleSize ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.ArchMemoryTagGranuleSize (0 ms) [ RUN ] MemtagTest.ExtractTag ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.ExtractTag (0 ms) [ RUN ] MemtagTest.UntagPointer ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.UntagPointer (0 ms) [ RUN ] MemtagTest.SelectRandomTag ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.SelectRandomTag (0 ms) [ RUN ] MemtagTest.SelectRandomTagWithMask ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.SelectRandomTagWithMask (0 ms) [ RUN ] MemtagTest.LoadStoreTag ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.LoadStoreTag (0 ms) [ RUN ] MemtagTest.StoreTags ./tests/memtag_test.cpp:45: Skipped Memory tagging is not supported [ SKIPPED ] MemtagTest.StoreTags (0 ms) [----------] 7 tests from MemtagTest (0 ms total) [----------] 2 tests from ScudoMutexTest [ RUN ] ScudoMutexTest.Mutex [ OK ] ScudoMutexTest.Mutex (163 ms) [ RUN ] ScudoMutexTest.MutexTry [ OK ] ScudoMutexTest.MutexTry (10 ms) [----------] 2 tests from ScudoMutexTest (173 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig1 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig1.BasicPrimary Stats: SizeClassAllocator32: 4M mapped in 782 allocations; remains 295 00 ( 64): mapped: 21K popped: 308 pushed: 13 inuse: 295 avail: 336 rss: 0K releases: 0 01 ( 32): mapped: 3K popped: 112 pushed: 112 inuse: 0 avail: 112 rss: 0K releases: 0 02 ( 64): mapped: 7K popped: 42 pushed: 42 inuse: 0 avail: 112 rss: 0K releases: 0 04 ( 128): mapped: 8K popped: 32 pushed: 32 inuse: 0 avail: 64 rss: 0K releases: 1 08 ( 256): mapped: 8K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 12 ( 512): mapped: 16K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 16 ( 1024): mapped: 32K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 20 ( 2048): mapped: 64K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 24 ( 4096): mapped: 128K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 1 [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig1.BasicPrimary (1 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig1 (1 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig2 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig2.BasicPrimary Stats: SizeClassAllocator64: 6M mapped (0M rss) in 768 allocations; remains 285 00 ( 64): mapped: 256K popped: 294 pushed: 9 inuse: 285 total: 336 rss: 0K releases: 0 last released: 0K region: 0xc9c0b000 (0xc9c00000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcac10000 (0xcac00000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcbc10000 (0xcbc00000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xcdc08000 (0xcdc00000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xd1c0b000 (0xd1c00000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xd5c01000 (0xd5c00000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xd9c0a000 (0xd9c00000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xddc10000 (0xddc00000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xe1c05000 (0xe1c00000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xe5c07000 (0xe5c00000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xe9c05000 (0xe9c00000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xedc01000 (0xedc00000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xf1c04000 (0xf1c00000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig2.BasicPrimary (1 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig2 (1 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig3 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig3.BasicPrimary Stats: SizeClassAllocator64: 6M mapped (0M rss) in 768 allocations; remains 286 00 ( 64): mapped: 256K popped: 294 pushed: 8 inuse: 286 total: 336 rss: 0K releases: 0 last released: 0K region: 0xc9c08000 (0xc9c00000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcac03000 (0xcac00000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcbc0a000 (0xcbc00000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xcdc08000 (0xcdc00000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xd1c04000 (0xd1c00000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xd5c01000 (0xd5c00000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xd9c0c000 (0xd9c00000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xddc0f000 (0xddc00000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xe1c04000 (0xe1c00000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xe5c04000 (0xe5c00000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xe9c04000 (0xe9c00000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xedc09000 (0xedc00000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xf1c08000 (0xf1c00000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig3.BasicPrimary (1 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig3 (1 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig4 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig4.BasicPrimary Stats: SizeClassAllocator64: 6M mapped (0M rss) in 768 allocations; remains 285 00 ( 64): mapped: 256K popped: 294 pushed: 9 inuse: 285 total: 336 rss: 0K releases: 0 last released: 0K region: 0xc9c0d000 (0xc9c00000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcac07000 (0xcac00000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcbc0b000 (0xcbc00000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xcdc05000 (0xcdc00000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xd1c07000 (0xd1c00000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xd5c07000 (0xd5c00000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xd9c0b000 (0xd9c00000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xddc0a000 (0xddc00000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xe1c01000 (0xe1c00000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xe5c10000 (0xe5c00000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xe9c05000 (0xe9c00000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xedc0f000 (0xedc00000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xf1c06000 (0xf1c00000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig4.BasicPrimary (1 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig4 (1 ms total) [----------] 1 test from ScudoPrimaryTest [ RUN ] ScudoPrimaryTest.Primary64OOM Stats: SizeClassAllocator64: 2M mapped (0M rss) in 42 allocations; remains 42 00 ( 64): mapped: 256K popped: 28 pushed: 0 inuse: 28 total: 112 rss: 0K releases: 0 last released: 0K region: 0xf1210000 (0xf1200000) F 44 (131072): mapped: 1792K popped: 14 pushed: 0 inuse: 14 total: 14 rss: 0K releases: 0 last released: 0K region: 0xf6a08000 (0xf6a00000) Scudo OOM: The process has exhausted 2M for size class 131072. Stats: SizeClassAllocator64: 2M mapped (0M rss) in 42 allocations; remains 16 00 ( 64): mapped: 256K popped: 28 pushed: 12 inuse: 16 total: 112 rss: 0K releases: 0 last released: 0K region: 0xf1210000 (0xf1200000) F 44 (131072): mapped: 1792K popped: 14 pushed: 14 inuse: 0 total: 14 rss: 0K releases: 1 last released: 1792K region: 0xf6a08000 (0xf6a00000) [ OK ] ScudoPrimaryTest.Primary64OOM (0 ms) [----------] 1 test from ScudoPrimaryTest (0 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig1 [ RUN ] ScudoPrimaryTestPrimaryIterate_TestConfig1.PrimaryIterate Stats: SizeClassAllocator32: 6M mapped in 231 allocations; remains 150 00 ( 64): mapped: 14K popped: 154 pushed: 4 inuse: 150 avail: 224 rss: 0K releases: 0 01 ( 32): mapped: 3K popped: 14 pushed: 14 inuse: 0 avail: 112 rss: 0K releases: 0 15 ( 896): mapped: 7K popped: 1 pushed: 1 inuse: 0 avail: 8 rss: 0K releases: 0 29 ( 10240): mapped: 80K popped: 2 pushed: 2 inuse: 0 avail: 8 rss: 0K releases: 1 30 ( 12288): mapped: 96K popped: 2 pushed: 2 inuse: 0 avail: 8 rss: 0K releases: 1 33 ( 20480): mapped: 160K popped: 1 pushed: 1 inuse: 0 avail: 8 rss: 0K releases: 1 34 ( 24576): mapped: 192K popped: 1 pushed: 1 inuse: 0 avail: 8 rss: 0K releases: 1 35 ( 28672): mapped: 224K popped: 2 pushed: 2 inuse: 0 avail: 8 rss: 0K releases: 1 37 ( 40960): mapped: 240K popped: 3 pushed: 3 inuse: 0 avail: 6 rss: 0K releases: 1 38 ( 49152): mapped: 480K popped: 7 pushed: 7 inuse: 0 avail: 10 rss: 0K releases: 2 39 ( 57344): mapped: 448K popped: 6 pushed: 6 inuse: 0 avail: 8 rss: 0K releases: 2 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 avail: 4 rss: 0K releases: 1 41 ( 81920): mapped: 480K popped: 6 pushed: 6 inuse: 0 avail: 6 rss: 0K releases: 2 42 ( 98304): mapped: 384K popped: 3 pushed: 3 inuse: 0 avail: 4 rss: 0K releases: 2 43 (114688): mapped: 1568K popped: 14 pushed: 14 inuse: 0 avail: 14 rss: 0K releases: 5 44 (131072): mapped: 1536K popped: 11 pushed: 11 inuse: 0 avail: 12 rss: 0K releases: 5 [ OK ] ScudoPrimaryTestPrimaryIterate_TestConfig1.PrimaryIterate (0 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig1 (0 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryIterate_TestConfig2.PrimaryIterate Stats: SizeClassAllocator64: 7M mapped (0M rss) in 218 allocations; remains 141 00 ( 64): mapped: 256K popped: 154 pushed: 13 inuse: 141 total: 224 rss: 0K releases: 0 last released: 0K region: 0xc9bcd000 (0xc9bc0000) 24 ( 4096): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 32K region: 0xe1bc1000 (0xe1bc0000) 29 ( 10240): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xe6bc7000 (0xe6bc0000) 30 ( 12288): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xe7bcc000 (0xe7bc0000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0xe9bc2000 (0xe9bc0000) 33 ( 20480): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xeabcc000 (0xeabc0000) 34 ( 24576): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0xebbc6000 (0xebbc0000) 36 ( 32768): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0xedbc1000 (0xedbc0000) 37 ( 40960): mapped: 512K popped: 7 pushed: 7 inuse: 0 total: 12 rss: 0K releases: 1 last released: 480K region: 0xeebcc000 (0xeebc0000) 38 ( 49152): mapped: 512K popped: 8 pushed: 8 inuse: 0 total: 10 rss: 0K releases: 1 last released: 480K region: 0xefbce000 (0xefbc0000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xf0bcc000 (0xf0bc0000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xf1bca000 (0xf1bc0000) 41 ( 81920): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0xf2bcf000 (0xf2bc0000) 42 ( 98304): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 768K region: 0xf3bcc000 (0xf3bc0000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0xf4bc4000 (0xf4bc0000) 44 (131072): mapped: 1024K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 1024K region: 0xf5bca000 (0xf5bc0000) [ OK ] ScudoPrimaryTestPrimaryIterate_TestConfig2.PrimaryIterate (0 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig2 (0 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig3 [ RUN ] ScudoPrimaryTestPrimaryIterate_TestConfig3.PrimaryIterate Stats: SizeClassAllocator64: 7M mapped (0M rss) in 218 allocations; remains 142 00 ( 64): mapped: 256K popped: 154 pushed: 12 inuse: 142 total: 224 rss: 0K releases: 0 last released: 0K region: 0xc9bc5000 (0xc9bc0000) 21 ( 2560): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 0 last released: 0K region: 0xdebc3000 (0xdebc0000) 27 ( 7168): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 56K region: 0xe4bcf000 (0xe4bc0000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xe6bd0000 (0xe6bc0000) 30 ( 12288): mapped: 256K popped: 6 pushed: 6 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xe7bc8000 (0xe7bc0000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0xe9bcf000 (0xe9bc0000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xeabcd000 (0xeabc0000) 35 ( 28672): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0xecbc4000 (0xecbc0000) 36 ( 32768): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0xedbc1000 (0xedbc0000) 37 ( 40960): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0xeebcc000 (0xeebc0000) 38 ( 49152): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0xefbcf000 (0xefbc0000) 39 ( 57344): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xf0bc7000 (0xf0bc0000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xf1bc5000 (0xf1bc0000) 41 ( 81920): mapped: 768K popped: 7 pushed: 7 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0xf2bc9000 (0xf2bc0000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0xf3bcd000 (0xf3bc0000) 43 (114688): mapped: 1280K popped: 10 pushed: 10 inuse: 0 total: 11 rss: 0K releases: 1 last released: 1232K region: 0xf4bc1000 (0xf4bc0000) 44 (131072): mapped: 768K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 768K region: 0xf5bc1000 (0xf5bc0000) [ OK ] ScudoPrimaryTestPrimaryIterate_TestConfig3.PrimaryIterate (0 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig3 (0 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig4 [ RUN ] ScudoPrimaryTestPrimaryIterate_TestConfig4.PrimaryIterate Stats: SizeClassAllocator64: 7M mapped (0M rss) in 218 allocations; remains 141 00 ( 64): mapped: 256K popped: 154 pushed: 13 inuse: 141 total: 224 rss: 0K releases: 0 last released: 0K region: 0xc9bc8000 (0xc9bc0000) 26 ( 6144): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 48K region: 0xe3bc8000 (0xe3bc0000) 28 ( 8192): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 64K region: 0xe5bcf000 (0xe5bc0000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xe6bcd000 (0xe6bc0000) 30 ( 12288): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xe7bc1000 (0xe7bc0000) 31 ( 14336): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 112K region: 0xe8bd0000 (0xe8bc0000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xeabc2000 (0xeabc0000) 34 ( 24576): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0xebbc5000 (0xebbc0000) 35 ( 28672): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0xecbcf000 (0xecbc0000) 37 ( 40960): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0xeebcc000 (0xeebc0000) 38 ( 49152): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0xefbc3000 (0xefbc0000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xf0bcf000 (0xf0bc0000) 40 ( 65536): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xf1bcb000 (0xf1bc0000) 41 ( 81920): mapped: 512K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 480K region: 0xf2bc1000 (0xf2bc0000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0xf3bc7000 (0xf3bc0000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0xf4bcf000 (0xf4bc0000) 44 (131072): mapped: 1536K popped: 12 pushed: 12 inuse: 0 total: 12 rss: 0K releases: 1 last released: 1536K region: 0xf5bca000 (0xf5bc0000) [ OK ] ScudoPrimaryTestPrimaryIterate_TestConfig4.PrimaryIterate (0 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig4 (0 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig1 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig1.PrimaryThreaded Stats: SizeClassAllocator32: 14M mapped in 21113 allocations; remains 7061 00 ( 64): mapped: 445K popped: 9919 pushed: 2858 inuse: 7061 avail: 7120 rss: 0K releases: 0 01 ( 16): mapped: 7K popped: 364 pushed: 364 inuse: 0 avail: 448 rss: 0K releases: 1 02 ( 24): mapped: 5K popped: 238 pushed: 238 inuse: 0 avail: 224 rss: 0K releases: 1 03 ( 32): mapped: 7K popped: 210 pushed: 210 inuse: 0 avail: 224 rss: 0K releases: 1 04 ( 40): mapped: 8K popped: 182 pushed: 182 inuse: 0 avail: 224 rss: 0K releases: 1 05 ( 48): mapped: 10K popped: 182 pushed: 182 inuse: 0 avail: 224 rss: 0K releases: 1 06 ( 56): mapped: 18K popped: 266 pushed: 266 inuse: 0 avail: 336 rss: 0K releases: 1 07 ( 64): mapped: 14K popped: 182 pushed: 182 inuse: 0 avail: 224 rss: 0K releases: 1 08 ( 72): mapped: 15K popped: 224 pushed: 224 inuse: 0 avail: 224 rss: 0K releases: 1 09 ( 80): mapped: 15K popped: 180 pushed: 180 inuse: 0 avail: 192 rss: 0K releases: 1 10 ( 88): mapped: 15K popped: 165 pushed: 165 inuse: 0 avail: 176 rss: 0K releases: 1 11 ( 96): mapped: 7K popped: 20 pushed: 20 inuse: 0 avail: 80 rss: 0K releases: 0 12 ( 104): mapped: 14K popped: 135 pushed: 135 inuse: 0 avail: 144 rss: 0K releases: 1 13 ( 112): mapped: 23K popped: 162 pushed: 162 inuse: 0 avail: 216 rss: 0K releases: 1 14 ( 120): mapped: 15K popped: 104 pushed: 104 inuse: 0 avail: 128 rss: 0K releases: 1 15 ( 128): mapped: 8K popped: 40 pushed: 40 inuse: 0 avail: 64 rss: 0K releases: 1 16 ( 136): mapped: 7K popped: 35 pushed: 35 inuse: 0 avail: 56 rss: 0K releases: 1 17 ( 152): mapped: 21K popped: 126 pushed: 126 inuse: 0 avail: 144 rss: 0K releases: 1 18 ( 168): mapped: 23K popped: 150 pushed: 150 inuse: 0 avail: 144 rss: 0K releases: 1 19 ( 184): mapped: 14K popped: 60 pushed: 60 inuse: 0 avail: 80 rss: 0K releases: 1 20 ( 200): mapped: 15K popped: 80 pushed: 80 inuse: 0 avail: 80 rss: 0K releases: 1 21 ( 216): mapped: 13K popped: 52 pushed: 52 inuse: 0 avail: 64 rss: 0K releases: 1 22 ( 232): mapped: 29K popped: 100 pushed: 100 inuse: 0 avail: 128 rss: 0K releases: 1 23 ( 248): mapped: 23K popped: 72 pushed: 72 inuse: 0 avail: 96 rss: 0K releases: 1 24 ( 264): mapped: 18K popped: 60 pushed: 60 inuse: 0 avail: 72 rss: 0K releases: 1 25 ( 296): mapped: 34K popped: 108 pushed: 108 inuse: 0 avail: 120 rss: 0K releases: 1 26 ( 328): mapped: 23K popped: 75 pushed: 75 inuse: 0 avail: 72 rss: 0K releases: 1 27 ( 360): mapped: 22K popped: 66 pushed: 66 inuse: 0 avail: 64 rss: 0K releases: 1 28 ( 392): mapped: 24K popped: 64 pushed: 64 inuse: 0 avail: 64 rss: 0K releases: 1 29 ( 424): mapped: 39K popped: 88 pushed: 88 inuse: 0 avail: 96 rss: 0K releases: 1 30 ( 456): mapped: 28K popped: 64 pushed: 64 inuse: 0 avail: 64 rss: 0K releases: 1 31 ( 488): mapped: 45K popped: 90 pushed: 90 inuse: 0 avail: 96 rss: 0K releases: 1 32 ( 520): mapped: 28K popped: 60 pushed: 60 inuse: 0 avail: 56 rss: 0K releases: 1 33 ( 584): mapped: 91K popped: 172 pushed: 172 inuse: 0 avail: 160 rss: 0K releases: 1 34 ( 648): mapped: 75K popped: 128 pushed: 128 inuse: 0 avail: 120 rss: 0K releases: 1 35 ( 712): mapped: 83K popped: 133 pushed: 133 inuse: 0 avail: 120 rss: 0K releases: 1 36 ( 776): mapped: 84K popped: 122 pushed: 122 inuse: 0 avail: 112 rss: 0K releases: 1 37 ( 840): mapped: 65K popped: 85 pushed: 85 inuse: 0 avail: 80 rss: 0K releases: 1 38 ( 904): mapped: 105K popped: 134 pushed: 134 inuse: 0 avail: 120 rss: 0K releases: 1 39 ( 968): mapped: 128K popped: 151 pushed: 151 inuse: 0 avail: 136 rss: 0K releases: 1 40 ( 1032): mapped: 112K popped: 121 pushed: 121 inuse: 0 avail: 112 rss: 0K releases: 1 41 ( 1160): mapped: 244K popped: 247 pushed: 247 inuse: 0 avail: 216 rss: 0K releases: 1 42 ( 1288): mapped: 265K popped: 251 pushed: 251 inuse: 0 avail: 211 rss: 0K releases: 2 43 ( 1416): mapped: 366K popped: 315 pushed: 315 inuse: 0 avail: 265 rss: 0K releases: 2 44 ( 1544): mapped: 387K popped: 274 pushed: 274 inuse: 0 avail: 257 rss: 0K releases: 2 45 ( 1672): mapped: 411K popped: 283 pushed: 283 inuse: 0 avail: 252 rss: 0K releases: 2 46 ( 1800): mapped: 465K popped: 299 pushed: 299 inuse: 0 avail: 265 rss: 0K releases: 2 47 ( 1928): mapped: 419K popped: 264 pushed: 264 inuse: 0 avail: 223 rss: 0K releases: 2 48 ( 2056): mapped: 479K popped: 274 pushed: 274 inuse: 0 avail: 239 rss: 0K releases: 2 49 ( 2312): mapped: 909K popped: 491 pushed: 491 inuse: 0 avail: 403 rss: 0K releases: 4 50 ( 2568): mapped: 1043K popped: 490 pushed: 490 inuse: 0 avail: 416 rss: 0K releases: 5 51 ( 2824): mapped: 1103K popped: 475 pushed: 475 inuse: 0 avail: 400 rss: 0K releases: 5 52 ( 3080): mapped: 1302K popped: 502 pushed: 502 inuse: 0 avail: 433 rss: 0K releases: 6 53 ( 3336): mapped: 1452K popped: 531 pushed: 531 inuse: 0 avail: 446 rss: 0K releases: 6 54 ( 3592): mapped: 1599K popped: 544 pushed: 544 inuse: 0 avail: 456 rss: 0K releases: 7 55 ( 3848): mapped: 1488K popped: 473 pushed: 473 inuse: 0 avail: 396 rss: 0K releases: 6 56 ( 4104): mapped: 1486K popped: 431 pushed: 431 inuse: 0 avail: 371 rss: 0K releases: 6 [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig1.PrimaryThreaded (4 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig1 (4 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded Stats: SizeClassAllocator64: 26M mapped (0M rss) in 20946 allocations; remains 7391 00 ( 64): mapped: 512K popped: 9822 pushed: 2431 inuse: 7391 total: 7456 rss: 0K releases: 0 last released: 0K region: 0xad544000 (0xad540000) 01 ( 16): mapped: 256K popped: 196 pushed: 196 inuse: 0 total: 224 rss: 0K releases: 0 last released: 0K region: 0xae550000 (0xae540000) 02 ( 24): mapped: 256K popped: 168 pushed: 168 inuse: 0 total: 224 rss: 0K releases: 0 last released: 0K region: 0xaf547000 (0xaf540000) 03 ( 32): mapped: 256K popped: 140 pushed: 140 inuse: 0 total: 224 rss: 0K releases: 1 last released: 4K region: 0xb054a000 (0xb0540000) 04 ( 40): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 1 last released: 8K region: 0xb1546000 (0xb1540000) 05 ( 48): mapped: 256K popped: 224 pushed: 224 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb2547000 (0xb2540000) 06 ( 56): mapped: 256K popped: 210 pushed: 210 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb354d000 (0xb3540000) 07 ( 64): mapped: 256K popped: 238 pushed: 238 inuse: 0 total: 336 rss: 0K releases: 1 last released: 20K region: 0xb4546000 (0xb4540000) 08 ( 72): mapped: 256K popped: 224 pushed: 224 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb5549000 (0xb5540000) 09 ( 80): mapped: 256K popped: 120 pushed: 120 inuse: 0 total: 192 rss: 0K releases: 1 last released: 16K region: 0xb6546000 (0xb6540000) 10 ( 88): mapped: 256K popped: 198 pushed: 198 inuse: 0 total: 264 rss: 0K releases: 1 last released: 24K region: 0xb7544000 (0xb7540000) 11 ( 96): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0xb8547000 (0xb8540000) 12 ( 104): mapped: 256K popped: 162 pushed: 162 inuse: 0 total: 216 rss: 0K releases: 1 last released: 24K region: 0xb954a000 (0xb9540000) 13 ( 112): mapped: 256K popped: 117 pushed: 117 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xba546000 (0xba540000) 14 ( 120): mapped: 256K popped: 104 pushed: 104 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbb541000 (0xbb540000) 15 ( 128): mapped: 256K popped: 136 pushed: 136 inuse: 0 total: 192 rss: 0K releases: 1 last released: 24K region: 0xbc548000 (0xbc540000) 16 ( 136): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 168 rss: 0K releases: 1 last released: 24K region: 0xbd54a000 (0xbd540000) 17 ( 152): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbe543000 (0xbe540000) 18 ( 168): mapped: 256K popped: 138 pushed: 138 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbf544000 (0xbf540000) 19 ( 184): mapped: 256K popped: 70 pushed: 70 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0xc0546000 (0xc0540000) 20 ( 200): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 160 rss: 0K releases: 1 last released: 32K region: 0xc1550000 (0xc1540000) 21 ( 216): mapped: 256K popped: 100 pushed: 100 inuse: 0 total: 128 rss: 0K releases: 1 last released: 28K region: 0xc2544000 (0xc2540000) 22 ( 232): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc3543000 (0xc3540000) 23 ( 248): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc4548000 (0xc4540000) 24 ( 264): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xc5549000 (0xc5540000) 25 ( 296): mapped: 256K popped: 114 pushed: 114 inuse: 0 total: 120 rss: 0K releases: 1 last released: 36K region: 0xc654f000 (0xc6540000) 26 ( 328): mapped: 256K popped: 93 pushed: 93 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xc754e000 (0xc7540000) 27 ( 360): mapped: 256K popped: 82 pushed: 82 inuse: 0 total: 96 rss: 0K releases: 1 last released: 36K region: 0xc8548000 (0xc8540000) 28 ( 392): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 96 rss: 0K releases: 1 last released: 40K region: 0xc9543000 (0xc9540000) 29 ( 424): mapped: 256K popped: 64 pushed: 64 inuse: 0 total: 64 rss: 0K releases: 1 last released: 28K region: 0xca54e000 (0xca540000) 30 ( 456): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 80 rss: 0K releases: 1 last released: 36K region: 0xcb546000 (0xcb540000) 31 ( 488): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xcc54d000 (0xcc540000) 32 ( 520): mapped: 256K popped: 86 pushed: 86 inuse: 0 total: 88 rss: 0K releases: 1 last released: 48K region: 0xcd546000 (0xcd540000) 33 ( 584): mapped: 256K popped: 124 pushed: 124 inuse: 0 total: 120 rss: 0K releases: 1 last released: 72K region: 0xce550000 (0xce540000) 34 ( 648): mapped: 256K popped: 142 pushed: 142 inuse: 0 total: 136 rss: 0K releases: 1 last released: 88K region: 0xcf550000 (0xcf540000) 35 ( 712): mapped: 256K popped: 128 pushed: 128 inuse: 0 total: 120 rss: 0K releases: 1 last released: 84K region: 0xd0546000 (0xd0540000) 36 ( 776): mapped: 256K popped: 140 pushed: 140 inuse: 0 total: 136 rss: 0K releases: 1 last released: 104K region: 0xd1546000 (0xd1540000) 37 ( 840): mapped: 256K popped: 104 pushed: 104 inuse: 0 total: 104 rss: 0K releases: 1 last released: 88K region: 0xd2545000 (0xd2540000) 38 ( 904): mapped: 256K popped: 132 pushed: 132 inuse: 0 total: 128 rss: 0K releases: 1 last released: 116K region: 0xd3546000 (0xd3540000) 39 ( 968): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 1 last released: 108K region: 0xd4547000 (0xd4540000) 40 ( 1032): mapped: 256K popped: 135 pushed: 135 inuse: 0 total: 128 rss: 0K releases: 1 last released: 132K region: 0xd5545000 (0xd5540000) 41 ( 1160): mapped: 256K popped: 213 pushed: 213 inuse: 0 total: 200 rss: 0K releases: 1 last released: 228K region: 0xd654f000 (0xd6540000) 42 ( 1288): mapped: 512K popped: 247 pushed: 247 inuse: 0 total: 227 rss: 0K releases: 1 last released: 288K region: 0xd7549000 (0xd7540000) 43 ( 1416): mapped: 512K popped: 253 pushed: 253 inuse: 0 total: 233 rss: 0K releases: 1 last released: 324K region: 0xd854c000 (0xd8540000) 44 ( 1544): mapped: 512K popped: 311 pushed: 311 inuse: 0 total: 289 rss: 0K releases: 1 last released: 436K region: 0xd954e000 (0xd9540000) 45 ( 1672): mapped: 512K popped: 240 pushed: 240 inuse: 0 total: 228 rss: 0K releases: 1 last released: 376K region: 0xda54c000 (0xda540000) 46 ( 1800): mapped: 512K popped: 259 pushed: 259 inuse: 0 total: 241 rss: 0K releases: 1 last released: 424K region: 0xdb54c000 (0xdb540000) 47 ( 1928): mapped: 512K popped: 235 pushed: 235 inuse: 0 total: 215 rss: 0K releases: 1 last released: 408K region: 0xdc542000 (0xdc540000) 48 ( 2056): mapped: 768K popped: 288 pushed: 288 inuse: 0 total: 271 rss: 0K releases: 1 last released: 548K region: 0xdd549000 (0xdd540000) 49 ( 2312): mapped: 1024K popped: 477 pushed: 477 inuse: 0 total: 420 rss: 0K releases: 1 last released: 952K region: 0xde550000 (0xde540000) 50 ( 2568): mapped: 1280K popped: 465 pushed: 465 inuse: 0 total: 416 rss: 0K releases: 1 last released: 1044K region: 0xdf542000 (0xdf540000) 51 ( 2824): mapped: 1280K popped: 481 pushed: 481 inuse: 0 total: 427 rss: 0K releases: 1 last released: 1180K region: 0xe0550000 (0xe0540000) 52 ( 3080): mapped: 1536K popped: 533 pushed: 533 inuse: 0 total: 481 rss: 0K releases: 1 last released: 1448K region: 0xe1549000 (0xe1540000) 53 ( 3336): mapped: 2048K popped: 629 pushed: 629 inuse: 0 total: 566 rss: 0K releases: 1 last released: 1844K region: 0xe2541000 (0xe2540000) 54 ( 3592): mapped: 1792K popped: 504 pushed: 504 inuse: 0 total: 453 rss: 0K releases: 1 last released: 1592K region: 0xe3543000 (0xe3540000) 55 ( 3848): mapped: 1536K popped: 457 pushed: 457 inuse: 0 total: 404 rss: 0K releases: 1 last released: 1520K region: 0xe454b000 (0xe4540000) 56 ( 4104): mapped: 1792K popped: 459 pushed: 459 inuse: 0 total: 415 rss: 0K releases: 1 last released: 1664K region: 0xe554b000 (0xe5540000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded (4 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig2 (5 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig3 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig3.PrimaryThreaded Stats: SizeClassAllocator64: 25M mapped (0M rss) in 20815 allocations; remains 7190 00 ( 64): mapped: 512K popped: 9764 pushed: 2574 inuse: 7190 total: 7232 rss: 0K releases: 0 last released: 0K region: 0xad54f000 (0xad540000) 01 ( 16): mapped: 256K popped: 350 pushed: 350 inuse: 0 total: 448 rss: 0K releases: 1 last released: 4K region: 0xae54a000 (0xae540000) 02 ( 24): mapped: 256K popped: 196 pushed: 196 inuse: 0 total: 224 rss: 0K releases: 1 last released: 8K region: 0xaf54b000 (0xaf540000) 03 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xb0545000 (0xb0540000) 04 ( 40): mapped: 256K popped: 168 pushed: 168 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb154e000 (0xb1540000) 05 ( 48): mapped: 256K popped: 140 pushed: 140 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb254f000 (0xb2540000) 06 ( 56): mapped: 256K popped: 322 pushed: 322 inuse: 0 total: 336 rss: 0K releases: 1 last released: 20K region: 0xb3542000 (0xb3540000) 07 ( 64): mapped: 256K popped: 210 pushed: 210 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb4549000 (0xb4540000) 08 ( 72): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb5542000 (0xb5540000) 09 ( 80): mapped: 256K popped: 228 pushed: 228 inuse: 0 total: 288 rss: 0K releases: 1 last released: 24K region: 0xb6544000 (0xb6540000) 10 ( 88): mapped: 256K popped: 99 pushed: 99 inuse: 0 total: 176 rss: 0K releases: 1 last released: 16K region: 0xb754a000 (0xb7540000) 11 ( 96): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0xb8547000 (0xb8540000) 12 ( 104): mapped: 256K popped: 135 pushed: 135 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xb9541000 (0xb9540000) 13 ( 112): mapped: 256K popped: 99 pushed: 99 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xba54c000 (0xba540000) 14 ( 120): mapped: 256K popped: 152 pushed: 152 inuse: 0 total: 192 rss: 0K releases: 1 last released: 24K region: 0xbb541000 (0xbb540000) 15 ( 128): mapped: 256K popped: 40 pushed: 40 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xbc545000 (0xbc540000) 16 ( 136): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 112 rss: 0K releases: 1 last released: 16K region: 0xbd54e000 (0xbd540000) 17 ( 152): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0xbe547000 (0xbe540000) 18 ( 168): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbf54d000 (0xbf540000) 19 ( 184): mapped: 256K popped: 115 pushed: 115 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc0549000 (0xc0540000) 20 ( 200): mapped: 256K popped: 105 pushed: 105 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc154a000 (0xc1540000) 21 ( 216): mapped: 256K popped: 60 pushed: 60 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xc254e000 (0xc2540000) 22 ( 232): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc354d000 (0xc3540000) 23 ( 248): mapped: 256K popped: 64 pushed: 64 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xc454b000 (0xc4540000) 24 ( 264): mapped: 256K popped: 57 pushed: 57 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xc554f000 (0xc5540000) 25 ( 296): mapped: 256K popped: 117 pushed: 117 inuse: 0 total: 120 rss: 0K releases: 1 last released: 36K region: 0xc6550000 (0xc6540000) 26 ( 328): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xc754a000 (0xc7540000) 27 ( 360): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc8547000 (0xc8540000) 28 ( 392): mapped: 256K popped: 82 pushed: 82 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc954c000 (0xc9540000) 29 ( 424): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 80 rss: 0K releases: 1 last released: 36K region: 0xca54e000 (0xca540000) 30 ( 456): mapped: 256K popped: 86 pushed: 86 inuse: 0 total: 96 rss: 0K releases: 1 last released: 44K region: 0xcb54f000 (0xcb540000) 31 ( 488): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xcc550000 (0xcc540000) 32 ( 520): mapped: 256K popped: 83 pushed: 83 inuse: 0 total: 80 rss: 0K releases: 1 last released: 44K region: 0xcd54f000 (0xcd540000) 33 ( 584): mapped: 256K popped: 151 pushed: 151 inuse: 0 total: 144 rss: 0K releases: 1 last released: 84K region: 0xce54e000 (0xce540000) 34 ( 648): mapped: 256K popped: 131 pushed: 131 inuse: 0 total: 128 rss: 0K releases: 1 last released: 84K region: 0xcf54d000 (0xcf540000) 35 ( 712): mapped: 256K popped: 142 pushed: 142 inuse: 0 total: 136 rss: 0K releases: 1 last released: 96K region: 0xd0542000 (0xd0540000) 36 ( 776): mapped: 256K popped: 145 pushed: 145 inuse: 0 total: 128 rss: 0K releases: 1 last released: 100K region: 0xd1542000 (0xd1540000) 37 ( 840): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 136 rss: 0K releases: 1 last released: 112K region: 0xd2548000 (0xd2540000) 38 ( 904): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 120 rss: 0K releases: 1 last released: 108K region: 0xd3546000 (0xd3540000) 39 ( 968): mapped: 256K popped: 162 pushed: 162 inuse: 0 total: 152 rss: 0K releases: 1 last released: 144K region: 0xd454b000 (0xd4540000) 40 ( 1032): mapped: 256K popped: 127 pushed: 127 inuse: 0 total: 120 rss: 0K releases: 1 last released: 124K region: 0xd5548000 (0xd5540000) 41 ( 1160): mapped: 512K popped: 275 pushed: 275 inuse: 0 total: 249 rss: 0K releases: 1 last released: 284K region: 0xd6549000 (0xd6540000) 42 ( 1288): mapped: 512K popped: 289 pushed: 289 inuse: 0 total: 251 rss: 0K releases: 1 last released: 316K region: 0xd754d000 (0xd7540000) 43 ( 1416): mapped: 512K popped: 246 pushed: 246 inuse: 0 total: 225 rss: 0K releases: 1 last released: 312K region: 0xd8547000 (0xd8540000) 44 ( 1544): mapped: 512K popped: 246 pushed: 246 inuse: 0 total: 217 rss: 0K releases: 1 last released: 328K region: 0xd9542000 (0xd9540000) 45 ( 1672): mapped: 512K popped: 333 pushed: 333 inuse: 0 total: 292 rss: 0K releases: 1 last released: 480K region: 0xda54d000 (0xda540000) 46 ( 1800): mapped: 512K popped: 232 pushed: 232 inuse: 0 total: 217 rss: 0K releases: 1 last released: 384K region: 0xdb545000 (0xdb540000) 47 ( 1928): mapped: 512K popped: 246 pushed: 246 inuse: 0 total: 215 rss: 0K releases: 1 last released: 408K region: 0xdc54c000 (0xdc540000) 48 ( 2056): mapped: 512K popped: 229 pushed: 229 inuse: 0 total: 207 rss: 0K releases: 1 last released: 416K region: 0xdd54a000 (0xdd540000) 49 ( 2312): mapped: 1024K popped: 468 pushed: 468 inuse: 0 total: 388 rss: 0K releases: 1 last released: 880K region: 0xde54b000 (0xde540000) 50 ( 2568): mapped: 1280K popped: 488 pushed: 488 inuse: 0 total: 440 rss: 0K releases: 1 last released: 1104K region: 0xdf550000 (0xdf540000) 51 ( 2824): mapped: 1280K popped: 498 pushed: 498 inuse: 0 total: 419 rss: 0K releases: 1 last released: 1156K region: 0xe0544000 (0xe0540000) 52 ( 3080): mapped: 1280K popped: 463 pushed: 463 inuse: 0 total: 420 rss: 0K releases: 1 last released: 1264K region: 0xe1548000 (0xe1540000) 53 ( 3336): mapped: 1792K popped: 552 pushed: 552 inuse: 0 total: 479 rss: 0K releases: 1 last released: 1564K region: 0xe254a000 (0xe2540000) 54 ( 3592): mapped: 1536K popped: 463 pushed: 463 inuse: 0 total: 396 rss: 0K releases: 1 last released: 1392K region: 0xe3542000 (0xe3540000) 55 ( 3848): mapped: 1792K popped: 525 pushed: 525 inuse: 0 total: 456 rss: 0K releases: 1 last released: 1716K region: 0xe4550000 (0xe4540000) 56 ( 4104): mapped: 1536K popped: 444 pushed: 444 inuse: 0 total: 383 rss: 0K releases: 1 last released: 1536K region: 0xe554e000 (0xe5540000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig3.PrimaryThreaded (4 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig3 (4 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig4 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig4.PrimaryThreaded Stats: SizeClassAllocator64: 26M mapped (0M rss) in 20926 allocations; remains 7215 00 ( 64): mapped: 512K popped: 9720 pushed: 2505 inuse: 7215 total: 7232 rss: 0K releases: 0 last released: 0K region: 0xad54e000 (0xad540000) 01 ( 16): mapped: 256K popped: 350 pushed: 350 inuse: 0 total: 448 rss: 0K releases: 1 last released: 4K region: 0xae542000 (0xae540000) 02 ( 24): mapped: 256K popped: 252 pushed: 252 inuse: 0 total: 336 rss: 0K releases: 1 last released: 8K region: 0xaf547000 (0xaf540000) 03 ( 32): mapped: 256K popped: 336 pushed: 336 inuse: 0 total: 336 rss: 0K releases: 1 last released: 8K region: 0xb054f000 (0xb0540000) 04 ( 40): mapped: 256K popped: 210 pushed: 210 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb1542000 (0xb1540000) 05 ( 48): mapped: 256K popped: 252 pushed: 252 inuse: 0 total: 336 rss: 0K releases: 1 last released: 16K region: 0xb254c000 (0xb2540000) 06 ( 56): mapped: 256K popped: 196 pushed: 196 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb354e000 (0xb3540000) 07 ( 64): mapped: 256K popped: 168 pushed: 168 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb4546000 (0xb4540000) 08 ( 72): mapped: 256K popped: 98 pushed: 98 inuse: 0 total: 112 rss: 0K releases: 1 last released: 8K region: 0xb5541000 (0xb5540000) 09 ( 80): mapped: 256K popped: 180 pushed: 180 inuse: 0 total: 192 rss: 0K releases: 1 last released: 16K region: 0xb6545000 (0xb6540000) 10 ( 88): mapped: 256K popped: 165 pushed: 165 inuse: 0 total: 176 rss: 0K releases: 1 last released: 16K region: 0xb754f000 (0xb7540000) 11 ( 96): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0xb854a000 (0xb8540000) 12 ( 104): mapped: 256K popped: 81 pushed: 81 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xb9544000 (0xb9540000) 13 ( 112): mapped: 256K popped: 108 pushed: 108 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xba54a000 (0xba540000) 14 ( 120): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbb547000 (0xbb540000) 15 ( 128): mapped: 256K popped: 64 pushed: 64 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xbc545000 (0xbc540000) 16 ( 136): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 56 rss: 0K releases: 1 last released: 8K region: 0xbd541000 (0xbd540000) 17 ( 152): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbe544000 (0xbe540000) 18 ( 168): mapped: 256K popped: 120 pushed: 120 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbf54a000 (0xbf540000) 19 ( 184): mapped: 256K popped: 115 pushed: 115 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc054f000 (0xc0540000) 20 ( 200): mapped: 256K popped: 105 pushed: 105 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc154c000 (0xc1540000) 21 ( 216): mapped: 256K popped: 52 pushed: 52 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xc2543000 (0xc2540000) 22 ( 232): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc3548000 (0xc3540000) 23 ( 248): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xc4541000 (0xc4540000) 24 ( 264): mapped: 256K popped: 81 pushed: 81 inuse: 0 total: 96 rss: 0K releases: 1 last released: 28K region: 0xc5544000 (0xc5540000) 25 ( 296): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 96 rss: 0K releases: 1 last released: 28K region: 0xc654f000 (0xc6540000) 26 ( 328): mapped: 256K popped: 105 pushed: 105 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xc754b000 (0xc7540000) 27 ( 360): mapped: 256K popped: 58 pushed: 58 inuse: 0 total: 64 rss: 0K releases: 1 last released: 24K region: 0xc8545000 (0xc8540000) 28 ( 392): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc9546000 (0xc9540000) 29 ( 424): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 80 rss: 0K releases: 1 last released: 36K region: 0xca550000 (0xca540000) 30 ( 456): mapped: 256K popped: 88 pushed: 88 inuse: 0 total: 96 rss: 0K releases: 1 last released: 44K region: 0xcb548000 (0xcb540000) 31 ( 488): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xcc544000 (0xcc540000) 32 ( 520): mapped: 256K popped: 58 pushed: 58 inuse: 0 total: 56 rss: 0K releases: 1 last released: 32K region: 0xcd54c000 (0xcd540000) 33 ( 584): mapped: 256K popped: 150 pushed: 150 inuse: 0 total: 136 rss: 0K releases: 1 last released: 80K region: 0xce548000 (0xce540000) 34 ( 648): mapped: 256K popped: 111 pushed: 111 inuse: 0 total: 104 rss: 0K releases: 1 last released: 68K region: 0xcf54d000 (0xcf540000) 35 ( 712): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 120 rss: 0K releases: 1 last released: 84K region: 0xd054f000 (0xd0540000) 36 ( 776): mapped: 256K popped: 94 pushed: 94 inuse: 0 total: 96 rss: 0K releases: 1 last released: 76K region: 0xd154a000 (0xd1540000) 37 ( 840): mapped: 256K popped: 133 pushed: 133 inuse: 0 total: 128 rss: 0K releases: 1 last released: 108K region: 0xd2542000 (0xd2540000) 38 ( 904): mapped: 256K popped: 124 pushed: 124 inuse: 0 total: 120 rss: 0K releases: 1 last released: 108K region: 0xd3541000 (0xd3540000) 39 ( 968): mapped: 256K popped: 115 pushed: 115 inuse: 0 total: 112 rss: 0K releases: 1 last released: 108K region: 0xd4550000 (0xd4540000) 40 ( 1032): mapped: 256K popped: 173 pushed: 173 inuse: 0 total: 160 rss: 0K releases: 1 last released: 164K region: 0xd5549000 (0xd5540000) 41 ( 1160): mapped: 512K popped: 285 pushed: 285 inuse: 0 total: 257 rss: 0K releases: 1 last released: 292K region: 0xd654a000 (0xd6540000) 42 ( 1288): mapped: 512K popped: 283 pushed: 283 inuse: 0 total: 251 rss: 0K releases: 1 last released: 316K region: 0xd7548000 (0xd7540000) 43 ( 1416): mapped: 512K popped: 234 pushed: 234 inuse: 0 total: 209 rss: 0K releases: 1 last released: 292K region: 0xd8541000 (0xd8540000) 44 ( 1544): mapped: 512K popped: 265 pushed: 265 inuse: 0 total: 241 rss: 0K releases: 1 last released: 364K region: 0xd9542000 (0xd9540000) 45 ( 1672): mapped: 512K popped: 235 pushed: 235 inuse: 0 total: 220 rss: 0K releases: 1 last released: 360K region: 0xda546000 (0xda540000) 46 ( 1800): mapped: 512K popped: 294 pushed: 294 inuse: 0 total: 265 rss: 0K releases: 1 last released: 468K region: 0xdb54b000 (0xdb540000) 47 ( 1928): mapped: 512K popped: 262 pushed: 262 inuse: 0 total: 239 rss: 0K releases: 1 last released: 452K region: 0xdc54b000 (0xdc540000) 48 ( 2056): mapped: 512K popped: 222 pushed: 222 inuse: 0 total: 199 rss: 0K releases: 1 last released: 400K region: 0xdd541000 (0xdd540000) 49 ( 2312): mapped: 1280K popped: 563 pushed: 563 inuse: 0 total: 501 rss: 0K releases: 1 last released: 1132K region: 0xde54c000 (0xde540000) 50 ( 2568): mapped: 1024K popped: 473 pushed: 473 inuse: 0 total: 402 rss: 0K releases: 1 last released: 1012K region: 0xdf54c000 (0xdf540000) 51 ( 2824): mapped: 1280K popped: 469 pushed: 469 inuse: 0 total: 403 rss: 0K releases: 1 last released: 1112K region: 0xe0542000 (0xe0540000) 52 ( 3080): mapped: 1536K popped: 492 pushed: 492 inuse: 0 total: 433 rss: 0K releases: 1 last released: 1304K region: 0xe1544000 (0xe1540000) 53 ( 3336): mapped: 1536K popped: 499 pushed: 499 inuse: 0 total: 432 rss: 0K releases: 1 last released: 1408K region: 0xe2550000 (0xe2540000) 54 ( 3592): mapped: 1792K popped: 526 pushed: 526 inuse: 0 total: 461 rss: 0K releases: 1 last released: 1620K region: 0xe3541000 (0xe3540000) 55 ( 3848): mapped: 1792K popped: 479 pushed: 479 inuse: 0 total: 424 rss: 0K releases: 1 last released: 1596K region: 0xe4543000 (0xe4540000) 56 ( 4104): mapped: 2048K popped: 547 pushed: 547 inuse: 0 total: 463 rss: 0K releases: 1 last released: 1856K region: 0xe5547000 (0xe5540000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig4.PrimaryThreaded (4 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig4 (4 ms total) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig1 [ RUN ] ScudoPrimaryTestReleaseToOS_TestConfig1.ReleaseToOS [ OK ] ScudoPrimaryTestReleaseToOS_TestConfig1.ReleaseToOS (0 ms) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig1 (0 ms total) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig2 [ RUN ] ScudoPrimaryTestReleaseToOS_TestConfig2.ReleaseToOS [ OK ] ScudoPrimaryTestReleaseToOS_TestConfig2.ReleaseToOS (0 ms) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig2 (0 ms total) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig3 [ RUN ] ScudoPrimaryTestReleaseToOS_TestConfig3.ReleaseToOS [ OK ] ScudoPrimaryTestReleaseToOS_TestConfig3.ReleaseToOS (0 ms) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig3 (0 ms total) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig4 [ RUN ] ScudoPrimaryTestReleaseToOS_TestConfig4.ReleaseToOS [ OK ] ScudoPrimaryTestReleaseToOS_TestConfig4.ReleaseToOS (0 ms) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig4 (0 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig1 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig1.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig1.MemoryGroup (3 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig1 (3 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig2 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig2.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig2.MemoryGroup (11 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig2 (11 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig3.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig3.MemoryGroup (10 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 (10 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup (10 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 (10 ms total) [----------] 7 tests from ScudoQuarantineTest [ RUN ] ScudoQuarantineTest.QuarantineBatchMerge [ OK ] ScudoQuarantineTest.QuarantineBatchMerge (0 ms) [ RUN ] ScudoQuarantineTest.QuarantineCacheMergeBatchesEmpty [ OK ] ScudoQuarantineTest.QuarantineCacheMergeBatchesEmpty (0 ms) [ RUN ] ScudoQuarantineTest.QuarantineCacheMergeBatchesSmallBatches [ OK ] ScudoQuarantineTest.QuarantineCacheMergeBatchesSmallBatches (0 ms) [ RUN ] ScudoQuarantineTest.QuarantineCacheMergeBatchesTooBigToMerge [ OK ] ScudoQuarantineTest.QuarantineCacheMergeBatchesTooBigToMerge (0 ms) [ RUN ] ScudoQuarantineTest.QuarantineCacheMergeBatchesALotOfBatches [ OK ] ScudoQuarantineTest.QuarantineCacheMergeBatchesALotOfBatches (8 ms) [ RUN ] ScudoQuarantineTest.GlobalQuarantine Stats: Quarantine: batches: 0; bytes: 0 (user: 0); chunks: 0 (capacity: 0); 0% chunks used; 0% memory overhead Quarantine limits: global: 1024K; thread local: 256K [ OK ] ScudoQuarantineTest.GlobalQuarantine (0 ms) [ RUN ] ScudoQuarantineTest.ThreadedGlobalQuarantine Stats: Quarantine: batches: 3; bytes: 798696 (user: 786432); chunks: 48 (capacity: 3057); 1% chunks used; 1% memory overhead Quarantine limits: global: 1024K; thread local: 256K [ OK ] ScudoQuarantineTest.ThreadedGlobalQuarantine (1 ms) [----------] 7 tests from ScudoQuarantineTest (9 ms total) [----------] 1 test from SanitizerCommon [ RUN ] SanitizerCommon.QuarantineCacheMergeBatchesOneBatch [ OK ] SanitizerCommon.QuarantineCacheMergeBatchesOneBatch (0 ms) [----------] 1 test from SanitizerCommon (0 ms total) [----------] 5 tests from ScudoReleaseTest [ RUN ] ScudoReleaseTest.RegionPageMap [ OK ] ScudoReleaseTest.RegionPageMap (0 ms) [ RUN ] ScudoReleaseTest.FreePagesRangeTracker [ OK ] ScudoReleaseTest.FreePagesRangeTracker (0 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSDefault [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSDefault (126 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid (215 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte (476 ms) [----------] 5 tests from ScudoReleaseTest (819 ms total) [----------] 1 test from ScudoSecondaryTest [ RUN ] ScudoSecondaryTest.SecondaryBasic Stats: MapAllocator: allocated 34 times (2376K), freed 34 times (2376K), remains 0 (0K) max 0M Stats: MapAllocator: allocated 34 times (2372K), freed 34 times (2376K), remains 0 (4194300K) max 0M Stats: MapAllocator: allocated 34 times (2372K), freed 34 times (2376K), remains 0 (4194300K) max 0M [ OK ] ScudoSecondaryTest.SecondaryBasic (3 ms) [----------] 1 test from ScudoSecondaryTest (3 ms total) [----------] 3 tests from MapAllocatorTest [ RUN ] MapAllocatorTest.SecondaryCombinations Stats: MapAllocator: allocated 8274 times (1045396K), freed 8274 times (1061856K), remains 0 (4177844K) max 1M [ OK ] MapAllocatorTest.SecondaryCombinations (288 ms) [ RUN ] MapAllocatorTest.SecondaryIterate Stats: MapAllocator: allocated 32 times (1192K), freed 32 times (1192K), remains 0 (0K) max 0M [ OK ] MapAllocatorTest.SecondaryIterate (0 ms) [ RUN ] MapAllocatorTest.SecondaryOptions [ OK ] MapAllocatorTest.SecondaryOptions (0 ms) [----------] 3 tests from MapAllocatorTest (289 ms total) [----------] 1 test from MapAllocatorWithReleaseTest [ RUN ] MapAllocatorWithReleaseTest.SecondaryThreadsRace Stats: MapAllocator: allocated 2048 times (63086K), freed 2048 times (77108K), remains 0 (4180282K) max 0M [ OK ] MapAllocatorWithReleaseTest.SecondaryThreadsRace (16 ms) [----------] 1 test from MapAllocatorWithReleaseTest (16 ms total) [----------] 4 tests from ScudoSizeClassMapTest [ RUN ] ScudoSizeClassMapTest.DefaultSizeClassMap C01 => S: 32 diff: +32 00% L 5 Cached: 14 448; id 1 C02 => S: 64 diff: +32 100% L 6 Cached: 14 896; id 2 C03 => S: 96 diff: +32 50% L 6 Cached: 10 960; id 3 C04 => S: 128 diff: +32 33% L 7 Cached: 8 1024; id 4 C05 => S: 160 diff: +32 25% L 7 Cached: 6 960; id 5 C06 => S: 192 diff: +32 20% L 7 Cached: 5 960; id 6 C07 => S: 224 diff: +32 16% L 7 Cached: 4 896; id 7 C08 => S: 256 diff: +32 14% L 8 Cached: 4 1024; id 8 C09 => S: 320 diff: +64 25% L 8 Cached: 3 960; id 9 C10 => S: 384 diff: +64 20% L 8 Cached: 2 768; id 10 C11 => S: 448 diff: +64 16% L 8 Cached: 2 896; id 11 C12 => S: 512 diff: +64 14% L 9 Cached: 2 1024; id 12 C13 => S: 640 diff: +128 25% L 9 Cached: 1 640; id 13 C14 => S: 768 diff: +128 20% L 9 Cached: 1 768; id 14 C15 => S: 896 diff: +128 16% L 9 Cached: 1 896; id 15 C16 => S: 1024 diff: +128 14% L 10 Cached: 1 1024; id 16 C17 => S: 1280 diff: +256 25% L 10 Cached: 1 1280; id 17 C18 => S: 1536 diff: +256 20% L 10 Cached: 1 1536; id 18 C19 => S: 1792 diff: +256 16% L 10 Cached: 1 1792; id 19 C20 => S: 2048 diff: +256 14% L 11 Cached: 1 2048; id 20 C21 => S: 2560 diff: +512 25% L 11 Cached: 1 2560; id 21 C22 => S: 3072 diff: +512 20% L 11 Cached: 1 3072; id 22 C23 => S: 3584 diff: +512 16% L 11 Cached: 1 3584; id 23 C24 => S: 4096 diff: +512 14% L 12 Cached: 1 4096; id 24 C25 => S: 5120 diff: +1024 25% L 12 Cached: 1 5120; id 25 C26 => S: 6144 diff: +1024 20% L 12 Cached: 1 6144; id 26 C27 => S: 7168 diff: +1024 16% L 12 Cached: 1 7168; id 27 C28 => S: 8192 diff: +1024 14% L 13 Cached: 1 8192; id 28 C29 => S: 10240 diff: +2048 25% L 13 Cached: 1 10240; id 29 C30 => S: 12288 diff: +2048 20% L 13 Cached: 1 12288; id 30 C31 => S: 14336 diff: +2048 16% L 13 Cached: 1 14336; id 31 C32 => S: 16384 diff: +2048 14% L 14 Cached: 1 16384; id 32 C33 => S: 20480 diff: +4096 25% L 14 Cached: 1 20480; id 33 C34 => S: 24576 diff: +4096 20% L 14 Cached: 1 24576; id 34 C35 => S: 28672 diff: +4096 16% L 14 Cached: 1 28672; id 35 C36 => S: 32768 diff: +4096 14% L 15 Cached: 1 32768; id 36 C37 => S: 40960 diff: +8192 25% L 15 Cached: 1 40960; id 37 C38 => S: 49152 diff: +8192 20% L 15 Cached: 1 49152; id 38 C39 => S: 57344 diff: +8192 16% L 15 Cached: 1 57344; id 39 C40 => S: 65536 diff: +8192 14% L 16 Cached: 1 65536; id 40 C41 => S: 81920 diff: +16384 25% L 16 Cached: 1 81920; id 41 C42 => S: 98304 diff: +16384 20% L 16 Cached: 1 98304; id 42 C43 => S: 114688 diff: +16384 16% L 16 Cached: 1 114688; id 43 C44 => S: 131072 diff: +16384 14% L 17 Cached: 1 131072; id 44 Total Cached: 859456 [ OK ] ScudoSizeClassMapTest.DefaultSizeClassMap (0 ms) [ RUN ] ScudoSizeClassMapTest.SvelteSizeClassMap C01 => S: 16 diff: +16 00% L 4 Cached: 14 224; id 1 C02 => S: 24 diff: +8 50% L 4 Cached: 14 336; id 2 C03 => S: 32 diff: +8 33% L 5 Cached: 14 448; id 3 C04 => S: 40 diff: +8 25% L 5 Cached: 14 560; id 4 C05 => S: 48 diff: +8 20% L 5 Cached: 14 672; id 5 C06 => S: 56 diff: +8 16% L 5 Cached: 14 784; id 6 C07 => S: 64 diff: +8 14% L 6 Cached: 14 896; id 7 C08 => S: 72 diff: +8 12% L 6 Cached: 14 1008; id 8 C09 => S: 80 diff: +8 11% L 6 Cached: 12 960; id 9 C10 => S: 88 diff: +8 10% L 6 Cached: 11 968; id 10 C11 => S: 96 diff: +8 09% L 6 Cached: 10 960; id 11 C12 => S: 104 diff: +8 08% L 6 Cached: 9 936; id 12 C13 => S: 112 diff: +8 07% L 6 Cached: 9 1008; id 13 C14 => S: 120 diff: +8 07% L 6 Cached: 8 960; id 14 C15 => S: 128 diff: +8 06% L 7 Cached: 8 1024; id 15 C16 => S: 136 diff: +8 06% L 7 Cached: 7 952; id 16 C17 => S: 152 diff: +16 11% L 7 Cached: 6 912; id 17 C18 => S: 168 diff: +16 10% L 7 Cached: 6 1008; id 18 C19 => S: 184 diff: +16 09% L 7 Cached: 5 920; id 19 C20 => S: 200 diff: +16 08% L 7 Cached: 5 1000; id 20 C21 => S: 216 diff: +16 08% L 7 Cached: 4 864; id 21 C22 => S: 232 diff: +16 07% L 7 Cached: 4 928; id 22 C23 => S: 248 diff: +16 06% L 7 Cached: 4 992; id 23 C24 => S: 264 diff: +16 06% L 8 Cached: 3 792; id 24 C25 => S: 296 diff: +32 12% L 8 Cached: 3 888; id 25 C26 => S: 328 diff: +32 10% L 8 Cached: 3 984; id 26 C27 => S: 360 diff: +32 09% L 8 Cached: 2 720; id 27 C28 => S: 392 diff: +32 08% L 8 Cached: 2 784; id 28 C29 => S: 424 diff: +32 08% L 8 Cached: 2 848; id 29 C30 => S: 456 diff: +32 07% L 8 Cached: 2 912; id 30 C31 => S: 488 diff: +32 07% L 8 Cached: 2 976; id 31 C32 => S: 520 diff: +32 06% L 9 Cached: 1 520; id 32 C33 => S: 584 diff: +64 12% L 9 Cached: 1 584; id 33 C34 => S: 648 diff: +64 10% L 9 Cached: 1 648; id 34 C35 => S: 712 diff: +64 09% L 9 Cached: 1 712; id 35 C36 => S: 776 diff: +64 08% L 9 Cached: 1 776; id 36 C37 => S: 840 diff: +64 08% L 9 Cached: 1 840; id 37 C38 => S: 904 diff: +64 07% L 9 Cached: 1 904; id 38 C39 => S: 968 diff: +64 07% L 9 Cached: 1 968; id 39 C40 => S: 1032 diff: +64 06% L 10 Cached: 1 1032; id 40 C41 => S: 1160 diff: +128 12% L 10 Cached: 1 1160; id 41 C42 => S: 1288 diff: +128 11% L 10 Cached: 1 1288; id 42 C43 => S: 1416 diff: +128 09% L 10 Cached: 1 1416; id 43 C44 => S: 1544 diff: +128 09% L 10 Cached: 1 1544; id 44 C45 => S: 1672 diff: +128 08% L 10 Cached: 1 1672; id 45 C46 => S: 1800 diff: +128 07% L 10 Cached: 1 1800; id 46 C47 => S: 1928 diff: +128 07% L 10 Cached: 1 1928; id 47 C48 => S: 2056 diff: +128 06% L 11 Cached: 1 2056; id 48 C49 => S: 2312 diff: +256 12% L 11 Cached: 1 2312; id 49 C50 => S: 2568 diff: +256 11% L 11 Cached: 1 2568; id 50 C51 => S: 2824 diff: +256 09% L 11 Cached: 1 2824; id 51 C52 => S: 3080 diff: +256 09% L 11 Cached: 1 3080; id 52 C53 => S: 3336 diff: +256 08% L 11 Cached: 1 3336; id 53 C54 => S: 3592 diff: +256 07% L 11 Cached: 1 3592; id 54 C55 => S: 3848 diff: +256 07% L 11 Cached: 1 3848; id 55 C56 => S: 4104 diff: +256 06% L 12 Cached: 1 4104; id 56 C57 => S: 4616 diff: +512 12% L 12 Cached: 1 4616; id 57 C58 => S: 5128 diff: +512 11% L 12 Cached: 1 5128; id 58 C59 => S: 5640 diff: +512 09% L 12 Cached: 1 5640; id 59 C60 => S: 6152 diff: +512 09% L 12 Cached: 1 6152; id 60 C61 => S: 6664 diff: +512 08% L 12 Cached: 1 6664; id 61 C62 => S: 7176 diff: +512 07% L 12 Cached: 1 7176; id 62 C63 => S: 7688 diff: +512 07% L 12 Cached: 1 7688; id 63 C64 => S: 8200 diff: +512 06% L 13 Cached: 1 8200; id 64 C65 => S: 9224 diff: +1024 12% L 13 Cached: 1 9224; id 65 C66 => S: 10248 diff: +1024 11% L 13 Cached: 1 10248; id 66 C67 => S: 11272 diff: +1024 09% L 13 Cached: 1 11272; id 67 C68 => S: 12296 diff: +1024 09% L 13 Cached: 1 12296; id 68 C69 => S: 13320 diff: +1024 08% L 13 Cached: 1 13320; id 69 C70 => S: 14344 diff: +1024 07% L 13 Cached: 1 14344; id 70 C71 => S: 15368 diff: +1024 07% L 13 Cached: 1 15368; id 71 C72 => S: 16392 diff: +1024 06% L 14 Cached: 1 16392; id 72 Total Cached: 225464 [ OK ] ScudoSizeClassMapTest.SvelteSizeClassMap (0 ms) [ RUN ] ScudoSizeClassMapTest.AndroidSizeClassMap C01 => S: 32 diff: +32 00% L 5 Cached: 14 448; id 1 C02 => S: 48 diff: +16 50% L 5 Cached: 14 672; id 2 C03 => S: 64 diff: +16 33% L 6 Cached: 14 896; id 3 C04 => S: 80 diff: +16 25% L 6 Cached: 14 1120; id 4 C05 => S: 96 diff: +16 20% L 6 Cached: 14 1344; id 5 C06 => S: 112 diff: +16 16% L 6 Cached: 14 1568; id 6 C07 => S: 128 diff: +16 14% L 7 Cached: 14 1792; id 7 C08 => S: 144 diff: +16 12% L 7 Cached: 14 2016; id 8 C09 => S: 160 diff: +16 11% L 7 Cached: 14 2240; id 9 C10 => S: 176 diff: +16 10% L 7 Cached: 14 2464; id 10 C11 => S: 192 diff: +16 09% L 7 Cached: 14 2688; id 11 C12 => S: 224 diff: +32 16% L 7 Cached: 14 3136; id 12 C13 => S: 240 diff: +16 07% L 7 Cached: 14 3360; id 13 C14 => S: 272 diff: +32 13% L 8 Cached: 14 3808; id 14 C15 => S: 288 diff: +16 05% L 8 Cached: 14 4032; id 15 C16 => S: 304 diff: +16 05% L 8 Cached: 14 4256; id 16 C17 => S: 336 diff: +32 10% L 8 Cached: 14 4704; id 17 C18 => S: 352 diff: +16 04% L 8 Cached: 14 4928; id 18 C19 => S: 368 diff: +16 04% L 8 Cached: 14 5152; id 19 C20 => S: 400 diff: +32 08% L 8 Cached: 14 5600; id 20 C21 => S: 464 diff: +64 16% L 8 Cached: 14 6496; id 21 C22 => S: 528 diff: +64 13% L 9 Cached: 14 7392; id 22 C23 => S: 576 diff: +48 09% L 9 Cached: 14 8064; id 23 C24 => S: 672 diff: +96 16% L 9 Cached: 12 8064; id 24 C25 => S: 816 diff: +144 21% L 9 Cached: 10 8160; id 25 C26 => S: 880 diff: +64 07% L 9 Cached: 9 7920; id 26 C27 => S: 928 diff: +48 05% L 9 Cached: 8 7424; id 27 C28 => S: 1024 diff: +96 10% L 10 Cached: 8 8192; id 28 C29 => S: 1072 diff: +48 04% L 10 Cached: 7 7504; id 29 C30 => S: 1184 diff: +112 10% L 10 Cached: 6 7104; id 30 C31 => S: 1328 diff: +144 12% L 10 Cached: 6 7968; id 31 C32 => S: 1552 diff: +224 16% L 10 Cached: 5 7760; id 32 C33 => S: 1840 diff: +288 18% L 10 Cached: 4 7360; id 33 C34 => S: 2112 diff: +272 14% L 11 Cached: 3 6336; id 34 C35 => S: 2320 diff: +208 09% L 11 Cached: 3 6960; id 35 C36 => S: 2496 diff: +176 07% L 11 Cached: 3 7488; id 36 C37 => S: 2656 diff: +160 06% L 11 Cached: 3 7968; id 37 C38 => S: 2832 diff: +176 06% L 11 Cached: 2 5664; id 38 C39 => S: 3232 diff: +400 14% L 11 Cached: 2 6464; id 39 C40 => S: 3584 diff: +352 10% L 11 Cached: 2 7168; id 40 C41 => S: 4016 diff: +432 12% L 11 Cached: 2 8032; id 41 C42 => S: 4144 diff: +128 03% L 12 Cached: 1 4144; id 42 C43 => S: 4400 diff: +256 06% L 12 Cached: 1 4400; id 43 C44 => S: 4592 diff: +192 04% L 12 Cached: 1 4592; id 44 C45 => S: 5264 diff: +672 14% L 12 Cached: 1 5264; id 45 C46 => S: 5712 diff: +448 08% L 12 Cached: 1 5712; id 46 C47 => S: 6448 diff: +736 12% L 12 Cached: 1 6448; id 47 C48 => S: 8208 diff: +1760 27% L 13 Cached: 1 8208; id 48 C49 => S: 8592 diff: +384 04% L 13 Cached: 1 8592; id 49 C50 => S: 9360 diff: +768 08% L 13 Cached: 1 9360; id 50 C51 => S: 10320 diff: +960 10% L 13 Cached: 1 10320; id 51 C52 => S: 11600 diff: +1280 12% L 13 Cached: 1 11600; id 52 C53 => S: 12304 diff: +704 06% L 13 Cached: 1 12304; id 53 C54 => S: 12816 diff: +512 04% L 13 Cached: 1 12816; id 54 C55 => S: 15504 diff: +2688 20% L 13 Cached: 1 15504; id 55 C56 => S: 16528 diff: +1024 06% L 14 Cached: 1 16528; id 56 C57 => S: 17680 diff: +1152 06% L 14 Cached: 1 17680; id 57 C58 => S: 18448 diff: +768 04% L 14 Cached: 1 18448; id 58 C59 => S: 23568 diff: +5120 27% L 14 Cached: 1 23568; id 59 C60 => S: 28432 diff: +4864 20% L 14 Cached: 1 28432; id 60 C61 => S: 29456 diff: +1024 03% L 14 Cached: 1 29456; id 61 C62 => S: 32784 diff: +3328 11% L 15 Cached: 1 32784; id 62 C63 => S: 49168 diff: +16384 49% L 15 Cached: 1 49168; id 63 C64 => S: 65552 diff: +16384 33% L 16 Cached: 1 65552; id 64 Total Cached: 612592 [ OK ] ScudoSizeClassMapTest.AndroidSizeClassMap (0 ms) [ RUN ] ScudoSizeClassMapTest.OneClassSizeClassMap C01 => S: 32 diff: +32 00% L 5 Cached: 1 32; id 1 Total Cached: 32 [ OK ] ScudoSizeClassMapTest.OneClassSizeClassMap (0 ms) [----------] 4 tests from ScudoSizeClassMapTest (1 ms total) [----------] 2 tests from ScudoStatsTest [ RUN ] ScudoStatsTest.LocalStats [ OK ] ScudoStatsTest.LocalStats (0 ms) [ RUN ] ScudoStatsTest.GlobalStats [ OK ] ScudoStatsTest.GlobalStats (0 ms) [----------] 2 tests from ScudoStatsTest (0 ms total) [----------] 7 tests from ScudoStringsTest [ RUN ] ScudoStringsTest.Constructor [ OK ] ScudoStringsTest.Constructor (0 ms) [ RUN ] ScudoStringsTest.Basic [ OK ] ScudoStringsTest.Basic (0 ms) [ RUN ] ScudoStringsTest.Clear [ OK ] ScudoStringsTest.Clear (0 ms) [ RUN ] ScudoStringsTest.ClearLarge [ OK ] ScudoStringsTest.ClearLarge (0 ms) [ RUN ] ScudoStringsTest.Precision [ OK ] ScudoStringsTest.Precision (0 ms) [ RUN ] ScudoStringsTest.MinMax [ OK ] ScudoStringsTest.MinMax (0 ms) [ RUN ] ScudoStringsTest.Padding [ OK ] ScudoStringsTest.Padding (0 ms) [----------] 7 tests from ScudoStringsTest (0 ms total) [----------] 1 test from ScudoStringTest [ RUN ] ScudoStringTest.PotentialOverflows [ OK ] ScudoStringTest.PotentialOverflows (0 ms) [----------] 1 test from ScudoStringTest (0 ms total) [----------] 4 tests from ScudoTSDTest [ RUN ] ScudoTSDTest.TSDRegistryInit [ OK ] ScudoTSDTest.TSDRegistryInit (0 ms) [ RUN ] ScudoTSDTest.TSDRegistryBasic [ OK ] ScudoTSDTest.TSDRegistryBasic (0 ms) [ RUN ] ScudoTSDTest.TSDRegistryThreaded [ OK ] ScudoTSDTest.TSDRegistryThreaded (4 ms) [ RUN ] ScudoTSDTest.TSDRegistryTSDsCount [ OK ] ScudoTSDTest.TSDRegistryTSDsCount (3 ms) [----------] 4 tests from ScudoTSDTest (7 ms total) [----------] 3 tests from ScudoVectorTest [ RUN ] ScudoVectorTest.Basic [ OK ] ScudoVectorTest.Basic (0 ms) [ RUN ] ScudoVectorTest.Stride [ OK ] ScudoVectorTest.Stride (0 ms) [ RUN ] ScudoVectorTest.ResizeReduction [ OK ] ScudoVectorTest.ResizeReduction (0 ms) [----------] 3 tests from ScudoVectorTest (0 ms total) [----------] Global test environment tear-down [==========] 100 tests from 49 test suites ran. (1636 ms total) [ PASSED ] 91 tests. [ SKIPPED ] 9 tests, listed below: [ SKIPPED ] MemtagDeathTest.AddFixedTag [ SKIPPED ] MemtagDeathTest.ScopedDisableMemoryTagChecks [ SKIPPED ] MemtagTest.ArchMemoryTagGranuleSize [ SKIPPED ] MemtagTest.ExtractTag [ SKIPPED ] MemtagTest.UntagPointer [ SKIPPED ] MemtagTest.SelectRandomTag [ SKIPPED ] MemtagTest.SelectRandomTagWithMask [ SKIPPED ] MemtagTest.LoadStoreTag [ SKIPPED ] MemtagTest.StoreTags YOU HAVE 2 DISABLED TESTS >>> scudo-malloc: Entering fakeroot... >>> scudo-malloc-static*: Running split function static... >>> scudo-malloc-static*: Preparing subpackage scudo-malloc-static... >>> scudo-malloc-static*: Stripping binaries >>> scudo-malloc-static*: Running postcheck for scudo-malloc-static >>> scudo-malloc-dev*: Running split function dev... >>> scudo-malloc-dev*: Preparing subpackage scudo-malloc-dev... >>> scudo-malloc-dev*: Stripping binaries >>> scudo-malloc-dev*: Running postcheck for scudo-malloc-dev >>> scudo-malloc*: Running postcheck for scudo-malloc >>> scudo-malloc*: Preparing package scudo-malloc... >>> scudo-malloc*: Stripping binaries >>> scudo-malloc-dev*: Scanning shared objects >>> scudo-malloc-static*: Scanning shared objects >>> scudo-malloc*: Scanning shared objects >>> scudo-malloc-dev*: Tracing dependencies... >>> scudo-malloc-dev*: Package size: 24.0 KB >>> scudo-malloc-dev*: Compressing data... >>> scudo-malloc-dev*: Create checksum... >>> scudo-malloc-dev*: Create scudo-malloc-dev-16.0.6-r3.apk >>> scudo-malloc-static*: Tracing dependencies... >>> scudo-malloc-static*: Package size: 140.0 KB >>> scudo-malloc-static*: Compressing data... >>> scudo-malloc-static*: Create checksum... >>> scudo-malloc-static*: Create scudo-malloc-static-16.0.6-r3.apk >>> scudo-malloc*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> scudo-malloc*: Package size: 64.0 KB >>> scudo-malloc*: Compressing data... >>> scudo-malloc*: Create checksum... >>> scudo-malloc*: Create scudo-malloc-16.0.6-r3.apk >>> scudo-malloc: Build complete at Fri, 20 Oct 2023 19:13:48 +0000 elapsed time 0h 1m 18s >>> scudo-malloc: Cleaning up srcdir >>> scudo-malloc: Cleaning up pkgdir >>> scudo-malloc: Uninstalling dependencies... (1/5) Purging .makedepends-scudo-malloc (20231020.191230) (2/5) Purging linux-headers (6.5-r0) (3/5) Purging gtest-dev (1.14.0-r0) (4/5) Purging gmock (1.14.0-r0) (5/5) Purging gtest (1.14.0-r0) OK: 270 MiB in 101 packages >>> scudo-malloc: Updating the main/armv7 repository index... >>> scudo-malloc: Signing the index...