Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/xxhash.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-adb643732f77776e6b8b9be4999eeed091bf0b01/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/xxhash.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/xxhash-0.8.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/xxhash.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-adb643732f77776e6b8b9be4999eeed091bf0b01/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/xxhash.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XWiyZN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xxHash-0.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/xxhash-0.8.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd xxHash-0.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (xxhash-epel7-ppc64le.patch):' Patch #0 (xxhash-epel7-ppc64le.patch): + /usr/bin/patch -p1 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/xxhash-epel7-ppc64le.patch patching file xxhash.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ORGW3s + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + /usr/bin/make -j4 'MOREFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro ' DISPATCH=0 cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -c -o xxhash.o xxhash.c cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -fPIC xxhash.c -shared -Wl,-soname=libxxhash.so.0 -o libxxhash.so.0.8.1 cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -c -o cli/xxhsum.o cli/xxhsum.c cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -c -o cli/xsum_os_specific.o cli/xsum_os_specific.c cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -c -o cli/xsum_output.o cli/xsum_output.c cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -c -o cli/xsum_sanity_check.o cli/xsum_sanity_check.c cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro -c -o cli/xsum_bench.o cli/xsum_bench.c ar rcs libxxhash.a xxhash.o cc -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -Wl,-z,relro 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 libxxhash.so.0.8.1 libxxhash.so.0 ln -sf libxxhash.so.0.8.1 libxxhash.so ln -sf xxhsum xxh32sum ln -sf xxhsum xxh64sum ln -sf xxhsum xxh128sum + doxygen /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:98: warning: explicit link request to 'define' could not be resolved /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:99: warning: explicit link request to 'include' could not be resolved /builddir/build/BUILD/xxHash-0.8.1/xxh_x86dispatch.c:317: warning: Found unknown command `\ret' /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2116: warning: argument 'length' of command @param is not found in the argument list of XXH32(const void *input, size_t len, XXH32_hash_t seed) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2116: warning: The following parameters of XXH32(const void *input, size_t len, XXH32_hash_t seed) are not documented: parameter 'len' /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2152: warning: argument 'dst_state' of command @param is not found in the argument list of XXH32_copyState(XXH32_state_t *dstState, const XXH32_state_t *srcState) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2152: warning: argument 'src_state' of command @param is not found in the argument list of XXH32_copyState(XXH32_state_t *dstState, const XXH32_state_t *srcState) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2152: warning: The following parameters of XXH32_copyState(XXH32_state_t *dstState, const XXH32_state_t *srcState) are not documented: parameter 'dstState' parameter 'srcState' /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2166: warning: unable to resolve reference to `XXH_OK' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2166: warning: unable to resolve reference to `XXH_ERROR' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2173: warning: argument 'statePtr' of command @param is not found in the argument list of XXH32_update(XXH32_state_t *state, const void *input, size_t len) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2173: warning: argument 'length' of command @param is not found in the argument list of XXH32_update(XXH32_state_t *state, const void *input, size_t len) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2186: warning: unable to resolve reference to `XXH_OK' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2186: warning: unable to resolve reference to `XXH_ERROR' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2173: warning: The following parameters of XXH32_update(XXH32_state_t *state, const void *input, size_t len) are not documented: parameter 'state' parameter 'len' /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2228: warning: argument 'statePtr' of command @param is not found in the argument list of XXH32_digest(const XXH32_state_t *state) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2228: warning: The following parameters of XXH32_digest(const XXH32_state_t *state) are not documented: parameter 'state' /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2534: warning: argument 'length' of command @param is not found in the argument list of XXH64(const void *input, size_t len, XXH64_hash_t seed) /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2534: warning: The following parameters of XXH64(const void *input, size_t len, XXH64_hash_t seed) are not documented: parameter 'len' /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:1316: warning: End of list marker found without any preceding list items /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:2819: warning: unable to resolve reference to `XXH_X86DISPATCH' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:965: warning: unable to resolve reference to `XXH_STATIC_LINKING_ONLY' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:966: warning: unable to resolve reference to `XXH_INLINE_ALL' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:966: warning: unable to resolve reference to `XXH_IMPLEMENTATION' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:1051: warning: unable to resolve reference to `XXH_STATIC_LINKING_ONLY' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:1052: warning: unable to resolve reference to `XXH_INLINE_ALL' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:1052: warning: unable to resolve reference to `XXH_IMPLEMENTATION' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:1073: warning: unable to resolve reference to `XXH32_state_s::v1' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:989: warning: unable to resolve reference to `XXH_STATIC_LINKING_ONLY' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:990: warning: unable to resolve reference to `XXH_INLINE_ALL' for \ref command /builddir/build/BUILD/xxHash-0.8.1/xxhash.h:990: warning: unable to resolve reference to `XXH_IMPLEMENTATION' for \ref command + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yOO6vD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm ++ dirname /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm + cd xxHash-0.8.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm PREFIX=/usr LIBDIR=/usr/lib creating pkgconfig Installing libxxhash Installing pkgconfig Installing xxhsum Installing man pages xxhash installation completed + rm /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm//usr/lib/libxxhash.a + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/xxHash-0.8.1 extracting debug info from /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/lib/libxxhash.so.0.8.1 extracting debug info from /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/bin/xxhsum /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libxxhash.so.0.8.1.debug to /usr/lib/debug/usr/lib/libxxhash.so.debug symlinked /usr/lib/debug/usr/lib/libxxhash.so.0.8.1.debug to /usr/lib/debug/usr/lib/libxxhash.so.0.debug symlinked /usr/lib/debug/usr/bin/xxhsum.debug to /usr/lib/debug/usr/bin/xxh128sum.debug symlinked /usr/lib/debug/usr/bin/xxhsum.debug to /usr/lib/debug/usr/bin/xxh32sum.debug symlinked /usr/lib/debug/usr/bin/xxhsum.debug to /usr/lib/debug/usr/bin/xxh64sum.debug 635 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zDy0nj + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + make check # stdin ./xxhsum < xxhash.c a9c413a5c9548a52 stdin # multiple files ./xxhsum xxhash.* a9c413a5c9548a52 xxhash.c e53427e996d00b77 xxhash.h bc48861d9832f847 xxhash.o # internal bench ./xxhsum -bi0 xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 + unaligned little endian with GCC 4.8.5 20150623 (Red Hat 4.8.5-44) Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 38400 it/s ( 3750.0 MB/s) 1#XXH32 : 102400 -> 38400 it/s ( 3750.0 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 12800 it/s ( 1250.0 MB/s) 3#XXH64 : 102400 -> 12800 it/s ( 1250.0 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 11815 it/s ( 1153.8 MB/s) 5#XXH3_64b : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 12288 it/s ( 1200.0 MB/s) 11#XXH128 : 102400 -> 12288 it/s ( 1200.0 MB/s) # long bench command ./xxhsum --benchmark-all -i0 xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 + unaligned little endian with GCC 4.8.5 20150623 (Red Hat 4.8.5-44) Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 38400 it/s ( 3750.0 MB/s) 1#XXH32 : 102400 -> 38400 it/s ( 3750.0 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 34133 it/s ( 3333.3 MB/s) 2#XXH32 unaligned : 102400 -> 34133 it/s ( 3333.3 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 12800 it/s ( 1250.0 MB/s) 3#XXH64 : 102400 -> 12800 it/s ( 1250.0 MB/s) 1-XXH64 unaligned : 102400 -> 1-XXH64 unaligned : 102400 -> 13357 it/s ( 1304.3 MB/s) 4#XXH64 unaligned : 102400 -> 13357 it/s ( 1304.3 MB/s) 1-XXH3_64b : 102400 -> 1-XXH3_64b : 102400 -> 11815 it/s ( 1153.8 MB/s) 5#XXH3_64b : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH3_64b unaligned : 102400 -> 1-XXH3_64b unaligned : 102400 -> 12288 it/s ( 1200.0 MB/s) 6#XXH3_64b unaligned : 102400 -> 12288 it/s ( 1200.0 MB/s) 1-XXH3_64b w/seed : 102400 -> 1-XXH3_64b w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 7#XXH3_64b w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH3_64b w/seed unaligned : 102400 -> 1-XXH3_64b w/seed unaligned : 102400 -> 11378 it/s ( 1111.1 MB/s) 8#XXH3_64b w/seed unaligned : 102400 -> 11378 it/s ( 1111.1 MB/s) 1-XXH3_64b w/secret : 102400 -> 1-XXH3_64b w/secret : 102400 -> 9600 it/s ( 937.5 MB/s) 9#XXH3_64b w/secret : 102400 -> 9600 it/s ( 937.5 MB/s) 1-XXH3_64b w/secret unaligned : 102400 -> 1-XXH3_64b w/secret unaligned : 102400 -> 9309 it/s ( 909.1 MB/s) 10#XXH3_64b w/secret unaligned : 102400 -> 9309 it/s ( 909.1 MB/s) 1-XXH128 : 102400 -> 1-XXH128 : 102400 -> 12288 it/s ( 1200.0 MB/s) 11#XXH128 : 102400 -> 12288 it/s ( 1200.0 MB/s) 1-XXH128 unaligned : 102400 -> 1-XXH128 unaligned : 102400 -> 12288 it/s ( 1200.0 MB/s) 12#XXH128 unaligned : 102400 -> 12288 it/s ( 1200.0 MB/s) 1-XXH128 w/seed : 102400 -> 1-XXH128 w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 13#XXH128 w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH128 w/seed unaligned : 102400 -> 1-XXH128 w/seed unaligned : 102400 -> 11378 it/s ( 1111.1 MB/s) 14#XXH128 w/seed unaligned : 102400 -> 11378 it/s ( 1111.1 MB/s) 1-XXH128 w/secret : 102400 -> 1-XXH128 w/secret : 102400 -> 9600 it/s ( 937.5 MB/s) 15#XXH128 w/secret : 102400 -> 9600 it/s ( 937.5 MB/s) 1-XXH128 w/secret unaligned : 102400 -> 1-XXH128 w/secret unaligned : 102400 -> 9309 it/s ( 909.1 MB/s) 16#XXH128 w/secret unaligned : 102400 -> 9309 it/s ( 909.1 MB/s) 1-XXH32_stream : 102400 -> 1-XXH32_stream : 102400 -> 38400 it/s ( 3750.0 MB/s) 17#XXH32_stream : 102400 -> 38400 it/s ( 3750.0 MB/s) 1-XXH32_stream unaligned : 102400 -> 1-XXH32_stream unaligned : 102400 -> 38400 it/s ( 3750.0 MB/s) 18#XXH32_stream unaligned : 102400 -> 38400 it/s ( 3750.0 MB/s) 1-XXH64_stream : 102400 -> 1-XXH64_stream : 102400 -> 12800 it/s ( 1250.0 MB/s) 19#XXH64_stream : 102400 -> 12800 it/s ( 1250.0 MB/s) 1-XXH64_stream unaligned : 102400 -> 1-XXH64_stream unaligned : 102400 -> 12288 it/s ( 1200.0 MB/s) 20#XXH64_stream unaligned : 102400 -> 12288 it/s ( 1200.0 MB/s) 1-XXH3_stream : 102400 -> 1-XXH3_stream : 102400 -> 11815 it/s ( 1153.8 MB/s) 21#XXH3_stream : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH3_stream unaligned : 102400 -> 1-XXH3_stream unaligned : 102400 -> 11815 it/s ( 1153.8 MB/s) 22#XXH3_stream unaligned : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH3_stream w/seed : 102400 -> 1-XXH3_stream w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 23#XXH3_stream w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH3_stream w/seed unaligned : 102400 -> 1-XXH3_stream w/seed unaligned : 102400 -> 11815 it/s ( 1153.8 MB/s) 24#XXH3_stream w/seed unaligned : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH128_stream : 102400 -> 1-XXH128_stream : 102400 -> 11815 it/s ( 1153.8 MB/s) 25#XXH128_stream : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH128_stream unaligned : 102400 -> 1-XXH128_stream unaligned : 102400 -> 11378 it/s ( 1111.1 MB/s) 26#XXH128_stream unaligned : 102400 -> 11378 it/s ( 1111.1 MB/s) 1-XXH128_stream w/seed : 102400 -> 1-XXH128_stream w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 27#XXH128_stream w/seed : 102400 -> 11815 it/s ( 1153.8 MB/s) 1-XXH128_stream w/seed unaligne : 102400 -> 1-XXH128_stream w/seed unaligne : 102400 -> 11378 it/s ( 1111.1 MB/s) 28#XXH128_stream w/seed unaligne : 102400 -> 11378 it/s ( 1111.1 MB/s) # bench multiple variants ./xxhsum -b1,2,3 -i0 xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 + unaligned little endian with GCC 4.8.5 20150623 (Red Hat 4.8.5-44) Sample of 100 KB... 1-XXH32 : 102400 -> 1-XXH32 : 102400 -> 38400 it/s ( 3750.0 MB/s) 1#XXH32 : 102400 -> 38400 it/s ( 3750.0 MB/s) 1-XXH32 unaligned : 102400 -> 1-XXH32 unaligned : 102400 -> 34133 it/s ( 3333.3 MB/s) 2#XXH32 unaligned : 102400 -> 34133 it/s ( 3333.3 MB/s) 1-XXH64 : 102400 -> 1-XXH64 : 102400 -> 12800 it/s ( 1250.0 MB/s) 3#XXH64 : 102400 -> 12800 it/s ( 1250.0 MB/s) # file bench ./xxhsum -bi0 xxhash.c xxhsum 0.8.1 by Yann Collet compiled as 32-bit ARMv7 + unaligned little endian with GCC 4.8.5 20150623 (Red Hat 4.8.5-44) 1-XXH32 : 1855 -> 1-XXH32 : 1855 -> 1883222 it/s ( 3331.5 MB/s) 1#XXH32 : 1855 -> 1883222 it/s ( 3331.5 MB/s) 1-XXH64 : 1855 -> 1-XXH64 : 1855 -> 651885 it/s ( 1153.2 MB/s) 3#XXH64 : 1855 -> 651885 it/s ( 1153.2 MB/s) 1-XXH3_64b : 1855 -> 1-XXH3_64b : 1855 -> 627741 it/s ( 1110.5 MB/s) 5#XXH3_64b : 1855 -> 627741 it/s ( 1110.5 MB/s) 1-XXH128 : 1855 -> 1-XXH128 : 1855 -> 584448 it/s ( 1033.9 MB/s) 11#XXH128 : 1855 -> 584448 it/s ( 1033.9 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 ....... + make test-xxhsum-c # xxhsum to/from pipe ./xxhsum xxhsum xxhash.c xxhash.h | ./xxhsum -c - xxhsum: OK xxhash.c: OK xxhash.h: OK ./xxhsum -H0 xxhsum xxhash.c xxhash.h | ./xxhsum -c - xxhsum: OK xxhash.c: OK xxhash.h: OK # xxhsum -c is unable to verify checksum of file from STDIN (#470) ./xxhsum < README.md > .test.README.md.xxh ./xxhsum -c .test.README.md.xxh < README.md stdin: OK # xxhsum -q does not display "Loading" message into stderr (#251) ! ./xxhsum -q xxhsum xxhash.c xxhash.h 2>&1 | grep Loading # xxhsum does not display "Loading" message into stderr either ! ./xxhsum xxhsum xxhash.c xxhash.h 2>&1 | grep Loading # Check that xxhsum do display filename that it failed to open. LC_ALL=C ./xxhsum nonexistent 2>&1 | grep "Error: Could not open 'nonexistent'" Error: Could not open 'nonexistent': No such file or directory. # xxhsum to/from file, shell redirection ./xxhsum xxhsum xxhash.c xxhash.h > .test.xxh64 ./xxhsum --tag xxhsum xxhash.c xxhash.h > .test.xxh64_tag ./xxhsum --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh64 ./xxhsum --tag --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh64_tag ./xxhsum -H0 xxhsum xxhash.c xxhash.h > .test.xxh32 ./xxhsum -H0 --tag xxhsum xxhash.c xxhash.h > .test.xxh32_tag ./xxhsum -H0 --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh32 ./xxhsum -H0 --tag --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh32_tag ./xxhsum -H2 xxhsum xxhash.c xxhash.h > .test.xxh128 ./xxhsum -H2 --tag xxhsum xxhash.c xxhash.h > .test.xxh128_tag ./xxhsum -H2 --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh128 ./xxhsum -H2 --tag --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh128_tag ./xxhsum -H3 xxhsum xxhash.c xxhash.h > .test.xxh3 ./xxhsum -H3 --tag xxhsum xxhash.c xxhash.h > .test.xxh3_tag ./xxhsum -H3 --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh3 ./xxhsum -H3 --tag --little-endian xxhsum xxhash.c xxhash.h > .test.le_xxh3_tag ./xxhsum -c .test.xxh* xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK ./xxhsum -c --little-endian .test.le_xxh* xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK ./xxhsum -c .test.*_tag xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK # read list of files from stdin ./xxhsum -c < .test.xxh32 xxhsum: OK xxhash.c: OK xxhash.h: OK ./xxhsum -c < .test.xxh64 xxhsum: OK xxhash.c: OK xxhash.h: OK ./xxhsum -c < .test.xxh128 xxhsum: OK xxhash.c: OK xxhash.h: OK ./xxhsum -c < .test.xxh3 xxhsum: OK xxhash.c: OK xxhash.h: OK cat .test.xxh* | ./xxhsum -c - xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK xxhsum: OK xxhash.c: OK xxhash.h: OK # check variant with '*' marker as second separator sed 's/ / \*/' .test.xxh32 | ./xxhsum -c xxhsum: OK xxhash.c: OK xxhash.h: OK # bsd-style output ./xxhsum --tag xxhsum* | grep XXH64 XXH64 (xxhsum) = e470a45988bf500e ./xxhsum --tag -H0 xxhsum* | grep XXH32 XXH32 (xxhsum) = 677b1766 ./xxhsum --tag -H1 xxhsum* | grep XXH64 XXH64 (xxhsum) = e470a45988bf500e ./xxhsum --tag -H2 xxhsum* | grep XXH128 XXH128 (xxhsum) = daed28fefab5560ea883a629e2f93632 ./xxhsum --tag -H3 xxhsum* | grep XXH3 XXH3 (xxhsum) = a883a629e2f93632 ./xxhsum -H3 xxhsum* | grep XXH3 # --tag is implicit for H3 XXH3 (xxhsum) = a883a629e2f93632 ./xxhsum --tag -H32 xxhsum* | grep XXH32 XXH32 (xxhsum) = 677b1766 ./xxhsum --tag -H64 xxhsum* | grep XXH64 XXH64 (xxhsum) = e470a45988bf500e ./xxhsum --tag -H128 xxhsum* | grep XXH128 XXH128 (xxhsum) = daed28fefab5560ea883a629e2f93632 ./xxhsum --tag -H0 --little-endian xxhsum* | grep XXH32_LE XXH32_LE (xxhsum) = 66177b67 ./xxhsum --tag -H1 --little-endian xxhsum* | grep XXH64_LE XXH64_LE (xxhsum) = 0e50bf8859a470e4 ./xxhsum --tag -H2 --little-endian xxhsum* | grep XXH128_LE XXH128_LE (xxhsum) = 3236f9e229a683a80e56b5fafe28edda ./xxhsum -H3 --little-endian xxhsum* | grep XXH3_LE XXH3_LE (xxhsum) = 3236f9e229a683a8 ./xxhsum --tag -H32 --little-endian xxhsum* | grep XXH32_LE XXH32_LE (xxhsum) = 66177b67 ./xxhsum --tag -H64 --little-endian xxhsum* | grep XXH64_LE XXH64_LE (xxhsum) = 0e50bf8859a470e4 ./xxhsum --tag -H128 --little-endian xxhsum* | grep XXH128_LE XXH128_LE (xxhsum) = 3236f9e229a683a80e56b5fafe28edda # check bsd-style ./xxhsum --tag xxhsum* | ./xxhsum -c xxhsum: OK ./xxhsum --tag -H32 --little-endian xxhsum* | ./xxhsum -c xxhsum: OK # xxhsum -c warns improperly format lines. echo '12345678 ' >>.test.xxh32 ./xxhsum -c .test.xxh32 | grep improperly 1 line is improperly formatted echo '123456789 file' >>.test.xxh64 ./xxhsum -c .test.xxh64 | grep improperly 1 line is improperly formatted # Expects "FAILED" echo "0000000000000000 LICENSE" | ./xxhsum -c -; test $? -eq 1 LICENSE: FAILED 1 computed checksum did NOT match echo "00000000 LICENSE" | ./xxhsum -c -; test $? -eq 1 LICENSE: FAILED 1 computed checksum did NOT match # Expects "FAILED open or read" echo "0000000000000000 test-expects-file-not-found" | ./xxhsum -c -; test $? -eq 1 stdin:1: Could not open or read 'test-expects-file-not-found': No such file or directory. 1 listed file could not be read echo "00000000 test-expects-file-not-found" | ./xxhsum -c -; test $? -eq 1 stdin:1: Could not open or read 'test-expects-file-not-found': No such file or directory. 1 listed file could not be read + exit 0 Processing files: xxhash-0.8.1-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.auAGMR + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-0.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-0.8.1 + cp -pr cli/README.md /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-0.8.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rSu5Jo + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + LICENSEDIR=/builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/licenses/xxhash-0.8.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/licenses/xxhash-0.8.1 + cp -pr cli/COPYING /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/licenses/xxhash-0.8.1 + exit 0 Provides: xxhash = 0.8.1-1.el7 xxhash(armv7hl-32) = 0.8.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: xxhash-libs-0.8.1-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.q5t9m1 + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-libs-0.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-libs-0.8.1 + cp -pr README.md /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-libs-0.8.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HR0pbH + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + LICENSEDIR=/builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/licenses/xxhash-libs-0.8.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/licenses/xxhash-libs-0.8.1 + cp -pr LICENSE /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/licenses/xxhash-libs-0.8.1 + exit 0 Provides: libxxhash.so.0 xxhash-libs = 0.8.1-1.el7 xxhash-libs(armv7hl-32) = 0.8.1-1.el7 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: xxhash-devel-0.8.1-1.el7.armv7hl Provides: pkgconfig(libxxhash) = 0.8.1 xxhash-devel = 0.8.1-1.el7 xxhash-devel(armv7hl-32) = 0.8.1-1.el7 xxhash-static = 0.8.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libxxhash.so.0 Processing files: xxhash-doc-0.8.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iuFpAA + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-doc-0.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-doc-0.8.1 + cp -pr doxygen/html /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm/usr/share/doc/xxhash-doc-0.8.1 + exit 0 Provides: xxhash-doc = 0.8.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: xxhash-debuginfo-0.8.1-1.el7.armv7hl Provides: xxhash-debuginfo = 0.8.1-1.el7 xxhash-debuginfo(armv7hl-32) = 0.8.1-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm Wrote: /builddir/build/RPMS/xxhash-0.8.1-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/xxhash-libs-0.8.1-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/xxhash-devel-0.8.1-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/xxhash-doc-0.8.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/xxhash-debuginfo-0.8.1-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qBTZm8 + umask 022 + cd /builddir/build/BUILD + cd xxHash-0.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/xxhash-0.8.1-1.el7.arm + exit 0 Child return code was: 0