* Getting build dependencies for wheel... /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() ********************** * Accelerated build * ********************** 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 '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution 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' writing manifest file 'yarl.egg-info/SOURCES.txt' * Building wheel... /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() ********************** * Accelerated build * ********************** running bdist_wheel running build running build_py creating build/lib.linux-aarch64-cpython-313/yarl copying yarl/__init__.py -> build/lib.linux-aarch64-cpython-313/yarl copying yarl/_quoting_py.py -> build/lib.linux-aarch64-cpython-313/yarl copying yarl/_url.py -> build/lib.linux-aarch64-cpython-313/yarl copying yarl/_quoting.py -> build/lib.linux-aarch64-cpython-313/yarl 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 '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution 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' writing manifest file 'yarl.egg-info/SOURCES.txt' copying yarl/__init__.pyi -> build/lib.linux-aarch64-cpython-313/yarl copying yarl/_quoting_c.pyi -> build/lib.linux-aarch64-cpython-313/yarl copying yarl/_quoting_c.pyx -> build/lib.linux-aarch64-cpython-313/yarl copying yarl/py.typed -> build/lib.linux-aarch64-cpython-313/yarl warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'yarl._quoting_c' extension creating build/temp.linux-aarch64-cpython-313/yarl aarch64-openwrt-linux-musl-gcc -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a72_musl/pypi/yarl-1.9.2=yarl-1.9.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a72_gcc-14.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a72_gcc-14.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a72_gcc-14.3.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13 -fPIC -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.13 -c yarl/_quoting_c.c -o build/temp.linux-aarch64-cpython-313/yarl/_quoting_c.o yarl/_quoting_c.c:825:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 825 | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) { | ^~~~~~ yarl/_quoting_c.c: In function '__Pyx_Py_UNICODE_strlen': yarl/_quoting_c.c:826:5: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 826 | const Py_UNICODE *u_end = u; | ^~~~~ yarl/_quoting_c.c: In function '__pyx_f_4yarl_10_quoting_c_9_Unquoter__do_unquote': yarl/_quoting_c.c:5174:9: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] 5174 | if (unlikely(!Py_OptimizeFlag)) { | ^~ In file included from /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/Python.h:77, from yarl/_quoting_c.c:6: /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ yarl/_quoting_c.c:5479:11: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] 5479 | if (unlikely(!Py_OptimizeFlag)) { | ^~ /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ yarl/_quoting_c.c:5513:9: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations] 5513 | if (unlikely(!Py_OptimizeFlag)) { | ^~ /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function '__pyx_tp_dealloc_4yarl_10_quoting_c__Quoter': yarl/_quoting_c.c:7588:134: error: implicit declaration of function '_PyGC_FINALIZED' [-Wimplicit-function-declaration] 7588 | if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && (!PyType_IS_GC(Py_TYPE(o)) || !_PyGC_FINALIZED(o))) { | ^~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function '__Pyx_PyInt_As_uint8_t': yarl/_quoting_c.c:10839:27: error: too few arguments to function '_PyLong_AsByteArray' 10839 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/longobject.h:107, from /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/Python.h:82: /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function '__Pyx_PyInt_As_uint64_t': yarl/_quoting_c.c:11035:27: error: too few arguments to function '_PyLong_AsByteArray' 11035 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function '__Pyx_PyInt_As_long': yarl/_quoting_c.c:11231:27: error: too few arguments to function '_PyLong_AsByteArray' 11231 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function '__Pyx_PyInt_As_int': yarl/_quoting_c.c:11524:27: error: too few arguments to function '_PyLong_AsByteArray' 11524 | int ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_cortex-a72_musl/usr/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/toolchain-aarch64_cortex-a72_gcc-14.3.0_musl/bin/aarch64-openwrt-linux-musl-gcc' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel make[3]: *** [Makefile:47: /builder/shared-workdir/build/sdk/build_dir/target-aarch64_cortex-a72_musl/pypi/yarl-1.9.2/.built] Error 1 time: package/feeds/packages/python-yarl/compile#5.79#0.39#14.16