Skip to content

[scudo] Apply the min release threshold to the group #112014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

ChiaHungDuan
Copy link
Contributor

For the block smaller than a page size, one block is unlikely to introduce more unused pages (at most 2 if it acrosses the page boundary and both touched pages are unused). So it's better to apply the threshold to reduce the time of scanning groups that can't release any new pages.

For the block smaller than a page size, one block is unlikely to
introduce more unused pages (at most 2 if it acrosses the page boundary
and both touched pages are unused). So it's better to apply the
threshold to reduce the time of scanning groups that can't release any
new pages.
@llvmbot
Copy link
Member

llvmbot commented Oct 11, 2024

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: None (ChiaHungDuan)

Changes

For the block smaller than a page size, one block is unlikely to introduce more unused pages (at most 2 if it acrosses the page boundary and both touched pages are unused). So it's better to apply the threshold to reduce the time of scanning groups that can't release any new pages.


Full diff: https://github.com/llvm/llvm-project/pull/112014.diff

1 Files Affected:

  • (modified) compiler-rt/lib/scudo/standalone/primary64.h (+2)
diff --git a/compiler-rt/lib/scudo/standalone/primary64.h b/compiler-rt/lib/scudo/standalone/primary64.h
index 97188a5ac235cc..1865ed41368e3c 100644
--- a/compiler-rt/lib/scudo/standalone/primary64.h
+++ b/compiler-rt/lib/scudo/standalone/primary64.h
@@ -1492,6 +1492,8 @@ template <typename Config> class SizeClassAllocator64 {
       }
 
       const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint;
+      if (PushedBytesDelta < getMinReleaseAttemptSize(BlockSize))
+        continue;
 
       // Given the randomness property, we try to release the pages only if the
       // bytes used by free blocks exceed certain proportion of group size. Note

@ChiaHungDuan
Copy link
Contributor Author

Even this is just a minor change, given that it may still have small chance to impact the RSS so I put it in an independent change

Copy link
Contributor

@cferris1000 cferris1000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ChiaHungDuan ChiaHungDuan merged commit 53c9553 into llvm:main Oct 14, 2024
9 of 11 checks passed
@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 14, 2024

LLVM Buildbot has detected a new failure on builder llvm-clang-x86_64-gcc-ubuntu running on sie-linux-worker3 while building compiler-rt at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/6787

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
...
PASS: Clang :: OpenMP/target_map_codegen_12.cpp (2844 of 86273)
PASS: MemorySanitizer-X86_64 :: noundef_analysis.cpp (2845 of 86273)
PASS: Clang :: Driver/hip-link-bundle-archive.hip (2846 of 86273)
PASS: LLVM :: tools/sancov/print_coverage_pcs.test (2847 of 86273)
PASS: Clang :: Driver/cl-x86-flags.c (2848 of 86273)
PASS: LLVM :: TableGen/HwModeEncodeDecode2.td (2849 of 86273)
PASS: ScudoStandalone-Unit-GwpAsanTorture :: ./ScudoCUnitTest-x86_64-Test/2/14 (2850 of 86273)
PASS: Clang :: OpenMP/teams_distribute_collapse_codegen.cpp (2851 of 86273)
PASS: LLVM :: CodeGen/AMDGPU/promote-constOffset-to-imm.ll (2852 of 86273)
PASS: AddressSanitizer-x86_64-linux-dynamic :: TestCases/Posix/waitid.cpp (2853 of 86273)
command timed out: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1851.284019

@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 14, 2024

