>>> py3-blist: Building community/py3-blist 1.3.6-r9 (using abuild 3.15.0_rc3-r1) started Tue, 29 Apr 2025 01:27:26 +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/17) Installing libbz2 (1.0.8-r6) (2/17) Installing gdbm (1.24-r0) (3/17) Installing mpdecimal (4.0.0-r0) (4/17) Installing libpanelw (6.5_p20250412-r0) (5/17) Installing sqlite-libs (3.49.1-r1) (6/17) Installing python3 (3.12.10-r0) (7/17) Installing python3-pycache-pyc0 (3.12.10-r0) (8/17) Installing pyc (3.12.10-r0) (9/17) Installing python3-pyc (3.12.10-r0) (10/17) Installing python3-dev (3.12.10-r0) (11/17) Installing py3-parsing (3.2.0-r0) (12/17) Installing py3-parsing-pyc (3.2.0-r0) (13/17) Installing py3-packaging (25.0-r0) (14/17) Installing py3-packaging-pyc (25.0-r0) (15/17) Installing py3-setuptools (77.0.3-r0) (16/17) Installing py3-setuptools-pyc (77.0.3-r0) (17/17) Installing .makedepends-py3-blist (20250429.012746) Executing busybox-1.37.0-r16.trigger OK: 681 MiB in 126 packages >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Cleaning up tmpdir >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-blist-1.3.6.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/py3-blist-1.3.6.tar.gz.part' py3-blist-1.3.6.tar. 100% |********************************| 140k 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-blist-1.3.6.tar.gz.part' saved >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/4b88010f208080173d0976d271d4c3100bfbef17.patch Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/4b88010f208080173d0976d271d4c3100bfbef17.patch.part' 4b88010f208080173d09 100% |********************************| 900 0:00:00 ETA '/var/cache/distfiles/v3.22/4b88010f208080173d0976d271d4c3100bfbef17.patch.part' saved >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/fddb7837e2094560789a09790360feb75f06ed86.patch Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/fddb7837e2094560789a09790360feb75f06ed86.patch.part' fddb7837e2094560789a 100% |********************************| 6390 0:00:00 ETA '/var/cache/distfiles/v3.22/fddb7837e2094560789a09790360feb75f06ed86.patch.part' saved >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-blist-1.3.6.tar.gz >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/4b88010f208080173d0976d271d4c3100bfbef17.patch >>> py3-blist: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/fddb7837e2094560789a09790360feb75f06ed86.patch >>> py3-blist: Checking sha512sums... py3-blist-1.3.6.tar.gz: OK 0004-compatibility-with-PEP-620.patch: OK fix-python3.7.patch: OK 4b88010f208080173d0976d271d4c3100bfbef17.patch: OK fddb7837e2094560789a09790360feb75f06ed86.patch: OK py3.11.patch: OK >>> py3-blist: Unpacking /var/cache/distfiles/v3.22/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 /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:760: 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-armv8l-cpython-312/blist copying blist/__init__.py -> build/lib.linux-armv8l-cpython-312/blist copying blist/_btuple.py -> build/lib.linux-armv8l-cpython-312/blist copying blist/_sortedlist.py -> build/lib.linux-armv8l-cpython-312/blist copying blist/_sorteddict.py -> build/lib.linux-armv8l-cpython-312/blist running build_ext building 'blist._blist' extension creating build/temp.linux-armv8l-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-armv8l-cpython-312/blist/_blist.o blist/_blist.c: In function 'py_blist_dealloc': blist/_blist.c:5795:9: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 5795 | Py_TRASHCAN_SAFE_BEGIN(self) | ^~~~~~~~~~~~~~~~~~~~~~ cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-312/blist/_blist.o -L/usr/lib -o build/lib.linux-armv8l-cpython-312/blist/_blist.cpython-312-arm-linux-musleabihf.so /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:760: 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... /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:760: 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. 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-armv8l-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-armv8l-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-armv8l-cpython-312/blist/_blist.cpython-312-arm-linux-musleabihf.so -> /home/buildozer/aports/community/py3-blist/pkg/py3-blist/usr/lib/python3.12/site-packages/blist copying build/lib.linux-armv8l-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-armv8l-cpython-312/blist/_sorteddict.py -> /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/__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 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 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-pyc*: Scanning shared objects >>> py3-blist*: Scanning shared objects >>> py3-blist-pyc*: Tracing dependencies... python3 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-armhf.so.1 >>> py3-blist*: Package size: 97.8 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, 29 Apr 2025 01:27:50 +0000 elapsed time 0h 0m 24s >>> py3-blist: Cleaning up srcdir >>> py3-blist: Cleaning up pkgdir >>> py3-blist: Uninstalling dependencies... (1/17) Purging .makedepends-py3-blist (20250429.012746) (2/17) Purging python3-dev (3.12.10-r0) (3/17) Purging py3-setuptools-pyc (77.0.3-r0) (4/17) Purging py3-setuptools (77.0.3-r0) (5/17) Purging py3-packaging-pyc (25.0-r0) (6/17) Purging py3-packaging (25.0-r0) (7/17) Purging py3-parsing-pyc (3.2.0-r0) (8/17) Purging py3-parsing (3.2.0-r0) (9/17) Purging python3-pyc (3.12.10-r0) (10/17) Purging python3-pycache-pyc0 (3.12.10-r0) (11/17) Purging pyc (3.12.10-r0) (12/17) Purging python3 (3.12.10-r0) (13/17) Purging gdbm (1.24-r0) (14/17) Purging libbz2 (1.0.8-r6) (15/17) Purging libpanelw (6.5_p20250412-r0) (16/17) Purging mpdecimal (4.0.0-r0) (17/17) Purging sqlite-libs (3.49.1-r1) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages >>> py3-blist: Updating the community/armhf repository index... >>> py3-blist: Signing the index...