>>> py3-rfc3986: Building community/py3-rfc3986 2.0.0-r2 (using abuild 3.15.0_rc3-r1) started Thu, 01 May 2025 06:34:18 +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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing gdbm (1.24-r0) (3/26) Installing mpdecimal (4.0.0-r0) (4/26) Installing libpanelw (6.5_p20250412-r0) (5/26) Installing sqlite-libs (3.49.1-r1) (6/26) Installing python3 (3.12.10-r0) (7/26) Installing python3-pycache-pyc0 (3.12.10-r0) (8/26) Installing pyc (3.12.10-r0) (9/26) Installing python3-pyc (3.12.10-r0) (10/26) Installing py3-parsing (3.2.0-r0) (11/26) Installing py3-parsing-pyc (3.2.0-r0) (12/26) Installing py3-packaging (25.0-r0) (13/26) Installing py3-packaging-pyc (25.0-r0) (14/26) Installing py3-setuptools (77.0.3-r0) (15/26) Installing py3-setuptools-pyc (77.0.3-r0) (16/26) Installing py3-iniconfig (2.1.0-r0) (17/26) Installing py3-iniconfig-pyc (2.1.0-r0) (18/26) Installing py3-pluggy (1.5.0-r0) (19/26) Installing py3-pluggy-pyc (1.5.0-r0) (20/26) Installing py3-py (1.11.0-r4) (21/26) Installing py3-py-pyc (1.11.0-r4) (22/26) Installing py3-pytest (8.3.5-r0) (23/26) Installing py3-pytest-pyc (8.3.5-r0) (24/26) Installing py3-pytest-runner (6.0.1-r1) (25/26) Installing py3-pytest-runner-pyc (6.0.1-r1) (26/26) Installing .makedepends-py3-rfc3986 (20250501.063443) Executing busybox-1.37.0-r16.trigger OK: 647 MiB in 135 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 Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/py3-rfc3986-2.0.0.tar.gz.part' py3-rfc3986-2.0.0.ta 100% |********************************| 46009 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-rfc3986-2.0.0.tar.gz.part' saved >>> 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/26) Purging .makedepends-py3-rfc3986 (20250501.063443) (2/26) Purging py3-pytest-runner-pyc (6.0.1-r1) (3/26) Purging py3-pytest-runner (6.0.1-r1) (4/26) Purging py3-pytest-pyc (8.3.5-r0) (5/26) Purging py3-pytest (8.3.5-r0) (6/26) Purging py3-iniconfig-pyc (2.1.0-r0) (7/26) Purging py3-iniconfig (2.1.0-r0) (8/26) Purging py3-pluggy-pyc (1.5.0-r0) (9/26) Purging py3-pluggy (1.5.0-r0) (10/26) Purging py3-py-pyc (1.11.0-r4) (11/26) Purging py3-py (1.11.0-r4) (12/26) Purging py3-setuptools-pyc (77.0.3-r0) (13/26) Purging py3-setuptools (77.0.3-r0) (14/26) Purging py3-packaging-pyc (25.0-r0) (15/26) Purging py3-packaging (25.0-r0) (16/26) Purging py3-parsing-pyc (3.2.0-r0) (17/26) Purging py3-parsing (3.2.0-r0) (18/26) Purging python3-pyc (3.12.10-r0) (19/26) Purging python3-pycache-pyc0 (3.12.10-r0) (20/26) Purging pyc (3.12.10-r0) (21/26) Purging python3 (3.12.10-r0) (22/26) Purging gdbm (1.24-r0) (23/26) Purging libbz2 (1.0.8-r6) (24/26) Purging libpanelw (6.5_p20250412-r0) (25/26) Purging mpdecimal (4.0.0-r0) (26/26) Purging sqlite-libs (3.49.1-r1) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages