[llvm] [HashRecognize] Strip excess-TC check (PR #157479)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 08:26:38 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `cross-project-tests-sie-ubuntu` running on `doug-worker-1a` while building `llvm` at step 6 "test-build-unified-tree-check-cross-project".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/181/builds/27441
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-cross-project) failure: test (failure)
******************** TEST 'cross-project-tests :: debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c' FAILED ********************
Exit Code: 2
Command Output (stderr):
--
clang -O0 -glldb -std=gnu11 /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c -o /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/Output/target_run_args_with_command.c.tmp # RUN: at line 4
+ clang -O0 -glldb -std=gnu11 /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c -o /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/Output/target_run_args_with_command.c.tmp
"/usr/bin/python3.8" "/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/dexter.py" test --fail-lt 1.0 -w --debugger lldb-dap --lldb-executable "/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/lldb-dap" --dap-message-log=/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/Output/target_run_args_with_command.c.tmp.dap.log --binary /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/Output/target_run_args_with_command.c.tmp --target-run-args "a b 'c d'" -- /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c | /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/FileCheck --dump-input-context=999999999 /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c # RUN: at line 5
+ /usr/bin/python3.8 /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/dexter.py test --fail-lt 1.0 -w --debugger lldb-dap --lldb-executable /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/lldb-dap --dap-message-log=/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/Output/target_run_args_with_command.c.tmp.dap.log --binary /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/projects/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/Output/target_run_args_with_command.c.tmp --target-run-args 'a b '\''c d'\''' -- /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c
+ /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/FileCheck --dump-input-context=999999999 /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/target_run_args_with_command.c
-> {
"type": "request",
"command": "initialize",
"arguments": {
"clientID": "dexter",
"adapterID": "lldb-dap",
"pathFormat": "path",
"linesStartAt1": true,
"columnsStartAt1": true,
"supportsVariableType": true,
"supportsVariablePaging": true,
"supportsRunInTerminalRequest": false
},
"seq": 1
}
<- {
"body": {
"$__lldb_version": "lldb version 22.0.0git (https://github.com/llvm/llvm-project.git revision ee312fc182510bc6dda072f51956a9e76f6e2638)\n clang revision ee312fc182510bc6dda072f51956a9e76f6e2638\n llvm revision ee312fc182510bc6dda072f51956a9e76f6e2638",
"completionTriggerCharacters": [
".",
" ",
"\t"
],
"exceptionBreakpointFilters": [
{
"description": "C++ Catch",
"filter": "cpp_catch",
"label": "C++ Catch",
"supportsCondition": true
},
{
"description": "C++ Throw",
"filter": "cpp_throw",
"label": "C++ Throw",
"supportsCondition": true
},
{
"description": "Objective-C Catch",
"filter": "objc_catch",
"label": "Objective-C Catch",
...
```
</details>
https://github.com/llvm/llvm-project/pull/157479
More information about the llvm-commits
mailing list