[flang-commits] [clang] [flang] [Flang] LoongArch64 support for BIND(C) derived types in mabi=lp64d. (PR #117108)
LLVM Continuous Integration via flang-commits
flang-commits at lists.llvm.org
Thu Nov 28 20:13:19 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `libc-x86_64-debian-fullbuild-dbg-asan` running on `libc-x86_64-debian-fullbuild` while building `clang,flang` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/171/builds/11289
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
[==========] Running 4 tests from 1 test suite.
[ RUN ] LlvmLibcHashTest.SanityCheck
[ OK ] LlvmLibcHashTest.SanityCheck (17 ms)
[ RUN ] LlvmLibcHashTest.Avalanche
[ OK ] LlvmLibcHashTest.Avalanche (2148 ms)
[ RUN ] LlvmLibcHashTest.UniformLSB
[ OK ] LlvmLibcHashTest.UniformLSB (203 ms)
[ RUN ] LlvmLibcHashTest.UniformMSB
[ OK ] LlvmLibcHashTest.UniformMSB (142 us)
Ran 4 tests. PASS: 4 FAIL: 0
command timed out: 1200 seconds without output running [b'python', b'../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py', b'--debug', b'--asan'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1256.234761
Step 8 (libc-unit-tests) failure: libc-unit-tests (failure)
...
[ RUN ] LlvmLibcStrtoint64Test.InvalidBase
[ OK ] LlvmLibcStrtoint64Test.InvalidBase (7 us)
[ RUN ] LlvmLibcStrtoint64Test.CleanBaseTenDecode
[ OK ] LlvmLibcStrtoint64Test.CleanBaseTenDecode (12 us)
[ RUN ] LlvmLibcStrtoint64Test.MessyBaseTenDecode
[ OK ] LlvmLibcStrtoint64Test.MessyBaseTenDecode (9 us)
[ RUN ] LlvmLibcStrtoint64Test.DecodeInOtherBases
[ OK ] LlvmLibcStrtoint64Test.DecodeInOtherBases (407 ms)
[ RUN ] LlvmLibcStrtoint64Test.CleanBaseSixteenDecode
[ OK ] LlvmLibcStrtoint64Test.CleanBaseSixteenDecode (9 us)
[ RUN ] LlvmLibcStrtoint64Test.MessyBaseSixteenDecode
[ OK ] LlvmLibcStrtoint64Test.MessyBaseSixteenDecode (4 us)
[ RUN ] LlvmLibcStrtoint64Test.AutomaticBaseSelection
[ OK ] LlvmLibcStrtoint64Test.AutomaticBaseSelection (4 us)
[ RUN ] LlvmLibcStrtouint64Test.InvalidBase
[ OK ] LlvmLibcStrtouint64Test.InvalidBase (13 us)
[ RUN ] LlvmLibcStrtouint64Test.CleanBaseTenDecode
[ OK ] LlvmLibcStrtouint64Test.CleanBaseTenDecode (7 us)
[ RUN ] LlvmLibcStrtouint64Test.MessyBaseTenDecode
[ OK ] LlvmLibcStrtouint64Test.MessyBaseTenDecode (6 us)
[ RUN ] LlvmLibcStrtouint64Test.DecodeInOtherBases
[ OK ] LlvmLibcStrtouint64Test.DecodeInOtherBases (234 ms)
[ RUN ] LlvmLibcStrtouint64Test.CleanBaseSixteenDecode
[ OK ] LlvmLibcStrtouint64Test.CleanBaseSixteenDecode (9 us)
[ RUN ] LlvmLibcStrtouint64Test.MessyBaseSixteenDecode
[ OK ] LlvmLibcStrtouint64Test.MessyBaseSixteenDecode (3 us)
[ RUN ] LlvmLibcStrtouint64Test.AutomaticBaseSelection
[ OK ] LlvmLibcStrtouint64Test.AutomaticBaseSelection (18 us)
Ran 14 tests. PASS: 14 FAIL: 0
[1096/1098] Running unit test libc.test.src.time.nanosleep_test.__unit__
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcNanosleep.SmokeTest
[ OK ] LlvmLibcNanosleep.SmokeTest (39 us)
Ran 1 tests. PASS: 1 FAIL: 0
[1097/1098] Running unit test libc.test.src.__support.hash_test.__unit__
[==========] Running 4 tests from 1 test suite.
[ RUN ] LlvmLibcHashTest.SanityCheck
[ OK ] LlvmLibcHashTest.SanityCheck (17 ms)
[ RUN ] LlvmLibcHashTest.Avalanche
[ OK ] LlvmLibcHashTest.Avalanche (2148 ms)
[ RUN ] LlvmLibcHashTest.UniformLSB
[ OK ] LlvmLibcHashTest.UniformLSB (203 ms)
[ RUN ] LlvmLibcHashTest.UniformMSB
[ OK ] LlvmLibcHashTest.UniformMSB (142 us)
Ran 4 tests. PASS: 4 FAIL: 0
command timed out: 1200 seconds without output running [b'python', b'../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py', b'--debug', b'--asan'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1256.234761
```
</details>
https://github.com/llvm/llvm-project/pull/117108
More information about the flang-commits
mailing list