WIP: ENH: implement support for build-details.json (PEP 739) and cross compilation #779
Cirrus CI / archlinux
failed
Jul 16, 2025 in 1m 42s
Task Summary
Instruction test failed in 01:39
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:00 clone
❌ 01:39 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-vqpvh_dq -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/cirrus-ci-build/tests/packages/module-types/.mesonpy-vqpvh_dq/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-vqpvh_dq
Build type: native build
Project name: module-types
Project version: 1.0.0
C compiler for the host machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20240910")
C linker for the host machine: cc ld.bfd 2.43.1
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.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-vqpvh_dq/meson-python-native-file.ini
b_ndebug : if-release
b_vscrt : md
buildtype : release
Found ninja-1.12.1 at /usr/sbin/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 [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, 118 passed, 12 skipped, 3 errors in 89.43s (0:01:29) ========
����������������������������������������������������������������������������������������������������������������������������������������������������������������
Loading