github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 7449 tests passed
* 600 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### MLIR
<details>
<summary>MLIR.python/ir/array_attributes.py</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py
 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py
# executed command: /usr/bin/python3 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py
# .---command stderr------------
# | Traceback (most recent call last):
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py",
 line 334, in <module>
# |     @run
# |      ^^^
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py",
 line 13, in run
# |     f()
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py",
 line 372, in testGetDenseElementsI1Signless
# |     attr = DenseElementsAttr.get(array)
# |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# | ValueError: DenseElementsAttr could not be constructed from the given 
buffer. This may mean that the Python buffer layout does not match that MLIR 
expected layout and is a bug.
# `-----------------------------
# error: command failed with exit status: 1
# 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/ir/array_attributes.py
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py:266:11:
 error: CHECK: expected string not found in input
# |  # CHECK: dense<{{\[}}[true, false, true], [false, true, false]]> : 
tensor<2x3xi1>
# |           ^
# | <stdin>:54:50: note: scanning from here
# | dense<[[2, 4, 7], [-2, -4, -8]]> : tensor<2x3xi4>
# |                                                  ^
# | <stdin>:57:1: note: possible intended match here
# | dense<true> : tensor<2x3xi1>
# | ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py:405:16:
 error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: TEST: testGetDenseElementsI16Signless
# |                ^
# | <stdin>:79:37: note: scanning from here
# | TEST: testGetDenseElementsI1Signless
# |                                     ^
# | <stdin>:80:9: note: possible intended match here
# | dense<true> : tensor<1xi1>
# |         ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/ir/array_attributes.py
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             49:  
# |             50: TEST: testGetDenseElementsBF16 
# |             51: dense<[[1.836710e-40, 3.673420e-40, 7.346840e-40], 
[1.469370e-39, 2.938740e-39, 5.877470e-39]]> : tensor<2x3xbf16> 
# |             52:  
# |             53: TEST: testGetDenseElementsInteger4 
# |             54: dense<[[2, 4, 7], [-2, -4, -8]]> : tensor<2x3xi4> 
# | check:266'0                                                      X error: 
no match found
# |             55:  
# | check:266'0     ~
# |             56: TEST: testGetDenseElementsBool 
# | check:266'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             57: dense<true> : tensor<2x3xi1> 
# | check:266'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:266'1     ?                             possible intended match
# |             58:  
# | check:266'0     ~
# |             59: TEST: testGetDenseElementsBoolSplat 
# | check:266'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             60: 255 
# | check:266'0     ~~~~
# |             61: dense<false> : tensor<4x2x5xi1> 
# | check:266'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             62: dense<true> : tensor<4x2x5xi1> 
# | check:266'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              .
# |              .
# |              .
# |             74: TEST: testGetDenseElementsF64 
# |             75: dense<[[1.100000e+00, 2.200000e+00, 3.300000e+00], 
[4.400000e+00, 5.500000e+00, 6.600000e+00]]> : tensor<2x3xf64> 
# |             76: [[1.1 2.2 3.3] 
# |             77:  [4.4 5.5 6.6]] 
# |             78:  
# |             79: TEST: testGetDenseElementsI1Signless 
# | label:405'0                                         X error: no match found
# |             80: dense<true> : tensor<1xi1> 
# | label:405'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:405'1             ?                   possible intended match
# |             81: [ True] 
# | label:405'0     ~~~~~~~~
# |             82: dense<true> : tensor<2x3xi1> 
# | label:405'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             83: [[ True False True] 
# | label:405'0     ~~~~~~~~~~~~~~~~~~~~
# |             84:  [ True True False]] 
# | label:405'0     ~~~~~~~~~~~~~~~~~~~~~
# |             85: dense<true> : tensor<2x4xi1> 
# | label:405'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/180397
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to