>>> py3-aniso8601: Building community/py3-aniso8601 9.0.1-r3 (using abuild 3.15.0_rc3-r1) started Wed, 30 Apr 2025 04:04:38 +0000 >>> py3-aniso8601: Validating /home/buildozer/aports/community/py3-aniso8601/APKBUILD... >>> py3-aniso8601: Analyzing dependencies... >>> py3-aniso8601: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-runner py3-dateutil py3-mock (1/34) Installing libbz2 (1.0.8-r6) (2/34) Installing libffi (3.4.8-r0) (3/34) Installing gdbm (1.24-r0) (4/34) Installing xz-libs (5.8.1-r0) (5/34) Installing mpdecimal (4.0.0-r0) (6/34) Installing libpanelw (6.5_p20250412-r0) (7/34) Installing sqlite-libs (3.49.1-r1) (8/34) Installing python3 (3.12.10-r0) (9/34) Installing python3-pycache-pyc0 (3.12.10-r0) (10/34) Installing pyc (3.12.10-r0) (11/34) Installing python3-pyc (3.12.10-r0) (12/34) Installing py3-parsing (3.2.0-r0) (13/34) Installing py3-parsing-pyc (3.2.0-r0) (14/34) Installing py3-packaging (25.0-r0) (15/34) Installing py3-packaging-pyc (25.0-r0) (16/34) Installing py3-setuptools (77.0.3-r0) (17/34) Installing py3-setuptools-pyc (77.0.3-r0) (18/34) Installing py3-iniconfig (2.1.0-r0) (19/34) Installing py3-iniconfig-pyc (2.1.0-r0) (20/34) Installing py3-pluggy (1.5.0-r0) (21/34) Installing py3-pluggy-pyc (1.5.0-r0) (22/34) Installing py3-py (1.11.0-r4) (23/34) Installing py3-py-pyc (1.11.0-r4) (24/34) Installing py3-pytest (8.3.5-r0) (25/34) Installing py3-pytest-pyc (8.3.5-r0) (26/34) Installing py3-pytest-runner (6.0.1-r1) (27/34) Installing py3-pytest-runner-pyc (6.0.1-r1) (28/34) Installing py3-six (1.17.0-r0) (29/34) Installing py3-six-pyc (1.17.0-r0) (30/34) Installing py3-dateutil (2.9.0-r1) (31/34) Installing py3-dateutil-pyc (2.9.0-r1) (32/34) Installing py3-mock (5.2.0-r0) (33/34) Installing py3-mock-pyc (5.2.0-r0) (34/34) Installing .makedepends-py3-aniso8601 (20250430.040455) Executing busybox-1.37.0-r16.trigger OK: 409 MiB in 136 packages >>> py3-aniso8601: Cleaning up srcdir >>> py3-aniso8601: Cleaning up pkgdir >>> py3-aniso8601: Cleaning up tmpdir >>> py3-aniso8601: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-aniso8601-9.0.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/py3-aniso8601-9.0.1.tar.gz.part' py3-aniso8601-9.0.1. 100% |********************************| 57116 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-aniso8601-9.0.1.tar.gz.part' saved >>> py3-aniso8601: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-aniso8601-9.0.1.tar.gz >>> py3-aniso8601: Checking sha512sums... py3-aniso8601-9.0.1.tar.gz: OK >>> py3-aniso8601: Unpacking /var/cache/distfiles/v3.22/py3-aniso8601-9.0.1.tar.gz... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /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 :: BSD 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/aniso8601 copying aniso8601/resolution.py -> build/lib/aniso8601 copying aniso8601/compat.py -> build/lib/aniso8601 copying aniso8601/duration.py -> build/lib/aniso8601 copying aniso8601/__init__.py -> build/lib/aniso8601 copying aniso8601/exceptions.py -> build/lib/aniso8601 copying aniso8601/decimalfraction.py -> build/lib/aniso8601 copying aniso8601/utcoffset.py -> build/lib/aniso8601 copying aniso8601/interval.py -> build/lib/aniso8601 copying aniso8601/time.py -> build/lib/aniso8601 copying aniso8601/date.py -> build/lib/aniso8601 copying aniso8601/timezone.py -> build/lib/aniso8601 creating build/lib/aniso8601/tests copying aniso8601/tests/compat.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_time.py -> build/lib/aniso8601/tests copying aniso8601/tests/__init__.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_duration.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_timezone.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_date.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_init.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_decimalfraction.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_utcoffset.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_interval.py -> build/lib/aniso8601/tests copying aniso8601/tests/test_compat.py -> build/lib/aniso8601/tests creating build/lib/aniso8601/builders copying aniso8601/builders/__init__.py -> build/lib/aniso8601/builders copying aniso8601/builders/python.py -> build/lib/aniso8601/builders creating build/lib/aniso8601/builders/tests copying aniso8601/builders/tests/__init__.py -> build/lib/aniso8601/builders/tests copying aniso8601/builders/tests/test_python.py -> build/lib/aniso8601/builders/tests copying aniso8601/builders/tests/test_init.py -> build/lib/aniso8601/builders/tests /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /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 :: BSD 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-aniso8601/src/aniso8601-9.0.1/setup.py", line 20, in 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-aniso8601: check failed >>> py3-aniso8601: Uninstalling dependencies... (1/34) Purging .makedepends-py3-aniso8601 (20250430.040455) (2/34) Purging py3-pytest-runner-pyc (6.0.1-r1) (3/34) Purging py3-pytest-runner (6.0.1-r1) (4/34) Purging py3-pytest-pyc (8.3.5-r0) (5/34) Purging py3-pytest (8.3.5-r0) (6/34) Purging py3-iniconfig-pyc (2.1.0-r0) (7/34) Purging py3-iniconfig (2.1.0-r0) (8/34) Purging py3-pluggy-pyc (1.5.0-r0) (9/34) Purging py3-pluggy (1.5.0-r0) (10/34) Purging py3-py-pyc (1.11.0-r4) (11/34) Purging py3-py (1.11.0-r4) (12/34) Purging py3-setuptools-pyc (77.0.3-r0) (13/34) Purging py3-setuptools (77.0.3-r0) (14/34) Purging py3-packaging-pyc (25.0-r0) (15/34) Purging py3-packaging (25.0-r0) (16/34) Purging py3-parsing-pyc (3.2.0-r0) (17/34) Purging py3-parsing (3.2.0-r0) (18/34) Purging py3-dateutil-pyc (2.9.0-r1) (19/34) Purging py3-dateutil (2.9.0-r1) (20/34) Purging py3-six-pyc (1.17.0-r0) (21/34) Purging py3-six (1.17.0-r0) (22/34) Purging py3-mock-pyc (5.2.0-r0) (23/34) Purging py3-mock (5.2.0-r0) (24/34) Purging python3-pyc (3.12.10-r0) (25/34) Purging python3-pycache-pyc0 (3.12.10-r0) (26/34) Purging pyc (3.12.10-r0) (27/34) Purging python3 (3.12.10-r0) (28/34) Purging gdbm (1.24-r0) (29/34) Purging libbz2 (1.0.8-r6) (30/34) Purging libffi (3.4.8-r0) (31/34) Purging libpanelw (6.5_p20250412-r0) (32/34) Purging mpdecimal (4.0.0-r0) (33/34) Purging sqlite-libs (3.49.1-r1) (34/34) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 359 MiB in 102 packages