github-actions[bot] wrote:

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

* 3176 tests passed
* 7 tests skipped
* 1 test failed

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

### Clang Tools
<details>
<summary>Clang Tools.clang-tidy/checkers/llvm/redundant-casting.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
 -std=c++17-or-later 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/redundant-casting.cpp
 llvm-redundant-casting 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp
 -- -- -fno-delayed-template-parsing
# executed command: /usr/bin/python3 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
 -std=c++17-or-later 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/redundant-casting.cpp
 llvm-redundant-casting 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp
 -- -- -fno-delayed-template-parsing
# .---command stdout------------
# | Running ['clang-tidy', '--experimental-custom-checks', 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp',
 '-fix', '--checks=-*,llvm-redundant-casting', '--config={}', '--', 
'-fno-delayed-template-parsing', '-std=c++17', '-nostdinc++', '-isystem', 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/checkers/Inputs/Headers/std']...
# | clang-tidy --experimental-custom-checks 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp
 -fix --checks=-*,llvm-redundant-casting --config={} -- 
-fno-delayed-template-parsing -std=c++17 -nostdinc++ -isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/checkers/Inputs/Headers/std
 failed:
# | clang-tidy: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Basic/Diagnostic.h:1604:
 DiagnosticsEngine::ArgumentKind clang::Diagnostic::getArgKind(unsigned int) 
