>>> py3-rfc3986: Building community/py3-rfc3986 2.0.0-r2 (using abuild 3.15.0_rc3-r1) started Thu, 01 May 2025 16:56:14 +0000 >>> py3-rfc3986: Validating /home/buildozer/aports/community/py3-rfc3986/APKBUILD... >>> py3-rfc3986: Analyzing dependencies... >>> py3-rfc3986: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-runner (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.8-r0) (3/28) Installing gdbm (1.24-r0) (4/28) Installing xz-libs (5.8.1-r0) (5/28) Installing mpdecimal (4.0.0-r0) (6/28) Installing libpanelw (6.5_p20250412-r0) (7/28) Installing sqlite-libs (3.49.1-r1) (8/28) Installing python3 (3.12.10-r0) (9/28) Installing python3-pycache-pyc0 (3.12.10-r0) (10/28) Installing pyc (3.12.10-r0) (11/28) Installing python3-pyc (3.12.10-r0) (12/28) Installing py3-parsing (3.2.0-r0) (13/28) Installing py3-parsing-pyc (3.2.0-r0) (14/28) Installing py3-packaging (25.0-r0) (15/28) Installing py3-packaging-pyc (25.0-r0) (16/28) Installing py3-setuptools (77.0.3-r0) (17/28) Installing py3-setuptools-pyc (77.0.3-r0) (18/28) Installing py3-iniconfig (2.1.0-r0) (19/28) Installing py3-iniconfig-pyc (2.1.0-r0) (20/28) Installing py3-pluggy (1.5.0-r0) (21/28) Installing py3-pluggy-pyc (1.5.0-r0) (22/28) Installing py3-py (1.11.0-r4) (23/28) Installing py3-py-pyc (1.11.0-r4) (24/28) Installing py3-pytest (8.3.5-r0) (25/28) Installing py3-pytest-pyc (8.3.5-r0) (26/28) Installing py3-pytest-runner (6.0.1-r1) (27/28) Installing py3-pytest-runner-pyc (6.0.1-r1) (28/28) Installing .makedepends-py3-rfc3986 (20250501.165638) Executing busybox-1.37.0-r16.trigger OK: 449 MiB in 132 packages >>> py3-rfc3986: Cleaning up srcdir >>> py3-rfc3986: Cleaning up pkgdir >>> py3-rfc3986: Cleaning up tmpdir >>> py3-rfc3986: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-rfc3986-2.0.0.tar.gz >>> py3-rfc3986: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-rfc3986-2.0.0.tar.gz >>> py3-rfc3986: Checking sha512sums... py3-rfc3986-2.0.0.tar.gz: OK >>> py3-rfc3986: Unpacking /var/cache/distfiles/v3.22/py3-rfc3986-2.0.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:760: 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 build running build_py creating build/lib/rfc3986 copying src/rfc3986/__init__.py -> build/lib/rfc3986 copying src/rfc3986/iri.py -> build/lib/rfc3986 copying src/rfc3986/parseresult.py -> build/lib/rfc3986 copying src/rfc3986/validators.py -> build/lib/rfc3986 copying src/rfc3986/uri.py -> build/lib/rfc3986 copying src/rfc3986/exceptions.py -> build/lib/rfc3986 copying src/rfc3986/abnf_regexp.py -> build/lib/rfc3986 copying src/rfc3986/api.py -> build/lib/rfc3986 copying src/rfc3986/misc.py -> build/lib/rfc3986 copying src/rfc3986/normalizers.py -> build/lib/rfc3986 copying src/rfc3986/compat.py -> build/lib/rfc3986 copying src/rfc3986/_mixin.py -> build/lib/rfc3986 copying src/rfc3986/builder.py -> build/lib/rfc3986 running egg_info creating src/rfc3986.egg-info writing src/rfc3986.egg-info/PKG-INFO writing dependency_links to src/rfc3986.egg-info/dependency_links.txt writing requirements to src/rfc3986.egg-info/requires.txt writing top-level names to src/rfc3986.egg-info/top_level.txt writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' reading manifest file 'src/rfc3986.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/rfc3986.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/dist.py:760: 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() /usr/lib/python3.12/site-packages/ptr/__init__.py:81: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! class PyTest(orig.test): running pytest Traceback (most recent call last): File "/home/buildozer/aports/community/py3-rfc3986/src/rfc3986-2.0.0/setup.py", line 3, in setuptools.setup() File "/usr/lib/python3.12/site-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() File "/usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd) File "/usr/lib/python3.12/site-packages/setuptools/dist.py", line 1105, in run_command super().run_command(command) File "/usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/usr/lib/python3.12/site-packages/ptr/__init__.py", line 195, in run setattr(dist, attr, getattr(self.distribution, attr)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'? >>> ERROR: py3-rfc3986: check failed >>> py3-rfc3986: Uninstalling dependencies... (1/28) Purging .makedepends-py3-rfc3986 (20250501.165638) (2/28) Purging py3-pytest-runner-pyc (6.0.1-r1) (3/28) Purging py3-pytest-runner (6.0.1-r1) (4/28) Purging py3-pytest-pyc (8.3.5-r0) (5/28) Purging py3-pytest (8.3.5-r0) (6/28) Purging py3-iniconfig-pyc (2.1.0-r0) (7/28) Purging py3-iniconfig (2.1.0-r0) (8/28) Purging py3-pluggy-pyc (1.5.0-r0) (9/28) Purging py3-pluggy (1.5.0-r0) (10/28) Purging py3-py-pyc (1.11.0-r4) (11/28) Purging py3-py (1.11.0-r4) (12/28) Purging py3-setuptools-pyc (77.0.3-r0) (13/28) Purging py3-setuptools (77.0.3-r0) (14/28) Purging py3-packaging-pyc (25.0-r0) (15/28) Purging py3-packaging (25.0-r0) (16/28) Purging py3-parsing-pyc (3.2.0-r0) (17/28) Purging py3-parsing (3.2.0-r0) (18/28) Purging python3-pyc (3.12.10-r0) (19/28) Purging python3-pycache-pyc0 (3.12.10-r0) (20/28) Purging pyc (3.12.10-r0) (21/28) Purging python3 (3.12.10-r0) (22/28) Purging gdbm (1.24-r0) (23/28) Purging libbz2 (1.0.8-r6) (24/28) Purging libffi (3.4.8-r0) (25/28) Purging libpanelw (6.5_p20250412-r0) (26/28) Purging mpdecimal (4.0.0-r0) (27/28) Purging sqlite-libs (3.49.1-r1) (28/28) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 398 MiB in 104 packages