WIP: ENH: implement support for build-details.json (PEP 739) and cross compilation #779
Cirrus CI / manylinux-python3.13t
failed
Jul 16, 2025 in 2m 51s
Task Summary
Instruction test failed in 02:49
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:00 clone
❌ 02:49 test
with mesonpy._project() as project:
> builder = mesonpy._EditableWheelBuilder(
project._metadata, project._manifest, project._limited_api, project._allow_windows_shared_libs)
E TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
/tmp/cirrus-ci-build/tests/test_wheel.py:267: TypeError
----------------------------- Captured stdout call -----------------------------
+ meson setup /tmp/cirrus-ci-build/tests/packages/module-types /tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-udizogvh -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-udizogvh/meson-python-native-file.ini
The Meson build system
Version: 1.8.2
Source dir: /tmp/cirrus-ci-build/tests/packages/module-types
Build dir: /tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-udizogvh
Build type: native build
Project name: module-types
Project version: 1.0.0
C compiler for the host machine: cc (gcc 13.3.1 "cc (GCC) 13.3.1 20240611 (Red Hat 13.3.1-2)")
C linker for the host machine: cc ld.bfd 2.40-21
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python found: YES (/tmp/cirrus-ci-build/env/bin/python3)
Found pkg-config: YES (/usr/bin/pkg-config) 1.4.2
Run-time dependency python found: YES 3.13
Build targets in project: 1
module-types 1.0.0
User defined options
Native files: /tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-udizogvh/meson-python-native-file.ini
b_ndebug : if-release
b_vscrt : md
buildtype : release
Found ninja-1.8.2 at /usr/bin/ninja
=========================== short test summary info ============================
SKIPPED [3] tests/test_options.py:18: Ninja version too old
SKIPPED [1] tests/test_project.py:337: requires MSVC
SKIPPED [3] tests/test_project.py:349: macOS specific test
SKIPPED [2] tests/test_project.py:366: macOS specific test
SKIPPED [1] tests/test_tags.py:48: macOS specific test
SKIPPED [1] tests/test_tags.py:65: macOS specific test
SKIPPED [1] tests/test_tags.py:75: macOS specific test
SKIPPED [1] tests/test_tags.py:83: macOS specific test
SKIPPED [2] tests/test_wheel.py:283: macOS specific test
SKIPPED [1] tests/test_wheel.py:323: Free-threaded CPython does not support the limited API
SKIPPED [1] tests/test_wheel.py:335: Free-threaded CPython does not support the limited API
ERROR tests/test_editable.py::test_editable_install - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
ERROR tests/test_editable.py::test_editble_reentrant - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
ERROR tests/test_editable.py::test_editable_verbose - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
FAILED tests/test_tags.py::test_tag_empty_wheel - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
FAILED tests/test_tags.py::test_tag_purelib_wheel - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
FAILED tests/test_tags.py::test_tag_platlib_wheel - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
FAILED tests/test_tags.py::test_tag_stable_abi - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
FAILED tests/test_tags.py::test_tag_mixed_abi - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
FAILED tests/test_wheel.py::test_top_level_modules - TypeError: _WheelBuilder.__init__() missing 1 required positional argument: 'is_cross'
======= 6 failed, 113 passed, 17 skipped, 3 errors in 148.03s (0:02:28) ========
����������������������������������������������������������������������������������������������������������������������������������������������������������������
Loading