[Mlir-commits] [mlir] [mlir][ExecutionEngine] propagate errors in mlirExecutionEngineCreate (PR #170592)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Dec 3 18:25:22 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 7172 tests passed
* 596 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.python/execution_engine.py</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
env MLIR_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_runner_utils.so MLIR_C_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_c_runner_utils.so /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# executed command: env MLIR_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_runner_utils.so MLIR_C_RUNNER_UTILS=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/libmlir_c_runner_utils.so /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# note: command had no output on stdout or stderr
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py:93:16: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: TEST: testInvokeVoid
# | ^
# | <stdin>:6:24: note: scanning from here
# | TEST: testInvalidModule
# | ^
# | <stdin>:7:22: note: possible intended match here
# | loc("-":2:5): error: cannot be converted to LLVM IR: missing `LLVMTranslationDialectInterface` registration for dialect for op: func.func
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/execution_engine.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1:
# | 2: TEST: testCapsule
# | 3: <capsule object "mlir.execution_engine.ExecutionEngine._CAPIPtr" at 0x79a817396070>
# | 4: <mlir._mlir_libs._mlirExecutionEngine.ExecutionEngine object at 0x79a76590ddb0>
# | 5:
# | 6: TEST: testInvalidModule
# | label:93'0 X error: no match found
# | 7: loc("-":2:5): error: cannot be converted to LLVM IR: missing `LLVMTranslationDialectInterface` registration for dialect for op: func.func
# | label:93'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:93'1 ? possible intended match
# | 8: Failed to create an ExecutionEngine because: could not convert to LLVM IR
# | label:93'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9: Program aborted due to an unhandled Error:
# | label:93'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 10: could not convert to LLVM IR
# | label:93'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/170592
More information about the Mlir-commits
mailing list