>>> py3-murmurhash: Building community/py3-murmurhash 1.0.11-r0 (using abuild 3.14.1-r3) started Thu, 05 Dec 2024 09:53:17 +0000 >>> py3-murmurhash: Validating /home/buildozer/aports/community/py3-murmurhash/APKBUILD... >>> py3-murmurhash: Analyzing dependencies... >>> py3-murmurhash: Installing for build: build-base cython py3-gpep517 py3-setuptools py3-wheel python3-dev py3-pytest py3-mmh3 (1/34) Installing libffi (3.4.6-r0) (2/34) Installing gdbm (1.24-r0) (3/34) Installing mpdecimal (4.0.0-r0) (4/34) Installing libpanelw (6.5_p20241006-r3) (5/34) Installing sqlite-libs (3.47.1-r0) (6/34) Installing python3 (3.12.7-r1) (7/34) Installing python3-pycache-pyc0 (3.12.7-r1) (8/34) Installing pyc (3.12.7-r1) (9/34) Installing cython-pyc (3.0.10-r0) (10/34) Installing python3-pyc (3.12.7-r1) (11/34) Installing cython (3.0.10-r0) (12/34) Installing py3-installer (0.7.0-r2) (13/34) Installing py3-installer-pyc (0.7.0-r2) (14/34) Installing py3-gpep517 (16-r0) (15/34) Installing py3-gpep517-pyc (16-r0) (16/34) Installing py3-parsing (3.1.4-r0) (17/34) Installing py3-parsing-pyc (3.1.4-r0) (18/34) Installing py3-packaging (24.2-r0) (19/34) Installing py3-packaging-pyc (24.2-r0) (20/34) Installing py3-setuptools (70.3.0-r0) (21/34) Installing py3-setuptools-pyc (70.3.0-r0) (22/34) Installing py3-wheel (0.43.0-r0) (23/34) Installing py3-wheel-pyc (0.43.0-r0) (24/34) Installing python3-dev (3.12.7-r1) (25/34) Installing py3-iniconfig (2.0.0-r1) (26/34) Installing py3-iniconfig-pyc (2.0.0-r1) (27/34) Installing py3-pluggy (1.5.0-r0) (28/34) Installing py3-pluggy-pyc (1.5.0-r0) (29/34) Installing py3-py (1.11.0-r4) (30/34) Installing py3-py-pyc (1.11.0-r4) (31/34) Installing py3-pytest (8.3.4-r0) (32/34) Installing py3-pytest-pyc (8.3.4-r0) (33/34) Installing py3-mmh3 (4.0.1-r2) (34/34) Installing .makedepends-py3-murmurhash (20241205.095318) Executing busybox-1.37.0-r8.trigger OK: 460 MiB in 142 packages >>> py3-murmurhash: Cleaning up srcdir >>> py3-murmurhash: Cleaning up pkgdir >>> py3-murmurhash: Cleaning up tmpdir >>> py3-murmurhash: Fetching https://distfiles.alpinelinux.org/distfiles/edge/murmurhash-1.0.11.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 curl: (22) The requested URL returned error: 404 >>> py3-murmurhash: Fetching murmurhash-1.0.11.tar.gz::https://github.com/explosion/murmurhash/archive/refs/tags/release-v1.0.11.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 14044 0 14044 0 0 7520 0 --:--:-- 0:00:01 --:--:-- 18310 >>> py3-murmurhash: Fetching https://distfiles.alpinelinux.org/distfiles/edge/murmurhash-1.0.11.tar.gz >>> py3-murmurhash: Checking sha512sums... murmurhash-1.0.11.tar.gz: OK >>> py3-murmurhash: Unpacking /var/cache/distfiles/murmurhash-1.0.11.tar.gz... 2024-12-05 09:53:22,575 gpep517 INFO Building wheel via backend setuptools.build_meta performance hint: murmurhash/mrmr.pxd:4:20: No exception value declared for 'hash32' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: murmurhash/mrmr.pxd:5:20: No exception value declared for 'hash64' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: murmurhash/mrmr.pxd:6:25: No exception value declared for 'real_hash64' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: murmurhash/mrmr.pyx:29:5: Exception check on 'hash128_x86' will always require the GIL to be acquired. Possible solutions: 1. Declare 'hash128_x86' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'hash128_x86' to allow an error code to be returned. performance hint: murmurhash/mrmr.pyx:33:5: Exception check on 'hash128_x64' will always require the GIL to be acquired. Possible solutions: 1. Declare 'hash128_x64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'hash128_x64' to allow an error code to be returned. Compiling murmurhash/mrmr.pyx because it changed. [1/1] Cythonizing murmurhash/mrmr.pyx 2024-12-05 09:53:23,425 root INFO running bdist_wheel 2024-12-05 09:53:23,441 root INFO running build 2024-12-05 09:53:23,441 root INFO running build_py 2024-12-05 09:53:23,445 root INFO creating build 2024-12-05 09:53:23,445 root INFO creating build/lib.linux-ppc64le-cpython-312 2024-12-05 09:53:23,445 root INFO creating build/lib.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,445 root INFO copying murmurhash/about.py -> build/lib.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,445 root INFO copying murmurhash/__init__.py -> build/lib.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,445 root INFO creating build/lib.linux-ppc64le-cpython-312/murmurhash/tests 2024-12-05 09:53:23,446 root INFO copying murmurhash/tests/test_import.py -> build/lib.linux-ppc64le-cpython-312/murmurhash/tests 2024-12-05 09:53:23,446 root INFO copying murmurhash/tests/__init__.py -> build/lib.linux-ppc64le-cpython-312/murmurhash/tests 2024-12-05 09:53:23,446 root INFO copying murmurhash/tests/test_hash.py -> build/lib.linux-ppc64le-cpython-312/murmurhash/tests 2024-12-05 09:53:23,447 root INFO copying murmurhash/mrmr.pyx -> build/lib.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,447 root INFO copying murmurhash/__init__.pxd -> build/lib.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,448 root INFO copying murmurhash/mrmr.pxd -> build/lib.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,448 root INFO creating build/lib.linux-ppc64le-cpython-312/murmurhash/include 2024-12-05 09:53:23,448 root INFO creating build/lib.linux-ppc64le-cpython-312/murmurhash/include/murmurhash 2024-12-05 09:53:23,448 root INFO copying murmurhash/include/murmurhash/MurmurHash3.h -> build/lib.linux-ppc64le-cpython-312/murmurhash/include/murmurhash 2024-12-05 09:53:23,448 root INFO copying murmurhash/include/murmurhash/MurmurHash2.h -> build/lib.linux-ppc64le-cpython-312/murmurhash/include/murmurhash 2024-12-05 09:53:23,449 root INFO running build_ext 2024-12-05 09:53:23,451 root INFO building 'murmurhash.mrmr' extension 2024-12-05 09:53:23,451 root INFO creating build/temp.linux-ppc64le-cpython-312 2024-12-05 09:53:23,451 root INFO creating build/temp.linux-ppc64le-cpython-312/murmurhash 2024-12-05 09:53:23,451 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -I/home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11/murmurhash/include -I/usr/include/python3.12 -c murmurhash/MurmurHash2.cpp -o build/temp.linux-ppc64le-cpython-312/murmurhash/MurmurHash2.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option '-Wno-strict-prototypes' is valid for C/ObjC but not for C++ 2024-12-05 09:53:23,659 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -I/home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11/murmurhash/include -I/usr/include/python3.12 -c murmurhash/MurmurHash3.cpp -o build/temp.linux-ppc64le-cpython-312/murmurhash/MurmurHash3.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option '-Wno-strict-prototypes' is valid for C/ObjC but not for C++ 2024-12-05 09:53:23,842 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -I/home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11/murmurhash/include -I/usr/include/python3.12 -c murmurhash/mrmr.cpp -o build/temp.linux-ppc64le-cpython-312/murmurhash/mrmr.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option '-Wno-strict-prototypes' is valid for C/ObjC but not for C++ 2024-12-05 09:53:26,178 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/murmurhash/MurmurHash2.o build/temp.linux-ppc64le-cpython-312/murmurhash/MurmurHash3.o build/temp.linux-ppc64le-cpython-312/murmurhash/mrmr.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/murmurhash/mrmr.cpython-312-powerpc64le-linux-musl.so 2024-12-05 09:53:26,215 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-12-05 09:53:26,215 root INFO running install 2024-12-05 09:53:26,242 root INFO running install_lib 2024-12-05 09:53:26,245 root INFO creating build/bdist.linux-ppc64le 2024-12-05 09:53:26,245 root INFO creating build/bdist.linux-ppc64le/wheel 2024-12-05 09:53:26,246 root INFO creating build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,246 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/__init__.pxd -> build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,246 root INFO creating build/bdist.linux-ppc64le/wheel/murmurhash/include 2024-12-05 09:53:26,246 root INFO creating build/bdist.linux-ppc64le/wheel/murmurhash/include/murmurhash 2024-12-05 09:53:26,246 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/include/murmurhash/MurmurHash3.h -> build/bdist.linux-ppc64le/wheel/murmurhash/include/murmurhash 2024-12-05 09:53:26,246 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/include/murmurhash/MurmurHash2.h -> build/bdist.linux-ppc64le/wheel/murmurhash/include/murmurhash 2024-12-05 09:53:26,247 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/mrmr.pxd -> build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,247 root INFO creating build/bdist.linux-ppc64le/wheel/murmurhash/tests 2024-12-05 09:53:26,247 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/tests/test_import.py -> build/bdist.linux-ppc64le/wheel/murmurhash/tests 2024-12-05 09:53:26,247 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/tests/__init__.py -> build/bdist.linux-ppc64le/wheel/murmurhash/tests 2024-12-05 09:53:26,247 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/tests/test_hash.py -> build/bdist.linux-ppc64le/wheel/murmurhash/tests 2024-12-05 09:53:26,247 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/mrmr.pyx -> build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,248 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/mrmr.cpython-312-powerpc64le-linux-musl.so -> build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,248 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/about.py -> build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,248 root INFO copying build/lib.linux-ppc64le-cpython-312/murmurhash/__init__.py -> build/bdist.linux-ppc64le/wheel/murmurhash 2024-12-05 09:53:26,248 root INFO running install_egg_info 2024-12-05 09:53:26,252 root INFO running egg_info 2024-12-05 09:53:26,252 root INFO creating murmurhash.egg-info 2024-12-05 09:53:26,256 root INFO writing murmurhash.egg-info/PKG-INFO 2024-12-05 09:53:26,256 root INFO writing dependency_links to murmurhash.egg-info/dependency_links.txt 2024-12-05 09:53:26,257 root INFO writing top-level names to murmurhash.egg-info/top_level.txt 2024-12-05 09:53:26,257 root INFO writing manifest file 'murmurhash.egg-info/SOURCES.txt' 2024-12-05 09:53:26,258 root INFO dependency /home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11/murmurhash/include/murmurhash/MurmurHash2.h won't be automatically included in the manifest: the path must be relative 2024-12-05 09:53:26,258 root INFO dependency /home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11/murmurhash/include/murmurhash/MurmurHash3.h won't be automatically included in the manifest: the path must be relative 2024-12-05 09:53:26,261 root INFO reading manifest file 'murmurhash.egg-info/SOURCES.txt' 2024-12-05 09:53:26,261 root INFO reading manifest template 'MANIFEST.in' 2024-12-05 09:53:26,262 root INFO adding license file 'LICENSE' 2024-12-05 09:53:26,263 root INFO writing manifest file 'murmurhash.egg-info/SOURCES.txt' 2024-12-05 09:53:26,263 root INFO Copying murmurhash.egg-info to build/bdist.linux-ppc64le/wheel/murmurhash-1.0.11-py3.12.egg-info 2024-12-05 09:53:26,264 root INFO running install_scripts 2024-12-05 09:53:26,296 root INFO creating build/bdist.linux-ppc64le/wheel/murmurhash-1.0.11.dist-info/WHEEL 2024-12-05 09:53:26,296 wheel INFO creating '/home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11/.dist/.tmp-d9ne9xua/murmurhash-1.0.11-cp312-cp312-linux_ppc64le.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-12-05 09:53:26,296 wheel INFO adding 'murmurhash/__init__.pxd' 2024-12-05 09:53:26,297 wheel INFO adding 'murmurhash/__init__.py' 2024-12-05 09:53:26,297 wheel INFO adding 'murmurhash/about.py' 2024-12-05 09:53:26,297 wheel INFO adding 'murmurhash/mrmr.cpython-312-powerpc64le-linux-musl.so' 2024-12-05 09:53:26,299 wheel INFO adding 'murmurhash/mrmr.pxd' 2024-12-05 09:53:26,299 wheel INFO adding 'murmurhash/mrmr.pyx' 2024-12-05 09:53:26,299 wheel INFO adding 'murmurhash/include/murmurhash/MurmurHash2.h' 2024-12-05 09:53:26,299 wheel INFO adding 'murmurhash/include/murmurhash/MurmurHash3.h' 2024-12-05 09:53:26,299 wheel INFO adding 'murmurhash/tests/__init__.py' 2024-12-05 09:53:26,300 wheel INFO adding 'murmurhash/tests/test_hash.py' 2024-12-05 09:53:26,300 wheel INFO adding 'murmurhash/tests/test_import.py' 2024-12-05 09:53:26,300 wheel INFO adding 'murmurhash-1.0.11.dist-info/LICENSE' 2024-12-05 09:53:26,300 wheel INFO adding 'murmurhash-1.0.11.dist-info/METADATA' 2024-12-05 09:53:26,300 wheel INFO adding 'murmurhash-1.0.11.dist-info/WHEEL' 2024-12-05 09:53:26,301 wheel INFO adding 'murmurhash-1.0.11.dist-info/top_level.txt' 2024-12-05 09:53:26,301 wheel INFO adding 'murmurhash-1.0.11.dist-info/RECORD' 2024-12-05 09:53:26,301 root INFO removing build/bdist.linux-ppc64le/wheel 2024-12-05 09:53:26,302 gpep517 INFO The backend produced .dist/murmurhash-1.0.11-cp312-cp312-linux_ppc64le.whl murmurhash-1.0.11-cp312-cp312-linux_ppc64le.whl ============================= test session starts ============================== platform linux -- Python 3.12.7, pytest-8.3.4, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-murmurhash/src/murmurhash-release-v1.0.11 configfile: pyproject.toml collected 2 items build/lib.linux-ppc64le-cpython-312/murmurhash/tests/test_hash.py . [ 50%] build/lib.linux-ppc64le-cpython-312/murmurhash/tests/test_import.py . [100%] ============================== 2 passed in 0.04s =============================== >>> py3-murmurhash: Entering fakeroot... >>> py3-murmurhash-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/py3-murmurhash/pkg/py3-murmurhash-doc/usr/share/doc' >>> py3-murmurhash-doc*: Preparing subpackage py3-murmurhash-doc... >>> py3-murmurhash-doc*: Running postcheck for py3-murmurhash-doc >>> py3-murmurhash-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/murmurhash/__pycache__' -> '/home/buildozer/aports/community/py3-murmurhash/pkg/py3-murmurhash-pyc/usr/lib/python3.12/site-packages/murmurhash/__pycache__' >>> py3-murmurhash-pyc*: Preparing subpackage py3-murmurhash-pyc... >>> py3-murmurhash-pyc*: Running postcheck for py3-murmurhash-pyc >>> py3-murmurhash*: Running postcheck for py3-murmurhash >>> py3-murmurhash*: Preparing package py3-murmurhash... >>> py3-murmurhash*: Stripping binaries >>> py3-murmurhash-doc*: Scanning shared objects >>> py3-murmurhash-pyc*: Scanning shared objects >>> py3-murmurhash*: Scanning shared objects >>> py3-murmurhash-doc*: Tracing dependencies... >>> py3-murmurhash-doc*: Package size: 834.0 B >>> py3-murmurhash-doc*: Compressing data... >>> py3-murmurhash-doc*: Create checksum... >>> py3-murmurhash-doc*: Create py3-murmurhash-doc-1.0.11-r0.apk >>> py3-murmurhash-pyc*: Tracing dependencies... python3~3.12 >>> py3-murmurhash-pyc*: Package size: 1.1 KB >>> py3-murmurhash-pyc*: Compressing data... >>> py3-murmurhash-pyc*: Create checksum... >>> py3-murmurhash-pyc*: Create py3-murmurhash-pyc-1.0.11-r0.apk >>> py3-murmurhash*: Tracing dependencies... python3~3.12 so:libc.musl-ppc64le.so.1 >>> py3-murmurhash*: Package size: 75.8 KB >>> py3-murmurhash*: Compressing data... >>> py3-murmurhash*: Create checksum... >>> py3-murmurhash*: Create py3-murmurhash-1.0.11-r0.apk >>> py3-murmurhash: Build complete at Thu, 05 Dec 2024 09:53:27 +0000 elapsed time 0h 0m 10s >>> py3-murmurhash: Cleaning up srcdir >>> py3-murmurhash: Cleaning up pkgdir >>> py3-murmurhash: Uninstalling dependencies... (1/34) Purging .makedepends-py3-murmurhash (20241205.095318) (2/34) Purging cython-pyc (3.0.10-r0) (3/34) Purging cython (3.0.10-r0) (4/34) Purging py3-gpep517-pyc (16-r0) (5/34) Purging py3-gpep517 (16-r0) (6/34) Purging py3-installer-pyc (0.7.0-r2) (7/34) Purging py3-installer (0.7.0-r2) (8/34) Purging py3-setuptools-pyc (70.3.0-r0) (9/34) Purging py3-setuptools (70.3.0-r0) (10/34) Purging py3-wheel-pyc (0.43.0-r0) (11/34) Purging py3-wheel (0.43.0-r0) (12/34) Purging python3-dev (3.12.7-r1) (13/34) Purging py3-pytest-pyc (8.3.4-r0) (14/34) Purging py3-pytest (8.3.4-r0) (15/34) Purging py3-iniconfig-pyc (2.0.0-r1) (16/34) Purging py3-iniconfig (2.0.0-r1) (17/34) Purging py3-packaging-pyc (24.2-r0) (18/34) Purging py3-packaging (24.2-r0) (19/34) Purging py3-parsing-pyc (3.1.4-r0) (20/34) Purging py3-parsing (3.1.4-r0) (21/34) Purging py3-pluggy-pyc (1.5.0-r0) (22/34) Purging py3-pluggy (1.5.0-r0) (23/34) Purging py3-py-pyc (1.11.0-r4) (24/34) Purging py3-py (1.11.0-r4) (25/34) Purging py3-mmh3 (4.0.1-r2) (26/34) Purging python3-pyc (3.12.7-r1) (27/34) Purging python3-pycache-pyc0 (3.12.7-r1) (28/34) Purging pyc (3.12.7-r1) (29/34) Purging python3 (3.12.7-r1) (30/34) Purging gdbm (1.24-r0) (31/34) Purging libffi (3.4.6-r0) (32/34) Purging libpanelw (6.5_p20241006-r3) (33/34) Purging mpdecimal (4.0.0-r0) (34/34) Purging sqlite-libs (3.47.1-r0) Executing busybox-1.37.0-r8.trigger OK: 279 MiB in 108 packages >>> py3-murmurhash: Updating the community/ppc64le repository index... >>> py3-murmurhash: Signing the index...