LLVM Buildbot has detected a new failure on builder clang-ppc64le-linux-test-suite running on ppc64le-clang-test-suite while building compiler-rt at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/95/builds/5002

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
...
PASS: lit :: shtest-recursive-substitution.py (97635 of 97742)
PASS: lit :: shtest-if-else.py (97636 of 97742)
PASS: lit :: shtest-not.py (97637 of 97742)
PASS: lit :: allow-retries.py (97638 of 97742)
PASS: lit :: discovery.py (97639 of 97742)
PASS: lit :: shtest-external-shell-kill.py (97640 of 97742)
PASS: lit :: selecting.py (97641 of 97742)
PASS: lit :: max-time.py (97642 of 97742)
PASS: lit :: shtest-shell.py (97643 of 97742)
PASS: lit :: shtest-define.py (97644 of 97742)
command timed out: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1763.338136
Step 7 (test-build-unified-tree-check-runtimes) failure: 1200 seconds without output running [b'ninja', b'check-runtimes'], attempting to kill
...
PASS: AddressSanitizer-Unit :: ./Asan-powerpc64le-inline-Test/40/96 (4164 of 4274)
PASS: AddressSanitizer-Unit :: ./Asan-powerpc64le-calls-Dynamic-Test/68/96 (4165 of 4274)
PASS: AddressSanitizer-Unit :: ./Asan-powerpc64le-inline-Dynamic-Test/68/96 (4166 of 4274)
PASS: AddressSanitizer-Unit :: ./Asan-powerpc64le-inline-Test/68/96 (4167 of 4274)
PASS: AddressSanitizer-Unit :: ./Asan-powerpc64le-calls-Test/68/96 (4168 of 4274)
PASS: SanitizerCommon-asan-powerpc64le-Linux :: Linux/signal_segv_handler.cpp (4169 of 4274)
PASS: SanitizerCommon-lsan-powerpc64le-Linux :: Linux/signal_segv_handler.cpp (4170 of 4274)
PASS: SanitizerCommon-tsan-powerpc64le-Linux :: Linux/signal_segv_handler.cpp (4171 of 4274)
PASS: SanitizerCommon-msan-powerpc64le-Linux :: Linux/signal_segv_handler.cpp (4172 of 4274)
PASS: SanitizerCommon-ubsan-powerpc64le-Linux :: Linux/signal_segv_handler.cpp (4173 of 4274)
command timed out: 1200 seconds without output running [b'ninja', b'check-runtimes'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1541.041481

@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 14, 2024

LLVM Buildbot has detected a new failure on builder sanitizer-x86_64-linux running on sanitizer-buildbot1 while building compiler-rt at step 2 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/66/builds/4895

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
[386/391] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64.o
[387/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64-with-call.o
[388/391] Generating Msan-x86_64-with-call-Test
[389/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64.o
[390/391] Generating Msan-x86_64-Test
[390/391] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 10377 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/6/15 (7554 of 10377)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/6/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-3286790-6-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=6 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 7 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.Memalign
[       OK ] ScudoWrappersCTest.Memalign (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/14/15 (7555 of 10377)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/14/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-3286790-14-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=14 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 15 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.DisableForkEnable
[       OK ] ScudoWrappersCTest.DisableForkEnable (1009 ms)
[----------] 1 test from ScudoWrappersCTest (1009 ms total)

Step 9 (test compiler-rt symbolizer) failure: test compiler-rt symbolizer (failure)
...
[386/391] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64.o
[387/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64-with-call.o
[388/391] Generating Msan-x86_64-with-call-Test
[389/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64.o
[390/391] Generating Msan-x86_64-Test
[390/391] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 10377 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/6/15 (7554 of 10377)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/6/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-3286790-6-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=6 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 7 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.Memalign
[       OK ] ScudoWrappersCTest.Memalign (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/14/15 (7555 of 10377)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/14/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-3286790-14-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=14 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 15 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.DisableForkEnable
[       OK ] ScudoWrappersCTest.DisableForkEnable (1009 ms)
[----------] 1 test from ScudoWrappersCTest (1009 ms total)

Step 11 (test compiler-rt debug) failure: test compiler-rt debug (failure)
...
[386/391] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64.o
[387/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64-with-call.o
[388/391] Generating Msan-x86_64-with-call-Test
[389/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64.o
[390/391] Generating Msan-x86_64-Test
[390/391] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 4700 of 10445 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/11/15 (4630 of 4700)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/11/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-715229-11-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=11 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 12 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo2
[       OK ] ScudoWrappersCTest.MallInfo2 (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/14/15 (4631 of 4700)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/14/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-715229-14-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=14 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 15 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.DisableForkEnable
[       OK ] ScudoWrappersCTest.DisableForkEnable (1001 ms)
[----------] 1 test from ScudoWrappersCTest (1001 ms total)

Step 14 (test compiler-rt default) failure: test compiler-rt default (failure)
...
[386/391] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64.o
[387/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64-with-call.o
[388/391] Generating Msan-x86_64-with-call-Test
[389/391] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64.o
[390/391] Generating Msan-x86_64-Test
[390/391] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 10377 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/6/15 (7554 of 10377)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/6/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-2997915-6-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=6 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 7 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.Memalign
[       OK ] ScudoWrappersCTest.Memalign (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/10/15 (7555 of 10377)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/10/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-2997915-10-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=10 /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 11 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo
[       OK ] ScudoWrappersCTest.MallInfo (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

Step 16 (test standalone compiler-rt) failure: test standalone compiler-rt (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/x86_64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-x86_64-linux/build/build_default/bin/clang', '--target=x86_64-unknown-linux-gnu', '-m64', '-nobuiltininc', '-I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-x86_64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-x86_64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/x86_64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-x86_64-linux/build/build_default/bin/clang', '--target=x86_64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-x86_64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-x86_64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/x86_64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-x86_64-linux/build/build_default/bin/clang', '--target=x86_64-unknown-linux-gnu', '-m64', '-nobuiltininc', '-I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-x86_64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-x86_64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/x86_64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-x86_64-linux/build/build_default/bin/clang', '--target=x86_64-unknown-linux-gnu', '-m64', '-nobuiltininc', '-I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-x86_64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-x86_64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/x86_64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-x86_64-linux/build/build_default/bin/clang', '--target=x86_64-unknown-linux-gnu', '-m64', '-nobuiltininc', '-I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-x86_64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-x86_64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/x86_64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-x86_64-linux/build/build_default/bin/clang', '--target=x86_64-unknown-linux-gnu', '-m64', '-nobuiltininc', '-I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-x86_64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-x86_64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-x86_64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 6069 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/10/15 (4791 of 6069)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/10/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-92917-10-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=10 /home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 11 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo
[       OK ] ScudoWrappersCTest.MallInfo (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/3/15 (4792 of 6069)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/3/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-92917-3-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=3 /home/b/sanitizer-x86_64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 4 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Fork
[       OK ] ScudoWrappersCDeathTest.Fork (1006 ms)
[----------] 1 test from ScudoWrappersCDeathTest (1006 ms total)


@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 14, 2024

LLVM Buildbot has detected a new failure on builder sanitizer-aarch64-linux running on sanitizer-buildbot7 while building compiler-rt at step 2 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/51/builds/5106

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
[180/183] Generating Msan-aarch64-with-call-Test
[181/183] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.aarch64.o
[182/183] Generating Msan-aarch64-Test
[182/183] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/interception/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/sanitizer_common/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 5568 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15 (3932 of 5568)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-3451191-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc
[       OK ] ScudoWrappersCDeathTest.Malloc (15 ms)
[----------] 1 test from ScudoWrappersCDeathTest (15 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (15 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15 (3933 of 5568)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-3451191-11-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=11 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 12 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo2
[       OK ] ScudoWrappersCTest.MallInfo2 (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

Step 9 (test compiler-rt symbolizer) failure: test compiler-rt symbolizer (failure)
...
[180/183] Generating Msan-aarch64-with-call-Test
[181/183] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.aarch64.o
[182/183] Generating Msan-aarch64-Test
[182/183] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/interception/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/sanitizer_common/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 5568 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15 (3932 of 5568)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-3451191-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc
[       OK ] ScudoWrappersCDeathTest.Malloc (15 ms)
[----------] 1 test from ScudoWrappersCDeathTest (15 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (15 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15 (3933 of 5568)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-3451191-11-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=11 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 12 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo2
[       OK ] ScudoWrappersCTest.MallInfo2 (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

Step 11 (test compiler-rt debug) failure: test compiler-rt debug (failure)
...
[180/183] Generating Msan-aarch64-with-call-Test
[181/183] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.aarch64.o
[182/183] Generating Msan-aarch64-Test
[182/183] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/interception/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/sanitizer_common/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 2814 of 5569 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15 (2036 of 2814)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-500313-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc
[       OK ] ScudoWrappersCDeathTest.Malloc (10 ms)
[----------] 1 test from ScudoWrappersCDeathTest (10 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (10 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15 (2037 of 2814)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-500313-11-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=11 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 12 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo2
[       OK ] ScudoWrappersCTest.MallInfo2 (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)

Step 14 (test compiler-rt default) failure: test compiler-rt default (failure)
...
[180/183] Generating Msan-aarch64-with-call-Test
[181/183] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.aarch64.o
[182/183] Generating Msan-aarch64-Test
[182/183] Running compiler_rt regression tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/interception/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/discovery.py:276: warning: input '/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/sanitizer_common/Unit' contained no tests
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 5568 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15 (3909 of 5568)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-723374-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc
[       OK ] ScudoWrappersCDeathTest.Malloc (18 ms)
[----------] 1 test from ScudoWrappersCDeathTest (18 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (18 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/14/15 (3910 of 5568)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/14/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-723374-14-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=14 /home/b/sanitizer-aarch64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 15 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.DisableForkEnable
[       OK ] ScudoWrappersCTest.DisableForkEnable (1016 ms)
[----------] 1 test from ScudoWrappersCTest (1016 ms total)

Step 16 (test standalone compiler-rt) failure: test standalone compiler-rt (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/aarch64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-aarch64-linux/build/build_default/bin/clang', '--target=aarch64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-aarch64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-aarch64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/aarch64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-aarch64-linux/build/build_default/bin/clang', '--target=aarch64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-aarch64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-aarch64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/aarch64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-aarch64-linux/build/build_default/bin/clang', '--target=aarch64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-aarch64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-aarch64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/aarch64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-aarch64-linux/build/build_default/bin/clang', '--target=aarch64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-aarch64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-aarch64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/aarch64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-aarch64-linux/build/build_default/bin/clang', '--target=aarch64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-aarch64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-aarch64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/aarch64-unknown-linux-gnu". This path was found by running ['/home/b/sanitizer-aarch64-linux/build/build_default/bin/clang', '--target=aarch64-unknown-linux-gnu', '-Wthread-safety', '-Wthread-safety-reference', '-Wthread-safety-beta', '-nobuiltininc', '-I/home/b/sanitizer-aarch64-linux/build/llvm-project/compiler-rt/include', '-idirafter', '/home/b/sanitizer-aarch64-linux/build/build_default/lib/clang/20/include', '-resource-dir=/home/b/sanitizer-aarch64-linux/build/compiler_rt_build', '-Wl,-rpath,/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/linux', '-print-runtime-dir'].
llvm-lit: /home/b/sanitizer-aarch64-linux/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 5382 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/1/15 (4152 of 5382)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/1/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-1049665-1-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=1 /home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 2 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Realloc
[       OK ] ScudoWrappersCDeathTest.Realloc (5 ms)
[----------] 1 test from ScudoWrappersCDeathTest (5 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (5 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/10/15 (4153 of 5382)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/10/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-1049665-10-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=10 /home/b/sanitizer-aarch64-linux/build/compiler_rt_build/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 11 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo
[       OK ] ScudoWrappersCTest.MallInfo (0 ms)
[----------] 1 test from ScudoWrappersCTest (0 ms total)


@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 14, 2024

LLVM Buildbot has detected a new failure on builder premerge-monolithic-linux running on premerge-linux-1 while building compiler-rt at step 7 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/11792

Here is the relevant piece of the build log for the reference
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
...
PASS: Clang :: CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c (947 of 95087)
PASS: AddressSanitizer-x86_64-linux :: TestCases/Posix/bcmp_test.cpp (948 of 95087)
PASS: LeakSanitizer-AddressSanitizer-x86_64 :: TestCases/lsan_crash.cpp (949 of 95087)
PASS: UBSan-Standalone-x86_64 :: TestCases/Pointer/align-assume-attribute-alloc_align-on-function-variable.cpp (950 of 95087)
PASS: Clang :: CodeGen/X86/avx512vlbw-builtins.c (951 of 95087)
PASS: Clang :: CodeGen/aarch64-sme2-intrinsics/acle_sme2_bmop.c (952 of 95087)
PASS: LLVM :: TableGen/predicate-patfags.td (953 of 95087)
PASS: SanitizerCommon-hwasan-x86_64-Linux :: max_allocation_size.cpp (954 of 95087)
PASS: cfi-devirt-lld-thinlto-x86_64 :: cross-dso/simple-pass.cpp (955 of 95087)
TIMEOUT: ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/67/69 (956 of 95087)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/67/69' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test-ScudoStandalone-Unit-474177-67-69.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=69 GTEST_SHARD_INDEX=67 /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test
--

Note: This is test shard 68 of 69.
[==========] Running 4 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ScudoCombinedDeathTestBasicCombined14_AndroidConfig
[ RUN      ] ScudoCombinedDeathTestBasicCombined14_AndroidConfig.BasicCombined14
Stats: SizeClassAllocator64: 1M mapped (0M rss) in 19 allocations; remains 19; ReleaseToOsIntervalMs = 1000
  00 (    64): mapped:    256K popped:      13 pushed:       0 inuse:     13 total:    104 releases:      0 last released:      0K latest pushed bytes:      5K region: 0x7c65ba4c7000 (0x7c65ba4c6000)
  27 ( 16400): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    112K region: 0x7c649a4cf000 (0x7c649a4c6000)
  28 ( 18448): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    126K region: 0x7c658a4d5000 (0x7c658a4c6000)
  29 ( 23056): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    157K region: 0x7c652a4c8000 (0x7c652a4c6000)
  30 ( 29456): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    201K region: 0x7c65da4cb000 (0x7c65da4c6000)
  31 ( 33296): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      7 releases:      0 last released:      0K latest pushed bytes:    195K region: 0x7c646a4d1000 (0x7c646a4c6000)
  32 ( 65552): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      3 releases:      0 last released:      0K latest pushed bytes:    128K region: 0x7c659a4d5000 (0x7c659a4c6000)
Stats: MapAllocator: allocated 65 times (6488K), freed 65 times (6488K), remains 0 (0K) max 0M, Fragmented 0K
Stats: MapAllocatorCache: EntriesCount: 32, MaxEntriesCount: 32, MaxEntrySize: 2097152, ReleaseToOsIntervalMs = 1000
Stats: CacheRetrievalStats: SuccessRate: 0/0 (100.00%)
Cache Entry Info (Most Recent -> Least Recent):
  StartBlockAddress: 0x7c642a08f000, EndBlockAddress: 0x7c642a0a7000, BlockSize: 98304 
  StartBlockAddress: 0x7c642a0af000, EndBlockAddress: 0x7c642a0c9000, BlockSize: 106496 
  StartBlockAddress: 0x7c642a0cf000, EndBlockAddress: 0x7c642a0eb000, BlockSize: 114688 
  StartBlockAddress: 0x7c642a0ef000, EndBlockAddress: 0x7c642a10d000, BlockSize: 122880 
  StartBlockAddress: 0x7c642a10f000, EndBlockAddress: 0x7c642a12f000, BlockSize: 131072 
  StartBlockAddress: 0x7c642a13f000, EndBlockAddress: 0x7c642a151000, BlockSize: 73728 
  StartBlockAddress: 0x7c642a15f000, EndBlockAddress: 0x7c642a173000, BlockSize: 81920 
  StartBlockAddress: 0x7c642a17f000, EndBlockAddress: 0x7c642a195000, BlockSize: 90112 
  StartBlockAddress: 0x7c642a19f000, EndBlockAddress: 0x7c642a1b7000, BlockSize: 98304 
  StartBlockAddress: 0x7c642a1bf000, EndBlockAddress: 0x7c642a1d9000, BlockSize: 106496 
  StartBlockAddress: 0x7c642a1df000, EndBlockAddress: 0x7c642a1fb000, BlockSize: 114688 
  StartBlockAddress: 0x7c642a1ff000, EndBlockAddress: 0x7c642a21d000, BlockSize: 122880 
  StartBlockAddress: 0x7c642a21f000, EndBlockAddress: 0x7c642a23f000, BlockSize: 131072 
  StartBlockAddress: 0x7c642a24f000, EndBlockAddress: 0x7c642a261000, BlockSize: 73728 
  StartBlockAddress: 0x7c642a26f000, EndBlockAddress: 0x7c642a283000, BlockSize: 81920 
  StartBlockAddress: 0x7c642a28f000, EndBlockAddress: 0x7c642a2a5000, BlockSize: 90112 

@llvm-ci
Copy link
Collaborator

llvm-ci commented Oct 15, 2024

LLVM Buildbot has detected a new failure on builder sanitizer-x86_64-linux-qemu running on sanitizer-buildbot3 while building compiler-rt at step 2 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/139/builds/4979

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.x86_64.o
[73/77] Generating ScudoCxxUnitTest-x86_64-Test
[74/77] Generating ScudoCUnitTest-x86_64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.x86_64.o
[76/77] Generating ScudoUnitTest-x86_64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/36/138 (154 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/36/138' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test-ScudoStandalone-Unit-3546793-36-138.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=138 GTEST_SHARD_INDEX=36 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test
--

Note: This is test shard 37 of 138.
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ScudoCombinedDeathTestBasicCombined4_DefaultConfig
[ RUN      ] ScudoCombinedDeathTestBasicCombined4_DefaultConfig.BasicCombined4
Stats: SizeClassAllocator64: 6M mapped (0M rss) in 161 allocations; remains 161; ReleaseToOsIntervalMs = 5000
  00 (   128): mapped:    256K popped:      80 pushed:       0 inuse:     80 total:    128 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x7801e4c06000 (0x7801e4c00000)
  01 (    32): mapped:    256K popped:      14 pushed:       0 inuse:     14 total:    112 releases:      0 last released:      0K latest pushed bytes:      3K region: 0x77f1e4c0c000 (0x77f1e4c00000)
  02 (    64): mapped:    256K popped:      14 pushed:       0 inuse:     14 total:    112 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77eee4c0c000 (0x77eee4c00000)
  03 (    96): mapped:    256K popped:      10 pushed:       0 inuse:     10 total:     80 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77f7e4c0b000 (0x77f7e4c00000)
  04 (   128): mapped:    256K popped:       8 pushed:       0 inuse:      8 total:     64 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x77fbe4c0f000 (0x77fbe4c00000)
  05 (   160): mapped:    256K popped:       6 pushed:       0 inuse:      6 total:     48 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x7803e4c01000 (0x7803e4c00000)
  06 (   192): mapped:    256K popped:       5 pushed:       0 inuse:      5 total:     40 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77f6e4c06000 (0x77f6e4c00000)
  08 (   256): mapped:    256K popped:       4 pushed:       0 inuse:      4 total:     32 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x7811e4c01000 (0x7811e4c00000)
  09 (   320): mapped:    256K popped:       3 pushed:       0 inuse:      3 total:     24 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77f3e4c08000 (0x77f3e4c00000)
  12 (   512): mapped:    256K popped:       2 pushed:       0 inuse:      2 total:     16 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x77f5e4c06000 (0x77f5e4c00000)
  13 (   640): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:      4K region: 0x7800e4c06000 (0x7800e4c00000)
  16 (  1024): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x77ffe4c0b000 (0x77ffe4c00000)
  17 (  1280): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:      8K region: 0x77fce4c01000 (0x77fce4c00000)
  20 (  2048): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     14K region: 0x77ede4c06000 (0x77ede4c00000)
  21 (  2560): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     17K region: 0x77fee4c0b000 (0x77fee4c00000)
  24 (  4096): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     28K region: 0x77e9e4c10000 (0x77e9e4c00000)
  25 (  5120): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     35K region: 0x77fde4c06000 (0x77fde4c00000)
  28 (  8192): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     56K region: 0x77ebe4c03000 (0x77ebe4c00000)
  29 ( 10240): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     70K region: 0x77f9e4c0f000 (0x77f9e4c00000)
  32 ( 16384): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    112K region: 0x77e7e4c07000 (0x77e7e4c00000)
  33 ( 20480): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    140K region: 0x77efe4c05000 (0x77efe4c00000)
  36 ( 32768): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    224K region: 0x7805e4c0e000 (0x7805e4c00000)
  37 ( 40960): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      6 releases:      0 last released:      0K latest pushed bytes:    200K region: 0x77f0e4c0f000 (0x77f0e4c00000)
  40 ( 65536): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      4 releases:      0 last released:      0K latest pushed bytes:    192K region: 0x7808e4c07000 (0x7808e4c00000)
  41 ( 81920): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      3 releases:      0 last released:      0K latest pushed bytes:    160K region: 0x77ece4c0a000 (0x77ece4c00000)
Stats: MapAllocator: allocated 0 times (0K), freed 0 times (0K), remains 0 (0K) max 0M, Fragmented 0K
Stats: MapAllocatorCache: EntriesCount: 0, MaxEntriesCount: 32, MaxEntrySize: 524288, ReleaseToOsIntervalMs = 5000
Step 13 (scudo x86_64) failure: scudo x86_64 (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.x86_64.o
[73/77] Generating ScudoCxxUnitTest-x86_64-Test
[74/77] Generating ScudoCUnitTest-x86_64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.x86_64.o
[76/77] Generating ScudoUnitTest-x86_64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/36/138 (154 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/36/138' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test-ScudoStandalone-Unit-3546793-36-138.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=138 GTEST_SHARD_INDEX=36 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test
--

Note: This is test shard 37 of 138.
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ScudoCombinedDeathTestBasicCombined4_DefaultConfig
[ RUN      ] ScudoCombinedDeathTestBasicCombined4_DefaultConfig.BasicCombined4
Stats: SizeClassAllocator64: 6M mapped (0M rss) in 161 allocations; remains 161; ReleaseToOsIntervalMs = 5000
  00 (   128): mapped:    256K popped:      80 pushed:       0 inuse:     80 total:    128 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x7801e4c06000 (0x7801e4c00000)
  01 (    32): mapped:    256K popped:      14 pushed:       0 inuse:     14 total:    112 releases:      0 last released:      0K latest pushed bytes:      3K region: 0x77f1e4c0c000 (0x77f1e4c00000)
  02 (    64): mapped:    256K popped:      14 pushed:       0 inuse:     14 total:    112 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77eee4c0c000 (0x77eee4c00000)
  03 (    96): mapped:    256K popped:      10 pushed:       0 inuse:     10 total:     80 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77f7e4c0b000 (0x77f7e4c00000)
  04 (   128): mapped:    256K popped:       8 pushed:       0 inuse:      8 total:     64 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x77fbe4c0f000 (0x77fbe4c00000)
  05 (   160): mapped:    256K popped:       6 pushed:       0 inuse:      6 total:     48 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x7803e4c01000 (0x7803e4c00000)
  06 (   192): mapped:    256K popped:       5 pushed:       0 inuse:      5 total:     40 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77f6e4c06000 (0x77f6e4c00000)
  08 (   256): mapped:    256K popped:       4 pushed:       0 inuse:      4 total:     32 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x7811e4c01000 (0x7811e4c00000)
  09 (   320): mapped:    256K popped:       3 pushed:       0 inuse:      3 total:     24 releases:      0 last released:      0K latest pushed bytes:      6K region: 0x77f3e4c08000 (0x77f3e4c00000)
  12 (   512): mapped:    256K popped:       2 pushed:       0 inuse:      2 total:     16 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x77f5e4c06000 (0x77f5e4c00000)
  13 (   640): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:      4K region: 0x7800e4c06000 (0x7800e4c00000)
  16 (  1024): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:      7K region: 0x77ffe4c0b000 (0x77ffe4c00000)
  17 (  1280): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:      8K region: 0x77fce4c01000 (0x77fce4c00000)
  20 (  2048): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     14K region: 0x77ede4c06000 (0x77ede4c00000)
  21 (  2560): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     17K region: 0x77fee4c0b000 (0x77fee4c00000)
  24 (  4096): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     28K region: 0x77e9e4c10000 (0x77e9e4c00000)
  25 (  5120): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     35K region: 0x77fde4c06000 (0x77fde4c00000)
  28 (  8192): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     56K region: 0x77ebe4c03000 (0x77ebe4c00000)
  29 ( 10240): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:     70K region: 0x77f9e4c0f000 (0x77f9e4c00000)
  32 ( 16384): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    112K region: 0x77e7e4c07000 (0x77e7e4c00000)
  33 ( 20480): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    140K region: 0x77efe4c05000 (0x77efe4c00000)
  36 ( 32768): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      8 releases:      0 last released:      0K latest pushed bytes:    224K region: 0x7805e4c0e000 (0x7805e4c00000)
  37 ( 40960): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      6 releases:      0 last released:      0K latest pushed bytes:    200K region: 0x77f0e4c0f000 (0x77f0e4c00000)
  40 ( 65536): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      4 releases:      0 last released:      0K latest pushed bytes:    192K region: 0x7808e4c07000 (0x7808e4c00000)
  41 ( 81920): mapped:    256K popped:       1 pushed:       0 inuse:      1 total:      3 releases:      0 last released:      0K latest pushed bytes:    160K region: 0x77ece4c0a000 (0x77ece4c00000)
Stats: MapAllocator: allocated 0 times (0K), freed 0 times (0K), remains 0 (0K) max 0M, Fragmented 0K
Stats: MapAllocatorCache: EntriesCount: 0, MaxEntriesCount: 32, MaxEntrySize: 524288, ReleaseToOsIntervalMs = 5000
Step 14 (scudo x86_64_qemu) failure: scudo x86_64_qemu (failure)
...
[72/77] Generating ScudoCUnitTest-x86_64-Test
[73/77] Generating ScudoUnitTestsObjects.wrappers_cpp_test.cpp.x86_64.o
[74/77] Generating ScudoCxxUnitTest-x86_64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.x86_64.o
[76/77] Generating ScudoUnitTest-x86_64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/12/15 (154 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/12/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-1146874-12-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=12 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-x86_64 -L /usr/x86_64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 13 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallocIterateBoundary
[       OK ] ScudoWrappersCTest.MallocIterateBoundary (13 ms)
[----------] 1 test from ScudoWrappersCTest (28 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (85 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/0/15 (155 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-1146874-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-x86_64 -L /usr/x86_64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

Step 15 (scudo aarch64_qemu) failure: scudo aarch64_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.aarch64.o
[73/77] Generating ScudoCxxUnitTest-aarch64-Test
[74/77] Generating ScudoCUnitTest-aarch64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.aarch64.o
[76/77] Generating ScudoUnitTest-aarch64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/13/15 (146 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/13/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-1930670-13-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=13 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 14 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallocInfo
[       OK ] ScudoWrappersCTest.MallocInfo (46 ms)
[----------] 1 test from ScudoWrappersCTest (49 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (89 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/3/15 (147 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/3/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-1930670-3-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=3 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 4 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Fork

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ScudoWrappersCDeathTest.Fork (1206 ms)
Step 16 (scudo aarch64_qemu_cortex-a72) failure: scudo aarch64_qemu_cortex-a72 (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.aarch64.o
[73/77] Generating ScudoCUnitTest-aarch64-Test
[74/77] Generating ScudoCxxUnitTest-aarch64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.aarch64.o
[76/77] Generating ScudoUnitTest-aarch64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/4/15 (152 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/4/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-37957-4-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=4 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu -cpu cortex-a72 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 5 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.Calloc
[       OK ] ScudoWrappersCTest.Calloc (24 ms)
[----------] 1 test from ScudoWrappersCTest (37 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (98 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/14/15 (153 of 312)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/14/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-37957-14-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=14 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu -cpu cortex-a72 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 15 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.DisableForkEnable
[       OK ] ScudoWrappersCTest.DisableForkEnable (1111 ms)
[----------] 1 test from ScudoWrappersCTest (1160 ms total)

Step 17 (scudo mips64_qemu) failure: scudo mips64_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.mips64.o
[73/77] Generating ScudoCxxUnitTest-mips64-Test
[74/77] Generating ScudoCUnitTest-mips64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.mips64.o
[76/77] Generating ScudoUnitTest-mips64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 156 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/0/15 (95 of 156)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test-ScudoStandalone-Unit-1116027-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64 -L /usr/mips64-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ScudoWrappersCDeathTest.Malloc (239 ms)
[----------] 1 test from ScudoWrappersCDeathTest (259 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (315 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/1/15 (96 of 156)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/1/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test-ScudoStandalone-Unit-1116027-1-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=1 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64 -L /usr/mips64-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test
--

Note: This is test shard 2 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
Step 18 (scudo mips64el_qemu) failure: scudo mips64el_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.mips64el.o
[73/77] Generating ScudoCUnitTest-mips64el-Test
[74/77] Generating ScudoCxxUnitTest-mips64el-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.mips64el.o
[76/77] Generating ScudoUnitTest-mips64el-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 156 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64el-Test/13/15 (97 of 156)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64el-Test/13/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64el_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64el-Test-ScudoStandalone-Unit-3190704-13-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=13 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64el -L /usr/mips64el-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64el_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64el-Test
--

Note: This is test shard 14 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallocInfo
[       OK ] ScudoWrappersCTest.MallocInfo (12 ms)
[----------] 1 test from ScudoWrappersCTest (14 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (32 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60
TIMEOUT: ScudoStandalone-Unit :: ./ScudoUnitTest-mips64el-Test/100/138 (98 of 156)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoUnitTest-mips64el-Test/100/138' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64el_qemu/lib/scudo/standalone/tests/./ScudoUnitTest-mips64el-Test-ScudoStandalone-Unit-3190704-100-138.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=138 GTEST_SHARD_INDEX=100 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64el -L /usr/mips64el-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_mips64el_qemu/lib/scudo/standalone/tests/./ScudoUnitTest-mips64el-Test
--

Note: This is test shard 101 of 138.
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ScudoCombinedTestReallocateLargeIncreasing_AndroidConfig
[ RUN      ] ScudoCombinedTestReallocateLargeIncreasing_AndroidConfig.ReallocateLargeIncreasing

--
exit: -9
Step 19 (scudo powerpc64le_qemu) failure: scudo powerpc64le_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.powerpc64le.o
[73/77] Generating ScudoCUnitTest-powerpc64le-Test
[74/77] Generating ScudoCxxUnitTest-powerpc64le-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.powerpc64le.o
[76/77] Generating ScudoUnitTest-powerpc64le-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 156 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/0/15 (97 of 156)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test-ScudoStandalone-Unit-4093601-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-ppc64le -L /usr/powerpc64le-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ScudoWrappersCDeathTest.Malloc (194 ms)
[----------] 1 test from ScudoWrappersCDeathTest (199 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (254 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/14/15 (98 of 156)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/14/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test-ScudoStandalone-Unit-4093601-14-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=14 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-ppc64le -L /usr/powerpc64le-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test
--

Note: This is test shard 15 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
Step 20 (scudo debug_x86_64) failure: scudo debug_x86_64 (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.x86_64.o
[73/77] Generating ScudoCUnitTest-x86_64-Test
[74/77] Generating ScudoCxxUnitTest-x86_64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.x86_64.o
[76/77] Generating ScudoUnitTest-x86_64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 314 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/103/139 (159 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoUnitTest-x86_64-Test/103/139' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test-ScudoStandalone-Unit-4108105-103-139.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=139 GTEST_SHARD_INDEX=103 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64/lib/scudo/standalone/tests/./ScudoUnitTest-x86_64-Test
--

Note: This is test shard 104 of 139.
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ScudoCombinedTestReallocateLargeIncreasing_TestConditionVariableConfig
[ RUN      ] ScudoCombinedTestReallocateLargeIncreasing_TestConditionVariableConfig.ReallocateLargeIncreasing

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/0/15 (160 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/0/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-4108105-0-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=0 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 1 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Malloc
[       OK ] ScudoWrappersCDeathTest.Malloc (18 ms)
[----------] 1 test from ScudoWrappersCDeathTest (18 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (18 ms total)
[  PASSED  ] 1 test.

--
exit: -9
Step 21 (scudo debug_x86_64_qemu) failure: scudo debug_x86_64_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.x86_64.o
[73/77] Generating ScudoCxxUnitTest-x86_64-Test
[74/77] Generating ScudoCUnitTest-x86_64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.x86_64.o
[76/77] Generating ScudoUnitTest-x86_64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 314 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/5/15 (161 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/5/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-1339006-5-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=5 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-x86_64 -L /usr/x86_64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 6 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.SmallAlign

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/13/15 (162 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-x86_64-Test/13/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test-ScudoStandalone-Unit-1339006-13-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=13 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-x86_64 -L /usr/x86_64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_x86_64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-x86_64-Test
--

Note: This is test shard 14 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallocInfo
[       OK ] ScudoWrappersCTest.MallocInfo (51 ms)
[----------] 1 test from ScudoWrappersCTest (65 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (115 ms total)
[  PASSED  ] 1 test.

--
exit: -9
Step 22 (scudo debug_aarch64_qemu) failure: scudo debug_aarch64_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.aarch64.o
[73/77] Generating ScudoCUnitTest-aarch64-Test
[74/77] Generating ScudoCxxUnitTest-aarch64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.aarch64.o
[76/77] Generating ScudoUnitTest-aarch64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 314 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoUnitTest-aarch64-Test/1/139 (152 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoUnitTest-aarch64-Test/1/139' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_aarch64_qemu/lib/scudo/standalone/tests/./ScudoUnitTest-aarch64-Test-ScudoStandalone-Unit-2382075-1-139.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=139 GTEST_SHARD_INDEX=1 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_aarch64_qemu/lib/scudo/standalone/tests/./ScudoUnitTest-aarch64-Test
--

Note: This is test shard 2 of 139.
[==========] Running 2 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from ScudoChunkDeathTest
[ RUN      ] ScudoChunkDeathTest.CorruptHeader

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ScudoChunkDeathTest.CorruptHeader (490 ms)
[----------] 1 test from ScudoChunkDeathTest (500 ms total)

[----------] 1 test from ScudoCombinedTestDisableMemInit_TestConditionVariableConfig
[ RUN      ] ScudoCombinedTestDisableMemInit_TestConditionVariableConfig.DisableMemInit

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40..
Step 23 (scudo debug_aarch64_qemu_cortex-a72) failure: scudo debug_aarch64_qemu_cortex-a72 (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.aarch64.o
[73/77] Generating ScudoCUnitTest-aarch64-Test
[74/77] Generating ScudoCxxUnitTest-aarch64-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.aarch64.o
[76/77] Generating ScudoUnitTest-aarch64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 314 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/8/15 (157 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/8/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-1607247-8-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=8 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu -cpu cortex-a72 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 9 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallOpt

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15 (158 of 314)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-aarch64-Test/11/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test-ScudoStandalone-Unit-1607247-11-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=11 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-aarch64 -L /usr/aarch64-linux-gnu -cpu cortex-a72 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_aarch64_qemu_cortex-a72/lib/scudo/standalone/tests/./ScudoCUnitTest-aarch64-Test
--

Note: This is test shard 12 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo2
[       OK ] ScudoWrappersCTest.MallInfo2 (19 ms)
[----------] 1 test from ScudoWrappersCTest (28 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (88 ms total)
[  PASSED  ] 1 test.

--
exit: -9
Step 24 (scudo debug_mips64_qemu) failure: scudo debug_mips64_qemu (failure)
...
[72/77] Generating ScudoCUnitTest-mips64-Test
[73/77] Generating ScudoCxxUnitTest-mips64-Test
[74/77] Generating ScudoUnitTestsObjects.primary_test.cpp.mips64.o
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.mips64.o
[76/77] Generating ScudoUnitTest-mips64-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 157 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/5/15 (98 of 157)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/5/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test-ScudoStandalone-Unit-2972835-5-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=5 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64 -L /usr/mips64-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test
--

Note: This is test shard 6 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.SmallAlign

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/3/15 (99 of 157)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64-Test/3/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test-ScudoStandalone-Unit-2972835-3-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=3 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64 -L /usr/mips64-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64-Test
--

Note: This is test shard 4 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCDeathTest
[ RUN      ] ScudoWrappersCDeathTest.Fork

[WARNING] /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/compiler-rt/../third-party/unittest/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] ScudoWrappersCDeathTest.Fork (1303 ms)
[----------] 1 test from ScudoWrappersCDeathTest (1334 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1433 ms total)
[  PASSED  ] 1 test.

Step 25 (scudo debug_mips64el_qemu) failure: scudo debug_mips64el_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.mips64el.o
[73/77] Generating ScudoCUnitTest-mips64el-Test
[74/77] Generating ScudoCxxUnitTest-mips64el-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.mips64el.o
[76/77] Generating ScudoUnitTest-mips64el-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 157 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50..
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64el-Test/11/15 (95 of 157)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64el-Test/11/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64el_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64el-Test-ScudoStandalone-Unit-3762735-11-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=11 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64el -L /usr/mips64el-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64el_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64el-Test
--

Note: This is test shard 12 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo2
[       OK ] ScudoWrappersCTest.MallInfo2 (17 ms)
[----------] 1 test from ScudoWrappersCTest (29 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (98 ms total)
[  PASSED  ] 1 test.

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64el-Test/10/15 (96 of 157)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-mips64el-Test/10/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64el_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64el-Test-ScudoStandalone-Unit-3762735-10-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=10 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-mips64el -L /usr/mips64el-linux-gnuabi64 /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_mips64el_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-mips64el-Test
--

Note: This is test shard 11 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo
[       OK ] ScudoWrappersCTest.MallInfo (19 ms)
[----------] 1 test from ScudoWrappersCTest (29 ms total)

Step 26 (scudo debug_powerpc64le_qemu) failure: scudo debug_powerpc64le_qemu (failure)
...
[72/77] Generating ScudoUnitTestsObjects.gtest-all.cc.powerpc64le.o
[73/77] Generating ScudoCxxUnitTest-powerpc64le-Test
[74/77] Generating ScudoCUnitTest-powerpc64le-Test
[75/77] Generating ScudoUnitTestsObjects.combined_test.cpp.powerpc64le.o
[76/77] Generating ScudoUnitTest-powerpc64le-Test
[76/77] Running Scudo Standalone tests
llvm-lit: /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 157 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/5/15 (97 of 157)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/5/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test-ScudoStandalone-Unit-888209-5-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=5 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-ppc64le -L /usr/powerpc64le-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test
--

Note: This is test shard 6 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.SmallAlign

--
exit: -9
--
Reached timeout of 900 seconds
********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 
TIMEOUT: ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/10/15 (98 of 157)
******************** TEST 'ScudoStandalone-Unit :: ./ScudoCUnitTest-powerpc64le-Test/10/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test-ScudoStandalone-Unit-888209-10-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=10 /home/b/sanitizer-x86_64-linux-qemu/build/qemu_build/qemu-ppc64le -L /usr/powerpc64le-linux-gnu /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_debug_powerpc64le_qemu/lib/scudo/standalone/tests/./ScudoCUnitTest-powerpc64le-Test
--

Note: This is test shard 11 of 15.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ScudoWrappersCTest
[ RUN      ] ScudoWrappersCTest.MallInfo
[       OK ] ScudoWrappersCTest.MallInfo (3 ms)
[----------] 1 test from ScudoWrappersCTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (17 ms total)
[  PASSED  ] 1 test.

--
exit: -9

DanielCChen pushed a commit to DanielCChen/llvm-project that referenced this pull request Oct 16, 2024
For the block smaller than a page size, one block is unlikely to
introduce more unused pages (at most 2 if it acrosses the page boundary
and both touched pages are unused). So it's better to apply the
threshold to reduce the time of scanning groups that can't release any
new pages.
DanielCChen pushed a commit to DanielCChen/llvm-project that referenced this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants