[compiler-rt] [rtsan][NFC] Move assertions and diagnostics into own impl files (PR #109500)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 17:53:10 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-ppc64-aix` running on `aix-ppc64` while building `compiler-rt` at step 3 "clean-build-dir".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/1062
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 3 (clean-build-dir) failure: Delete failed. (failure) (timed out)
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM-Unit :: Support/./SupportTests/71/87' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/unittests/Support/./SupportTests-LLVM-Unit-39256560-71-87.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=87 GTEST_SHARD_INDEX=71 /home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/unittests/Support/./SupportTests
--
Script:
--
/home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/unittests/Support/./SupportTests --gtest_filter=ProgramEnvTest.TestExecuteNoWaitTimeoutPolling
--
Note: Google Test filter = ProgramEnvTest.TestExecuteNoWaitTimeoutPolling
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ProgramEnvTest
/home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/llvm/unittests/Support/ProgramTest.cpp:413: Failure
Expected: (LoopCount) > (1u), actual: 1 vs 1
LoopCount should be >1
/home/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/llvm/unittests/Support/ProgramTest.cpp:413
Expected: (LoopCount) > (1u), actual: 1 vs 1
LoopCount should be >1
********************
```
</details>
https://github.com/llvm/llvm-project/pull/109500
More information about the llvm-commits
mailing list