>>> scudo-malloc: Building main/scudo-malloc 16.0.6-r3 (using abuild 3.12.0-r0) started Fri, 20 Oct 2023 11:30:14 +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.113014) OK: 483 MiB in 110 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 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2302k 100 2302k 0 0 7592k 0 --:--:-- --:--:-- --:--:-- 7592k >>> 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 removed 'crc32_hw.o' >>> scudo-malloc: rebuilding crc32_hw.cpp >>> 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 (4 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 (7 ms) [----------] 1 test from MemtagBasicDeathTest (7 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 (10 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 (205 ms) [ RUN ] ScudoCommonTest.Zeros [ OK ] ScudoCommonTest.Zeros (0 ms) [ RUN ] ScudoCommonTest.GetRssFromBuffer [ OK ] ScudoCommonTest.GetRssFromBuffer (16 ms) [----------] 3 tests from ScudoCommonTest (222 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 (158 ms) [ RUN ] ScudoMutexTest.MutexTry [ OK ] ScudoMutexTest.MutexTry (8 ms) [----------] 2 tests from ScudoMutexTest (167 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig1 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig1.BasicPrimary Stats: SizeClassAllocator32: 4M mapped in 770 allocations; remains 295 00 ( 128): mapped: 48K popped: 296 pushed: 1 inuse: 295 avail: 384 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: 2 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 3 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 avail: 32 rss: 0K releases: 3 [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig1.BasicPrimary (101 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig1 (101 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig2 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig2.BasicPrimary Stats: SizeClassAllocator64: 6M mapped (0M rss) in 762 allocations; remains 285 00 ( 128): mapped: 256K popped: 288 pushed: 3 inuse: 285 total: 320 rss: 0K releases: 0 last released: 0K region: 0xfff9cf50d000 (0xfff9cf500000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xfff9d0504000 (0xfff9d0500000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xfff9d150c000 (0xfff9d1500000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xfff9d350c000 (0xfff9d3500000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xfff9d7509000 (0xfff9d7500000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xfff9db50b000 (0xfff9db500000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xfff9df510000 (0xfff9df500000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xfff9e3508000 (0xfff9e3500000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xfff9e750c000 (0xfff9e7500000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xfff9eb50e000 (0xfff9eb500000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xfff9ef507000 (0xfff9ef500000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xfff9f3506000 (0xfff9f3500000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xfff9f750f000 (0xfff9f7500000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig2.BasicPrimary (2 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig2 (2 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig3 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig3.BasicPrimary Stats: SizeClassAllocator64: 6M mapped (0M rss) in 762 allocations; remains 286 00 ( 128): mapped: 256K popped: 288 pushed: 2 inuse: 286 total: 320 rss: 0K releases: 0 last released: 0K region: 0xfff9cf50d000 (0xfff9cf500000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xfff9d050c000 (0xfff9d0500000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xfff9d150b000 (0xfff9d1500000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xfff9d3505000 (0xfff9d3500000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xfff9d7501000 (0xfff9d7500000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xfff9db50a000 (0xfff9db500000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xfff9df50d000 (0xfff9df500000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xfff9e3502000 (0xfff9e3500000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xfff9e7509000 (0xfff9e7500000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xfff9eb50b000 (0xfff9eb500000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xfff9ef50d000 (0xfff9ef500000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xfff9f350f000 (0xfff9f3500000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xfff9f7501000 (0xfff9f7500000) [ 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 ( 72): mapped: 256K popped: 294 pushed: 9 inuse: 285 total: 336 rss: 0K releases: 0 last released: 0K region: 0xfff9cf50b000 (0xfff9cf500000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xfff9d0506000 (0xfff9d0500000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xfff9d150e000 (0xfff9d1500000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xfff9d3507000 (0xfff9d3500000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xfff9d750d000 (0xfff9d7500000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xfff9db505000 (0xfff9db500000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xfff9df504000 (0xfff9df500000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xfff9e350f000 (0xfff9e3500000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xfff9e750f000 (0xfff9e7500000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xfff9eb503000 (0xfff9eb500000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xfff9ef509000 (0xfff9ef500000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xfff9f3504000 (0xfff9f3500000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xfff9f750f000 (0xfff9f7500000) [ 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 30 allocations; remains 30 00 ( 128): mapped: 256K popped: 16 pushed: 0 inuse: 16 total: 64 rss: 0K releases: 0 last released: 0K region: 0xfff9f6b09000 (0xfff9f6b00000) F 44 (131072): mapped: 1792K popped: 14 pushed: 0 inuse: 14 total: 14 rss: 0K releases: 0 last released: 0K region: 0xfff9fc301000 (0xfff9fc300000) Scudo OOM: The process has exhausted 2M for size class 131072. Stats: SizeClassAllocator64: 2M mapped (0M rss) in 38 allocations; remains 16 00 ( 128): mapped: 256K popped: 24 pushed: 8 inuse: 16 total: 64 rss: 0K releases: 0 last released: 0K region: 0xfff9f6b09000 (0xfff9f6b00000) F 44 (131072): mapped: 1792K popped: 14 pushed: 14 inuse: 0 total: 14 rss: 0K releases: 1 last released: 1792K region: 0xfff9fc301000 (0xfff9fc300000) [ 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 229 allocations; remains 150 00 ( 128): mapped: 24K popped: 152 pushed: 2 inuse: 150 avail: 192 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 (99 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig1 (99 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryIterate_TestConfig2.PrimaryIterate Stats: SizeClassAllocator64: 7M mapped (0M rss) in 200 allocations; remains 135 00 ( 128): mapped: 256K popped: 136 pushed: 1 inuse: 135 total: 256 rss: 0K releases: 0 last released: 0K region: 0xfff9cf508000 (0xfff9cf500000) 24 ( 4096): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 32K region: 0xfff9e750f000 (0xfff9e7500000) 29 ( 10240): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xfff9ec50d000 (0xfff9ec500000) 30 ( 12288): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xfff9ed507000 (0xfff9ed500000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0xfff9ef506000 (0xfff9ef500000) 33 ( 20480): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xfff9f050f000 (0xfff9f0500000) 34 ( 24576): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0xfff9f1506000 (0xfff9f1500000) 36 ( 32768): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0xfff9f3503000 (0xfff9f3500000) 37 ( 40960): mapped: 512K popped: 7 pushed: 7 inuse: 0 total: 12 rss: 0K releases: 1 last released: 480K region: 0xfff9f450e000 (0xfff9f4500000) 38 ( 49152): mapped: 512K popped: 8 pushed: 8 inuse: 0 total: 10 rss: 0K releases: 1 last released: 480K region: 0xfff9f5508000 (0xfff9f5500000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xfff9f6505000 (0xfff9f6500000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xfff9f7505000 (0xfff9f7500000) 41 ( 81920): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0xfff9f8510000 (0xfff9f8500000) 42 ( 98304): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 768K region: 0xfff9f9503000 (0xfff9f9500000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0xfff9fa509000 (0xfff9fa500000) 44 (131072): mapped: 1024K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 1024K region: 0xfff9fb50a000 (0xfff9fb500000) [ 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 208 allocations; remains 140 00 ( 128): mapped: 256K popped: 144 pushed: 4 inuse: 140 total: 192 rss: 0K releases: 0 last released: 0K region: 0xfff9cf50f000 (0xfff9cf500000) 21 ( 2560): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 0 last released: 0K region: 0xfff9e4510000 (0xfff9e4500000) 27 ( 7168): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 56K region: 0xfff9ea50c000 (0xfff9ea500000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xfff9ec505000 (0xfff9ec500000) 30 ( 12288): mapped: 256K popped: 6 pushed: 6 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xfff9ed506000 (0xfff9ed500000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0xfff9ef50c000 (0xfff9ef500000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xfff9f0503000 (0xfff9f0500000) 35 ( 28672): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0xfff9f2507000 (0xfff9f2500000) 36 ( 32768): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0xfff9f3503000 (0xfff9f3500000) 37 ( 40960): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0xfff9f4504000 (0xfff9f4500000) 38 ( 49152): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0xfff9f5501000 (0xfff9f5500000) 39 ( 57344): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xfff9f650a000 (0xfff9f6500000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xfff9f7503000 (0xfff9f7500000) 41 ( 81920): mapped: 768K popped: 7 pushed: 7 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0xfff9f850e000 (0xfff9f8500000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0xfff9f9502000 (0xfff9f9500000) 43 (114688): mapped: 1280K popped: 10 pushed: 10 inuse: 0 total: 11 rss: 0K releases: 1 last released: 1232K region: 0xfff9fa507000 (0xfff9fa500000) 44 (131072): mapped: 768K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 768K region: 0xfff9fb50f000 (0xfff9fb500000) [ 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 ( 72): mapped: 256K popped: 154 pushed: 13 inuse: 141 total: 224 rss: 0K releases: 0 last released: 0K region: 0xfff9cf50f000 (0xfff9cf500000) 26 ( 6144): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 48K region: 0xfff9e9503000 (0xfff9e9500000) 28 ( 8192): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 64K region: 0xfff9eb507000 (0xfff9eb500000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xfff9ec50d000 (0xfff9ec500000) 30 ( 12288): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xfff9ed505000 (0xfff9ed500000) 31 ( 14336): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 112K region: 0xfff9ee50d000 (0xfff9ee500000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xfff9f0508000 (0xfff9f0500000) 34 ( 24576): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0xfff9f150f000 (0xfff9f1500000) 35 ( 28672): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0xfff9f2507000 (0xfff9f2500000) 37 ( 40960): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0xfff9f4503000 (0xfff9f4500000) 38 ( 49152): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0xfff9f5510000 (0xfff9f5500000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xfff9f6504000 (0xfff9f6500000) 40 ( 65536): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xfff9f7507000 (0xfff9f7500000) 41 ( 81920): mapped: 512K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 480K region: 0xfff9f8506000 (0xfff9f8500000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0xfff9f9509000 (0xfff9f9500000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0xfff9fa50d000 (0xfff9fa500000) 44 (131072): mapped: 1536K popped: 12 pushed: 12 inuse: 0 total: 12 rss: 0K releases: 1 last released: 1536K region: 0xfff9fb504000 (0xfff9fb500000) [ 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: 16M mapped in 21044 allocations; remains 7407 00 ( 120): mapped: 880K popped: 10732 pushed: 3325 inuse: 7407 avail: 7512 rss: 0K releases: 0 01 ( 32): mapped: 9K popped: 286 pushed: 286 inuse: 0 avail: 312 rss: 0K releases: 1 02 ( 48): mapped: 14K popped: 234 pushed: 234 inuse: 0 avail: 312 rss: 0K releases: 1 03 ( 64): mapped: 19K popped: 299 pushed: 299 inuse: 0 avail: 312 rss: 0K releases: 1 04 ( 80): mapped: 22K popped: 252 pushed: 252 inuse: 0 avail: 288 rss: 0K releases: 1 05 ( 96): mapped: 22K popped: 180 pushed: 180 inuse: 0 avail: 240 rss: 0K releases: 1 06 ( 112): mapped: 31K popped: 252 pushed: 252 inuse: 0 avail: 288 rss: 0K releases: 1 07 ( 128): mapped: 16K popped: 128 pushed: 128 inuse: 0 avail: 128 rss: 0K releases: 1 08 ( 144): mapped: 23K popped: 154 pushed: 154 inuse: 0 avail: 168 rss: 0K releases: 1 09 ( 160): mapped: 30K popped: 168 pushed: 168 inuse: 0 avail: 192 rss: 0K releases: 1 10 ( 176): mapped: 27K popped: 130 pushed: 130 inuse: 0 avail: 160 rss: 0K releases: 1 11 ( 192): mapped: 15K popped: 80 pushed: 80 inuse: 0 avail: 80 rss: 0K releases: 1 12 ( 208): mapped: 26K popped: 104 pushed: 104 inuse: 0 avail: 128 rss: 0K releases: 1 13 ( 224): mapped: 21K popped: 92 pushed: 92 inuse: 0 avail: 96 rss: 0K releases: 1 14 ( 240): mapped: 22K popped: 96 pushed: 96 inuse: 0 avail: 96 rss: 0K releases: 1 15 ( 256): mapped: 16K popped: 64 pushed: 64 inuse: 0 avail: 64 rss: 0K releases: 1 16 ( 272): mapped: 19K popped: 69 pushed: 69 inuse: 0 avail: 72 rss: 0K releases: 1 17 ( 304): mapped: 35K popped: 105 pushed: 105 inuse: 0 avail: 120 rss: 0K releases: 1 18 ( 336): mapped: 31K popped: 96 pushed: 96 inuse: 0 avail: 96 rss: 0K releases: 1 19 ( 368): mapped: 34K popped: 96 pushed: 96 inuse: 0 avail: 96 rss: 0K releases: 1 20 ( 400): mapped: 56K popped: 134 pushed: 134 inuse: 0 avail: 144 rss: 0K releases: 1 21 ( 432): mapped: 40K popped: 90 pushed: 90 inuse: 0 avail: 96 rss: 0K releases: 1 22 ( 464): mapped: 50K popped: 112 pushed: 112 inuse: 0 avail: 112 rss: 0K releases: 1 23 ( 496): mapped: 62K popped: 122 pushed: 122 inuse: 0 avail: 128 rss: 0K releases: 1 24 ( 528): mapped: 20K popped: 34 pushed: 34 inuse: 0 avail: 40 rss: 0K releases: 1 25 ( 592): mapped: 83K popped: 148 pushed: 148 inuse: 0 avail: 144 rss: 0K releases: 1 26 ( 656): mapped: 56K popped: 88 pushed: 88 inuse: 0 avail: 88 rss: 0K releases: 1 27 ( 720): mapped: 61K popped: 88 pushed: 88 inuse: 0 avail: 88 rss: 0K releases: 1 28 ( 784): mapped: 116K popped: 152 pushed: 152 inuse: 0 avail: 152 rss: 0K releases: 1 29 ( 848): mapped: 106K popped: 137 pushed: 137 inuse: 0 avail: 128 rss: 0K releases: 1 30 ( 912): mapped: 121K popped: 135 pushed: 135 inuse: 0 avail: 136 rss: 0K releases: 1 31 ( 976): mapped: 122K popped: 132 pushed: 132 inuse: 0 avail: 128 rss: 0K releases: 1 32 ( 1040): mapped: 113K popped: 119 pushed: 119 inuse: 0 avail: 112 rss: 0K releases: 1 33 ( 1168): mapped: 273K popped: 258 pushed: 258 inuse: 0 avail: 240 rss: 0K releases: 2 34 ( 1296): mapped: 275K popped: 224 pushed: 224 inuse: 0 avail: 218 rss: 0K releases: 2 35 ( 1424): mapped: 322K popped: 245 pushed: 245 inuse: 0 avail: 232 rss: 0K releases: 2 36 ( 1552): mapped: 436K popped: 315 pushed: 315 inuse: 0 avail: 288 rss: 0K releases: 2 37 ( 1680): mapped: 538K popped: 347 pushed: 347 inuse: 0 avail: 328 rss: 0K releases: 3 38 ( 1808): mapped: 409K popped: 247 pushed: 247 inuse: 0 avail: 232 rss: 0K releases: 2 39 ( 1936): mapped: 391K popped: 228 pushed: 228 inuse: 0 avail: 207 rss: 0K releases: 2 40 ( 2064): mapped: 481K popped: 249 pushed: 249 inuse: 0 avail: 239 rss: 0K releases: 2 41 ( 2320): mapped: 1015K popped: 489 pushed: 489 inuse: 0 avail: 448 rss: 0K releases: 4 42 ( 2576): mapped: 1116K popped: 475 pushed: 475 inuse: 0 avail: 444 rss: 0K releases: 5 43 ( 2832): mapped: 1316K popped: 505 pushed: 505 inuse: 0 avail: 476 rss: 0K releases: 6 44 ( 3088): mapped: 1338K popped: 468 pushed: 468 inuse: 0 avail: 444 rss: 0K releases: 6 45 ( 3344): mapped: 1430K popped: 472 pushed: 472 inuse: 0 avail: 438 rss: 0K releases: 6 46 ( 3600): mapped: 1659K popped: 510 pushed: 510 inuse: 0 avail: 472 rss: 0K releases: 7 47 ( 3856): mapped: 1664K popped: 478 pushed: 478 inuse: 0 avail: 442 rss: 0K releases: 7 48 ( 4112): mapped: 1582K popped: 426 pushed: 426 inuse: 0 avail: 394 rss: 0K releases: 7 [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig1.PrimaryThreaded (103 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig1 (103 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded Stats: SizeClassAllocator64: 25M mapped (0M rss) in 21251 allocations; remains 7347 00 ( 120): mapped: 1024K popped: 10864 pushed: 3517 inuse: 7347 total: 7385 rss: 0K releases: 0 last released: 0K region: 0xfff97adcf000 (0xfff97adc0000) 01 ( 32): mapped: 256K popped: 377 pushed: 377 inuse: 0 total: 416 rss: 0K releases: 1 last released: 12K region: 0xfff97bdc3000 (0xfff97bdc0000) 02 ( 48): mapped: 256K popped: 234 pushed: 234 inuse: 0 total: 312 rss: 0K releases: 1 last released: 16K region: 0xfff97cdcc000 (0xfff97cdc0000) 03 ( 64): mapped: 256K popped: 260 pushed: 260 inuse: 0 total: 312 rss: 0K releases: 1 last released: 16K region: 0xfff97ddc5000 (0xfff97ddc0000) 04 ( 80): mapped: 256K popped: 252 pushed: 252 inuse: 0 total: 288 rss: 0K releases: 1 last released: 24K region: 0xfff97edcd000 (0xfff97edc0000) 05 ( 96): mapped: 256K popped: 240 pushed: 240 inuse: 0 total: 240 rss: 0K releases: 1 last released: 24K region: 0xfff97fdc8000 (0xfff97fdc0000) 06 ( 112): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xfff980dc5000 (0xfff980dc0000) 07 ( 128): mapped: 256K popped: 160 pushed: 160 inuse: 0 total: 192 rss: 0K releases: 1 last released: 24K region: 0xfff981dc9000 (0xfff981dc0000) 08 ( 144): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 168 rss: 0K releases: 1 last released: 24K region: 0xfff982dc9000 (0xfff982dc0000) 09 ( 160): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xfff983dca000 (0xfff983dc0000) 10 ( 176): mapped: 256K popped: 140 pushed: 140 inuse: 0 total: 160 rss: 0K releases: 1 last released: 28K region: 0xfff984dca000 (0xfff984dc0000) 11 ( 192): mapped: 256K popped: 50 pushed: 50 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0xfff985dc9000 (0xfff985dc0000) 12 ( 208): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 20K region: 0xfff986dc3000 (0xfff986dc0000) 13 ( 224): mapped: 256K popped: 92 pushed: 92 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xfff987dd0000 (0xfff987dc0000) 14 ( 240): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xfff988dd0000 (0xfff988dc0000) 15 ( 256): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xfff989dca000 (0xfff989dc0000) 16 ( 272): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 96 rss: 0K releases: 1 last released: 28K region: 0xfff98adc6000 (0xfff98adc0000) 17 ( 304): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xfff98bdcf000 (0xfff98bdc0000) 18 ( 336): mapped: 256K popped: 129 pushed: 129 inuse: 0 total: 144 rss: 0K releases: 1 last released: 48K region: 0xfff98cdc4000 (0xfff98cdc0000) 19 ( 368): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xfff98ddcd000 (0xfff98ddc0000) 20 ( 400): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 40K region: 0xfff98edcc000 (0xfff98edc0000) 21 ( 432): mapped: 256K popped: 94 pushed: 94 inuse: 0 total: 96 rss: 0K releases: 1 last released: 44K region: 0xfff98fdca000 (0xfff98fdc0000) 22 ( 464): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xfff990dca000 (0xfff990dc0000) 23 ( 496): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xfff991dc5000 (0xfff991dc0000) 24 ( 528): mapped: 256K popped: 60 pushed: 60 inuse: 0 total: 64 rss: 0K releases: 1 last released: 36K region: 0xfff992dcd000 (0xfff992dc0000) 25 ( 592): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 128 rss: 0K releases: 1 last released: 76K region: 0xfff993dca000 (0xfff993dc0000) 26 ( 656): mapped: 256K popped: 139 pushed: 139 inuse: 0 total: 136 rss: 0K releases: 1 last released: 88K region: 0xfff994dcd000 (0xfff994dc0000) 27 ( 720): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 112 rss: 0K releases: 1 last released: 80K region: 0xfff995dc1000 (0xfff995dc0000) 28 ( 784): mapped: 256K popped: 129 pushed: 129 inuse: 0 total: 128 rss: 0K releases: 1 last released: 100K region: 0xfff996dc6000 (0xfff996dc0000) 29 ( 848): mapped: 256K popped: 138 pushed: 138 inuse: 0 total: 136 rss: 0K releases: 1 last released: 116K region: 0xfff997dc9000 (0xfff997dc0000) 30 ( 912): mapped: 256K popped: 128 pushed: 128 inuse: 0 total: 128 rss: 0K releases: 1 last released: 116K region: 0xfff998dc9000 (0xfff998dc0000) 31 ( 976): mapped: 256K popped: 86 pushed: 86 inuse: 0 total: 88 rss: 0K releases: 1 last released: 84K region: 0xfff999dca000 (0xfff999dc0000) 32 ( 1040): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 1 last released: 116K region: 0xfff99adc7000 (0xfff99adc0000) 33 ( 1168): mapped: 512K popped: 273 pushed: 273 inuse: 0 total: 256 rss: 0K releases: 1 last released: 292K region: 0xfff99bdcc000 (0xfff99bdc0000) 34 ( 1296): mapped: 512K popped: 262 pushed: 262 inuse: 0 total: 242 rss: 0K releases: 1 last released: 308K region: 0xfff99cdc4000 (0xfff99cdc0000) 35 ( 1424): mapped: 512K popped: 306 pushed: 306 inuse: 0 total: 288 rss: 0K releases: 1 last released: 404K region: 0xfff99ddc2000 (0xfff99ddc0000) 36 ( 1552): mapped: 512K popped: 242 pushed: 242 inuse: 0 total: 224 rss: 0K releases: 1 last released: 340K region: 0xfff99edc5000 (0xfff99edc0000) 37 ( 1680): mapped: 512K popped: 281 pushed: 281 inuse: 0 total: 260 rss: 0K releases: 1 last released: 428K region: 0xfff99fdc4000 (0xfff99fdc0000) 38 ( 1808): mapped: 512K popped: 250 pushed: 250 inuse: 0 total: 240 rss: 0K releases: 1 last released: 424K region: 0xfff9a0dc1000 (0xfff9a0dc0000) 39 ( 1936): mapped: 512K popped: 266 pushed: 266 inuse: 0 total: 239 rss: 0K releases: 1 last released: 452K region: 0xfff9a1dcf000 (0xfff9a1dc0000) 40 ( 2064): mapped: 512K popped: 269 pushed: 269 inuse: 0 total: 254 rss: 0K releases: 1 last released: 512K region: 0xfff9a2dcd000 (0xfff9a2dc0000) 41 ( 2320): mapped: 1024K popped: 434 pushed: 434 inuse: 0 total: 386 rss: 0K releases: 1 last released: 876K region: 0xfff9a3dc3000 (0xfff9a3dc0000) 42 ( 2576): mapped: 1280K popped: 514 pushed: 514 inuse: 0 total: 447 rss: 0K releases: 1 last released: 1128K region: 0xfff9a4dca000 (0xfff9a4dc0000) 43 ( 2832): mapped: 1280K popped: 483 pushed: 483 inuse: 0 total: 426 rss: 0K releases: 1 last released: 1180K region: 0xfff9a5dc3000 (0xfff9a5dc0000) 44 ( 3088): mapped: 1536K popped: 513 pushed: 513 inuse: 0 total: 464 rss: 0K releases: 1 last released: 1400K region: 0xfff9a6dc1000 (0xfff9a6dc0000) 45 ( 3344): mapped: 1536K popped: 467 pushed: 467 inuse: 0 total: 415 rss: 0K releases: 1 last released: 1356K region: 0xfff9a7dc1000 (0xfff9a7dc0000) 46 ( 3600): mapped: 1792K popped: 522 pushed: 522 inuse: 0 total: 476 rss: 0K releases: 1 last released: 1676K region: 0xfff9a8dcc000 (0xfff9a8dc0000) 47 ( 3856): mapped: 1792K popped: 482 pushed: 482 inuse: 0 total: 431 rss: 0K releases: 1 last released: 1624K region: 0xfff9a9dc8000 (0xfff9a9dc0000) 48 ( 4112): mapped: 2304K popped: 591 pushed: 591 inuse: 0 total: 518 rss: 0K releases: 1 last released: 2084K region: 0xfff9aadcb000 (0xfff9aadc0000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded (5 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 21207 allocations; remains 7386 00 ( 120): mapped: 1024K popped: 10890 pushed: 3504 inuse: 7386 total: 7449 rss: 0K releases: 0 last released: 0K region: 0xfff97adcb000 (0xfff97adc0000) 01 ( 32): mapped: 256K popped: 273 pushed: 273 inuse: 0 total: 312 rss: 0K releases: 1 last released: 8K region: 0xfff97bdcf000 (0xfff97bdc0000) 02 ( 48): mapped: 256K popped: 299 pushed: 299 inuse: 0 total: 312 rss: 0K releases: 1 last released: 16K region: 0xfff97cdcb000 (0xfff97cdc0000) 03 ( 64): mapped: 256K popped: 325 pushed: 325 inuse: 0 total: 416 rss: 0K releases: 1 last released: 24K region: 0xfff97ddc6000 (0xfff97ddc0000) 04 ( 80): mapped: 256K popped: 252 pushed: 252 inuse: 0 total: 288 rss: 0K releases: 1 last released: 24K region: 0xfff97edcc000 (0xfff97edc0000) 05 ( 96): mapped: 256K popped: 210 pushed: 210 inuse: 0 total: 240 rss: 0K releases: 1 last released: 24K region: 0xfff97fdc2000 (0xfff97fdc0000) 06 ( 112): mapped: 256K popped: 171 pushed: 171 inuse: 0 total: 216 rss: 0K releases: 1 last released: 24K region: 0xfff980dcf000 (0xfff980dc0000) 07 ( 128): mapped: 256K popped: 152 pushed: 152 inuse: 0 total: 192 rss: 0K releases: 1 last released: 24K region: 0xfff981dc1000 (0xfff981dc0000) 08 ( 144): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 168 rss: 0K releases: 1 last released: 24K region: 0xfff982dce000 (0xfff982dc0000) 09 ( 160): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0xfff983dc1000 (0xfff983dc0000) 10 ( 176): mapped: 256K popped: 75 pushed: 75 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0xfff984dcb000 (0xfff984dc0000) 11 ( 192): mapped: 256K popped: 95 pushed: 95 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xfff985dd0000 (0xfff985dc0000) 12 ( 208): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 96 rss: 0K releases: 1 last released: 20K region: 0xfff986dc2000 (0xfff986dc0000) 13 ( 224): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xfff987dce000 (0xfff987dc0000) 14 ( 240): mapped: 256K popped: 100 pushed: 100 inuse: 0 total: 128 rss: 0K releases: 1 last released: 32K region: 0xfff988dce000 (0xfff988dc0000) 15 ( 256): mapped: 256K popped: 60 pushed: 60 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xfff989dc1000 (0xfff989dc0000) 16 ( 272): mapped: 256K popped: 69 pushed: 69 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xfff98adcc000 (0xfff98adc0000) 17 ( 304): mapped: 256K popped: 93 pushed: 93 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xfff98bdcb000 (0xfff98bdc0000) 18 ( 336): mapped: 256K popped: 87 pushed: 87 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xfff98cdcc000 (0xfff98cdc0000) 19 ( 368): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xfff98ddc2000 (0xfff98ddc0000) 20 ( 400): mapped: 256K popped: 116 pushed: 116 inuse: 0 total: 112 rss: 0K releases: 1 last released: 44K region: 0xfff98edc2000 (0xfff98edc0000) 21 ( 432): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 80 rss: 0K releases: 1 last released: 36K region: 0xfff98fdca000 (0xfff98fdc0000) 22 ( 464): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xfff990dc1000 (0xfff990dc0000) 23 ( 496): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xfff991dce000 (0xfff991dc0000) 24 ( 528): mapped: 256K popped: 47 pushed: 47 inuse: 0 total: 48 rss: 0K releases: 1 last released: 28K region: 0xfff992dce000 (0xfff992dc0000) 25 ( 592): mapped: 256K popped: 134 pushed: 134 inuse: 0 total: 128 rss: 0K releases: 1 last released: 76K region: 0xfff993dcd000 (0xfff993dc0000) 26 ( 656): mapped: 256K popped: 129 pushed: 129 inuse: 0 total: 120 rss: 0K releases: 1 last released: 80K region: 0xfff994dcf000 (0xfff994dc0000) 27 ( 720): mapped: 256K popped: 143 pushed: 143 inuse: 0 total: 144 rss: 0K releases: 1 last released: 104K region: 0xfff995dc9000 (0xfff995dc0000) 28 ( 784): mapped: 256K popped: 162 pushed: 162 inuse: 0 total: 152 rss: 0K releases: 1 last released: 120K region: 0xfff996dc1000 (0xfff996dc0000) 29 ( 848): mapped: 256K popped: 121 pushed: 121 inuse: 0 total: 120 rss: 0K releases: 1 last released: 100K region: 0xfff997dd0000 (0xfff997dc0000) 30 ( 912): mapped: 256K popped: 127 pushed: 127 inuse: 0 total: 120 rss: 0K releases: 1 last released: 108K region: 0xfff998dc2000 (0xfff998dc0000) 31 ( 976): mapped: 256K popped: 117 pushed: 117 inuse: 0 total: 112 rss: 0K releases: 1 last released: 108K region: 0xfff999dcf000 (0xfff999dc0000) 32 ( 1040): mapped: 256K popped: 139 pushed: 139 inuse: 0 total: 128 rss: 0K releases: 1 last released: 132K region: 0xfff99adc2000 (0xfff99adc0000) 33 ( 1168): mapped: 512K popped: 275 pushed: 275 inuse: 0 total: 256 rss: 0K releases: 1 last released: 292K region: 0xfff99bdce000 (0xfff99bdc0000) 34 ( 1296): mapped: 512K popped: 305 pushed: 305 inuse: 0 total: 290 rss: 0K releases: 1 last released: 368K region: 0xfff99cdce000 (0xfff99cdc0000) 35 ( 1424): mapped: 512K popped: 264 pushed: 264 inuse: 0 total: 240 rss: 0K releases: 1 last released: 336K region: 0xfff99ddce000 (0xfff99ddc0000) 36 ( 1552): mapped: 512K popped: 281 pushed: 281 inuse: 0 total: 256 rss: 0K releases: 1 last released: 388K region: 0xfff99edc4000 (0xfff99edc0000) 37 ( 1680): mapped: 512K popped: 238 pushed: 238 inuse: 0 total: 228 rss: 0K releases: 1 last released: 376K region: 0xfff99fdc2000 (0xfff99fdc0000) 38 ( 1808): mapped: 512K popped: 242 pushed: 242 inuse: 0 total: 224 rss: 0K releases: 1 last released: 396K region: 0xfff9a0dce000 (0xfff9a0dc0000) 39 ( 1936): mapped: 512K popped: 225 pushed: 225 inuse: 0 total: 207 rss: 0K releases: 1 last released: 392K region: 0xfff9a1dc9000 (0xfff9a1dc0000) 40 ( 2064): mapped: 512K popped: 260 pushed: 260 inuse: 0 total: 239 rss: 0K releases: 1 last released: 484K region: 0xfff9a2dc3000 (0xfff9a2dc0000) 41 ( 2320): mapped: 1024K popped: 486 pushed: 486 inuse: 0 total: 426 rss: 0K releases: 1 last released: 968K region: 0xfff9a3dc4000 (0xfff9a3dc0000) 42 ( 2576): mapped: 1024K popped: 447 pushed: 447 inuse: 0 total: 393 rss: 0K releases: 1 last released: 992K region: 0xfff9a4dca000 (0xfff9a4dc0000) 43 ( 2832): mapped: 1536K popped: 536 pushed: 536 inuse: 0 total: 486 rss: 0K releases: 1 last released: 1348K region: 0xfff9a5dc8000 (0xfff9a5dc0000) 44 ( 3088): mapped: 1536K popped: 550 pushed: 550 inuse: 0 total: 496 rss: 0K releases: 1 last released: 1496K region: 0xfff9a6dca000 (0xfff9a6dc0000) 45 ( 3344): mapped: 1792K popped: 548 pushed: 548 inuse: 0 total: 494 rss: 0K releases: 1 last released: 1616K region: 0xfff9a7dcb000 (0xfff9a7dc0000) 46 ( 3600): mapped: 1536K popped: 451 pushed: 451 inuse: 0 total: 412 rss: 0K releases: 1 last released: 1452K region: 0xfff9a8dcd000 (0xfff9a8dc0000) 47 ( 3856): mapped: 1792K popped: 490 pushed: 490 inuse: 0 total: 431 rss: 0K releases: 1 last released: 1624K region: 0xfff9a9dc6000 (0xfff9a9dc0000) 48 ( 4112): mapped: 2048K popped: 551 pushed: 551 inuse: 0 total: 510 rss: 0K releases: 1 last released: 2048K region: 0xfff9aadc8000 (0xfff9aadc0000) [ 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: 25M mapped (0M rss) in 20285 allocations; remains 7533 00 ( 64): mapped: 512K popped: 10087 pushed: 2554 inuse: 7533 total: 7632 rss: 0K releases: 0 last released: 0K region: 0xfff97adc6000 (0xfff97adc0000) 01 ( 32): mapped: 256K popped: 364 pushed: 364 inuse: 0 total: 416 rss: 0K releases: 1 last released: 12K region: 0xfff97bdc2000 (0xfff97bdc0000) 02 ( 48): mapped: 256K popped: 273 pushed: 273 inuse: 0 total: 312 rss: 0K releases: 1 last released: 16K region: 0xfff97cdcd000 (0xfff97cdc0000) 03 ( 64): mapped: 256K popped: 221 pushed: 221 inuse: 0 total: 312 rss: 0K releases: 1 last released: 16K region: 0xfff97ddcf000 (0xfff97ddc0000) 04 ( 80): mapped: 256K popped: 216 pushed: 216 inuse: 0 total: 288 rss: 0K releases: 1 last released: 24K region: 0xfff97edcc000 (0xfff97edc0000) 05 ( 96): mapped: 256K popped: 200 pushed: 200 inuse: 0 total: 240 rss: 0K releases: 1 last released: 24K region: 0xfff97fdca000 (0xfff97fdc0000) 06 ( 112): mapped: 256K popped: 171 pushed: 171 inuse: 0 total: 216 rss: 0K releases: 1 last released: 24K region: 0xfff980dc8000 (0xfff980dc0000) 07 ( 128): mapped: 256K popped: 200 pushed: 200 inuse: 0 total: 256 rss: 0K releases: 1 last released: 32K region: 0xfff981dc9000 (0xfff981dc0000) 08 ( 144): mapped: 256K popped: 91 pushed: 91 inuse: 0 total: 112 rss: 0K releases: 1 last released: 16K region: 0xfff982dca000 (0xfff982dc0000) 09 ( 160): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0xfff983dcd000 (0xfff983dc0000) 10 ( 176): mapped: 256K popped: 65 pushed: 65 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0xfff984dc4000 (0xfff984dc0000) 11 ( 192): mapped: 256K popped: 115 pushed: 115 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xfff985dc7000 (0xfff985dc0000) 12 ( 208): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 20K region: 0xfff986dcc000 (0xfff986dc0000) 13 ( 224): mapped: 256K popped: 40 pushed: 40 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xfff987dcd000 (0xfff987dc0000) 14 ( 240): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xfff988dc6000 (0xfff988dc0000) 15 ( 256): mapped: 256K popped: 92 pushed: 92 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xfff989dd0000 (0xfff989dc0000) 16 ( 272): mapped: 256K popped: 54 pushed: 54 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xfff98adcb000 (0xfff98adc0000) 17 ( 304): mapped: 256K popped: 111 pushed: 111 inuse: 0 total: 120 rss: 0K releases: 1 last released: 36K region: 0xfff98bdc4000 (0xfff98bdc0000) 18 ( 336): mapped: 256K popped: 114 pushed: 114 inuse: 0 total: 120 rss: 0K releases: 1 last released: 40K region: 0xfff98cdc7000 (0xfff98cdc0000) 19 ( 368): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 64 rss: 0K releases: 1 last released: 24K region: 0xfff98ddc5000 (0xfff98ddc0000) 20 ( 400): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 64 rss: 0K releases: 1 last released: 28K region: 0xfff98edc2000 (0xfff98edc0000) 21 ( 432): mapped: 256K popped: 114 pushed: 114 inuse: 0 total: 112 rss: 0K releases: 1 last released: 48K region: 0xfff98fdc8000 (0xfff98fdc0000) 22 ( 464): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xfff990dcd000 (0xfff990dc0000) 23 ( 496): mapped: 256K popped: 92 pushed: 92 inuse: 0 total: 96 rss: 0K releases: 1 last released: 48K region: 0xfff991dc6000 (0xfff991dc0000) 24 ( 528): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 48 rss: 0K releases: 1 last released: 28K region: 0xfff992dd0000 (0xfff992dc0000) 25 ( 592): mapped: 256K popped: 111 pushed: 111 inuse: 0 total: 112 rss: 0K releases: 1 last released: 68K region: 0xfff993dc8000 (0xfff993dc0000) 26 ( 656): mapped: 256K popped: 132 pushed: 132 inuse: 0 total: 128 rss: 0K releases: 1 last released: 84K region: 0xfff994dcb000 (0xfff994dc0000) 27 ( 720): mapped: 256K popped: 121 pushed: 121 inuse: 0 total: 120 rss: 0K releases: 1 last released: 88K region: 0xfff995dcf000 (0xfff995dc0000) 28 ( 784): mapped: 256K popped: 99 pushed: 99 inuse: 0 total: 104 rss: 0K releases: 1 last released: 80K region: 0xfff996dca000 (0xfff996dc0000) 29 ( 848): mapped: 256K popped: 139 pushed: 139 inuse: 0 total: 136 rss: 0K releases: 1 last released: 116K region: 0xfff997dc5000 (0xfff997dc0000) 30 ( 912): mapped: 256K popped: 140 pushed: 140 inuse: 0 total: 136 rss: 0K releases: 1 last released: 124K region: 0xfff998dc9000 (0xfff998dc0000) 31 ( 976): mapped: 256K popped: 92 pushed: 92 inuse: 0 total: 96 rss: 0K releases: 1 last released: 92K region: 0xfff999dc4000 (0xfff999dc0000) 32 ( 1040): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 128 rss: 0K releases: 1 last released: 132K region: 0xfff99adc4000 (0xfff99adc0000) 33 ( 1168): mapped: 512K popped: 266 pushed: 266 inuse: 0 total: 256 rss: 0K releases: 1 last released: 292K region: 0xfff99bdc8000 (0xfff99bdc0000) 34 ( 1296): mapped: 512K popped: 244 pushed: 244 inuse: 0 total: 226 rss: 0K releases: 1 last released: 288K region: 0xfff99cdc2000 (0xfff99cdc0000) 35 ( 1424): mapped: 512K popped: 275 pushed: 275 inuse: 0 total: 264 rss: 0K releases: 1 last released: 368K region: 0xfff99ddcd000 (0xfff99ddc0000) 36 ( 1552): mapped: 512K popped: 278 pushed: 278 inuse: 0 total: 256 rss: 0K releases: 1 last released: 388K region: 0xfff99edc1000 (0xfff99edc0000) 37 ( 1680): mapped: 512K popped: 244 pushed: 244 inuse: 0 total: 228 rss: 0K releases: 1 last released: 376K region: 0xfff99fdc5000 (0xfff99fdc0000) 38 ( 1808): mapped: 512K popped: 228 pushed: 228 inuse: 0 total: 216 rss: 0K releases: 1 last released: 384K region: 0xfff9a0dcd000 (0xfff9a0dc0000) 39 ( 1936): mapped: 512K popped: 275 pushed: 275 inuse: 0 total: 263 rss: 0K releases: 1 last released: 500K region: 0xfff9a1dc1000 (0xfff9a1dc0000) 40 ( 2064): mapped: 512K popped: 238 pushed: 238 inuse: 0 total: 231 rss: 0K releases: 1 last released: 468K region: 0xfff9a2dc9000 (0xfff9a2dc0000) 41 ( 2320): mapped: 1280K popped: 517 pushed: 517 inuse: 0 total: 483 rss: 0K releases: 1 last released: 1096K region: 0xfff9a3dcf000 (0xfff9a3dc0000) 42 ( 2576): mapped: 1536K popped: 557 pushed: 557 inuse: 0 total: 516 rss: 0K releases: 1 last released: 1300K region: 0xfff9a4dce000 (0xfff9a4dc0000) 43 ( 2832): mapped: 1792K popped: 617 pushed: 617 inuse: 0 total: 571 rss: 0K releases: 1 last released: 1580K region: 0xfff9a5dcd000 (0xfff9a5dc0000) 44 ( 3088): mapped: 1536K popped: 542 pushed: 542 inuse: 0 total: 496 rss: 0K releases: 1 last released: 1496K region: 0xfff9a6dc6000 (0xfff9a6dc0000) 45 ( 3344): mapped: 1792K popped: 520 pushed: 520 inuse: 0 total: 478 rss: 0K releases: 1 last released: 1564K region: 0xfff9a7dce000 (0xfff9a7dc0000) 46 ( 3600): mapped: 1792K popped: 505 pushed: 505 inuse: 0 total: 476 rss: 0K releases: 1 last released: 1676K region: 0xfff9a8dc7000 (0xfff9a8dc0000) 47 ( 3856): mapped: 1792K popped: 480 pushed: 480 inuse: 0 total: 447 rss: 0K releases: 1 last released: 1684K region: 0xfff9a9dc3000 (0xfff9a9dc0000) 48 ( 4112): mapped: 1792K popped: 447 pushed: 447 inuse: 0 total: 414 rss: 0K releases: 1 last released: 1664K region: 0xfff9aadc5000 (0xfff9aadc0000) [ 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 (98 ms) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig1 (98 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 (100 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig1 (100 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig2 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig2.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig2.MemoryGroup (6 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig2 (6 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig3.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig3.MemoryGroup (6 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 (6 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup (5 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 (6 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 (5 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: 810960 (user: 786432); chunks: 48 (capacity: 3057); 1% chunks used; 3% memory overhead Quarantine limits: global: 1024K; thread local: 256K [ OK ] ScudoQuarantineTest.ThreadedGlobalQuarantine (1 ms) [----------] 7 tests from ScudoQuarantineTest (6 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 (1 ms) [ RUN ] ScudoReleaseTest.FreePagesRangeTracker [ OK ] ScudoReleaseTest.FreePagesRangeTracker (0 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSDefault [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSDefault (110 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid (145 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte (193 ms) [----------] 5 tests from ScudoReleaseTest (450 ms total) [----------] 1 test from ScudoSecondaryTest [ RUN ] ScudoSecondaryTest.SecondaryBasic Stats: MapAllocator: allocated 34 times (2436K), freed 34 times (2436K), remains 0 (0K) max 0M Stats: MapAllocator: allocated 34 times (2432K), freed 34 times (2436K), remains 0 (18014398509481980K) max 0M Stats: MapAllocator: allocated 34 times (2432K), freed 34 times (2436K), remains 0 (18014398509481980K) max 0M [ OK ] ScudoSecondaryTest.SecondaryBasic (6 ms) [----------] 1 test from ScudoSecondaryTest (6 ms total) [----------] 3 tests from MapAllocatorTest [ RUN ] MapAllocatorTest.SecondaryCombinations Stats: MapAllocator: allocated 7683 times (1063796K), freed 7683 times (1078172K), remains 0 (18014398509467608K) max 1M [ OK ] MapAllocatorTest.SecondaryCombinations (317 ms) [ RUN ] MapAllocatorTest.SecondaryIterate Stats: MapAllocator: allocated 32 times (976K), freed 32 times (976K), remains 0 (0K) max 0M [ OK ] MapAllocatorTest.SecondaryIterate (1 ms) [ RUN ] MapAllocatorTest.SecondaryOptions [ OK ] MapAllocatorTest.SecondaryOptions (0 ms) [----------] 3 tests from MapAllocatorTest (318 ms total) [----------] 1 test from MapAllocatorWithReleaseTest [ RUN ] MapAllocatorWithReleaseTest.SecondaryThreadsRace Stats: MapAllocator: allocated 2048 times (64513K), freed 2048 times (76992K), remains 0 (18014398509469505K) max 0M [ OK ] MapAllocatorWithReleaseTest.SecondaryThreadsRace (62 ms) [----------] 1 test from MapAllocatorWithReleaseTest (62 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: 32 diff: +32 00% L 5 Cached: 13 416; id 1 C02 => S: 48 diff: +16 50% L 5 Cached: 13 624; id 2 C03 => S: 64 diff: +16 33% L 6 Cached: 13 832; id 3 C04 => S: 80 diff: +16 25% L 6 Cached: 12 960; id 4 C05 => S: 96 diff: +16 20% L 6 Cached: 10 960; id 5 C06 => S: 112 diff: +16 16% L 6 Cached: 9 1008; id 6 C07 => S: 128 diff: +16 14% L 7 Cached: 8 1024; id 7 C08 => S: 144 diff: +16 12% L 7 Cached: 7 1008; id 8 C09 => S: 160 diff: +16 11% L 7 Cached: 6 960; id 9 C10 => S: 176 diff: +16 10% L 7 Cached: 5 880; id 10 C11 => S: 192 diff: +16 09% L 7 Cached: 5 960; id 11 C12 => S: 208 diff: +16 08% L 7 Cached: 4 832; id 12 C13 => S: 224 diff: +16 07% L 7 Cached: 4 896; id 13 C14 => S: 240 diff: +16 07% L 7 Cached: 4 960; id 14 C15 => S: 256 diff: +16 06% L 8 Cached: 4 1024; id 15 C16 => S: 272 diff: +16 06% L 8 Cached: 3 816; id 16 C17 => S: 304 diff: +32 11% L 8 Cached: 3 912; id 17 C18 => S: 336 diff: +32 10% L 8 Cached: 3 1008; id 18 C19 => S: 368 diff: +32 09% L 8 Cached: 2 736; id 19 C20 => S: 400 diff: +32 08% L 8 Cached: 2 800; id 20 C21 => S: 432 diff: +32 08% L 8 Cached: 2 864; id 21 C22 => S: 464 diff: +32 07% L 8 Cached: 2 928; id 22 C23 => S: 496 diff: +32 06% L 8 Cached: 2 992; id 23 C24 => S: 528 diff: +32 06% L 9 Cached: 1 528; id 24 C25 => S: 592 diff: +64 12% L 9 Cached: 1 592; id 25 C26 => S: 656 diff: +64 10% L 9 Cached: 1 656; id 26 C27 => S: 720 diff: +64 09% L 9 Cached: 1 720; id 27 C28 => S: 784 diff: +64 08% L 9 Cached: 1 784; id 28 C29 => S: 848 diff: +64 08% L 9 Cached: 1 848; id 29 C30 => S: 912 diff: +64 07% L 9 Cached: 1 912; id 30 C31 => S: 976 diff: +64 07% L 9 Cached: 1 976; id 31 C32 => S: 1040 diff: +64 06% L 10 Cached: 1 1040; id 32 C33 => S: 1168 diff: +128 12% L 10 Cached: 1 1168; id 33 C34 => S: 1296 diff: +128 10% L 10 Cached: 1 1296; id 34 C35 => S: 1424 diff: +128 09% L 10 Cached: 1 1424; id 35 C36 => S: 1552 diff: +128 08% L 10 Cached: 1 1552; id 36 C37 => S: 1680 diff: +128 08% L 10 Cached: 1 1680; id 37 C38 => S: 1808 diff: +128 07% L 10 Cached: 1 1808; id 38 C39 => S: 1936 diff: +128 07% L 10 Cached: 1 1936; id 39 C40 => S: 2064 diff: +128 06% L 11 Cached: 1 2064; id 40 C41 => S: 2320 diff: +256 12% L 11 Cached: 1 2320; id 41 C42 => S: 2576 diff: +256 11% L 11 Cached: 1 2576; id 42 C43 => S: 2832 diff: +256 09% L 11 Cached: 1 2832; id 43 C44 => S: 3088 diff: +256 09% L 11 Cached: 1 3088; id 44 C45 => S: 3344 diff: +256 08% L 11 Cached: 1 3344; id 45 C46 => S: 3600 diff: +256 07% L 11 Cached: 1 3600; id 46 C47 => S: 3856 diff: +256 07% L 11 Cached: 1 3856; id 47 C48 => S: 4112 diff: +256 06% L 12 Cached: 1 4112; id 48 C49 => S: 4624 diff: +512 12% L 12 Cached: 1 4624; id 49 C50 => S: 5136 diff: +512 11% L 12 Cached: 1 5136; id 50 C51 => S: 5648 diff: +512 09% L 12 Cached: 1 5648; id 51 C52 => S: 6160 diff: +512 09% L 12 Cached: 1 6160; id 52 C53 => S: 6672 diff: +512 08% L 12 Cached: 1 6672; id 53 C54 => S: 7184 diff: +512 07% L 12 Cached: 1 7184; id 54 C55 => S: 7696 diff: +512 07% L 12 Cached: 1 7696; id 55 C56 => S: 8208 diff: +512 06% L 13 Cached: 1 8208; id 56 C57 => S: 9232 diff: +1024 12% L 13 Cached: 1 9232; id 57 C58 => S: 10256 diff: +1024 11% L 13 Cached: 1 10256; id 58 C59 => S: 11280 diff: +1024 09% L 13 Cached: 1 11280; id 59 C60 => S: 12304 diff: +1024 09% L 13 Cached: 1 12304; id 60 C61 => S: 13328 diff: +1024 08% L 13 Cached: 1 13328; id 61 C62 => S: 14352 diff: +1024 07% L 13 Cached: 1 14352; id 62 C63 => S: 15376 diff: +1024 07% L 13 Cached: 1 15376; id 63 C64 => S: 16400 diff: +1024 06% L 14 Cached: 1 16400; id 64 Total Cached: 219968 [ OK ] ScudoSizeClassMapTest.SvelteSizeClassMap (0 ms) [ RUN ] ScudoSizeClassMapTest.AndroidSizeClassMap C01 => S: 32 diff: +32 00% L 5 Cached: 13 416; id 1 C02 => S: 48 diff: +16 50% L 5 Cached: 13 624; id 2 C03 => S: 64 diff: +16 33% L 6 Cached: 13 832; id 3 C04 => S: 80 diff: +16 25% L 6 Cached: 13 1040; id 4 C05 => S: 96 diff: +16 20% L 6 Cached: 13 1248; id 5 C06 => S: 112 diff: +16 16% L 6 Cached: 13 1456; id 6 C07 => S: 144 diff: +32 28% L 7 Cached: 13 1872; id 7 C08 => S: 176 diff: +32 22% L 7 Cached: 13 2288; id 8 C09 => S: 192 diff: +16 09% L 7 Cached: 13 2496; id 9 C10 => S: 224 diff: +32 16% L 7 Cached: 13 2912; id 10 C11 => S: 288 diff: +64 28% L 8 Cached: 13 3744; id 11 C12 => S: 352 diff: +64 22% L 8 Cached: 13 4576; id 12 C13 => S: 448 diff: +96 27% L 8 Cached: 13 5824; id 13 C14 => S: 592 diff: +144 32% L 9 Cached: 13 7696; id 14 C15 => S: 800 diff: +208 35% L 9 Cached: 10 8000; id 15 C16 => S: 1104 diff: +304 38% L 10 Cached: 7 7728; id 16 C17 => S: 1648 diff: +544 49% L 10 Cached: 4 6592; id 17 C18 => S: 2096 diff: +448 27% L 11 Cached: 3 6288; id 18 C19 => S: 2576 diff: +480 22% L 11 Cached: 3 7728; id 19 C20 => S: 3120 diff: +544 21% L 11 Cached: 2 6240; id 20 C21 => S: 4112 diff: +992 31% L 12 Cached: 1 4112; id 21 C22 => S: 4624 diff: +512 12% L 12 Cached: 1 4624; id 22 C23 => S: 7120 diff: +2496 53% L 12 Cached: 1 7120; id 23 C24 => S: 8720 diff: +1600 22% L 13 Cached: 1 8720; id 24 C25 => S: 11664 diff: +2944 33% L 13 Cached: 1 11664; id 25 C26 => S: 14224 diff: +2560 21% L 13 Cached: 1 14224; id 26 C27 => S: 16400 diff: +2176 15% L 14 Cached: 1 16400; id 27 C28 => S: 18448 diff: +2048 12% L 14 Cached: 1 18448; id 28 C29 => S: 23056 diff: +4608 24% L 14 Cached: 1 23056; id 29 C30 => S: 29456 diff: +6400 27% L 14 Cached: 1 29456; id 30 C31 => S: 33296 diff: +3840 13% L 15 Cached: 1 33296; id 31 C32 => S: 65552 diff: +32256 96% L 16 Cached: 1 65552; id 32 Total Cached: 316272 [ 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 (6 ms) [ RUN ] ScudoTSDTest.TSDRegistryTSDsCount [ OK ] ScudoTSDTest.TSDRegistryTSDsCount (4 ms) [----------] 4 tests from ScudoTSDTest (10 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. (1819 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: 212.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-aarch64.so.1 >>> scudo-malloc*: Package size: 144.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 11:31:38 +0000 elapsed time 0h 1m 24s >>> scudo-malloc: Cleaning up srcdir >>> scudo-malloc: Cleaning up pkgdir >>> scudo-malloc: Uninstalling dependencies... (1/5) Purging .makedepends-scudo-malloc (20231020.113014) (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: 473 MiB in 105 packages >>> scudo-malloc: Updating the main/aarch64 repository index... >>> scudo-malloc: Signing the index...