Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/argon2.spec'], chrootPath='/var/lib/mock/f29-build-18929-10174/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/argon2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/argon2-20161029-6.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/argon2.spec'], chrootPath='/var/lib/mock/f29-build-18929-10174/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/argon2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MBvnyH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + /usr/bin/gzip -dc /builddir/build/SOURCES/phc-winner-argon2-20161029-1c4fc41.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + grep -q soname,libargon2.so.0 Makefile + sed -e 's:lib/@HOST_MULTIARCH@:lib64:;s/@UPSTREAM_VER@/20161029/' -i libargon2.pc + sed -e '/^CFLAGS/s:^CFLAGS:LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld\nCFLAGS:' -e 's:-O3 -Wall:-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1:' -e '/^LIBRARY_REL/s:lib:lib64:' -e 's:-march=\$(OPTTARGET) :${CFLAGS} :' -e 's:CFLAGS += -march=\$(OPTTARGET)::' -i Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WuEdJx + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + make -j1 Building without optimizations rm -f argon2 bench genkat rm -f libargon2.so libargon2.a kat-argon2* rm -f testcase rm -rf *.dSYM cd src/ && rm -f *.o cd src/blake2/ && rm -f *.o cd kats/ && rm -f kat-* diff* run_* make_* cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/ref.c src/run.c -o argon2 cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -shared -fPIC -fvisibility=hidden -DA2_VISCTL=1 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname,libargon2.so.0 src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/ref.c -o libargon2.so cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -c -o src/argon2.o src/argon2.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -c -o src/core.o src/core.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -c -o src/blake2/blake2b.o src/blake2/blake2b.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -c -o src/thread.o src/thread.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -c -o src/encoding.o src/encoding.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -c -o src/ref.o src/ref.c ar rcs libargon2.a src/argon2.o src/core.o src/blake2/blake2b.o src/thread.o src/encoding.o src/ref.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Srfyio + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + make install DESTDIR=/builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 Building without optimizations install -d /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/include install include/argon2.h /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/include install -d /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64 install libargon2.so libargon2.a /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64 install -d /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/bin install argon2 /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/bin + rm /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64/libargon2.a + mv /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64/libargon2.so /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64/libargon2.so.0 + ln -s libargon2.so.0 /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64/libargon2.so + install -Dpm 644 libargon2.pc /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64/pkgconfig/libargon2.pc + chmod -x /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/include/argon2.h + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 20161029-6.fc29 --unique-debug-suffix -20161029-6.fc29.riscv64 --unique-debug-src-base argon2-20161029-6.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 extracting debug info from /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/bin/argon2 extracting debug info from /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/lib64/libargon2.so.0 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 229 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.37Ee0N + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + make test Building without optimizations cc -std=c89 -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Iinclude -Isrc -Wextra -Wno-type-limits src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/ref.c src/test.c -o testcase Default build argon2i v=16: OK argon2d v=16: OK argon2id v=16: OK argon2i v=19: OK argon2d v=19: OK argon2id v=19: OK Force OPTTEST=1 argon2i v=16: OK argon2d v=16: OK argon2id v=16: OK argon2i v=19: OK argon2d v=19: OK argon2id v=19: OK ./testcase Test Argon2i version number: 10 Hash test: $v=16 t=2, m=16, p=1, pass=password, salt=somesalt: PASS Hash test: $v=16 t=2, m=18, p=1, pass=password, salt=somesalt: PASS Hash test: $v=16 t=2, m=8, p=1, pass=password, salt=somesalt: PASS Hash test: $v=16 t=2, m=8, p=2, pass=password, salt=somesalt: PASS Hash test: $v=16 t=1, m=16, p=1, pass=password, salt=somesalt: PASS Hash test: $v=16 t=4, m=16, p=1, pass=password, salt=somesalt: PASS Hash test: $v=16 t=2, m=16, p=1, pass=differentpassword, salt=somesalt: PASS Hash test: $v=16 t=2, m=16, p=1, pass=password, salt=diffsalt: PASS Recognise an invalid encoding: PASS Recognise an invalid encoding: PASS Recognise an invalid salt in encoding: PASS Verify with mismatched password: PASS Decode an error message: PASS Test Argon2i version number: 13 Hash test: $v=19 t=2, m=16, p=1, pass=password, salt=somesalt: PASS Hash test: $v=19 t=2, m=18, p=1, pass=password, salt=somesalt: PASS Hash test: $v=19 t=2, m=8, p=1, pass=password, salt=somesalt: PASS Hash test: $v=19 t=2, m=8, p=2, pass=password, salt=somesalt: PASS Hash test: $v=19 t=1, m=16, p=1, pass=password, salt=somesalt: PASS Hash test: $v=19 t=4, m=16, p=1, pass=password, salt=somesalt: PASS Hash test: $v=19 t=2, m=16, p=1, pass=differentpassword, salt=somesalt: PASS Hash test: $v=19 t=2, m=16, p=1, pass=password, salt=diffsalt: PASS Recognise an invalid encoding: PASS Recognise an invalid encoding: PASS Recognise an invalid salt in encoding: PASS Verify with mismatched password: PASS Decode an error message: PASS Common error state tests Fail on invalid memory: PASS Fail on invalid null pointer: PASS Fail on salt too short: PASS Processing files: argon2-20161029-6.fc29.riscv64 + exit 0 Provides: argon2 = 20161029-6.fc29 argon2(riscv-64) = 20161029-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: libargon2-20161029-6.fc29.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FQex1g + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + LICENSEDIR=/builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/share/licenses/libargon2 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/share/licenses/libargon2 + cp -pr LICENSE /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/share/licenses/libargon2 + exit 0 Provides: libargon2 = 20161029-6.fc29 libargon2(riscv-64) = 20161029-6.fc29 libargon2.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: libargon2-devel-20161029-6.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fU94hZ + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + DOCDIR=/builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/share/doc/libargon2-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/share/doc/libargon2-devel + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64/usr/share/doc/libargon2-devel + exit 0 Provides: libargon2-devel = 20161029-6.fc29 libargon2-devel(riscv-64) = 20161029-6.fc29 pkgconfig(libargon2) = 20161029 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libargon2.so.0()(64bit) Processing files: argon2-debugsource-20161029-6.fc29.riscv64 Provides: argon2-debugsource = 20161029-6.fc29 argon2-debugsource(riscv-64) = 20161029-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: argon2-debuginfo-20161029-6.fc29.riscv64 Provides: argon2-debuginfo = 20161029-6.fc29 argon2-debuginfo(riscv-64) = 20161029-6.fc29 debuginfo(build-id) = 70ea4b4b4b4d25af7f904749645b143c8865d79c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: argon2-debugsource(riscv-64) = 20161029-6.fc29 Processing files: libargon2-debuginfo-20161029-6.fc29.riscv64 Provides: debuginfo(build-id) = 0aa09a9044277b7473e4f519ef02a5c00006c31a libargon2-debuginfo = 20161029-6.fc29 libargon2-debuginfo(riscv-64) = 20161029-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: argon2-debugsource(riscv-64) = 20161029-6.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 Wrote: /builddir/build/RPMS/argon2-20161029-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libargon2-20161029-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libargon2-devel-20161029-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/argon2-debugsource-20161029-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/argon2-debuginfo-20161029-6.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/libargon2-debuginfo-20161029-6.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kCtbv4 + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/argon2-20161029-6.fc29.riscv64 + exit 0 Child return code was: 0