>>> Building on sparc64-0d under textproc/py-yaml BDEPENDS = [lang/cython;devel/py-setuptools;devel/py-installer;lang/gcc/16;devel/py-wheel;devel/libyaml;devel/py-build;lang/python/3] DIST = [textproc/py-yaml:pyyaml-6.0.3.tar.gz] FULLPKGNAME = py3-yaml-6.0.3p0 RDEPENDS = [devel/libyaml;lang/python/3] (Junk lock obtained for sparc64-0d at 1784994357.19) >>> Running depends in textproc/py-yaml at 1784994357.33 last junk was in devel/py-test-doctestplus /usr/sbin/pkg_add -aI -Drepair libyaml-0.2.5 py3-cython-3.2.8v0 was: /usr/sbin/pkg_add -aI -Drepair gcc-16.1.0p5 libyaml-0.2.5 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 /usr/sbin/pkg_add -aI -Drepair libyaml-0.2.5 py3-cython-3.2.8v0 >>> Running show-prepare-results in textproc/py-yaml at 1784994365.60 ===> textproc/py-yaml ===> Building from scratch py3-yaml-6.0.3p0 ===> py3-yaml-6.0.3p0 depends on: py3-cython-* -> py3-cython-3.2.8v0 ===> py3-yaml-6.0.3p0 depends on: python->=3.14 -> python-3.14.6p0 ===> py3-yaml-6.0.3p0 depends on: py3-build-* -> py3-build-1.5.1 ===> py3-yaml-6.0.3p0 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-yaml-6.0.3p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-yaml-6.0.3p0 depends on: py3-wheel-* -> py3-wheel-0.47.0 ===> py3-yaml-6.0.3p0 depends on: gcc->=16,<17 -> gcc-16.1.0p5 ===> py3-yaml-6.0.3p0 depends on: libyaml-* -> libyaml-0.2.5 ===> Verifying specs: yaml-0 ===> found yaml-0.0.0 gcc-16.1.0p5 libyaml-0.2.5 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 (Junk lock released for sparc64-0d at 1784994374.94) Woken up devel/py-test-docker-tools distfiles size=130960 >>> Running extract in textproc/py-yaml at 1784994375.09 ===> textproc/py-yaml ===> Checking files for py3-yaml-6.0.3p0 `/usr/ports/distfiles/pyyaml-6.0.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-yaml-6.0.3p0 >>> Running patch in textproc/py-yaml at 1784994376.98 ===> textproc/py-yaml ===> Patching for py3-yaml-6.0.3p0 ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in textproc/py-yaml at 1784994378.10 ===> textproc/py-yaml ===> Generating configure for py3-yaml-6.0.3p0 ===> Configuring for py3-yaml-6.0.3p0 >>> Running build in textproc/py-yaml at 1784994379.35 ===> textproc/py-yaml ===> Building for py3-yaml-6.0.3p0 * Getting build dependencies for wheel... /usr/local/lib/python3.14/site-packages/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command. warn( toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing lib/PyYAML.egg-info/PKG-INFO writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt writing top-level names to lib/PyYAML.egg-info/top_level.txt No `pyyaml_build_config` setting found. cythoning yaml/_yaml.pyx to yaml/_yaml.c 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/obj/ports/py-yaml-6.0.3/pyyaml-6.0.3/packaging/_pyyaml_pep517.py", line 47, in _expose_config_settings return real_method(*args, **kwargs) 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 334, in File "/usr/local/lib/python3.14/site-packages/setuptools/__init__.py", line 115, in setup return distutils.core.setup(**attrs) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() ~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd) ~~~~~~~~~~~~~~~~^^^^^ File "/usr/local/lib/python3.14/site-packages/setuptools/dist.py", line 1102, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/command/egg_info.py", line 312, in run self.find_sources() ~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/command/egg_info.py", line 320, in find_sources mm.run() ~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/command/egg_info.py", line 543, in run self.add_defaults() ~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/command/egg_info.py", line 581, in add_defaults sdist.add_defaults(self) ~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.14/site-packages/setuptools/command/sdist.py", line 109, in add_defaults super().add_defaults() ~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/command/sdist.py", line 245, in add_defaults self._add_defaults_ext() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/command/sdist.py", line 330, in _add_defaults_ext self.filelist.extend(build_ext.get_source_files()) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "", line 240, in get_source_files File "/usr/local/lib/python3.14/site-packages/Cython/Distutils/old_build_ext.py", line 192, in check_extensions_list ext.sources = self.cython_sources(ext.sources, ext) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Distutils/old_build_ext.py", line 342, in cython_sources result = cython_compile(source, options=options, full_module_name=module_name) File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Main.py", line 739, in compile return compile_single(source, options, full_module_name, cache) 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 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 textproc/py-yaml (/usr/ports/lang/python/3/python.port.mk:365 'do-build': @: ; if [ -e /usr/obj/ports/py-yaml-6.0.3/pyyaml-6....) *** Error 2 in textproc/py-yaml (/usr/ports/infrastructure/mk/bsd.port.mk:3075 '/usr/obj/ports/py-yaml-6.0.3/.build_done': @cd /usr/ports/te...) *** Error 2 in textproc/py-yaml (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=py3-yaml-6.0.3p0; export _LOCKS_HELD=" py3-ya...) ===> Exiting textproc/py-yaml 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 1784994407.53 max_stuck=9.56/depends=8.33/show-prepare-results=9.42/extract=1.94/patch=1.12/configure=1.25/build=28.26 Error: job failed with 512 on sparc64-0d at 1784994407