>>> Building on sparc64-0c under databases/py-peewee BDEPENDS = [databases/sqlite3;lang/python/3;devel/py-build;devel/py-wheel;lang/gcc/16;devel/py-setuptools;devel/py-installer;lang/cython] DIST = [databases/py-peewee:peewee-4.0.9.tar.gz] FULLPKGNAME = py3-peewee-4.0.9 RDEPENDS = [databases/sqlite3;lang/python/3] (Junk lock obtained for sparc64-0c at 1785047346.47) >>> Running depends in databases/py-peewee at 1785047346.60 last junk was in devel/py-wrapt /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.1 py3-cython-3.2.8v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 was: /usr/sbin/pkg_add -aI -Drepair gcc-16.1.0p5 py3-build-1.5.1 py3-cython-3.2.8v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.6p0 sqlite3-3.53.2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.1 py3-cython-3.2.8v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 >>> Running show-prepare-results in databases/py-peewee at 1785047357.79 ===> databases/py-peewee ===> Building from scratch py3-peewee-4.0.9 ===> py3-peewee-4.0.9 depends on: py3-cython-* -> py3-cython-3.2.8v0 ===> py3-peewee-4.0.9 depends on: python->=3.14 -> python-3.14.6p0 ===> py3-peewee-4.0.9 depends on: py3-build-* -> py3-build-1.5.1 ===> py3-peewee-4.0.9 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-peewee-4.0.9 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-peewee-4.0.9 depends on: py3-wheel-* -> py3-wheel-0.47.0 ===> py3-peewee-4.0.9 depends on: gcc->=16,<17 -> gcc-16.1.0p5 ===> py3-peewee-4.0.9 depends on: sqlite3-* -> sqlite3-3.53.2 ===> Verifying specs: sqlite3 ===> found sqlite3.37.39 gcc-16.1.0p5 py3-build-1.5.1 py3-cython-3.2.8v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.6p0 sqlite3-3.53.2 Still tainted: host marked nojunk by math/py-numpy >>> Running junk in databases/py-peewee at 1785047367.90 Can't run junk because of lock on math/py-numpy (Junk lock released for sparc64-0c at 1785047375.77) distfiles size=1002262 >>> Running extract in databases/py-peewee at 1785047375.90 ===> databases/py-peewee ===> Checking files for py3-peewee-4.0.9 `/usr/ports/distfiles/peewee-4.0.9.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-peewee-4.0.9 >>> Running patch in databases/py-peewee at 1785047377.94 ===> databases/py-peewee ===> Patching for py3-peewee-4.0.9 ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in databases/py-peewee at 1785047379.39 ===> databases/py-peewee ===> Generating configure for py3-peewee-4.0.9 ===> Configuring for py3-peewee-4.0.9 >>> Running build in databases/py-peewee at 1785047380.73 ===> databases/py-peewee ===> Building for py3-peewee-4.0.9 * Getting build dependencies for wheel... Compiling playhouse/_sqlite_udf.pyx because it changed. [1/1] Cythonizing playhouse/_sqlite_udf.pyx Traceback (most recent call last): File "/usr/local/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in main() ~~~~^^ File "/usr/local/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel return hook(config_settings) File "/usr/local/lib/python3.14/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() ~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) ~~~~^^^^^^^^^^^^^^^^ File "", line 30, in File "/usr/local/lib/python3.14/site-packages/Cython/Build/Dependencies.py", line 1153, in cythonize cythonize_one(*args) ~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Build/Dependencies.py", line 1276, in cythonize_one result = compile_single(pyx_file, options, full_module_name=full_module_name, cache=cache, fingerprint=fingerprint) File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Main.py", line 671, in compile_single return run_pipeline(source, options, full_module_name, context) File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Main.py", line 567, in run_pipeline err, enddata = Pipeline.run_pipeline(pipeline, source) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Pipeline.py", line 418, in run_pipeline data = run(phase, data) File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Pipeline.py", line 400, in run return phase(data) File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Pipeline.py", line 50, in generate_pyx_code_stage module_node.process_implementation(options, result) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/ModuleNode.py", line 314, in process_implementation self.generate_c_code(env, options, result) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/ModuleNode.py", line 614, in generate_c_code self.body.generate_function_definitions(env, code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 437, in generate_function_definitions stat.generate_function_definitions(env, code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 3643, in generate_function_definitions self.py_wrapper.generate_function_definitions(env, code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 3850, in generate_function_definitions self.generate_argument_parsing_code(lenv, code, tempvardecl_code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 4050, in generate_argument_parsing_code code.globalstate.use_utility_code( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ UtilityCode.load_cached("fastcall", "FunctionArguments.c")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Cython/Compiler/Code.py", line 2520, in Cython.Compiler.Code.GlobalState.use_utility_code File "Cython/Compiler/Code.py", line 888, in Cython.Compiler.Code.UtilityCode.put_code globalstate.use_utility_code(dependency, used_by=self.name) File "Cython/Compiler/Code.py", line 2520, in Cython.Compiler.Code.GlobalState.use_utility_code utility_code.put_code(self, used_by=used_by) File "Cython/Compiler/Code.py", line 899, in Cython.Compiler.Code.UtilityCode.put_code self._put_code_section(globalstate['utility_code_def'], globalstate, 'impl', used_by=used_by) File "Cython/Compiler/Code.py", line 851, in Cython.Compiler.Code.UtilityCode._put_code_section code_string, result_is_module_specific = process_utility_ccode(self, output, code_string) File "Cython/Compiler/Code.py", line 924, in Cython.Compiler.Code.add_macro_processor.build_processor.process code_string, result_is_module_specific = last_processor(utility_code, output, code_string) File "Cython/Compiler/Code.py", line 924, in Cython.Compiler.Code.add_macro_processor.build_processor.process code_string, result_is_module_specific = last_processor(utility_code, output, code_string) File "Cython/Compiler/Code.py", line 936, in Cython.Compiler.Code.add_macro_processor.build_processor.process code_string = func(utility_code, output, code_string) File "Cython/Compiler/Code.py", line 1011, in Cython.Compiler.Code._inject_empty_collection_constant @add_macro_processor( TypeError: _inject_empty_collection_constant() takes exactly 2 positional arguments (3 given) TIP pass --env-dir and --sdist-extract-dir to keep the build environment and sources, then see https://build.pypa.io/en/stable/how-to/troubleshooting.html#debug-a-failed-build for help debugging a failed build ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel *** Error 1 in databases/py-peewee (/usr/ports/lang/python/3/python.port.mk:365 'do-build': @: ; if [ -e /usr/obj/ports/py-peewee-4.0.9/peew...) *** Error 2 in databases/py-peewee (/usr/ports/infrastructure/mk/bsd.port.mk:3075 '/usr/obj/ports/py-peewee-4.0.9/.build_done': @cd /usr/por...) *** Error 2 in databases/py-peewee (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=py3-peewee-4.0.9; export _LOCKS_HELD=" py3...) ===> Exiting databases/py-peewee with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1785047404.27 max_stuck=2.92/depends=11.24/show-prepare-results=9.85/junk=7.99/extract=2.08/patch=1.39/configure=1.40/build=23.61 Error: job failed with 512 on sparc64-0c at 1785047404