>>> py3-colorful: Building community/py3-colorful 0.5.5-r0 (using abuild 3.11.0_rc8-r0) started Mon, 17 Apr 2023 17:27:34 +0000 >>> py3-colorful: Checking sanity of /home/buildozer/aports/community/py3-colorful/APKBUILD... >>> py3-colorful: Analyzing dependencies... >>> py3-colorful: Installing for build: build-base python3 py3-setuptools (1/12) Installing libffi (3.4.4-r2) (2/12) Installing gdbm (1.23-r1) (3/12) Installing mpdecimal (2.5.1-r2) (4/12) Installing libpanelw (6.4_p20230401-r4) (5/12) Installing readline (8.2.1-r1) (6/12) Installing sqlite-libs (3.41.2-r2) (7/12) Installing python3 (3.11.3-r4) (8/12) Installing python3-pycache-pyc0 (3.11.3-r4) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (23.1-r0) (11/12) Installing py3-setuptools (67.6.1-r0) (12/12) Installing .makedepends-py3-colorful (20230417.172735) Executing busybox-1.36.0-r7.trigger OK: 428 MiB in 118 packages >>> py3-colorful: Cleaning up srcdir >>> py3-colorful: Cleaning up pkgdir >>> py3-colorful: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-colorful-0.5.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-colorful: Fetching py3-colorful-0.5.5.tar.gz::https://github.com/timofurrer/colorful/archive/refs/tags/v0.5.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39612 0 39612 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k 100 357k 0 357k 0 0 858k 0 --:--:-- --:--:-- --:--:-- 8185k >>> py3-colorful: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-colorful-0.5.5.tar.gz >>> py3-colorful: Checking sha512sums... py3-colorful-0.5.5.tar.gz: OK >>> py3-colorful: Unpacking /var/cache/distfiles/edge/py3-colorful-0.5.5.tar.gz... running build running build_py creating build creating build/lib creating build/lib/colorful copying colorful/utils.py -> build/lib/colorful copying colorful/styles.py -> build/lib/colorful copying colorful/__init__.py -> build/lib/colorful copying colorful/colors.py -> build/lib/colorful copying colorful/core.py -> build/lib/colorful copying colorful/ansi.py -> build/lib/colorful copying colorful/terminal.py -> build/lib/colorful running egg_info creating colorful.egg-info writing colorful.egg-info/PKG-INFO writing dependency_links to colorful.egg-info/dependency_links.txt writing requirements to colorful.egg-info/requires.txt writing top-level names to colorful.egg-info/top_level.txt writing manifest file 'colorful.egg-info/SOURCES.txt' reading manifest file 'colorful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'colorful.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'colorful.data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'colorful.data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'colorful.data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'colorful.data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/colorful/data copying colorful/data/colornames.json -> build/lib/colorful/data copying colorful/data/rgb.txt -> build/lib/colorful/data ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> py3-colorful: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-colorful/pkg creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/utils.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/styles.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/__init__.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/colors.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/core.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful copying build/lib/colorful/ansi.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful creating /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/data copying build/lib/colorful/data/rgb.txt -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/data copying build/lib/colorful/data/colornames.json -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/data copying build/lib/colorful/terminal.py -> /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/styles.py to styles.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/colors.py to colors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/core.py to core.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/ansi.py to ansi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful/terminal.py to terminal.cpython-311.pyc running install_egg_info running egg_info writing colorful.egg-info/PKG-INFO writing dependency_links to colorful.egg-info/dependency_links.txt writing requirements to colorful.egg-info/requires.txt writing top-level names to colorful.egg-info/top_level.txt reading manifest file 'colorful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'colorful.egg-info/SOURCES.txt' Copying colorful.egg-info to /home/buildozer/aports/community/py3-colorful/pkg/py3-colorful/usr/lib/python3.11/site-packages/colorful-0.5.5-py3.11.egg-info running install_scripts >>> py3-colorful*: Running postcheck for py3-colorful >>> py3-colorful*: Preparing package py3-colorful... >>> py3-colorful*: Tracing dependencies... >>> py3-colorful*: Package size: 876.0 KB >>> py3-colorful*: Compressing data... >>> py3-colorful*: Create checksum... >>> py3-colorful*: Create py3-colorful-0.5.5-r0.apk >>> py3-colorful: Build complete at Mon, 17 Apr 2023 17:27:37 +0000 elapsed time 0h 0m 3s >>> py3-colorful: Cleaning up srcdir >>> py3-colorful: Cleaning up pkgdir >>> py3-colorful: Uninstalling dependencies... (1/12) Purging .makedepends-py3-colorful (20230417.172735) (2/12) Purging py3-setuptools (67.6.1-r0) (3/12) Purging py3-packaging (23.1-r0) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3-pycache-pyc0 (3.11.3-r4) (6/12) Purging python3 (3.11.3-r4) (7/12) Purging gdbm (1.23-r1) (8/12) Purging libffi (3.4.4-r2) (9/12) Purging libpanelw (6.4_p20230401-r4) (10/12) Purging mpdecimal (2.5.1-r2) (11/12) Purging readline (8.2.1-r1) (12/12) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 380 MiB in 106 packages >>> py3-colorful: Updating the community/x86 repository index... >>> py3-colorful: Signing the index...