Applying /builder/shared-workdir/build/sdk/feeds/video/libs/mesa/patches/001-gallivm-support-LLVM-21.patch using plaintext: patching file src/gallium/auxiliary/gallivm/lp_bld_init_orc.cpp Applying /builder/shared-workdir/build/sdk/feeds/video/libs/mesa/patches/100-meson-allow-using-LLVM-as-embedded-project.patch using plaintext: patching file meson.build patching file src/compiler/clc/meson.build Applying /builder/shared-workdir/build/sdk/feeds/video/libs/mesa/patches/200-panfrost-Enable-cross-compilation-of-precompilers-on.patch using plaintext: patching file src/meson.build patching file src/panfrost/lib/kmod/pan_kmod_stub.h patching file src/panfrost/lib/meson.build patching file src/panfrost/lib/pan_desc.h patching file src/panfrost/meson.build Collecting Mako==1.2.0 (from -r ./host-pip-requirements.txt (line 1)) Using cached Mako-1.2.0.tar.gz (488 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting MarkupSafe==2.1.1 (from -r ./host-pip-requirements.txt (line 2)) Using cached MarkupSafe-2.1.1.tar.gz (18 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: ply==3.11 in /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.13/site-packages (from -r ./host-pip-requirements.txt (line 3)) (3.11) Requirement already satisfied: pycparser==2.21 in /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.13/site-packages (from -r ./host-pip-requirements.txt (line 4)) (2.21) Collecting PyYAML==6.0.1 (from -r ./host-pip-requirements.txt (line 5)) Using cached PyYAML-6.0.1.tar.gz (125 kB) Installing build dependencies: started Installing build dependencies: finished with status 'error' error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [399 lines of output] Collecting setuptools Using cached setuptools-80.9.0-py3-none-any.whl Collecting wheel Using cached wheel-0.45.1-py3-none-any.whl Collecting Cython<3.0 Using cached Cython-0.29.37.tar.gz (2.1 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: Cython DEPRECATION: Building 'Cython' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'Cython'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for Cython (setup.py): started Building wheel for Cython (setup.py): finished with status 'error' error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [372 lines of output] /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/setup.py:112: DeprecationWarning: Use shutil.which instead of find_executable pgen = find_executable( Unable to find pgen, not compiling formal grammar. /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.13/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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-313 copying cython.py -> build/lib.linux-x86_64-cpython-313 creating build/lib.linux-x86_64-cpython-313/Cython copying Cython/Debugging.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/CodeWriter.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/Coverage.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/TestUtils.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/Shadow.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/Utils.py -> build/lib.linux-x86_64-cpython-313/Cython copying Cython/StringIOTree.py -> build/lib.linux-x86_64-cpython-313/Cython creating build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/Inline.py -> build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-cpython-313/Cython/Build copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-cpython-313/Cython/Build creating build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler creating build/lib.linux-x86_64-cpython-313/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Runtime creating build/lib.linux-x86_64-cpython-313/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-cpython-313/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-cpython-313/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Distutils copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-cpython-313/Cython/Distutils creating build/lib.linux-x86_64-cpython-313/Cython/Debugger copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger creating build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests creating build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-cpython-313/Cython/Plex creating build/lib.linux-x86_64-cpython-313/Cython/Tests copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-cpython-313/Cython/Tests copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-cpython-313/Cython/Tests copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-cpython-313/Cython/Tests copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-cpython-313/Cython/Tests copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-cpython-313/Cython/Tests creating build/lib.linux-x86_64-cpython-313/Cython/Build/Tests copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-cpython-313/Cython/Build/Tests copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Build/Tests copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-cpython-313/Cython/Build/Tests copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-cpython-313/Cython/Build/Tests copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-cpython-313/Cython/Build/Tests creating build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestStringEncoding.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-cpython-313/Cython/Compiler/Tests creating build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Utility creating build/lib.linux-x86_64-cpython-313/Cython/Tempita copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-cpython-313/Cython/Tempita copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-cpython-313/Cython/Tempita copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-cpython-313/Cython/Tempita copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-cpython-313/Cython/Tempita creating build/lib.linux-x86_64-cpython-313/pyximport copying pyximport/pyximport.py -> build/lib.linux-x86_64-cpython-313/pyximport copying pyximport/__init__.py -> build/lib.linux-x86_64-cpython-313/pyximport copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-cpython-313/pyximport copying Cython/Shadow.pyi -> build/lib.linux-x86_64-cpython-313/Cython creating build/lib.linux-x86_64-cpython-313/Cython/Includes copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes creating build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/Deprecated creating build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libc creating build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/libcpp creating build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/codecs.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/conversion.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/genobject.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/cellobject.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/iterobject.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/memoryview.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/cpython creating build/lib.linux-x86_64-cpython-313/Cython/Includes/numpy copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/numpy copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/numpy creating build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Includes/posix copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Compiler copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Runtime copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-cpython-313/Cython/Debugger/Tests copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-cpython-313/Cython/Plex copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-cpython-313/Cython/Utility copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-cpython-313/Cython/Utility running build_ext building 'Cython.Plex.Scanners' extension creating build/temp.linux-x86_64-cpython-313/builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex /builder/shared-workdir/build/sdk/staging_dir/host/bin/gcc -O2 -I/builder/shared-workdir/build/sdk/staging_dir/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include -I/builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a53_musl/host/include -I/builder/shared-workdir/build/sdk/staging_dir/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include -I/builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a53_musl/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13 -fPIC -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13 -c /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-cpython-313/builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.o /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c:843:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 843 | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) { | ^~~~~~ /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c: In function '__Pyx_Py_UNICODE_strlen': /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c:844:5: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 844 | const Py_UNICODE *u_end = u; | ^~~~~ /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c: In function '__Pyx_PyInt_As_long': /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c:10821:27: error: too few arguments to function '_PyLong_AsByteArray' 10821 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13/longobject.h:107, from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13/Python.h:82, from /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c:21: /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c: In function '__Pyx_PyInt_As_int': /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c:11017:27: error: too few arguments to function '_PyLong_AsByteArray' 11017 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13/longobject.h:107, from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13/Python.h:82, from /builder/shared-workdir/build/sdk/tmp/pip-install-12ergrr_/cython_28600d281afb4b5e88662dd4d804a398/Cython/Plex/Scanners.c:21: /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ error: command '/builder/shared-workdir/build/sdk/staging_dir/host/bin/gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for Cython Running setup.py clean for Cython Failed to build Cython error: failed-wheel-build-for-install × Failed to build installable wheels for some pyproject.toml based projects ╰─> Cython [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. make[3]: *** [Makefile:744: /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a53_musl/mesa-amd/mesa-25.2.4/.configured_d0d63286b3f0f7fda8e11ba2d0273c76] Error 1 time: package/feeds/video/mesa/amd/compile#19.51#4.87#25.18