Applying /builder/shared-workdir/build/sdk/feeds/packages/net/radicale2/patches/110-disable-setup_requirements.patch using plaintext: patching file setup.py * Getting build dependencies for wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-tag' in 'bdist_wheel' (setup.cfg), please use the underscore name 'python_tag' instead. !! ******************************************************************************** Usage of dash-separated 'python-tag' will not be supported in future versions. Please use the underscore name 'python_tag' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-tag' in 'bdist_wheel' (setup.cfg), please use the underscore name 'python_tag' instead. !! ******************************************************************************** Usage of dash-separated 'python-tag' will not be supported in future versions. Please use the underscore name 'python_tag' instead. (Affected: Radicale). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/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 :: GNU General Public License (GPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing Radicale.egg-info/PKG-INFO writing dependency_links to Radicale.egg-info/dependency_links.txt writing entry points to Radicale.egg-info/entry_points.txt writing requirements to Radicale.egg-info/requires.txt writing top-level names to Radicale.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'Radicale.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'Radicale.egg-info/SOURCES.txt' * Building wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-tag' in 'bdist_wheel' (setup.cfg), please use the underscore name 'python_tag' instead. !! ******************************************************************************** Usage of dash-separated 'python-tag' will not be supported in future versions. Please use the underscore name 'python_tag' instead. (Affected: Radicale). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/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 :: GNU General Public License (GPL) 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/radicale copying radicale/rights.py -> build/lib/radicale copying radicale/storage.py -> build/lib/radicale copying radicale/xmlutils.py -> build/lib/radicale copying radicale/__init__.py -> build/lib/radicale copying radicale/web.py -> build/lib/radicale copying radicale/__main__.py -> build/lib/radicale copying radicale/auth.py -> build/lib/radicale copying radicale/log.py -> build/lib/radicale copying radicale/config.py -> build/lib/radicale creating build/lib/radicale/web/css copying radicale/web/css/icon.png -> build/lib/radicale/web/css copying radicale/web/css/main.css -> build/lib/radicale/web/css copying radicale/web/fn.js -> build/lib/radicale/web copying radicale/web/index.html -> build/lib/radicale/web warning: build_py: byte-compiling is disabled, skipping. installing to build/bdist.linux-arm/wheel running install running install_lib creating build/bdist.linux-arm/wheel creating build/bdist.linux-arm/wheel/radicale copying build/lib/radicale/rights.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/storage.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/xmlutils.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/__init__.py -> build/bdist.linux-arm/wheel/./radicale creating build/bdist.linux-arm/wheel/radicale/web creating build/bdist.linux-arm/wheel/radicale/web/css copying build/lib/radicale/web/css/icon.png -> build/bdist.linux-arm/wheel/./radicale/web/css copying build/lib/radicale/web/css/main.css -> build/bdist.linux-arm/wheel/./radicale/web/css copying build/lib/radicale/web/fn.js -> build/bdist.linux-arm/wheel/./radicale/web copying build/lib/radicale/web/index.html -> build/bdist.linux-arm/wheel/./radicale/web copying build/lib/radicale/web.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/__main__.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/auth.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/log.py -> build/bdist.linux-arm/wheel/./radicale copying build/lib/radicale/config.py -> build/bdist.linux-arm/wheel/./radicale warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info running egg_info writing Radicale.egg-info/PKG-INFO writing dependency_links to Radicale.egg-info/dependency_links.txt writing entry points to Radicale.egg-info/entry_points.txt writing requirements to Radicale.egg-info/requires.txt writing top-level names to Radicale.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'Radicale.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'Radicale.egg-info/SOURCES.txt' Copying Radicale.egg-info to build/bdist.linux-arm/wheel/./Radicale-2.1.12-py3.11.egg-info running install_scripts creating build/bdist.linux-arm/wheel/radicale-2.1.12.dist-info/WHEEL creating '/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a5+vfpv4_musl_eabi/pypi/Radicale-2.1.12/openwrt-build/.tmp-mqtjps4d/radicale-2.1.12-py3-none-any.whl' and adding 'build/bdist.linux-arm/wheel' to it adding 'radicale/__init__.py' adding 'radicale/__main__.py' adding 'radicale/auth.py' adding 'radicale/config.py' adding 'radicale/log.py' adding 'radicale/rights.py' adding 'radicale/storage.py' adding 'radicale/web.py' adding 'radicale/xmlutils.py' adding 'radicale/web/fn.js' adding 'radicale/web/index.html' adding 'radicale/web/css/icon.png' adding 'radicale/web/css/main.css' adding 'radicale-2.1.12.dist-info/licenses/COPYING' adding 'radicale-2.1.12.dist-info/METADATA' adding 'radicale-2.1.12.dist-info/WHEEL' adding 'radicale-2.1.12.dist-info/entry_points.txt' adding 'radicale-2.1.12.dist-info/top_level.txt' adding 'radicale-2.1.12.dist-info/RECORD' removing build/bdist.linux-arm/wheel Successfully built radicale-2.1.12-py3-none-any.whl Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/installer/__main__.py", line 98, in _main(sys.argv[1:], "python -m installer") File "/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/installer/__main__.py", line 86, in _main with WheelFile.open(args.wheel) as source: File "/builder/shared-workdir/build/sdk/staging_dir/target-arm_cortex-a5+vfpv4_musl_eabi/usr/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/installer/sources.py", line 162, in open with zipfile.ZipFile(path) as f: ^^^^^^^^^^^^^^^^^^^^^ File "/builder/shared-workdir/build/sdk/staging_dir/target-arm_cortex-a5+vfpv4_musl_eabi/usr/lib/python3.11/zipfile.py", line 1311, in __init__ self.fp = io.open(file, filemode) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a5+vfpv4_musl_eabi/pypi/Radicale-2.1.12//openwrt-build/Radicale-2.1.12-*.whl' make[3]: *** [Makefile:95: /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a5+vfpv4_musl_eabi/pypi/Radicale-2.1.12/.built] Error 1 time: package/feeds/packages/radicale2/compile#4.99#0.59#5.59