github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 88545 tests passed * 1710 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### Clang <details> <summary>Clang.SemaTemplate/current-instantiation.cpp</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fsyntax-only -verify /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaTemplate/current-instantiation.cpp # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fsyntax-only -verify /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaTemplate/current-instantiation.cpp # .---command stderr------------ # | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclCXX.h:464: struct DefinitionData &clang::CXXRecordDecl::data() const: Assertion `DD && "queried property of class with no definition"' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and dumped files. # | Stack dump: # | 0. Program arguments: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fsyntax-only -verify /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaTemplate/current-instantiation.cpp # | 1. <eof> parser at end of file # | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/SemaTemplate/current-instantiation.cpp:258:17: instantiating function definition 'GH195133::X<int>::f' # | #0 0x00000000093a2f7b llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:881:13 # | #1 0x000000000939fec1 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18 # | #2 0x00000000093a3d91 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:448:38 # | #3 0x00000000093a3be8 __find_if<const int *, __gnu_cxx::__ops::_Iter_equals_val<const int> > /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_algobase.h:2072:8 # | #4 0x00000000093a3be8 __find_if<const int *, __gnu_cxx::__ops::_Iter_equals_val<const int> > /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_algobase.h:2117:14 # | #5 0x00000000093a3be8 find<const int *, int> /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_algo.h:3897:14 # | #6 0x00000000093a3be8 is_contained<const int (&)[10], int> /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLExtras.h:1953:12 # | #7 0x00000000093a3be8 SignalHandlerTerminate(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:464:7 # | #8 0x00007fd2afbba330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) # | #9 0x00007fd2afc13b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c) # | #10 0x00007fd2afbba27e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e) # | #11 0x00007fd2afb9d8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff) # | #12 0x00007fd2afb9d81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b) # | #13 0x00007fd2afbb0517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517) # | #14 0x000000000975f51b (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x975f51b) # | #15 0x0000000009783f9d bases_begin /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclCXX.h:618:12 # | #16 0x0000000009783f9d clang::CXXRecordDecl::bases() const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclCXX.h:613:35 # | #17 0x000000000c6628a2 clang::CXXRecordDecl::forallBases(llvm::function_ref<bool (clang::CXXRecordDecl const*)>) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/CXXInheritance.cpp:0:34 # | #18 0x000000000c66285a clang::CXXRecordDecl::isProvablyNotDerivedFrom(clang::CXXRecordDecl const*) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/AST/CXXInheritance.cpp:109:3 # | #19 0x000000000bd0a327 clang::Sema::CheckQualifiedMemberReference(clang::Expr*, clang::QualType, clang::CXXScopeSpec const&, clang::LookupResult const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaExprMember.cpp:645:56 # | #20 0x000000000bd0cc79 clang::Sema::BuildMemberReferenceExpr(clang::Expr*, clang::QualType, clang::SourceLocation, bool, clang::CXXScopeSpec const&, clang::SourceLocation, clang::NamedDecl*, clang::LookupResult&, clang::TemplateArgumentListInfo const*, clang::Scope const*, bool, clang::Sema::ActOnMemberAccessExtraArgs*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaExprMember.cpp:970:7 # | #21 0x000000000c130539 RebuildMemberExpr /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/TreeTransform.h:3043:22 # | #22 0x000000000c130539 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformMemberExpr(clang::MemberExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/TreeTransform.h:13877:23 # | #23 0x000000000c1340af clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCallExpr(clang::CallExpr*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/TreeTransform.h:0:36 # | #24 0x000000000c0e5b64 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformStmt(clang::Stmt*, clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::StmtDiscardKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/TreeTransform.h:4413:15 # | #25 0x000000000c13a4e1 isInvalid /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Sema/Ownership.h:200:41 # | #26 0x000000000c13a4e1 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCompoundStmt(clang::CompoundStmt*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/TreeTransform.h:8189:16 # | #27 0x000000000c0e5a6d _M_reset /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/optional:317:12 # | #28 0x000000000c0e5a6d ~_Optional_payload /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/optional:441:57 # | #29 0x000000000c0e5a6d ~_Optional_base /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/optional:512:12 # | #30 0x000000000c0e5a6d ~TemplateInstantiator /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp:1305:9 # | #31 0x000000000c0e5a6d clang::Sema::SubstStmt(clang::Stmt*, clang::MultiLevelTemplateArgumentList const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp:4392:1 # | #32 0x000000000c18135a clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation, clang::FunctionDecl*, bool, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp:5978:14 # | #33 0x000000000c184e9e isDefined /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/Decl.h:2305:12 # | #34 0x000000000c184e9e clang::Sema::PerformPendingInstantiations(bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp:7253:23 # | #35 0x000000000b8f7f48 ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9 # | #36 0x000000000b8f7f48 clang::Sema::ActOnEndOfTranslationUnitFragment(clang::TUFragmentKind) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/Sema.cpp:1257:3 # | #37 0x000000000b8f8871 clang::Sema::ActOnEndOfTranslationUnit() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Sema/Sema.cpp:1286:5 # | #38 0x000000000b794639 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/Parser.cpp:0:13 # | #39 0x000000000b78917e clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:169:5 # | #40 0x000000000a28d166 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1348:10 # | #41 0x000000000a1ff9a9 getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42 # | #42 0x000000000a1ff9a9 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16 # | #43 0x000000000a1ff9a9 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1027:23 # | #44 0x000000000a3864e8 get /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1666:16 # | #45 0x000000000a3864e8 _M_get /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1363:66 # | #46 0x000000000a3864e8 operator-> /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1357:9 # | #47 0x000000000a3864e8 getFrontendOpts /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Frontend/CompilerInstance.h:314:12 # | #48 0x000000000a3864e8 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:320:14 # | #49 0x000000000653cbcc cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:296:13 # | #50 0x0000000006538923 ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:229:12 # | #51 0x00000000065378ef clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:277:12 # | #52 0x0000000006548ded main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10 # | #53 0x00007fd2afb9f1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca) # | #54 0x00007fd2afb9f28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b) # | #55 0x00000000065362a5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x65362a5) # `----------------------------- # error: command failed with exit status: -6 -- ``` </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/199403 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
