llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/39904 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (ninja check 1) failure: stage 1 checked (failure) ******************** TEST 'LLVM :: ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll | /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll # executed command: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll # .---command stderr------------ # | 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: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli -jit-kind=orc-lazy -compile-threads=2 -thread-entry hello /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll # | #0 0x0000b1969937b314 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0x134b314) # | #1 0x0000b196993786dc llvm::sys::RunSignalHandlers() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0x13486dc) # | #2 0x0000b1969937be44 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x0000fab3e1a0e8f8 (linux-vdso.so.1+0x8f8) # | #4 0x0000fab3e15726f4 __pthread_mutex_cond_lock ./nptl/../nptl/pthread_mutex_lock.c:80:23 # | #5 0x0000fab3e156f578 __pthread_cond_wait_common ./nptl/pthread_cond_wait.c:618:27 # | #6 0x0000fab3e156f578 pthread_cond_wait ./nptl/pthread_cond_wait.c:627:10 # | #7 0x0000b19698f271a0 llvm::orc::DynamicThreadPoolTaskDispatcher::shutdown() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0xef71a0) # | #8 0x0000b19698f1aa7c llvm::orc::SelfExecutorProcessControl::disconnect() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0xeeaa7c) # | #9 0x0000b19698e63f44 llvm::orc::ExecutionSession::endSession() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0xe33f44) # | #10 0x0000b19698ed5c8c llvm::orc::LLLazyJIT::~LLLazyJIT() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0xea5c8c) # | #11 0x0000b19698ed5d84 llvm::orc::LLLazyJIT::~LLLazyJIT() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0xea5d84) # | #12 0x0000b19698454324 runOrcJIT(char const*) lli.cpp:0:0 # | #13 0x0000b1969844f8cc main (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0x41f8cc) # | #14 0x0000fab3e1517400 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x0000fab3e15174d8 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x0000fab3e15174d8 __libc_start_main ./csu/../csu/libc-start.c:379:5 # | #17 0x0000b1969844e970 _start (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/lli+0x41e970) # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll # .---command stderr------------ # | FileCheck error: '<stdin>' is empty. # | FileCheck command line: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll # `----------------------------- # error: command failed with exit status: 2 -- ******************** ``` </details> https://github.com/llvm/llvm-project/pull/220922 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
