>>> py3-prettytable: Building community/py3-prettytable 0.7.2-r12 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 22:06:58 +0000 >>> py3-prettytable: Checking sanity of /home/buildozer/aports/community/py3-prettytable/APKBUILD... >>> py3-prettytable: Analyzing dependencies... >>> py3-prettytable: Installing for build: build-base python3 !py3-prettytable3 py3-setuptools py3-pytest (1/27) Installing libbz2 (1.0.8-r6) (2/27) Installing libffi (3.4.6-r0) (3/27) Installing gdbm (1.23-r1) (4/27) Installing xz-libs (5.6.1-r3) (5/27) Installing mpdecimal (4.0.0-r0) (6/27) Installing libpanelw (6.4_p20240330-r0) (7/27) Installing readline (8.2.10-r0) (8/27) Installing sqlite-libs (3.45.2-r0) (9/27) Installing python3 (3.12.2-r1) (10/27) Installing python3-pycache-pyc0 (3.12.2-r1) (11/27) Installing pyc (3.12.2-r1) (12/27) Installing python3-pyc (3.12.2-r1) (13/27) Installing py3-parsing (3.1.2-r1) (14/27) Installing py3-parsing-pyc (3.1.2-r1) (15/27) Installing py3-packaging (24.0-r1) (16/27) Installing py3-packaging-pyc (24.0-r1) (17/27) Installing py3-setuptools (69.2.0-r2) (18/27) Installing py3-setuptools-pyc (69.2.0-r2) (19/27) Installing py3-iniconfig (2.0.0-r1) (20/27) Installing py3-iniconfig-pyc (2.0.0-r1) (21/27) Installing py3-pluggy (1.4.0-r1) (22/27) Installing py3-pluggy-pyc (1.4.0-r1) (23/27) Installing py3-py (1.11.0-r3) (24/27) Installing py3-py-pyc (1.11.0-r3) (25/27) Installing py3-pytest (8.1.1-r1) (26/27) Installing py3-pytest-pyc (8.1.1-r1) (27/27) Installing .makedepends-py3-prettytable (20240412.220659) Executing busybox-1.36.1-r25.trigger OK: 399 MiB in 134 packages >>> py3-prettytable: Cleaning up srcdir >>> py3-prettytable: Cleaning up pkgdir >>> py3-prettytable: Cleaning up tmpdir >>> py3-prettytable: Fetching https://distfiles.alpinelinux.org/distfiles/edge//prettytable-0.7.2.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 24784 100 24784 0 0 62697 0 --:--:-- --:--:-- --:--:-- 62903 >>> py3-prettytable: Fetching https://distfiles.alpinelinux.org/distfiles/edge//prettytable-0.7.2.tar.gz >>> py3-prettytable: Checking sha512sums... prettytable-0.7.2.tar.gz: OK >>> py3-prettytable: Unpacking /var/cache/distfiles/edge/prettytable-0.7.2.tar.gz... /home/buildozer/aports/community/py3-prettytable/src/prettytable-0.7.2/prettytable.py:74: SyntaxWarning: invalid escape sequence '\[' _re = re.compile("\033\[[0-9;]*m") /home/buildozer/aports/community/py3-prettytable/src/prettytable-0.7.2/prettytable.py:800: SyntaxWarning: invalid escape sequence '\{' self.vertical_char = random.choice("~!@#$%^&*()_+|-=\{}[];':\",./;<>?") /home/buildozer/aports/community/py3-prettytable/src/prettytable-0.7.2/prettytable.py:801: SyntaxWarning: invalid escape sequence '\{' self.horizontal_char = random.choice("~!@#$%^&*()_+|-=\{}[];':\",./;<>?") /home/buildozer/aports/community/py3-prettytable/src/prettytable-0.7.2/prettytable.py:802: SyntaxWarning: invalid escape sequence '\{' self.junction_char = random.choice("~!@#$%^&*()_+|-=\{}[];':\",./;<>?") running build running build_py creating build creating build/lib copying prettytable.py -> build/lib ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-prettytable/src/prettytable-0.7.2 collected 52 items prettytable_test.py .................................................... [100%] ============================== 52 passed in 0.12s ============================== >>> py3-prettytable: Entering fakeroot... 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/community/py3-prettytable/pkg creating /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable creating /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr creating /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib creating /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib/python3.12/site-packages copying build/lib/prettytable.py -> /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib/python3.12/site-packages/prettytable.py to prettytable.cpython-312.pyc /usr/lib/python3.12/site-packages/prettytable.py:74: SyntaxWarning: invalid escape sequence '\[' /usr/lib/python3.12/site-packages/prettytable.py:800: SyntaxWarning: invalid escape sequence '\{' /usr/lib/python3.12/site-packages/prettytable.py:801: SyntaxWarning: invalid escape sequence '\{' /usr/lib/python3.12/site-packages/prettytable.py:802: SyntaxWarning: invalid escape sequence '\{' running install_egg_info running egg_info writing prettytable.egg-info/PKG-INFO writing dependency_links to prettytable.egg-info/dependency_links.txt writing top-level names to prettytable.egg-info/top_level.txt reading manifest file 'prettytable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'prettytable.egg-info/SOURCES.txt' Copying prettytable.egg-info to /home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib/python3.12/site-packages/prettytable-0.7.2-py3.12.egg-info running install_scripts >>> py3-prettytable-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-prettytable/pkg/py3-prettytable-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-prettytable-pyc*: Preparing subpackage py3-prettytable-pyc... >>> py3-prettytable-pyc*: Running postcheck for py3-prettytable-pyc >>> py3-prettytable*: Running postcheck for py3-prettytable >>> py3-prettytable*: Preparing package py3-prettytable... >>> py3-prettytable-pyc*: Tracing dependencies... python3 !py3-prettytable3 python3~3.12 >>> py3-prettytable-pyc*: Package size: 92.0 KB >>> py3-prettytable-pyc*: Compressing data... >>> py3-prettytable-pyc*: Create checksum... >>> py3-prettytable-pyc*: Create py3-prettytable-pyc-0.7.2-r12.apk >>> py3-prettytable*: Tracing dependencies... python3 !py3-prettytable3 python3~3.12 >>> py3-prettytable*: Package size: 96.0 KB >>> py3-prettytable*: Compressing data... >>> py3-prettytable*: Create checksum... >>> py3-prettytable*: Create py3-prettytable-0.7.2-r12.apk >>> py3-prettytable: Build complete at Fri, 12 Apr 2024 22:07:02 +0000 elapsed time 0h 0m 4s >>> py3-prettytable: Cleaning up srcdir >>> py3-prettytable: Cleaning up pkgdir >>> py3-prettytable: Uninstalling dependencies... (1/27) Purging .makedepends-py3-prettytable (20240412.220659) (2/27) Purging py3-setuptools-pyc (69.2.0-r2) (3/27) Purging py3-setuptools (69.2.0-r2) (4/27) Purging py3-pytest-pyc (8.1.1-r1) (5/27) Purging py3-pytest (8.1.1-r1) (6/27) Purging py3-iniconfig-pyc (2.0.0-r1) (7/27) Purging py3-iniconfig (2.0.0-r1) (8/27) Purging py3-packaging-pyc (24.0-r1) (9/27) Purging py3-packaging (24.0-r1) (10/27) Purging py3-parsing-pyc (3.1.2-r1) (11/27) Purging py3-parsing (3.1.2-r1) (12/27) Purging py3-pluggy-pyc (1.4.0-r1) (13/27) Purging py3-pluggy (1.4.0-r1) (14/27) Purging py3-py-pyc (1.11.0-r3) (15/27) Purging py3-py (1.11.0-r3) (16/27) Purging python3-pyc (3.12.2-r1) (17/27) Purging python3-pycache-pyc0 (3.12.2-r1) (18/27) Purging pyc (3.12.2-r1) (19/27) Purging python3 (3.12.2-r1) (20/27) Purging gdbm (1.23-r1) (21/27) Purging libbz2 (1.0.8-r6) (22/27) Purging libffi (3.4.6-r0) (23/27) Purging libpanelw (6.4_p20240330-r0) (24/27) Purging mpdecimal (4.0.0-r0) (25/27) Purging readline (8.2.10-r0) (26/27) Purging sqlite-libs (3.45.2-r0) (27/27) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-prettytable: Updating the community/s390x repository index... >>> py3-prettytable: Signing the index...