[clang-tools-extra] [clang-tidy] Add MLIR check for old op builder usage. (PR #149148)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 24 21:31:06 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `clang-tools-extra` at step 9 "test-build-unified-tree-check-clang-extra".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/33735
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 9 (test-build-unified-tree-check-clang-extra) failure: test (failure)
******************** TEST 'Clang Tools :: clang-tidy/CTTestTidyModule.cpp' FAILED ********************
Exit Code: 139
Command Output (stderr):
--
clang-tidy -checks='-*,mytest*' --list-checks -load /b/1/llvm-x86_64-debian-dylib/build/./lib/CTTestTidyModule.so | FileCheck --check-prefix=CHECK-LIST /b/1/llvm-x86_64-debian-dylib/llvm-project/clang-tools-extra/test/clang-tidy/CTTestTidyModule.cpp # RUN: at line 2
+ clang-tidy '-checks=-*,mytest*' --list-checks -load /b/1/llvm-x86_64-debian-dylib/build/./lib/CTTestTidyModule.so
+ FileCheck --check-prefix=CHECK-LIST /b/1/llvm-x86_64-debian-dylib/llvm-project/clang-tools-extra/test/clang-tidy/CTTestTidyModule.cpp
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
#0 0x00007f3b167a5fe7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/b/1/llvm-x86_64-debian-dylib/build/lib/libLLVM.so.22.0git+0xb15fe7)
#1 0x00007f3b167a3615 llvm::sys::RunSignalHandlers() (/b/1/llvm-x86_64-debian-dylib/build/lib/libLLVM.so.22.0git+0xb13615)
#2 0x00007f3b167a6d1a SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
#3 0x00007f3b24925140 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x13140)
#4 0x00007f3b1581546e free (/lib/x86_64-linux-gnu/libc.so.6+0x8646e)
#5 0x00007f3b2097b78c llvm::StringMap<std::nullopt_t, llvm::MallocAllocator>::~StringMap() crtstuff.c:0:0
#6 0x00007f3b157cab86 __cxa_finalize (/lib/x86_64-linux-gnu/libc.so.6+0x3bb86)
#7 0x00007f3b208b7933 __do_global_dtors_aux crtstuff.c:0:0
/b/1/llvm-x86_64-debian-dylib/build/tools/clang/tools/extra/test/clang-tidy/Output/CTTestTidyModule.cpp.script: line 2: 4132567 Segmentation fault clang-tidy -checks='-*,mytest*' --list-checks -load /b/1/llvm-x86_64-debian-dylib/build/./lib/CTTestTidyModule.so
4132569 Done | FileCheck --check-prefix=CHECK-LIST /b/1/llvm-x86_64-debian-dylib/llvm-project/clang-tools-extra/test/clang-tidy/CTTestTidyModule.cpp
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/149148
More information about the cfe-commits
mailing list