[Mlir-commits] [mlir] [mlir] Improve error message when number of operands and types differ (PR #118488)
LLVM Continuous Integration
llvmlistbot at llvm.org
Wed Dec 4 01:04:14 PST 2024
Markus =?utf-8?q?Böck?= <markus.boeck02 at gmail.com>,
Markus =?utf-8?q?Böck?= <markus.boeck02 at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/118488 at github.com>
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vla` running on `linaro-g3-02` while building `mlir` at step 5 "cmake stage 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/17/builds/4356
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (cmake stage 1) failure: 'cmake -G ...' (failure)
...
-- Google Benchmark version: v0.0.0, normalized to 0.0.0
-- Enabling additional flags: -DINCLUDE_DIRECTORIES=/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/third-party/benchmark/include
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test HAVE_PTHREAD_AFFINITY -- success
-- Configuring done (20.4s)
-- Generating done (19.2s)
-- Build files have been written to: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1
command timed out: 1200 seconds without output running [b'cmake', b'-G', b'Ninja', b'../llvm/llvm', b'-DCMAKE_BUILD_TYPE=Release', b'-DLLVM_ENABLE_ASSERTIONS=True', b"-DLLVM_LIT_ARGS='-v'", b'-DCMAKE_INSTALL_PREFIX=../stage1.install', b"-DCMAKE_C_FLAGS='-mcpu=neoverse-512tvb'", b"-DCMAKE_CXX_FLAGS='-mcpu=neoverse-512tvb'", b'-DLLVM_ENABLE_LLD=True', b'-DMLIR_INCLUDE_INTEGRATION_TESTS=True', b'-DMLIR_RUN_ARM_SVE_TESTS=True', b"-DLLVM_LIT_ARGS='-v'", b'-DLLVM_ENABLE_PROJECTS=flang;clang-tools-extra;clang;llvm;lld;mlir', b'-DLLVM_ENABLE_RUNTIMES=compiler-rt'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1543.407836
```
</details>
https://github.com/llvm/llvm-project/pull/118488
More information about the Mlir-commits
mailing list