Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/argon2.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/community-php74-armhfp-f465d481ae05b0dca5cc92b25765a643a1b554d4/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/argon2.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/argon2-20161029-7.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u"/usr/bin/rpmbuild -bb --target armv7hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/argon2.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/community-php74-armhfp-f465d481ae05b0dca5cc92b25765a643a1b554d4/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u"/usr/bin/rpmbuild -bb --target armv7hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/argon2.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.BpCpqb + 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 -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (argon2-Wait-for-already-running-threads-if-a-thread-creatio.patch): + echo 'Patch #0 (argon2-Wait-for-already-running-threads-if-a-thread-creatio.patch):' + /usr/bin/cat /builddir/build/SOURCES/argon2-Wait-for-already-running-threads-if-a-thread-creatio.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/core.c + grep -q soname,libargon2.so.0 Makefile + sed -e 's:lib/@HOST_MULTIARCH@:lib:;s/@UPSTREAM_VER@/20161029/' -i libargon2.pc + sed -e 's:-O3 -Wall:-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard:' -e '/^LIBRARY_REL/s:lib:lib:' -e 's:-march=\$(OPTTARGET) :${CFLAGS} :' -e 's:CFLAGS += -march=\$(OPTTARGET)::' -i Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0Jb5ov + 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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc 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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc -shared -fPIC -fvisibility=hidden -DA2_VISCTL=1 -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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc -c -o src/argon2.o src/argon2.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc -c -o src/core.o src/core.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc -c -o src/blake2/blake2b.o src/blake2/blake2b.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc -c -o src/thread.o src/thread.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -Iinclude -Isrc -c -o src/encoding.o src/encoding.c cc -std=c89 -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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.OS3y1Z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm ++ dirname /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + make install DESTDIR=/builddir/build/BUILDROOT/argon2-20161029-7.el7.arm Building without optimizations install -d /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/include install include/argon2.h /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/include install -d /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib install libargon2.so libargon2.a /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib install -d /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/bin install argon2 /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/bin + rm /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib/libargon2.a + mv /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib/libargon2.so /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib/libargon2.so.0 + ln -s libargon2.so.0 /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib/libargon2.so + install -Dpm 644 libargon2.pc /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib/pkgconfig/libargon2.pc + chmod -x /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/include/argon2.h + /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/phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 extracting debug info from /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/bin/argon2 extracting debug info from /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/lib/libargon2.so.0 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libargon2.so.0.debug to /usr/lib/debug/usr/lib/libargon2.so.debug 230 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.qT5qDp Processing files: argon2-20161029-7.el7.armv7hl Provides: argon2 = 20161029-7.el7 argon2(armv7hl-32) = 20161029-7.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) libpthread.so.0 libpthread.so.0(GLIBC_2.4) rtld(GNU_HASH) Processing files: libargon2-20161029-7.el7.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EVij0T + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + LICENSEDIR=/builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/share/licenses/libargon2-20161029 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/share/licenses/libargon2-20161029 + cp -pr LICENSE /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/share/licenses/libargon2-20161029 + exit 0 Provides: libargon2 = 20161029-7.el7 libargon2(armv7hl-32) = 20161029-7.el7 libargon2.so.0 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) libpthread.so.0 libpthread.so.0(GLIBC_2.4) rtld(GNU_HASH) Processing files: libargon2-devel-20161029-7.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iLKDmy + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + DOCDIR=/builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/share/doc/libargon2-devel-20161029 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/share/doc/libargon2-devel-20161029 + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm/usr/share/doc/libargon2-devel-20161029 + exit 0 Provides: libargon2-devel = 20161029-7.el7 libargon2-devel(armv7hl-32) = 20161029-7.el7 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 Processing files: argon2-debuginfo-20161029-7.el7.armv7hl Provides: argon2-debuginfo = 20161029-7.el7 argon2-debuginfo(armv7hl-32) = 20161029-7.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/argon2-20161029-7.el7.arm Wrote: /builddir/build/RPMS/argon2-20161029-7.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/libargon2-20161029-7.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/libargon2-devel-20161029-7.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/argon2-debuginfo-20161029-7.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.poXYyD + umask 022 + cd /builddir/build/BUILD + cd phc-winner-argon2-1c4fc41f81f358283755eea88d4ecd05e43b7fd3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/argon2-20161029-7.el7.arm + exit 0 Child return code was: 0