>>> py3-ansicolor: Building community/py3-ansicolor 0.3.2-r4 (using abuild 3.16.0_rc4-r0) started Thu, 23 Oct 2025 00:56:12 +0000 >>> py3-ansicolor: Validating /home/buildozer/aports/community/py3-ansicolor/APKBUILD... >>> py3-ansicolor: Analyzing dependencies... >>> py3-ansicolor: Installing for build: build-base python3 py3-setuptools py3-pytest ( 1/28) Installing libbz2 (1.0.8-r6) ( 2/28) Installing libffi (3.5.2-r0) ( 3/28) Installing gdbm (1.26-r0) ( 4/28) Installing xz-libs (5.8.1-r0) ( 5/28) Installing mpdecimal (4.0.1-r0) ( 6/28) Installing libpanelw (6.5_p20251010-r0) ( 7/28) Installing sqlite-libs (3.50.4-r1) ( 8/28) Installing python3 (3.12.12-r0) ( 9/28) Installing python3-pycache-pyc0 (3.12.12-r0) (10/28) Installing pyc (3.12.12-r0) (11/28) Installing python3-pyc (3.12.12-r0) (12/28) Installing py3-parsing (3.2.3-r0) (13/28) Installing py3-parsing-pyc (3.2.3-r0) (14/28) Installing py3-packaging (25.0-r0) (15/28) Installing py3-packaging-pyc (25.0-r0) (16/28) Installing py3-setuptools (80.9.0-r1) (17/28) Installing py3-setuptools-pyc (80.9.0-r1) (18/28) Installing py3-iniconfig (2.3.0-r0) (19/28) Installing py3-iniconfig-pyc (2.3.0-r0) (20/28) Installing py3-pluggy (1.6.0-r0) (21/28) Installing py3-pluggy-pyc (1.6.0-r0) (22/28) Installing py3-py (1.11.0-r4) (23/28) Installing py3-py-pyc (1.11.0-r4) (24/28) Installing py3-pygments (2.19.2-r0) (25/28) Installing py3-pygments-pyc (2.19.2-r0) (26/28) Installing py3-pytest (8.4.2-r1) (27/28) Installing py3-pytest-pyc (8.4.2-r1) (28/28) Installing .makedepends-py3-ansicolor (20251023.005649) busybox-1.37.0-r24.trigger: Executing script... OK: 481 MiB in 133 packages >>> py3-ansicolor: Cleaning up srcdir >>> py3-ansicolor: Cleaning up pkgdir >>> py3-ansicolor: Cleaning up tmpdir >>> py3-ansicolor: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-ansicolor: Fetching py3-ansicolor-0.3.2.tar.gz::https://github.com/numerodix/ansicolor/archive/refs/tags/0.3.2.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz.part' py3-ansicolor-0.3.2. 100% |********************************| 115k 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz: OK >>> py3-ansicolor: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz /var/cache/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz: OK >>> py3-ansicolor: Unpacking /var/cache/distfiles/v3.23/py3-ansicolor-0.3.2.tar.gz... /home/buildozer/aports/community/py3-ansicolor/src/ansicolor-0.3.2/ansicolor/ansicolor.py:507: SyntaxWarning: invalid escape sequence '\[' return re.sub("\033\[(?:(?:[0-9]*;)*)(?:[0-9]*m)", "", s) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software 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/ansicolor copying ansicolor/demos.py -> build/lib/ansicolor copying ansicolor/__init__.py -> build/lib/ansicolor copying ansicolor/ansicolor.py -> build/lib/ansicolor ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-ansicolor/src/ansicolor-0.3.2 collected 24 items tests/test_colors.py ....................... [ 95%] tests/test_imports.py . [100%] =============================== warnings summary =============================== tests/test_colors.py::test_highlight_string_one_color_chosen /home/buildozer/aports/community/py3-ansicolor/src/ansicolor-0.3.2/tests/test_colors.py:141: DeprecationWarning: color is deprecated ) == highlight_string(text, *spanlists, color=Colors.Cyan) tests/test_colors.py::test_wrap_string /home/buildozer/aports/community/py3-ansicolor/src/ansicolor-0.3.2/tests/test_colors.py:245: DeprecationWarning: wrap_string is deprecated assert (get_code(Colors.Red) + "Hi " + get_code(None) + "there") == wrap_string( tests/test_colors.py::test_wrap_string_disabled /home/buildozer/aports/community/py3-ansicolor/src/ansicolor-0.3.2/tests/test_colors.py:252: DeprecationWarning: wrap_string is deprecated assert "Hi|there" == wrap_string("Hi there", 3, Colors.Red) tests/test_colors.py::test_wrap_string_disabled /home/buildozer/aports/community/py3-ansicolor/src/ansicolor-0.3.2/tests/test_colors.py:253: DeprecationWarning: wrap_string is deprecated assert "|i there" == wrap_string("Hi there", 0, Colors.Red) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 24 passed, 4 warnings in 0.16s ======================== >>> py3-ansicolor: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software 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. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. 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-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor copying build/lib/ansicolor/demos.py -> /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor copying build/lib/ansicolor/__init__.py -> /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor copying build/lib/ansicolor/ansicolor.py -> /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor byte-compiling /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor/demos.py to demos.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor/ansicolor.py to ansicolor.cpython-312.pyc /usr/lib/python3.12/site-packages/ansicolor/ansicolor.py:507: SyntaxWarning: invalid escape sequence '\[' running install_egg_info running egg_info creating ansicolor.egg-info writing ansicolor.egg-info/PKG-INFO writing dependency_links to ansicolor.egg-info/dependency_links.txt writing top-level names to ansicolor.egg-info/top_level.txt writing manifest file 'ansicolor.egg-info/SOURCES.txt' reading manifest file 'ansicolor.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'ansicolor.egg-info/SOURCES.txt' Copying ansicolor.egg-info to /home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor/usr/lib/python3.12/site-packages/ansicolor-0.3.2-py3.12.egg-info running install_scripts >>> py3-ansicolor-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/ansicolor/__pycache__' -> '/home/buildozer/aports/community/py3-ansicolor/pkg/py3-ansicolor-pyc/usr/lib/python3.12/site-packages/ansicolor/__pycache__' >>> py3-ansicolor-pyc*: Preparing subpackage py3-ansicolor-pyc... >>> py3-ansicolor-pyc*: Running postcheck for py3-ansicolor-pyc >>> py3-ansicolor*: Running postcheck for py3-ansicolor >>> py3-ansicolor*: Preparing package py3-ansicolor... >>> py3-ansicolor-pyc*: Tracing dependencies... python3~3.12 >>> py3-ansicolor-pyc*: Package size: 27.6 KB >>> py3-ansicolor-pyc*: Compressing data... >>> py3-ansicolor-pyc*: Create checksum... >>> py3-ansicolor-pyc*: Create py3-ansicolor-pyc-0.3.2-r4.apk >>> py3-ansicolor*: Tracing dependencies... python3 python3~3.12 >>> py3-ansicolor*: Package size: 22.1 KB >>> py3-ansicolor*: Compressing data... >>> py3-ansicolor*: Create checksum... >>> py3-ansicolor*: Create py3-ansicolor-0.3.2-r4.apk >>> py3-ansicolor: Build complete at Thu, 23 Oct 2025 00:56:52 +0000 elapsed time 0h 0m 40s >>> py3-ansicolor: Cleaning up srcdir >>> py3-ansicolor: Cleaning up pkgdir >>> py3-ansicolor: Uninstalling dependencies... ( 1/28) Purging .makedepends-py3-ansicolor (20251023.005649) ( 2/28) Purging py3-setuptools-pyc (80.9.0-r1) ( 3/28) Purging py3-setuptools (80.9.0-r1) ( 4/28) Purging py3-pytest-pyc (8.4.2-r1) ( 5/28) Purging py3-pytest (8.4.2-r1) ( 6/28) Purging py3-iniconfig-pyc (2.3.0-r0) ( 7/28) Purging py3-iniconfig (2.3.0-r0) ( 8/28) Purging py3-packaging-pyc (25.0-r0) ( 9/28) Purging py3-packaging (25.0-r0) (10/28) Purging py3-parsing-pyc (3.2.3-r0) (11/28) Purging py3-parsing (3.2.3-r0) (12/28) Purging py3-pluggy-pyc (1.6.0-r0) (13/28) Purging py3-pluggy (1.6.0-r0) (14/28) Purging py3-py-pyc (1.11.0-r4) (15/28) Purging py3-py (1.11.0-r4) (16/28) Purging py3-pygments-pyc (2.19.2-r0) (17/28) Purging py3-pygments (2.19.2-r0) (18/28) Purging python3-pyc (3.12.12-r0) (19/28) Purging python3-pycache-pyc0 (3.12.12-r0) (20/28) Purging pyc (3.12.12-r0) (21/28) Purging python3 (3.12.12-r0) (22/28) Purging gdbm (1.26-r0) (23/28) Purging libbz2 (1.0.8-r6) (24/28) Purging libffi (3.5.2-r0) (25/28) Purging libpanelw (6.5_p20251010-r0) (26/28) Purging mpdecimal (4.0.1-r0) (27/28) Purging sqlite-libs (3.50.4-r1) (28/28) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 426 MiB in 105 packages >>> py3-ansicolor: Updating the community/x86 repository index... >>> py3-ansicolor: Signing the index...