[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
Sat Sep 20 02:27:31 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu-no-asserts` running on `doug-worker-6` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/202/builds/3409
<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 > /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo8
# note: command had no output on stdout or stderr
# RUN: at line 18
echo foo7 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo7
# note: command had no output on stdout or stderr
# RUN: at line 19
echo foo6 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo6
# note: command had no output on stdout or stderr
# RUN: at line 20
echo foo5 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo5
# note: command had no output on stdout or stderr
# RUN: at line 21
echo foo4 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo4
# note: command had no output on stdout or stderr
# RUN: at line 22
echo foo3 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo3
# note: command had no output on stdout or stderr
# RUN: at line 23
echo foo2 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo2
# note: command had no output on stdout or stderr
# RUN: at line 24
echo foo1 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo1
# note: command had no output on stdout or stderr
# RUN: at line 25
echo lab1 hello >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo lab1 hello
# note: command had no output on stdout or stderr
# RUN: at line 26
echo foo1 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo1
# note: command had no output on stdout or stderr
# RUN: at line 27
echo foo2 >> /home/buildbot/buildbot-root/gcc-no-asserts/build/test/FileCheck/dump-input/Output/context.txt.tmp.in
# executed command: echo foo2
# note: command had no output on stdout or stderr
# RUN: at line 28
...
```
</details>
https://github.com/llvm/llvm-project/pull/155929
More information about the llvm-commits
mailing list