github-actions[bot] wrote:

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

* 7268 tests passed
* 598 tests skipped
* 1 test failed

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

### MLIR
<details>
<summary>MLIR.Examples/standalone/test.toy</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/cmake" 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone"
 -G "Ninja"  -DCMAKE_BUILD_TYPE=Release  
-DCMAKE_CXX_COMPILER=/opt/llvm/bin/clang++ 
-DCMAKE_C_COMPILER=/opt/llvm/bin/clang  -DLLVM_ENABLE_LIBCXX=OFF 
-DMLIR_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir
  -DLLVM_USE_LINKER=lld  -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone  
-DPython3_EXECUTABLE="/usr/bin/python3"  -DCMAKE_VISIBILITY_INLINES_HIDDEN=ON  
-DCMAKE_C_VISIBILITY_PRESET=hidden  -DCMAKE_CXX_VISIBILITY_PRESET=hidden  
-DPython_EXECUTABLE="/usr/bin/python3"
# executed command: /usr/bin/cmake 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone
 -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/opt/llvm/bin/clang++ 
-DCMAKE_C_COMPILER=/opt/llvm/bin/clang -DLLVM_ENABLE_LIBCXX=OFF 
-DMLIR_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir
 -DLLVM_USE_LINKER=lld -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone 
-DPython3_EXECUTABLE=/usr/bin/python3 -DCMAKE_VISIBILITY_INLINES_HIDDEN=ON 
-DCMAKE_C_VISIBILITY_PRESET=hidden -DCMAKE_CXX_VISIBILITY_PRESET=hidden 
-DPython_EXECUTABLE=/usr/bin/python3
# .---command stdout------------
# | -- The CXX compiler identification is Clang 21.1.3
# | -- The C compiler identification is Clang 21.1.3
# | -- Detecting CXX compiler ABI info
# | -- Detecting CXX compiler ABI info - done
# | -- Check for working CXX compiler: /opt/llvm/bin/clang++ - skipped
# | -- Detecting CXX compile features
# | -- Detecting CXX compile features - done
# | -- Detecting C compiler ABI info
# | -- Detecting C compiler ABI info - done
# | -- Check for working C compiler: /opt/llvm/bin/clang - skipped
# | -- Detecting C compile features
# | -- Detecting C compile features - done
# | -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")  
# | -- Using MLIRConfig.cmake in: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir
# | -- Using LLVMConfig.cmake in: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/llvm
# | -- Linker detection: LLD
# | -- Performing Test LLVM_LIBSTDCXX_MIN
# | -- Performing Test LLVM_LIBSTDCXX_MIN - Success
# | -- Performing Test LLVM_LIBSTDCXX_SOFT_ERROR
# | -- Performing Test LLVM_LIBSTDCXX_SOFT_ERROR - Success
# | -- Performing Test LLVM_USES_LIBSTDCXX
# | -- Performing Test LLVM_USES_LIBSTDCXX - Success
# | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI
# | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI - Success
# | -- Performing Test CXX_SUPPORTS_CUSTOM_LINKER
# | -- Performing Test CXX_SUPPORTS_CUSTOM_LINKER - Success
# | -- Performing Test C_SUPPORTS_FPIC
# | -- Performing Test C_SUPPORTS_FPIC - Success
# | -- Performing Test CXX_SUPPORTS_FPIC
# | -- Performing Test CXX_SUPPORTS_FPIC - Success
# | -- Building with -fPIC
# | -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
# | -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success
# | -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
# | -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success
# | -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
# | -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
# | -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG
# | -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success
# | -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL
# | -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success
# | -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
# | -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success
# | -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG
# | -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success
# | -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG
# | -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success
# | -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG
# | -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Success
# | -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG
# | -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Success
# | -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS
# | -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Success
# | -- Looking for os_signpost_interval_begin
# | -- Looking for os_signpost_interval_begin - not found
# | -- Looking for flock
# | -- Looking for flock - found
# | -- Found Python3: /usr/bin/python3 (found version "3.12.3") found 
components: Interpreter Development.Module 
# | -- Found Python: /usr/bin/python3 (found version "3.12.3") found 
components: Interpreter Development.Module 
# | -- Found python include dirs: /usr/include/python3.12
# | -- Found python libraries: 
# | -- Found numpy v: 
# | -- Python extension suffix for modules: 'cpython-312-x86_64-linux-gnu'
# | -- Checking for nanobind in python path...
# | -- found (/home/gha/.local/lib/python3.12/site-packages/nanobind/cmake)
# | -- Found nanobind v2.9.2: 
/home/gha/.local/lib/python3.12/site-packages/nanobind/include
# | -- Python prefix = '', suffix = '', extension = '
# | -- Performing Test LLVM_LINKER_SUPPORTS_B_SYMBOLIC_FUNCTIONS
# | -- Performing Test LLVM_LINKER_SUPPORTS_B_SYMBOLIC_FUNCTIONS - Success
# | -- Enabling Python API
# | -- Found python include dirs: /usr/include/python3.12
# | -- Found python libraries: 
# | -- Found numpy v: 
# | -- Python extension suffix for modules: 'cpython-312-x86_64-linux-gnu'
# | -- Using explicit nanobind cmake directory: 
/home/gha/.local/lib/python3.12/site-packages/nanobind/cmake (-Dnanobind_DIR to 
change)
# | -- Found nanobind v2.9.2: 
/home/gha/.local/lib/python3.12/site-packages/nanobind/include
# | -- Python prefix = '', suffix = '', extension = '
# | -- Configuring done (6.2s)
# | -- Generating done (0.0s)
# | -- Build files have been written to: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone
# `-----------------------------
# RUN: at line 12
export 
PYTHONPATH="/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/python_packages/mlir_core"
# executed command: export 
PYTHONPATH=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/python_packages/mlir_core
# note: command had no output on stdout or stderr
# RUN: at line 13
"/usr/bin/cmake" --build . --target check-standalone | tee 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/Output/test.toy.tmp
# executed command: /usr/bin/cmake --build . --target check-standalone
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: tee 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/Output/test.toy.tmp
# .---command stdout------------
# | [1/65] Building StandalonePasses.h.inc...
# | [2/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/_mlir/py.typed
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/_mlir/py.typed
# | [3/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/_ods_common.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_ods_common.py
# | [4/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/ir.py 
-> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/ir.py
# | [5/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed
# | [6/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/passmanager.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/passmanager.py
# | [7/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/dialects/standalone_nanobind.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/standalone_nanobind.py
# | [8/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/rewrite.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/rewrite.py
# | [9/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/python/dialects/_builtin_ops_gen.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_builtin_ops_gen.py
# | [10/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/builtin.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/builtin.py
# | [11/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/extras/types.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/extras/types.py
# | [12/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/__init__.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/__init__.py
# | [13/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python/mlir/extras/meta.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/extras/meta.py
# | [14/65] Building StandaloneOps.cpp.inc...
# | [15/65] Building StandaloneOpsTypes.h.inc...
# | [16/65] Building StandaloneOpsTypes.cpp.inc...
# | [17/65] Building StandaloneOps.h.inc...
# | [18/65] Building StandaloneOpsDialect.cpp.inc...
# | [19/65] Building StandaloneOpsDialect.h.inc...
# | [20/65] Building dialects/_standalone_ops_gen.py...
# | [21/65] Copying python source 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python/dialects/_standalone_ops_gen.py
 -> 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_standalone_ops_gen.py
