[Lldb-commits] [lldb] [LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependencies and reduce lldb-server size (PR #131645)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 24 07:56:09 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `lldb` at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/14835

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: lang/cpp/stl/TestSTL.py (862 of 2109)
XFAIL: lldb-api :: lang/cpp/thread_local/TestThreadLocal.py (863 of 2109)
XFAIL: lldb-api :: lang/cpp/trivial_abi/TestTrivialABI.py (864 of 2109)
PASS: lldb-api :: lang/cpp/type_lookup/TestCppTypeLookup.py (865 of 2109)
PASS: lldb-api :: lang/cpp/typedef-to-outer-fwd/TestTypedefToOuterFwd.py (866 of 2109)
PASS: lldb-api :: lang/cpp/type_lookup_duplicate/TestCppTypeLookupDuplicate.py (867 of 2109)
PASS: lldb-api :: lang/cpp/typeof/TestTypeOfDeclTypeExpr.py (868 of 2109)
PASS: lldb-api :: lang/cpp/thunk/TestThunk.py (869 of 2109)
PASS: lldb-api :: lang/cpp/typedef/TestCppTypedef.py (870 of 2109)
PASS: lldb-api :: lang/cpp/template/TestTemplateArgs.py (871 of 2109)
FAIL: lldb-api :: lang/cpp/unique-types/TestUniqueTypes.py (872 of 2109)
******************** TEST 'lldb-api :: lang/cpp/unique-types/TestUniqueTypes.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --arch aarch64 --build-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/lang/cpp/unique-types -p TestUniqueTypes.py
--
Exit Code: -11

Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 2edf534f5542a02f3ea3c70effb9503c99add809)
  clang revision 2edf534f5542a02f3ea3c70effb9503c99add809
  llvm revision 2edf534f5542a02f3ea3c70effb9503c99add809
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']

--
Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_dsym (TestUniqueTypes.UniqueTypesTestCase) (test case does not fall in any category of interest for this run) 
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_dwarf (TestUniqueTypes.UniqueTypesTestCase)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_dwo (TestUniqueTypes.UniqueTypesTestCase)
----------------------------------------------------------------------
Ran 3 tests in 1.022s

OK (skipped=1)

--

********************
PASS: lldb-api :: lang/cpp/unique-types2/TestUniqueTypes2.py (873 of 2109)
PASS: lldb-api :: lang/cpp/unsigned_types/TestUnsignedTypes.py (874 of 2109)
PASS: lldb-api :: lang/cpp/unique-types3/TestUniqueTypes3.py (875 of 2109)
PASS: lldb-api :: lang/cpp/unicode-literals/TestUnicodeLiterals.py (876 of 2109)
PASS: lldb-api :: lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py (877 of 2109)
PASS: lldb-api :: lang/cpp/unique-types4/TestUniqueTypes4.py (878 of 2109)
PASS: lldb-api :: lang/cpp/virtual-overload/TestVirtualOverload.py (879 of 2109)
UNSUPPORTED: lldb-api :: lang/objc/bitfield_ivars/TestBitfieldIvars.py (880 of 2109)
UNSUPPORTED: lldb-api :: lang/objc/blocks/TestObjCIvarsInBlocks.py (881 of 2109)
UNSUPPORTED: lldb-api :: lang/objc/charstar_dyntype/TestCharStarDynType.py (882 of 2109)

```

</details>

https://github.com/llvm/llvm-project/pull/131645


More information about the lldb-commits mailing list