>>> py3-constantly: Building community/py3-constantly 23.10.4-r1 (using abuild 3.15.0_rc3-r1) started Mon, 28 Apr 2025 04:25:54 +0000 >>> py3-constantly: Validating /home/buildozer/aports/community/py3-constantly/APKBUILD... >>> py3-constantly: Analyzing dependencies... >>> py3-constantly: Installing for build: build-base python3 py3-setuptools py3-python-versioneer (1/20) Installing libbz2 (1.0.8-r6) (2/20) Installing libffi (3.4.8-r0) (3/20) Installing gdbm (1.24-r0) (4/20) Installing xz-libs (5.8.1-r0) (5/20) Installing mpdecimal (4.0.0-r0) (6/20) Installing libpanelw (6.5_p20250412-r0) (7/20) Installing sqlite-libs (3.49.1-r0) (8/20) Installing python3 (3.12.10-r0) (9/20) Installing python3-pycache-pyc0 (3.12.10-r0) (10/20) Installing pyc (3.12.10-r0) (11/20) Installing python3-pyc (3.12.10-r0) (12/20) Installing py3-parsing (3.2.0-r0) (13/20) Installing py3-parsing-pyc (3.2.0-r0) (14/20) Installing py3-packaging (25.0-r0) (15/20) Installing py3-packaging-pyc (25.0-r0) (16/20) Installing py3-setuptools (77.0.3-r0) (17/20) Installing py3-setuptools-pyc (77.0.3-r0) (18/20) Installing py3-python-versioneer (0.29-r1) (19/20) Installing py3-python-versioneer-pyc (0.29-r1) (20/20) Installing .makedepends-py3-constantly (20250428.042620) Executing busybox-1.37.0-r16.trigger OK: 445 MiB in 123 packages >>> py3-constantly: Cleaning up srcdir >>> py3-constantly: Cleaning up pkgdir >>> py3-constantly: Cleaning up tmpdir >>> py3-constantly: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/constantly-23.10.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-constantly: Fetching https://files.pythonhosted.org/packages/source/c/constantly/constantly-23.10.4.tar.gz Connecting to files.pythonhosted.org (151.101.128.223:443) Connecting to files.pythonhosted.org (151.101.128.223:443) saving to '/var/cache/distfiles/v3.22/constantly-23.10.4.tar.gz.part' constantly-23.10.4.t 100% |********************************| 13300 0:00:00 ETA '/var/cache/distfiles/v3.22/constantly-23.10.4.tar.gz.part' saved >>> py3-constantly: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/constantly-23.10.4.tar.gz >>> py3-constantly: Checking sha512sums... constantly-23.10.4.tar.gz: OK >>> py3-constantly: Unpacking /var/cache/distfiles/v3.22/constantly-23.10.4.tar.gz... /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: MIT 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/constantly copying constantly/__init__.py -> build/lib/constantly copying constantly/_version.py -> build/lib/constantly copying constantly/_constants.py -> build/lib/constantly creating build/lib/constantly/test copying constantly/test/__init__.py -> build/lib/constantly/test copying constantly/test/test_constants.py -> build/lib/constantly/test UPDATING build/lib/constantly/_version.py set build/lib/constantly/_version.py to '23.10.4' >>> WARNING: py3-constantly: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-constantly: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly copying build/lib/constantly/__init__.py -> /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly copying build/lib/constantly/_version.py -> /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly creating /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/test copying build/lib/constantly/test/__init__.py -> /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/test copying build/lib/constantly/test/test_constants.py -> /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/test copying build/lib/constantly/_constants.py -> /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly byte-compiling /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/_version.py to _version.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/test/test_constants.py to test_constants.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly/_constants.py to _constants.cpython-312.pyc running install_egg_info running egg_info writing constantly.egg-info/PKG-INFO writing dependency_links to constantly.egg-info/dependency_links.txt writing top-level names to constantly.egg-info/top_level.txt reading manifest file 'constantly.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'versioneer.py' adding license file 'LICENSE' writing manifest file 'constantly.egg-info/SOURCES.txt' Copying constantly.egg-info to /home/buildozer/aports/community/py3-constantly/pkg/py3-constantly/usr/lib/python3.12/site-packages/constantly-23.10.4-py3.12.egg-info running install_scripts >>> py3-constantly-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/constantly/__pycache__' -> '/home/buildozer/aports/community/py3-constantly/pkg/py3-constantly-pyc/usr/lib/python3.12/site-packages/constantly/__pycache__' 'usr/lib/python3.12/site-packages/constantly/test/__pycache__' -> '/home/buildozer/aports/community/py3-constantly/pkg/py3-constantly-pyc/usr/lib/python3.12/site-packages/constantly/test/__pycache__' >>> py3-constantly-pyc*: Preparing subpackage py3-constantly-pyc... >>> py3-constantly-pyc*: Running postcheck for py3-constantly-pyc >>> py3-constantly*: Running postcheck for py3-constantly >>> py3-constantly*: Preparing package py3-constantly... >>> py3-constantly-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-constantly-pyc*: Package size: 79.4 KB >>> py3-constantly-pyc*: Compressing data... >>> py3-constantly-pyc*: Create checksum... >>> py3-constantly-pyc*: Create py3-constantly-pyc-23.10.4-r1.apk >>> py3-constantly*: Tracing dependencies... python3 python3~3.12 >>> py3-constantly*: Package size: 55.3 KB >>> py3-constantly*: Compressing data... >>> py3-constantly*: Create checksum... >>> py3-constantly*: Create py3-constantly-23.10.4-r1.apk >>> py3-constantly: Build complete at Mon, 28 Apr 2025 04:26:22 +0000 elapsed time 0h 0m 28s >>> py3-constantly: Cleaning up srcdir >>> py3-constantly: Cleaning up pkgdir >>> py3-constantly: Uninstalling dependencies... (1/20) Purging .makedepends-py3-constantly (20250428.042620) (2/20) Purging py3-setuptools-pyc (77.0.3-r0) (3/20) Purging py3-setuptools (77.0.3-r0) (4/20) Purging py3-packaging-pyc (25.0-r0) (5/20) Purging py3-packaging (25.0-r0) (6/20) Purging py3-parsing-pyc (3.2.0-r0) (7/20) Purging py3-parsing (3.2.0-r0) (8/20) Purging py3-python-versioneer-pyc (0.29-r1) (9/20) Purging py3-python-versioneer (0.29-r1) (10/20) Purging python3-pyc (3.12.10-r0) (11/20) Purging python3-pycache-pyc0 (3.12.10-r0) (12/20) Purging pyc (3.12.10-r0) (13/20) Purging python3 (3.12.10-r0) (14/20) Purging gdbm (1.24-r0) (15/20) Purging libbz2 (1.0.8-r6) (16/20) Purging libffi (3.4.8-r0) (17/20) Purging libpanelw (6.5_p20250412-r0) (18/20) Purging mpdecimal (4.0.0-r0) (19/20) Purging sqlite-libs (3.49.1-r0) (20/20) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 103 packages >>> py3-constantly: Updating the community/x86 repository index... >>> py3-constantly: Signing the index...