[Mlir-commits] [llvm] [mlir] Fix CMake dependencies on mlir-linalg-ods-yaml-gen (PR #113565)
LLVM Continuous Integration
llvmlistbot at llvm.org
Thu Nov 28 03:54:19 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `libc-aarch64-ubuntu-fullbuild-dbg` running on `libc-aarch64-ubuntu` while building `llvm,mlir` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/71/builds/11512
<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)
...
[ RUN ] LlvmLibcStrtouint64Test.MessyBaseSixteenDecode
[ OK ] LlvmLibcStrtouint64Test.MessyBaseSixteenDecode (2 us)
[ RUN ] LlvmLibcStrtouint64Test.AutomaticBaseSelection
[ OK ] LlvmLibcStrtouint64Test.AutomaticBaseSelection (3 us)
Ran 14 tests. PASS: 14 FAIL: 0
[883/884] Running unit test libc.test.src.time.nanosleep_test.__unit__
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcNanosleep.SmokeTest
[ OK ] LlvmLibcNanosleep.SmokeTest (32 us)
Ran 1 tests. PASS: 1 FAIL: 0
command timed out: 1200 seconds without output running [b'python', b'../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py', b'--debug'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1243.118558
Step 8 (libc-unit-tests) failure: libc-unit-tests (failure)
...
[ RUN ] LlvmLibcStrtouint32Test.DecodeInOtherBases
[ OK ] LlvmLibcStrtouint32Test.DecodeInOtherBases (312 ms)
[ RUN ] LlvmLibcStrtouint32Test.CleanBaseSixteenDecode
[ OK ] LlvmLibcStrtouint32Test.CleanBaseSixteenDecode (7 us)
[ RUN ] LlvmLibcStrtouint32Test.MessyBaseSixteenDecode
[ OK ] LlvmLibcStrtouint32Test.MessyBaseSixteenDecode (2 us)
[ RUN ] LlvmLibcStrtouint32Test.AutomaticBaseSelection
[ OK ] LlvmLibcStrtouint32Test.AutomaticBaseSelection (4 us)
Ran 14 tests. PASS: 14 FAIL: 0
[882/884] Running unit test libc.test.src.stdlib.strtoint64_test.__unit__
[==========] Running 14 tests from 1 test suite.
[ RUN ] LlvmLibcStrtoint64Test.InvalidBase
[ OK ] LlvmLibcStrtoint64Test.InvalidBase (2 us)
[ RUN ] LlvmLibcStrtoint64Test.CleanBaseTenDecode
[ OK ] LlvmLibcStrtoint64Test.CleanBaseTenDecode (7 us)
[ RUN ] LlvmLibcStrtoint64Test.MessyBaseTenDecode
[ OK ] LlvmLibcStrtoint64Test.MessyBaseTenDecode (5 us)
[ RUN ] LlvmLibcStrtoint64Test.DecodeInOtherBases
[ OK ] LlvmLibcStrtoint64Test.DecodeInOtherBases (312 ms)
[ RUN ] LlvmLibcStrtoint64Test.CleanBaseSixteenDecode
[ OK ] LlvmLibcStrtoint64Test.CleanBaseSixteenDecode (7 us)
[ RUN ] LlvmLibcStrtoint64Test.MessyBaseSixteenDecode
[ OK ] LlvmLibcStrtoint64Test.MessyBaseSixteenDecode (2 us)
[ RUN ] LlvmLibcStrtoint64Test.AutomaticBaseSelection
[ OK ] LlvmLibcStrtoint64Test.AutomaticBaseSelection (3 us)
[ RUN ] LlvmLibcStrtouint64Test.InvalidBase
[ OK ] LlvmLibcStrtouint64Test.InvalidBase (1 us)
[ RUN ] LlvmLibcStrtouint64Test.CleanBaseTenDecode
[ OK ] LlvmLibcStrtouint64Test.CleanBaseTenDecode (6 us)
[ RUN ] LlvmLibcStrtouint64Test.MessyBaseTenDecode
[ OK ] LlvmLibcStrtouint64Test.MessyBaseTenDecode (5 us)
[ RUN ] LlvmLibcStrtouint64Test.DecodeInOtherBases
[ OK ] LlvmLibcStrtouint64Test.DecodeInOtherBases (309 ms)
[ RUN ] LlvmLibcStrtouint64Test.CleanBaseSixteenDecode
[ OK ] LlvmLibcStrtouint64Test.CleanBaseSixteenDecode (7 us)
[ RUN ] LlvmLibcStrtouint64Test.MessyBaseSixteenDecode
[ OK ] LlvmLibcStrtouint64Test.MessyBaseSixteenDecode (2 us)
[ RUN ] LlvmLibcStrtouint64Test.AutomaticBaseSelection
[ OK ] LlvmLibcStrtouint64Test.AutomaticBaseSelection (3 us)
Ran 14 tests. PASS: 14 FAIL: 0
[883/884] Running unit test libc.test.src.time.nanosleep_test.__unit__
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcNanosleep.SmokeTest
[ OK ] LlvmLibcNanosleep.SmokeTest (32 us)
Ran 1 tests. PASS: 1 FAIL: 0
command timed out: 1200 seconds without output running [b'python', b'../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py', b'--debug'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1243.118558
```
</details>
https://github.com/llvm/llvm-project/pull/113565
More information about the Mlir-commits
mailing list