[clang] [clang-format] Fix a bug in TCAS_Leave using tabs for indentation (PR #98427)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 19:44:07 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `clang` at step 8 "Add check check-llvm".

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

Here is the relevant piece of the build log for the reference:
```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll' FAILED ********************
Exit Code: 2

Command Output (stderr):
--
RUN: at line 1: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll
lli: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h:282: llvm::orc::SymbolStringPool::~SymbolStringPool(): Assertion `Pool.empty() && "Dangling references at pool destruction time"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0.	Program arguments: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll
 #0 0x00000000016852d8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x16852d8)
 #1 0x00000000016827ec SignalHandler(int) Signals.cpp:0:0
 #2 0x00007f904d34d910 __restore_rt (/lib64/libpthread.so.0+0x16910)
 #3 0x00007f904cc7bd2b raise (/lib64/libc.so.6+0x4ad2b)
 #4 0x00007f904cc7d3e5 abort (/lib64/libc.so.6+0x4c3e5)
 #5 0x00007f904cc73c6a __assert_fail_base (/lib64/libc.so.6+0x42c6a)
 #6 0x00007f904cc73cf2 (/lib64/libc.so.6+0x42cf2)
 #7 0x00000000007b2c9b (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x7b2c9b)
 #8 0x0000000001218e21 llvm::orc::ExecutorProcessControl::~ExecutorProcessControl() (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x1218e21)
 #9 0x0000000001218fc4 llvm::orc::SelfExecutorProcessControl::~SelfExecutorProcessControl() (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x1218fc4)
#10 0x0000000001150329 llvm::orc::ExecutionSession::~ExecutionSession() (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x1150329)
#11 0x00000000011b31a9 llvm::orc::LLJIT::~LLJIT() (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x11b31a9)
#12 0x00000000011b32b4 llvm::orc::LLLazyJIT::~LLLazyJIT() (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x11b32b4)
#13 0x00000000007bc4b6 runOrcJIT(char const*) (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x7bc4b6)
#14 0x00000000007489bb main (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/lli+0x7489bb)
#15 0x00007f904cc6624d __libc_start_main (/lib64/libc.so.6+0x3524d)
#16 0x00000000007aa04a _start /home/abuild/rpmbuild/BUILD/glibc-2.31/csu/../sysdeps/x86_64/start.S:122:0
FileCheck error: '<stdin>' is empty.
FileCheck command line:  /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll

--

********************


```

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


More information about the cfe-commits mailing list