>>> Building on sparc64-2b under www/py-yarl BDEPENDS = [lang/python/3;sysutils/py-expandvars;devel/py-setuptools;devel/py-installer;lang/cython;devel/py-wheel;devel/py-build;lang/gcc/16] DIST = [www/py-yarl:yarl-1.23.0.tar.gz] FULLPKGNAME = py3-yarl-1.23.0 RDEPENDS = [devel/py-propcache;net/py-idna;lang/python/3;www/py-multidict] Woken up geo/geographiclib Woken up graphics/p5-Chart Woken up graphics/p5-Chart (Junk lock failure for sparc64-2b at 1785063300.53899) Received IO (Junk lock obtained for sparc64-2b at 1785063344.42) Received IO Woken up www/py-yarl Short-cut: depends already handled by graphics/p5-Chart >>> Running show-prepare-results in www/py-yarl at 1785063353.97 ===> www/py-yarl ===> Building from scratch py3-yarl-1.23.0 ===> py3-yarl-1.23.0 depends on: py3-cython-* -> py3-cython-3.2.8v0 ===> py3-yarl-1.23.0 depends on: py3-expandvars-* -> py3-expandvars-0.12.0p1 ===> py3-yarl-1.23.0 depends on: python->=3.14 -> python-3.14.6p0 ===> py3-yarl-1.23.0 depends on: py3-build-* -> py3-build-1.5.1 ===> py3-yarl-1.23.0 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-yarl-1.23.0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-yarl-1.23.0 depends on: py3-wheel-* -> py3-wheel-0.47.0 ===> py3-yarl-1.23.0 depends on: gcc->=16,<17 -> gcc-16.1.0p5 ===> Verifying specs: pthread python3.14 ===> found pthread.28.1 python3.14.0.0 gcc-16.1.0p5 py3-build-1.5.1 py3-cython-3.2.8v0 py3-expandvars-0.12.0p1 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.6p0 Still tainted: host marked nojunk by sysutils/borgbackup/1.4 >>> Running junk in www/py-yarl at 1785063363.92 Can't run junk because of lock on sysutils/borgbackup/1.4 (Junk lock released for sparc64-2b at 1785063373.89) Woken up graphics/p5-GD-Barcode distfiles size=194676 >>> Running extract in www/py-yarl at 1785063374.00 ===> www/py-yarl ===> Checking files for py3-yarl-1.23.0 `/usr/ports/distfiles/yarl-1.23.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-yarl-1.23.0 >>> Running patch in www/py-yarl at 1785063375.61 ===> www/py-yarl ===> Patching for py3-yarl-1.23.0 ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in www/py-yarl at 1785063376.81 ===> www/py-yarl ===> Generating configure for py3-yarl-1.23.0 ===> Configuring for py3-yarl-1.23.0 >>> Running build in www/py-yarl at 1785063378.03 ===> www/py-yarl ===> Building for py3-yarl-1.23.0 * Getting build dependencies for wheel... /usr/local/lib/python3.14/site-packages/setuptools_scm/_integration/deprecation.py:7: UserWarning: setup.cfg: at [metadata] version = attr: ... is forcing setuptools to override the version setuptools-scm did already set When using setuptools-scm it's invalid to use setuptools dynamic version as well, please remove it. Setuptools-scm is responsible for setting the version, forcing setuptools to override creates errors. warnings.warn( toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running egg_info writing yarl.egg-info/PKG-INFO writing dependency_links to yarl.egg-info/dependency_links.txt writing requirements to yarl.egg-info/requires.txt writing top-level names to yarl.egg-info/top_level.txt reading manifest file 'yarl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.cache' found anywhere in distribution warning: no previously-included files found matching 'yarl/*.c' warning: no previously-included files found matching 'yarl/*.html' warning: no previously-included files found matching 'yarl/*.so' warning: no previously-included files found matching 'yarl/*.pyd' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'yarl.egg-info/SOURCES.txt' * Building wheel... ********************** * Accelerated build * * Mode: release * * Build location: tmp dir * ********************** [1/1] Cythonizing /tmp/.tmp-yarl-pep517-rw9rhs85/src/yarl/_quoting_c.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 280, in build_wheel return _build_backend().build_wheel( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ wheel_directory, config_settings, metadata_directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.14/contextlib.py", line 85, in inner return func(*args, **kwds) File "/usr/obj/ports/py-yarl-1.23.0/yarl-1.23.0/packaging/pep517_backend/_backend.py", line 399, in build_wheel with maybe_prebuild_c_extensions( ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ line_trace_cython_when_unset=False, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ build_inplace=_build_inplace(config_settings, default=False), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ config_settings=config_settings, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/usr/local/lib/python3.14/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/obj/ports/py-yarl-1.23.0/yarl-1.23.0/packaging/pep517_backend/_backend.py", line 378, in maybe_prebuild_c_extensions _cythonize_cli_cmd(cythonize_args) # type: ignore[no-untyped-call] ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Build/Cythonize.py", line 324, in main ext_modules_by_basedir = _cython_compile_files(all_paths, options) File "/usr/local/lib/python3.14/site-packages/Cython/Build/Cythonize.py", line 51, in _cython_compile_files ext_modules = cythonize( paths, ...<8 lines>... language=options.language, **options.options) 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 437, in generate_function_definitions stat.generate_function_definitions(env, code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 382, in generate_function_definitions 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 10745, in generate_function_definitions self.node.generate_function_definitions(env, code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 2089, in generate_function_definitions self.generate_cached_builtins_decls(lenv, code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/local/lib/python3.14/site-packages/Cython/Compiler/Nodes.py", line 405, in generate_cached_builtins_decls code.globalstate.add_cached_builtin_decl(entry) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ File "Cython/Compiler/Code.py", line 1910, in Cython.Compiler.Code.GlobalState.add_cached_builtin_decl File "Cython/Compiler/Code.py", line 1918, in Cython.Compiler.Code.GlobalState.put_cached_builtin_init self.use_utility_code( 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 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 1026, in Cython.Compiler.Code._inject_cglobal @add_macro_processor( TypeError: _inject_cglobal() 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 build_wheel *** Error 1 in www/py-yarl (/usr/ports/lang/python/3/python.port.mk:365 'do-build': @: ; if [ -e /usr/obj/ports/py-yarl-1.23.0/yarl-1.23.0/p...) *** Error 2 in www/py-yarl (/usr/ports/infrastructure/mk/bsd.port.mk:3075 '/usr/obj/ports/py-yarl-1.23.0/.build_done': @cd /usr/ports/www/py...) *** Error 2 in www/py-yarl (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=py3-yarl-1.23.0; export _LOCKS_HELD=" py3-yarl-1.2...) ===> Exiting www/py-yarl 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 1785063412.63 max_stuck=0.00/waiting-for-lock #229=53.45/show-prepare-results=9.63/junk=10.07/extract=1.62/patch=1.17/configure=1.24/build=34.68 Error: job failed with 512 on sparc64-2b at 1785063412