>>> py3-blist: Building community/py3-blist 1.3.6-r9 (using abuild 3.16.0_rc4-r0) started Tue, 21 Oct 2025 06:41:39 +0000 >>> py3-blist: Validating /home/buildozer/aports/community/py3-blist/APKBUILD... >>> py3-blist: Analyzing dependencies... >>> py3-blist: Installing for build: build-base python3 python3-dev py3-setuptools ( 1/19) Installing libbz2 (1.0.8-r6) ( 2/19) Installing libffi (3.5.2-r0) ( 3/19) Installing gdbm (1.26-r0) ( 4/19) Installing xz-libs (5.8.1-r0) ( 5/19) Installing mpdecimal (4.0.1-r0) ( 6/19) Installing libpanelw (6.5_p20251010-r0) ( 7/19) Installing sqlite-libs (3.50.4-r1) ( 8/19) Installing python3 (3.12.12-r0) ( 9/19) Installing python3-pycache-pyc0 (3.12.12-r0) (10/19) Installing pyc (3.12.12-r0) (11/19) Installing python3-pyc (3.12.12-r0) (12/19) Installing python3-dev (3.12.12-r0) (13/19) Installing py3-parsing (3.2.3-r0) (14/19) Installing py3-parsing-pyc (3.2.3-r0) (15/19) Installing py3-packaging (25.0-r0) (16/19) Installing py3-packaging-pyc (25.0-r0) (17/19) Installing py3-setuptools (80.9.0-r1) (18/19) Installing py3-setuptools-pyc (80.9.0-r1) (19/19) Installing .makedepends-py3-blist (20251021.064145) busybox-1.37.0-r24.trigger: Executing script... OK: 784 MiB in 124 packages >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Cleaning up tmpdir >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-blist-1.3.6.tar.gz /var/cache/distfiles/py3-blist-1.3.6.tar.gz: OK /home/buildozer/aports/community/py3-blist/0004-compatibility-with-PEP-620.patch: OK /home/buildozer/aports/community/py3-blist/fix-python3.7.patch: OK >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/4b88010f208080173d0976d271d4c3100bfbef17.patch /var/cache/distfiles/4b88010f208080173d0976d271d4c3100bfbef17.patch: OK >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fddb7837e2094560789a09790360feb75f06ed86.patch /var/cache/distfiles/fddb7837e2094560789a09790360feb75f06ed86.patch: OK /home/buildozer/aports/community/py3-blist/py3.11.patch: OK /home/buildozer/aports/community/py3-blist/gcc-15.patch: OK >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-blist-1.3.6.tar.gz /var/cache/distfiles/py3-blist-1.3.6.tar.gz: OK /home/buildozer/aports/community/py3-blist/0004-compatibility-with-PEP-620.patch: OK /home/buildozer/aports/community/py3-blist/fix-python3.7.patch: OK >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/4b88010f208080173d0976d271d4c3100bfbef17.patch /var/cache/distfiles/4b88010f208080173d0976d271d4c3100bfbef17.patch: OK >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fddb7837e2094560789a09790360feb75f06ed86.patch /var/cache/distfiles/fddb7837e2094560789a09790360feb75f06ed86.patch: OK /home/buildozer/aports/community/py3-blist/py3.11.patch: OK /home/buildozer/aports/community/py3-blist/gcc-15.patch: OK >>> py3-blist: Unpacking /var/cache/distfiles/py3-blist-1.3.6.tar.gz... >>> py3-blist: 0004-compatibility-with-PEP-620.patch patching file blist/_blist.c patching file blist/pythoncapi_compat.h >>> py3-blist: fix-python3.7.patch patching file blist/_sortedlist.py >>> py3-blist: https://github.com/DanielStutzbach/blist/commit/4b88010f208080173d0976d271d4c3100bfbef17.patch patching file blist/_blist.c Hunk #1 succeeded at 6595 (offset 6 lines). >>> py3-blist: https://github.com/DanielStutzbach/blist/commit/fddb7837e2094560789a09790360feb75f06ed86.patch patching file blist/__init__.py patching file blist/_btuple.py patching file blist/_sorteddict.py patching file blist/_sortedlist.py Hunk #2 succeeded at 427 (offset -1 lines). Hunk #3 succeeded at 475 (offset -1 lines). patching file blist/test/sortedlist_tests.py >>> py3-blist: py3.11.patch patching file blist/_blist.c >>> py3-blist: gcc-15.patch patching file blist/_blist.c Hunk #1 succeeded at 3995 (offset 6 lines). Hunk #2 succeeded at 4019 (offset 6 lines). Hunk #3 succeeded at 4057 (offset 6 lines). /home/buildozer/aports/community/py3-blist/src/blist-1.3.6/ez_setup.py:130: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /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 :: BSD 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.linux-loongarch64-cpython-312/blist copying blist/_sortedlist.py -> build/lib.linux-loongarch64-cpython-312/blist copying blist/_sorteddict.py -> build/lib.linux-loongarch64-cpython-312/blist copying blist/__init__.py -> build/lib.linux-loongarch64-cpython-312/blist copying blist/_btuple.py -> build/lib.linux-loongarch64-cpython-312/blist running build_ext building 'blist._blist' extension creating build/temp.linux-loongarch64-cpython-312/blist cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DBLIST_FLOAT_RADIX_SORT=1 -I/usr/include/python3.12 -c blist/_blist.c -o build/temp.linux-loongarch64-cpython-312/blist/_blist.o blist/_blist.c: In function 'py_blist_dealloc': blist/_blist.c:5793:9: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 5793 | Py_TRASHCAN_SAFE_BEGIN(self) | ^~~~~~~~~~~~~~~~~~~~~~ cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-loongarch64-cpython-312/blist/_blist.o -L/usr/lib -o build/lib.linux-loongarch64-cpython-312/blist/_blist.cpython-312-loongarch64-linux-musl.so /home/buildozer/aports/community/py3-blist/src/blist-1.3.6/ez_setup.py:130: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running check >>> py3-blist: Entering fakeroot... /home/buildozer/aports/community/py3-blist/src/blist-1.3.6/ez_setup.py:130: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /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 :: BSD 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-blist/pkg/py3-blist/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-loongarch64-cpython-312/blist/_sortedlist.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-loongarch64-cpython-312/blist/_sorteddict.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-loongarch64-cpython-312/blist/__init__.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-loongarch64-cpython-312/blist/_btuple.py -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-loongarch64-cpython-312/blist/_blist.cpython-312-loongarch64-linux-musl.so -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/_sortedlist.py to _sortedlist.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/_sorteddict.py to _sorteddict.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist/_btuple.py to _btuple.cpython-312.pyc running install_egg_info running egg_info creating blist.egg-info writing blist.egg-info/PKG-INFO writing dependency_links to blist.egg-info/dependency_links.txt writing top-level names to blist.egg-info/top_level.txt writing manifest file 'blist.egg-info/SOURCES.txt' reading manifest file 'blist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'blist.rst' adding license file 'LICENSE' writing manifest file 'blist.egg-info/SOURCES.txt' Copying blist.egg-info to /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist-1.3.6-py3.12.egg-info running install_scripts >>> py3-blist-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/blist/__pycache__' -> '/home/buildozer/aports/community/py3-blist/pkg/py3-blist-pyc/usr/lib/python3.12/site-packages/blist/__pycache__' >>> py3-blist-pyc*: Preparing subpackage py3-blist-pyc... >>> py3-blist-pyc*: Running postcheck for py3-blist-pyc >>> py3-blist*: Running postcheck for py3-blist >>> py3-blist*: Preparing package py3-blist... >>> py3-blist*: Stripping binaries >>> py3-blist*: Scanning shared objects >>> py3-blist-pyc*: Tracing dependencies... python3~3.12 >>> py3-blist-pyc*: Package size: 48.5 KB >>> py3-blist-pyc*: Compressing data... >>> py3-blist-pyc*: Create checksum... >>> py3-blist-pyc*: Create py3-blist-pyc-1.3.6-r9.apk >>> py3-blist*: Tracing dependencies... python3 python3~3.12 so:libc.musl-loongarch64.so.1 >>> py3-blist*: Package size: 167.7 KB >>> py3-blist*: Compressing data... >>> py3-blist*: Create checksum... >>> py3-blist*: Create py3-blist-1.3.6-r9.apk >>> py3-blist: Build complete at Tue, 21 Oct 2025 06:41:54 +0000 elapsed time 0h 0m 15s >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Cleaning up tmpdir >>> py3-blist: Uninstalling dependencies... ( 1/19) Purging .makedepends-py3-blist (20251021.064145) ( 2/19) Purging python3-dev (3.12.12-r0) ( 3/19) Purging py3-setuptools-pyc (80.9.0-r1) ( 4/19) Purging py3-setuptools (80.9.0-r1) ( 5/19) Purging py3-packaging-pyc (25.0-r0) ( 6/19) Purging py3-packaging (25.0-r0) ( 7/19) Purging py3-parsing-pyc (3.2.3-r0) ( 8/19) Purging py3-parsing (3.2.3-r0) ( 9/19) Purging python3-pyc (3.12.12-r0) (10/19) Purging python3-pycache-pyc0 (3.12.12-r0) (11/19) Purging pyc (3.12.12-r0) (12/19) Purging python3 (3.12.12-r0) (13/19) Purging gdbm (1.26-r0) (14/19) Purging libbz2 (1.0.8-r6) (15/19) Purging libffi (3.5.2-r0) (16/19) Purging libpanelw (6.5_p20251010-r0) (17/19) Purging mpdecimal (4.0.1-r0) (18/19) Purging sqlite-libs (3.50.4-r1) (19/19) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 543 MiB in 105 packages >>> py3-blist: Updating the community/loongarch64 repository index... >>> py3-blist: Signing the index...