>>> scudo-malloc: Building main/scudo-malloc 16.0.6-r3 (using abuild 3.12.0-r0) started Fri, 20 Oct 2023 13:27:07 +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.132708) OK: 482 MiB in 111 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2302k 100 2302k 0 0 4836k 0 --:--:-- --:--:-- --:--:-- 4836k >>> 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 (1 ms) [ RUN ] ScudoChunkDeathTest.CorruptHeader [ OK ] ScudoChunkDeathTest.CorruptHeader (24 ms) [----------] 2 tests from ScudoChunkDeathTest (25 ms total) [----------] 2 tests from ScudoFlagsDeathTest [ RUN ] ScudoFlagsDeathTest.BooleanFlags [ OK ] ScudoFlagsDeathTest.BooleanFlags (25 ms) [ RUN ] ScudoFlagsDeathTest.IntFlags [ OK ] ScudoFlagsDeathTest.IntFlags (12 ms) [----------] 2 tests from ScudoFlagsDeathTest (38 ms total) [----------] 3 tests from ScudoMapDeathTest [ RUN ] ScudoMapDeathTest.MapNoAccessUnmap [ OK ] ScudoMapDeathTest.MapNoAccessUnmap (6 ms) [ RUN ] ScudoMapDeathTest.MapUnmap [ OK ] ScudoMapDeathTest.MapUnmap (6 ms) [ RUN ] ScudoMapDeathTest.MapWithGuardUnmap [ OK ] ScudoMapDeathTest.MapWithGuardUnmap (6 ms) [----------] 3 tests from ScudoMapDeathTest (19 ms total) [----------] 1 test from MemtagBasicDeathTest [ RUN ] MemtagBasicDeathTest.Unsupported [ OK ] MemtagBasicDeathTest.Unsupported (99 ms) [----------] 1 test from MemtagBasicDeathTest (99 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 (6 ms) [ RUN ] ScudoReportDeathTest.Generic [ OK ] ScudoReportDeathTest.Generic (86 ms) [ RUN ] ScudoReportDeathTest.CSpecific [ OK ] ScudoReportDeathTest.CSpecific (33 ms) [----------] 3 tests from ScudoReportDeathTest (126 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 (702 ms) [ RUN ] ScudoCommonTest.Zeros [ OK ] ScudoCommonTest.Zeros (2 ms) [ RUN ] ScudoCommonTest.GetRssFromBuffer [ OK ] ScudoCommonTest.GetRssFromBuffer (45 ms) [----------] 3 tests from ScudoCommonTest (750 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 (94 ms) [ RUN ] ScudoMutexTest.MutexTry [ OK ] ScudoMutexTest.MutexTry (19 ms) [----------] 2 tests from ScudoMutexTest (114 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 (182 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig1 (182 ms total) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig2 [ RUN ] ScudoPrimaryTestBasicPrimary_TestConfig2.BasicPrimary Stats: SizeClassAllocator64: 6M mapped (0M rss) in 762 allocations; remains 287 00 ( 128): mapped: 256K popped: 288 pushed: 1 inuse: 287 total: 384 rss: 0K releases: 0 last released: 0K region: 0x7f05bb884000 (0x7f05bb880000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0x7f05bc884000 (0x7f05bc880000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0x7f05bd88a000 (0x7f05bd880000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0x7f05bf889000 (0x7f05bf880000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0x7f05c3882000 (0x7f05c3880000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05c7885000 (0x7f05c7880000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0x7f05cb88e000 (0x7f05cb880000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0x7f05cf88d000 (0x7f05cf880000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0x7f05d388e000 (0x7f05d3880000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0x7f05d7882000 (0x7f05d7880000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0x7f05db882000 (0x7f05db880000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0x7f05df88a000 (0x7f05df880000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0x7f05e3881000 (0x7f05e3880000) [ 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 778 allocations; remains 288 00 ( 128): mapped: 256K popped: 304 pushed: 16 inuse: 288 total: 320 rss: 0K releases: 0 last released: 0K region: 0x7f05bb881000 (0x7f05bb880000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0x7f05bc886000 (0x7f05bc880000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0x7f05bd887000 (0x7f05bd880000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0x7f05bf882000 (0x7f05bf880000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0x7f05c3882000 (0x7f05c3880000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05c7889000 (0x7f05c7880000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0x7f05cb881000 (0x7f05cb880000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0x7f05cf882000 (0x7f05cf880000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0x7f05d3883000 (0x7f05d3880000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0x7f05d7888000 (0x7f05d7880000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0x7f05db88e000 (0x7f05db880000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0x7f05df88b000 (0x7f05df880000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0x7f05e3888000 (0x7f05e3880000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig3.BasicPrimary (3 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig3 (3 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: 0x7f05bb886000 (0x7f05bb880000) 01 ( 32): mapped: 256K popped: 112 pushed: 112 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0x7f05bc88c000 (0x7f05bc880000) 02 ( 64): mapped: 256K popped: 42 pushed: 42 inuse: 0 total: 112 rss: 0K releases: 0 last released: 0K region: 0x7f05bd884000 (0x7f05bd880000) 04 ( 128): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0x7f05bf88d000 (0x7f05bf880000) 08 ( 256): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0x7f05c388e000 (0x7f05c3880000) 12 ( 512): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05c7885000 (0x7f05c7880000) 16 ( 1024): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 32K region: 0x7f05cb888000 (0x7f05cb880000) 20 ( 2048): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 64K region: 0x7f05cf88e000 (0x7f05cf880000) 24 ( 4096): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 128K region: 0x7f05d388e000 (0x7f05d3880000) 28 ( 8192): mapped: 256K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 256K region: 0x7f05d7884000 (0x7f05d7880000) 32 ( 16384): mapped: 512K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 512K region: 0x7f05db887000 (0x7f05db880000) 36 ( 32768): mapped: 1024K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 1024K region: 0x7f05df889000 (0x7f05df880000) 40 ( 65536): mapped: 2048K popped: 32 pushed: 32 inuse: 0 total: 32 rss: 0K releases: 1 last released: 2048K region: 0x7f05e3889000 (0x7f05e3880000) [ OK ] ScudoPrimaryTestBasicPrimary_TestConfig4.BasicPrimary (3 ms) [----------] 1 test from ScudoPrimaryTestBasicPrimary_TestConfig4 (3 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: 0x7f0602e08000 (0x7f0602e00000) F 44 (131072): mapped: 1792K popped: 14 pushed: 0 inuse: 14 total: 14 rss: 0K releases: 0 last released: 0K region: 0x7f0608604000 (0x7f0608600000) 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: 0x7f0602e08000 (0x7f0602e00000) F 44 (131072): mapped: 1792K popped: 14 pushed: 14 inuse: 0 total: 14 rss: 0K releases: 1 last released: 1792K region: 0x7f0608604000 (0x7f0608600000) [ OK ] ScudoPrimaryTest.Primary64OOM (1 ms) [----------] 1 test from ScudoPrimaryTest (1 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 (175 ms) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig1 (175 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryIterate_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryIterate_TestConfig2.PrimaryIterate Stats: SizeClassAllocator64: 7M mapped (0M rss) in 208 allocations; remains 139 00 ( 128): mapped: 256K popped: 144 pushed: 5 inuse: 139 total: 192 rss: 0K releases: 0 last released: 0K region: 0x7f05bb88a000 (0x7f05bb880000) 24 ( 4096): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 32K region: 0x7f05d388e000 (0x7f05d3880000) 29 ( 10240): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0x7f05d8890000 (0x7f05d8880000) 30 ( 12288): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0x7f05d9890000 (0x7f05d9880000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0x7f05db88b000 (0x7f05db880000) 33 ( 20480): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0x7f05dc887000 (0x7f05dc880000) 34 ( 24576): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0x7f05dd886000 (0x7f05dd880000) 36 ( 32768): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0x7f05df88c000 (0x7f05df880000) 37 ( 40960): mapped: 512K popped: 7 pushed: 7 inuse: 0 total: 12 rss: 0K releases: 1 last released: 480K region: 0x7f05e0890000 (0x7f05e0880000) 38 ( 49152): mapped: 512K popped: 8 pushed: 8 inuse: 0 total: 10 rss: 0K releases: 1 last released: 480K region: 0x7f05e1890000 (0x7f05e1880000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0x7f05e2889000 (0x7f05e2880000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0x7f05e3890000 (0x7f05e3880000) 41 ( 81920): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0x7f05e4887000 (0x7f05e4880000) 42 ( 98304): mapped: 768K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 768K region: 0x7f05e5884000 (0x7f05e5880000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0x7f05e688c000 (0x7f05e6880000) 44 (131072): mapped: 1024K popped: 8 pushed: 8 inuse: 0 total: 8 rss: 0K releases: 1 last released: 1024K region: 0x7f05e788c000 (0x7f05e7880000) [ 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 142 00 ( 128): mapped: 256K popped: 144 pushed: 2 inuse: 142 total: 192 rss: 0K releases: 0 last released: 0K region: 0x7f05bb881000 (0x7f05bb880000) 21 ( 2560): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 0 last released: 0K region: 0x7f05d088d000 (0x7f05d0880000) 27 ( 7168): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 56K region: 0x7f05d6884000 (0x7f05d6880000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0x7f05d8887000 (0x7f05d8880000) 30 ( 12288): mapped: 256K popped: 6 pushed: 6 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0x7f05d9888000 (0x7f05d9880000) 32 ( 16384): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 128K region: 0x7f05db88b000 (0x7f05db880000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0x7f05dc88a000 (0x7f05dc880000) 35 ( 28672): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0x7f05de88b000 (0x7f05de880000) 36 ( 32768): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 8 rss: 0K releases: 1 last released: 256K region: 0x7f05df883000 (0x7f05df880000) 37 ( 40960): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0x7f05e0890000 (0x7f05e0880000) 38 ( 49152): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0x7f05e1884000 (0x7f05e1880000) 39 ( 57344): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0x7f05e2890000 (0x7f05e2880000) 40 ( 65536): mapped: 256K popped: 4 pushed: 4 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0x7f05e3889000 (0x7f05e3880000) 41 ( 81920): mapped: 768K popped: 7 pushed: 7 inuse: 0 total: 9 rss: 0K releases: 1 last released: 720K region: 0x7f05e4884000 (0x7f05e4880000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0x7f05e588b000 (0x7f05e5880000) 43 (114688): mapped: 1280K popped: 10 pushed: 10 inuse: 0 total: 11 rss: 0K releases: 1 last released: 1232K region: 0x7f05e688c000 (0x7f05e6880000) 44 (131072): mapped: 768K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 768K region: 0x7f05e788b000 (0x7f05e7880000) [ 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: 0x7f05bb883000 (0x7f05bb880000) 26 ( 6144): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 48K region: 0x7f05d588c000 (0x7f05d5880000) 28 ( 8192): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 64K region: 0x7f05d7885000 (0x7f05d7880000) 29 ( 10240): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 80K region: 0x7f05d8882000 (0x7f05d8880000) 30 ( 12288): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 96K region: 0x7f05d9886000 (0x7f05d9880000) 31 ( 14336): mapped: 256K popped: 1 pushed: 1 inuse: 0 total: 8 rss: 0K releases: 1 last released: 112K region: 0x7f05da884000 (0x7f05da880000) 33 ( 20480): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 160K region: 0x7f05dc88d000 (0x7f05dc880000) 34 ( 24576): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 8 rss: 0K releases: 1 last released: 192K region: 0x7f05dd88d000 (0x7f05dd880000) 35 ( 28672): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 8 rss: 0K releases: 1 last released: 224K region: 0x7f05de88f000 (0x7f05de880000) 37 ( 40960): mapped: 256K popped: 2 pushed: 2 inuse: 0 total: 6 rss: 0K releases: 1 last released: 240K region: 0x7f05e0887000 (0x7f05e0880000) 38 ( 49152): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 5 rss: 0K releases: 1 last released: 240K region: 0x7f05e1885000 (0x7f05e1880000) 39 ( 57344): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 224K region: 0x7f05e288d000 (0x7f05e2880000) 40 ( 65536): mapped: 256K popped: 3 pushed: 3 inuse: 0 total: 4 rss: 0K releases: 1 last released: 256K region: 0x7f05e3887000 (0x7f05e3880000) 41 ( 81920): mapped: 512K popped: 6 pushed: 6 inuse: 0 total: 6 rss: 0K releases: 1 last released: 480K region: 0x7f05e488a000 (0x7f05e4880000) 42 ( 98304): mapped: 1280K popped: 13 pushed: 13 inuse: 0 total: 13 rss: 0K releases: 1 last released: 1248K region: 0x7f05e5889000 (0x7f05e5880000) 43 (114688): mapped: 1024K popped: 9 pushed: 9 inuse: 0 total: 9 rss: 0K releases: 1 last released: 1008K region: 0x7f05e688b000 (0x7f05e6880000) 44 (131072): mapped: 1536K popped: 12 pushed: 12 inuse: 0 total: 12 rss: 0K releases: 1 last released: 1536K region: 0x7f05e788c000 (0x7f05e7880000) [ 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: 2M mapped in 18116 allocations; remains 1136 00 ( 120): mapped: 135K popped: 7892 pushed: 6756 inuse: 1136 avail: 1152 rss: 0K releases: 0 01 ( 32): mapped: 3K popped: 325 pushed: 325 inuse: 0 avail: 104 rss: 0K releases: 0 02 ( 48): mapped: 4K popped: 234 pushed: 234 inuse: 0 avail: 104 rss: 0K releases: 1 03 ( 64): mapped: 6K popped: 286 pushed: 286 inuse: 0 avail: 104 rss: 0K releases: 1 04 ( 80): mapped: 7K popped: 228 pushed: 228 inuse: 0 avail: 96 rss: 0K releases: 1 05 ( 96): mapped: 7K popped: 210 pushed: 210 inuse: 0 avail: 80 rss: 0K releases: 1 06 ( 112): mapped: 7K popped: 162 pushed: 162 inuse: 0 avail: 72 rss: 0K releases: 1 07 ( 128): mapped: 8K popped: 136 pushed: 136 inuse: 0 avail: 64 rss: 0K releases: 1 08 ( 144): mapped: 7K popped: 119 pushed: 119 inuse: 0 avail: 56 rss: 0K releases: 1 09 ( 160): mapped: 7K popped: 126 pushed: 126 inuse: 0 avail: 48 rss: 0K releases: 1 10 ( 176): mapped: 6K popped: 125 pushed: 125 inuse: 0 avail: 40 rss: 0K releases: 1 11 ( 192): mapped: 7K popped: 80 pushed: 80 inuse: 0 avail: 40 rss: 0K releases: 1 12 ( 208): mapped: 6K popped: 92 pushed: 92 inuse: 0 avail: 32 rss: 0K releases: 1 13 ( 224): mapped: 7K popped: 76 pushed: 76 inuse: 0 avail: 32 rss: 0K releases: 1 14 ( 240): mapped: 7K popped: 80 pushed: 80 inuse: 0 avail: 32 rss: 0K releases: 1 15 ( 256): mapped: 8K popped: 84 pushed: 84 inuse: 0 avail: 32 rss: 0K releases: 1 16 ( 272): mapped: 6K popped: 84 pushed: 84 inuse: 0 avail: 24 rss: 0K releases: 1 17 ( 304): mapped: 7K popped: 90 pushed: 90 inuse: 0 avail: 24 rss: 0K releases: 1 18 ( 336): mapped: 7K popped: 126 pushed: 126 inuse: 0 avail: 24 rss: 0K releases: 1 19 ( 368): mapped: 5K popped: 82 pushed: 82 inuse: 0 avail: 16 rss: 0K releases: 1 20 ( 400): mapped: 6K popped: 100 pushed: 100 inuse: 0 avail: 16 rss: 0K releases: 1 21 ( 432): mapped: 6K popped: 84 pushed: 84 inuse: 0 avail: 16 rss: 0K releases: 1 22 ( 464): mapped: 7K popped: 86 pushed: 86 inuse: 0 avail: 16 rss: 0K releases: 1 23 ( 496): mapped: 7K popped: 94 pushed: 94 inuse: 0 avail: 16 rss: 0K releases: 1 24 ( 528): mapped: 4K popped: 49 pushed: 49 inuse: 0 avail: 8 rss: 0K releases: 1 25 ( 592): mapped: 9K popped: 127 pushed: 127 inuse: 0 avail: 16 rss: 0K releases: 1 26 ( 656): mapped: 10K popped: 123 pushed: 123 inuse: 0 avail: 16 rss: 0K releases: 1 27 ( 720): mapped: 11K popped: 109 pushed: 109 inuse: 0 avail: 16 rss: 0K releases: 1 28 ( 784): mapped: 18K popped: 136 pushed: 136 inuse: 0 avail: 24 rss: 0K releases: 1 29 ( 848): mapped: 19K popped: 128 pushed: 128 inuse: 0 avail: 24 rss: 0K releases: 1 30 ( 912): mapped: 21K popped: 125 pushed: 125 inuse: 0 avail: 24 rss: 0K releases: 1 31 ( 976): mapped: 15K popped: 111 pushed: 111 inuse: 0 avail: 16 rss: 0K releases: 1 32 ( 1040): mapped: 32K popped: 127 pushed: 127 inuse: 0 avail: 32 rss: 0K releases: 1 33 ( 1168): mapped: 45K popped: 274 pushed: 274 inuse: 0 avail: 40 rss: 0K releases: 1 34 ( 1296): mapped: 40K popped: 254 pushed: 254 inuse: 0 avail: 32 rss: 0K releases: 1 35 ( 1424): mapped: 44K popped: 262 pushed: 262 inuse: 0 avail: 32 rss: 0K releases: 1 36 ( 1552): mapped: 60K popped: 284 pushed: 284 inuse: 0 avail: 40 rss: 0K releases: 1 37 ( 1680): mapped: 65K popped: 281 pushed: 281 inuse: 0 avail: 40 rss: 0K releases: 1 38 ( 1808): mapped: 70K popped: 261 pushed: 261 inuse: 0 avail: 40 rss: 0K releases: 1 39 ( 1936): mapped: 60K popped: 229 pushed: 229 inuse: 0 avail: 32 rss: 0K releases: 1 40 ( 2064): mapped: 64K popped: 262 pushed: 262 inuse: 0 avail: 32 rss: 0K releases: 1 41 ( 2320): mapped: 108K popped: 469 pushed: 469 inuse: 0 avail: 48 rss: 0K releases: 1 42 ( 2576): mapped: 120K popped: 515 pushed: 515 inuse: 0 avail: 48 rss: 0K releases: 1 43 ( 2832): mapped: 154K popped: 503 pushed: 503 inuse: 0 avail: 56 rss: 0K releases: 1 44 ( 3088): mapped: 193K popped: 518 pushed: 518 inuse: 0 avail: 64 rss: 0K releases: 1 45 ( 3344): mapped: 182K popped: 474 pushed: 474 inuse: 0 avail: 56 rss: 0K releases: 1 46 ( 3600): mapped: 196K popped: 528 pushed: 528 inuse: 0 avail: 56 rss: 0K releases: 1 47 ( 3856): mapped: 210K popped: 479 pushed: 479 inuse: 0 avail: 56 rss: 0K releases: 1 48 ( 4112): mapped: 224K popped: 487 pushed: 487 inuse: 0 avail: 56 rss: 0K releases: 1 [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig1.PrimaryThreaded (243 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig1 (243 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig2 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded Stats: SizeClassAllocator64: 15M mapped (0M rss) in 18827 allocations; remains 2797 00 ( 120): mapped: 512K popped: 8500 pushed: 5703 inuse: 2797 total: 2824 rss: 0K releases: 0 last released: 0K region: 0x7f05a7889000 (0x7f05a7880000) 01 ( 32): mapped: 256K popped: 312 pushed: 312 inuse: 0 total: 208 rss: 0K releases: 1 last released: 4K region: 0x7f05a8888000 (0x7f05a8880000) 02 ( 48): mapped: 256K popped: 299 pushed: 299 inuse: 0 total: 104 rss: 0K releases: 1 last released: 8K region: 0x7f05a9890000 (0x7f05a9880000) 03 ( 64): mapped: 256K popped: 273 pushed: 273 inuse: 0 total: 208 rss: 0K releases: 1 last released: 12K region: 0x7f05aa88c000 (0x7f05aa880000) 04 ( 80): mapped: 256K popped: 216 pushed: 216 inuse: 0 total: 96 rss: 0K releases: 1 last released: 8K region: 0x7f05ab890000 (0x7f05ab880000) 05 ( 96): mapped: 256K popped: 210 pushed: 210 inuse: 0 total: 80 rss: 0K releases: 1 last released: 8K region: 0x7f05ac886000 (0x7f05ac880000) 06 ( 112): mapped: 256K popped: 207 pushed: 207 inuse: 0 total: 72 rss: 0K releases: 1 last released: 8K region: 0x7f05ad885000 (0x7f05ad880000) 07 ( 128): mapped: 256K popped: 152 pushed: 152 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0x7f05ae88c000 (0x7f05ae880000) 08 ( 144): mapped: 256K popped: 126 pushed: 126 inuse: 0 total: 56 rss: 0K releases: 1 last released: 8K region: 0x7f05af887000 (0x7f05af880000) 09 ( 160): mapped: 256K popped: 138 pushed: 138 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0x7f05b088e000 (0x7f05b0880000) 10 ( 176): mapped: 256K popped: 40 pushed: 40 inuse: 0 total: 40 rss: 0K releases: 1 last released: 8K region: 0x7f05b1888000 (0x7f05b1880000) 11 ( 192): mapped: 256K popped: 130 pushed: 130 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0x7f05b288a000 (0x7f05b2880000) 12 ( 208): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0x7f05b3885000 (0x7f05b3880000) 13 ( 224): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b4889000 (0x7f05b4880000) 14 ( 240): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b5887000 (0x7f05b5880000) 15 ( 256): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b6887000 (0x7f05b6880000) 16 ( 272): mapped: 256K popped: 60 pushed: 60 inuse: 0 total: 24 rss: 0K releases: 1 last released: 8K region: 0x7f05b7889000 (0x7f05b7880000) 17 ( 304): mapped: 256K popped: 99 pushed: 99 inuse: 0 total: 48 rss: 0K releases: 1 last released: 16K region: 0x7f05b888a000 (0x7f05b8880000) 18 ( 336): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 48 rss: 0K releases: 1 last released: 16K region: 0x7f05b988f000 (0x7f05b9880000) 19 ( 368): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 32 rss: 0K releases: 1 last released: 12K region: 0x7f05ba886000 (0x7f05ba880000) 20 ( 400): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05bb881000 (0x7f05bb880000) 21 ( 432): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05bc88f000 (0x7f05bc880000) 22 ( 464): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 48 rss: 0K releases: 1 last released: 24K region: 0x7f05bd88c000 (0x7f05bd880000) 23 ( 496): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 48 rss: 0K releases: 1 last released: 24K region: 0x7f05be887000 (0x7f05be880000) 24 ( 528): mapped: 256K popped: 51 pushed: 51 inuse: 0 total: 24 rss: 0K releases: 1 last released: 16K region: 0x7f05bf886000 (0x7f05bf880000) 25 ( 592): mapped: 256K popped: 134 pushed: 134 inuse: 0 total: 56 rss: 0K releases: 1 last released: 36K region: 0x7f05c088f000 (0x7f05c0880000) 26 ( 656): mapped: 256K popped: 134 pushed: 134 inuse: 0 total: 48 rss: 0K releases: 1 last released: 32K region: 0x7f05c188a000 (0x7f05c1880000) 27 ( 720): mapped: 256K popped: 104 pushed: 104 inuse: 0 total: 40 rss: 0K releases: 1 last released: 32K region: 0x7f05c2882000 (0x7f05c2880000) 28 ( 784): mapped: 256K popped: 128 pushed: 128 inuse: 0 total: 48 rss: 0K releases: 1 last released: 40K region: 0x7f05c3886000 (0x7f05c3880000) 29 ( 848): mapped: 256K popped: 127 pushed: 127 inuse: 0 total: 40 rss: 0K releases: 1 last released: 36K region: 0x7f05c488e000 (0x7f05c4880000) 30 ( 912): mapped: 256K popped: 145 pushed: 145 inuse: 0 total: 56 rss: 0K releases: 1 last released: 52K region: 0x7f05c5885000 (0x7f05c5880000) 31 ( 976): mapped: 256K popped: 121 pushed: 121 inuse: 0 total: 48 rss: 0K releases: 1 last released: 48K region: 0x7f05c688a000 (0x7f05c6880000) 32 ( 1040): mapped: 256K popped: 113 pushed: 113 inuse: 0 total: 48 rss: 0K releases: 1 last released: 52K region: 0x7f05c788e000 (0x7f05c7880000) 33 ( 1168): mapped: 256K popped: 262 pushed: 262 inuse: 0 total: 80 rss: 0K releases: 1 last released: 92K region: 0x7f05c888c000 (0x7f05c8880000) 34 ( 1296): mapped: 256K popped: 249 pushed: 249 inuse: 0 total: 96 rss: 0K releases: 1 last released: 124K region: 0x7f05c9888000 (0x7f05c9880000) 35 ( 1424): mapped: 256K popped: 268 pushed: 268 inuse: 0 total: 96 rss: 0K releases: 1 last released: 136K region: 0x7f05ca884000 (0x7f05ca880000) 36 ( 1552): mapped: 256K popped: 290 pushed: 290 inuse: 0 total: 96 rss: 0K releases: 1 last released: 148K region: 0x7f05cb884000 (0x7f05cb880000) 37 ( 1680): mapped: 256K popped: 262 pushed: 262 inuse: 0 total: 80 rss: 0K releases: 1 last released: 132K region: 0x7f05cc881000 (0x7f05cc880000) 38 ( 1808): mapped: 256K popped: 269 pushed: 269 inuse: 0 total: 96 rss: 0K releases: 1 last released: 172K region: 0x7f05cd88e000 (0x7f05cd880000) 39 ( 1936): mapped: 256K popped: 249 pushed: 249 inuse: 0 total: 96 rss: 0K releases: 1 last released: 184K region: 0x7f05ce889000 (0x7f05ce880000) 40 ( 2064): mapped: 256K popped: 232 pushed: 232 inuse: 0 total: 80 rss: 0K releases: 1 last released: 164K region: 0x7f05cf88b000 (0x7f05cf880000) 41 ( 2320): mapped: 512K popped: 497 pushed: 497 inuse: 0 total: 160 rss: 0K releases: 1 last released: 364K region: 0x7f05d0883000 (0x7f05d0880000) 42 ( 2576): mapped: 512K popped: 501 pushed: 501 inuse: 0 total: 141 rss: 0K releases: 1 last released: 356K region: 0x7f05d1886000 (0x7f05d1880000) 43 ( 2832): mapped: 512K popped: 526 pushed: 526 inuse: 0 total: 172 rss: 0K releases: 1 last released: 476K region: 0x7f05d2890000 (0x7f05d2880000) 44 ( 3088): mapped: 512K popped: 536 pushed: 536 inuse: 0 total: 156 rss: 0K releases: 1 last released: 472K region: 0x7f05d388b000 (0x7f05d3880000) 45 ( 3344): mapped: 768K popped: 527 pushed: 527 inuse: 0 total: 164 rss: 0K releases: 1 last released: 536K region: 0x7f05d488f000 (0x7f05d4880000) 46 ( 3600): mapped: 768K popped: 532 pushed: 532 inuse: 0 total: 169 rss: 0K releases: 1 last released: 596K region: 0x7f05d5884000 (0x7f05d5880000) 47 ( 3856): mapped: 768K popped: 496 pushed: 496 inuse: 0 total: 175 rss: 0K releases: 1 last released: 660K region: 0x7f05d6886000 (0x7f05d6880000) 48 ( 4112): mapped: 768K popped: 482 pushed: 482 inuse: 0 total: 159 rss: 0K releases: 1 last released: 640K region: 0x7f05d788d000 (0x7f05d7880000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig2.PrimaryThreaded (131 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig2 (131 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig3 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig3.PrimaryThreaded Stats: SizeClassAllocator64: 18M mapped (0M rss) in 19669 allocations; remains 4192 00 ( 120): mapped: 512K popped: 9399 pushed: 5207 inuse: 4192 total: 4232 rss: 0K releases: 0 last released: 0K region: 0x7f05a788e000 (0x7f05a7880000) 01 ( 32): mapped: 256K popped: 351 pushed: 351 inuse: 0 total: 312 rss: 0K releases: 1 last released: 8K region: 0x7f05a888c000 (0x7f05a8880000) 02 ( 48): mapped: 256K popped: 312 pushed: 312 inuse: 0 total: 208 rss: 0K releases: 1 last released: 12K region: 0x7f05a9883000 (0x7f05a9880000) 03 ( 64): mapped: 256K popped: 286 pushed: 286 inuse: 0 total: 208 rss: 0K releases: 1 last released: 12K region: 0x7f05aa881000 (0x7f05aa880000) 04 ( 80): mapped: 256K popped: 228 pushed: 228 inuse: 0 total: 192 rss: 0K releases: 1 last released: 16K region: 0x7f05ab88e000 (0x7f05ab880000) 05 ( 96): mapped: 256K popped: 170 pushed: 170 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0x7f05ac887000 (0x7f05ac880000) 06 ( 112): mapped: 256K popped: 162 pushed: 162 inuse: 0 total: 144 rss: 0K releases: 1 last released: 16K region: 0x7f05ad88b000 (0x7f05ad880000) 07 ( 128): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 128 rss: 0K releases: 1 last released: 16K region: 0x7f05ae88e000 (0x7f05ae880000) 08 ( 144): mapped: 256K popped: 147 pushed: 147 inuse: 0 total: 112 rss: 0K releases: 1 last released: 16K region: 0x7f05af887000 (0x7f05af880000) 09 ( 160): mapped: 256K popped: 120 pushed: 120 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0x7f05b0890000 (0x7f05b0880000) 10 ( 176): mapped: 256K popped: 100 pushed: 100 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0x7f05b188c000 (0x7f05b1880000) 11 ( 192): mapped: 256K popped: 100 pushed: 100 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0x7f05b2887000 (0x7f05b2880000) 12 ( 208): mapped: 256K popped: 92 pushed: 92 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b3890000 (0x7f05b3880000) 13 ( 224): mapped: 256K popped: 64 pushed: 64 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b4889000 (0x7f05b4880000) 14 ( 240): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b5883000 (0x7f05b5880000) 15 ( 256): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b6889000 (0x7f05b6880000) 16 ( 272): mapped: 256K popped: 81 pushed: 81 inuse: 0 total: 48 rss: 0K releases: 1 last released: 16K region: 0x7f05b7890000 (0x7f05b7880000) 17 ( 304): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 72 rss: 0K releases: 1 last released: 24K region: 0x7f05b8886000 (0x7f05b8880000) 18 ( 336): mapped: 256K popped: 114 pushed: 114 inuse: 0 total: 72 rss: 0K releases: 1 last released: 24K region: 0x7f05b988c000 (0x7f05b9880000) 19 ( 368): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 48 rss: 0K releases: 1 last released: 20K region: 0x7f05ba887000 (0x7f05ba880000) 20 ( 400): mapped: 256K popped: 78 pushed: 78 inuse: 0 total: 48 rss: 0K releases: 1 last released: 20K region: 0x7f05bb884000 (0x7f05bb880000) 21 ( 432): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 48 rss: 0K releases: 1 last released: 24K region: 0x7f05bc885000 (0x7f05bc880000) 22 ( 464): mapped: 256K popped: 74 pushed: 74 inuse: 0 total: 64 rss: 0K releases: 1 last released: 32K region: 0x7f05bd884000 (0x7f05bd880000) 23 ( 496): mapped: 256K popped: 90 pushed: 90 inuse: 0 total: 64 rss: 0K releases: 1 last released: 32K region: 0x7f05be881000 (0x7f05be880000) 24 ( 528): mapped: 256K popped: 54 pushed: 54 inuse: 0 total: 32 rss: 0K releases: 1 last released: 20K region: 0x7f05bf885000 (0x7f05bf880000) 25 ( 592): mapped: 256K popped: 128 pushed: 128 inuse: 0 total: 64 rss: 0K releases: 1 last released: 40K region: 0x7f05c0889000 (0x7f05c0880000) 26 ( 656): mapped: 256K popped: 129 pushed: 129 inuse: 0 total: 64 rss: 0K releases: 1 last released: 44K region: 0x7f05c188f000 (0x7f05c1880000) 27 ( 720): mapped: 256K popped: 96 pushed: 96 inuse: 0 total: 48 rss: 0K releases: 1 last released: 36K region: 0x7f05c288f000 (0x7f05c2880000) 28 ( 784): mapped: 256K popped: 165 pushed: 165 inuse: 0 total: 96 rss: 0K releases: 1 last released: 76K region: 0x7f05c3887000 (0x7f05c3880000) 29 ( 848): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 64 rss: 0K releases: 1 last released: 56K region: 0x7f05c488c000 (0x7f05c4880000) 30 ( 912): mapped: 256K popped: 118 pushed: 118 inuse: 0 total: 64 rss: 0K releases: 1 last released: 60K region: 0x7f05c588c000 (0x7f05c5880000) 31 ( 976): mapped: 256K popped: 117 pushed: 117 inuse: 0 total: 80 rss: 0K releases: 1 last released: 80K region: 0x7f05c688e000 (0x7f05c6880000) 32 ( 1040): mapped: 256K popped: 116 pushed: 116 inuse: 0 total: 72 rss: 0K releases: 1 last released: 76K region: 0x7f05c788e000 (0x7f05c7880000) 33 ( 1168): mapped: 256K popped: 261 pushed: 261 inuse: 0 total: 136 rss: 0K releases: 1 last released: 156K region: 0x7f05c8884000 (0x7f05c8880000) 34 ( 1296): mapped: 256K popped: 266 pushed: 266 inuse: 0 total: 144 rss: 0K releases: 1 last released: 184K region: 0x7f05c988b000 (0x7f05c9880000) 35 ( 1424): mapped: 256K popped: 238 pushed: 238 inuse: 0 total: 128 rss: 0K releases: 1 last released: 180K region: 0x7f05ca88f000 (0x7f05ca880000) 36 ( 1552): mapped: 256K popped: 262 pushed: 262 inuse: 0 total: 136 rss: 0K releases: 1 last released: 208K region: 0x7f05cb889000 (0x7f05cb880000) 37 ( 1680): mapped: 256K popped: 256 pushed: 256 inuse: 0 total: 128 rss: 0K releases: 1 last released: 212K region: 0x7f05cc887000 (0x7f05cc880000) 38 ( 1808): mapped: 256K popped: 267 pushed: 267 inuse: 0 total: 128 rss: 0K releases: 1 last released: 228K region: 0x7f05cd887000 (0x7f05cd880000) 39 ( 1936): mapped: 256K popped: 239 pushed: 239 inuse: 0 total: 135 rss: 0K releases: 1 last released: 256K region: 0x7f05ce888000 (0x7f05ce880000) 40 ( 2064): mapped: 512K popped: 259 pushed: 259 inuse: 0 total: 143 rss: 0K releases: 1 last released: 292K region: 0x7f05cf888000 (0x7f05cf880000) 41 ( 2320): mapped: 768K popped: 505 pushed: 505 inuse: 0 total: 233 rss: 0K releases: 1 last released: 528K region: 0x7f05d088f000 (0x7f05d0880000) 42 ( 2576): mapped: 768K popped: 490 pushed: 490 inuse: 0 total: 251 rss: 0K releases: 1 last released: 632K region: 0x7f05d188c000 (0x7f05d1880000) 43 ( 2832): mapped: 768K popped: 516 pushed: 516 inuse: 0 total: 265 rss: 0K releases: 1 last released: 736K region: 0x7f05d2881000 (0x7f05d2880000) 44 ( 3088): mapped: 768K popped: 499 pushed: 499 inuse: 0 total: 254 rss: 0K releases: 1 last released: 768K region: 0x7f05d3884000 (0x7f05d3880000) 45 ( 3344): mapped: 1024K popped: 536 pushed: 536 inuse: 0 total: 251 rss: 0K releases: 1 last released: 820K region: 0x7f05d4888000 (0x7f05d4880000) 46 ( 3600): mapped: 1024K popped: 493 pushed: 493 inuse: 0 total: 250 rss: 0K releases: 1 last released: 880K region: 0x7f05d588c000 (0x7f05d5880000) 47 ( 3856): mapped: 1024K popped: 534 pushed: 534 inuse: 0 total: 259 rss: 0K releases: 1 last released: 976K region: 0x7f05d688b000 (0x7f05d6880000) 48 ( 4112): mapped: 1280K popped: 507 pushed: 507 inuse: 0 total: 263 rss: 0K releases: 1 last released: 1060K region: 0x7f05d788c000 (0x7f05d7880000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig3.PrimaryThreaded (190 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig3 (190 ms total) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig4 [ RUN ] ScudoPrimaryTestPrimaryThreaded_TestConfig4.PrimaryThreaded Stats: SizeClassAllocator64: 15M mapped (0M rss) in 18513 allocations; remains 2797 00 ( 64): mapped: 256K popped: 8243 pushed: 5446 inuse: 2797 total: 2808 rss: 0K releases: 0 last released: 0K region: 0x7f05a788a000 (0x7f05a7880000) 01 ( 32): mapped: 256K popped: 390 pushed: 390 inuse: 0 total: 208 rss: 0K releases: 1 last released: 4K region: 0x7f05a888d000 (0x7f05a8880000) 02 ( 48): mapped: 256K popped: 221 pushed: 221 inuse: 0 total: 104 rss: 0K releases: 1 last released: 8K region: 0x7f05a988e000 (0x7f05a9880000) 03 ( 64): mapped: 256K popped: 260 pushed: 260 inuse: 0 total: 104 rss: 0K releases: 1 last released: 4K region: 0x7f05aa885000 (0x7f05aa880000) 04 ( 80): mapped: 256K popped: 180 pushed: 180 inuse: 0 total: 96 rss: 0K releases: 1 last released: 8K region: 0x7f05ab885000 (0x7f05ab880000) 05 ( 96): mapped: 256K popped: 240 pushed: 240 inuse: 0 total: 160 rss: 0K releases: 1 last released: 16K region: 0x7f05ac886000 (0x7f05ac880000) 06 ( 112): mapped: 256K popped: 162 pushed: 162 inuse: 0 total: 72 rss: 0K releases: 1 last released: 8K region: 0x7f05ad889000 (0x7f05ad880000) 07 ( 128): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 64 rss: 0K releases: 1 last released: 8K region: 0x7f05ae886000 (0x7f05ae880000) 08 ( 144): mapped: 256K popped: 154 pushed: 154 inuse: 0 total: 56 rss: 0K releases: 1 last released: 8K region: 0x7f05af88a000 (0x7f05af880000) 09 ( 160): mapped: 256K popped: 144 pushed: 144 inuse: 0 total: 96 rss: 0K releases: 1 last released: 16K region: 0x7f05b0886000 (0x7f05b0880000) 10 ( 176): mapped: 256K popped: 125 pushed: 125 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0x7f05b1882000 (0x7f05b1880000) 11 ( 192): mapped: 256K popped: 110 pushed: 110 inuse: 0 total: 80 rss: 0K releases: 1 last released: 16K region: 0x7f05b288a000 (0x7f05b2880000) 12 ( 208): mapped: 256K popped: 88 pushed: 88 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b388c000 (0x7f05b3880000) 13 ( 224): mapped: 256K popped: 80 pushed: 80 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0x7f05b4889000 (0x7f05b4880000) 14 ( 240): mapped: 256K popped: 68 pushed: 68 inuse: 0 total: 32 rss: 0K releases: 1 last released: 8K region: 0x7f05b5883000 (0x7f05b5880000) 15 ( 256): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 64 rss: 0K releases: 1 last released: 16K region: 0x7f05b6890000 (0x7f05b6880000) 16 ( 272): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 48 rss: 0K releases: 1 last released: 16K region: 0x7f05b788b000 (0x7f05b7880000) 17 ( 304): mapped: 256K popped: 108 pushed: 108 inuse: 0 total: 48 rss: 0K releases: 1 last released: 16K region: 0x7f05b8881000 (0x7f05b8880000) 18 ( 336): mapped: 256K popped: 93 pushed: 93 inuse: 0 total: 72 rss: 0K releases: 1 last released: 24K region: 0x7f05b988b000 (0x7f05b9880000) 19 ( 368): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 32 rss: 0K releases: 1 last released: 12K region: 0x7f05ba88b000 (0x7f05ba880000) 20 ( 400): mapped: 256K popped: 84 pushed: 84 inuse: 0 total: 48 rss: 0K releases: 1 last released: 20K region: 0x7f05bb889000 (0x7f05bb880000) 21 ( 432): mapped: 256K popped: 72 pushed: 72 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05bc885000 (0x7f05bc880000) 22 ( 464): mapped: 256K popped: 66 pushed: 66 inuse: 0 total: 32 rss: 0K releases: 1 last released: 16K region: 0x7f05bd889000 (0x7f05bd880000) 23 ( 496): mapped: 256K popped: 76 pushed: 76 inuse: 0 total: 48 rss: 0K releases: 1 last released: 24K region: 0x7f05be888000 (0x7f05be880000) 24 ( 528): mapped: 256K popped: 59 pushed: 59 inuse: 0 total: 24 rss: 0K releases: 1 last released: 16K region: 0x7f05bf884000 (0x7f05bf880000) 25 ( 592): mapped: 256K popped: 120 pushed: 120 inuse: 0 total: 48 rss: 0K releases: 1 last released: 28K region: 0x7f05c0888000 (0x7f05c0880000) 26 ( 656): mapped: 256K popped: 134 pushed: 134 inuse: 0 total: 48 rss: 0K releases: 1 last released: 32K region: 0x7f05c1884000 (0x7f05c1880000) 27 ( 720): mapped: 256K popped: 153 pushed: 153 inuse: 0 total: 56 rss: 0K releases: 1 last released: 40K region: 0x7f05c288c000 (0x7f05c2880000) 28 ( 784): mapped: 256K popped: 111 pushed: 111 inuse: 0 total: 40 rss: 0K releases: 1 last released: 32K region: 0x7f05c3888000 (0x7f05c3880000) 29 ( 848): mapped: 256K popped: 118 pushed: 118 inuse: 0 total: 48 rss: 0K releases: 1 last released: 40K region: 0x7f05c4888000 (0x7f05c4880000) 30 ( 912): mapped: 256K popped: 116 pushed: 116 inuse: 0 total: 56 rss: 0K releases: 1 last released: 52K region: 0x7f05c588d000 (0x7f05c5880000) 31 ( 976): mapped: 256K popped: 129 pushed: 129 inuse: 0 total: 40 rss: 0K releases: 1 last released: 40K region: 0x7f05c688a000 (0x7f05c6880000) 32 ( 1040): mapped: 256K popped: 134 pushed: 134 inuse: 0 total: 48 rss: 0K releases: 1 last released: 52K region: 0x7f05c7886000 (0x7f05c7880000) 33 ( 1168): mapped: 256K popped: 256 pushed: 256 inuse: 0 total: 88 rss: 0K releases: 1 last released: 104K region: 0x7f05c888a000 (0x7f05c8880000) 34 ( 1296): mapped: 256K popped: 266 pushed: 266 inuse: 0 total: 88 rss: 0K releases: 1 last released: 112K region: 0x7f05c988f000 (0x7f05c9880000) 35 ( 1424): mapped: 256K popped: 283 pushed: 283 inuse: 0 total: 96 rss: 0K releases: 1 last released: 136K region: 0x7f05ca881000 (0x7f05ca880000) 36 ( 1552): mapped: 256K popped: 272 pushed: 272 inuse: 0 total: 96 rss: 0K releases: 1 last released: 148K region: 0x7f05cb883000 (0x7f05cb880000) 37 ( 1680): mapped: 256K popped: 255 pushed: 255 inuse: 0 total: 80 rss: 0K releases: 1 last released: 132K region: 0x7f05cc885000 (0x7f05cc880000) 38 ( 1808): mapped: 256K popped: 287 pushed: 287 inuse: 0 total: 96 rss: 0K releases: 1 last released: 172K region: 0x7f05cd88c000 (0x7f05cd880000) 39 ( 1936): mapped: 256K popped: 220 pushed: 220 inuse: 0 total: 80 rss: 0K releases: 1 last released: 152K region: 0x7f05ce881000 (0x7f05ce880000) 40 ( 2064): mapped: 256K popped: 248 pushed: 248 inuse: 0 total: 96 rss: 0K releases: 1 last released: 196K region: 0x7f05cf88c000 (0x7f05cf880000) 41 ( 2320): mapped: 512K popped: 503 pushed: 503 inuse: 0 total: 168 rss: 0K releases: 1 last released: 384K region: 0x7f05d0881000 (0x7f05d0880000) 42 ( 2576): mapped: 512K popped: 520 pushed: 520 inuse: 0 total: 157 rss: 0K releases: 1 last released: 396K region: 0x7f05d188c000 (0x7f05d1880000) 43 ( 2832): mapped: 512K popped: 556 pushed: 556 inuse: 0 total: 172 rss: 0K releases: 1 last released: 476K region: 0x7f05d2886000 (0x7f05d2880000) 44 ( 3088): mapped: 768K popped: 484 pushed: 484 inuse: 0 total: 177 rss: 0K releases: 1 last released: 536K region: 0x7f05d3884000 (0x7f05d3880000) 45 ( 3344): mapped: 768K popped: 488 pushed: 488 inuse: 0 total: 164 rss: 0K releases: 1 last released: 536K region: 0x7f05d4882000 (0x7f05d4880000) 46 ( 3600): mapped: 768K popped: 524 pushed: 524 inuse: 0 total: 153 rss: 0K releases: 1 last released: 540K region: 0x7f05d5887000 (0x7f05d5880000) 47 ( 3856): mapped: 768K popped: 495 pushed: 495 inuse: 0 total: 159 rss: 0K releases: 1 last released: 600K region: 0x7f05d6884000 (0x7f05d6880000) 48 ( 4112): mapped: 768K popped: 464 pushed: 464 inuse: 0 total: 143 rss: 0K releases: 1 last released: 576K region: 0x7f05d7882000 (0x7f05d7880000) [ OK ] ScudoPrimaryTestPrimaryThreaded_TestConfig4.PrimaryThreaded (95 ms) [----------] 1 test from ScudoPrimaryTestPrimaryThreaded_TestConfig4 (95 ms total) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig1 [ RUN ] ScudoPrimaryTestReleaseToOS_TestConfig1.ReleaseToOS [ OK ] ScudoPrimaryTestReleaseToOS_TestConfig1.ReleaseToOS (176 ms) [----------] 1 test from ScudoPrimaryTestReleaseToOS_TestConfig1 (176 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 (177 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig1 (177 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig2 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig2.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig2.MemoryGroup (14 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig2 (14 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig3.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig3.MemoryGroup (15 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig3 (15 ms total) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 [ RUN ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup [ OK ] ScudoPrimaryTestMemoryGroup_TestConfig4.MemoryGroup (14 ms) [----------] 1 test from ScudoPrimaryTestMemoryGroup_TestConfig4 (14 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 (10 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 (78 ms) [----------] 7 tests from ScudoQuarantineTest (89 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 (216 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSAndroid (291 ms) [ RUN ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte [ OK ] ScudoReleaseTest.ReleaseFreeMemoryToOSSvelte (378 ms) [----------] 5 tests from ScudoReleaseTest (889 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 (4 ms) [----------] 1 test from ScudoSecondaryTest (4 ms total) [----------] 3 tests from MapAllocatorTest [ RUN ] MapAllocatorTest.SecondaryCombinations Stats: MapAllocator: allocated 7683 times (1064296K), freed 7683 times (1078616K), remains 0 (18014398509467664K) max 1M [ OK ] MapAllocatorTest.SecondaryCombinations (615 ms) [ RUN ] MapAllocatorTest.SecondaryIterate Stats: MapAllocator: allocated 32 times (1176K), freed 32 times (1176K), remains 0 (0K) max 0M [ OK ] MapAllocatorTest.SecondaryIterate (0 ms) [ RUN ] MapAllocatorTest.SecondaryOptions [ OK ] MapAllocatorTest.SecondaryOptions (0 ms) [----------] 3 tests from MapAllocatorTest (616 ms total) [----------] 1 test from MapAllocatorWithReleaseTest [ RUN ] MapAllocatorWithReleaseTest.SecondaryThreadsRace Stats: MapAllocator: allocated 2048 times (62962K), freed 2048 times (79328K), remains 0 (18014398509465618K) max 0M [ OK ] MapAllocatorWithReleaseTest.SecondaryThreadsRace (87 ms) [----------] 1 test from MapAllocatorWithReleaseTest (87 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 (1 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 (2 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 (1 ms) [----------] 1 test from ScudoStringTest (1 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 (118 ms) [ RUN ] ScudoTSDTest.TSDRegistryTSDsCount [ OK ] ScudoTSDTest.TSDRegistryTSDsCount (76 ms) [----------] 4 tests from ScudoTSDTest (195 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. (4497 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: 204.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_64.so.1 >>> scudo-malloc*: Package size: 92.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 13:30:44 +0000 elapsed time 0h 3m 37s >>> scudo-malloc: Cleaning up srcdir >>> scudo-malloc: Cleaning up pkgdir >>> scudo-malloc: Uninstalling dependencies... (1/5) Purging .makedepends-scudo-malloc (20231020.132708) (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: 472 MiB in 106 packages >>> scudo-malloc: Updating the main/x86_64 repository index... >>> scudo-malloc: Signing the index...