const: Assertion `Idx < getNumArgs() && "Argument index out of range!"' failed.
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ 
and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.  Program arguments: clang-tidy --experimental-custom-checks 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp
 -fix --checks=-*,llvm-redundant-casting --config={} -- 
-fno-delayed-template-parsing -std=c++17 -nostdinc++ -isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/checkers/Inputs/Headers/std
# | 1.  <eof> parser at end of file
# | 2.  ASTMatcher: Processing 'llvm-redundant-casting' against:
# |     CallExpr : 
</home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp:34:11,
 col:30>
# | --- Bound Nodes Begin ---
# |     call - { CallExpr : 
</home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp:34:11,
 col:30> }
# |     callee - { DeclRefExpr : 
</home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp:34:11,
 col:23> }
# |     context - { FunctionDecl testCast : 
</home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp:33:1,
 line:39:1> }
# | --- Bound Nodes End ---
# |  #0 0x00000000042b79e8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:880:13
# |  #1 0x00000000042b4841 llvm::sys::RunSignalHandlers() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
# |  #2 0x00000000042b8b31 SignalHandler(int, siginfo_t*, void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:448:38
# |  #3 0x00007c8d1f3c9330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# |  #4 0x00007c8d1f422b2c pthread_kill 
(/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# |  #5 0x00007c8d1f3c927e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# |  #6 0x00007c8d1f3ac8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# |  #7 0x00007c8d1f3ac81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# |  #8 0x00007c8d1f3bf517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# |  #9 0x0000000004361db2 clang::Diagnostic::FormatDiagnostic(char const*, 
char const*, llvm::SmallVectorImpl<char>&) const 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/Diagnostic.cpp:0:0
# | #10 0x00000000043cccfd hasSourceManager 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Basic/Diagnostic.h:1590:42
# | #11 0x00000000043cccfd 
clang::tidy::ClangTidyDiagnosticConsumer::HandleDiagnostic(clang::DiagnosticsEngine::Level,
 clang::Diagnostic const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:463:14
# | #12 0x000000000435fbbe Report 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/Diagnostic.cpp:625:7
# | #13 0x000000000435fbbe 
clang::DiagnosticsEngine::ProcessDiag(clang::DiagnosticBuilder const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/Diagnostic.cpp:704:3
# | #14 0x000000000435425d Clear 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Basic/Diagnostic.h:1281:13
# | #15 0x000000000435425d Emit 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Basic/Diagnostic.h:1306:5
# | #16 0x000000000435425d clang::DiagnosticBuilder::~DiagnosticBuilder() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Basic/Diagnostic.h:1338:26
# | #17 0x000000000545eeb9 operator!=<clang::Type, clang::Type> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/CanonicalType.h:209:29
# | #18 0x000000000545eeb9 
clang::tidy::llvm_check::RedundantCastingCheck::check(clang::ast_matchers::MatchFinder::MatchResult
 const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy/llvm/RedundantCastingCheck.cpp:110:14
# | #19 0x0000000004d1f239 _M_mbegin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_tree.h:737:64
# | #20 0x0000000004d1f239 _M_begin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_tree.h:741:16
# | #21 0x0000000004d1f239 ~_Rb_tree 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_tree.h:986:18
# | #22 0x0000000004d1f239 ~map 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_map.h:314:22
# | #23 0x0000000004d1f239 ~BoundNodesMap 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:214:7
# | #24 0x0000000004d1f239 ~BoundNodes 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ASTMatchers/ASTMatchers.h:111:7
# | #25 0x0000000004d1f239 ~MatchResult 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ASTMatchers/ASTMatchFinder.h:75:10
# | #26 0x0000000004d1f239 clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor::MatchVisitor::visitMatch(clang::ast_matchers::BoundNodes
 const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1272:7
# | #27 0x0000000004d50c5c _M_mbegin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_tree.h:737:64
# | #28 0x0000000004d50c5c _M_begin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_tree.h:741:16
# | #29 0x0000000004d50c5c ~_Rb_tree 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_tree.h:986:18
# | #30 0x0000000004d50c5c ~map 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_map.h:314:22
# | #31 0x0000000004d50c5c ~BoundNodesMap 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:214:7
# | #32 0x0000000004d50c5c ~BoundNodes 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ASTMatchers/ASTMatchers.h:111:7
# | #33 0x0000000004d50c5c 
clang::ast_matchers::internal::BoundNodesTreeBuilder::visitMatches(clang::ast_matchers::internal::BoundNodesTreeBuilder::Visitor*)
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:104:5
# | #34 0x0000000004d1ea52 assertHoldsState 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:842:36
# | #35 0x0000000004d1ea52 reset 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:835:7
# | #36 0x0000000004d1ea52 ~CurMatchRAII 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:870:40
# | #37 0x0000000004d1ea52 clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor::matchWithFilter(clang::DynTypedNode const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1069:5
# | #38 0x0000000004d4f64b TraverseStmt 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1548:48
# | #39 0x0000000004d4f64b 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseVarHelper(clang::VarDecl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:2453:12
# | #40 0x0000000004d27603 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseVarDecl(clang::VarDecl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:2457:30
# | #41 0x0000000004d23459 TraverseDecl 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include/clang/AST/DeclNodes.inc:296:1
# | #42 0x0000000004d23459 clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor::TraverseDecl(clang::Decl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1536:48
# | #43 0x0000000004d477bc 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseDeclStmt(clang::DeclStmt*, 
llvm::SmallVectorImpl<llvm::PointerIntPair<clang::Stmt*, 1u, bool, 
llvm::PointerLikeTypeTraits<clang::Stmt*>, 
llvm::PointerIntPairInfo<clang::Stmt*, 1u, 
llvm::PointerLikeTypeTraits<clang::Stmt*>>>>*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:0:12
# | #44 0x0000000004d350ef 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseStmt(clang::Stmt*, 
llvm::SmallVectorImpl<llvm::PointerIntPair<clang::Stmt*, 1u, bool, 
llvm::PointerLikeTypeTraits<clang::Stmt*>, 
llvm::PointerIntPairInfo<clang::Stmt*, 1u, 
llvm::PointerLikeTypeTraits<clang::Stmt*>>>>*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:695:7
# | #45 0x0000000004d2df39 ~ASTNodeNotSpelledInSourceScope 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:972:47
# | #46 0x0000000004d2df39 clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor::TraverseStmt(clang::Stmt*, 
llvm::SmallVectorImpl<llvm::PointerIntPair<clang::Stmt*, 1u, bool, 
llvm::PointerLikeTypeTraits<clang::Stmt*>, 
llvm::PointerIntPairInfo<clang::Stmt*, 1u, 
llvm::PointerLikeTypeTraits<clang::Stmt*>>>>*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1549:1
# | #47 0x0000000004d4f4d0 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseFunctionHelper(clang::FunctionDecl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:2392:5
# | #48 0x0000000004d27123 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseFunctionDecl(clang::FunctionDecl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:2403:1
# | #49 0x0000000004d23321 TraverseDecl 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include/clang/AST/DeclNodes.inc:256:1
# | #50 0x0000000004d23321 clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor::TraverseDecl(clang::Decl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1536:48
# | #51 0x0000000004d23a6b TraverseDeclContextHelper 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:1643:7
# | #52 0x0000000004d23a6b 
clang::RecursiveASTVisitor<clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor>::TraverseTranslationUnitDecl(clang::TranslationUnitDecl*)
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h:1751:1
# | #53 0x0000000004d23139 TraverseDecl 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include/clang/AST/DeclNodes.inc:24:1
# | #54 0x0000000004d23139 clang::ast_matchers::internal::(anonymous 
namespace)::MatchASTVisitor::TraverseDecl(clang::Decl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1536:48
# | #55 0x0000000004cf0c28 onEndOfTranslationUnit 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:446:30
# | #56 0x0000000004cf0c28 
clang::ast_matchers::MatchFinder::matchAST(clang::ASTContext&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/ASTMatchers/ASTMatchFinder.cpp:1789:11
# | #57 0x00000000064c906c operator++ 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_iterator.h:1111:2
# | #58 0x00000000064c906c 
clang::MultiplexConsumer::HandleTranslationUnit(clang::ASTContext&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/MultiplexConsumer.cpp:345:23
# | #59 0x00000000066b5d19 __normal_iterator 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_iterator.h:1077:20
# | #60 0x00000000066b5d19 begin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:874:16
# | #61 0x00000000066b5d19 
finalize<std::vector<std::unique_ptr<clang::TemplateInstantiationCallback, 
std::default_delete<clang::TemplateInstantiationCallback> >, 
std::allocator<std::unique_ptr<clang::TemplateInstantiationCallback, 
std::default_delete<clang::TemplateInstantiationCallback> > > > > 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Sema/TemplateInstCallback.h:54:16
# | #62 0x00000000066b5d19 clang::ParseAST(clang::Sema&, bool, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:190:3
# | #63 0x000000000642a3c6 clang::FrontendAction::Execute() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1346:10
# | #64 0x000000000638aa1d getPtr 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #65 0x000000000638aa1d operator bool 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #66 0x000000000638aa1d 
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:989:23
# | #67 0x0000000004356f99 
clang::tooling::FrontendActionFactory::runInvocation(std::shared_ptr<clang::CompilerInvocation>,
 clang::FileManager*, std::shared_ptr<clang::PCHContainerOperations>, 
clang::DiagnosticConsumer*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Tooling/Tooling.cpp:459:33
# | #68 0x00000000043c103e ~__shared_count 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1070:6
# | #69 0x00000000043c103e ~__shared_ptr 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1524:31
# | #70 0x00000000043c103e 
clang::tidy::runClangTidy(clang::tidy::ClangTidyContext&, 
clang::tooling::CompilationDatabase const&, 
llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char>>>, llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem>, 
bool, bool, llvm::StringRef, 
bool)::ActionFactory::runInvocation(std::shared_ptr<clang::CompilerInvocation>, 
clang::FileManager*, std::shared_ptr<clang::PCHContainerOperations>, 
clang::DiagnosticConsumer*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy/ClangTidy.cpp:633:7
# | #71 0x0000000004356bfa ~__shared_count 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1070:6
# | #72 0x0000000004356bfa ~__shared_ptr 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/shared_ptr_base.h:1524:31
# | #73 0x0000000004356bfa clang::tooling::ToolInvocation::runInvocation(char 
const*, clang::driver::Compilation*, 
std::shared_ptr<clang::CompilerInvocation>, 
std::shared_ptr<clang::PCHContainerOperations>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Tooling/Tooling.cpp:439:3
# | #74 0x0000000004355431 clang::tooling::ToolInvocation::run() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Tooling/Tooling.cpp:424:10
# | #75 0x0000000004359344 
clang::tooling::ClangTool::run(clang::tooling::ToolAction*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Tooling/Tooling.cpp:634:11
# | #76 0x00000000043bb63d 
clang::tidy::runClangTidy(clang::tidy::ClangTidyContext&, 
clang::tooling::CompilationDatabase const&, 
llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char>>>, llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem>, 
bool, bool, llvm::StringRef, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy/ClangTidy.cpp:0:8
# | #77 0x000000000426f4c9 clang::tidy::clangTidyMain(int, char const**) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp:745:7
# | #78 0x00007c8d1f3ae1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #79 0x00007c8d1f3ae28b __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #80 0x000000000426a1a5 _start 
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-tidy+0x426a1a5)
# | 
# `-----------------------------
# .---command stderr------------
# | Traceback (most recent call last):
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 554, in <module>
# |     main()
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 550, in main
# |     CheckRunner(args, extra_args).run()
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 426, in run
# |     clang_tidy_output = self.run_clang_tidy()
# |                         ^^^^^^^^^^^^^^^^^^^^^
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 289, in run_clang_tidy
# |     clang_tidy_output = try_run(args)
# |                         ^^^^^^^^^^^^^
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 64, in try_run
# |     process_output = subprocess.check_output(args, 
stderr=subprocess.STDOUT).decode(
# |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# |   File "/usr/lib/python3.12/subprocess.py", line 466, in check_output
# |     return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
# |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# |   File "/usr/lib/python3.12/subprocess.py", line 571, in run
# |     raise CalledProcessError(retcode, process.args,
# | subprocess.CalledProcessError: Command '['clang-tidy', 
'--experimental-custom-checks', 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/llvm/Output/redundant-casting.cpp.tmp.cpp',
 '-fix', '--checks=-*,llvm-redundant-casting', '--config={}', '--', 
'-fno-delayed-template-parsing', '-std=c++17', '-nostdinc++', '-isystem', 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/checkers/Inputs/Headers/std']'
 died with <Signals.SIGABRT: 6>.
# `-----------------------------
# error: command failed with exit status: 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/189274
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to