Mock Version: 1.1.28 Mock Version: 1.1.28 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/banner.spec'], False, '/var/lib/mock/f19-build-1648411-284411/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/banner.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/banner-1.3.3-1.fc19.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/banner.spec'], False, '/var/lib/mock/f19-build-1648411-284411/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/banner.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xDuxJp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf banner-1.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/banner-1.3.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd banner-1.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1eGlUE + umask 022 + cd /builddir/build/BUILD + cd banner-1.3.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j5 make all-am make[1]: Entering directory `/builddir/build/BUILD/banner-1.3.3' gcc -DHAVE_CONFIG_H -I. -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c banner.c banner.c: In function 'convert_to_upper': banner.c:216:7: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] string[i] = toupper(string[i]); ^ banner.c: In function 'convert_whitespace': banner.c:234:7: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] if(isspace(string[i])) ^ banner.c: In function 'main': banner.c:617:8: warning: unused variable 'truncated' [-Wunused-variable] int truncated = 0; ^ banner.c:609:8: warning: unused variable 'j' [-Wunused-variable] int j = 0; ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wl,-z,relro -o banner banner.o make[1]: Leaving directory `/builddir/build/BUILD/banner-1.3.3' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6kVEw0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 ++ dirname /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 + cd banner-1.3.3 + rm -rf /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 + make install DESTDIR=/builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 make[1]: Entering directory `/builddir/build/BUILD/banner-1.3.3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/bin' /usr/bin/install -c banner '/builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/man/man1' /usr/bin/install -c -m 644 banner.1 '/builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/man/man1' make[1]: Leaving directory `/builddir/build/BUILD/banner-1.3.3' + /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/banner-1.3.3 extracting debug info from /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/bin/banner dwz: Too few files for multifile optimization 56 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: banner-1.3.3-1.fc19.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oN4Ccn + umask 022 + cd /builddir/build/BUILD + cd banner-1.3.3 + DOCDIR=/builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/doc/banner-1.3.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/doc/banner-1.3.3 + cp -pr AUTHORS /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/doc/banner-1.3.3 + cp -pr COPYING /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/doc/banner-1.3.3 + cp -pr README /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/doc/banner-1.3.3 + cp -pr ChangeLog /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386/usr/share/doc/banner-1.3.3 + exit 0 Provides: banner = 1.3.3-1.fc19 banner(x86-32) = 1.3.3-1.fc19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3.4) rtld(GNU_HASH) Processing files: banner-debuginfo-1.3.3-1.fc19.i686 Provides: banner-debuginfo = 1.3.3-1.fc19 banner-debuginfo(x86-32) = 1.3.3-1.fc19 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/banner-1.3.3-1.fc19.i386 Wrote: /builddir/build/RPMS/banner-1.3.3-1.fc19.i686.rpm Wrote: /builddir/build/RPMS/banner-debuginfo-1.3.3-1.fc19.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FjlD0t + umask 022 + cd /builddir/build/BUILD + cd banner-1.3.3 + rm -rf /builddir/build/BUILDROOT/banner-1.3.3-1.fc19.i386 + exit 0 Child return code was: 0 LEAVE do -->