>>> py3-mmh3: Building testing/py3-mmh3 4.0.0-r0 (using abuild 3.11.20-r0) started Wed, 12 Jul 2023 20:56:59 +0000 >>> py3-mmh3: Checking sanity of /home/buildozer/aports/testing/py3-mmh3/APKBUILD... >>> py3-mmh3: Analyzing dependencies... >>> py3-mmh3: Installing for build: build-base python3 python3-dev py3-setuptools (1/18) Installing libbz2 (1.0.8-r6) (2/18) Installing gdbm (1.23-r1) (3/18) Installing mpdecimal (2.5.1-r2) (4/18) Installing libpanelw (6.4_p20230708-r1) (5/18) Installing readline (8.2.1-r2) (6/18) Installing sqlite-libs (3.42.0-r2) (7/18) Installing python3 (3.11.4-r1) (8/18) Installing python3-pycache-pyc0 (3.11.4-r1) (9/18) Installing pyc (0.1-r0) (10/18) Installing python3-pyc (3.11.4-r1) (11/18) Installing python3-dev (3.11.4-r1) (12/18) Installing py3-parsing (3.1.0-r0) (13/18) Installing py3-parsing-pyc (3.1.0-r0) (14/18) Installing py3-packaging (23.1-r1) (15/18) Installing py3-packaging-pyc (23.1-r1) (16/18) Installing py3-setuptools (68.0.0-r0) (17/18) Installing py3-setuptools-pyc (68.0.0-r0) (18/18) Installing .makedepends-py3-mmh3 (20230712.205706) Executing busybox-1.36.1-r3.trigger OK: 1119 MiB in 126 packages >>> py3-mmh3: Cleaning up srcdir >>> py3-mmh3: Cleaning up pkgdir >>> py3-mmh3: Cleaning up tmpdir >>> py3-mmh3: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mmh3-4.0.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-mmh3: Fetching mmh3-4.0.0.tar.gz::https://github.com/hajimes/mmh3/archive/v4.0.0.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 100 23835 100 23835 0 0 39629 0 --:--:-- --:--:-- --:--:-- 39629 >>> py3-mmh3: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mmh3-4.0.0.tar.gz >>> py3-mmh3: Checking sha512sums... mmh3-4.0.0.tar.gz: OK >>> py3-mmh3: Unpacking /var/cache/distfiles/mmh3-4.0.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/_distutils/extension.py:134: UserWarning: Unknown Extension options: 'package_data' warnings.warn(msg) running build running build_py running egg_info creating src/mmh3.egg-info writing src/mmh3.egg-info/PKG-INFO writing dependency_links to src/mmh3.egg-info/dependency_links.txt writing requirements to src/mmh3.egg-info/requires.txt writing top-level names to src/mmh3.egg-info/top_level.txt writing manifest file 'src/mmh3.egg-info/SOURCES.txt' reading manifest file 'src/mmh3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/mmh3.egg-info/SOURCES.txt' creating build creating build/lib.linux-riscv64-cpython-311 creating build/lib.linux-riscv64-cpython-311/mmh3 copying src/mmh3/__init__.pyi -> build/lib.linux-riscv64-cpython-311/mmh3 copying src/mmh3/hashlib.h -> build/lib.linux-riscv64-cpython-311/mmh3 copying src/mmh3/mmh3module.c -> build/lib.linux-riscv64-cpython-311/mmh3 copying src/mmh3/murmurhash3.c -> build/lib.linux-riscv64-cpython-311/mmh3 copying src/mmh3/murmurhash3.h -> build/lib.linux-riscv64-cpython-311/mmh3 copying src/mmh3/py.typed -> build/lib.linux-riscv64-cpython-311/mmh3 running build_ext building 'mmh3' extension creating build/temp.linux-riscv64-cpython-311 creating build/temp.linux-riscv64-cpython-311/src creating build/temp.linux-riscv64-cpython-311/src/mmh3 gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c ./src/mmh3/mmh3module.c -o build/temp.linux-riscv64-cpython-311/./src/mmh3/mmh3module.o In file included from ./src/mmh3/mmh3module.c:14: ./src/mmh3/hashlib.h:83:47: warning: backslash-newline at end of file 83 | #define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) \ | gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c ./src/mmh3/murmurhash3.c -o build/temp.linux-riscv64-cpython-311/./src/mmh3/murmurhash3.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/./src/mmh3/mmh3module.o build/temp.linux-riscv64-cpython-311/./src/mmh3/murmurhash3.o -L/usr/lib -o build/lib.linux-riscv64-cpython-311/mmh3.cpython-311-riscv64-linux-musl.so >>> py3-mmh3: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/_distutils/extension.py:134: UserWarning: Unknown Extension options: 'package_data' warnings.warn(msg) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: 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/testing/py3-mmh3/pkg creating /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3 creating /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr creating /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib creating /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3/murmurhash3.h -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3/hashlib.h -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3/py.typed -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3/__init__.pyi -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3/murmurhash3.c -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3/mmh3module.c -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3 copying build/lib.linux-riscv64-cpython-311/mmh3.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing src/mmh3.egg-info/PKG-INFO writing dependency_links to src/mmh3.egg-info/dependency_links.txt writing requirements to src/mmh3.egg-info/requires.txt writing top-level names to src/mmh3.egg-info/top_level.txt reading manifest file 'src/mmh3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/mmh3.egg-info/SOURCES.txt' Copying src/mmh3.egg-info to /home/buildozer/aports/testing/py3-mmh3/pkg/py3-mmh3/usr/lib/python3.11/site-packages/mmh3-4.0.0-py3.11.egg-info running install_scripts >>> py3-mmh3-doc*: Running split function doc... >>> py3-mmh3-doc*: Preparing subpackage py3-mmh3-doc... >>> py3-mmh3-doc*: Running postcheck for py3-mmh3-doc >>> py3-mmh3*: Running postcheck for py3-mmh3 >>> py3-mmh3*: Preparing package py3-mmh3... >>> py3-mmh3*: Stripping binaries >>> py3-mmh3-doc*: Scanning shared objects >>> py3-mmh3*: Scanning shared objects >>> py3-mmh3-doc*: Tracing dependencies... >>> py3-mmh3-doc*: Package size: 44.0 KB >>> py3-mmh3-doc*: Compressing data... >>> py3-mmh3-doc*: Create checksum... >>> py3-mmh3-doc*: Create py3-mmh3-doc-4.0.0-r0.apk >>> py3-mmh3*: Tracing dependencies... python3 python3~3.11 so:libc.musl-riscv64.so.1 >>> py3-mmh3*: Package size: 88.0 KB >>> py3-mmh3*: Compressing data... >>> py3-mmh3*: Create checksum... >>> py3-mmh3*: Create py3-mmh3-4.0.0-r0.apk >>> py3-mmh3: Build complete at Wed, 12 Jul 2023 20:57:30 +0000 elapsed time 0h 0m 31s >>> py3-mmh3: Cleaning up srcdir >>> py3-mmh3: Cleaning up pkgdir >>> py3-mmh3: Uninstalling dependencies... (1/18) Purging .makedepends-py3-mmh3 (20230712.205706) (2/18) Purging python3-dev (3.11.4-r1) (3/18) Purging py3-setuptools-pyc (68.0.0-r0) (4/18) Purging py3-setuptools (68.0.0-r0) (5/18) Purging py3-packaging-pyc (23.1-r1) (6/18) Purging py3-packaging (23.1-r1) (7/18) Purging py3-parsing-pyc (3.1.0-r0) (8/18) Purging py3-parsing (3.1.0-r0) (9/18) Purging python3-pyc (3.11.4-r1) (10/18) Purging python3-pycache-pyc0 (3.11.4-r1) (11/18) Purging pyc (0.1-r0) (12/18) Purging python3 (3.11.4-r1) (13/18) Purging gdbm (1.23-r1) (14/18) Purging libbz2 (1.0.8-r6) (15/18) Purging libpanelw (6.4_p20230708-r1) (16/18) Purging mpdecimal (2.5.1-r2) (17/18) Purging readline (8.2.1-r2) (18/18) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r3.trigger OK: 917 MiB in 108 packages >>> py3-mmh3: Updating the testing/riscv64 repository index... >>> py3-mmh3: Signing the index...