>>> xxhash: Building main/xxhash 0.8.3-r0 (using abuild 3.14.1-r5) started Sun, 05 Jan 2025 22:24:58 +0000 >>> xxhash: Validating /home/buildozer/aports/main/xxhash/APKBUILD... >>> xxhash: Analyzing dependencies... >>> xxhash: Installing for build: build-base (1/1) Installing .makedepends-xxhash (20250105.222458) OK: 246 MiB in 103 packages >>> xxhash: Cleaning up srcdir >>> xxhash: Cleaning up pkgdir >>> xxhash: Cleaning up tmpdir >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xxhash-0.8.3.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.3.tar.gz::https://github.com/Cyan4973/xxHash/archive/v0.8.3.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 1120k 0 1120k 0 0 2880k 0 --:--:-- --:--:-- --:--:-- 2880k >>> xxhash: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xxhash-0.8.3.tar.gz >>> xxhash: Checking sha512sums... xxhash-0.8.3.tar.gz: OK >>> xxhash: Unpacking /var/cache/distfiles/xxhash-0.8.3.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o xxhash.o xxhash.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -fPIC xxhash.c -Wl,--as-needed,-O1,--sort-common -shared -Wl,-soname=libxxhash.so.0 -o libxxhash.so.0.8.3 gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o cli/xxhsum.o cli/xxhsum.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o cli/xsum_os_specific.o cli/xsum_os_specific.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o cli/xsum_arch.o cli/xsum_arch.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o cli/xsum_output.o cli/xsum_output.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o cli/xsum_sanity_check.o cli/xsum_sanity_check.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -c -o cli/xsum_bench.o cli/xsum_bench.c ar rcs libxxhash.a xxhash.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 xxhash.o cli/xxhsum.o cli/xsum_os_specific.o cli/xsum_arch.o cli/xsum_output.o cli/xsum_sanity_check.o cli/xsum_bench.o -Wl,--as-needed,-O1,--sort-common -o xxhsum ln -sf libxxhash.so.0.8.3 libxxhash.so.0 ln -sf libxxhash.so.0.8.3 libxxhash.so ln -sf xxhsum xxh32sum ln -sf xxhsum xxh64sum ln -sf xxhsum xxh128sum ln -sf xxhsum xxh3sum make -C tests test_sanity make[1]: Entering directory '/home/buildozer/aports/main/xxhash/src/xxHash-0.8.3/tests' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DXXH_FORCE_MEMORY_ACCESS=1 -flto=auto -O2 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -Wall -Wextra -Wundef -g -Wl,--as-needed,-O1,--sort-common sanity_test.c -o sanity_test ./sanity_test OK. (passes 49948 tests) make[1]: Leaving directory '/home/buildozer/aports/main/xxhash/src/xxHash-0.8.3/tests' # stdin # If you get "Wrong parameters" on Emscripten+Node.js, recompile with `NODE_JS=1` ./xxhsum < xxhash.c 5ffb01494ce73724 stdin # multiple files ./xxhsum xxhash.* 5ffb01494ce73724 xxhash.c 33c1f3c9184bb74a xxhash.h 63fa542066c1929f xxhash.o # internal bench ./xxhsum -bi0 xxhsum 0.8.3 by Yann Collet compiled as 64-bit loongarch little endian with GCC 14.2.0 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 45717 it/s ( 4464.5 MB/s) 1#XXH32 : 102400 -> 45717 it/s ( 4464.5 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 91070 it/s ( 8893.5 MB/s) 3#XXH64 : 102400 -> 91070 it/s ( 8893.5 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 75680 it/s ( 7390.6 MB/s) 5#XXH3_64b : 102400 -> 75680 it/s ( 7390.6 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 70742 it/s ( 6908.4 MB/s) 11#XXH128 : 102400 -> 70742 it/s ( 6908.4 MB/s) # long bench command ./xxhsum --benchmark-all -i0 xxhsum 0.8.3 by Yann Collet compiled as 64-bit loongarch little endian with GCC 14.2.0 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 45717 it/s ( 4464.5 MB/s) 1#XXH32 : 102400 -> 45717 it/s ( 4464.5 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 43478 it/s ( 4245.9 MB/s) 2#XXH32 unaligned : 102400 -> 43478 it/s ( 4245.9 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 91070 it/s ( 8893.5 MB/s) 3#XXH64 : 102400 -> 91070 it/s ( 8893.5 MB/s) 1-XXH64 unaligned : 102400 -> 1-XXH64 unaligned : 102400 -> 90669 it/s ( 8854.4 MB/s) 4#XXH64 unaligned : 102400 -> 90669 it/s ( 8854.4 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 75959 it/s ( 7417.8 MB/s) 5#XXH3_64b : 102400 -> 75959 it/s ( 7417.8 MB/s) 1-XXH3_64b unaligned : 102400 -> 1-XXH3_64b unaligned : 102400 -> 72689 it/s ( 7098.5 MB/s) 6#XXH3_64b unaligned : 102400 -> 72689 it/s ( 7098.5 MB/s) 1-XXH3_64b w/seed : 102400 -> 1-XXH3_64b w/seed : 102400 -> 75347 it/s ( 7358.2 MB/s) 7#XXH3_64b w/seed : 102400 -> 75347 it/s ( 7358.2 MB/s) 1-XXH3_64b w/seed unaligned : 102400 -> 1-XXH3_64b w/seed unaligned : 102400 -> 73571 it/s ( 7184.7 MB/s) 8#XXH3_64b w/seed unaligned : 102400 -> 73571 it/s ( 7184.7 MB/s) 1-XXH3_64b w/secret : 102400 -> 1-XXH3_64b w/secret : 102400 -> 72946 it/s ( 7123.6 MB/s) 9#XXH3_64b w/secret : 102400 -> 72946 it/s ( 7123.6 MB/s) 1-XXH3_64b w/secret unaligned : 102400 -> 1-XXH3_64b w/secret unaligned : 102400 -> 70259 it/s ( 6861.3 MB/s) 10#XXH3_64b w/secret unaligned : 102400 -> 70259 it/s ( 6861.3 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 70742 it/s ( 6908.4 MB/s) 11#XXH128 : 102400 -> 70742 it/s ( 6908.4 MB/s) 1-XXH128 unaligned : 102400 -> 1-XXH128 unaligned : 102400 -> 70742 it/s ( 6908.4 MB/s) 12#XXH128 unaligned : 102400 -> 70742 it/s ( 6908.4 MB/s) 1-XXH128 w/seed : 102400 -> 1-XXH128 w/seed : 102400 -> 72382 it/s ( 7068.6 MB/s) 13#XXH128 w/seed : 102400 -> 72382 it/s ( 7068.6 MB/s) 1-XXH128 w/seed unaligned : 102400 -> 1-XXH128 w/seed unaligned : 102400 -> 69831 it/s ( 6819.4 MB/s) 14#XXH128 w/seed unaligned : 102400 -> 69831 it/s ( 6819.4 MB/s) 1-XXH128 w/secret : 102400 -> 1-XXH128 w/secret : 102400 -> 72843 it/s ( 7113.6 MB/s) 15#XXH128 w/secret : 102400 -> 72843 it/s ( 7113.6 MB/s) 1-XXH128 w/secret unaligned : 102400 -> 1-XXH128 w/secret unaligned : 102400 -> 70163 it/s ( 6851.9 MB/s) 16#XXH128 w/secret unaligned : 102400 -> 70163 it/s ( 6851.9 MB/s) 1-XXH32_stream : 102400 -> 1-XXH32_stream : 102400 -> 34288 it/s ( 3348.4 MB/s) 17#XXH32_stream : 102400 -> 34288 it/s ( 3348.4 MB/s) 1-XXH32_stream unaligned : 102400 -> 1-XXH32_stream unaligned : 102400 -> 34322 it/s ( 3351.7 MB/s) 18#XXH32_stream unaligned : 102400 -> 34322 it/s ( 3351.7 MB/s) 1-XXH64_stream : 102400 -> 1-XXH64_stream : 102400 -> 68393 it/s ( 6679.0 MB/s) 19#XXH64_stream : 102400 -> 68393 it/s ( 6679.0 MB/s) 1-XXH64_stream unaligned : 102400 -> 1-XXH64_stream unaligned : 102400 -> 68575 it/s ( 6696.8 MB/s) 20#XXH64_stream unaligned : 102400 -> 68575 it/s ( 6696.8 MB/s) 1-XXH3_stream : 102400 -> 1-XXH3_stream : 102400 -> 72129 it/s ( 7043.8 MB/s) 21#XXH3_stream : 102400 -> 72129 it/s ( 7043.8 MB/s) 1-XXH3_stream unaligned : 102400 -> 1-XXH3_stream unaligned : 102400 -> 70986 it/s ( 6932.2 MB/s) 22#XXH3_stream unaligned : 102400 -> 70986 it/s ( 6932.2 MB/s) 1-XXH3_stream w/seed : 102400 -> 1-XXH3_stream w/seed : 102400 -> 71877 it/s ( 7019.3 MB/s) 23#XXH3_stream w/seed : 102400 -> 71877 it/s ( 7019.3 MB/s) 1-XXH3_stream w/seed unaligned : 102400 -> 1-XXH3_stream w/seed unaligned : 102400 -> 70645 it/s ( 6898.9 MB/s) 24#XXH3_stream w/seed unaligned : 102400 -> 70645 it/s ( 6898.9 MB/s) 1-XXH128_stream : 102400 -> 1-XXH128_stream : 102400 -> 72028 it/s ( 7034.0 MB/s) 25#XXH128_stream : 102400 -> 72028 it/s ( 7034.0 MB/s) 1-XXH128_stream unaligned : 102400 -> 1-XXH128_stream unaligned : 102400 -> 71034 it/s ( 6937.0 MB/s) 26#XXH128_stream unaligned : 102400 -> 71034 it/s ( 6937.0 MB/s) 1-XXH128_stream w/seed : 102400 -> 1-XXH128_stream w/seed : 102400 -> 71429 it/s ( 6975.4 MB/s) 27#XXH128_stream w/seed : 102400 -> 71429 it/s ( 6975.4 MB/s) 1-XXH128_stream w/seed unaligne : 102400 -> 1-XXH128_stream w/seed unaligne : 102400 -> 70790 it/s ( 6913.1 MB/s) 28#XXH128_stream w/seed unaligne : 102400 -> 70790 it/s ( 6913.1 MB/s) # bench multiple variants ./xxhsum -b1,2,3 -i0 xxhsum 0.8.3 by Yann Collet compiled as 64-bit loongarch little endian with GCC 14.2.0 Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 45717 it/s ( 4464.5 MB/s) 1#XXH32 : 102400 -> 45717 it/s ( 4464.5 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 44168 it/s ( 4313.3 MB/s) 2#XXH32 unaligned : 102400 -> 44168 it/s ( 4313.3 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 91150 it/s ( 8901.4 MB/s) 3#XXH64 : 102400 -> 91150 it/s ( 8901.4 MB/s) # file bench ./xxhsum -bi0 xxhash.c xxhsum 0.8.3 by Yann Collet compiled as 64-bit loongarch little endian with GCC 14.2.0 1-XXH32 : 1855 -> 1-XXH32 : 1855 -> 2151561 it/s ( 3806.3 MB/s) 1#XXH32 : 1855 -> 2151561 it/s ( 3806.3 MB/s) 1-XXH64 : 1855 -> 1-XXH64 : 1855 -> 3825322 it/s ( 6767.2 MB/s) 3#XXH64 : 1855 -> 3825322 it/s ( 6767.2 MB/s) 1-XXH3_64b : 1855 -> 1-XXH3_64b : 1855 -> 3976073 it/s ( 7033.9 MB/s) 5#XXH3_64b : 1855 -> 3976073 it/s ( 7033.9 MB/s) 1-XXH128 : 1855 -> 1-XXH128 : 1855 -> 3591863 it/s ( 6354.2 MB/s) 11#XXH128 : 1855 -> 3591863 it/s ( 6354.2 MB/s) # 32-bit ./xxhsum -H0 xxhash.c 623b23d3 xxhash.c # 128-bit ./xxhsum -H2 xxhash.c 7615c59c2d746e27e873a692555aca2b xxhash.c # XXH3 (enforce BSD style) ./xxhsum -H3 xxhash.c | grep "XXH3" XXH3_e873a692555aca2b xxhash.c # request incorrect variant ./xxhsum -H9 xxhash.c ; test $? -eq 1 Wrong parameters xxhsum 0.8.3 by Yann Collet Create 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# select an xxhash algorithm (default: 1) 0: XXH32 1: XXH64 2: XXH128 (also called XXH3_128bits) 3: XXH3 (also called XXH3_64bits) -c, --check read xxHash checksum from [files] and check them --filelist generate hashes for files listed in [files] -h, --help display a long help page about advanced options ....... checks completed successfully ....... >>> xxhash: Entering fakeroot... Installing libxxhash.a Installing libxxhash libfakeroot internal error: payload not recognized! creating pkgconfig Installing xxhsum Installing man pages Installing pkgconfig xxhash installation completed >>> xxhash-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/main/xxhash/pkg/xxhash-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/main/xxhash/pkg/xxhash-dev/usr/lib/pkgconfig' 'usr/lib/libxxhash.so' -> '/home/buildozer/aports/main/xxhash/pkg/xxhash-dev/usr/lib/libxxhash.so' >>> xxhash-dev*: Preparing subpackage xxhash-dev... >>> xxhash-dev*: Stripping binaries >>> xxhash-dev*: Running postcheck for xxhash-dev >>> xxhash-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/main/xxhash/pkg/xxhash-doc/usr/share/man' >>> xxhash-doc*: Preparing subpackage xxhash-doc... >>> xxhash-doc*: Running postcheck for xxhash-doc >>> libxxhash*: Running split function libs... 'usr/lib/libxxhash.so.0' -> '/home/buildozer/aports/main/xxhash/pkg/libxxhash/usr/lib/libxxhash.so.0' 'usr/lib/libxxhash.so.0.8.3' -> '/home/buildozer/aports/main/xxhash/pkg/libxxhash/usr/lib/libxxhash.so.0.8.3' >>> 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 >>> xxhash-dev*: Scanning shared objects >>> xxhash-doc*: Scanning shared objects >>> xxhash*: Scanning shared objects >>> libxxhash*: Tracing dependencies... so:libc.musl-loongarch64.so.1 >>> libxxhash*: Package size: 49.5 KB >>> libxxhash*: Compressing data... >>> libxxhash*: Create checksum... >>> libxxhash*: Create libxxhash-0.8.3-r0.apk >>> xxhash-dev*: Tracing dependencies... libxxhash=0.8.3-r0 pkgconfig >>> xxhash-dev*: Package size: 264.8 KB >>> xxhash-dev*: Compressing data... >>> xxhash-dev*: Create checksum... >>> xxhash-dev*: Create xxhash-dev-0.8.3-r0.apk >>> xxhash-doc*: Tracing dependencies... >>> xxhash-doc*: Package size: 1.9 KB >>> xxhash-doc*: Compressing data... >>> xxhash-doc*: Create checksum... >>> xxhash-doc*: Create xxhash-doc-0.8.3-r0.apk >>> xxhash*: Tracing dependencies... so:libc.musl-loongarch64.so.1 >>> xxhash*: Package size: 81.8 KB >>> xxhash*: Compressing data... >>> xxhash*: Create checksum... >>> xxhash*: Create xxhash-0.8.3-r0.apk >>> xxhash: Build complete at Sun, 05 Jan 2025 22:25:11 +0000 elapsed time 0h 0m 13s >>> xxhash: Cleaning up srcdir >>> xxhash: Cleaning up pkgdir >>> xxhash: Uninstalling dependencies... (1/1) Purging .makedepends-xxhash (20250105.222458) OK: 246 MiB in 102 packages >>> xxhash: Updating the main/loongarch64 repository index... >>> xxhash: Signing the index...