Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/boxes.spec'], printOutput=FalsechrootPath='/var/lib/mock/epel7-build-5913005-614710/root'env={'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'}uid=1000logger=shell=Falseuser='mockbuild'gid=425timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/boxes.spec'] with env {'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: buildppcle-04-nfs.phx2.fedoraproject.org Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/boxes-1.1.1-4.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/boxes.spec'], printOutput=FalsechrootPath='/var/lib/mock/epel7-build-5913005-614710/root'env={'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'}uid=1000logger=shell=Falseuser='mockbuild'private_network=Truegid=425timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/boxes.spec'] with env {'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.u2RxvT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf boxes-1.1.1 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/boxes-1.1.1.src.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd boxes-1.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (boxes-fix_make.patch): + echo 'Patch #1 (boxes-fix_make.patch):' + /usr/bin/patch -p1 -b --suffix .fix_make --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/boxes-fix_make.patch patching file src/Makefile patching file Makefile Hunk #1 succeeded at 92 (offset 7 lines). Patch #2 (boxes-wformat-security.patch): + echo 'Patch #2 (boxes-wformat-security.patch):' + /usr/bin/cat /builddir/build/SOURCES/boxes-wformat-security.patch + /usr/bin/patch -p1 -b --suffix .wformat --fuzz=0 patching file src/boxes.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BVSuwU + umask 022 + cd /builddir/build/BUILD + cd boxes-1.1.1 + make GLOBALCONF=/usr/share/boxes/boxes 'CFLAGS_ADTL=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8' -j4 sed -e 's/--BVERSION--/1.1.1/; s/--GLOBALCONF--/\/usr\/share\/boxes\/boxes/' src/boxes.h.in > src/boxes.h sed -e 's/--BVERSION--/1.1.1/; s/--GLOBALCONF--/\/usr\/share\/boxes\/boxes/' doc/boxes.1.in > doc/boxes.1 For compilation info see the boxes website at http://boxes.thomasjensen.com/ make CFLAGS_ADTL="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8" -C src build make[1]: Entering directory `/builddir/build/BUILD/boxes-1.1.1/src' make CFLAGS_ADDTL="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8" boxes make[2]: Entering directory `/builddir/build/BUILD/boxes-1.1.1/src' bison -o parser.c -d parser.y bison -o parser.c -d parser.y echo '#include "config.h"' > lexer.tmp.c flex -t lexer.l >> lexer.tmp.c && mv lexer.tmp.c lex.yy.c gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o boxes.o boxes.c gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o tools.o tools.c gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o shape.o shape.c gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o generate.o generate.c boxes.c: In function 'list_styles': boxes.c:1200:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] d->minwidth, d->minheight); ^ boxes.c:1200:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=] gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o remove.o remove.c gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o parser.o parser.c gcc -ansi -I. -Iregexp -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c -o lex.yy.o lex.yy.c : In function 'yy_scan_bytes': :2250:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] lexer.l: At top level: :1846:16: warning: 'input' defined but not used [-Wunused-function] make -C regexp CC=gcc libregexp.a make[3]: Entering directory `/builddir/build/BUILD/boxes-1.1.1/src/regexp' gcc -O -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c regexp.c gcc -O -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -c regsub.c regsub.c: In function 'regsub': regsub.c:90:9: warning: implicit declaration of function 'regerror' [-Wimplicit-function-declaration] regerror("NULL parm to regsub"); ^ regsub.c: In function 'myregsub': regsub.c:166:9: warning: implicit declaration of function 'regexec' [-Wimplicit-function-declaration] rc = regexec (prog, sp); ^ regexp.c: In function 'regcomp': regexp.c:204:3: warning: implicit declaration of function 'regerror' [-Wimplicit-function-declaration] FAIL("NULL argument"); ^ regexp.c: In function 'reg': regexp.c:326:17: warning: 'parno' may be used uninitialized in this function [-Wmaybe-uninitialized] ender = regnode((paren) ? CLOSE+parno : END); ^ ar cr libregexp.a regexp.o regsub.o make[3]: Leaving directory `/builddir/build/BUILD/boxes-1.1.1/src/regexp' gcc -Lregexp parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o -o boxes -lregexp make[2]: Leaving directory `/builddir/build/BUILD/boxes-1.1.1/src' #strip boxes make[1]: Leaving directory `/builddir/build/BUILD/boxes-1.1.1/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9HZa7V + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le + cd boxes-1.1.1 + rm -rf /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/bin + mkdir -p /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/boxes + mkdir -p /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/man/man1 + install -pm 0755 src/boxes /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/bin + install -pm 0644 doc/boxes.1 /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/man/man1 + install -pm 0644 boxes-config /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/boxes/boxes + /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/boxes-1.1.1 extracting debug info from /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/bin/boxes dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: boxes-1.1.1/src/: Cannot stat: No such file or directory 700 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: boxes-1.1.1-4.el7.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FwdQUX + umask 022 + cd /builddir/build/BUILD + cd boxes-1.1.1 + DOCDIR=/builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/doc/boxes-1.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/doc/boxes-1.1.1 + cp -pr COPYING /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/doc/boxes-1.1.1 + cp -pr README /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le/usr/share/doc/boxes-1.1.1 + exit 0 Provides: boxes = 1.1.1-4.el7 boxes(ppc-64) = 1.1.1-4.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) rtld(GNU_HASH) Processing files: boxes-debuginfo-1.1.1-4.el7.ppc64le Provides: boxes-debuginfo = 1.1.1-4.el7 boxes-debuginfo(ppc-64) = 1.1.1-4.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/boxes-1.1.1-4.el7.ppc64le warning: Could not canonicalize hostname: buildppcle-04-nfs.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/boxes-1.1.1-4.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/boxes-debuginfo-1.1.1-4.el7.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jbzNx3 + umask 022 + cd /builddir/build/BUILD + cd boxes-1.1.1 + rm -rf /builddir/build/BUILDROOT/boxes-1.1.1-4.el7.ppc64le + exit 0 Child return code was: 0