>>> py3-prettytable: Building community/py3-prettytable 0.7.2-r12 (using abuild 3.13.0-r5) started Tue, 27 Aug 2024 09:20:12 +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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.6-r0) (3/26) Installing gdbm (1.24-r0) (4/26) Installing xz-libs (5.6.2-r0) (5/26) Installing mpdecimal (4.0.0-r0) (6/26) Installing libpanelw (6.5_p20240601-r0) (7/26) Installing sqlite-libs (3.46.1-r0) (8/26) Installing python3 (3.12.5-r1) (9/26) Installing python3-pycache-pyc0 (3.12.5-r1) (10/26) Installing pyc (3.12.5-r1) (11/26) Installing python3-pyc (3.12.5-r1) (12/26) Installing py3-parsing (3.1.2-r1) (13/26) Installing py3-parsing-pyc (3.1.2-r1) (14/26) Installing py3-packaging (24.1-r0) (15/26) Installing py3-packaging-pyc (24.1-r0) (16/26) Installing py3-setuptools (70.3.0-r0) (17/26) Installing py3-setuptools-pyc (70.3.0-r0) (18/26) Installing py3-iniconfig (2.0.0-r1) (19/26) Installing py3-iniconfig-pyc (2.0.0-r1) (20/26) Installing py3-pluggy (1.5.0-r0) (21/26) Installing py3-pluggy-pyc (1.5.0-r0) (22/26) Installing py3-py (1.11.0-r3) (23/26) Installing py3-py-pyc (1.11.0-r3) (24/26) Installing py3-pytest (8.3.2-r0) (25/26) Installing py3-pytest-pyc (8.3.2-r0) (26/26) Installing .makedepends-py3-prettytable (20240827.092026) Executing busybox-1.36.1-r31.trigger OK: 304 MiB in 127 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24784 100 24784 0 0 311k 0 --:--:-- --:--:-- --:--:-- 310k >>> 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/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.5, pytest-8.3.2, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-prettytable/src/prettytable-0.7.2 collected 52 items prettytable_test.py .................................................... [100%] ============================== 52 passed in 0.21s ============================== >>> 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 Tue, 27 Aug 2024 09:20:29 +0000 elapsed time 0h 0m 17s >>> py3-prettytable: Cleaning up srcdir >>> py3-prettytable: Cleaning up pkgdir >>> py3-prettytable: Uninstalling dependencies... (1/26) Purging .makedepends-py3-prettytable (20240827.092026) (2/26) Purging py3-setuptools-pyc (70.3.0-r0) (3/26) Purging py3-setuptools (70.3.0-r0) (4/26) Purging py3-pytest-pyc (8.3.2-r0) (5/26) Purging py3-pytest (8.3.2-r0) (6/26) Purging py3-iniconfig-pyc (2.0.0-r1) (7/26) Purging py3-iniconfig (2.0.0-r1) (8/26) Purging py3-packaging-pyc (24.1-r0) (9/26) Purging py3-packaging (24.1-r0) (10/26) Purging py3-parsing-pyc (3.1.2-r1) (11/26) Purging py3-parsing (3.1.2-r1) (12/26) Purging py3-pluggy-pyc (1.5.0-r0) (13/26) Purging py3-pluggy (1.5.0-r0) (14/26) Purging py3-py-pyc (1.11.0-r3) (15/26) Purging py3-py (1.11.0-r3) (16/26) Purging python3-pyc (3.12.5-r1) (17/26) Purging python3-pycache-pyc0 (3.12.5-r1) (18/26) Purging pyc (3.12.5-r1) (19/26) Purging python3 (3.12.5-r1) (20/26) Purging gdbm (1.24-r0) (21/26) Purging libbz2 (1.0.8-r6) (22/26) Purging libffi (3.4.6-r0) (23/26) Purging libpanelw (6.5_p20240601-r0) (24/26) Purging mpdecimal (4.0.0-r0) (25/26) Purging sqlite-libs (3.46.1-r0) (26/26) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 250 MiB in 101 packages >>> py3-prettytable: Updating the community/loongarch64 repository index... >>> py3-prettytable: Signing the index...