[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 16:45:10 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-armv7-global-isel` running on `linaro-clang-armv7-global-isel` while building `llvm` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/39/builds/7942
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: FileCheck/dump-input/annotations.txt' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 10
echo 'hello world' > /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.in
# executed command: echo 'hello world'
# RUN: at line 11
echo 'goodbye' >> /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.in
# executed command: echo goodbye
# RUN: at line 12
echo 'world' >> /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.in
# executed command: echo world
# RUN: at line 13
echo 'unicorn' >> /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.in
# executed command: echo unicorn
# RUN: at line 15
echo 'CHECK: hello' > /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.chk
# executed command: echo 'CHECK: hello'
# RUN: at line 16
echo 'CHECK: universe' >> /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.chk
# executed command: echo 'CHECK: universe'
# RUN: at line 18
env -u FILECHECK_OPTS not /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/FileCheck -dump-input=always -input-file /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.in /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.chk -v 2>&1 | /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/FileCheck -strict-whitespace -match-full-lines -check-prefix=ALIGN -implicit-check-not='remark:' /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/FileCheck/dump-input/annotations.txt
# executed command: env -u FILECHECK_OPTS not /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/FileCheck -dump-input=always -input-file /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.in /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.chk -v
# executed command: /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/bin/FileCheck -strict-whitespace -match-full-lines -check-prefix=ALIGN -implicit-check-not=remark: /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/FileCheck/dump-input/annotations.txt
# .---command stderr------------
# | /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/FileCheck/dump-input/annotations.txt:29:14: error: ALIGN-NEXT: expected string not found in input
# | ; ALIGN-NEXT: 1: hello world
# | ^
# | <stdin>:17:7: note: scanning from here
# | <<<<<<
# | ^
# | <stdin>:20:8: note: possible intended match here
# | check:2'0 X error: no match found
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/llvm/test/FileCheck/dump-input/annotations.txt
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 12: Check file: /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/test/FileCheck/dump-input/Output/annotations.txt.tmp.chk
# | 13:
...
```
</details>
https://github.com/llvm/llvm-project/pull/155929
More information about the llvm-commits
mailing list