[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Make C++ method parsing aware of explicit object parameters (PR #124096)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 23 03:36:16 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `lldb` at step 15 "test-check-lldb-unit".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/3894
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 15 (test-check-lldb-unit) failure: Test just built components: check-lldb-unit completed (failure)
******************** TEST 'lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/6/42' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/unittests/SymbolFile/DWARF/./SymbolFileDWARFTests-lldb-unit-4043327-6-42.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=42 GTEST_SHARD_INDEX=6 /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/unittests/SymbolFile/DWARF/./SymbolFileDWARFTests
--
Note: This is test shard 7 of 42.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from DWARFASTParserClangTests
[ RUN ] DWARFASTParserClangTests.TestParseSubroutine_ExplicitObjectParameter
Expected<T> must be checked before access or destruction.
Expected<T> value was in success state. (Note: Expected<T> values in success mode must still be checked prior to being destroyed).
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 SymbolFileDWARFTests 0x00006446daf12702
1 SymbolFileDWARFTests 0x00006446daf0f58f
2 SymbolFileDWARFTests 0x00006446daf0f6d5
3 libc.so.6 0x000071cf66645320
4 libc.so.6 0x000071cf6669eb1c pthread_kill + 284
5 libc.so.6 0x000071cf6664526e gsignal + 30
6 libc.so.6 0x000071cf666288ff abort + 223
7 SymbolFileDWARFTests 0x00006446dae86a8d
8 SymbolFileDWARFTests 0x00006446dae8ac1a
9 SymbolFileDWARFTests 0x00006446daf731bf
10 SymbolFileDWARFTests 0x00006446daf7b6f2
11 SymbolFileDWARFTests 0x00006446daf880c9
12 SymbolFileDWARFTests 0x00006446daf88a02
13 SymbolFileDWARFTests 0x00006446daf72ec0
14 SymbolFileDWARFTests 0x00006446dad9dc3a
15 libc.so.6 0x000071cf6662a1ca
16 libc.so.6 0x000071cf6662a28b __libc_start_main + 139
17 SymbolFileDWARFTests 0x00006446dae7e855
--
exit: -6
--
shard JSON output does not exist: /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/unittests/SymbolFile/DWARF/./SymbolFileDWARFTests-lldb-unit-4043327-6-42.json
********************
```
</details>
https://github.com/llvm/llvm-project/pull/124096
More information about the lldb-commits
mailing list