[Mlir-commits] [mlir] Added free-threading CPython mode support in MLIR Python bindings (PR #107103)
LLVM Continuous Integration
llvmlistbot at llvm.org
Sun Jan 12 10:02:09 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `mlir-rocm-mi200` running on `mi200-buildbot` while building `mlir` at step 3 "install-mlir-requirements".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/177/builds/11130
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 3 (install-mlir-requirements) failure: 'pip install ...' (failure)
ERROR: Ignored the following versions that require a different python version: 0.3.0 Requires-Python >=3.9; 0.3.1 Requires-Python >=3.9; 0.3.2 Requires-Python >=3.9; 0.4.0 Requires-Python >=3.9; 0.4.0b1 Requires-Python >=3.9; 0.4.1 Requires-Python >=3.9; 0.5.0 Requires-Python >=3.9; 0.5.1 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement ml_dtypes<=0.6.0,>=0.5.0 (from versions: 0.0.1, 0.0.2rc4, 0.0.2rc5, 0.0.2, 0.0.3, 0.0.4, 0.1.0, 0.2.0)
[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: python3 -m pip install --upgrade pip
ERROR: No matching distribution found for ml_dtypes<=0.6.0,>=0.5.0
Step 7 (test-build-check-mlir-build-only-check-mlir) failure: test (failure)
******************** TEST 'MLIR :: python/multithreaded_tests.py' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3.8 /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/python/multithreaded_tests.py
# executed command: /usr/bin/python3.8 /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/python/multithreaded_tests.py
# .---command stderr------------
# | Traceback (most recent call last):
# | File "/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/python/multithreaded_tests.py", line 429, in <module>
# | skip_tests: Optional[list[str]] = None,
# | TypeError: 'type' object is not subscriptable
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/107103
More information about the Mlir-commits
mailing list