[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:19:02 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `lldb` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/162/builds/14712
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/36/42 (2739 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/38/42 (2740 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/39/42 (2741 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/37/42 (2742 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/5/42 (2743 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/9/42 (2744 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/8/42 (2745 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/4/42 (2746 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/40/42 (2747 of 2757)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/41/42 (2748 of 2757)
FAIL: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/6/42 (2749 of 2757)
******************** TEST 'lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/6/42' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/unittests/SymbolFile/DWARF/./SymbolFileDWARFTests-lldb-unit-1844284-6-42.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=42 GTEST_SHARD_INDEX=6 /home/worker/2.0.1/lldb-x86_64-debian/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 0x0000560271ee5ba7
1 SymbolFileDWARFTests 0x0000560271ee3a2c
2 SymbolFileDWARFTests 0x0000560271ee63ea
3 libc.so.6 0x00007f3e54e5b050
4 libc.so.6 0x00007f3e54ea9e2c
5 libc.so.6 0x00007f3e54e5afb2 gsignal + 18
6 libc.so.6 0x00007f3e54e45472 abort + 211
7 SymbolFileDWARFTests 0x0000560271e79d51
8 SymbolFileDWARFTests 0x0000560271e724f7
9 SymbolFileDWARFTests 0x0000560271f39e2c
10 SymbolFileDWARFTests 0x0000560271f3b368
11 SymbolFileDWARFTests 0x0000560271f3c053
12 SymbolFileDWARFTests 0x0000560271f4cf67
13 SymbolFileDWARFTests 0x0000560271f4c18a
14 SymbolFileDWARFTests 0x0000560271f2561c
15 libc.so.6 0x00007f3e54e4624a
16 libc.so.6 0x00007f3e54e46305 __libc_start_main + 133
17 SymbolFileDWARFTests 0x0000560271e65161
--
exit: -6
--
shard JSON output does not exist: /home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/unittests/SymbolFile/DWARF/./SymbolFileDWARFTests-lldb-unit-1844284-6-42.json
********************
```
</details>
https://github.com/llvm/llvm-project/pull/124096
More information about the lldb-commits
mailing list