>>> py3-xxhash: Building community/py3-xxhash 3.2.0-r3 (using abuild 3.12.0-r0) started Tue, 31 Oct 2023 02:23:34 +0000 >>> py3-xxhash: Checking sanity of /home/buildozer/aports/community/py3-xxhash/APKBUILD... >>> WARNING: py3-xxhash: No maintainer >>> py3-xxhash: Analyzing dependencies... >>> py3-xxhash: Installing for build: build-base py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel python3-dev xxhash-dev (1/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.4-r3) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.4.4-r0) (5/29) Installing mpdecimal (2.5.1-r2) (6/29) Installing libpanelw (6.4_p20231007-r0) (7/29) Installing readline (8.2.1-r2) (8/29) Installing sqlite-libs (3.43.2-r0) (9/29) Installing python3 (3.11.6-r1) (10/29) Installing python3-pycache-pyc0 (3.11.6-r1) (11/29) Installing pyc (3.11.6-r1) (12/29) Installing py3-installer-pyc (0.7.0-r1) (13/29) Installing py3-gpep517-pyc (15-r0) (14/29) Installing python3-pyc (3.11.6-r1) (15/29) Installing py3-installer (0.7.0-r1) (16/29) Installing py3-gpep517 (15-r0) (17/29) Installing py3-parsing (3.1.1-r0) (18/29) Installing py3-parsing-pyc (3.1.1-r0) (19/29) Installing py3-packaging (23.2-r0) (20/29) Installing py3-packaging-pyc (23.2-r0) (21/29) Installing py3-setuptools (68.2.2-r0) (22/29) Installing py3-setuptools-pyc (68.2.2-r0) (23/29) Installing py3-setuptools_scm (8.0.4-r1) (24/29) Installing py3-setuptools_scm-pyc (8.0.4-r1) (25/29) Installing py3-wheel (0.41.2-r0) (26/29) Installing py3-wheel-pyc (0.41.2-r0) (27/29) Installing python3-dev (3.11.6-r1) (28/29) Installing xxhash-dev (0.8.2-r2) (29/29) Installing .makedepends-py3-xxhash (20231031.022344) Executing busybox-1.36.1-r13.trigger OK: 477 MiB in 131 packages >>> py3-xxhash: Cleaning up srcdir >>> py3-xxhash: Cleaning up pkgdir >>> py3-xxhash: Cleaning up tmpdir >>> py3-xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-xxhash-3.2.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-xxhash: Fetching py3-xxhash-3.2.0.tar.gz::https://github.com/ifduyue/python-xxhash/archive/refs/tags/v3.2.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 18057 0 18057 0 0 36995 0 --:--:-- --:--:-- --:--:-- 36995 >>> py3-xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-xxhash-3.2.0.tar.gz >>> py3-xxhash: Checking sha512sums... py3-xxhash-3.2.0.tar.gz: OK >>> py3-xxhash: Unpacking /var/cache/distfiles/v3.19/py3-xxhash-3.2.0.tar.gz... 2023-10-31 02:23:46,625 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-10-31 02:23:46,683 root INFO running bdist_wheel 2023-10-31 02:23:46,710 root INFO running build 2023-10-31 02:23:46,710 root INFO running build_py 2023-10-31 02:23:46,714 root INFO creating build 2023-10-31 02:23:46,714 root INFO creating build/lib.linux-i686-cpython-311 2023-10-31 02:23:46,715 root INFO creating build/lib.linux-i686-cpython-311/xxhash 2023-10-31 02:23:46,715 root INFO copying xxhash/__init__.py -> build/lib.linux-i686-cpython-311/xxhash 2023-10-31 02:23:46,715 root INFO copying xxhash/version.py -> build/lib.linux-i686-cpython-311/xxhash 2023-10-31 02:23:46,716 root INFO copying xxhash/py.typed -> build/lib.linux-i686-cpython-311/xxhash 2023-10-31 02:23:46,716 root INFO copying xxhash/__init__.pyi -> build/lib.linux-i686-cpython-311/xxhash 2023-10-31 02:23:46,717 root INFO running build_ext 2023-10-31 02:23:46,719 root INFO building '_xxhash' extension 2023-10-31 02:23:46,719 root INFO creating build/temp.linux-i686-cpython-311 2023-10-31 02:23:46,719 root INFO creating build/temp.linux-i686-cpython-311/src 2023-10-31 02:23:46,720 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c src/_xxhash.c -o build/temp.linux-i686-cpython-311/src/_xxhash.o 2023-10-31 02:23:47,732 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-311/src/_xxhash.o -L/usr/lib -lxxhash -o build/lib.linux-i686-cpython-311/xxhash/_xxhash.cpython-311-i386-linux-musl.so 2023-10-31 02:23:47,759 wheel INFO installing to build/bdist.linux-i686/wheel 2023-10-31 02:23:47,759 root INFO running install 2023-10-31 02:23:47,773 root INFO running install_lib 2023-10-31 02:23:47,776 root INFO creating build/bdist.linux-i686 2023-10-31 02:23:47,776 root INFO creating build/bdist.linux-i686/wheel 2023-10-31 02:23:47,776 root INFO creating build/bdist.linux-i686/wheel/xxhash 2023-10-31 02:23:47,776 root INFO copying build/lib.linux-i686-cpython-311/xxhash/__init__.py -> build/bdist.linux-i686/wheel/xxhash 2023-10-31 02:23:47,777 root INFO copying build/lib.linux-i686-cpython-311/xxhash/version.py -> build/bdist.linux-i686/wheel/xxhash 2023-10-31 02:23:47,777 root INFO copying build/lib.linux-i686-cpython-311/xxhash/py.typed -> build/bdist.linux-i686/wheel/xxhash 2023-10-31 02:23:47,777 root INFO copying build/lib.linux-i686-cpython-311/xxhash/__init__.pyi -> build/bdist.linux-i686/wheel/xxhash 2023-10-31 02:23:47,778 root INFO copying build/lib.linux-i686-cpython-311/xxhash/_xxhash.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/xxhash 2023-10-31 02:23:47,778 root INFO running install_egg_info 2023-10-31 02:23:47,784 root INFO running egg_info 2023-10-31 02:23:47,784 root INFO creating xxhash.egg-info 2023-10-31 02:23:47,787 root INFO writing xxhash.egg-info/PKG-INFO 2023-10-31 02:23:47,787 root INFO writing dependency_links to xxhash.egg-info/dependency_links.txt 2023-10-31 02:23:47,788 root INFO writing top-level names to xxhash.egg-info/top_level.txt 2023-10-31 02:23:47,788 root INFO writing manifest file 'xxhash.egg-info/SOURCES.txt' 2023-10-31 02:23:49,975 root INFO reading manifest file 'xxhash.egg-info/SOURCES.txt' 2023-10-31 02:23:49,976 root INFO reading manifest template 'MANIFEST.in' 2023-10-31 02:23:49,976 root WARNING warning: no files found matching 'deps/xxhash/xxh3.h' 2023-10-31 02:23:49,976 root WARNING warning: no files found matching 'deps/xxhash/xxhash.h' 2023-10-31 02:23:49,976 root WARNING warning: no files found matching 'deps/xxhash/xxhash.c' 2023-10-31 02:23:49,976 root WARNING warning: no files found matching 'deps/xxhash/LICENSE' 2023-10-31 02:23:49,977 root WARNING warning: no previously-included files matching '__pycache__' found anywhere in distribution 2023-10-31 02:23:49,977 root WARNING warning: no previously-included files matching '*.py[co]' found anywhere in distribution 2023-10-31 02:23:49,977 root WARNING no previously-included directories found matching '.github' 2023-10-31 02:23:49,977 root WARNING warning: no previously-included files found matching '.gitignore' 2023-10-31 02:23:49,977 root WARNING warning: no previously-included files found matching '.gitmodules' 2023-10-31 02:23:49,978 root INFO adding license file 'LICENSE' 2023-10-31 02:23:49,978 root INFO writing manifest file 'xxhash.egg-info/SOURCES.txt' 2023-10-31 02:23:49,979 root INFO Copying xxhash.egg-info to build/bdist.linux-i686/wheel/xxhash-3.2.0-py3.11.egg-info 2023-10-31 02:23:49,980 root INFO running install_scripts 2023-10-31 02:23:49,984 wheel INFO creating build/bdist.linux-i686/wheel/xxhash-3.2.0.dist-info/WHEEL 2023-10-31 02:23:49,985 wheel INFO creating '/home/buildozer/aports/community/py3-xxhash/src/python-xxhash-3.2.0/.dist/.tmp-zlbrx7t3/xxhash-3.2.0-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-10-31 02:23:49,985 wheel INFO adding 'xxhash/__init__.py' 2023-10-31 02:23:49,985 wheel INFO adding 'xxhash/__init__.pyi' 2023-10-31 02:23:49,986 wheel INFO adding 'xxhash/_xxhash.cpython-311-i386-linux-musl.so' 2023-10-31 02:23:49,986 wheel INFO adding 'xxhash/py.typed' 2023-10-31 02:23:49,987 wheel INFO adding 'xxhash/version.py' 2023-10-31 02:23:49,987 wheel INFO adding 'xxhash-3.2.0.dist-info/LICENSE' 2023-10-31 02:23:49,987 wheel INFO adding 'xxhash-3.2.0.dist-info/METADATA' 2023-10-31 02:23:49,988 wheel INFO adding 'xxhash-3.2.0.dist-info/WHEEL' 2023-10-31 02:23:49,988 wheel INFO adding 'xxhash-3.2.0.dist-info/top_level.txt' 2023-10-31 02:23:49,988 wheel INFO adding 'xxhash-3.2.0.dist-info/RECORD' 2023-10-31 02:23:49,988 wheel INFO removing build/bdist.linux-i686/wheel 2023-10-31 02:23:49,989 gpep517 INFO The backend produced .dist/xxhash-3.2.0-cp311-cp311-linux_i686.whl xxhash-3.2.0-cp311-cp311-linux_i686.whl .......................................... ---------------------------------------------------------------------- Ran 42 tests in 0.053s OK >>> py3-xxhash: Entering fakeroot... >>> py3-xxhash-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-xxhash/pkg/py3-xxhash/usr/lib/python3.11/site-packages/xxhash/__pycache__' -> '/home/buildozer/aports/community/py3-xxhash/pkg/py3-xxhash-pyc/usr/lib/python3.11/site-packages/xxhash/__pycache__' >>> py3-xxhash-pyc*: Preparing subpackage py3-xxhash-pyc... >>> py3-xxhash-pyc*: Running postcheck for py3-xxhash-pyc >>> py3-xxhash*: Running postcheck for py3-xxhash >>> py3-xxhash*: Preparing package py3-xxhash... >>> py3-xxhash*: Stripping binaries >>> py3-xxhash-pyc*: Scanning shared objects >>> py3-xxhash*: Scanning shared objects >>> py3-xxhash-pyc*: Tracing dependencies... python3~3.11 >>> py3-xxhash-pyc*: Package size: 36.0 KB >>> py3-xxhash-pyc*: Compressing data... >>> py3-xxhash-pyc*: Create checksum... >>> py3-xxhash-pyc*: Create py3-xxhash-pyc-3.2.0-r3.apk >>> py3-xxhash*: Tracing dependencies... python3~3.11 so:libc.musl-x86.so.1 so:libxxhash.so.0 >>> py3-xxhash*: Package size: 100.0 KB >>> py3-xxhash*: Compressing data... >>> py3-xxhash*: Create checksum... >>> py3-xxhash*: Create py3-xxhash-3.2.0-r3.apk >>> py3-xxhash: Build complete at Tue, 31 Oct 2023 02:23:51 +0000 elapsed time 0h 0m 17s >>> py3-xxhash: Cleaning up srcdir >>> py3-xxhash: Cleaning up pkgdir >>> py3-xxhash: Uninstalling dependencies... (1/29) Purging .makedepends-py3-xxhash (20231031.022344) (2/29) Purging py3-gpep517-pyc (15-r0) (3/29) Purging py3-gpep517 (15-r0) (4/29) Purging py3-installer-pyc (0.7.0-r1) (5/29) Purging py3-installer (0.7.0-r1) (6/29) Purging py3-setuptools_scm-pyc (8.0.4-r1) (7/29) Purging py3-setuptools_scm (8.0.4-r1) (8/29) Purging py3-setuptools-pyc (68.2.2-r0) (9/29) Purging py3-setuptools (68.2.2-r0) (10/29) Purging py3-wheel-pyc (0.41.2-r0) (11/29) Purging py3-wheel (0.41.2-r0) (12/29) Purging py3-packaging-pyc (23.2-r0) (13/29) Purging py3-packaging (23.2-r0) (14/29) Purging py3-parsing-pyc (3.1.1-r0) (15/29) Purging py3-parsing (3.1.1-r0) (16/29) Purging python3-dev (3.11.6-r1) (17/29) Purging xxhash-dev (0.8.2-r2) (18/29) Purging python3-pyc (3.11.6-r1) (19/29) Purging python3-pycache-pyc0 (3.11.6-r1) (20/29) Purging pyc (3.11.6-r1) (21/29) Purging python3 (3.11.6-r1) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.4-r3) (25/29) Purging libpanelw (6.4_p20231007-r0) (26/29) Purging mpdecimal (2.5.1-r2) (27/29) Purging readline (8.2.1-r2) (28/29) Purging sqlite-libs (3.43.2-r0) (29/29) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 376 MiB in 102 packages >>> py3-xxhash: Updating the community/x86 repository index... >>> py3-xxhash: Signing the index...