[llvm] [LLVM] Specialize test suites for `TableGen` and `FileCheck` to use smaller set of dependencies (PR #155929)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 19 10:16:41 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-debian-cpp20` running on `clang-debian-cpp20` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/108/builds/17856
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: FileCheck/dump-input/context.txt' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 17
echo foo8 > /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo8
# RUN: at line 18
echo foo7 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo7
# RUN: at line 19
echo foo6 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo6
# RUN: at line 20
echo foo5 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo5
# RUN: at line 21
echo foo4 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo4
# RUN: at line 22
echo foo3 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo3
# RUN: at line 23
echo foo2 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo2
# RUN: at line 24
echo foo1 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo1
# RUN: at line 25
echo lab1 hello >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo lab1 hello
# RUN: at line 26
echo foo1 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo1
# RUN: at line 27
echo foo2 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo2
# RUN: at line 28
echo foo3 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo3
# RUN: at line 29
echo foo4 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo4
# RUN: at line 30
echo foo5 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo5
# RUN: at line 31
echo foo6 >> /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo6
...
```
</details>
https://github.com/llvm/llvm-project/pull/155929
More information about the llvm-commits
mailing list