>>> xxhash: Building community/xxhash 0.8.0-r1 (using abuild 3.9.0_rc2-r1) started Tue, 19 Oct 2021 22:26:34 +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/16) Installing libbz2 (1.0.8-r1) (2/16) Installing libffi (3.4.2-r1) (3/16) Installing gdbm (1.20-r2) (4/16) Installing xz-libs (5.2.5-r0) (5/16) Installing mpdecimal (2.5.1-r1) (6/16) Installing readline (8.1.1-r0) (7/16) Installing sqlite-libs (3.36.0-r0) (8/16) Installing python3 (3.9.7-r3) (9/16) Installing python3-dev (3.9.7-r3) (10/16) Installing py3-ordered-set (4.0.2-r2) (11/16) Installing py3-appdirs (1.4.4-r2) (12/16) Installing py3-parsing (2.4.7-r2) (13/16) Installing py3-six (1.16.0-r0) (14/16) Installing py3-packaging (20.9-r1) (15/16) Installing py3-setuptools (52.0.0-r4) (16/16) Installing .makedepends-xxhash (20211019.222644) Executing busybox-1.34.1-r1.trigger OK: 399 MiB in 105 packages >>> xxhash: Cleaning up srcdir >>> xxhash: Cleaning up pkgdir >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/xxHash-0.8.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 curl: (22) The requested URL returned error: 404 >>> xxhash: Fetching xxHash-0.8.0.tar.gz::https://github.com/Cyan4973/xxHash/archive/v0.8.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 100 123 100 123 0 0 596 0 --:--:-- --:--:-- --:--:-- 600 100 142k 100 142k 0 0 306k 0 --:--:-- --:--:-- --:--:-- 306k >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/python-xxhash-1.4.4.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 curl: (22) The requested URL returned error: 404 >>> xxhash: Fetching python-xxhash-1.4.4.tar.gz::https://github.com/ifduyue/python-xxhash/archive/v1.4.4.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 100 129 100 129 0 0 614 0 --:--:-- --:--:-- --:--:-- 617 100 12566 0 12566 0 0 28410 0 --:--:-- --:--:-- --:--:-- 28410 >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/xxHash-0.8.0.tar.gz >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/python-xxhash-1.4.4.tar.gz >>> xxhash: Checking sha512sums... xxHash-0.8.0.tar.gz: OK python-xxhash-1.4.4.tar.gz: OK >>> xxhash: Unpacking /var/cache/distfiles/v3.15/xxHash-0.8.0.tar.gz... >>> xxhash: Unpacking /var/cache/distfiles/v3.15/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.0 gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -c -o xxhsum.o xxhsum.c ar rcs libxxhash.a xxhash.o gcc -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer xxhash.o xxhsum.o -o xxhsum ln -sf xxhsum xxh32sum ln -sf xxhsum xxh64sum ln -sf xxhsum xxh128sum ln -sf libxxhash.so.0.8.0 libxxhash.so.0 ln -sf libxxhash.so.0.8.0 libxxhash.so running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/xxhash copying xxhash/__init__.py -> build/lib.linux-i686-3.9/xxhash running build_ext building '_xxhash' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/deps creating build/temp.linux-i686-3.9/deps/xxhash creating build/temp.linux-i686-3.9/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -fPIC -Ideps/xxhash -I/usr/include/python3.9 -c deps/xxhash/xxhash.c -o build/temp.linux-i686-3.9/deps/xxhash/xxhash.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer -fPIC -Ideps/xxhash -I/usr/include/python3.9 -c src/_xxhash.c -o build/temp.linux-i686-3.9/src/_xxhash.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -DXXH_FORCE_MEMORY_ACCESS=1 -Os -fomit-frame-pointer build/temp.linux-i686-3.9/deps/xxhash/xxhash.o build/temp.linux-i686-3.9/src/_xxhash.o -L/usr/lib -o build/lib.linux-i686-3.9/xxhash/_xxhash.cpython-39-i386-linux-musl.so # stdin ./xxhsum < xxhash.c a9c413a5c9548a52 stdin # multiple files ./xxhsum xxhash.* xxhsum.* a9c413a5c9548a52 xxhash.c 1cee8f1ad5602754 xxhash.h 2f60ffb4f9477317 xxhash.o 7d677dac06c0c0e1 xxhsum.1 b642d86c92e2cf73 xxhsum.1.md 5fa189cda4e5528f xxhsum.c cfde0b4ae0420041 xxhsum.o # internal bench ./xxhsum -bi0 xxhsum 0.8.0 by Yann Collet compiled as 32-bit i386 little endian with GCC 10.3.1 20210921 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 29855 it/s ( 2915.6 MB/s) 1#XXH32 : 102400 -> 29855 it/s ( 2915.6 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 11837 it/s ( 1156.0 MB/s) 3#XXH64 : 102400 -> 11837 it/s ( 1156.0 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 10907 it/s ( 1065.2 MB/s) 5#XXH3_64b : 102400 -> 10907 it/s ( 1065.2 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 10878 it/s ( 1062.3 MB/s) 11#XXH128 : 102400 -> 10878 it/s ( 1062.3 MB/s) # long bench command ./xxhsum --benchmark-all -i0 xxhsum 0.8.0 by Yann Collet compiled as 32-bit i386 little endian with GCC 10.3.1 20210921 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 22884 it/s ( 2234.8 MB/s) 1#XXH32 : 102400 -> 22884 it/s ( 2234.8 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 18041 it/s ( 1761.8 MB/s) 2#XXH32 unaligned : 102400 -> 18041 it/s ( 1761.8 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 11755 it/s ( 1147.9 MB/s) 3#XXH64 : 102400 -> 11755 it/s ( 1147.9 MB/s) 1-XXH64 unaligned : 102400 -> 1-XXH64 unaligned : 102400 -> 11685 it/s ( 1141.1 MB/s) 4#XXH64 unaligned : 102400 -> 11685 it/s ( 1141.1 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 10913 it/s ( 1065.7 MB/s) 5#XXH3_64b : 102400 -> 10913 it/s ( 1065.7 MB/s) 1-XXH3_64b unaligned : 102400 -> 1-XXH3_64b unaligned : 102400 -> 13624 it/s ( 1330.4 MB/s) 6#XXH3_64b unaligned : 102400 -> 13624 it/s ( 1330.4 MB/s) 1-XXH3_64b w/seed : 102400 -> 1-XXH3_64b w/seed : 102400 -> 14666 it/s ( 1432.3 MB/s) 7#XXH3_64b w/seed : 102400 -> 14666 it/s ( 1432.3 MB/s) 1-XXH3_64b w/seed unaligned : 102400 -> 1-XXH3_64b w/seed unaligned : 102400 -> 14708 it/s ( 1436.4 MB/s) 8#XXH3_64b w/seed unaligned : 102400 -> 14708 it/s ( 1436.4 MB/s) 1-XXH3_64b w/secret : 102400 -> 1-XXH3_64b w/secret : 102400 -> 14495 it/s ( 1415.6 MB/s) 9#XXH3_64b w/secret : 102400 -> 14495 it/s ( 1415.6 MB/s) 1-XXH3_64b w/secret unaligned : 102400 -> 1-XXH3_64b w/secret unaligned : 102400 -> 14295 it/s ( 1396.0 MB/s) 10#XXH3_64b w/secret unaligned : 102400 -> 14295 it/s ( 1396.0 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 14785 it/s ( 1443.9 MB/s) 11#XXH128 : 102400 -> 14785 it/s ( 1443.9 MB/s) 1-XXH128 unaligned : 102400 -> 1-XXH128 unaligned : 102400 -> 14412 it/s ( 1407.4 MB/s) 12#XXH128 unaligned : 102400 -> 14412 it/s ( 1407.4 MB/s) 1-XXH128 w/seed : 102400 -> 1-XXH128 w/seed : 102400 -> 14755 it/s ( 1440.9 MB/s) 13#XXH128 w/seed : 102400 -> 14755 it/s ( 1440.9 MB/s) 1-XXH128 w/seed unaligned : 102400 -> 1-XXH128 w/seed unaligned : 102400 -> 14638 it/s ( 1429.5 MB/s) 14#XXH128 w/seed unaligned : 102400 -> 14638 it/s ( 1429.5 MB/s) 1-XXH128 w/secret : 102400 -> 1-XXH128 w/secret : 102400 -> 14421 it/s ( 1408.3 MB/s) 15#XXH128 w/secret : 102400 -> 14421 it/s ( 1408.3 MB/s) 1-XXH128 w/secret unaligned : 102400 -> 1-XXH128 w/secret unaligned : 102400 -> 14297 it/s ( 1396.2 MB/s) 16#XXH128 w/secret unaligned : 102400 -> 14297 it/s ( 1396.2 MB/s) 1-XXH3_stream : 102400 -> 1-XXH3_stream : 102400 -> 14377 it/s ( 1404.0 MB/s) 17#XXH3_stream : 102400 -> 14377 it/s ( 1404.0 MB/s) 1-XXH3_stream unaligned : 102400 -> 1-XXH3_stream unaligned : 102400 -> 13125 it/s ( 1281.8 MB/s) 18#XXH3_stream unaligned : 102400 -> 13125 it/s ( 1281.8 MB/s) 1-XXH3_stream w/seed : 102400 -> 1-XXH3_stream w/seed : 102400 -> 14309 it/s ( 1397.3 MB/s) 19#XXH3_stream w/seed : 102400 -> 14309 it/s ( 1397.3 MB/s) 1-XXH3_stream w/seed unaligned : 102400 -> 1-XXH3_stream w/seed unaligned : 102400 -> 14122 it/s ( 1379.1 MB/s) 20#XXH3_stream w/seed unaligned : 102400 -> 14122 it/s ( 1379.1 MB/s) 1-XXH128_stream : 102400 -> 1-XXH128_stream : 102400 -> 14360 it/s ( 1402.4 MB/s) 21#XXH128_stream : 102400 -> 14360 it/s ( 1402.4 MB/s) 1-XXH128_stream unaligned : 102400 -> 1-XXH128_stream unaligned : 102400 -> 14133 it/s ( 1380.2 MB/s) 22#XXH128_stream unaligned : 102400 -> 14133 it/s ( 1380.2 MB/s) 1-XXH128_stream w/seed : 102400 -> 1-XXH128_stream w/seed : 102400 -> 14339 it/s ( 1400.3 MB/s) 23#XXH128_stream w/seed : 102400 -> 14339 it/s ( 1400.3 MB/s) 1-XXH128_stream w/seed unaligne : 102400 -> 1-XXH128_stream w/seed unaligne : 102400 -> 14115 it/s ( 1378.4 MB/s) 24#XXH128_stream w/seed unaligne : 102400 -> 14115 it/s ( 1378.4 MB/s) # bench multiple variants ./xxhsum -b1,2,3 -i0 xxhsum 0.8.0 by Yann Collet compiled as 32-bit i386 little endian with GCC 10.3.1 20210921 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 40189 it/s ( 3924.7 MB/s) 1#XXH32 : 102400 -> 40189 it/s ( 3924.7 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 42263 it/s ( 4127.3 MB/s) 2#XXH32 unaligned : 102400 -> 42263 it/s ( 4127.3 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 15895 it/s ( 1552.2 MB/s) 3#XXH64 : 102400 -> 15895 it/s ( 1552.2 MB/s) # file bench ./xxhsum -bi0 xxhash.c xxhsum 0.8.0 by Yann Collet compiled as 32-bit i386 little endian with GCC 10.3.1 20210921 1-XXH32 : 1855 -> 1-XXH32 : 1855 -> 2114634 it/s ( 3740.9 MB/s) 1#XXH32 : 1855 -> 2114634 it/s ( 3740.9 MB/s) 1-XXH64 : 1855 -> 1-XXH64 : 1855 -> 825034 it/s ( 1459.5 MB/s) 3#XXH64 : 1855 -> 825034 it/s ( 1459.5 MB/s) 1-XXH3_64b : 1855 -> 1-XXH3_64b : 1855 -> 757802 it/s ( 1340.6 MB/s) 5#XXH3_64b : 1855 -> 757802 it/s ( 1340.6 MB/s) 1-XXH128 : 1855 -> 1-XXH128 : 1855 -> 709469 it/s ( 1255.1 MB/s) 11#XXH128 : 1855 -> 709469 it/s ( 1255.1 MB/s) # 32-bit ./xxhsum -H0 xxhash.c 0b9f9eb1 xxhash.c # 128-bit ./xxhsum -H2 xxhash.c 75323380c1b81bbbe6b4fc5c377a18ff xxhash.c # request incorrect variant ./xxhsum -H9 xxhash.c ; test $? -eq 1 Wrong parameters xxhsum 0.8.0 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 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.002s 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 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.9 creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/site-packages/xxhash copying build/lib.linux-i686-3.9/xxhash/_xxhash.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/site-packages/xxhash creating /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/site-packages/xxhash/__pycache__ copying build/lib.linux-i686-3.9/xxhash/__pycache__/__init__.cpython-39.pyc -> /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/site-packages/xxhash/__pycache__ copying build/lib.linux-i686-3.9/xxhash/__init__.py -> /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/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 writing manifest file 'xxhash.egg-info/SOURCES.txt' Copying xxhash.egg-info to /home/buildozer/aports/community/xxhash/pkg/py3-xxhash/usr/lib/python3.9/site-packages/xxhash-1.4.4-py3.9.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-x86.so.1 >>> libxxhash*: Package size: 44.0 KB >>> libxxhash*: Compressing data... >>> libxxhash*: Create checksum... >>> libxxhash*: Create libxxhash-0.8.0-r1.apk >>> py3-xxhash*: Tracing dependencies... python3 xxhash so:libc.musl-x86.so.1 >>> py3-xxhash*: Package size: 112.0 KB >>> py3-xxhash*: Compressing data... >>> py3-xxhash*: Create checksum... >>> py3-xxhash*: Create py3-xxhash-0.8.0-r1.apk >>> xxhash-dev*: Tracing dependencies... libxxhash=0.8.0-r1 pkgconfig >>> xxhash-dev*: Package size: 212.0 KB >>> xxhash-dev*: Compressing data... >>> xxhash-dev*: Create checksum... >>> xxhash-dev*: Create xxhash-dev-0.8.0-r1.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.0-r1.apk >>> xxhash*: Tracing dependencies... so:libc.musl-x86.so.1 >>> xxhash*: Package size: 76.0 KB >>> xxhash*: Compressing data... >>> xxhash*: Create checksum... >>> xxhash*: Create xxhash-0.8.0-r1.apk >>> xxhash: Build complete at Tue, 19 Oct 2021 22:27:00 +0000 elapsed time 0h 0m 26s >>> xxhash: Cleaning up srcdir >>> xxhash: Cleaning up pkgdir >>> xxhash: Uninstalling dependencies... (1/16) Purging .makedepends-xxhash (20211019.222644) (2/16) Purging python3-dev (3.9.7-r3) (3/16) Purging py3-setuptools (52.0.0-r4) (4/16) Purging py3-ordered-set (4.0.2-r2) (5/16) Purging py3-appdirs (1.4.4-r2) (6/16) Purging py3-packaging (20.9-r1) (7/16) Purging py3-parsing (2.4.7-r2) (8/16) Purging py3-six (1.16.0-r0) (9/16) Purging python3 (3.9.7-r3) (10/16) Purging libbz2 (1.0.8-r1) (11/16) Purging libffi (3.4.2-r1) (12/16) Purging gdbm (1.20-r2) (13/16) Purging xz-libs (5.2.5-r0) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.1.1-r0) (16/16) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> xxhash: Updating the community/x86 repository index... >>> xxhash: Signing the index...