>>> scudo-malloc: Building main/scudo-malloc 16.0.6-r3 (using abuild 3.12.0-r0) started Fri, 20 Oct 2023 10:50:23 +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.105024) OK: 385 MiB in 106 packages >>> scudo-malloc: Cleaning up srcdir >>> scudo-malloc: Cleaning up pkgdir >>> scudo-malloc: Cleaning up tmpdir >>> scudo-malloc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> 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 0 2302k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2302k 100 2302k 0 0 3219k 0 --:--:-- --:--:-- --:--:-- 20.6M >>> scudo-malloc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/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/v3.19/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 (5 ms) [----------] 2 tests from ScudoChunkDeathTest (6 ms total) [----------] 2 tests from ScudoFlagsDeathTest [ RUN ] ScudoFlagsDeathTest.BooleanFlags [ OK ] ScudoFlagsDeathTest.BooleanFlags (3 ms) [ RUN ] ScudoFlagsDeathTest.IntFlags [ OK ] ScudoFlagsDeathTest.IntFlags (1 ms) [----------] 2 tests from ScudoFlagsDeathTest (5 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 (8 ms) [----------] 1 test from MemtagBasicDeathTest (8 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 (8 ms) [ RUN ] ScudoReportDeathTest.CSpecific [ OK ] ScudoReportDeathTest.CSpecific (2 ms) [----------] 3 tests from ScudoReportDeathTest (11 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 (599 ms) [ RUN ] ScudoCommonTest.Zeros [ OK ] ScudoCommonTest.Zeros (1 ms) [ RUN ] ScudoCommonTest.GetRssFromBuffer [ OK ] ScudoCommonTest.GetRssFromBuffer (34 ms) [----------] 3 tests from ScudoCommonTest (635 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 (214 ms) [ RUN ] ScudoMutexTest.MutexTry [ OK ] ScudoMutexTest.MutexTry (17 ms) [----------] 2 tests from ScudoMutexTest (232 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 (3 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig1 (3 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: 0xc9d10000 (0xc9d00000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcad05000 (0xcad00000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcbd03000 (0xcbd00000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xcdd07000 (0xcdd00000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xd1d06000 (0xd1d00000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xd5d0f000 (0xd5d00000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xd9d01000 (0xd9d00000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xddd0e000 (0xddd00000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xe1d0b000 (0xe1d00000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xe5d0a000 (0xe5d00000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xe9d08000 (0xe9d00000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xedd03000 (0xedd00000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xf1d09000 (0xf1d00000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig2.BasicPrimary (4 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig2 (4 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: 0xc9d03000 (0xc9d00000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcad09000 (0xcad00000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcbd04000 (0xcbd00000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xcdd0d000 (0xcdd00000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xd1d0e000 (0xd1d00000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xd5d0f000 (0xd5d00000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xd9d0a000 (0xd9d00000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xddd0b000 (0xddd00000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xe1d09000 (0xe1d00000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xe5d10000 (0xe5d00000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xe9d10000 (0xe9d00000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xedd09000 (0xedd00000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xf1d07000 (0xf1d00000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig3.BasicPrimary (4 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig3 (4 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: 0xc9d06000 (0xc9d00000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcad05000 (0xcad00000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xcbd02000 (0xcbd00000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0xcdd06000 (0xcdd00000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0xd1d0f000 (0xd1d00000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0xd5d0f000 (0xd5d00000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0xd9d04000 (0xd9d00000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0xddd0a000 (0xddd00000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0xe1d0a000 (0xe1d00000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0xe5d0a000 (0xe5d00000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0xe9d0f000 (0xe9d00000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0xedd10000 (0xedd00000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0xf1d09000 (0xf1d00000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig4.BasicPrimary (4 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig4 (4 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: 0xf130d000 (0xf1300000) F 44 (131072): mapped: 1792K popped: 14 pushed: 0 inuse: 14 total: 14 rss: 0K releases: 0 last released: 0K region: 0xf6b05000 (0xf6b00000) 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: 0xf130d000 (0xf1300000) F 44 (131072): mapped: 1792K popped: 14 pushed: 14 inuse: 0 total: 14 rss: 0K releases: 1 last released: 1792K region: 0xf6b05000 (0xf6b00000) [ OK ] ScudoPrimaryTest.Primary64OOM (1 ms) [----------] 1 test from ScudoPrimaryTest (2 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 (1 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig1 (1 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: 0xc9ccc000 (0xc9cc0000) 24 ( 4096): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 32K region: 0xe1cc6000 (0xe1cc0000) 29 ( 10240): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xe6cc2000 (0xe6cc0000) 30 ( 12288): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xe7cc7000 (0xe7cc0000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0xe9cce000 (0xe9cc0000) 33 ( 20480): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xeacce000 (0xeacc0000) 34 ( 24576): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0xebccd000 (0xebcc0000) 36 ( 32768): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0xedcc7000 (0xedcc0000) 37 ( 40960): mapped: 512K popped: 7 pushed: 7 inuse: 0 total: 12 rss: 0K releases: 1 last released: 480K region: 0xeecce000 (0xeecc0000) 38 ( 49152): mapped: 512K popped: 8 pushed: 8 inuse: 0 total: 10 rss: 0K releases: 1 last released: 480K region: 0xefccf000 (0xefcc0000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xf0ccd000 (0xf0cc0000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xf1ccd000 (0xf1cc0000) 41 ( 81920): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0xf2cc7000 (0xf2cc0000) 42 ( 98304): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 768K region: 0xf3cc4000 (0xf3cc0000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0xf4cd0000 (0xf4cc0000) 44 (131072): mapped: 1024K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 1024K region: 0xf5ccd000 (0xf5cc0000) [ 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: 0xc9cc4000 (0xc9cc0000) 21 ( 2560): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 0 last released: 0K region: 0xdecc8000 (0xdecc0000) 27 ( 7168): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 56K region: 0xe4cc5000 (0xe4cc0000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xe6ccf000 (0xe6cc0000) 30 ( 12288): mapped: 256K popped: 6 pushed: 6 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xe7cc1000 (0xe7cc0000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0xe9ccf000 (0xe9cc0000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xeacc2000 (0xeacc0000) 35 ( 28672): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0xeccc7000 (0xeccc0000) 36 ( 32768): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0xedcc6000 (0xedcc0000) 37 ( 40960): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0xeecca000 (0xeecc0000) 38 ( 49152): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0xefcc4000 (0xefcc0000) 39 ( 57344): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xf0ccd000 (0xf0cc0000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xf1cca000 (0xf1cc0000) 41 ( 81920): mapped: 768K popped: 7 pushed: 7 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0xf2cc2000 (0xf2cc0000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0xf3ccf000 (0xf3cc0000) 43 (114688): mapped: 1280K popped: 10 pushed: 10 inuse: 0 total: 11 rss: 0K releases: 1 last released: 1232K region: 0xf4cc7000 (0xf4cc0000) 44 (131072): mapped: 768K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 768K region: 0xf5cc4000 (0xf5cc0000) [ 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: 0xc9ccd000 (0xc9cc0000) 26 ( 6144): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 48K region: 0xe3cce000 (0xe3cc0000) 28 ( 8192): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 64K region: 0xe5cc8000 (0xe5cc0000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0xe6cc2000 (0xe6cc0000) 30 ( 12288): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0xe7cc6000 (0xe7cc0000) 31 ( 14336): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 112K region: 0xe8cc8000 (0xe8cc0000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0xeaccb000 (0xeacc0000) 34 ( 24576): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0xebccf000 (0xebcc0000) 35 ( 28672): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0xeccc1000 (0xeccc0000) 37 ( 40960): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0xeecc4000 (0xeecc0000) 38 ( 49152): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0xefcc1000 (0xefcc0000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0xf0cc3000 (0xf0cc0000) 40 ( 65536): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0xf1ccd000 (0xf1cc0000) 41 ( 81920): mapped: 512K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 480K region: 0xf2cc5000 (0xf2cc0000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0xf3ccc000 (0xf3cc0000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0xf4cc2000 (0xf4cc0000) 44 (131072): mapped: 1536K popped: 12 pushed: 12 inuse: 0 total: 12 rss: 0K releases: 1 last released: 1536K region: 0xf5cc4000 (0xf5cc0000) [ 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: 12M mapped in 20816 allocations; remains 6211 00 ( 64): mapped: 389K popped: 9749 pushed: 3538 inuse: 6211 avail: 6224 rss: 0K releases: 0 01 ( 16): mapped: 5K popped: 350 pushed: 350 inuse: 0 avail: 336 rss: 0K releases: 1 02 ( 24): mapped: 5K popped: 168 pushed: 168 inuse: 0 avail: 224 rss: 0K releases: 0 03 ( 32): mapped: 7K popped: 210 pushed: 210 inuse: 0 avail: 224 rss: 0K releases: 1 04 ( 40): mapped: 8K popped: 168 pushed: 168 inuse: 0 avail: 224 rss: 0K releases: 1 05 ( 48): mapped: 10K popped: 210 pushed: 210 inuse: 0 avail: 224 rss: 0K releases: 1 06 ( 56): mapped: 12K popped: 154 pushed: 154 inuse: 0 avail: 224 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: 168 pushed: 168 inuse: 0 avail: 224 rss: 0K releases: 1 09 ( 80): mapped: 15K popped: 204 pushed: 204 inuse: 0 avail: 192 rss: 0K releases: 1 10 ( 88): mapped: 7K popped: 88 pushed: 88 inuse: 0 avail: 88 rss: 0K releases: 1 11 ( 96): mapped: 15K popped: 150 pushed: 150 inuse: 0 avail: 160 rss: 0K releases: 1 12 ( 104): mapped: 7K popped: 36 pushed: 36 inuse: 0 avail: 72 rss: 0K releases: 0 13 ( 112): mapped: 15K popped: 90 pushed: 90 inuse: 0 avail: 144 rss: 0K releases: 1 14 ( 120): mapped: 15K popped: 136 pushed: 136 inuse: 0 avail: 128 rss: 0K releases: 1 15 ( 128): mapped: 16K popped: 136 pushed: 136 inuse: 0 avail: 128 rss: 0K releases: 1 16 ( 136): mapped: 14K popped: 91 pushed: 91 inuse: 0 avail: 112 rss: 0K releases: 1 17 ( 152): mapped: 21K popped: 132 pushed: 132 inuse: 0 avail: 144 rss: 0K releases: 1 18 ( 168): mapped: 23K popped: 120 pushed: 120 inuse: 0 avail: 144 rss: 0K releases: 1 19 ( 184): mapped: 14K popped: 85 pushed: 85 inuse: 0 avail: 80 rss: 0K releases: 1 20 ( 200): mapped: 23K popped: 105 pushed: 105 inuse: 0 avail: 120 rss: 0K releases: 1 21 ( 216): mapped: 20K popped: 76 pushed: 76 inuse: 0 avail: 96 rss: 0K releases: 1 22 ( 232): mapped: 21K popped: 84 pushed: 84 inuse: 0 avail: 96 rss: 0K releases: 1 23 ( 248): mapped: 23K popped: 80 pushed: 80 inuse: 0 avail: 96 rss: 0K releases: 1 24 ( 264): mapped: 12K popped: 48 pushed: 48 inuse: 0 avail: 48 rss: 0K releases: 1 25 ( 296): mapped: 27K popped: 96 pushed: 96 inuse: 0 avail: 96 rss: 0K releases: 1 26 ( 328): mapped: 30K popped: 105 pushed: 105 inuse: 0 avail: 96 rss: 0K releases: 1 27 ( 360): mapped: 33K popped: 92 pushed: 92 inuse: 0 avail: 96 rss: 0K releases: 1 28 ( 392): mapped: 30K popped: 84 pushed: 84 inuse: 0 avail: 80 rss: 0K releases: 1 29 ( 424): mapped: 39K popped: 92 pushed: 92 inuse: 0 avail: 96 rss: 0K releases: 1 30 ( 456): mapped: 35K popped: 82 pushed: 82 inuse: 0 avail: 80 rss: 0K releases: 1 31 ( 488): mapped: 45K popped: 96 pushed: 96 inuse: 0 avail: 96 rss: 0K releases: 1 32 ( 520): mapped: 32K popped: 61 pushed: 61 inuse: 0 avail: 64 rss: 0K releases: 1 33 ( 584): mapped: 59K popped: 131 pushed: 131 inuse: 0 avail: 104 rss: 0K releases: 1 34 ( 648): mapped: 70K popped: 129 pushed: 129 inuse: 0 avail: 112 rss: 0K releases: 1 35 ( 712): mapped: 72K popped: 137 pushed: 137 inuse: 0 avail: 104 rss: 0K releases: 1 36 ( 776): mapped: 72K popped: 111 pushed: 111 inuse: 0 avail: 96 rss: 0K releases: 1 37 ( 840): mapped: 85K popped: 135 pushed: 135 inuse: 0 avail: 104 rss: 0K releases: 1 38 ( 904): mapped: 84K popped: 116 pushed: 116 inuse: 0 avail: 96 rss: 0K releases: 1 39 ( 968): mapped: 105K popped: 134 pushed: 134 inuse: 0 avail: 112 rss: 0K releases: 1 40 ( 1032): mapped: 112K popped: 141 pushed: 141 inuse: 0 avail: 112 rss: 0K releases: 1 41 ( 1160): mapped: 217K popped: 253 pushed: 253 inuse: 0 avail: 192 rss: 0K releases: 1 42 ( 1288): mapped: 221K popped: 226 pushed: 226 inuse: 0 avail: 176 rss: 0K releases: 1 43 ( 1416): mapped: 311K popped: 276 pushed: 276 inuse: 0 avail: 225 rss: 0K releases: 2 44 ( 1544): mapped: 303K popped: 262 pushed: 262 inuse: 0 avail: 201 rss: 0K releases: 2 45 ( 1672): mapped: 320K popped: 237 pushed: 237 inuse: 0 avail: 196 rss: 0K releases: 2 46 ( 1800): mapped: 395K popped: 284 pushed: 284 inuse: 0 avail: 225 rss: 0K releases: 2 47 ( 1928): mapped: 359K popped: 237 pushed: 237 inuse: 0 avail: 191 rss: 0K releases: 2 48 ( 2056): mapped: 399K popped: 274 pushed: 274 inuse: 0 avail: 199 rss: 0K releases: 2 49 ( 2312): mapped: 837K popped: 514 pushed: 514 inuse: 0 avail: 371 rss: 0K releases: 4 50 ( 2568): mapped: 927K popped: 496 pushed: 496 inuse: 0 avail: 370 rss: 0K releases: 4 51 ( 2824): mapped: 1125K popped: 553 pushed: 553 inuse: 0 avail: 408 rss: 0K releases: 5 52 ( 3080): mapped: 1094K popped: 513 pushed: 513 inuse: 0 avail: 364 rss: 0K releases: 5 53 ( 3336): mapped: 1172K popped: 502 pushed: 502 inuse: 0 avail: 360 rss: 0K releases: 5 54 ( 3592): mapped: 1122K popped: 456 pushed: 456 inuse: 0 avail: 320 rss: 0K releases: 5 55 ( 3848): mapped: 1307K popped: 478 pushed: 478 inuse: 0 avail: 348 rss: 0K releases: 6 56 ( 4104): mapped: 1422K popped: 493 pushed: 493 inuse: 0 avail: 355 rss: 0K releases: 6 [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig1.PrimaryThreaded (5 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig1 (5 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded Stats: SizeClassAllocator64: 24M mapped (0M rss) in 20876 allocations; remains 6503 00 ( 64): mapped: 512K popped: 10032 pushed: 3529 inuse: 6503 total: 6672 rss: 0K releases: 0 last released: 0K region: 0xad6c4000 (0xad6c0000) 01 ( 16): mapped: 256K popped: 224 pushed: 224 inuse: 0 total: 224 rss: 0K releases: 0 last released: 0K region: 0xae6c3000 (0xae6c0000) 02 ( 24): mapped: 256K popped: 98 pushed: 98 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0xaf6ca000 (0xaf6c0000) 03 ( 32): mapped: 256K popped: 182 pushed: 182 inuse: 0 total: 224 rss: 0K releases: 1 last released: 4K region: 0xb06c8000 (0xb06c0000) 04 ( 40): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb16c7000 (0xb16c0000) 05 ( 48): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb26ce000 (0xb26c0000) 06 ( 56): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb36c7000 (0xb36c0000) 07 ( 64): mapped: 256K popped: 182 pushed: 182 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb46cd000 (0xb46c0000) 08 ( 72): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 1 last released: 8K region: 0xb56cd000 (0xb56c0000) 09 ( 80): mapped: 256K popped: 168 pushed: 168 inuse: 0 total: 192 rss: 0K releases: 1 last released: 16K region: 0xb66c2000 (0xb66c0000) 10 ( 88): mapped: 256K popped: 220 pushed: 220 inuse: 0 total: 264 rss: 0K releases: 1 last released: 24K region: 0xb76c1000 (0xb76c0000) 11 ( 96): mapped: 256K popped: 100 pushed: 100 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0xb86ce000 (0xb86c0000) 12 ( 104): mapped: 256K popped: 117 pushed: 117 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xb96c5000 (0xb96c0000) 13 ( 112): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xba6cb000 (0xba6c0000) 14 ( 120): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbb6ce000 (0xbb6c0000) 15 ( 128): mapped: 256K popped: 104 pushed: 104 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbc6cb000 (0xbc6c0000) 16 ( 136): mapped: 256K popped: 77 pushed: 77 inuse: 0 total: 56 rss: 0K releases: 1 last released: 8K region: 0xbd6c4000 (0xbd6c0000) 17 ( 152): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0xbe6d0000 (0xbe6c0000) 18 ( 168): mapped: 256K popped: 114 pushed: 114 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbf6ce000 (0xbf6c0000) 19 ( 184): mapped: 256K popped: 95 pushed: 95 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc06c3000 (0xc06c0000) 20 ( 200): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc16cb000 (0xc16c0000) 21 ( 216): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc26c6000 (0xc26c0000) 22 ( 232): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc36c9000 (0xc36c0000) 23 ( 248): mapped: 256K popped: 60 pushed: 60 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xc46cd000 (0xc46c0000) 24 ( 264): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xc56c7000 (0xc56c0000) 25 ( 296): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 28K region: 0xc66cf000 (0xc66c0000) 26 ( 328): mapped: 256K popped: 99 pushed: 99 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xc76ce000 (0xc76c0000) 27 ( 360): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc86c6000 (0xc86c0000) 28 ( 392): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 64 rss: 0K releases: 1 last released: 28K region: 0xc96c6000 (0xc96c0000) 29 ( 424): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 80 rss: 0K releases: 1 last released: 36K region: 0xca6ce000 (0xca6c0000) 30 ( 456): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 64 rss: 0K releases: 1 last released: 32K region: 0xcb6c2000 (0xcb6c0000) 31 ( 488): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 48K region: 0xcc6cf000 (0xcc6c0000) 32 ( 520): mapped: 256K popped: 67 pushed: 67 inuse: 0 total: 64 rss: 0K releases: 1 last released: 36K region: 0xcd6cd000 (0xcd6c0000) 33 ( 584): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 112 rss: 0K releases: 1 last released: 64K region: 0xce6d0000 (0xce6c0000) 34 ( 648): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 104 rss: 0K releases: 1 last released: 68K region: 0xcf6ce000 (0xcf6c0000) 35 ( 712): mapped: 256K popped: 122 pushed: 122 inuse: 0 total: 96 rss: 0K releases: 1 last released: 68K region: 0xd06ce000 (0xd06c0000) 36 ( 776): mapped: 256K popped: 125 pushed: 125 inuse: 0 total: 112 rss: 0K releases: 1 last released: 88K region: 0xd16cb000 (0xd16c0000) 37 ( 840): mapped: 256K popped: 125 pushed: 125 inuse: 0 total: 104 rss: 0K releases: 1 last released: 88K region: 0xd26c5000 (0xd26c0000) 38 ( 904): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 96 rss: 0K releases: 1 last released: 88K region: 0xd36cc000 (0xd36c0000) 39 ( 968): mapped: 256K popped: 139 pushed: 139 inuse: 0 total: 120 rss: 0K releases: 1 last released: 116K region: 0xd46ce000 (0xd46c0000) 40 ( 1032): mapped: 256K popped: 122 pushed: 122 inuse: 0 total: 112 rss: 0K releases: 1 last released: 116K region: 0xd56c5000 (0xd56c0000) 41 ( 1160): mapped: 512K popped: 302 pushed: 302 inuse: 0 total: 257 rss: 0K releases: 1 last released: 292K region: 0xd66ce000 (0xd66c0000) 42 ( 1288): mapped: 256K popped: 225 pushed: 225 inuse: 0 total: 192 rss: 0K releases: 1 last released: 244K region: 0xd76cc000 (0xd76c0000) 43 ( 1416): mapped: 512K popped: 302 pushed: 302 inuse: 0 total: 241 rss: 0K releases: 1 last released: 336K region: 0xd86c1000 (0xd86c0000) 44 ( 1544): mapped: 512K popped: 288 pushed: 288 inuse: 0 total: 217 rss: 0K releases: 1 last released: 328K region: 0xd96c6000 (0xd96c0000) 45 ( 1672): mapped: 512K popped: 233 pushed: 233 inuse: 0 total: 180 rss: 0K releases: 1 last released: 296K region: 0xda6c2000 (0xda6c0000) 46 ( 1800): mapped: 512K popped: 265 pushed: 265 inuse: 0 total: 209 rss: 0K releases: 1 last released: 368K region: 0xdb6cf000 (0xdb6c0000) 47 ( 1928): mapped: 512K popped: 251 pushed: 251 inuse: 0 total: 191 rss: 0K releases: 1 last released: 360K region: 0xdc6cd000 (0xdc6c0000) 48 ( 2056): mapped: 512K popped: 282 pushed: 282 inuse: 0 total: 223 rss: 0K releases: 1 last released: 448K region: 0xdd6cc000 (0xdd6c0000) 49 ( 2312): mapped: 1024K popped: 537 pushed: 537 inuse: 0 total: 420 rss: 0K releases: 1 last released: 952K region: 0xde6ca000 (0xde6c0000) 50 ( 2568): mapped: 1024K popped: 474 pushed: 474 inuse: 0 total: 354 rss: 0K releases: 1 last released: 888K region: 0xdf6c9000 (0xdf6c0000) 51 ( 2824): mapped: 1280K popped: 540 pushed: 540 inuse: 0 total: 411 rss: 0K releases: 1 last released: 1136K region: 0xe06c8000 (0xe06c0000) 52 ( 3080): mapped: 1280K popped: 490 pushed: 490 inuse: 0 total: 372 rss: 0K releases: 1 last released: 1120K region: 0xe16c2000 (0xe16c0000) 53 ( 3336): mapped: 1280K popped: 466 pushed: 466 inuse: 0 total: 378 rss: 0K releases: 1 last released: 1232K region: 0xe26c3000 (0xe26c0000) 54 ( 3592): mapped: 1536K popped: 516 pushed: 516 inuse: 0 total: 388 rss: 0K releases: 1 last released: 1364K region: 0xe36c3000 (0xe36c0000) 55 ( 3848): mapped: 1536K popped: 500 pushed: 500 inuse: 0 total: 388 rss: 0K releases: 1 last released: 1460K region: 0xe46c6000 (0xe46c0000) 56 ( 4104): mapped: 1792K popped: 555 pushed: 555 inuse: 0 total: 415 rss: 0K releases: 1 last released: 1664K region: 0xe56cd000 (0xe56c0000) [ 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: 24M mapped (0M rss) in 20995 allocations; remains 6574 00 ( 64): mapped: 512K popped: 9710 pushed: 3136 inuse: 6574 total: 6672 rss: 0K releases: 0 last released: 0K region: 0xad6c2000 (0xad6c0000) 01 ( 16): mapped: 256K popped: 350 pushed: 350 inuse: 0 total: 336 rss: 0K releases: 1 last released: 4K region: 0xae6c8000 (0xae6c0000) 02 ( 24): mapped: 256K popped: 252 pushed: 252 inuse: 0 total: 224 rss: 0K releases: 1 last released: 8K region: 0xaf6cc000 (0xaf6c0000) 03 ( 32): mapped: 256K popped: 168 pushed: 168 inuse: 0 total: 224 rss: 0K releases: 1 last released: 4K region: 0xb06c7000 (0xb06c0000) 04 ( 40): mapped: 256K popped: 224 pushed: 224 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb16ce000 (0xb16c0000) 05 ( 48): mapped: 256K popped: 182 pushed: 182 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb26d0000 (0xb26c0000) 06 ( 56): mapped: 256K popped: 182 pushed: 182 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb36c5000 (0xb36c0000) 07 ( 64): mapped: 256K popped: 224 pushed: 224 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb46cd000 (0xb46c0000) 08 ( 72): mapped: 256K popped: 196 pushed: 196 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb56cd000 (0xb56c0000) 09 ( 80): mapped: 256K popped: 180 pushed: 180 inuse: 0 total: 192 rss: 0K releases: 1 last released: 16K region: 0xb66c8000 (0xb66c0000) 10 ( 88): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 176 rss: 0K releases: 1 last released: 16K region: 0xb76c4000 (0xb76c0000) 11 ( 96): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0xb86cc000 (0xb86c0000) 12 ( 104): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xb96c4000 (0xb96c0000) 13 ( 112): mapped: 256K popped: 135 pushed: 135 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xba6cc000 (0xba6c0000) 14 ( 120): mapped: 256K popped: 128 pushed: 128 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbb6cc000 (0xbb6c0000) 15 ( 128): mapped: 256K popped: 104 pushed: 104 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbc6cc000 (0xbc6c0000) 16 ( 136): mapped: 256K popped: 63 pushed: 63 inuse: 0 total: 112 rss: 0K releases: 1 last released: 16K region: 0xbd6cb000 (0xbd6c0000) 17 ( 152): mapped: 256K popped: 120 pushed: 120 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbe6ca000 (0xbe6c0000) 18 ( 168): mapped: 256K popped: 150 pushed: 150 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbf6cf000 (0xbf6c0000) 19 ( 184): mapped: 256K popped: 120 pushed: 120 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc06c5000 (0xc06c0000) 20 ( 200): mapped: 256K popped: 105 pushed: 105 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc16cd000 (0xc16c0000) 21 ( 216): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc26cd000 (0xc26c0000) 22 ( 232): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc36c7000 (0xc36c0000) 23 ( 248): mapped: 256K popped: 92 pushed: 92 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc46ca000 (0xc46c0000) 24 ( 264): mapped: 256K popped: 69 pushed: 69 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xc56c6000 (0xc56c0000) 25 ( 296): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 96 rss: 0K releases: 1 last released: 28K region: 0xc66cb000 (0xc66c0000) 26 ( 328): mapped: 256K popped: 93 pushed: 93 inuse: 0 total: 96 rss: 0K releases: 1 last released: 32K region: 0xc76c8000 (0xc76c0000) 27 ( 360): mapped: 256K popped: 64 pushed: 64 inuse: 0 total: 64 rss: 0K releases: 1 last released: 24K region: 0xc86d0000 (0xc86c0000) 28 ( 392): mapped: 256K popped: 86 pushed: 86 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc96c7000 (0xc96c0000) 29 ( 424): mapped: 256K popped: 70 pushed: 70 inuse: 0 total: 64 rss: 0K releases: 1 last released: 28K region: 0xca6c6000 (0xca6c0000) 30 ( 456): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 44K region: 0xcb6cd000 (0xcb6c0000) 31 ( 488): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 80 rss: 0K releases: 1 last released: 40K region: 0xcc6c9000 (0xcc6c0000) 32 ( 520): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 72 rss: 0K releases: 1 last released: 40K region: 0xcd6c2000 (0xcd6c0000) 33 ( 584): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 120 rss: 0K releases: 1 last released: 72K region: 0xce6c6000 (0xce6c0000) 34 ( 648): mapped: 256K popped: 131 pushed: 131 inuse: 0 total: 120 rss: 0K releases: 1 last released: 76K region: 0xcf6c5000 (0xcf6c0000) 35 ( 712): mapped: 256K popped: 127 pushed: 127 inuse: 0 total: 112 rss: 0K releases: 1 last released: 80K region: 0xd06d0000 (0xd06c0000) 36 ( 776): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 112 rss: 0K releases: 1 last released: 88K region: 0xd16c4000 (0xd16c0000) 37 ( 840): mapped: 256K popped: 147 pushed: 147 inuse: 0 total: 128 rss: 0K releases: 1 last released: 108K region: 0xd26c1000 (0xd26c0000) 38 ( 904): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 112 rss: 0K releases: 1 last released: 100K region: 0xd36c3000 (0xd36c0000) 39 ( 968): mapped: 256K popped: 121 pushed: 121 inuse: 0 total: 112 rss: 0K releases: 1 last released: 108K region: 0xd46c7000 (0xd46c0000) 40 ( 1032): mapped: 256K popped: 101 pushed: 101 inuse: 0 total: 88 rss: 0K releases: 1 last released: 92K region: 0xd56c1000 (0xd56c0000) 41 ( 1160): mapped: 256K popped: 264 pushed: 264 inuse: 0 total: 208 rss: 0K releases: 1 last released: 236K region: 0xd66ca000 (0xd66c0000) 42 ( 1288): mapped: 256K popped: 246 pushed: 246 inuse: 0 total: 200 rss: 0K releases: 1 last released: 252K region: 0xd76cb000 (0xd76c0000) 43 ( 1416): mapped: 512K popped: 256 pushed: 256 inuse: 0 total: 209 rss: 0K releases: 1 last released: 292K region: 0xd86c6000 (0xd86c0000) 44 ( 1544): mapped: 512K popped: 275 pushed: 275 inuse: 0 total: 225 rss: 0K releases: 1 last released: 340K region: 0xd96cd000 (0xd96c0000) 45 ( 1672): mapped: 512K popped: 255 pushed: 255 inuse: 0 total: 220 rss: 0K releases: 1 last released: 360K region: 0xda6c5000 (0xda6c0000) 46 ( 1800): mapped: 512K popped: 296 pushed: 296 inuse: 0 total: 249 rss: 0K releases: 1 last released: 440K region: 0xdb6cb000 (0xdb6c0000) 47 ( 1928): mapped: 512K popped: 268 pushed: 268 inuse: 0 total: 207 rss: 0K releases: 1 last released: 392K region: 0xdc6c8000 (0xdc6c0000) 48 ( 2056): mapped: 512K popped: 231 pushed: 231 inuse: 0 total: 191 rss: 0K releases: 1 last released: 384K region: 0xdd6d0000 (0xdd6c0000) 49 ( 2312): mapped: 1024K popped: 481 pushed: 481 inuse: 0 total: 388 rss: 0K releases: 1 last released: 880K region: 0xde6c5000 (0xde6c0000) 50 ( 2568): mapped: 1024K popped: 480 pushed: 480 inuse: 0 total: 378 rss: 0K releases: 1 last released: 948K region: 0xdf6c9000 (0xdf6c0000) 51 ( 2824): mapped: 1280K popped: 510 pushed: 510 inuse: 0 total: 387 rss: 0K releases: 1 last released: 1068K region: 0xe06cf000 (0xe06c0000) 52 ( 3080): mapped: 1280K popped: 510 pushed: 510 inuse: 0 total: 404 rss: 0K releases: 1 last released: 1216K region: 0xe16c9000 (0xe16c0000) 53 ( 3336): mapped: 1280K popped: 500 pushed: 500 inuse: 0 total: 378 rss: 0K releases: 1 last released: 1232K region: 0xe26c5000 (0xe26c0000) 54 ( 3592): mapped: 1536K popped: 499 pushed: 499 inuse: 0 total: 380 rss: 0K releases: 1 last released: 1336K region: 0xe36cc000 (0xe36c0000) 55 ( 3848): mapped: 1536K popped: 518 pushed: 518 inuse: 0 total: 404 rss: 0K releases: 1 last released: 1520K region: 0xe46c6000 (0xe46c0000) 56 ( 4104): mapped: 1536K popped: 496 pushed: 496 inuse: 0 total: 383 rss: 0K releases: 1 last released: 1536K region: 0xe56c7000 (0xe56c0000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig3.PrimaryThreaded (5 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig3 (5 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig4 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig4.PrimaryThreaded Stats: SizeClassAllocator64: 25M mapped (0M rss) in 20609 allocations; remains 6647 00 ( 64): mapped: 512K popped: 9738 pushed: 3091 inuse: 6647 total: 6672 rss: 0K releases: 0 last released: 0K region: 0xad6c9000 (0xad6c0000) 01 ( 16): mapped: 256K popped: 182 pushed: 182 inuse: 0 total: 224 rss: 0K releases: 0 last released: 0K region: 0xae6ca000 (0xae6c0000) 02 ( 24): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 224 rss: 0K releases: 0 last released: 0K region: 0xaf6c3000 (0xaf6c0000) 03 ( 32): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 224 rss: 0K releases: 1 last released: 4K region: 0xb06c6000 (0xb06c0000) 04 ( 40): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb16ca000 (0xb16c0000) 05 ( 48): mapped: 256K popped: 182 pushed: 182 inuse: 0 total: 224 rss: 0K releases: 1 last released: 12K region: 0xb26ce000 (0xb26c0000) 06 ( 56): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 224 rss: 0K releases: 1 last released: 16K region: 0xb36ca000 (0xb36c0000) 07 ( 64): mapped: 256K popped: 238 pushed: 238 inuse: 0 total: 336 rss: 0K releases: 1 last released: 20K region: 0xb46c5000 (0xb46c0000) 08 ( 72): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 1 last released: 8K region: 0xb56c8000 (0xb56c0000) 09 ( 80): mapped: 256K popped: 132 pushed: 132 inuse: 0 total: 192 rss: 0K releases: 1 last released: 16K region: 0xb66cd000 (0xb66c0000) 10 ( 88): mapped: 256K popped: 143 pushed: 143 inuse: 0 total: 176 rss: 0K releases: 1 last released: 16K region: 0xb76cb000 (0xb76c0000) 11 ( 96): mapped: 256K popped: 140 pushed: 140 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0xb86cf000 (0xb86c0000) 12 ( 104): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xb96cc000 (0xb96c0000) 13 ( 112): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0xba6c4000 (0xba6c0000) 14 ( 120): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbb6ca000 (0xbb6c0000) 15 ( 128): mapped: 256K popped: 136 pushed: 136 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0xbc6c8000 (0xbc6c0000) 16 ( 136): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 112 rss: 0K releases: 1 last released: 16K region: 0xbd6cb000 (0xbd6c0000) 17 ( 152): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbe6d0000 (0xbe6c0000) 18 ( 168): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 144 rss: 0K releases: 1 last released: 24K region: 0xbf6cd000 (0xbf6c0000) 19 ( 184): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc06c3000 (0xc06c0000) 20 ( 200): mapped: 256K popped: 105 pushed: 105 inuse: 0 total: 120 rss: 0K releases: 1 last released: 24K region: 0xc16c8000 (0xc16c0000) 21 ( 216): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc26ca000 (0xc26c0000) 22 ( 232): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 96 rss: 0K releases: 1 last released: 24K region: 0xc36ca000 (0xc36c0000) 23 ( 248): mapped: 256K popped: 56 pushed: 56 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0xc46c4000 (0xc46c0000) 24 ( 264): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 72 rss: 0K releases: 1 last released: 20K region: 0xc56d0000 (0xc56c0000) 25 ( 296): mapped: 256K popped: 102 pushed: 102 inuse: 0 total: 96 rss: 0K releases: 1 last released: 28K region: 0xc66ce000 (0xc66c0000) 26 ( 328): mapped: 256K popped: 81 pushed: 81 inuse: 0 total: 72 rss: 0K releases: 1 last released: 24K region: 0xc76d0000 (0xc76c0000) 27 ( 360): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc86c2000 (0xc86c0000) 28 ( 392): mapped: 256K popped: 82 pushed: 82 inuse: 0 total: 80 rss: 0K releases: 1 last released: 32K region: 0xc96cc000 (0xc96c0000) 29 ( 424): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 64 rss: 0K releases: 1 last released: 28K region: 0xca6ca000 (0xca6c0000) 30 ( 456): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 80 rss: 0K releases: 1 last released: 36K region: 0xcb6cb000 (0xcb6c0000) 31 ( 488): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 64 rss: 0K releases: 1 last released: 32K region: 0xcc6d0000 (0xcc6c0000) 32 ( 520): mapped: 256K popped: 71 pushed: 71 inuse: 0 total: 64 rss: 0K releases: 1 last released: 36K region: 0xcd6cd000 (0xcd6c0000) 33 ( 584): mapped: 256K popped: 128 pushed: 128 inuse: 0 total: 104 rss: 0K releases: 1 last released: 60K region: 0xce6c4000 (0xce6c0000) 34 ( 648): mapped: 256K popped: 116 pushed: 116 inuse: 0 total: 104 rss: 0K releases: 1 last released: 68K region: 0xcf6c9000 (0xcf6c0000) 35 ( 712): mapped: 256K popped: 125 pushed: 125 inuse: 0 total: 112 rss: 0K releases: 1 last released: 80K region: 0xd06cb000 (0xd06c0000) 36 ( 776): mapped: 256K popped: 108 pushed: 108 inuse: 0 total: 104 rss: 0K releases: 1 last released: 80K region: 0xd16d0000 (0xd16c0000) 37 ( 840): mapped: 256K popped: 123 pushed: 123 inuse: 0 total: 112 rss: 0K releases: 1 last released: 92K region: 0xd26c9000 (0xd26c0000) 38 ( 904): mapped: 256K popped: 129 pushed: 129 inuse: 0 total: 112 rss: 0K releases: 1 last released: 100K region: 0xd36c5000 (0xd36c0000) 39 ( 968): mapped: 256K popped: 137 pushed: 137 inuse: 0 total: 120 rss: 0K releases: 1 last released: 116K region: 0xd46cb000 (0xd46c0000) 40 ( 1032): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 96 rss: 0K releases: 1 last released: 100K region: 0xd56cb000 (0xd56c0000) 41 ( 1160): mapped: 256K popped: 275 pushed: 275 inuse: 0 total: 225 rss: 0K releases: 1 last released: 256K region: 0xd66ce000 (0xd66c0000) 42 ( 1288): mapped: 512K popped: 266 pushed: 266 inuse: 0 total: 219 rss: 0K releases: 1 last released: 276K region: 0xd76c7000 (0xd76c0000) 43 ( 1416): mapped: 512K popped: 236 pushed: 236 inuse: 0 total: 201 rss: 0K releases: 1 last released: 280K region: 0xd86d0000 (0xd86c0000) 44 ( 1544): mapped: 512K popped: 256 pushed: 256 inuse: 0 total: 217 rss: 0K releases: 1 last released: 328K region: 0xd96c4000 (0xd96c0000) 45 ( 1672): mapped: 512K popped: 255 pushed: 255 inuse: 0 total: 196 rss: 0K releases: 1 last released: 324K region: 0xda6c1000 (0xda6c0000) 46 ( 1800): mapped: 512K popped: 233 pushed: 233 inuse: 0 total: 201 rss: 0K releases: 1 last released: 356K region: 0xdb6ce000 (0xdb6c0000) 47 ( 1928): mapped: 512K popped: 296 pushed: 296 inuse: 0 total: 239 rss: 0K releases: 1 last released: 452K region: 0xdc6c1000 (0xdc6c0000) 48 ( 2056): mapped: 512K popped: 276 pushed: 276 inuse: 0 total: 223 rss: 0K releases: 1 last released: 448K region: 0xdd6ce000 (0xdd6c0000) 49 ( 2312): mapped: 1024K popped: 469 pushed: 469 inuse: 0 total: 364 rss: 0K releases: 1 last released: 824K region: 0xde6c2000 (0xde6c0000) 50 ( 2568): mapped: 1024K popped: 499 pushed: 499 inuse: 0 total: 402 rss: 0K releases: 1 last released: 1012K region: 0xdf6cf000 (0xdf6c0000) 51 ( 2824): mapped: 1280K popped: 540 pushed: 540 inuse: 0 total: 427 rss: 0K releases: 1 last released: 1180K region: 0xe06cd000 (0xe06c0000) 52 ( 3080): mapped: 1280K popped: 474 pushed: 474 inuse: 0 total: 396 rss: 0K releases: 1 last released: 1192K region: 0xe16c3000 (0xe16c0000) 53 ( 3336): mapped: 1536K popped: 521 pushed: 521 inuse: 0 total: 424 rss: 0K releases: 1 last released: 1384K region: 0xe26c9000 (0xe26c0000) 54 ( 3592): mapped: 1536K popped: 516 pushed: 516 inuse: 0 total: 404 rss: 0K releases: 1 last released: 1420K region: 0xe36cf000 (0xe36c0000) 55 ( 3848): mapped: 1792K popped: 562 pushed: 562 inuse: 0 total: 440 rss: 0K releases: 1 last released: 1656K region: 0xe46c8000 (0xe46c0000) 56 ( 4104): mapped: 1792K popped: 493 pushed: 493 inuse: 0 total: 399 rss: 0K releases: 1 last released: 1600K region: 0xe56d0000 (0xe56c0000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig4.PrimaryThreaded (5 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig4 (5 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 (2 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig1 (2 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 (11 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 (11 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup (11 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 (11 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 (10 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 (2 ms) [ RUN ] ScudoReleaseTest.FreePagesRangeTracker [ OK ] ScudoReleaseTest.FreePagesRangeTracker (0 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSDefault [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSDefault (213 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid (271 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte (515 ms) [----------] 5 tests from ScudoReleaseTest (1002 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 (2 ms) [----------] 1 test from ScudoSecondaryTest (2 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 (371 ms) [ RUN ] MapAllocatorTest.SecondaryIterate Stats: MapAllocator: allocated 32 times (992K), freed 32 times (992K), remains 0 (0K) max 0M [ OK ] MapAllocatorTest.SecondaryIterate (0 ms) [ RUN ] MapAllocatorTest.SecondaryOptions [ OK ] MapAllocatorTest.SecondaryOptions (0 ms) [----------] 3 tests from MapAllocatorTest (371 ms total) [----------] 1 test from MapAllocatorWithReleaseTest [ RUN ] MapAllocatorWithReleaseTest.SecondaryThreadsRace Stats: MapAllocator: allocated 2048 times (62266K), freed 2048 times (77656K), remains 0 (4178914K) max 0M [ OK ] MapAllocatorWithReleaseTest.SecondaryThreadsRace (24 ms) [----------] 1 test from MapAllocatorWithReleaseTest (24 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 (4 ms) [----------] 4 tests from ScudoTSDTest (9 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. (2409 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: 184.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-x86.so.1 so:libgcc_s.so.1 >>> scudo-malloc*: Package size: 104.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 10:52:23 +0000 elapsed time 0h 2m 0s >>> scudo-malloc: Cleaning up srcdir >>> scudo-malloc: Cleaning up pkgdir >>> scudo-malloc: Uninstalling dependencies... (1/5) Purging .makedepends-scudo-malloc (20231020.105024) (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: 376 MiB in 101 packages >>> scudo-malloc: Updating the main/x86 repository index... >>> scudo-malloc: Signing the index...