[Mlir-commits] [mlir] [MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (PR #171544)

LLVM Continuous Integration llvmlistbot at llvm.org
Sun Dec 14 12:53:53 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `mlir-nvidia` running on `mlir-nvidia` while building `mlir` at step 7 "test-build-check-mlir-build-only-check-mlir".

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

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (test-build-check-mlir-build-only-check-mlir) failure: test (failure)
******************** TEST 'MLIR :: python/integration/dialects/pdl.py' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3.10 /vol/worker/mlir-nvidia/mlir-nvidia/llvm.src/mlir/test/python/integration/dialects/pdl.py 2>&1 | /vol/worker/mlir-nvidia/mlir-nvidia/llvm.obj/bin/FileCheck /vol/worker/mlir-nvidia/mlir-nvidia/llvm.src/mlir/test/python/integration/dialects/pdl.py
# executed command: /usr/bin/python3.10 /vol/worker/mlir-nvidia/mlir-nvidia/llvm.src/mlir/test/python/integration/dialects/pdl.py
# executed command: /vol/worker/mlir-nvidia/mlir-nvidia/llvm.obj/bin/FileCheck /vol/worker/mlir-nvidia/mlir-nvidia/llvm.src/mlir/test/python/integration/dialects/pdl.py
# .---command stderr------------
# | /vol/worker/mlir-nvidia/mlir-nvidia/llvm.src/mlir/test/python/integration/dialects/pdl.py:221:10: error: CHECK: expected string not found in input
# | # CHECK: return %arg0 : i32
# |          ^
# | <stdin>:33:44: note: scanning from here
# | TEST: test_pdl_register_function_constraint
# |                                            ^
# | <stdin>:41:2: note: possible intended match here
# |  return %4 : i32
# |  ^
# | 
# | Input file: <stdin>
# | Check file: /vol/worker/mlir-nvidia/mlir-nvidia/llvm.src/mlir/test/python/integration/dialects/pdl.py
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             28:  %2 = "myint.constant"() {value = 5 : i32} : () -> i32 
# |             29:  %3 = "myint.constant"() {value = 8 : i32} : () -> i32 
# |             30: } 
# |             31:  
# |             32:  
# |             33: TEST: test_pdl_register_function_constraint 
# | check:221'0                                                X error: no match found
# |             34: module { 
# | check:221'0     ~~~~~~~~~
# |             35:  func.func @f(%arg0: i32) -> i32 { 
# | check:221'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             36:  %0 = "myint.constant"() {value = 1 : i64} : () -> i32 
# | check:221'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             37:  %1 = "myint.constant"() {value = -1 : i64} : () -> i32 
# | check:221'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             38:  %2 = "myint.constant"() {value = 0 : i32} : () -> i32 
# | check:221'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             39:  %3 = "myint.add"(%2, %arg0) : (i32, i32) -> i32 
# | check:221'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             40:  %4 = "myint.add"(%3, %2) : (i32, i32) -> i32 
...

```

</details>

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


More information about the Mlir-commits mailing list