WIP: ENH: implement support for build-details.json (PEP 739) and cross compilation #779
Cirrus CI / miniconda
failed
Jul 16, 2025 in 2m 7s
Task Summary
Instruction test failed in 02:05
Details
✅ 00:00 clone
❌ 02:05 test
def test_top_level_modules(package_module_types):
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-sf9z8kta -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-sf9z8kta/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-sf9z8kta
Build type: native build
Project name: module-types
Project version: 1.0.0
C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python found: YES (/tmp/cirrus-ci-build/env/bin/python3)
Did not find pkg-config by name 'pkg-config'
Found pkg-config: NO
Run-time dependency python found: YES 3.12
Build targets in project: 1
module-types 1.0.0
User defined options
Native files: /tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-sf9z8kta/meson-python-native-file.ini
b_ndebug : if-release
b_vscrt : md
buildtype : release
Found ninja-1.11.1 at /usr/bin/ninja
=========================== short test summary info ============================
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 [3] tests/test_project.py:382: requires Python 3.13 or higher
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
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, 115 passed, 15 skipped, 3 errors in 109.92s (0:01:49) ========
����������������������������������������������������������������������������������������������������������������������������������������������������������������
Loading