[clang] [lldb] [Modules] Handle decl attributes on deserialization the same as during parsing. (PR #208348)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 9 18:51:01 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 90298 tests passed
* 1716 tests skipped
* 5 tests failed

## Failed Tests
(click on a test name to see its output)

### lldb-api
<details>
<summary>lldb-api.commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py</summary>

```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --triple x86_64-unknown-linux-gnu --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --lldb-python-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content -p TestDbgInfoContentForwardListFromStdModule.py
--
Exit Code: -11

Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_dsym (TestDbgInfoContentForwardListFromStdModule.TestDbgInfoContentForwardList.test_dsym) (test case does not fall in any category of interest for this run) 
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
  #0 0x00007cc8d8ab23cb llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:907:13
  #1 0x00007cc8d8aaf2e8 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
  #2 0x00007cc8d8ab31eb SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:474:38
  #3 0x00007cc8df1c9330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
  #4 0x00007cc8dc600c12 mergeDeclAttribute /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:2961:12
  #5 0x00007cc8dc600c12 clang::Sema::mergeDeclAttributes(clang::NamedDecl*, clang::Decl*, clang::AvailabilityMergeKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:3398:9
  #6 0x00007cc8dc315c01 clang::ASTReader::loadPendingDeclChain(clang::Decl*, unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp:4561:5
  #7 0x00007cc8dc2a44f3 clang::ASTReader::finishPendingActions() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:10715:57
  #8 0x00007cc8dc2ab53f clang::ASTReader::FinishedDeserializing() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:11294:3
  #9 0x00007cc8dc2981a9 ~Deserializing /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:0:15
 #10 0x00007cc8dc2981a9 clang::ASTReader::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:8697:1
 #11 0x00007cc8da9e3ee1 lldb_private::SemaSourceWithPriorities::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h:361:24
 #12 0x00007cc8dd07ae69 get /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:428:14
 #13 0x00007cc8dd07ae69 clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/Decl.cpp:3264:29
 #14 0x00007cc8dd086fa9 clang::FunctionDecl::getBody() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:2336:5
 #15 0x00007cc8dcf74c4b clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3732:13
 #16 0x00007cc8dcf76c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #17 0x00007cc8dcf76c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #18 0x00007cc8dcf76c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #19 0x00007cc8dcfa2098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #20 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #21 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #22 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #23 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #24 0x00007cc8dcf8b9e0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #25 0x00007cc8dcf8b9e0 importInto<clang::FunctionDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
 #26 0x00007cc8dcf8b9e0 clang::ASTNodeImporter::VisitFunctionTemplateDecl(clang::FunctionTemplateDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6984:19
 #27 0x00007cc8dcfa218f clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #28 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #29 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #30 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #31 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #32 0x00007cc8dcf77fe3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #33 0x00007cc8dcf77fe3 std::conditional<std::is_base_of_v<clang::Type, clang::NamedDecl>, llvm::Expected<clang::NamedDecl const*>, llvm::Expected<clang::NamedDecl*>>::type clang::ASTNodeImporter::import<clang::NamedDecl>(clang::NamedDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #34 0x00007cc8dcf9cbc1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #35 0x00007cc8dcf9cbc1 clang::ASTNodeImporter::VisitUnresolvedLookupExpr(clang::UnresolvedLookupExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:8941:14
 #36 0x00007cc8dcfa75b5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #37 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #38 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #39 0x00007cc8dcfa24a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #40 0x00007cc8dcfa24a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
 #41 0x00007cc8dcf5e1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #42 0x00007cc8dcf5e1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #43 0x00007cc8dcf652e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #44 0x00007cc8dcf652e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
 #45 0x00007cc8dcf9dabf clang::ASTNodeImporter::VisitCallExpr(clang::CallExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9024:19
 #46 0x00007cc8dcfa73d5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #47 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #48 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #49 0x00007cc8dcfa24a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #50 0x00007cc8dcfa24a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
 #51 0x00007cc8dcf5e1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #52 0x00007cc8dcf5e1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #53 0x00007cc8dcf652e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #54 0x00007cc8dcf652e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
 #55 0x00007cc8dcf8f423 clang::ASTNodeImporter::VisitReturnStmt(clang::ReturnStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7458:21
 #56 0x00007cc8dcfa7a15 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #57 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #58 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #59 0x00007cc8dcf74d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #60 0x00007cc8dcf74d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #61 0x00007cc8dcf8d812 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #62 0x00007cc8dcf8d812 ImportArrayChecked<clang::Stmt **, clang::Stmt **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
 #63 0x00007cc8dcf8d812 ImportContainerChecked<llvm::iterator_range<clang::Stmt **>, llvm::SmallVector<clang::Stmt *, 8U> > /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
 #64 0x00007cc8dcf8d812 clang::ASTNodeImporter::VisitCompoundStmt(clang::CompoundStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7219:19
 #65 0x00007cc8dcfa7455 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #66 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #67 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #68 0x00007cc8dcf74d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #69 0x00007cc8dcf74d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #70 0x00007cc8dcf74c5e operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #71 0x00007cc8dcf74c5e clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3733:22
 #72 0x00007cc8dcf76c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #73 0x00007cc8dcf76c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #74 0x00007cc8dcf76c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #75 0x00007cc8dcfa2098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #76 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #77 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #78 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #79 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #80 0x00007cc8dcf8b9e0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #81 0x00007cc8dcf8b9e0 importInto<clang::FunctionDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
 #82 0x00007cc8dcf8b9e0 clang::ASTNodeImporter::VisitFunctionTemplateDecl(clang::FunctionTemplateDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6984:19
 #83 0x00007cc8dcfa218f clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #84 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #85 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #86 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #87 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #88 0x00007cc8dcf77fe3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #89 0x00007cc8dcf77fe3 std::conditional<std::is_base_of_v<clang::Type, clang::NamedDecl>, llvm::Expected<clang::NamedDecl const*>, llvm::Expected<clang::NamedDecl*>>::type clang::ASTNodeImporter::import<clang::NamedDecl>(clang::NamedDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #90 0x00007cc8dcf9cbc1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #91 0x00007cc8dcf9cbc1 clang::ASTNodeImporter::VisitUnresolvedLookupExpr(clang::UnresolvedLookupExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:8941:14
 #92 0x00007cc8dcfa75b5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #93 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #94 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #95 0x00007cc8dcfa24a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #96 0x00007cc8dcfa24a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
 #97 0x00007cc8dcf5e1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #98 0x00007cc8dcf5e1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #99 0x00007cc8dcf652e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#100 0x00007cc8dcf652e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#101 0x00007cc8dcf9dabf clang::ASTNodeImporter::VisitCallExpr(clang::CallExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9024:19
#102 0x00007cc8dcfa73d5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
#103 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#104 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
#105 0x00007cc8dcfa24a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#106 0x00007cc8dcfa24a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
#107 0x00007cc8dcf5e1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#108 0x00007cc8dcf5e1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#109 0x00007cc8dcf652e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#110 0x00007cc8dcf652e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#111 0x00007cc8dcf8e3b4 clang::ASTNodeImporter::VisitIfStmt(clang::IfStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:17
#112 0x00007cc8dcfa79e5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
#113 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#114 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
#115 0x00007cc8dcf74d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#116 0x00007cc8dcf74d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#117 0x00007cc8dcf8d812 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#118 0x00007cc8dcf8d812 ImportArrayChecked<clang::Stmt **, clang::Stmt **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
#119 0x00007cc8dcf8d812 ImportContainerChecked<llvm::iterator_range<clang::Stmt **>, llvm::SmallVector<clang::Stmt *, 8U> > /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
#120 0x00007cc8dcf8d812 clang::ASTNodeImporter::VisitCompoundStmt(clang::CompoundStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7219:19
#121 0x00007cc8dcfa7455 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
#122 0x00007cc8dcfa7111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#123 0x00007cc8dcfa7111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
#124 0x00007cc8dcf74d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#125 0x00007cc8dcf74d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#126 0x00007cc8dcf74c5e operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#127 0x00007cc8dcf74c5e clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3733:22
#128 0x00007cc8dcf76c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#129 0x00007cc8dcf76c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#130 0x00007cc8dcf76c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
#131 0x00007cc8dcfa2098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#132 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#133 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#134 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#135 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#136 0x00007cc8dcf5fca3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#137 0x00007cc8dcf5fca3 std::conditional<std::is_base_of_v<clang::Type, clang::Decl>, llvm::Expected<clang::Decl const*>, llvm::Expected<clang::Decl*>>::type clang::ASTNodeImporter::import<clang::Decl>(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#138 0x00007cc8dcf76e12 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#139 0x00007cc8dcf76e12 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4369:10
#140 0x00007cc8dcfa2098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#141 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#142 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#143 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#144 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#145 0x00007cc8da9b71ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#146 0x00007cc8da9b71ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
#147 0x00007cc8da9ca406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
#148 0x00007cc8dd0985e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
#149 0x00007cc8dd0985e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
#150 0x00007cc8dd0997c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
#151 0x00007cc8dd0997c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
#152 0x00007cc8dd099525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
#153 0x00007cc8dcf7002d Expected<clang::TypedefNameDecl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:528:9
#154 0x00007cc8dcf7002d clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:0
#155 0x00007cc8dcfa2343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#156 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#157 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#158 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#159 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#160 0x00007cc8dcf666c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#161 0x00007cc8dcf666c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#162 0x00007cc8dcf66450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#163 0x00007cc8dcf66450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
#164 0x00007cc8dcfa2a4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#165 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#166 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#167 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#168 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#169 0x00007cc8dcf5e61a operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#170 0x00007cc8dcf5e61a llvm::Expected<clang::TemplateArgument> clang::ASTNodeImporter::import<clang::TemplateArgument>(clang::TemplateArgument const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:855:10
#171 0x00007cc8dcf5db80 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#172 0x00007cc8dcf5db80 clang::ASTNodeImporter::ImportTemplateArguments(llvm::ArrayRef<clang::TemplateArgument>, llvm::SmallVectorImpl<clang::TemplateArgument>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2699:14
#173 0x00007cc8dcf6835d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#174 0x00007cc8dcf6835d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#175 0x00007cc8dcf6835d clang::ASTNodeImporter::VisitTemplateSpecializationType(clang::TemplateSpecializationType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1900:13
#176 0x00007cc8dcfa27a7 clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#177 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#178 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#179 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#180 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#181 0x00007cc8dcf64e95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#182 0x00007cc8dcf64e95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#183 0x00007cc8dcf6fdd2 asInt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:41:5
#184 0x00007cc8dcf6fdd2 operator long /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:45:48
#185 0x00007cc8dcf6fdd2 getPointer /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:94:58
#186 0x00007cc8dcf6fdd2 isModed /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:3651:46
#187 0x00007cc8dcf6fdd2 getTypeSourceInfo /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:3655:12
#188 0x00007cc8dcf6fdd2 clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3096:49
#189 0x00007cc8dcfa2343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#190 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#191 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#192 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#193 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#194 0x00007cc8dcf666c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#195 0x00007cc8dcf666c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#196 0x00007cc8dcf66450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#197 0x00007cc8dcf66450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
#198 0x00007cc8dcfa2a4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#199 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#200 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#201 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#202 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#203 0x00007cc8dcf5e61a operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#204 0x00007cc8dcf5e61a llvm::Expected<clang::TemplateArgument> clang::ASTNodeImporter::import<clang::TemplateArgument>(clang::TemplateArgument const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:855:10
#205 0x00007cc8dcf5db80 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#206 0x00007cc8dcf5db80 clang::ASTNodeImporter::ImportTemplateArguments(llvm::ArrayRef<clang::TemplateArgument>, llvm::SmallVectorImpl<clang::TemplateArgument>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2699:14
#207 0x00007cc8dcf6835d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#208 0x00007cc8dcf6835d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#209 0x00007cc8dcf6835d clang::ASTNodeImporter::VisitTemplateSpecializationType(clang::TemplateSpecializationType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1900:13
#210 0x00007cc8dcfa27a7 clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#211 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#212 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#213 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#214 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#215 0x00007cc8dcf64e95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#216 0x00007cc8dcf64e95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#217 0x00007cc8dcf6fdd2 asInt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:41:5
#218 0x00007cc8dcf6fdd2 operator long /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:45:48
#219 0x00007cc8dcf6fdd2 getPointer /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:94:58
#220 0x00007cc8dcf6fdd2 isModed /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:3651:46
#221 0x00007cc8dcf6fdd2 getTypeSourceInfo /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:3655:12
#222 0x00007cc8dcf6fdd2 clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3096:49
#223 0x00007cc8dcfa2343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#224 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#225 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#226 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#227 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#228 0x00007cc8dcf666c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#229 0x00007cc8dcf666c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#230 0x00007cc8dcf66450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#231 0x00007cc8dcf66450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
#232 0x00007cc8dcfa2a4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#233 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#234 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#235 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#236 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#237 0x00007cc8dcf5e61a operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#238 0x00007cc8dcf5e61a llvm::Expected<clang::TemplateArgument> clang::ASTNodeImporter::import<clang::TemplateArgument>(clang::TemplateArgument const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:855:10
#239 0x00007cc8dcf5db80 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#240 0x00007cc8dcf5db80 clang::ASTNodeImporter::ImportTemplateArguments(llvm::ArrayRef<clang::TemplateArgument>, llvm::SmallVectorImpl<clang::TemplateArgument>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2699:14
#241 0x00007cc8dcf6835d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#242 0x00007cc8dcf6835d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#243 0x00007cc8dcf6835d clang::ASTNodeImporter::VisitTemplateSpecializationType(clang::TemplateSpecializationType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1900:13
#244 0x00007cc8dcfa27a7 clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#245 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#246 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#247 0x00007cc8dcfa7b08 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#248 0x00007cc8dcfa7b08 clang::ASTImporter::Import(clang::NestedNameSpecifier) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10153:25
#249 0x00007cc8dcf68638 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#250 0x00007cc8dcf68638 clang::ASTNodeImporter::VisitDependentNameType(clang::DependentNameType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1927:8
#251 0x00007cc8dcfa292d clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#252 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#253 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#254 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#255 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#256 0x00007cc8dcf64e95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#257 0x00007cc8dcf64e95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#258 0x00007cc8dcf6fdd2 asInt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:41:5
#259 0x00007cc8dcf6fdd2 operator long /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:45:48
#260 0x00007cc8dcf6fdd2 getPointer /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:94:58
#261 0x00007cc8dcf6fdd2 isModed /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:3651:46
#262 0x00007cc8dcf6fdd2 getTypeSourceInfo /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:3655:12
#263 0x00007cc8dcf6fdd2 clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3096:49
#264 0x00007cc8dcfa2343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#265 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#266 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#267 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#268 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#269 0x00007cc8dcf666c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#270 0x00007cc8dcf666c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#271 0x00007cc8dcf66450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#272 0x00007cc8dcf66450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
#273 0x00007cc8dcfa2a4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#274 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#275 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#276 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#277 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#278 0x00007cc8dcf6586b operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#279 0x00007cc8dcf6586b clang::ASTNodeImporter::VisitFunctionProtoType(clang::FunctionProtoType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1586:8
#280 0x00007cc8dcfa28ab clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#281 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#282 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#283 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#284 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#285 0x00007cc8dcf64e95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#286 0x00007cc8dcf64e95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#287 0x00007cc8dcf7580d clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4133:12
#288 0x00007cc8dcfa2098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#289 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#290 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#291 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#292 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#293 0x00007cc8dcf74683 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#294 0x00007cc8dcf74683 std::conditional<std::is_base_of_v<clang::Type, clang::FunctionDecl>, llvm::Expected<clang::FunctionDecl const*>, llvm::Expected<clang::FunctionDecl*>>::type clang::ASTNodeImporter::import<clang::FunctionDecl>(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#295 0x00007cc8dcf73fa3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#296 0x00007cc8dcf73fa3 clang::ASTNodeImporter::ImportTemplateInformation(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3642:34
#297 0x00007cc8dcf76adf getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#298 0x00007cc8dcf76adf operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#299 0x00007cc8dcf76adf clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4335:13
#300 0x00007cc8dcfa2098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#301 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#302 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#303 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#304 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#305 0x00007cc8da9b71ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#306 0x00007cc8da9b71ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
#307 0x00007cc8da9ca406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
#308 0x00007cc8dd0985e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
#309 0x00007cc8dd0985e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
#310 0x00007cc8dd0997c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
#311 0x00007cc8dd0997c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
#312 0x00007cc8dd099da2 clang::DeclContext::lookupImpl(clang::DeclarationName, clang::DeclContext const*) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1968:8
#313 0x00007cc8dd09f42b operator!= /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:356:33
#314 0x00007cc8dd09f42b operator!= /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:1374:59
#315 0x00007cc8dd09f42b clang::CXXRecordDecl::getDestructor() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:2138:19
#316 0x00007cc8dd09f0a1 hasConstexprDestructor /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:601:10
#317 0x00007cc8dd09f0a1 clang::CXXRecordDecl::addedClassSubobject(clang::CXXRecordDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:551:16
#318 0x00007cc8dd09d4ab clang::CXXRecordDecl::setBases(clang::CXXBaseSpecifier const* const*, unsigned int) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:0:5
#319 0x00007cc8dcf6bef6 begin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:276:45
#320 0x00007cc8dcf6bef6 end /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:278:27
#321 0x00007cc8dcf6bef6 ~SmallVector /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:1242:46
#322 0x00007cc8dcf6bef6 clang::ASTNodeImporter::ImportDefinition(clang::RecordDecl*, clang::RecordDecl*, clang::ASTNodeImporter::ImportDefinitionKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2627:3
#323 0x00007cc8dcf89410 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#324 0x00007cc8dcf89410 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#325 0x00007cc8dcf89410 clang::ASTNodeImporter::VisitClassTemplateSpecializationDecl(clang::ClassTemplateSpecializationDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6656:15
#326 0x00007cc8dcfa20d9 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#327 0x00007cc8dcfa2057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#328 0x00007cc8da9bd8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#329 0x00007cc8dcf8125f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#330 0x00007cc8dcf8125f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#331 0x00007cc8dcf67623 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#332 0x00007cc8dcf67623 std::conditional<std::is_base_of_v<clang::Type, clang::TagDecl>, llvm::Expected<clang::TagDecl const*>, llvm::Expected<clang::TagDecl*>>::type clang::ASTNodeImporter::import<clang::TagDecl>(clang::TagDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#333 0x00007cc8dcf673b5 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#334 0x00007cc8dcf673b5 clang::ASTNodeImporter::VisitTagType(clang::TagType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1776:8
#335 0x00007cc8dcfa279a clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#336 0x00007cc8dcfa25f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#337 0x00007cc8dcfa25f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#338 0x00007cc8dcfa2ae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#339 0x00007cc8dcfa2ae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#340 0x00007cc8da9b6963 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#341 0x00007cc8da9b6963 lldb_private::ClangASTImporter::CopyType(lldb_private::TypeSystemClang&, lldb_private::CompilerType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:55:8
#342 0x00007cc8da9b7a62 lldb_private::ClangASTImporter::DeportType(lldb_private::TypeSystemClang&, lldb_private::CompilerType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:340:1
#343 0x00007cc8da9e66a2 __weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1154:19
#344 0x00007cc8da9e66a2 __weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1991:7
#345 0x00007cc8da9e66a2 weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr.h:831:7
#346 0x00007cc8da9e66a2 CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:93:9
#347 0x00007cc8da9e66a2 TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:21:9
#348 0x00007cc8da9e66a2 lldb_private::ClangExpressionDeclMap::DeportType(lldb_private::TypeSystemClang&, lldb_private::TypeSystemClang&, lldb_private::TaggedASTType<0u>) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:218:10
#349 0x00007cc8da9e6b86 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#350 0x00007cc8da9e6b86 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#351 0x00007cc8da9e6b86 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#352 0x00007cc8da9e6b86 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#353 0x00007cc8da9e6b86 lldb_private::ClangExpressionDeclMap::AddPersistentVariable(clang::NamedDecl const*, lldb_private::ConstString, lldb_private::TaggedASTType<0u>, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:253:30
#354 0x00007cc8daa28565 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#355 0x00007cc8daa28565 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#356 0x00007cc8daa28565 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#357 0x00007cc8daa28565 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#358 0x00007cc8daa28565 IRForTarget::CreateResultVariable(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:392:7
#359 0x00007cc8daa2df1c IRForTarget::runOnModule(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:0:10
#360 0x00007cc8da9da63a lldb_private::ClangExpressionParser::DoPrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:1586:9
#361 0x00007cc8d8729e24 lldb_private::ExpressionParser::PrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/ExpressionParser.cpp:24:7
#362 0x00007cc8daa1a578 lldb_private::ClangUserExpression::TryParse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:612:34
#363 0x00007cc8daa1ac63 lldb_private::ClangUserExpression::Parse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:683:22
#364 0x00007cc8d82d55b8 lldb_private::UserExpression::Evaluate(lldb_private::ExecutionContext&, lldb_private::EvaluateExpressionOptions const&, llvm::StringRef, llvm::StringRef, std::shared_ptr<lldb_private::ValueObject>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/UserExpression.cpp:279:27
#365 0x00007cc8d84655e5 lldb_private::Target::EvaluateExpression(llvm::StringRef, lldb_private::ExecutionContextScope*, std::shared_ptr<lldb_private::ValueObject>&, lldb_private::EvaluateExpressionOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Target/Target.cpp:3009:9
#366 0x00007cc8d7fedc15 lldb::SBFrame::EvaluateExpression(char const*, lldb::SBExpressionOptions const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBFrame.cpp:1105:11
#367 0x00007cc8d811c7bc _wrap_SBFrame_EvaluateExpression__SWIG_3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:0:22
#368 0x00007cc8d811c7bc _wrap_SBFrame_EvaluateExpression(_object*, _object*) /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:38300:18
#369 0x0000000000582210 (/usr/bin/python3.12+0x582210)
#370 0x000000000054b45c PyObject_Call (/usr/bin/python3.12+0x54b45c)
#371 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#372 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#373 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#374 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#375 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#376 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#377 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#378 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#379 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#380 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#381 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#382 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#383 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#384 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#385 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#386 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#387 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#388 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#389 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#390 0x00000000005d58bb PyEval_EvalCode (/usr/bin/python3.12+0x5d58bb)
#391 0x0000000000608b52 (/usr/bin/python3.12+0x608b52)
#392 0x00000000006b5263 (/usr/bin/python3.12+0x6b5263)
#393 0x00000000006b4fca _PyRun_SimpleFileObject (/usr/bin/python3.12+0x6b4fca)
#394 0x00000000006b4dff _PyRun_AnyFileObject (/usr/bin/python3.12+0x6b4dff)
#395 0x00000000006bce65 Py_RunMain (/usr/bin/python3.12+0x6bce65)
#396 0x00000000006bc94d Py_BytesMain (/usr/bin/python3.12+0x6bc94d)
#397 0x00007cc8df1ae1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
#398 0x00007cc8df1ae28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
#399 0x0000000000657b05 _start (/usr/bin/python3.12+0x657b05)
Fatal Python error: Segmentation fault

Current thread 0x00007cc8df183080 (most recent call first):
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages/lldb/__init__.py", line 7477 in EvaluateExpression
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 3011 in expect_expr
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py", line 35 in test
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2186 in test_method
  File "/usr/lib/python3.12/unittest/case.py", line 589 in _callTestMethod
  File "/usr/lib/python3.12/unittest/case.py", line 634 in run
  File "/usr/lib/python3.12/unittest/case.py", line 690 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/runner.py", line 240 in run
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1238 in run_suite
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py", line 8 in <module>

Extension modules: lldb.native._lldb (total: 1)

--

```
</details>
<details>
<summary>lldb-api.commands/expression/import-std-module/iterator/TestIteratorFromStdModule.py</summary>

```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --triple x86_64-unknown-linux-gnu --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --lldb-python-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/iterator -p TestIteratorFromStdModule.py
--
Exit Code: -11

Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_dsym (TestIteratorFromStdModule.TestCase.test_dsym) (test case does not fall in any category of interest for this run) 
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
  #0 0x00007cb30460f3cb llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:907:13
  #1 0x00007cb30460c2e8 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
  #2 0x00007cb3046101eb SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:474:38
  #3 0x00007cb30ad26330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
  #4 0x00007cb30815dc12 mergeDeclAttribute /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:2961:12
  #5 0x00007cb30815dc12 clang::Sema::mergeDeclAttributes(clang::NamedDecl*, clang::Decl*, clang::AvailabilityMergeKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:3398:9
  #6 0x00007cb307e72c01 clang::ASTReader::loadPendingDeclChain(clang::Decl*, unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp:4561:5
  #7 0x00007cb307e014f3 clang::ASTReader::finishPendingActions() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:10715:57
  #8 0x00007cb307e0853f clang::ASTReader::FinishedDeserializing() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:11294:3
  #9 0x00007cb307df51a9 ~Deserializing /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:0:15
 #10 0x00007cb307df51a9 clang::ASTReader::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:8697:1
 #11 0x00007cb306540ee1 lldb_private::SemaSourceWithPriorities::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h:361:24
 #12 0x00007cb308bd7e69 get /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:428:14
 #13 0x00007cb308bd7e69 clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/Decl.cpp:3264:29
 #14 0x00007cb308be3fa9 clang::FunctionDecl::getBody() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:2336:5
 #15 0x00007cb308ad1c4b clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3732:13
 #16 0x00007cb308ad3c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #17 0x00007cb308ad3c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #18 0x00007cb308ad3c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #19 0x00007cb308aff098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #20 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #21 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #22 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #23 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #24 0x00007cb308ae89e0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #25 0x00007cb308ae89e0 importInto<clang::FunctionDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
 #26 0x00007cb308ae89e0 clang::ASTNodeImporter::VisitFunctionTemplateDecl(clang::FunctionTemplateDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6984:19
 #27 0x00007cb308aff18f clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #28 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #29 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #30 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #31 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #32 0x00007cb308ad4fe3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #33 0x00007cb308ad4fe3 std::conditional<std::is_base_of_v<clang::Type, clang::NamedDecl>, llvm::Expected<clang::NamedDecl const*>, llvm::Expected<clang::NamedDecl*>>::type clang::ASTNodeImporter::import<clang::NamedDecl>(clang::NamedDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #34 0x00007cb308af9bc1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #35 0x00007cb308af9bc1 clang::ASTNodeImporter::VisitUnresolvedLookupExpr(clang::UnresolvedLookupExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:8941:14
 #36 0x00007cb308b045b5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #37 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #38 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #39 0x00007cb308aff4a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #40 0x00007cb308aff4a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
 #41 0x00007cb308abb1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #42 0x00007cb308abb1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #43 0x00007cb308ac22e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #44 0x00007cb308ac22e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
 #45 0x00007cb308afaabf clang::ASTNodeImporter::VisitCallExpr(clang::CallExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9024:19
 #46 0x00007cb308b043d5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #47 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #48 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #49 0x00007cb308aff4a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #50 0x00007cb308aff4a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
 #51 0x00007cb308abb1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #52 0x00007cb308abb1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #53 0x00007cb308ac22e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #54 0x00007cb308ac22e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
 #55 0x00007cb308aec423 clang::ASTNodeImporter::VisitReturnStmt(clang::ReturnStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7458:21
 #56 0x00007cb308b04a15 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #57 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #58 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #59 0x00007cb308ad1d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #60 0x00007cb308ad1d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #61 0x00007cb308aea812 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #62 0x00007cb308aea812 ImportArrayChecked<clang::Stmt **, clang::Stmt **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
 #63 0x00007cb308aea812 ImportContainerChecked<llvm::iterator_range<clang::Stmt **>, llvm::SmallVector<clang::Stmt *, 8U> > /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
 #64 0x00007cb308aea812 clang::ASTNodeImporter::VisitCompoundStmt(clang::CompoundStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7219:19
 #65 0x00007cb308b04455 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #66 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #67 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #68 0x00007cb308ad1d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #69 0x00007cb308ad1d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #70 0x00007cb308ad1c5e operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #71 0x00007cb308ad1c5e clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3733:22
 #72 0x00007cb308ad3c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #73 0x00007cb308ad3c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #74 0x00007cb308ad3c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #75 0x00007cb308aff098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #76 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #77 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #78 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #79 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #80 0x00007cb308ae89e0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #81 0x00007cb308ae89e0 importInto<clang::FunctionDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
 #82 0x00007cb308ae89e0 clang::ASTNodeImporter::VisitFunctionTemplateDecl(clang::FunctionTemplateDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6984:19
 #83 0x00007cb308aff18f clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #84 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #85 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #86 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #87 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #88 0x00007cb308ad4fe3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #89 0x00007cb308ad4fe3 std::conditional<std::is_base_of_v<clang::Type, clang::NamedDecl>, llvm::Expected<clang::NamedDecl const*>, llvm::Expected<clang::NamedDecl*>>::type clang::ASTNodeImporter::import<clang::NamedDecl>(clang::NamedDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #90 0x00007cb308af9bc1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #91 0x00007cb308af9bc1 clang::ASTNodeImporter::VisitUnresolvedLookupExpr(clang::UnresolvedLookupExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:8941:14
 #92 0x00007cb308b045b5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
 #93 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #94 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
 #95 0x00007cb308aff4a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #96 0x00007cb308aff4a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
 #97 0x00007cb308abb1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #98 0x00007cb308abb1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #99 0x00007cb308ac22e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#100 0x00007cb308ac22e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#101 0x00007cb308afaabf clang::ASTNodeImporter::VisitCallExpr(clang::CallExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9024:19
#102 0x00007cb308b043d5 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
#103 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#104 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
#105 0x00007cb308aff4a0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#106 0x00007cb308aff4a0 clang::ASTImporter::Import(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10096:20
#107 0x00007cb308abb1c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#108 0x00007cb308abb1c3 std::conditional<std::is_base_of_v<clang::Type, clang::Expr>, llvm::Expected<clang::Expr const*>, llvm::Expected<clang::Expr*>>::type clang::ASTNodeImporter::import<clang::Expr>(clang::Expr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#109 0x00007cb308ac22e9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#110 0x00007cb308ac22e9 clang::Expr* clang::ASTNodeImporter::importChecked<clang::Expr*>(llvm::Error&, clang::Expr* const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#111 0x00007cb308aec423 clang::ASTNodeImporter::VisitReturnStmt(clang::ReturnStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7458:21
#112 0x00007cb308b04a15 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
#113 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#114 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
#115 0x00007cb308ad1d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#116 0x00007cb308ad1d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#117 0x00007cb308aea812 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#118 0x00007cb308aea812 ImportArrayChecked<clang::Stmt **, clang::Stmt **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
#119 0x00007cb308aea812 ImportContainerChecked<llvm::iterator_range<clang::Stmt **>, llvm::SmallVector<clang::Stmt *, 8U> > /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
#120 0x00007cb308aea812 clang::ASTNodeImporter::VisitCompoundStmt(clang::CompoundStmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:7219:19
#121 0x00007cb308b04455 clang::StmtVisitorBase<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Stmt*>>::Visit(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtVisitor.h:114:3
#122 0x00007cb308b04111 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#123 0x00007cb308b04111 clang::ASTImporter::Import(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10114:8
#124 0x00007cb308ad1d03 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#125 0x00007cb308ad1d03 std::conditional<std::is_base_of_v<clang::Type, clang::Stmt>, llvm::Expected<clang::Stmt const*>, llvm::Expected<clang::Stmt*>>::type clang::ASTNodeImporter::import<clang::Stmt>(clang::Stmt*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#126 0x00007cb308ad1c5e operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#127 0x00007cb308ad1c5e clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3733:22
#128 0x00007cb308ad3c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#129 0x00007cb308ad3c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#130 0x00007cb308ad3c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
#131 0x00007cb308aff098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#132 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#133 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#134 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#135 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#136 0x00007cb308ad6d3b operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#137 0x00007cb308ad6d3b importInto<clang::NamedDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
#138 0x00007cb308ad6d3b clang::ASTNodeImporter::VisitFriendDecl(clang::FriendDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4640:21
#139 0x00007cb308aff141 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#140 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#141 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#142 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#143 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#144 0x00007cb3065141ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#145 0x00007cb3065141ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
#146 0x00007cb306527406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
#147 0x00007cb308bf55e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
#148 0x00007cb308bf55e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
#149 0x00007cb308bf67c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
#150 0x00007cb308bf67c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
#151 0x00007cb308bf6525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
#152 0x00007cb308acd02d Expected<clang::TypedefNameDecl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:528:9
#153 0x00007cb308acd02d clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:0
#154 0x00007cb308aff343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#155 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#156 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#157 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#158 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#159 0x00007cb308ac36c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#160 0x00007cb308ac36c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#161 0x00007cb308ac3450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#162 0x00007cb308ac3450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
#163 0x00007cb308affa4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#164 0x00007cb308aff5f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#165 0x00007cb308aff5f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#166 0x00007cb308affae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#167 0x00007cb308affae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#168 0x00007cb308ac286b operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#169 0x00007cb308ac286b clang::ASTNodeImporter::VisitFunctionProtoType(clang::FunctionProtoType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1586:8
#170 0x00007cb308aff8ab clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
#171 0x00007cb308aff5f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#172 0x00007cb308aff5f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
#173 0x00007cb308affae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#174 0x00007cb308affae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
#175 0x00007cb308ac1e95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#176 0x00007cb308ac1e95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
#177 0x00007cb308ad280d clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4133:12
#178 0x00007cb308aff098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#179 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#180 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#181 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#182 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#183 0x00007cb308ad1683 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#184 0x00007cb308ad1683 std::conditional<std::is_base_of_v<clang::Type, clang::FunctionDecl>, llvm::Expected<clang::FunctionDecl const*>, llvm::Expected<clang::FunctionDecl*>>::type clang::ASTNodeImporter::import<clang::FunctionDecl>(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#185 0x00007cb308ad0fa3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#186 0x00007cb308ad0fa3 clang::ASTNodeImporter::ImportTemplateInformation(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3642:34
#187 0x00007cb308ad3adf getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#188 0x00007cb308ad3adf operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#189 0x00007cb308ad3adf clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4335:13
#190 0x00007cb308aff098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#191 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#192 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#193 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#194 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#195 0x00007cb3065141ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#196 0x00007cb3065141ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
#197 0x00007cb306527406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
#198 0x00007cb308bf55e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
#199 0x00007cb308bf55e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
#200 0x00007cb308bf67c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
#201 0x00007cb308bf67c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
#202 0x00007cb308bf6da2 clang::DeclContext::lookupImpl(clang::DeclarationName, clang::DeclContext const*) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1968:8
#203 0x00007cb308bfc42b operator!= /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:356:33
#204 0x00007cb308bfc42b operator!= /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:1374:59
#205 0x00007cb308bfc42b clang::CXXRecordDecl::getDestructor() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:2138:19
#206 0x00007cb308bfc0a1 hasConstexprDestructor /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:601:10
#207 0x00007cb308bfc0a1 clang::CXXRecordDecl::addedClassSubobject(clang::CXXRecordDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:551:16
#208 0x00007cb308bfd983 clang::CXXRecordDecl::addedMember(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:0:9
#209 0x00007cb308bf620d clang::DeclContext::addHiddenDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:0:13
#210 0x00007cb308bf66c9 isPresent /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:616:55
#211 0x00007cb308bf66c9 isPresent<clang::Decl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:624:10
#212 0x00007cb308bf66c9 dyn_cast<clang::NamedDecl, clang::Decl> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:656:10
#213 0x00007cb308bf66c9 clang::DeclContext::addDeclInternal(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1832:18
#214 0x00007cb308ad5d5c clang::ASTNodeImporter::VisitFieldDecl(clang::FieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4480:46
#215 0x00007cb308aff0b2 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#216 0x00007cb308aff057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#217 0x00007cb30651a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#218 0x00007cb308ade25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#219 0x00007cb308ade25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#220 0x00007cb308abcca3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#221 0x00007cb308abcca3 std::conditional<std::is_base_of_v<clang::Type, clang::Decl>, llvm::Expected<clang::Decl const*>, llvm::Expected<clang::Decl*>>::type clang::ASTNodeImporter::import<clang::Decl>(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#222 0x00007cb308ac9863 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#223 0x00007cb308ac9863 clang::ASTNodeImporter::ImportDeclContext(clang::DeclContext*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2355:10
#224 0x00007cb308b09731 clang::ASTImporter::ImportDefinition(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:19
#225 0x00007cb306518c1d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#226 0x00007cb306518c1d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#227 0x00007cb306518c1d lldb_private::ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(clang::Decl*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:1174:19
#228 0x00007cb306514ef2 setCompleteDefinition /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../clang/include/clang/AST/Decl.h:3864:38
#229 0x00007cb306514ef2 CompleteDecl /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:255:21
#230 0x00007cb306514ef2 (anonymous namespace)::CompleteTagDeclsScope::~CompleteTagDeclsScope() /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:289:7
#231 0x00007cb306514a6a lldb_private::ClangASTImporter::DeportType(lldb_private::TypeSystemClang&, lldb_private::CompilerType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:1
#232 0x00007cb3065436a2 __weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1154:19
#233 0x00007cb3065436a2 __weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1991:7
#234 0x00007cb3065436a2 weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr.h:831:7
#235 0x00007cb3065436a2 CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:93:9
#236 0x00007cb3065436a2 TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:21:9
#237 0x00007cb3065436a2 lldb_private::ClangExpressionDeclMap::DeportType(lldb_private::TypeSystemClang&, lldb_private::TypeSystemClang&, lldb_private::TaggedASTType<0u>) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:218:10
#238 0x00007cb306543b86 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#239 0x00007cb306543b86 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#240 0x00007cb306543b86 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#241 0x00007cb306543b86 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#242 0x00007cb306543b86 lldb_private::ClangExpressionDeclMap::AddPersistentVariable(clang::NamedDecl const*, lldb_private::ConstString, lldb_private::TaggedASTType<0u>, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:253:30
#243 0x00007cb306585565 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#244 0x00007cb306585565 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#245 0x00007cb306585565 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#246 0x00007cb306585565 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#247 0x00007cb306585565 IRForTarget::CreateResultVariable(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:392:7
#248 0x00007cb30658af1c IRForTarget::runOnModule(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:0:10
#249 0x00007cb30653763a lldb_private::ClangExpressionParser::DoPrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:1586:9
#250 0x00007cb304286e24 lldb_private::ExpressionParser::PrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/ExpressionParser.cpp:24:7
#251 0x00007cb306577578 lldb_private::ClangUserExpression::TryParse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:612:34
#252 0x00007cb306577c63 lldb_private::ClangUserExpression::Parse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:683:22
#253 0x00007cb303e325b8 lldb_private::UserExpression::Evaluate(lldb_private::ExecutionContext&, lldb_private::EvaluateExpressionOptions const&, llvm::StringRef, llvm::StringRef, std::shared_ptr<lldb_private::ValueObject>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/UserExpression.cpp:279:27
#254 0x00007cb303fc25e5 lldb_private::Target::EvaluateExpression(llvm::StringRef, lldb_private::ExecutionContextScope*, std::shared_ptr<lldb_private::ValueObject>&, lldb_private::EvaluateExpressionOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Target/Target.cpp:3009:9
#255 0x00007cb303b4ac15 lldb::SBFrame::EvaluateExpression(char const*, lldb::SBExpressionOptions const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBFrame.cpp:1105:11
#256 0x00007cb303c797bc _wrap_SBFrame_EvaluateExpression__SWIG_3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:0:22
#257 0x00007cb303c797bc _wrap_SBFrame_EvaluateExpression(_object*, _object*) /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:38300:18
#258 0x0000000000582210 (/usr/bin/python3.12+0x582210)
#259 0x000000000054b45c PyObject_Call (/usr/bin/python3.12+0x54b45c)
#260 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#261 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#262 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#263 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#264 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#265 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#266 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#267 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#268 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#269 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#270 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#271 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#272 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#273 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#274 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#275 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#276 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#277 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#278 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#279 0x00000000005d58bb PyEval_EvalCode (/usr/bin/python3.12+0x5d58bb)
#280 0x0000000000608b52 (/usr/bin/python3.12+0x608b52)
#281 0x00000000006b5263 (/usr/bin/python3.12+0x6b5263)
#282 0x00000000006b4fca _PyRun_SimpleFileObject (/usr/bin/python3.12+0x6b4fca)
#283 0x00000000006b4dff _PyRun_AnyFileObject (/usr/bin/python3.12+0x6b4dff)
#284 0x00000000006bce65 Py_RunMain (/usr/bin/python3.12+0x6bce65)
#285 0x00000000006bc94d Py_BytesMain (/usr/bin/python3.12+0x6bc94d)
#286 0x00007cb30ad0b1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
#287 0x00007cb30ad0b28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
#288 0x0000000000657b05 _start (/usr/bin/python3.12+0x657b05)
Fatal Python error: Segmentation fault

Current thread 0x00007cb30ace0080 (most recent call first):
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages/lldb/__init__.py", line 7477 in EvaluateExpression
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 3011 in expect_expr
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/iterator/TestIteratorFromStdModule.py", line 26 in test
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2186 in test_method
  File "/usr/lib/python3.12/unittest/case.py", line 589 in _callTestMethod
  File "/usr/lib/python3.12/unittest/case.py", line 634 in run
  File "/usr/lib/python3.12/unittest/case.py", line 690 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/runner.py", line 240 in run
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1238 in run_suite
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py", line 8 in <module>

Extension modules: lldb.native._lldb (total: 1)

--

```
</details>
<details>
<summary>lldb-api.commands/expression/import-std-module/non-module-type-separation/TestNonModuleTypeSeparation.py</summary>

```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --triple x86_64-unknown-linux-gnu --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --lldb-python-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/non-module-type-separation -p TestNonModuleTypeSeparation.py
--
Exit Code: -11

Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_dsym (TestNonModuleTypeSeparation.TestCase.test_dsym) (test case does not fall in any category of interest for this run) 
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
  #0 0x00007b163c83f3cb llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:907:13
  #1 0x00007b163c83c2e8 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
  #2 0x00007b163c8401eb SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:474:38
  #3 0x00007b1642f56330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
  #4 0x00007b164038dc12 mergeDeclAttribute /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:2961:12
  #5 0x00007b164038dc12 clang::Sema::mergeDeclAttributes(clang::NamedDecl*, clang::Decl*, clang::AvailabilityMergeKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:3398:9
  #6 0x00007b16400a2c01 clang::ASTReader::loadPendingDeclChain(clang::Decl*, unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp:4561:5
  #7 0x00007b16400314f3 clang::ASTReader::finishPendingActions() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:10715:57
  #8 0x00007b164003853f clang::ASTReader::FinishedDeserializing() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:11294:3
  #9 0x00007b16400251a9 ~Deserializing /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:0:15
 #10 0x00007b16400251a9 clang::ASTReader::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:8697:1
 #11 0x00007b163e770ee1 lldb_private::SemaSourceWithPriorities::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h:361:24
 #12 0x00007b1640e07e69 get /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:428:14
 #13 0x00007b1640e07e69 clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/Decl.cpp:3264:29
 #14 0x00007b1640e13fa9 clang::FunctionDecl::getBody() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:2336:5
 #15 0x00007b1640d01c4b clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3732:13
 #16 0x00007b1640d03c56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #17 0x00007b1640d03c56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #18 0x00007b1640d03c56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #19 0x00007b1640d2f098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #20 0x00007b1640d2f057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #21 0x00007b163e74a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #22 0x00007b1640d0e25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #23 0x00007b1640d0e25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #24 0x00007b1640cecca3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #25 0x00007b1640cecca3 std::conditional<std::is_base_of_v<clang::Type, clang::Decl>, llvm::Expected<clang::Decl const*>, llvm::Expected<clang::Decl*>>::type clang::ASTNodeImporter::import<clang::Decl>(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #26 0x00007b1640d03e12 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #27 0x00007b1640d03e12 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4369:10
 #28 0x00007b1640d2f098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #29 0x00007b1640d2f057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #30 0x00007b163e74a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #31 0x00007b1640d0e25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #32 0x00007b1640d0e25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #33 0x00007b163e7441ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #34 0x00007b163e7441ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
 #35 0x00007b163e757406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
 #36 0x00007b1640e255e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
 #37 0x00007b1640e255e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
 #38 0x00007b1640e267c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
 #39 0x00007b1640e267c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
 #40 0x00007b1640e26525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
 #41 0x00007b1640d064fd Expected<clang::IndirectFieldDecl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:528:9
 #42 0x00007b1640d064fd clang::ASTNodeImporter::VisitIndirectFieldDecl(clang::IndirectFieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:0
 #43 0x00007b1640d2f2cc clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #44 0x00007b1640d2f057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #45 0x00007b163e74a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #46 0x00007b1640d0e25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #47 0x00007b1640d0e25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #48 0x00007b1640d37bef operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #49 0x00007b1640d37bef clang::ASTImporter::Import(clang::CXXCtorInitializer*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10481:10
 #50 0x00007b1640d421f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #51 0x00007b1640d421f3 std::conditional<std::is_base_of_v<clang::Type, clang::CXXCtorInitializer>, llvm::Expected<clang::CXXCtorInitializer const*>, llvm::Expected<clang::CXXCtorInitializer*>>::type clang::ASTNodeImporter::import<clang::CXXCtorInitializer>(clang::CXXCtorInitializer*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #52 0x00007b1640d052c1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #53 0x00007b1640d052c1 ImportArrayChecked<clang::CXXCtorInitializer **, clang::CXXCtorInitializer **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
 #54 0x00007b1640d052c1 llvm::Error clang::ASTNodeImporter::ImportContainerChecked<llvm::iterator_range<clang::CXXCtorInitializer**>, llvm::SmallVector<clang::CXXCtorInitializer*, 4u>>(llvm::iterator_range<clang::CXXCtorInitializer**> const&, llvm::SmallVector<clang::CXXCtorInitializer*, 4u>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
 #55 0x00007b1640d039f2 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #56 0x00007b1640d039f2 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #57 0x00007b1640d039f2 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4322:17
 #58 0x00007b1640d2f098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #59 0x00007b1640d2f057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #60 0x00007b163e74a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #61 0x00007b1640d0e25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #62 0x00007b1640d0e25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #63 0x00007b1640d01683 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #64 0x00007b1640d01683 std::conditional<std::is_base_of_v<clang::Type, clang::FunctionDecl>, llvm::Expected<clang::FunctionDecl const*>, llvm::Expected<clang::FunctionDecl*>>::type clang::ASTNodeImporter::import<clang::FunctionDecl>(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #65 0x00007b1640d00fa3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #66 0x00007b1640d00fa3 clang::ASTNodeImporter::ImportTemplateInformation(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3642:34
 #67 0x00007b1640d03adf getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #68 0x00007b1640d03adf operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #69 0x00007b1640d03adf clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4335:13
 #70 0x00007b1640d2f098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #71 0x00007b1640d2f057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #72 0x00007b163e74a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #73 0x00007b1640d0e25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #74 0x00007b1640d0e25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #75 0x00007b163e7441ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #76 0x00007b163e7441ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
 #77 0x00007b163e757406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
 #78 0x00007b1640e255e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
 #79 0x00007b1640e255e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
 #80 0x00007b1640e267c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
 #81 0x00007b1640e267c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
 #82 0x00007b1640e26da2 clang::DeclContext::lookupImpl(clang::DeclarationName, clang::DeclContext const*) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1968:8
 #83 0x00007b1640e2c42b operator!= /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:356:33
 #84 0x00007b1640e2c42b operator!= /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:1374:59
 #85 0x00007b1640e2c42b clang::CXXRecordDecl::getDestructor() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:2138:19
 #86 0x00007b1640e2c0a1 hasConstexprDestructor /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:601:10
 #87 0x00007b1640e2c0a1 clang::CXXRecordDecl::addedClassSubobject(clang::CXXRecordDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:551:16
 #88 0x00007b1640e2d983 clang::CXXRecordDecl::addedMember(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclCXX.cpp:0:9
 #89 0x00007b1640e2620d clang::DeclContext::addHiddenDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:0:13
 #90 0x00007b1640e266c9 isPresent /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:616:55
 #91 0x00007b1640e266c9 isPresent<clang::Decl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:624:10
 #92 0x00007b1640e266c9 dyn_cast<clang::NamedDecl, clang::Decl> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:656:10
 #93 0x00007b1640e266c9 clang::DeclContext::addDeclInternal(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1832:18
 #94 0x00007b1640d05d5c clang::ASTNodeImporter::VisitFieldDecl(clang::FieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4480:46
 #95 0x00007b1640d2f0b2 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #96 0x00007b1640d2f057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #97 0x00007b163e74a8b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #98 0x00007b1640d0e25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #99 0x00007b1640d0e25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#100 0x00007b1640cecca3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#101 0x00007b1640cecca3 std::conditional<std::is_base_of_v<clang::Type, clang::Decl>, llvm::Expected<clang::Decl const*>, llvm::Expected<clang::Decl*>>::type clang::ASTNodeImporter::import<clang::Decl>(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#102 0x00007b1640cf9863 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#103 0x00007b1640cf9863 clang::ASTNodeImporter::ImportDeclContext(clang::DeclContext*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2355:10
#104 0x00007b1640d39731 clang::ASTImporter::ImportDefinition(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:19
#105 0x00007b163e748c1d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#106 0x00007b163e748c1d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#107 0x00007b163e748c1d lldb_private::ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(clang::Decl*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:1174:19
#108 0x00007b163e744ef2 setCompleteDefinition /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../clang/include/clang/AST/Decl.h:3864:38
#109 0x00007b163e744ef2 CompleteDecl /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:255:21
#110 0x00007b163e744ef2 (anonymous namespace)::CompleteTagDeclsScope::~CompleteTagDeclsScope() /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:289:7
#111 0x00007b163e744a6a lldb_private::ClangASTImporter::DeportType(lldb_private::TypeSystemClang&, lldb_private::CompilerType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:1
#112 0x00007b163e7736a2 __weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1154:19
#113 0x00007b163e7736a2 __weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1991:7
#114 0x00007b163e7736a2 weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr.h:831:7
#115 0x00007b163e7736a2 CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:93:9
#116 0x00007b163e7736a2 TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:21:9
#117 0x00007b163e7736a2 lldb_private::ClangExpressionDeclMap::DeportType(lldb_private::TypeSystemClang&, lldb_private::TypeSystemClang&, lldb_private::TaggedASTType<0u>) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:218:10
#118 0x00007b163e773b86 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#119 0x00007b163e773b86 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#120 0x00007b163e773b86 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#121 0x00007b163e773b86 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#122 0x00007b163e773b86 lldb_private::ClangExpressionDeclMap::AddPersistentVariable(clang::NamedDecl const*, lldb_private::ConstString, lldb_private::TaggedASTType<0u>, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:253:30
#123 0x00007b163e7b5565 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#124 0x00007b163e7b5565 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#125 0x00007b163e7b5565 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#126 0x00007b163e7b5565 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#127 0x00007b163e7b5565 IRForTarget::CreateResultVariable(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:392:7
#128 0x00007b163e7baf1c IRForTarget::runOnModule(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:0:10
#129 0x00007b163e76763a lldb_private::ClangExpressionParser::DoPrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:1586:9
#130 0x00007b163c4b6e24 lldb_private::ExpressionParser::PrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/ExpressionParser.cpp:24:7
#131 0x00007b163e7a7578 lldb_private::ClangUserExpression::TryParse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:612:34
#132 0x00007b163e7a7c63 lldb_private::ClangUserExpression::Parse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:683:22
#133 0x00007b163c0625b8 lldb_private::UserExpression::Evaluate(lldb_private::ExecutionContext&, lldb_private::EvaluateExpressionOptions const&, llvm::StringRef, llvm::StringRef, std::shared_ptr<lldb_private::ValueObject>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/UserExpression.cpp:279:27
#134 0x00007b163c1f25e5 lldb_private::Target::EvaluateExpression(llvm::StringRef, lldb_private::ExecutionContextScope*, std::shared_ptr<lldb_private::ValueObject>&, lldb_private::EvaluateExpressionOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Target/Target.cpp:3009:9
#135 0x00007b163bd7ac15 lldb::SBFrame::EvaluateExpression(char const*, lldb::SBExpressionOptions const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBFrame.cpp:1105:11
#136 0x00007b163bea97bc _wrap_SBFrame_EvaluateExpression__SWIG_3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:0:22
#137 0x00007b163bea97bc _wrap_SBFrame_EvaluateExpression(_object*, _object*) /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:38300:18
#138 0x0000000000582210 (/usr/bin/python3.12+0x582210)
#139 0x000000000054b45c PyObject_Call (/usr/bin/python3.12+0x54b45c)
#140 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#141 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#142 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#143 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#144 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#145 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#146 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#147 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#148 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#149 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#150 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#151 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#152 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#153 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#154 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#155 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#156 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#157 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#158 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#159 0x00000000005d58bb PyEval_EvalCode (/usr/bin/python3.12+0x5d58bb)
#160 0x0000000000608b52 (/usr/bin/python3.12+0x608b52)
#161 0x00000000006b5263 (/usr/bin/python3.12+0x6b5263)
#162 0x00000000006b4fca _PyRun_SimpleFileObject (/usr/bin/python3.12+0x6b4fca)
#163 0x00000000006b4dff _PyRun_AnyFileObject (/usr/bin/python3.12+0x6b4dff)
#164 0x00000000006bce65 Py_RunMain (/usr/bin/python3.12+0x6bce65)
#165 0x00000000006bc94d Py_BytesMain (/usr/bin/python3.12+0x6bc94d)
#166 0x00007b1642f3b1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
#167 0x00007b1642f3b28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
#168 0x0000000000657b05 _start (/usr/bin/python3.12+0x657b05)
Fatal Python error: Segmentation fault

Current thread 0x00007b1642f10080 (most recent call first):
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages/lldb/__init__.py", line 7477 in EvaluateExpression
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 3011 in expect_expr
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/non-module-type-separation/TestNonModuleTypeSeparation.py", line 70 in test
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2186 in test_method
  File "/usr/lib/python3.12/unittest/case.py", line 589 in _callTestMethod
  File "/usr/lib/python3.12/unittest/case.py", line 634 in run
  File "/usr/lib/python3.12/unittest/case.py", line 690 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/runner.py", line 240 in run
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1238 in run_suite
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py", line 8 in <module>

Extension modules: lldb.native._lldb (total: 1)

--

```
</details>
<details>
<summary>lldb-api.commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py</summary>

```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --triple x86_64-unknown-linux-gnu --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --lldb-python-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content -p TestSharedPtrDbgInfoContentFromStdModule.py
--
Exit Code: -11

Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_dsym (TestSharedPtrDbgInfoContentFromStdModule.TestSharedPtrDbgInfoContent.test_dsym) (test case does not fall in any category of interest for this run) 
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_dwarf (TestSharedPtrDbgInfoContentFromStdModule.TestSharedPtrDbgInfoContent.test_dwarf)
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
  #0 0x00007c887b3db3cb llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:907:13
  #1 0x00007c887b3d82e8 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
  #2 0x00007c887b3dc1eb SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:474:38
  #3 0x00007c8881af2330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
  #4 0x00007c887ef29c12 mergeDeclAttribute /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:2961:12
  #5 0x00007c887ef29c12 clang::Sema::mergeDeclAttributes(clang::NamedDecl*, clang::Decl*, clang::AvailabilityMergeKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:3398:9
  #6 0x00007c887ec3ec01 clang::ASTReader::loadPendingDeclChain(clang::Decl*, unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp:4561:5
  #7 0x00007c887ebcd4f3 clang::ASTReader::finishPendingActions() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:10715:57
  #8 0x00007c887ebd453f clang::ASTReader::FinishedDeserializing() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:11294:3
  #9 0x00007c887ebc11a9 ~Deserializing /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:0:15
 #10 0x00007c887ebc11a9 clang::ASTReader::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:8697:1
 #11 0x00007c887d30cee1 lldb_private::SemaSourceWithPriorities::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h:361:24
 #12 0x00007c887f9a3e69 get /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:428:14
 #13 0x00007c887f9a3e69 clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/Decl.cpp:3264:29
 #14 0x00007c887f9affa9 clang::FunctionDecl::getBody() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:2336:5
 #15 0x00007c887f89dc4b clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3732:13
 #16 0x00007c887f89fc56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #17 0x00007c887f89fc56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #18 0x00007c887f89fc56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #19 0x00007c887f8cb098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #20 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #21 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #22 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #23 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #24 0x00007c887f8b49e0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #25 0x00007c887f8b49e0 importInto<clang::FunctionDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
 #26 0x00007c887f8b49e0 clang::ASTNodeImporter::VisitFunctionTemplateDecl(clang::FunctionTemplateDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6984:19
 #27 0x00007c887f8cb18f clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #28 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #29 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #30 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #31 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #32 0x00007c887d2e01ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #33 0x00007c887d2e01ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
 #34 0x00007c887d2f3406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
 #35 0x00007c887f9c15e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
 #36 0x00007c887f9c15e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
 #37 0x00007c887f9c27c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
 #38 0x00007c887f9c27c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
 #39 0x00007c887f9c2525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
 #40 0x00007c887f89902d Expected<clang::TypedefNameDecl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:528:9
 #41 0x00007c887f89902d clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:0
 #42 0x00007c887f8cb343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #43 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #44 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #45 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #46 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #47 0x00007c887f88f6c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #48 0x00007c887f88f6c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #49 0x00007c887f88f450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #50 0x00007c887f88f450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
 #51 0x00007c887f8cba4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
 #52 0x00007c887f8cb5f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #53 0x00007c887f8cb5f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
 #54 0x00007c887f8cbae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #55 0x00007c887f8cbae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
 #56 0x00007c887f88d60d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #57 0x00007c887f88d60d clang::ASTNodeImporter::VisitPointerType(clang::PointerType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1426:8
 #58 0x00007c887f8cb877 clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
 #59 0x00007c887f8cb5f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #60 0x00007c887f8cb5f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
 #61 0x00007c887f8cbae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #62 0x00007c887f8cbae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
 #63 0x00007c887f88de95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #64 0x00007c887f88de95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
 #65 0x00007c887f8a17c2 clang::ASTNodeImporter::VisitFieldDecl(clang::FieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4454:17
 #66 0x00007c887f8cb0b2 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #67 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #68 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #69 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #70 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #71 0x00007c887f8d3b05 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #72 0x00007c887f8d3b05 clang::ASTImporter::Import(clang::CXXCtorInitializer*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10469:10
 #73 0x00007c887f8de1f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #74 0x00007c887f8de1f3 std::conditional<std::is_base_of_v<clang::Type, clang::CXXCtorInitializer>, llvm::Expected<clang::CXXCtorInitializer const*>, llvm::Expected<clang::CXXCtorInitializer*>>::type clang::ASTNodeImporter::import<clang::CXXCtorInitializer>(clang::CXXCtorInitializer*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #75 0x00007c887f8a12c1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #76 0x00007c887f8a12c1 ImportArrayChecked<clang::CXXCtorInitializer **, clang::CXXCtorInitializer **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
 #77 0x00007c887f8a12c1 llvm::Error clang::ASTNodeImporter::ImportContainerChecked<llvm::iterator_range<clang::CXXCtorInitializer**>, llvm::SmallVector<clang::CXXCtorInitializer*, 4u>>(llvm::iterator_range<clang::CXXCtorInitializer**> const&, llvm::SmallVector<clang::CXXCtorInitializer*, 4u>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
 #78 0x00007c887f89f9f2 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #79 0x00007c887f89f9f2 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #80 0x00007c887f89f9f2 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4322:17
 #81 0x00007c887f8cb098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #82 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #83 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #84 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #85 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #86 0x00007c887f89d683 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #87 0x00007c887f89d683 std::conditional<std::is_base_of_v<clang::Type, clang::FunctionDecl>, llvm::Expected<clang::FunctionDecl const*>, llvm::Expected<clang::FunctionDecl*>>::type clang::ASTNodeImporter::import<clang::FunctionDecl>(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #88 0x00007c887f89cfa3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #89 0x00007c887f89cfa3 clang::ASTNodeImporter::ImportTemplateInformation(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3642:34
 #90 0x00007c887f89fadf getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #91 0x00007c887f89fadf operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #92 0x00007c887f89fadf clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4335:13
 #93 0x00007c887f8cb098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #94 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #95 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #96 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #97 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #98 0x00007c887d2e01ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #99 0x00007c887d2e01ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
#100 0x00007c887d2f3406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
#101 0x00007c887f9c15e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
#102 0x00007c887f9c15e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
#103 0x00007c887f9c27c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
#104 0x00007c887f9c27c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
#105 0x00007c887f9c2525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
#106 0x00007c887f8a1d5c clang::ASTNodeImporter::VisitFieldDecl(clang::FieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4480:46
#107 0x00007c887f8cb0b2 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#108 0x00007c887f8cb057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#109 0x00007c887d2e68b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#110 0x00007c887f8aa25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#111 0x00007c887f8aa25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#112 0x00007c887f888ca3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#113 0x00007c887f888ca3 std::conditional<std::is_base_of_v<clang::Type, clang::Decl>, llvm::Expected<clang::Decl const*>, llvm::Expected<clang::Decl*>>::type clang::ASTNodeImporter::import<clang::Decl>(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#114 0x00007c887f895863 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#115 0x00007c887f895863 clang::ASTNodeImporter::ImportDeclContext(clang::DeclContext*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2355:10
#116 0x00007c887f8d5731 clang::ASTImporter::ImportDefinition(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:19
#117 0x00007c887d2e4c1d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#118 0x00007c887d2e4c1d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#119 0x00007c887d2e4c1d lldb_private::ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(clang::Decl*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:1174:19
#120 0x00007c887d2e0ef2 setCompleteDefinition /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../clang/include/clang/AST/Decl.h:3864:38
#121 0x00007c887d2e0ef2 CompleteDecl /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:255:21
#122 0x00007c887d2e0ef2 (anonymous namespace)::CompleteTagDeclsScope::~CompleteTagDeclsScope() /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:289:7
#123 0x00007c887d2e0a6a lldb_private::ClangASTImporter::DeportType(lldb_private::TypeSystemClang&, lldb_private::CompilerType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:1
#124 0x00007c887d30f6a2 __weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1154:19
#125 0x00007c887d30f6a2 __weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1991:7
#126 0x00007c887d30f6a2 weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr.h:831:7
#127 0x00007c887d30f6a2 CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:93:9
#128 0x00007c887d30f6a2 TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:21:9
#129 0x00007c887d30f6a2 lldb_private::ClangExpressionDeclMap::DeportType(lldb_private::TypeSystemClang&, lldb_private::TypeSystemClang&, lldb_private::TaggedASTType<0u>) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:218:10
#130 0x00007c887d30fb86 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#131 0x00007c887d30fb86 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#132 0x00007c887d30fb86 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#133 0x00007c887d30fb86 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#134 0x00007c887d30fb86 lldb_private::ClangExpressionDeclMap::AddPersistentVariable(clang::NamedDecl const*, lldb_private::ConstString, lldb_private::TaggedASTType<0u>, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:253:30
#135 0x00007c887d351565 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#136 0x00007c887d351565 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#137 0x00007c887d351565 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#138 0x00007c887d351565 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#139 0x00007c887d351565 IRForTarget::CreateResultVariable(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:392:7
#140 0x00007c887d356f1c IRForTarget::runOnModule(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:0:10
#141 0x00007c887d30363a lldb_private::ClangExpressionParser::DoPrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:1586:9
#142 0x00007c887b052e24 lldb_private::ExpressionParser::PrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/ExpressionParser.cpp:24:7
#143 0x00007c887d343578 lldb_private::ClangUserExpression::TryParse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:612:34
#144 0x00007c887d343c63 lldb_private::ClangUserExpression::Parse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:683:22
#145 0x00007c887abfe5b8 lldb_private::UserExpression::Evaluate(lldb_private::ExecutionContext&, lldb_private::EvaluateExpressionOptions const&, llvm::StringRef, llvm::StringRef, std::shared_ptr<lldb_private::ValueObject>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/UserExpression.cpp:279:27
#146 0x00007c887ad8e5e5 lldb_private::Target::EvaluateExpression(llvm::StringRef, lldb_private::ExecutionContextScope*, std::shared_ptr<lldb_private::ValueObject>&, lldb_private::EvaluateExpressionOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Target/Target.cpp:3009:9
#147 0x00007c887a916c15 lldb::SBFrame::EvaluateExpression(char const*, lldb::SBExpressionOptions const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBFrame.cpp:1105:11
#148 0x00007c887aa457bc _wrap_SBFrame_EvaluateExpression__SWIG_3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:0:22
#149 0x00007c887aa457bc _wrap_SBFrame_EvaluateExpression(_object*, _object*) /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:38300:18
#150 0x0000000000582210 (/usr/bin/python3.12+0x582210)
#151 0x000000000054b45c PyObject_Call (/usr/bin/python3.12+0x54b45c)
#152 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#153 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#154 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#155 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#156 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#157 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#158 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#159 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#160 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#161 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#162 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#163 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#164 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#165 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#166 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#167 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#168 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#169 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#170 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#171 0x00000000005d58bb PyEval_EvalCode (/usr/bin/python3.12+0x5d58bb)
#172 0x0000000000608b52 (/usr/bin/python3.12+0x608b52)
#173 0x00000000006b5263 (/usr/bin/python3.12+0x6b5263)
#174 0x00000000006b4fca _PyRun_SimpleFileObject (/usr/bin/python3.12+0x6b4fca)
#175 0x00000000006b4dff _PyRun_AnyFileObject (/usr/bin/python3.12+0x6b4dff)
#176 0x00000000006bce65 Py_RunMain (/usr/bin/python3.12+0x6bce65)
#177 0x00000000006bc94d Py_BytesMain (/usr/bin/python3.12+0x6bc94d)
#178 0x00007c8881ad71ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
#179 0x00007c8881ad728b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
#180 0x0000000000657b05 _start (/usr/bin/python3.12+0x657b05)
Fatal Python error: Segmentation fault

Current thread 0x00007c8881aac080 (most recent call first):
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages/lldb/__init__.py", line 7477 in EvaluateExpression
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 3011 in expect_expr
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py", line 24 in test
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2186 in test_method
  File "/usr/lib/python3.12/unittest/case.py", line 589 in _callTestMethod
  File "/usr/lib/python3.12/unittest/case.py", line 634 in run
  File "/usr/lib/python3.12/unittest/case.py", line 690 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/runner.py", line 240 in run
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1238 in run_suite
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py", line 8 in <module>

Extension modules: lldb.native._lldb (total: 1)

--

```
</details>
<details>
<summary>lldb-api.commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py</summary>

```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --triple x86_64-unknown-linux-gnu --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --lldb-python-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content -p TestDbgInfoContentWeakPtrFromStdModule.py
--
Exit Code: -11

Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_dsym (TestDbgInfoContentWeakPtrFromStdModule.TestDbgInfoContentWeakPtr.test_dsym) (test case does not fall in any category of interest for this run) 
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
  #0 0x00007efe14e3b3cb llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:907:13
  #1 0x00007efe14e382e8 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
  #2 0x00007efe14e3c1eb SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:474:38
  #3 0x00007efe1b552330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
  #4 0x00007efe18989c12 mergeDeclAttribute /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:2961:12
  #5 0x00007efe18989c12 clang::Sema::mergeDeclAttributes(clang::NamedDecl*, clang::Decl*, clang::AvailabilityMergeKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaDecl.cpp:3398:9
  #6 0x00007efe1869ec01 clang::ASTReader::loadPendingDeclChain(clang::Decl*, unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp:4561:5
  #7 0x00007efe1862d4f3 clang::ASTReader::finishPendingActions() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:10715:57
  #8 0x00007efe1863453f clang::ASTReader::FinishedDeserializing() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:11294:3
  #9 0x00007efe186211a9 ~Deserializing /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:0:15
 #10 0x00007efe186211a9 clang::ASTReader::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Serialization/ASTReader.cpp:8697:1
 #11 0x00007efe16d6cee1 lldb_private::SemaSourceWithPriorities::GetExternalDeclStmt(unsigned long) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h:361:24
 #12 0x00007efe19403e69 get /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/ExternalASTSource.h:428:14
 #13 0x00007efe19403e69 clang::FunctionDecl::getBody(clang::FunctionDecl const*&) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/Decl.cpp:3264:29
 #14 0x00007efe1940ffa9 clang::FunctionDecl::getBody() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:2336:5
 #15 0x00007efe192fdc4b clang::ASTNodeImporter::ImportFunctionDeclBody(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3732:13
 #16 0x00007efe192ffc56 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #17 0x00007efe192ffc56 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #18 0x00007efe192ffc56 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4346:9
 #19 0x00007efe1932b098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #20 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #21 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #22 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #23 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #24 0x00007efe193149e0 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #25 0x00007efe193149e0 importInto<clang::FunctionDecl> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:192:11
 #26 0x00007efe193149e0 clang::ASTNodeImporter::VisitFunctionTemplateDecl(clang::FunctionTemplateDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:6984:19
 #27 0x00007efe1932b18f clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #28 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #29 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #30 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #31 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #32 0x00007efe16d401ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #33 0x00007efe16d401ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
 #34 0x00007efe16d53406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
 #35 0x00007efe194215e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
 #36 0x00007efe194215e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
 #37 0x00007efe194227c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
 #38 0x00007efe194227c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
 #39 0x00007efe19422525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
 #40 0x00007efe192f902d Expected<clang::TypedefNameDecl *> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:528:9
 #41 0x00007efe192f902d clang::ASTNodeImporter::VisitTypedefNameDecl(clang::TypedefNameDecl*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:0
 #42 0x00007efe1932b343 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #43 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #44 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #45 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #46 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #47 0x00007efe192ef6c3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #48 0x00007efe192ef6c3 std::conditional<std::is_base_of_v<clang::Type, clang::TypedefNameDecl>, llvm::Expected<clang::TypedefNameDecl const*>, llvm::Expected<clang::TypedefNameDecl*>>::type clang::ASTNodeImporter::import<clang::TypedefNameDecl>(clang::TypedefNameDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #49 0x00007efe192ef450 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #50 0x00007efe192ef450 clang::ASTNodeImporter::VisitTypedefType(clang::TypedefType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1667:8
 #51 0x00007efe1932ba4b clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
 #52 0x00007efe1932b5f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #53 0x00007efe1932b5f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
 #54 0x00007efe1932bae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #55 0x00007efe1932bae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
 #56 0x00007efe192ed60d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #57 0x00007efe192ed60d clang::ASTNodeImporter::VisitPointerType(clang::PointerType const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:1426:8
 #58 0x00007efe1932b877 clang::TypeVisitor<clang::ASTNodeImporter, llvm::Expected<clang::QualType>>::Visit(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/TypeVisitor.h:76:3
 #59 0x00007efe1932b5f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #60 0x00007efe1932b5f3 clang::ASTImporter::Import(clang::Type const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9565:8
 #61 0x00007efe1932bae9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #62 0x00007efe1932bae9 clang::ASTImporter::Import(clang::QualType) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9579:8
 #63 0x00007efe192ede95 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #64 0x00007efe192ede95 clang::QualType clang::ASTNodeImporter::importChecked<clang::QualType>(llvm::Error&, clang::QualType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:715:12
 #65 0x00007efe193017c2 clang::ASTNodeImporter::VisitFieldDecl(clang::FieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4454:17
 #66 0x00007efe1932b0b2 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #67 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #68 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #69 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #70 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #71 0x00007efe19333b05 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #72 0x00007efe19333b05 clang::ASTImporter::Import(clang::CXXCtorInitializer*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:10469:10
 #73 0x00007efe1933e1f3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #74 0x00007efe1933e1f3 std::conditional<std::is_base_of_v<clang::Type, clang::CXXCtorInitializer>, llvm::Expected<clang::CXXCtorInitializer const*>, llvm::Expected<clang::CXXCtorInitializer*>>::type clang::ASTNodeImporter::import<clang::CXXCtorInitializer>(clang::CXXCtorInitializer*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #75 0x00007efe193012c1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #76 0x00007efe193012c1 ImportArrayChecked<clang::CXXCtorInitializer **, clang::CXXCtorInitializer **> /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:727:14
 #77 0x00007efe193012c1 llvm::Error clang::ASTNodeImporter::ImportContainerChecked<llvm::iterator_range<clang::CXXCtorInitializer**>, llvm::SmallVector<clang::CXXCtorInitializer*, 4u>>(llvm::iterator_range<clang::CXXCtorInitializer**> const&, llvm::SmallVector<clang::CXXCtorInitializer*, 4u>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:741:14
 #78 0x00007efe192ff9f2 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #79 0x00007efe192ff9f2 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #80 0x00007efe192ff9f2 clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4322:17
 #81 0x00007efe1932b098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #82 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #83 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #84 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #85 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #86 0x00007efe192fd683 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #87 0x00007efe192fd683 std::conditional<std::is_base_of_v<clang::Type, clang::FunctionDecl>, llvm::Expected<clang::FunctionDecl const*>, llvm::Expected<clang::FunctionDecl*>>::type clang::ASTNodeImporter::import<clang::FunctionDecl>(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
 #88 0x00007efe192fcfa3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #89 0x00007efe192fcfa3 clang::ASTNodeImporter::ImportTemplateInformation(clang::FunctionDecl*, clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:3642:34
 #90 0x00007efe192ffadf getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
 #91 0x00007efe192ffadf operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
 #92 0x00007efe192ffadf clang::ASTNodeImporter::VisitFunctionDecl(clang::FunctionDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4335:13
 #93 0x00007efe1932b098 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
 #94 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
 #95 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
 #96 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #97 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
 #98 0x00007efe16d401ce operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
 #99 0x00007efe16d401ce lldb_private::ClangASTImporter::CopyDecl(clang::ASTContext*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:82:8
#100 0x00007efe16d53406 lldb_private::ClangASTSource::FindExternalLexicalDecls(clang::DeclContext const*, llvm::function_ref<bool (clang::Decl::Kind)>, llvm::SmallVectorImpl<clang::Decl*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:465:12
#101 0x00007efe194215e1 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:86:46
#102 0x00007efe194215e1 clang::DeclContext::LoadLexicalDeclsFromExternalStorage() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1625:13
#103 0x00007efe194227c8 hasLazyLocalLexicalLookups /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2777:28
#104 0x00007efe194227c8 clang::DeclContext::buildLookup() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:1860:13
#105 0x00007efe19422525 clang::DeclContext::makeDeclVisibleInContextWithFlags(clang::NamedDecl*, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/DeclBase.cpp:2144:5
#106 0x00007efe19301d5c clang::ASTNodeImporter::VisitFieldDecl(clang::FieldDecl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:4480:46
#107 0x00007efe1932b0b2 clang::declvisitor::Base<std::add_pointer, clang::ASTNodeImporter, llvm::Expected<clang::Decl*>>::Visit(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclVisitor.h:46:3
#108 0x00007efe1932b057 clang::ASTImporter::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9534:1
#109 0x00007efe16d468b6 lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:23
#110 0x00007efe1930a25f operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#111 0x00007efe1930a25f clang::ASTImporter::Import(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:9901:8
#112 0x00007efe192e8ca3 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#113 0x00007efe192e8ca3 std::conditional<std::is_base_of_v<clang::Type, clang::Decl>, llvm::Expected<clang::Decl const*>, llvm::Expected<clang::Decl*>>::type clang::ASTNodeImporter::import<clang::Decl>(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:204:12
#114 0x00007efe192f5863 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#115 0x00007efe192f5863 clang::ASTNodeImporter::ImportDeclContext(clang::DeclContext*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:2355:10
#116 0x00007efe19335731 clang::ASTImporter::ImportDefinition(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/ASTImporter.cpp:0:19
#117 0x00007efe16d44c1d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
#118 0x00007efe16d44c1d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
#119 0x00007efe16d44c1d lldb_private::ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(clang::Decl*, clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:1174:19
#120 0x00007efe16d40ef2 setCompleteDefinition /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../clang/include/clang/AST/Decl.h:3864:38
#121 0x00007efe16d40ef2 CompleteDecl /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:255:21
#122 0x00007efe16d40ef2 (anonymous namespace)::CompleteTagDeclsScope::~CompleteTagDeclsScope() /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:289:7
#123 0x00007efe16d40a6a lldb_private::ClangASTImporter::DeportType(lldb_private::TypeSystemClang&, lldb_private::CompilerType const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:0:1
#124 0x00007efe16d6f6a2 __weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1154:19
#125 0x00007efe16d6f6a2 __weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1991:7
#126 0x00007efe16d6f6a2 weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr.h:831:7
#127 0x00007efe16d6f6a2 CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:93:9
#128 0x00007efe16d6f6a2 TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:21:9
#129 0x00007efe16d6f6a2 lldb_private::ClangExpressionDeclMap::DeportType(lldb_private::TypeSystemClang&, lldb_private::TypeSystemClang&, lldb_private::TaggedASTType<0u>) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:218:10
#130 0x00007efe16d6fb86 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#131 0x00007efe16d6fb86 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#132 0x00007efe16d6fb86 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#133 0x00007efe16d6fb86 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#134 0x00007efe16d6fb86 lldb_private::ClangExpressionDeclMap::AddPersistentVariable(clang::NamedDecl const*, lldb_private::ConstString, lldb_private::TaggedASTType<0u>, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:253:30
#135 0x00007efe16db1565 ~__weak_count /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1166:6
#136 0x00007efe16db1565 ~__weak_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1993:29
#137 0x00007efe16db1565 ~CompilerType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/CompilerType.h:37:7
#138 0x00007efe16db1565 ~TaggedASTType /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/include/lldb/Symbol/TaggedASTType.h:31:36
#139 0x00007efe16db1565 IRForTarget::CreateResultVariable(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:392:7
#140 0x00007efe16db6f1c IRForTarget::runOnModule(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:0:10
#141 0x00007efe16d6363a lldb_private::ClangExpressionParser::DoPrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:1586:9
#142 0x00007efe14ab2e24 lldb_private::ExpressionParser::PrepareForExecution(unsigned long&, unsigned long&, std::shared_ptr<lldb_private::IRExecutionUnit>&, lldb_private::ExecutionContext&, bool&, lldb_private::ExecutionPolicy) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/ExpressionParser.cpp:24:7
#143 0x00007efe16da3578 lldb_private::ClangUserExpression::TryParse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:612:34
#144 0x00007efe16da3c63 lldb_private::ClangUserExpression::Parse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:683:22
#145 0x00007efe1465e5b8 lldb_private::UserExpression::Evaluate(lldb_private::ExecutionContext&, lldb_private::EvaluateExpressionOptions const&, llvm::StringRef, llvm::StringRef, std::shared_ptr<lldb_private::ValueObject>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Expression/UserExpression.cpp:279:27
#146 0x00007efe147ee5e5 lldb_private::Target::EvaluateExpression(llvm::StringRef, lldb_private::ExecutionContextScope*, std::shared_ptr<lldb_private::ValueObject>&, lldb_private::EvaluateExpressionOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, lldb_private::ValueObject*) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Target/Target.cpp:3009:9
#147 0x00007efe14376c15 lldb::SBFrame::EvaluateExpression(char const*, lldb::SBExpressionOptions const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBFrame.cpp:1105:11
#148 0x00007efe144a57bc _wrap_SBFrame_EvaluateExpression__SWIG_3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:0:22
#149 0x00007efe144a57bc _wrap_SBFrame_EvaluateExpression(_object*, _object*) /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/bindings/python/LLDBWrapPython.cpp:38300:18
#150 0x0000000000582210 (/usr/bin/python3.12+0x582210)
#151 0x000000000054b45c PyObject_Call (/usr/bin/python3.12+0x54b45c)
#152 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#153 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#154 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#155 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#156 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#157 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#158 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#159 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#160 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#161 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#162 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#163 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#164 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#165 0x000000000054cded (/usr/bin/python3.12+0x54cded)
#166 0x00000000005db532 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5db532)
#167 0x000000000054ab02 _PyObject_Call_Prepend (/usr/bin/python3.12+0x54ab02)
#168 0x00000000005a37f8 (/usr/bin/python3.12+0x5a37f8)
#169 0x00000000005492b5 _PyObject_MakeTpCall (/usr/bin/python3.12+0x5492b5)
#170 0x00000000005d7389 _PyEval_EvalFrameDefault (/usr/bin/python3.12+0x5d7389)
#171 0x00000000005d58bb PyEval_EvalCode (/usr/bin/python3.12+0x5d58bb)
#172 0x0000000000608b52 (/usr/bin/python3.12+0x608b52)
#173 0x00000000006b5263 (/usr/bin/python3.12+0x6b5263)
#174 0x00000000006b4fca _PyRun_SimpleFileObject (/usr/bin/python3.12+0x6b4fca)
#175 0x00000000006b4dff _PyRun_AnyFileObject (/usr/bin/python3.12+0x6b4dff)
#176 0x00000000006bce65 Py_RunMain (/usr/bin/python3.12+0x6bce65)
#177 0x00000000006bc94d Py_BytesMain (/usr/bin/python3.12+0x6bc94d)
#178 0x00007efe1b5371ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
#179 0x00007efe1b53728b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
#180 0x0000000000657b05 _start (/usr/bin/python3.12+0x657b05)
Fatal Python error: Segmentation fault

Current thread 0x00007efe1b50c080 (most recent call first):
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/local/lib/python3.12/dist-packages/lldb/__init__.py", line 7477 in EvaluateExpression
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 3011 in expect_expr
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py", line 30 in test
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 175 in wrapper
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2186 in test_method
  File "/usr/lib/python3.12/unittest/case.py", line 589 in _callTestMethod
  File "/usr/lib/python3.12/unittest/case.py", line 634 in run
  File "/usr/lib/python3.12/unittest/case.py", line 690 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/suite.py", line 122 in run
  File "/usr/lib/python3.12/unittest/suite.py", line 84 in __call__
  File "/usr/lib/python3.12/unittest/runner.py", line 240 in run
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 1238 in run_suite
  File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py", line 8 in <module>

Extension modules: lldb.native._lldb (total: 1)

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the cfe-commits mailing list