# | [22/65] Building C object 
test/CAPI/CMakeFiles/standalone-capi-test.dir/standalone-capi-test.c.o
# | [23/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_ft.cpp.o
# | [24/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/implicit.cpp.o
# | [25/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_static_property.cpp.o
# | [26/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/trampoline.cpp.o
# | [27/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/error.cpp.o
# | [28/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_internals.cpp.o
# | [29/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_ndarray.cpp.o
# | [30/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/common.cpp.o
# | [31/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_enum.cpp.o
# | [32/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_func.cpp.o
# | [33/65] Building CXX object 
python/CMakeFiles/nanobind-mlir_standalone.dir/home/gha/.local/lib/python3.12/site-packages/nanobind/src/nb_type.cpp.o
# | [34/65] Linking CXX shared library 
python_packages/standalone/mlir_standalone/_mlir_libs/libnanobind-mlir_standalone.so
# | [35/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._standaloneDialectsNanobind.dso.dir/StandaloneExtensionNanobind.cpp.o
# | [36/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/Rewrite.cpp.o
# | [37/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/Pass.cpp.o
# | [38/65] Building CXX object 
lib/Standalone/CMakeFiles/obj.MLIRStandalone.dir/StandaloneTypes.cpp.o
# | [39/65] Building CXX object 
standalone-translate/CMakeFiles/standalone-translate.dir/standalone-translate.cpp.o
# | [40/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/IRInterfaces.cpp.o
# | [41/65] Building CXX object 
lib/Standalone/CMakeFiles/obj.MLIRStandalone.dir/StandaloneDialect.cpp.o
# | [42/65] Building CXX object 
lib/CAPI/CMakeFiles/obj.StandaloneCAPI.dir/Dialects.cpp.o
# | [43/65] Building CXX object 
lib/Standalone/CMakeFiles/obj.MLIRStandalone.dir/StandaloneOps.cpp.o
# | [44/65] Building CXX object 
standalone-plugin/CMakeFiles/StandalonePlugin.dir/standalone-plugin.cpp.o
# | [45/65] Building CXX object 
lib/Standalone/CMakeFiles/obj.MLIRStandalone.dir/StandalonePasses.cpp.o
# | [46/65] Linking CXX static library lib/libMLIRStandalone.a
# | [47/65] Linking CXX shared module lib/StandalonePlugin.so
# | [48/65] Linking CXX shared library lib/libStandaloneCAPITestLib.so.22.0git
# | [49/65] Creating library symlink lib/libStandaloneCAPITestLib.so
# | [50/65] Linking C executable bin/standalone-capi-test
# | [51/65] Linking CXX shared library 
python_packages/standalone/mlir_standalone/_mlir_libs/libStandalonePythonCAPI.so.22.0git
# | [52/65] Creating library symlink 
python_packages/standalone/mlir_standalone/_mlir_libs/libStandalonePythonCAPI.so
# | [53/65] Building CXX object 
standalone-opt/CMakeFiles/standalone-opt.dir/standalone-opt.cpp.o
# | [54/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.so.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/IRCore.cpp.o
# | [55/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/IRAffine.cpp.o
# | [56/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.so.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/Globals.cpp.o
# | [57/65] Linking CXX shared library 
python_packages/standalone/mlir_standalone/_mlir_libs/libMLIRPythonSupport-mlir_standalone.so
# | [58/65] Linking CXX shared module 
python_packages/standalone/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind.cpython-312-x86_64-linux-gnu.so
# | [59/65] Linking CXX executable bin/standalone-translate
# | [60/65] Linking CXX executable bin/standalone-opt
# | [61/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/IRTypes.cpp.o
# | [62/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/IRAttributes.cpp.o
# | [63/65] Building CXX object 
python/CMakeFiles/StandalonePythonModules.extension._mlir.dso.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Bindings/Python/MainModule.cpp.o
# | [64/65] Linking CXX shared module 
python_packages/standalone/mlir_standalone/_mlir_libs/_mlir.cpython-312-x86_64-linux-gnu.so
# | [64/65] Running the standalone regression tests
# | -- Testing: 7 tests, 7 workers --
# | Testing:  0.. 10.
# | FAIL: STANDALONE :: Standalone/standalone-plugin.mlir (4 of 7)
# | ******************** TEST 'STANDALONE :: Standalone/standalone-plugin.mlir' 
FAILED ********************
# | Exit Code: 2
# | 
# | Command Output (stderr):
# | --
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-plugin.mlir
 
