Mock Version: 3.1 Mock Version: 3.1 Mock Version: 3.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target ppc64le --nodeps /builddir/build/SPECS/jhead.spec'], chrootPath='/var/lib/mock/epel7-build-38695103-4859200/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target ppc64le --nodeps /builddir/build/SPECS/jhead.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': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/jhead-3.06.0.1-5.el7.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target ppc64le --nodeps /builddir/build/SPECS/jhead.spec'], chrootPath='/var/lib/mock/epel7-build-38695103-4859200/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target ppc64le --nodeps /builddir/build/SPECS/jhead.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': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QZ9XNw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jhead-3.06.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/jhead-3.06.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jhead-3.06.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WxI1jA + umask 022 + cd /builddir/build/BUILD + cd jhead-3.06.0.1 + make -j8 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' make: dpkg-buildflags: Command not found make: dpkg-buildflags: Command not found cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c jhead.c -o obj/jhead.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c jpgfile.c -o obj/jpgfile.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c jpgqguess.c -o obj/jpgqguess.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c paths.c -o obj/paths.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c exif.c -o obj/exif.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c iptc.c -o obj/iptc.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c gpsinfo.c -o obj/gpsinfo.o cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -c makernote.c -o obj/makernote.o exif.c: In function 'PrintFormatNumber': exif.c:396:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] f = *(float *)&tmp; ^ exif.c: In function 'ConvertAnyFormat': exif.c:460:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Value = *(float *)&tmp; ^ jpgqguess.c: In function 'process_DHT': jpgqguess.c:173:9: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] int a, i; ^ cc -o jhead obj/jhead.o obj/jpgfile.o obj/jpgqguess.o obj/paths.o obj/exif.o obj/iptc.o obj/gpsinfo.o obj/makernote.o -lm obj/jhead.o: In function `DoCommand': /builddir/build/BUILD/jhead-3.06.0.1/jhead.c:380: warning: the use of `mktemp' is dangerous, better use `mkstemp' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZxFOlE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le + cd jhead-3.06.0.1 + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le//usr/bin + cp -p jhead /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le//usr/bin + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le//usr/share/man/man1/ + cp -p jhead.1 /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le//usr/share/man/man1/ + /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/jhead-3.06.0.1 extracting debug info from /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le/usr/bin/jhead dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 386 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 Processing files: jhead-3.06.0.1-5.el7.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.upIaHI + umask 022 + cd /builddir/build/BUILD + cd jhead-3.06.0.1 + DOCDIR=/builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le/usr/share/doc/jhead-3.06.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le/usr/share/doc/jhead-3.06.0.1 + cp -pr readme.txt /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le/usr/share/doc/jhead-3.06.0.1 + cp -pr usage.html /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le/usr/share/doc/jhead-3.06.0.1 + cp -pr changes.txt /builddir/build/BUILDROOT/jhead-3.06.0.1-5.el7.ppc64le/usr/share/doc/jhead-3.06.0.1 + exit 0 Provides: jhead = 3.06.0.1-5.el7 jhead(ppc-64) = 3.06.0.1-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: jhead-debuginfo-3.06.0.1-5.el7.ppc64le Provides: jhead-debuginfo = 3.06.0.1-5.el7 jhead-debuginfo(ppc-64) = 3.06.0.1-5.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/jhead-3.06.0.1-5.el7.ppc64le Wrote: /builddir/build/RPMS/jhead-3.06.0.1-5.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/jhead-debuginfo-3.06.0.1-5.el7.ppc64le.rpm Child return code was: 0