>>> xxhash: Building community/xxhash 0.8.1-r0 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 22:02:09 +0000 >>> xxhash: Checking sanity of /home/buildozer/aports/community/xxhash/APKBUILD... >>> xxhash: Analyzing dependencies... >>> xxhash: Installing for build: build-base python3-dev py3-setuptools (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.5-r1) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.2-r0) (7/17) Installing sqlite-libs (3.38.0-r0) (8/17) Installing python3 (3.10.3-r0) (9/17) Installing python3-dev (3.10.3-r0) (10/17) Installing py3-appdirs (1.4.4-r3) (11/17) Installing py3-more-itertools (8.12.0-r2) (12/17) Installing py3-ordered-set (4.0.2-r3) (13/17) Installing py3-parsing (2.4.7-r3) (14/17) Installing py3-six (1.16.0-r1) (15/17) Installing py3-packaging (21.3-r0) (16/17) Installing py3-setuptools (59.4.0-r0) (17/17) Installing .makedepends-xxhash (20220414.220213) Executing busybox-1.35.0-r8.trigger OK: 343 MiB in 105 packages >>> xxhash: Cleaning up srcdir >>> xxhash: Cleaning up pkgdir >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/xxHash-0.8.1.tar.gz >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/python-xxhash-1.4.4.tar.gz >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/xxHash-0.8.1.tar.gz >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/python-xxhash-1.4.4.tar.gz >>> xxhash: Checking sha512sums... xxHash-0.8.1.tar.gz: OK python-xxhash-1.4.4.tar.gz: OK >>> xxhash: Unpacking /var/cache/distfiles/v3.16/xxHash-0.8.1.tar.gz... >>> xxhash: Unpacking /var/cache/distfiles/v3.16/python-xxhash-1.4.4.tar.gz... gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o xxhash.o xxhash.c gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -fPIC -Os -fomit-frame-pointer xxhash.c -shared -Wl,-soname=libxxhash.so.0 -o libxxhash.so.0.8.1 gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o cli/xxhsum.o cli/xxhsum.c gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o cli/xsum_os_specific.o cli/xsum_os_specific.c gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o cli/xsum_output.o cli/xsum_output.c gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o cli/xsum_sanity_check.o cli/xsum_sanity_check.c gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o cli/xsum_bench.o cli/xsum_bench.c ln -sf libxxhash.so.0.8.1 libxxhash.so.0 ln -sf libxxhash.so.0.8.1 libxxhash.so ar rcs libxxhash.a xxhash.o gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer xxhash.o cli/xxhsum.o cli/xsum_os_specific.o cli/xsum_output.o cli/xsum_sanity_check.o cli/xsum_bench.o -o xxhsum ln -sf xxhsum xxh32sum ln -sf xxhsum xxh64sum ln -sf xxhsum xxh128sum running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/xxhash copying xxhash/__init__.py -> build/lib.linux-armv8l-3.10/xxhash running build_ext building '_xxhash' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/deps creating build/temp.linux-armv8l-3.10/deps/xxhash creating build/temp.linux-armv8l-3.10/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -fPIC -Ideps/xxhash -I/usr/include/python3.10 -c deps/xxhash/xxhash.c -o build/temp.linux-armv8l-3.10/deps/xxhash/xxhash.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -fPIC -Ideps/xxhash -I/usr/include/python3.10 -c src/_xxhash.c -o build/temp.linux-armv8l-3.10/src/_xxhash.o gcc -shared -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/deps/xxhash/xxhash.o build/temp.linux-armv8l-3.10/src/_xxhash.o -L/usr/lib -o build/lib.linux-armv8l-3.10/xxhash/_xxhash.cpython-310-arm-linux-gnueabihf.so # stdin ./xxhsum < xxhash.c a9c413a5c9548a52 stdin # multiple files ./xxhsum xxhash.* a9c413a5c9548a52 xxhash.c 11a167c25cb049b1 xxhash.h 782686ab32a4387c xxhash.o # internal bench ./xxhsum -bi0 xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 Thumb-2 + unaligned little endian with GCC 11.2.1 20220219 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 56480 it/s ( 5515.6 MB/s) 1#XXH32 : 102400 -> 56480 it/s ( 5515.6 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 27174 it/s ( 2653.7 MB/s) 3#XXH64 : 102400 -> 27174 it/s ( 2653.7 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 21800 it/s ( 2128.9 MB/s) 5#XXH3_64b : 102400 -> 21800 it/s ( 2128.9 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 21762 it/s ( 2125.2 MB/s) 11#XXH128 : 102400 -> 21762 it/s ( 2125.2 MB/s) # long bench command ./xxhsum --benchmark-all -i0 xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 Thumb-2 + unaligned little endian with GCC 11.2.1 20220219 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 56758 it/s ( 5542.7 MB/s) 1#XXH32 : 102400 -> 56758 it/s ( 5542.7 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 56630 it/s ( 5530.3 MB/s) 2#XXH32 unaligned : 102400 -> 56630 it/s ( 5530.3 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 27035 it/s ( 2640.1 MB/s) 3#XXH64 : 102400 -> 27035 it/s ( 2640.1 MB/s) 1-XXH64 unaligned : 102400 -> 1-XXH64 unaligned : 102400 -> 27007 it/s ( 2637.4 MB/s) 4#XXH64 unaligned : 102400 -> 27007 it/s ( 2637.4 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 21547 it/s ( 2104.2 MB/s) 5#XXH3_64b : 102400 -> 21547 it/s ( 2104.2 MB/s) 1-XXH3_64b unaligned : 102400 -> 1-XXH3_64b unaligned : 102400 -> 21535 it/s ( 2103.0 MB/s) 6#XXH3_64b unaligned : 102400 -> 21535 it/s ( 2103.0 MB/s) 1-XXH3_64b w/seed : 102400 -> 1-XXH3_64b w/seed : 102400 -> 21439 it/s ( 2093.7 MB/s) 7#XXH3_64b w/seed : 102400 -> 21439 it/s ( 2093.7 MB/s) 1-XXH3_64b w/seed unaligned : 102400 -> 1-XXH3_64b w/seed unaligned : 102400 -> 21427 it/s ( 2092.5 MB/s) 8#XXH3_64b w/seed unaligned : 102400 -> 21427 it/s ( 2092.5 MB/s) 1-XXH3_64b w/secret : 102400 -> 1-XXH3_64b w/secret : 102400 -> 20733 it/s ( 2024.7 MB/s) 9#XXH3_64b w/secret : 102400 -> 20733 it/s ( 2024.7 MB/s) 1-XXH3_64b w/secret unaligned : 102400 -> 1-XXH3_64b w/secret unaligned : 102400 -> 20878 it/s ( 2038.8 MB/s) 10#XXH3_64b w/secret unaligned : 102400 -> 20878 it/s ( 2038.8 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 21773 it/s ( 2126.2 MB/s) 11#XXH128 : 102400 -> 21773 it/s ( 2126.2 MB/s) 1-XXH128 unaligned : 102400 -> 1-XXH128 unaligned : 102400 -> 21748 it/s ( 2123.8 MB/s) 12#XXH128 unaligned : 102400 -> 21748 it/s ( 2123.8 MB/s) 1-XXH128 w/seed : 102400 -> 1-XXH128 w/seed : 102400 -> 21679 it/s ( 2117.1 MB/s) 13#XXH128 w/seed : 102400 -> 21679 it/s ( 2117.1 MB/s) 1-XXH128 w/seed unaligned : 102400 -> 1-XXH128 w/seed unaligned : 102400 -> 21648 it/s ( 2114.1 MB/s) 14#XXH128 w/seed unaligned : 102400 -> 21648 it/s ( 2114.1 MB/s) 1-XXH128 w/secret : 102400 -> 1-XXH128 w/secret : 102400 -> 21048 it/s ( 2055.4 MB/s) 15#XXH128 w/secret : 102400 -> 21048 it/s ( 2055.4 MB/s) 1-XXH128 w/secret unaligned : 102400 -> 1-XXH128 w/secret unaligned : 102400 -> 21057 it/s ( 2056.3 MB/s) 16#XXH128 w/secret unaligned : 102400 -> 21057 it/s ( 2056.3 MB/s) 1-XXH32_stream : 102400 -> 1-XXH32_stream : 102400 -> 56227 it/s ( 5490.9 MB/s) 17#XXH32_stream : 102400 -> 56227 it/s ( 5490.9 MB/s) 1-XXH32_stream unaligned : 102400 -> 1-XXH32_stream unaligned : 102400 -> 55801 it/s ( 5449.3 MB/s) 18#XXH32_stream unaligned : 102400 -> 55801 it/s ( 5449.3 MB/s) 1-XXH64_stream : 102400 -> 1-XXH64_stream : 102400 -> 30803 it/s ( 3008.1 MB/s) 19#XXH64_stream : 102400 -> 30803 it/s ( 3008.1 MB/s) 1-XXH64_stream unaligned : 102400 -> 1-XXH64_stream unaligned : 102400 -> 30136 it/s ( 2942.9 MB/s) 20#XXH64_stream unaligned : 102400 -> 30136 it/s ( 2942.9 MB/s) 1-XXH3_stream : 102400 -> 1-XXH3_stream : 102400 -> 21728 it/s ( 2121.9 MB/s) 21#XXH3_stream : 102400 -> 21728 it/s ( 2121.9 MB/s) 1-XXH3_stream unaligned : 102400 -> 1-XXH3_stream unaligned : 102400 -> 21695 it/s ( 2118.6 MB/s) 22#XXH3_stream unaligned : 102400 -> 21695 it/s ( 2118.6 MB/s) 1-XXH3_stream w/seed : 102400 -> 1-XXH3_stream w/seed : 102400 -> 21880 it/s ( 2136.7 MB/s) 23#XXH3_stream w/seed : 102400 -> 21880 it/s ( 2136.7 MB/s) 1-XXH3_stream w/seed unaligned : 102400 -> 1-XXH3_stream w/seed unaligned : 102400 -> 21651 it/s ( 2114.4 MB/s) 24#XXH3_stream w/seed unaligned : 102400 -> 21651 it/s ( 2114.4 MB/s) 1-XXH128_stream : 102400 -> 1-XXH128_stream : 102400 -> 21748 it/s ( 2123.9 MB/s) 25#XXH128_stream : 102400 -> 21748 it/s ( 2123.9 MB/s) 1-XXH128_stream unaligned : 102400 -> 1-XXH128_stream unaligned : 102400 -> 21690 it/s ( 2118.2 MB/s) 26#XXH128_stream unaligned : 102400 -> 21690 it/s ( 2118.2 MB/s) 1-XXH128_stream w/seed : 102400 -> 1-XXH128_stream w/seed : 102400 -> 21871 it/s ( 2135.9 MB/s) 27#XXH128_stream w/seed : 102400 -> 21871 it/s ( 2135.9 MB/s) 1-XXH128_stream w/seed unaligne : 102400 -> 1-XXH128_stream w/seed unaligne : 102400 -> 21624 it/s ( 2111.7 MB/s) 28#XXH128_stream w/seed unaligne : 102400 -> 21624 it/s ( 2111.7 MB/s) # bench multiple variants ./xxhsum -b1,2,3 -i0 xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 Thumb-2 + unaligned little endian with GCC 11.2.1 20220219 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 56503 it/s ( 5517.9 MB/s) 1#XXH32 : 102400 -> 56503 it/s ( 5517.9 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 56019 it/s ( 5470.6 MB/s) 2#XXH32 unaligned : 102400 -> 56019 it/s ( 5470.6 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 27156 it/s ( 2652.0 MB/s) 3#XXH64 : 102400 -> 27156 it/s ( 2652.0 MB/s) # file bench ./xxhsum -bi0 xxhash.c xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 Thumb-2 + unaligned little endian with GCC 11.2.1 20220219 1-XXH32 : 1855 -> 1-XXH32 : 1855 -> 3104042 it/s ( 5491.3 MB/s) 1#XXH32 : 1855 -> 3104042 it/s ( 5491.3 MB/s) 1-XXH64 : 1855 -> 1-XXH64 : 1855 -> 1395749 it/s ( 2469.2 MB/s) 3#XXH64 : 1855 -> 1395749 it/s ( 2469.2 MB/s) 1-XXH3_64b : 1855 -> 1-XXH3_64b : 1855 -> 1128279 it/s ( 1996.0 MB/s) 5#XXH3_64b : 1855 -> 1128279 it/s ( 1996.0 MB/s) 1-XXH128 : 1855 -> 1-XXH128 : 1855 -> 1069479 it/s ( 1892.0 MB/s) 11#XXH128 : 1855 -> 1069479 it/s ( 1892.0 MB/s) # 32-bit ./xxhsum -H0 xxhash.c 0b9f9eb1 xxhash.c # 128-bit ./xxhsum -H2 xxhash.c 75323380c1b81bbbe6b4fc5c377a18ff xxhash.c # XXH3 (enforce BSD style) ./xxhsum -H3 xxhash.c | grep "XXH3" XXH3 (xxhash.c) = e6b4fc5c377a18ff # request incorrect variant ./xxhsum -H9 xxhash.c ; test $? -eq 1 Wrong parameters xxhsum 0.8.1 by Yann Collet Print or verify checksums using fast non-cryptographic algorithm xxHash Usage: xxhsum [options] [files] When no filename provided or when '-' is provided, uses stdin as input. Options: -H# algorithm selection: 0,1,2,3 or 32,64,128 (default: 1) -c, --check read xxHash checksum from [files] and check them -h, --help display a long help page about advanced options ....... checks completed successfully ....... .............. ---------------------------------------------------------------------- Ran 14 tests in 0.001s OK >>> xxhash: Entering fakeroot... creating pkgconfig Installing libxxhash Installing pkgconfig Installing xxhsum Installing man pages xxhash installation completed >>> xxhash-dev*: Running split function dev... >>> xxhash-dev*: Preparing subpackage xxhash-dev... >>> xxhash-dev*: Stripping binaries >>> xxhash-dev*: Running postcheck for xxhash-dev >>> xxhash-doc*: Running split function doc... >>> xxhash-doc*: Preparing subpackage xxhash-doc... >>> xxhash-doc*: Running postcheck for xxhash-doc >>> py3-xxhash*: Running split function _py3... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10 creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages/xxhash creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages/xxhash/__pycache__ copying build/lib.linux-armv8l-3.10/xxhash/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages/xxhash/__pycache__ copying build/lib.linux-armv8l-3.10/xxhash/__init__.py -> /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages/xxhash copying build/lib.linux-armv8l-3.10/xxhash/_xxhash.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages/xxhash running install_egg_info running egg_info creating xxhash.egg-info writing xxhash.egg-info/PKG-INFO writing dependency_links to xxhash.egg-info/dependency_links.txt writing top-level names to xxhash.egg-info/top_level.txt writing manifest file 'xxhash.egg-info/SOURCES.txt' reading manifest file 'xxhash.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'deps/xxhash/LICENSE' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'xxhash.egg-info/SOURCES.txt' Copying xxhash.egg-info to /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.10/site-packages/xxhash-1.4.4-py3.10.egg-info running install_scripts >>> py3-xxhash*: Preparing subpackage py3-xxhash... >>> py3-xxhash*: Stripping binaries >>> py3-xxhash*: Running postcheck for py3-xxhash >>> libxxhash*: Running split function libs... >>> libxxhash*: Preparing subpackage libxxhash... >>> libxxhash*: Stripping binaries >>> libxxhash*: Running postcheck for libxxhash >>> xxhash*: Running postcheck for xxhash >>> xxhash*: Preparing package xxhash... >>> xxhash*: Stripping binaries >>> libxxhash*: Scanning shared objects >>> py3-xxhash*: Scanning shared objects >>> xxhash-dev*: Scanning shared objects >>> xxhash-doc*: Scanning shared objects >>> xxhash*: Scanning shared objects >>> libxxhash*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> libxxhash*: Package size: 36.0 KB >>> libxxhash*: Compressing data... >>> libxxhash*: Create checksum... >>> libxxhash*: Create libxxhash-0.8.1-r0.apk >>> py3-xxhash*: Tracing dependencies... python3 xxhash so:libc.musl-armv7.so.1 >>> py3-xxhash*: Package size: 92.0 KB >>> py3-xxhash*: Compressing data... >>> py3-xxhash*: Create checksum... >>> py3-xxhash*: Create py3-xxhash-0.8.1-r0.apk >>> xxhash-dev*: Tracing dependencies... libxxhash=0.8.1-r0 pkgconfig >>> xxhash-dev*: Package size: 236.0 KB >>> xxhash-dev*: Compressing data... >>> xxhash-dev*: Create checksum... >>> xxhash-dev*: Create xxhash-dev-0.8.1-r0.apk >>> xxhash-doc*: Tracing dependencies... >>> xxhash-doc*: Package size: 24.0 KB >>> xxhash-doc*: Compressing data... >>> xxhash-doc*: Create checksum... >>> xxhash-doc*: Create xxhash-doc-0.8.1-r0.apk >>> xxhash*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> xxhash*: Package size: 56.0 KB >>> xxhash*: Compressing data... >>> xxhash*: Create checksum... >>> xxhash*: Create xxhash-0.8.1-r0.apk >>> xxhash: Build complete at Thu, 14 Apr 2022 22:02:26 +0000 elapsed time 0h 0m 17s >>> xxhash: Cleaning up srcdir >>> xxhash: Cleaning up pkgdir >>> xxhash: Uninstalling dependencies... (1/17) Purging .makedepends-xxhash (20220414.220213) (2/17) Purging python3-dev (3.10.3-r0) (3/17) Purging py3-setuptools (59.4.0-r0) (4/17) Purging py3-appdirs (1.4.4-r3) (5/17) Purging py3-more-itertools (8.12.0-r2) (6/17) Purging py3-ordered-set (4.0.2-r3) (7/17) Purging py3-packaging (21.3-r0) (8/17) Purging py3-six (1.16.0-r1) (9/17) Purging py3-parsing (2.4.7-r3) (10/17) Purging python3 (3.10.3-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.5-r1) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.2-r0) (17/17) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> xxhash: Updating the community/armv7 repository index... >>> xxhash: Signing the index...