--load-dialect-plugin=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.so
 --pass-pipeline="builtin.module(standalone-switch-bar-foo)" | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-plugin.mlir
 # RUN: at line 2
# | + 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-plugin.mlir
 
--load-dialect-plugin=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.so
 '--pass-pipeline=builtin.module(standalone-switch-bar-foo)'
# | + 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-plugin.mlir
# | Failed to load dialect plugin from 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.so'.
 Request ignored.
# | Expected<T> must be checked before access or destruction.
# | Unchecked Expected<T> contained error:
# | Plugin entry point not found in 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.soFileCheck
 error: '<stdin>' is empty.
# | FileCheck command line:  
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-plugin.mlir
# | 
# | --
# | 
# | ********************
# | Testing:  0.. 10.. 20.
# | FAIL: STANDALONE :: Standalone/standalone-pass-plugin.mlir (5 of 7)
# | ******************** TEST 'STANDALONE :: 
Standalone/standalone-pass-plugin.mlir' FAILED ********************
# | Exit Code: 2
# | 
# | Command Output (stderr):
# | --
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-pass-plugin.mlir
 
--load-pass-plugin=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.so
 --pass-pipeline="builtin.module(standalone-switch-bar-foo)" | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-pass-plugin.mlir
 # RUN: at line 2
# | + 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-pass-plugin.mlir
 
--load-pass-plugin=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.so
 '--pass-pipeline=builtin.module(standalone-switch-bar-foo)'
# | + 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-pass-plugin.mlir
# | Failed to load passes from 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.so'.
 Request ignored.
# | Expected<T> must be checked before access or destruction.
# | Unchecked Expected<T> contained error:
# | Plugin entry point not found in 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/lib/StandalonePlugin.soFileCheck
 error: '<stdin>' is empty.
# | FileCheck command line:  
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone/test/Standalone/standalone-pass-plugin.mlir
# | 
# | --
# | 
# | ********************
# | Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
# | ********************
# | Failed Tests (2):
# |   STANDALONE :: Standalone/standalone-pass-plugin.mlir
# |   STANDALONE :: Standalone/standalone-plugin.mlir
# | 
# | 
# | Testing Time: 0.26s
# | 
# | Total Discovered Tests: 7
# |   Passed: 5 (71.43%)
# |   Failed: 2 (28.57%)
# | FAILED: test/CMakeFiles/check-standalone 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/test/CMakeFiles/check-standalone
 
# | cd 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/test
 && /usr/bin/python3 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/llvm-lit 
-sv 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/test
# | ninja: build stopped: subcommand failed.
# `-----------------------------

--

```
</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/174043
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to