----------------------------------------------------------------------- MLIR Execution Engine is indeed crashing during JIT execution on your RISC-V board. ----------------------------------------------------------------------- # Env; hardware: DP1000 $ git describe; rpm -q glibc; uname -r llvmorg-23-init-7561-g603f1e91c1e9 glibc-2.41-9.fc42.riscv64 6.17.2+ ----------------------------------------------------------------------- # Re-run 'cmake' $ cmake -G Ninja -S llvm -B build \ -DLLVM_ENABLE_PROJECTS="mlir" \ -DLLVM_TARGETS_TO_BUILD="RISCV" \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_ASSERTIONS=ON \ -DLLVM_USE_LINKER=lld \ -DLLVM_PARALLEL_LINK_JOBS=1 \ -DCMAKE_C_COMPILER=clang \ -DCMAKE_CXX_COMPILER=clang++ ----------------------------------------------------------------------- $ ./build/bin/llvm-lit -vv -j1 --filter=mlir-runner build/tools/mlir/test/mlir-runner -- Testing: 23 tests, 1 workers -- FAIL: MLIR :: mlir-runner/async-error.mlir (1 of 23) ******************** TEST 'MLIR :: mlir-runner/async-error.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-error.mlir -pass-pipeline="builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-linalg-to-loops,convert-scf-to-cf),convert-vector-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-error.mlir --dump-input=always # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-error.mlir '-pass-pipeline=builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-linalg-to-loops,convert-scf-to-cf),convert-vector-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so # .---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. # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-error.mlir --dump-input=always # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-error.mlir --dump-input=always # `----------------------------- # error: command failed with exit status: 2 -- ******************** UNSUPPORTED: MLIR :: mlir-runner/X86/math-polynomial-approx-avx2.mlir (2 of 23) FAIL: MLIR :: mlir-runner/async-func.mlir (3 of 23) ******************** TEST 'MLIR :: mlir-runner/async-func.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-func.mlir -pass-pipeline="builtin.module(async-func-to-async-runtime,async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,test-lower-to-llvm)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-func.mlir --dump-input=always # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-func.mlir '-pass-pipeline=builtin.module(async-func-to-async-runtime,async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,test-lower-to-llvm)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-func.mlir --dump-input=always # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-func.mlir --dump-input=always # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/bare-ptr-call-conv.mlir (4 of 23) ******************** TEST 'MLIR :: mlir-runner/bare-ptr-call-conv.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/bare-ptr-call-conv.mlir -pass-pipeline="builtin.module(func.func(convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm{use-bare-ptr-memref-call-conv=1},convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -entry-point-result=void | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/bare-ptr-call-conv.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/bare-ptr-call-conv.mlir '-pass-pipeline=builtin.module(func.func(convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm{use-bare-ptr-memref-call-conv=1},convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -entry-point-result=void # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -entry-point-result=void # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/bare-ptr-call-conv.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/bare-ptr-call-conv.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/async-value.mlir (5 of 23) ******************** TEST 'MLIR :: mlir-runner/async-value.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-value.mlir -pass-pipeline="builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-arith-to-llvm),convert-vector-to-llvm,finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-value.mlir --dump-input=always # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-value.mlir '-pass-pipeline=builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-arith-to-llvm),convert-vector-to-llvm,finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so # .---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. # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-value.mlir --dump-input=always # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-value.mlir --dump-input=always # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/math-polynomial-approx.mlir (6 of 23) ******************** TEST 'MLIR :: mlir-runner/math-polynomial-approx.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/math-polynomial-approx.mlir -pass-pipeline="builtin.module(func.func(test-math-polynomial-approximation),convert-vector-to-scf,convert-scf-to-cf,convert-vector-to-llvm,convert-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/math-polynomial-approx.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/math-polynomial-approx.mlir '-pass-pipeline=builtin.module(func.func(test-math-polynomial-approximation),convert-vector-to-scf,convert-scf-to-cf,convert-vector-to-llvm,convert-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/math-polynomial-approx.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/math-polynomial-approx.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/async-group.mlir (7 of 23) ******************** TEST 'MLIR :: mlir-runner/async-group.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 6 export LSAN_OPTIONS=detect_leaks=0 # executed command: export LSAN_OPTIONS=detect_leaks=0 # RUN: at line 8 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-group.mlir -pass-pipeline="builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-group.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-group.mlir '-pass-pipeline=builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so # .---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. # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-group.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async-group.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/async.mlir (8 of 23) ******************** TEST 'MLIR :: mlir-runner/async.mlir' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async.mlir -pass-pipeline="builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-linalg-to-loops,convert-scf-to-cf),finalize-memref-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async.mlir '-pass-pipeline=builtin.module(async-to-async-runtime,func.func(async-runtime-ref-counting,async-runtime-ref-counting-opt),convert-async-to-llvm,func.func(convert-linalg-to-loops,convert-scf-to-cf),finalize-memref-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_async_runtime.so # .---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. # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async.mlir # .---command stderr------------ # | /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async.mlir:42:12: error: CHECK: expected string not found in input # | // CHECK: Current thread id: [[THREAD0:.*]] # | ^ # | :5:13: note: scanning from here # | [1, 0, 0, 0] # | ^ # | # | Input file: # | Check file: /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/async.mlir # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Unranked Memref base@ = 0x243f3260 rank = 1 offset = 0 sizes = [4] strides = [1] data = # | 2: [0, 0, 0, 0] # | 3: Current thread id: 140735823642656 # | 4: Unranked Memref base@ = 0x243f3260 rank = 1 offset = 0 sizes = [4] strides = [1] data = # | 5: [1, 0, 0, 0] # | check:42 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** PASS: MLIR :: mlir-runner/invalid.mlir (9 of 23) FAIL: MLIR :: mlir-runner/verify-flags.mlir (10 of 23) ******************** TEST 'MLIR :: mlir-runner/verify-flags.mlir' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at line 2 /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/verify-flags.mlir --debug-only=jit-runner -mattr=+foo_bar -e entry -entry-point-result=void 2>&1 | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/verify-flags.mlir --check-prefixes=MATTR # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/verify-flags.mlir --debug-only=jit-runner -mattr=+foo_bar -e entry -entry-point-result=void # note: command had no output on stdout or stderr # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/verify-flags.mlir --check-prefixes=MATTR -- ******************** FAIL: MLIR :: mlir-runner/copy.mlir (11 of 23) ******************** TEST 'MLIR :: mlir-runner/copy.mlir' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/copy.mlir -pass-pipeline="builtin.module(func.func(convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/copy.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/copy.mlir '-pass-pipeline=builtin.module(func.func(convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/copy.mlir -- ******************** FAIL: MLIR :: mlir-runner/global-constructors.mlir (12 of 23) ******************** TEST 'MLIR :: mlir-runner/global-constructors.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 2 /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-constructors.mlir -e entry -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-constructors.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-constructors.mlir -e entry -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-constructors.mlir -e entry -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-constructors.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-constructors.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/global-memref.mlir (13 of 23) ******************** TEST 'MLIR :: mlir-runner/global-memref.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-memref.mlir -pass-pipeline="builtin.module(func.func(convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-memref.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-memref.mlir '-pass-pipeline=builtin.module(func.func(convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # | #0 0x0000000001d6a836 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) Signals.cpp:0:0 # | #1 0x0000000001d6824e llvm::sys::RunSignalHandlers() Signals.cpp:0:0 # | #2 0x0000000001d6b39c SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fff87fe25e0 (linux-vdso.so.1+0x5e0) # | #4 0x00007fff87fd8dd2 impl::MemRefDataPrinter::print(std::ostream&, float*, long, long, long, long const*, long const*) (/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so+0x9dd2) # | #5 0x00007fff87fd8dba impl::MemRefDataPrinter::print(std::ostream&, float*, long, long, long, long const*, long const*) (/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so+0x9dba) # | #6 0x00007fff87fd8d06 void impl::printMemRef(DynamicMemRefType const&) (/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so+0x9d06) # | #7 0x00007fff87fd5e42 _mlir_ciface_printMemrefF32 (/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so+0x6e42) # | #8 0x00007fff87fca012 # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-memref.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/global-memref.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/memref-reinterpret-cast.mlir (14 of 23) ******************** TEST 'MLIR :: mlir-runner/memref-reinterpret-cast.mlir' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reinterpret-cast.mlir -pass-pipeline="builtin.module(func.func(convert-scf-to-cf),finalize-memref-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reinterpret-cast.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reinterpret-cast.mlir '-pass-pipeline=builtin.module(func.func(convert-scf-to-cf),finalize-memref-to-llvm,func.func(convert-arith-to-llvm),convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reinterpret-cast.mlir -- ******************** FAIL: MLIR :: mlir-runner/memref-reshape.mlir (15 of 23) ******************** TEST 'MLIR :: mlir-runner/memref-reshape.mlir' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reshape.mlir -pass-pipeline="builtin.module(func.func(convert-scf-to-cf,memref-expand,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reshape.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reshape.mlir '-pass-pipeline=builtin.module(func.func(convert-scf-to-cf,memref-expand,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/memref-reshape.mlir -- ******************** FAIL: MLIR :: mlir-runner/sgemm-naive-codegen.mlir (16 of 23) ******************** TEST 'MLIR :: mlir-runner/sgemm-naive-codegen.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt -pass-pipeline="builtin.module(func.func(convert-linalg-to-loops,lower-affine,convert-scf-to-cf,convert-arith-to-llvm),convert-vector-to-llvm,finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/sgemm-naive-codegen.mlir | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -O3 -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/sgemm-naive-codegen.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt '-pass-pipeline=builtin.module(func.func(convert-linalg-to-loops,lower-affine,convert-scf-to-cf,convert-arith-to-llvm),convert-vector-to-llvm,finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/sgemm-naive-codegen.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -O3 -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---command stderr------------ # | 2.069864 GFLOPS # | 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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -O3 -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/sgemm-naive-codegen.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/sgemm-naive-codegen.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/test-expand-math-approx.mlir (17 of 23) ******************** TEST 'MLIR :: mlir-runner/test-expand-math-approx.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/test-expand-math-approx.mlir -pass-pipeline="builtin.module(func.func(math-expand-ops),convert-vector-to-scf,convert-scf-to-cf,convert-vector-to-llvm,convert-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_float16_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/test-expand-math-approx.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/test-expand-math-approx.mlir '-pass-pipeline=builtin.module(func.func(math-expand-ops),convert-vector-to-scf,convert-scf-to-cf,convert-vector-to-llvm,convert-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_float16_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_float16_utils.so # | #0 0x0000000001d6a836 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) Signals.cpp:0:0 # | #1 0x0000000001d6824e llvm::sys::RunSignalHandlers() Signals.cpp:0:0 # | #2 0x0000000001d6b39c SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fff916b45e0 (linux-vdso.so.1+0x5e0) # | #4 0x00007fff9169903e # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/test-expand-math-approx.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/test-expand-math-approx.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** UNSUPPORTED: MLIR :: mlir-runner/x86-varargs.mlir (18 of 23) FAIL: MLIR :: mlir-runner/expand-arith-ops.mlir (19 of 23) ******************** TEST 'MLIR :: mlir-runner/expand-arith-ops.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/expand-arith-ops.mlir -pass-pipeline="builtin.module(func.func(arith-expand{include-bf16=true},convert-arith-to-llvm),convert-vector-to-llvm,convert-func-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/expand-arith-ops.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/expand-arith-ops.mlir '-pass-pipeline=builtin.module(func.func(arith-expand{include-bf16=true},convert-arith-to-llvm),convert-vector-to-llvm,convert-func-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -O0 -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/expand-arith-ops.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/expand-arith-ops.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/simple.mlir (20 of 23) ******************** TEST 'MLIR :: mlir-runner/simple.mlir' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/simple.mlir | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/simple.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/simple.mlir # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/simple.mlir # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/simple.mlir # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/simple.mlir # `----------------------------- # error: command failed with exit status: 2 -- ******************** FAIL: MLIR :: mlir-runner/unranked-memref.mlir (21 of 23) ******************** TEST 'MLIR :: mlir-runner/unranked-memref.mlir' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/unranked-memref.mlir -pass-pipeline="builtin.module(func.func(convert-linalg-to-loops,convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/unranked-memref.mlir # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/unranked-memref.mlir '-pass-pipeline=builtin.module(func.func(convert-linalg-to-loops,convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e main -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so,/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/unranked-memref.mlir # .---command stderr------------ # | /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/unranked-memref.mlir:120:12: error: CHECK: expected string not found in input # | // CHECK: 4 # | ^ # | :50:11: note: scanning from here # | [1, 1, 1]] # | ^ # | # | Input file: # | Check file: /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/unranked-memref.mlir # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 45: [1, 1, 1]] # | 46: Unranked Memref base@ = 0x7fffdc4a9c08 rank = 2 offset = 0 sizes = [4, 3] strides = [3, 1] data = # | 47: [[1, 1, 1], # | 48: [1, 1, 1], # | 49: [1, 1, 1], # | 50: [1, 1, 1]] # | check:120 X~ error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** FAIL: MLIR :: mlir-runner/utils.mlir (22 of 23) ******************** TEST 'MLIR :: mlir-runner/utils.mlir' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at line 1 /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/utils.mlir -pass-pipeline="builtin.module(func.func(convert-linalg-to-loops,convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)" | /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e print_0d -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so | /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/utils.mlir --check-prefix=PRINT-0D # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-opt /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/utils.mlir '-pass-pipeline=builtin.module(func.func(convert-linalg-to-loops,convert-scf-to-cf,convert-arith-to-llvm),finalize-memref-to-llvm,convert-func-to-llvm,convert-cf-to-llvm,reconcile-unrealized-casts)' # executed command: /home/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e print_0d -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # .---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/fedora/src/upstream/llvm-project/build/bin/mlir-runner -e print_0d -entry-point-result=void -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_runner_utils.so -shared-libs=/home/fedora/src/upstream/llvm-project/build/lib/libmlir_c_runner_utils.so # `----------------------------- # error: command failed with exit status: -11 # executed command: /home/fedora/src/upstream/llvm-project/build/bin/FileCheck /home/fedora/src/upstream/llvm-project/mlir/test/mlir-runner/utils.mlir --check-prefix=PRINT-0D -- ******************** PASS: MLIR :: mlir-runner/verify-entry-point.mlir (23 of 23) ******************** Failed Tests (19): MLIR :: mlir-runner/async-error.mlir MLIR :: mlir-runner/async-func.mlir MLIR :: mlir-runner/async-group.mlir MLIR :: mlir-runner/async-value.mlir MLIR :: mlir-runner/async.mlir MLIR :: mlir-runner/bare-ptr-call-conv.mlir MLIR :: mlir-runner/copy.mlir MLIR :: mlir-runner/expand-arith-ops.mlir MLIR :: mlir-runner/global-constructors.mlir MLIR :: mlir-runner/global-memref.mlir MLIR :: mlir-runner/math-polynomial-approx.mlir MLIR :: mlir-runner/memref-reinterpret-cast.mlir MLIR :: mlir-runner/memref-reshape.mlir MLIR :: mlir-runner/sgemm-naive-codegen.mlir MLIR :: mlir-runner/simple.mlir MLIR :: mlir-runner/test-expand-math-approx.mlir MLIR :: mlir-runner/unranked-memref.mlir MLIR :: mlir-runner/utils.mlir MLIR :: mlir-runner/verify-flags.mlir Testing Time: 18.17s Total Discovered Tests: 23 Unsupported: 2 (8.70%) Passed : 2 (8.70%) Failed : 19 (82.61%)