===> Building for py311-fastbencode-0.3.1nb1 * Building wheel... /opt/pkg/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-311/fastbencode copying fastbencode/__init__.py -> build/lib.macosx-12.3-arm64-cpython-311/fastbencode copying fastbencode/_bencode_py.py -> build/lib.macosx-12.3-arm64-cpython-311/fastbencode copying fastbencode/_bencode_pyx.pyi -> build/lib.macosx-12.3-arm64-cpython-311/fastbencode copying fastbencode/py.typed -> build/lib.macosx-12.3-arm64-cpython-311/fastbencode running build_ext Error compiling Cython file: ------------------------------------------------------------ ... PyBytes_GET_SIZE, ) from cpython.dict cimport ( PyDict_CheckExact, ) from cpython.int cimport ( ^ ------------------------------------------------------------ fastbencode/_bencode_pyx.pyx:33:0: 'cpython/int.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... PyBytes_GET_SIZE, ) from cpython.dict cimport ( PyDict_CheckExact, ) from cpython.int cimport ( ^ ------------------------------------------------------------ fastbencode/_bencode_pyx.pyx:33:0: 'cpython/int/PyInt_CheckExact.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... PyBytes_GET_SIZE, ) from cpython.dict cimport ( PyDict_CheckExact, ) from cpython.int cimport ( ^ ------------------------------------------------------------ fastbencode/_bencode_pyx.pyx:33:0: 'cpython/int/PyInt_FromString.pxd' not found Error compiling Cython file: ------------------------------------------------------------ ... cdef object _decode_int(self): cdef int i i = self._read_digits(c'e') self.tail[i] = 0 try: ret = PyInt_FromString(self.tail, NULL, 10) ^ ------------------------------------------------------------ fastbencode/_bencode_pyx.pyx:167:18: 'PyInt_FromString' is not a constant, variable or function identifier Error compiling Cython file: ------------------------------------------------------------ ... cdef object _decode_int(self): cdef int i i = self._read_digits(c'e') self.tail[i] = 0 try: ret = PyInt_FromString(self.tail, NULL, 10) ^ ------------------------------------------------------------ fastbencode/_bencode_pyx.pyx:167:46: Cannot convert 'void *' to Python object Error compiling Cython file: ------------------------------------------------------------ ... cpdef object process(self, object x): BrzPy_EnterRecursiveCall(" while bencode encoding") try: if PyBytes_CheckExact(x): self._encode_bytes(x) elif PyInt_CheckExact(x) and x.bit_length() < 32: ^ ------------------------------------------------------------ fastbencode/_bencode_pyx.pyx:416:17: 'PyInt_CheckExact' is not a constant, variable or function identifier Compiling fastbencode/_bencode_pyx.pyx because it changed. [1/1] Cythonizing fastbencode/_bencode_pyx.pyx Traceback (most recent call last): File "/opt/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in main() File "/opt/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel return _build_backend().build_wheel( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/setuptools/build_meta.py", line 432, in build_wheel return _build(['bdist_wheel']) ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/setuptools/build_meta.py", line 423, in _build return self._build_with_temp_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir self.run_setup() File "/opt/pkg/lib/python3.11/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "", line 84, in File "/opt/pkg/lib/python3.11/site-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd) File "/opt/pkg/lib/python3.11/site-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.11/site-packages/setuptools/command/bdist_wheel.py", line 370, in run self.run_command("build") File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) File "/opt/pkg/lib/python3.11/site-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) File "/opt/pkg/lib/python3.11/site-packages/setuptools/dist.py", line 1104, in run_command super().run_command(command) File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 368, in run self.build_extensions() File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions self._build_extensions_serial() File "/opt/pkg/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial self.build_extension(ext) File "/opt/pkg/lib/python3.11/site-packages/Cython/Distutils/build_ext.py", line 131, in build_extension new_ext = cythonize( ^^^^^^^^^^ File "/opt/pkg/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1145, in cythonize cythonize_one(*args) File "/opt/pkg/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1289, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: fastbencode/_bencode_pyx.pyx ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/py-fastbencode *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/converters/py-fastbencode