>>> py3-pygdbmi: Building community/py3-pygdbmi 0.11.0.0-r2 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 20:14:08 +0000 >>> py3-pygdbmi: Validating /home/buildozer/aports/community/py3-pygdbmi/APKBUILD... >>> py3-pygdbmi: Analyzing dependencies... >>> py3-pygdbmi: Installing for build: build-base python3 py3-setuptools ( 1/18) Installing libbz2 (1.0.8-r6) ( 2/18) Installing libffi (3.5.2-r0) ( 3/18) Installing gdbm (1.26-r0) ( 4/18) Installing xz-libs (5.8.2-r0) ( 5/18) Installing mpdecimal (4.0.1-r0) ( 6/18) Installing libpanelw (6.6_p20251231-r0) ( 7/18) Installing sqlite-libs (3.51.2-r1) ( 8/18) Installing python3 (3.14.3-r0) ( 9/18) Installing python3-pycache-pyc0 (3.14.3-r0) (10/18) Installing pyc (3.14.3-r0) (11/18) Installing python3-pyc (3.14.3-r0) (12/18) Installing py3-parsing (3.3.2-r1) (13/18) Installing py3-parsing-pyc (3.3.2-r1) (14/18) Installing py3-packaging (26.0-r1) (15/18) Installing py3-packaging-pyc (26.0-r1) (16/18) Installing py3-setuptools (82.0.1-r1) (17/18) Installing py3-setuptools-pyc (82.0.1-r1) (18/18) Installing .makedepends-py3-pygdbmi (20260328.201409) Executing busybox-1.37.0-r31.trigger OK: 431.7 MiB in 124 packages >>> py3-pygdbmi: Cleaning up srcdir >>> py3-pygdbmi: Cleaning up pkgdir >>> py3-pygdbmi: Cleaning up tmpdir >>> py3-pygdbmi: Fetching https://distfiles.alpinelinux.org/distfiles/edge//pygdbmi-0.11.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pygdbmi: Fetching https://files.pythonhosted.org/packages/source/p/pygdbmi/pygdbmi-0.11.0.0.tar.gz Connecting to files.pythonhosted.org (151.101.128.223:443) Connecting to files.pythonhosted.org (151.101.64.223:443) saving to '/var/cache/distfiles/edge/pygdbmi-0.11.0.0.tar.gz.part' pygdbmi-0.11.0.0.tar 100% |********************************| 24648 0:00:00 ETA '/var/cache/distfiles/edge/pygdbmi-0.11.0.0.tar.gz.part' saved /var/cache/distfiles/edge/pygdbmi-0.11.0.0.tar.gz: OK >>> py3-pygdbmi: Fetching https://distfiles.alpinelinux.org/distfiles/edge//pygdbmi-0.11.0.0.tar.gz /var/cache/distfiles/edge/pygdbmi-0.11.0.0.tar.gz: OK >>> py3-pygdbmi: Unpacking /var/cache/distfiles/edge/pygdbmi-0.11.0.0.tar.gz... /home/buildozer/aports/community/py3-pygdbmi/src/pygdbmi-0.11.0.0/setup.py:12: DeprecationWarning: codecs.open() is deprecated. Use open() instead. README = open("README.md", encoding="utf-8").read() /home/buildozer/aports/community/py3-pygdbmi/src/pygdbmi-0.11.0.0/setup.py:14: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open("pygdbmi/__init__.py") as fd: /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT 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/pygdbmi copying pygdbmi/__init__.py -> build/lib/pygdbmi copying pygdbmi/IoManager.py -> build/lib/pygdbmi copying pygdbmi/constants.py -> build/lib/pygdbmi copying pygdbmi/StringStream.py -> build/lib/pygdbmi copying pygdbmi/gdbcontroller.py -> build/lib/pygdbmi copying pygdbmi/gdbescapes.py -> build/lib/pygdbmi copying pygdbmi/gdbmiparser.py -> build/lib/pygdbmi copying pygdbmi/printcolor.py -> build/lib/pygdbmi running egg_info writing pygdbmi.egg-info/PKG-INFO writing dependency_links to pygdbmi.egg-info/dependency_links.txt writing top-level names to pygdbmi.egg-info/top_level.txt reading manifest file 'pygdbmi.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pygdbmi.egg-info/SOURCES.txt' copying pygdbmi/py.typed -> build/lib/pygdbmi >>> py3-pygdbmi: Entering fakeroot... /home/buildozer/aports/community/py3-pygdbmi/src/pygdbmi-0.11.0.0/setup.py:12: DeprecationWarning: codecs.open() is deprecated. Use open() instead. README = open("README.md", encoding="utf-8").read() /home/buildozer/aports/community/py3-pygdbmi/src/pygdbmi-0.11.0.0/setup.py:14: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open("pygdbmi/__init__.py") as fd: /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.14/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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. 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-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/__init__.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/IoManager.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/constants.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/py.typed -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/StringStream.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/gdbcontroller.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/gdbescapes.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/gdbmiparser.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi copying build/lib/pygdbmi/printcolor.py -> /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/IoManager.py to IoManager.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/constants.py to constants.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/StringStream.py to StringStream.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/gdbcontroller.py to gdbcontroller.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/gdbescapes.py to gdbescapes.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/gdbmiparser.py to gdbmiparser.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi/printcolor.py to printcolor.cpython-314.pyc running install_egg_info running egg_info writing pygdbmi.egg-info/PKG-INFO writing dependency_links to pygdbmi.egg-info/dependency_links.txt writing top-level names to pygdbmi.egg-info/top_level.txt reading manifest file 'pygdbmi.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pygdbmi.egg-info/SOURCES.txt' Copying pygdbmi.egg-info to /home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi/usr/lib/python3.14/site-packages/pygdbmi-0.11.0.0-py3.14.egg-info running install_scripts >>> py3-pygdbmi-pyc*: Running split function pyc... libfakeroot internal error: payload not recognized! 'usr/lib/python3.14/site-packages/pygdbmi/__pycache__' -> '/home/buildozer/aports/community/py3-pygdbmi/pkg/py3-pygdbmi-pyc/usr/lib/python3.14/site-packages/pygdbmi/__pycache__' >>> py3-pygdbmi-pyc*: Preparing subpackage py3-pygdbmi-pyc... >>> py3-pygdbmi-pyc*: Running postcheck for py3-pygdbmi-pyc >>> py3-pygdbmi*: Running postcheck for py3-pygdbmi >>> py3-pygdbmi*: Preparing package py3-pygdbmi... libfakeroot internal error: payload not recognized! >>> py3-pygdbmi-pyc*: Tracing dependencies... python3~3.14 >>> py3-pygdbmi-pyc*: Package size: 50.2 KB >>> py3-pygdbmi-pyc*: Compressing data... >>> py3-pygdbmi-pyc*: Create checksum... >>> py3-pygdbmi-pyc*: Create py3-pygdbmi-pyc-0.11.0.0-r2.apk >>> py3-pygdbmi*: Tracing dependencies... python3 python3~3.14 >>> py3-pygdbmi*: Package size: 54.5 KB >>> py3-pygdbmi*: Compressing data... >>> py3-pygdbmi*: Create checksum... >>> py3-pygdbmi*: Create py3-pygdbmi-0.11.0.0-r2.apk >>> py3-pygdbmi: Build complete at Sat, 28 Mar 2026 20:14:10 +0000 elapsed time 0h 0m 2s >>> py3-pygdbmi: Cleaning up srcdir >>> py3-pygdbmi: Cleaning up pkgdir >>> py3-pygdbmi: Uninstalling dependencies... ( 1/18) Purging .makedepends-py3-pygdbmi (20260328.201409) ( 2/18) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/18) Purging py3-setuptools (82.0.1-r1) ( 4/18) Purging py3-packaging-pyc (26.0-r1) ( 5/18) Purging py3-packaging (26.0-r1) ( 6/18) Purging py3-parsing-pyc (3.3.2-r1) ( 7/18) Purging py3-parsing (3.3.2-r1) ( 8/18) Purging python3-pyc (3.14.3-r0) ( 9/18) Purging python3-pycache-pyc0 (3.14.3-r0) (10/18) Purging pyc (3.14.3-r0) (11/18) Purging python3 (3.14.3-r0) (12/18) Purging gdbm (1.26-r0) (13/18) Purging libbz2 (1.0.8-r6) (14/18) Purging libffi (3.5.2-r0) (15/18) Purging libpanelw (6.6_p20251231-r0) (16/18) Purging mpdecimal (4.0.1-r0) (17/18) Purging sqlite-libs (3.51.2-r1) (18/18) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 386.9 MiB in 106 packages >>> py3-pygdbmi: Updating the community/s390x repository index... >>> py3-pygdbmi: Signing the index...