[Mlir-commits] [mlir] Users/makslevental/mlirpythonsupport vis pt3 (PR #173439)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Dec 23 17:41:28 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3379 tests passed
* 410 tests skipped
* 2 tests 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
"C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe" "C:/_work/llvm-project/llvm-project/mlir/examples/standalone" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DCMAKE_C_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DLLVM_ENABLE_LIBCXX=OFF -DMLIR_DIR=C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir -DLLVM_USE_LINKER= -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone -DPython3_EXECUTABLE="C:\Python312\python.exe" -DPython_EXECUTABLE="C:\Python312\python.exe"
# executed command: C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe C:/_work/llvm-project/llvm-project/mlir/examples/standalone -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DCMAKE_C_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DLLVM_ENABLE_LIBCXX=OFF -DMLIR_DIR=C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir -DLLVM_USE_LINKER= -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone '-DPython3_EXECUTABLE=C:\Python312\python.exe' '-DPython_EXECUTABLE=C:\Python312\python.exe'
# .---command stdout------------
# | -- The CXX compiler identification is Clang 21.1.2 with MSVC-like command-line
# | -- The C compiler identification is Clang 21.1.2 with MSVC-like command-line
# | -- Detecting CXX compiler ABI info
# | -- Detecting CXX compiler ABI info - done
# | -- Check for working CXX compiler: C:/clang/clang-msvc/bin/clang-cl.exe - 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: C:/clang/clang-msvc/bin/clang-cl.exe - skipped
# | -- Detecting C compile features
# | -- Detecting C compile features - done
# | -- Using MLIRConfig.cmake in: C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir
# | -- Using LLVMConfig.cmake in: C:/_work/llvm-project/llvm-project/build/lib/cmake/llvm
# | -- Performing Test LLVM_USES_LIBSTDCXX
# | -- Performing Test LLVM_USES_LIBSTDCXX - Failed
# | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI
# | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI - Failed
# | -- 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
# | -- Looking for os_signpost_interval_begin
# | -- Looking for os_signpost_interval_begin - not found
# | -- Looking for flock
# | -- Looking for flock - not found
# | -- Found Python3: C:\Python312\python.exe (found version "3.12.3") found components: Interpreter Development.Module
# | -- Found Python: C:\Python312\python.exe (found version "3.12.3") found components: Interpreter Development.Module
# | -- Found python include dirs: C:/Python312/include
# | -- Found python libraries: C:/Python312/libs/python312.lib
# | -- Found numpy v:
# | -- Python extension suffix for modules: 'cp312-win_amd64'
# | -- Checking for nanobind in python path...
# | -- found (C:\Python312\Lib\site-packages\nanobind\cmake)
# | -- Found nanobind v2.9.2: C:\Python312\Lib\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: C:/Python312/include
# | -- Found python libraries: C:/Python312/libs/python312.lib
# | -- Found numpy v:
# | -- Python extension suffix for modules: 'cp312-win_amd64'
# | -- Using explicit nanobind cmake directory: C:\Python312\Lib\site-packages\nanobind\cmake (-Dnanobind_DIR to change)
# | -- Found nanobind v2.9.2: C:\Python312\Lib\site-packages\nanobind\include
# | -- Python prefix = '', suffix = '', extension = '
# | -- Configuring done
# | -- Generating done
# | -- Build files have been written to: C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone
# `-----------------------------
# RUN: at line 9
"C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe" --build . --target check-standalone | tee C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.toy.tmp
# executed command: C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe --build . --target check-standalone
# .---command stderr------------
# | llvm-lit.py: C:\_work\llvm-project\llvm-project\llvm\utils\lit\lit\llvm\config.py:60: note: using lit tools: c:\program files\git\usr\bin
# `-----------------------------
# error: command failed with exit status: 1
# executed command: tee 'C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.toy.tmp'
# .---command stdout------------
# | [1/61] Building StandaloneOps.cpp.inc...
# | [2/61] Building StandaloneOps.h.inc...
# | [3/61] Building StandaloneOpsDialect.cpp.inc...
# | [4/61] Building StandaloneOpsDialect.h.inc...
# | [5/61] Building StandaloneOpsTypes.cpp.inc...
# | [6/61] Building StandaloneOpsTypes.h.inc...
# | [7/61] Building StandalonePasses.h.inc...
# | [8/61] Building dialects/_standalone_ops_gen.py...
# | [9/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed
# | [10/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/dialects/standalone_nanobind.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/standalone_nanobind.py
# | [11/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/__init__.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/__init__.py
# | [12/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/_mlir/py.typed -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/_mlir/py.typed
# | [13/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/_ods_common.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_ods_common.py
# | [14/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/ir.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/ir.py
# | [15/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/passmanager.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/passmanager.py
# | [16/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/rewrite.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/rewrite.py
# | [17/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/extras/meta.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/extras/meta.py
# | [18/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/extras/types.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/extras/types.py
# | [19/61] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/builtin.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/builtin.py
# | [20/61] Copying python source C:/_work/llvm-project/llvm-project/build/tools/mlir/python/dialects/_builtin_ops_gen.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_builtin_ops_gen.py
# | [21/61] Copying python source C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python/dialects/_standalone_ops_gen.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_standalone_ops_gen.py
# | [22/61] Building C object test\CAPI\CMakeFiles\standalone-capi-test.dir\standalone-capi-test.c.obj
# | [23/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_ft.cpp.obj
# | [24/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_static_property.cpp.obj
# | [25/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\implicit.cpp.obj
# | [26/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\error.cpp.obj
# | [27/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\trampoline.cpp.obj
# | [28/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_internals.cpp.obj
# | [29/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_ndarray.cpp.obj
# | [30/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_func.cpp.obj
# | [31/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\common.cpp.obj
# | [32/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_enum.cpp.obj
# | [33/61] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_type.cpp.obj
# | [34/61] Linking CXX shared library python_packages\standalone\mlir_standalone\_mlir_libs\nanobind-mlir_standalone.dll
# | [35/61] Building CXX object standalone-translate\CMakeFiles\standalone-translate.dir\standalone-translate.cpp.obj
# | [36/61] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneTypes.cpp.obj
# | [37/61] Building CXX object lib\CAPI\CMakeFiles\obj.StandaloneCAPI.dir\Dialects.cpp.obj
# | [38/61] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneDialect.cpp.obj
# | [39/61] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneOps.cpp.obj
# | [40/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Pass.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [41/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._standaloneDialectsNanobind.dso.dir\StandaloneExtensionNanobind.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [42/61] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandalonePasses.cpp.obj
# | [43/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Rewrite.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [44/61] Linking CXX static library lib\MLIRStandalone.lib
# | [45/61] Building CXX object standalone-opt\CMakeFiles\standalone-opt.dir\standalone-opt.cpp.obj
# | [46/61] Linking CXX shared library bin\StandaloneCAPITestLib.dll
# | [47/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRInterfaces.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [48/61] Linking CXX shared library python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.dll
# | [49/61] Linking C executable bin\standalone-capi-test.exe
# | [50/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Globals.cpp.obj
# | [51/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRCore.cpp.obj
# | [52/61] Linking CXX shared library python_packages\standalone\mlir_standalone\_mlir_libs\MLIRPythonSupport-mlir_standalone.dll
# | [53/61] Linking CXX shared module python_packages\standalone\mlir_standalone\_mlir_libs\_standaloneDialectsNanobind.cp312-win_amd64.pyd
# | [54/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRAffine.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [55/61] Linking CXX executable bin\standalone-translate.exe
# | [56/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRTypes.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [57/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRAttributes.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [58/61] Linking CXX executable bin\standalone-opt.exe
# | [59/61] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\MainModule.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [60/61] Linking CXX shared module python_packages\standalone\mlir_standalone\_mlir_libs\_mlir.cp312-win_amd64.pyd
# | [60/61] Running the standalone regression tests
# | -- Testing: 7 tests, 7 workers --
# | Testing: 0.. 10.. 20.. 30.. 40.. 50.
# | FAIL: STANDALONE :: python/smoketest.py (7 of 7)
# | ******************** TEST 'STANDALONE :: python/smoketest.py' FAILED ********************
# | Exit Code: 2
# |
# | Command Output (stdout):
# | --
# | # RUN: at line 1
# | "C:\Python312\python.exe" C:\_work\llvm-project\llvm-project\mlir\examples\standalone\test\python\smoketest.py nanobind | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\examples\standalone\test\python\smoketest.py
# | # executed command: 'C:\Python312\python.exe' 'C:\_work\llvm-project\llvm-project\mlir\examples\standalone\test\python\smoketest.py' nanobind
# | # .---command stdout------------
# | # | -----
# | # `-----------------------------
# | # .---command stderr------------
# | # | mlir_standalone.dialects
# | # | Traceback (most recent call last):
# | # | File "C:\_work\llvm-project\llvm-project\mlir\examples\standalone\test\python\smoketest.py", line 9, in <module>
# | # | import mlir.ir
# | # | ModuleNotFoundError: No module named 'mlir'
# | # `-----------------------------
# | # error: command failed with exit status: 1
# | # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\examples\standalone\test\python\smoketest.py'
# | # .---command stderr------------
# | # | error: no check strings found with prefix 'CHECK:'
# | # `-----------------------------
# | # error: command failed with exit status: 2
# |
# | --
# |
# | ********************
# | Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
# | ********************
# | Failed Tests (1):
# | STANDALONE :: python/smoketest.py
# |
# |
# | Testing Time: 0.48s
# |
# | Total Discovered Tests: 7
# | Unsupported: 2 (28.57%)
# | Passed : 4 (57.14%)
# | Failed : 1 (14.29%)
# | FAILED: [code=1] test/CMakeFiles/check-standalone
# | cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\test && C:\Python312\python.exe C:/_work/llvm-project/llvm-project/build/./bin/llvm-lit.py -sv C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/test"
# | ninja: build stopped: subcommand failed.
# `-----------------------------
--
```
</details>
<details>
<summary>MLIR.Examples/standalone/test.wheel.toy</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 5
export CMAKE_BUILD_TYPE=Release
# executed command: export CMAKE_BUILD_TYPE=Release
# note: command had no output on stdout or stderr
# RUN: at line 6
export CMAKE_CXX_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe
# executed command: export CMAKE_CXX_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe
# note: command had no output on stdout or stderr
# RUN: at line 7
export CMAKE_CXX_COMPILER_LAUNCHER=sccache
# executed command: export CMAKE_CXX_COMPILER_LAUNCHER=sccache
# note: command had no output on stdout or stderr
# RUN: at line 8
export CMAKE_C_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe
# executed command: export CMAKE_C_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe
# note: command had no output on stdout or stderr
# RUN: at line 9
export CMAKE_C_COMPILER_LAUNCHER=sccache
# executed command: export CMAKE_C_COMPILER_LAUNCHER=sccache
# note: command had no output on stdout or stderr
# RUN: at line 10
export CMAKE_GENERATOR=Ninja
# executed command: export CMAKE_GENERATOR=Ninja
# note: command had no output on stdout or stderr
# RUN: at line 11
export LLVM_USE_LINKER=
# executed command: export LLVM_USE_LINKER=
# note: command had no output on stdout or stderr
# RUN: at line 12
export MLIR_DIR="C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir"
# executed command: export MLIR_DIR=C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir
# note: command had no output on stdout or stderr
# RUN: at line 14
"C:\Python312\python.exe" -m pip install scikit-build-core
# executed command: 'C:\Python312\python.exe' -m pip install scikit-build-core
# .---command stdout------------
# | Collecting scikit-build-core
# | Downloading scikit_build_core-0.11.6-py3-none-any.whl.metadata (18 kB)
# | Requirement already satisfied: packaging>=23.2 in c:\python312\lib\site-packages (from scikit-build-core) (25.0)
# | Collecting pathspec>=0.10.1 (from scikit-build-core)
# | Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
# | Downloading scikit_build_core-0.11.6-py3-none-any.whl (185 kB)
# | ---------------------------------------- 185.8/185.8 kB 3.8 MB/s eta 0:00:00
# | Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
# | Installing collected packages: pathspec, scikit-build-core
# | Successfully installed pathspec-0.12.1 scikit-build-core-0.11.6
# `-----------------------------
# .---command stderr------------
# |
# | [notice] A new release of pip is available: 24.0 -> 25.3
# | [notice] To update, run: python.exe -m pip install --upgrade pip
# `-----------------------------
# RUN: at line 15
"C:\Python312\python.exe" -m pip wheel "C:/_work/llvm-project/llvm-project/mlir/examples/standalone" -w "C:/_work/llvm-project/llvm-project/build/tools/mlir/wheelhouse" -v --no-build-isolation | tee C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.wheel.toy.tmp
# executed command: 'C:\Python312\python.exe' -m pip wheel C:/_work/llvm-project/llvm-project/mlir/examples/standalone -w C:/_work/llvm-project/llvm-project/build/tools/mlir/wheelhouse -v --no-build-isolation
# .---command stderr------------
# | Running command Preparing metadata (pyproject.toml)
# | *** scikit-build-core 0.11.6 using CMake 3.20.21032501 (metadata_wheel)
# | Running command Building wheel for standalone-python-bindings (pyproject.toml)
# | *** scikit-build-core 0.11.6 using CMake 3.20.21032501 (wheel)
# | *** Configuring CMake...
# | 2025-12-24 01:39:14,004 - scikit_build_core - WARNING - Can't find a Python library, got libdir=None, ldlibrary=None, multiarch=None, masd=None
# | loading initial cache file C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\build\CMakeInit.txt
# | -- The CXX compiler identification is Clang 21.1.2 with MSVC-like command-line
# | -- The C compiler identification is Clang 21.1.2 with MSVC-like command-line
# | -- Detecting CXX compiler ABI info
# | -- Detecting CXX compiler ABI info - done
# | -- Check for working CXX compiler: C:/clang/clang-msvc/bin/clang-cl.exe - 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: C:/clang/clang-msvc/bin/clang-cl.exe - skipped
# | -- Detecting C compile features
# | -- Detecting C compile features - done
# | -- Using MLIRConfig.cmake in: C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir
# | -- Using LLVMConfig.cmake in: C:/_work/llvm-project/llvm-project/build/lib/cmake/llvm
# | -- Performing Test LLVM_USES_LIBSTDCXX
# | -- Performing Test LLVM_USES_LIBSTDCXX - Failed
# | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI
# | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI - Failed
# | -- 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
# | -- Looking for os_signpost_interval_begin
# | -- Looking for os_signpost_interval_begin - not found
# | -- Looking for flock
# | -- Looking for flock - not found
# | -- Found Python3: C:/Python312/python.exe (found version "3.12.3") found components: Interpreter Development.Module
# | -- Found Python: C:/Python312/python.exe (found version "3.12.3") found components: Interpreter Development.Module
# | -- Found python include dirs: C:/Python312/Include
# | -- Found python libraries: C:/Python312/libs/python312.lib
# | -- Found numpy v:
# | -- Python extension suffix for modules: 'cp312-win_amd64'
# | -- Checking for nanobind in python path...
# | -- found (C:\Python312\Lib\site-packages\nanobind\cmake)
# | -- Found nanobind v2.9.2: C:\Python312\Lib\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: C:/Python312/Include
# | -- Found python libraries: C:/Python312/libs/python312.lib
# | -- Found numpy v:
# | -- Python extension suffix for modules: 'cp312-win_amd64'
# | -- Using explicit nanobind cmake directory: C:\Python312\Lib\site-packages\nanobind\cmake (-Dnanobind_DIR to change)
# | -- Found nanobind v2.9.2: C:\Python312\Lib\site-packages\nanobind\include
# | -- Python prefix = '', suffix = '', extension = '
# | -- Configuring done
# | -- Generating done
# | -- Build files have been written to: C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build
# | *** Building project with Ninja...
# | [1/53] Building StandaloneOps.cpp.inc...
# | [2/53] Building StandaloneOps.h.inc...
# | [3/53] Building StandaloneOpsDialect.cpp.inc...
# | [4/53] Building StandaloneOpsDialect.h.inc...
# | [5/53] Building StandaloneOpsTypes.cpp.inc...
# | [6/53] Building StandaloneOpsTypes.h.inc...
# | [7/53] Building StandalonePasses.h.inc...
# | [8/53] Building dialects/_standalone_ops_gen.py...
# | [9/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed
# | [10/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/dialects/standalone_nanobind.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/dialects/standalone_nanobind.py
# | [11/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/__init__.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/_mlir_libs/__init__.py
# | [12/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/_mlir/py.typed -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/_mlir_libs/_mlir/py.typed
# | [13/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/_ods_common.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/dialects/_ods_common.py
# | [14/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/ir.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/ir.py
# | [15/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/passmanager.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/passmanager.py
# | [16/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/rewrite.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/rewrite.py
# | [17/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/extras/meta.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/extras/meta.py
# | [18/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/extras/types.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/extras/types.py
# | [19/53] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/builtin.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/dialects/builtin.py
# | [20/53] Copying python source C:/_work/llvm-project/llvm-project/build/tools/mlir/python/dialects/_builtin_ops_gen.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/dialects/_builtin_ops_gen.py
# | [21/53] Copying python source C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/python/dialects/_standalone_ops_gen.py -> C:/Users/ContainerAdministrator/AppData/Local/Temp/lit-tmp-2xfrbiq3/tmp1_rfsc7b/build/mlir_standalone/dialects/_standalone_ops_gen.py
# | [22/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_ft.cpp.obj
# | [23/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_static_property.cpp.obj
# | [24/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\implicit.cpp.obj
# | [25/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\trampoline.cpp.obj
# | [26/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\error.cpp.obj
# | [27/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_ndarray.cpp.obj
# | [28/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_internals.cpp.obj
# | [29/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_enum.cpp.obj
# | [30/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_func.cpp.obj
# | [31/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\common.cpp.obj
# | [32/53] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_type.cpp.obj
# | [33/53] Linking CXX shared library mlir_standalone\_mlir_libs\nanobind-mlir_standalone.dll
# | [34/53] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneTypes.cpp.obj
# | [35/53] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneDialect.cpp.obj
# | [36/53] Building CXX object lib\CAPI\CMakeFiles\obj.StandaloneCAPI.dir\Dialects.cpp.obj
# | [37/53] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneOps.cpp.obj
# | [38/53] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandalonePasses.cpp.obj
# | [39/53] Linking CXX static library lib\MLIRStandalone.lib
# | [40/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._standaloneDialectsNanobind.dso.dir\StandaloneExtensionNanobind.cpp.obj
# | [41/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Pass.cpp.obj
# | [42/53] Linking CXX shared library mlir_standalone\_mlir_libs\StandalonePythonCAPI.dll
# | [43/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Rewrite.cpp.obj
# | [44/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRInterfaces.cpp.obj
# | [45/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.dso.dir\c720069fcc0bf11396d2a4b16bdf7572\lib\Bindings\Python\Globals.cpp.obj
# | [46/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.dso.dir\c720069fcc0bf11396d2a4b16bdf7572\lib\Bindings\Python\IRCore.cpp.obj
# | [47/53] Linking CXX shared library mlir_standalone\_mlir_libs\MLIRPythonSupport-mlir_standalone.dll
# | [48/53] Linking CXX shared module mlir_standalone\_mlir_libs\_standaloneDialectsNanobind.cp312-win_amd64.pyd
# | [49/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRAffine.cpp.obj
# | [50/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRTypes.cpp.obj
# | [51/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRAttributes.cpp.obj
# | [52/53] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\MainModule.cpp.obj
# | [53/53] Linking CXX shared module mlir_standalone\_mlir_libs\_mlir.cp312-win_amd64.pyd
# | *** Installing project into wheel...
# | -- Install configuration: "Release"
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/StandalonePythonCAPI.dll
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/nanobind-mlir_standalone.dll
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/MLIRPythonSupport-mlir_standalone.lib
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/MLIRPythonSupport-mlir_standalone.dll
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/dialects/standalone_nanobind.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/dialects/_standalone_ops_gen.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind.cp312-win_amd64.pyd
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/__init__.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/_mlir/py.typed
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/ir.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/passmanager.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/rewrite.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/dialects/_ods_common.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/extras/types.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/extras/meta.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/_mlir_libs/_mlir.cp312-win_amd64.pyd
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/dialects/builtin.py
# | -- Installing: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\tmp1_rfsc7b\wheel\platlib/mlir_standalone/dialects/_builtin_ops_gen.py
# | *** Making wheel...
# | *** Created standalone_python_bindings-0.0.0-cp312-cp312-win_amd64.whl
# |
# | [notice] A new release of pip is available: 24.0 -> 25.3
# | [notice] To update, run: python.exe -m pip install --upgrade pip
# `-----------------------------
# executed command: tee 'C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.wheel.toy.tmp'
# .---command stdout------------
# | Processing c:\_work\llvm-project\llvm-project\mlir\examples\standalone
# | Preparing metadata (pyproject.toml): started
# | Preparing metadata (pyproject.toml): finished with status 'done'
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/3a/be/650f9c091ef71cb01d735775d554e068752d3ff63d7943b26316dc401749/numpy-1.21.2.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/5f/d6/ad58ded26556eaeaa8c971e08b6466f17c4ac4d786cd3d800e26ce59cc01/numpy-1.21.3.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/fb/48/b0708ebd7718a8933f0d3937513ef8ef2f4f04529f1f66ca86d873043921/numpy-1.21.4.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/c2/a8/a924a09492bdfee8c2ec3094d0a13f2799800b4fdc9c890738aeeb12c72e/numpy-1.21.5.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/45/b7/de7b8e67f2232c26af57c205aaad29fe17754f793404f59c8a730c7a191a/numpy-1.21.6.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Collecting numpy<=2.1.2,>=1.19.5 (from standalone-python-bindings==0.0.0)
# | Obtaining dependency information for numpy<=2.1.2,>=1.19.5 from https://files.pythonhosted.org/packages/4c/79/73735a6a5dad6059c085f240a4e74c9270feccd2bc66e4d31b5ca01d329c/numpy-2.1.2-cp312-cp312-win_amd64.whl.metadata
# | Downloading numpy-2.1.2-cp312-cp312-win_amd64.whl.metadata (59 kB)
# | -------------------------------------- 59.7/59.7 kB 532.3 kB/s eta 0:00:00
# | Collecting PyYAML<=6.0.1,>=5.4.0 (from standalone-python-bindings==0.0.0)
# | Obtaining dependency information for PyYAML<=6.0.1,>=5.4.0 from https://files.pythonhosted.org/packages/2b/9f/fbade56564ad486809c27b322d0f7e6a89c01f6b4fe208402e90d4443a99/PyYAML-6.0.1-cp312-cp312-win_amd64.whl.metadata
# | Downloading PyYAML-6.0.1-cp312-cp312-win_amd64.whl.metadata (2.1 kB)
# | Collecting ml_dtypes<=0.6.0,>=0.1.0 (from standalone-python-bindings==0.0.0)
# | Obtaining dependency information for ml_dtypes<=0.6.0,>=0.1.0 from https://files.pythonhosted.org/packages/f5/f0/0cfadd537c5470378b1b32bd859cf2824972174b51b873c9d95cfd7475a5/ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl.metadata
# | Downloading ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl.metadata (9.2 kB)
# | Downloading ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl (212 kB)
# | ---------------------------------------- 212.2/212.2 kB 6.5 MB/s eta 0:00:00
# | Downloading numpy-2.1.2-cp312-cp312-win_amd64.whl (12.6 MB)
# | ---------------------------------------- 12.6/12.6 MB 65.1 MB/s eta 0:00:00
# | Using cached PyYAML-6.0.1-cp312-cp312-win_amd64.whl (138 kB)
# | Saved c:\_work\llvm-project\llvm-project\build\tools\mlir\wheelhouse\ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl
# | Saved c:\_work\llvm-project\llvm-project\build\tools\mlir\wheelhouse\numpy-2.1.2-cp312-cp312-win_amd64.whl
# | Saved c:\_work\llvm-project\llvm-project\build\tools\mlir\wheelhouse\pyyaml-6.0.1-cp312-cp312-win_amd64.whl
# | Building wheels for collected packages: standalone-python-bindings
# | Building wheel for standalone-python-bindings (pyproject.toml): started
# | Building wheel for standalone-python-bindings (pyproject.toml): finished with status 'done'
# | Created wheel for standalone-python-bindings: filename=standalone_python_bindings-0.0.0-cp312-cp312-win_amd64.whl size=3010796 sha256=7554903110ebb9b837f9f4556043b5e0078e18133a7e8c20b00c69b71a19d180
# | Stored in directory: C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\pip-ephem-wheel-cache-zv6j9lat\wheels\a7\45\fa\5308c784ed6b7e6ec955ce4d727a18cc9d58f4cb077236ad3d
# | Successfully built standalone-python-bindings
# `-----------------------------
# RUN: at line 17
rm -rf "C:/_work/llvm-project/llvm-project/build/tools/mlir/standalone-python-bindings-install"
# executed command: rm -rf C:/_work/llvm-project/llvm-project/build/tools/mlir/standalone-python-bindings-install
# note: command had no output on stdout or stderr
# RUN: at line 18
"C:\Python312\python.exe" -m pip install standalone_python_bindings -f "C:/_work/llvm-project/llvm-project/build/tools/mlir/wheelhouse" --target "C:/_work/llvm-project/llvm-project/build/tools/mlir/standalone-python-bindings-install" -v | tee -a C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.wheel.toy.tmp
# executed command: 'C:\Python312\python.exe' -m pip install standalone_python_bindings -f C:/_work/llvm-project/llvm-project/build/tools/mlir/wheelhouse --target C:/_work/llvm-project/llvm-project/build/tools/mlir/standalone-python-bindings-install -v
# .---command stderr------------
# |
# | [notice] A new release of pip is available: 24.0 -> 25.3
# | [notice] To update, run: python.exe -m pip install --upgrade pip
# `-----------------------------
# executed command: tee -a 'C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.wheel.toy.tmp'
# .---command stdout------------
# | Using pip 24.0 from c:\python312\Lib\site-packages\pip (python 3.12)
# | Looking in links: c:/_work/llvm-project/llvm-project/build/tools/mlir/wheelhouse
# | Processing c:\_work\llvm-project\llvm-project\build\tools\mlir\wheelhouse\standalone_python_bindings-0.0.0-cp312-cp312-win_amd64.whl
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/3a/be/650f9c091ef71cb01d735775d554e068752d3ff63d7943b26316dc401749/numpy-1.21.2.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/5f/d6/ad58ded26556eaeaa8c971e08b6466f17c4ac4d786cd3d800e26ce59cc01/numpy-1.21.3.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/fb/48/b0708ebd7718a8933f0d3937513ef8ef2f4f04529f1f66ca86d873043921/numpy-1.21.4.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/c2/a8/a924a09492bdfee8c2ec3094d0a13f2799800b4fdc9c890738aeeb12c72e/numpy-1.21.5.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Link requires a different Python (3.12.3 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/45/b7/de7b8e67f2232c26af57c205aaad29fe17754f793404f59c8a730c7a191a/numpy-1.21.6.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
# | Collecting numpy<=2.1.2,>=1.19.5 (from standalone_python_bindings)
# | Obtaining dependency information for numpy<=2.1.2,>=1.19.5 from https://files.pythonhosted.org/packages/4c/79/73735a6a5dad6059c085f240a4e74c9270feccd2bc66e4d31b5ca01d329c/numpy-2.1.2-cp312-cp312-win_amd64.whl.metadata
# | Using cached numpy-2.1.2-cp312-cp312-win_amd64.whl.metadata (59 kB)
# | Collecting PyYAML<=6.0.1,>=5.4.0 (from standalone_python_bindings)
# | Obtaining dependency information for PyYAML<=6.0.1,>=5.4.0 from https://files.pythonhosted.org/packages/2b/9f/fbade56564ad486809c27b322d0f7e6a89c01f6b4fe208402e90d4443a99/PyYAML-6.0.1-cp312-cp312-win_amd64.whl.metadata
# | Using cached PyYAML-6.0.1-cp312-cp312-win_amd64.whl.metadata (2.1 kB)
# | Collecting ml_dtypes<=0.6.0,>=0.1.0 (from standalone_python_bindings)
# | Obtaining dependency information for ml_dtypes<=0.6.0,>=0.1.0 from https://files.pythonhosted.org/packages/f5/f0/0cfadd537c5470378b1b32bd859cf2824972174b51b873c9d95cfd7475a5/ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl.metadata
# | Using cached ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl.metadata (9.2 kB)
# | Using cached ml_dtypes-0.5.4-cp312-cp312-win_amd64.whl (212 kB)
# | Using cached numpy-2.1.2-cp312-cp312-win_amd64.whl (12.6 MB)
# | Using cached PyYAML-6.0.1-cp312-cp312-win_amd64.whl (138 kB)
# | Installing collected packages: PyYAML, numpy, ml_dtypes, standalone_python_bindings
# | Creating C:\Users\ContainerAdministrator\AppData\Local\Temp\lit-tmp-2xfrbiq3\pip-target-enj7jrtq\bin
# | Successfully installed PyYAML-6.0.1 ml_dtypes-0.5.4 numpy-2.1.2 standalone_python_bindings-0.0.0
# `-----------------------------
# RUN: at line 20
export PYTHONPATH="C:/_work/llvm-project/llvm-project/build/tools/mlir/standalone-python-bindings-install"
# executed command: export PYTHONPATH=C:/_work/llvm-project/llvm-project/build/tools/mlir/standalone-python-bindings-install
# note: command had no output on stdout or stderr
# RUN: at line 21
"C:\Python312\python.exe" "C:/_work/llvm-project/llvm-project/mlir/examples/standalone/test/python/smoketest.py" nanobind | tee -a C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.wheel.toy.tmp
# executed command: 'C:\Python312\python.exe' C:/_work/llvm-project/llvm-project/mlir/examples/standalone/test/python/smoketest.py nanobind
# .---command stderr------------
# | mlir_standalone.dialects
# | Traceback (most recent call last):
# | File "C:\_work\llvm-project\llvm-project\mlir\examples\standalone\test\python\smoketest.py", line 9, in <module>
# | import mlir.ir
# | ModuleNotFoundError: No module named 'mlir'
# `-----------------------------
# error: command failed with exit status: 1
# executed command: tee -a 'C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.wheel.toy.tmp'
# .---command stdout------------
# | -----
# `-----------------------------
--
```
</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/173439
More information about the Mlir-commits
mailing list