>>> py3-halo: Building testing/py3-halo 0.0.31-r4 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:01:30 +0000 >>> py3-halo: Checking sanity of /home/buildozer/aports/testing/py3-halo/APKBUILD... >>> py3-halo: Analyzing dependencies... >>> py3-halo: Installing for build: build-base python3 py3-log-symbols py3-spinners py3-termcolor py3-colorama py3-six py3-setuptools (1/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.6-r0) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.6.1-r3) (5/29) Installing mpdecimal (4.0.0-r0) (6/29) Installing libpanelw (6.4_p20240330-r0) (7/29) Installing readline (8.2.10-r0) (8/29) Installing sqlite-libs (3.45.2-r0) (9/29) Installing python3 (3.12.3-r0) (10/29) Installing python3-pycache-pyc0 (3.12.3-r0) (11/29) Installing pyc (3.12.3-r0) (12/29) Installing python3-pyc (3.12.3-r0) (13/29) Installing py3-colorama (0.4.6-r5) (14/29) Installing py3-colorama-pyc (0.4.6-r5) (15/29) Installing py3-log-symbols (0.0.14-r4) (16/29) Installing py3-log-symbols-pyc (0.0.14-r4) (17/29) Installing py3-spinners (0.0.24-r4) (18/29) Installing py3-spinners-pyc (0.0.24-r4) (19/29) Installing py3-termcolor (2.4.0-r1) (20/29) Installing py3-termcolor-pyc (2.4.0-r1) (21/29) Installing py3-six (1.16.0-r9) (22/29) Installing py3-six-pyc (1.16.0-r9) (23/29) Installing py3-parsing (3.1.2-r1) (24/29) Installing py3-parsing-pyc (3.1.2-r1) (25/29) Installing py3-packaging (24.0-r1) (26/29) Installing py3-packaging-pyc (24.0-r1) (27/29) Installing py3-setuptools (69.2.0-r2) (28/29) Installing py3-setuptools-pyc (69.2.0-r2) (29/29) Installing .makedepends-py3-halo (20240415.180131) Executing busybox-1.36.1-r25.trigger OK: 395 MiB in 136 packages >>> py3-halo: Cleaning up srcdir >>> py3-halo: Cleaning up pkgdir >>> py3-halo: Cleaning up tmpdir >>> py3-halo: Fetching https://distfiles.alpinelinux.org/distfiles/edge//halo-0.0.31.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> py3-halo: Fetching halo-0.0.31.tar.gz::https://pypi.python.org/packages/source/h/halo/halo-0.0.31.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 100 122 100 122 0 0 2133 0 --:--:-- --:--:-- --:--:-- 2140 100 269 100 269 0 0 1919 0 --:--:-- --:--:-- --:--:-- 1919 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11666 100 11666 0 0 53273 0 --:--:-- --:--:-- --:--:-- 53273 >>> py3-halo: Fetching https://distfiles.alpinelinux.org/distfiles/edge//halo-0.0.31.tar.gz >>> py3-halo: Checking sha512sums... halo-0.0.31.tar.gz: OK >>> py3-halo: Unpacking /var/cache/distfiles/edge/halo-0.0.31.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running build running build_py creating build creating build/lib creating build/lib/halo copying halo/halo_notebook.py -> build/lib/halo copying halo/__init__.py -> build/lib/halo copying halo/_utils.py -> build/lib/halo copying halo/halo.py -> build/lib/halo copying halo/cursor.py -> build/lib/halo running egg_info writing halo.egg-info/PKG-INFO writing dependency_links to halo.egg-info/dependency_links.txt writing requirements to halo.egg-info/requires.txt writing top-level names to halo.egg-info/top_level.txt reading manifest file 'halo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'halo.egg-info/SOURCES.txt' >>> py3-halo: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: 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/testing/py3-halo/pkg creating /home/buildozer/aports/testing/py3-halo/pkg/py3-halo creating /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr creating /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib creating /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo copying build/lib/halo/halo_notebook.py -> /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo copying build/lib/halo/__init__.py -> /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo copying build/lib/halo/_utils.py -> /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo copying build/lib/halo/halo.py -> /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo copying build/lib/halo/cursor.py -> /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo byte-compiling /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo/halo_notebook.py to halo_notebook.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo/_utils.py to _utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo/halo.py to halo.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo/cursor.py to cursor.cpython-312.pyc running install_egg_info running egg_info writing halo.egg-info/PKG-INFO writing dependency_links to halo.egg-info/dependency_links.txt writing requirements to halo.egg-info/requires.txt writing top-level names to halo.egg-info/top_level.txt reading manifest file 'halo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'halo.egg-info/SOURCES.txt' Copying halo.egg-info to /home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo-0.0.31-py3.12.egg-info running install_scripts >>> py3-halo-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-halo/pkg/py3-halo/usr/lib/python3.12/site-packages/halo/__pycache__' -> '/home/buildozer/aports/testing/py3-halo/pkg/py3-halo-pyc/usr/lib/python3.12/site-packages/halo/__pycache__' >>> py3-halo-pyc*: Preparing subpackage py3-halo-pyc... >>> py3-halo-pyc*: Running postcheck for py3-halo-pyc >>> py3-halo*: Running postcheck for py3-halo >>> py3-halo*: Preparing package py3-halo... >>> py3-halo-pyc*: Tracing dependencies... python3 py3-log-symbols py3-spinners py3-termcolor py3-colorama py3-six python3~3.12 >>> py3-halo-pyc*: Package size: 72.0 KB >>> py3-halo-pyc*: Compressing data... >>> py3-halo-pyc*: Create checksum... >>> py3-halo-pyc*: Create py3-halo-pyc-0.0.31-r4.apk >>> py3-halo*: Tracing dependencies... python3 py3-log-symbols py3-spinners py3-termcolor py3-colorama py3-six python3~3.12 >>> py3-halo*: Package size: 88.0 KB >>> py3-halo*: Compressing data... >>> py3-halo*: Create checksum... >>> py3-halo*: Create py3-halo-0.0.31-r4.apk >>> py3-halo: Build complete at Mon, 15 Apr 2024 18:01:34 +0000 elapsed time 0h 0m 4s >>> py3-halo: Cleaning up srcdir >>> py3-halo: Cleaning up pkgdir >>> py3-halo: Uninstalling dependencies... (1/29) Purging .makedepends-py3-halo (20240415.180131) (2/29) Purging py3-log-symbols-pyc (0.0.14-r4) (3/29) Purging py3-log-symbols (0.0.14-r4) (4/29) Purging py3-spinners-pyc (0.0.24-r4) (5/29) Purging py3-spinners (0.0.24-r4) (6/29) Purging py3-termcolor-pyc (2.4.0-r1) (7/29) Purging py3-termcolor (2.4.0-r1) (8/29) Purging py3-colorama-pyc (0.4.6-r5) (9/29) Purging py3-colorama (0.4.6-r5) (10/29) Purging py3-six-pyc (1.16.0-r9) (11/29) Purging py3-six (1.16.0-r9) (12/29) Purging py3-setuptools-pyc (69.2.0-r2) (13/29) Purging py3-setuptools (69.2.0-r2) (14/29) Purging py3-packaging-pyc (24.0-r1) (15/29) Purging py3-packaging (24.0-r1) (16/29) Purging py3-parsing-pyc (3.1.2-r1) (17/29) Purging py3-parsing (3.1.2-r1) (18/29) Purging python3-pyc (3.12.3-r0) (19/29) Purging python3-pycache-pyc0 (3.12.3-r0) (20/29) Purging pyc (3.12.3-r0) (21/29) Purging python3 (3.12.3-r0) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.6-r0) (25/29) Purging libpanelw (6.4_p20240330-r0) (26/29) Purging mpdecimal (4.0.0-r0) (27/29) Purging readline (8.2.10-r0) (28/29) Purging sqlite-libs (3.45.2-r0) (29/29) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-halo: Updating the testing/s390x repository index... >>> py3-halo: Signing the index...