Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/byacc.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-i686/root/', None, 21600, True, False, 502, 498, 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/byacc.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'} warning: bogus date in %changelog: Fri Sep 12 2007 Matthias Saou 1.9.20050813-2 warning: bogus date in %changelog: Thu Feb 2 2007 Petr Machata - 1.9.20050813-1 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/byacc-1.9.20130304-3.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/byacc.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-i686/root/', None, 21600, True, False, 502, 498, 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/byacc.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'} warning: bogus date in %changelog: Fri Sep 12 2007 Matthias Saou 1.9.20050813-2 warning: bogus date in %changelog: Thu Feb 2 2007 Petr Machata - 1.9.20050813-1 Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DU90Eu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf byacc-20130304 + /usr/bin/gzip -dc /builddir/build/SOURCES/byacc-20130304.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd byacc-20130304 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -name '*.c' -print0 + xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9T1Opa + umask 022 + cd /builddir/build/BUILD + cd byacc-20130304 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + ./configure --build=i386-redhat-linux-gnu --host=i386-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 --disable-dependency-tracking checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking target system type... i386-redhat-linux-gnu Configuring for linux-gnu checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking version of gcc... 4.8.2 checking for gcc option to accept ANSI C... none needed checking $CC variable... ok checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c checking if filesystem supports mixed-case filenames... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for tdlint... no checking for lint... no checking for alint... no checking for splint... no checking for lclint... no checking if we must define _GNU_SOURCE... yes checking if _XOPEN_SOURCE really is set... yes checking how to run the C preprocessor... gcc -E checking for fcntl.h... yes checking for working mkstemp... yes checking if you want to check for gcc warnings... no checking if you want to see long compiling messages... yes checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no configure: creating ./config.status config.status: creating makefile config.status: creating config.h + make -j16 gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE closure.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE error.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE graph.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE lalr.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE lr0.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE main.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE mkpar.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE output.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE reader.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE skeleton.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE symtab.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE verbose.c gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE warshall.c main.c: In function 'main': main.c:660:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ reader.c: In function 'keyword': reader.c:341:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I. -I. -DHAVE_CONFIG_H -DYYPATCH=`cat ./VERSION` -D_GNU_SOURCE -o yacc closure.o error.o graph.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DsCzsU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 ++ dirname /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 + cd byacc-20130304 + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 + make DESTDIR=/builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 install mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/bin mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/man/man1 /usr/bin/install -c yacc /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/bin/`echo yacc | sed 's/$//' |sed 's,^,,'|sed 's/$//'` /usr/bin/install -c -m 644 ./yacc.1 /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/man/man1/`echo yacc.1| sed 's/1$//'|sed 's,^,,'|sed 's/$/1/'` + ln -s yacc /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386//usr/bin/byacc + ln -s yacc.1 /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386//usr/share/man/man1/byacc.1 + /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/byacc-20130304 extracting debug info from /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/bin/yacc dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/bin/yacc.debug to /usr/lib/debug/usr/bin/byacc.debug 291 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.nBj60E + umask 022 + cd /builddir/build/BUILD ====================TESTING========================= + cd byacc-20130304 + echo ====================TESTING========================= + make check /bin/sh ./test/run_test.sh ./test ** Fri May 30 00:03:17 UTC 2014 ...ok ./test/calc.output ...ok ./test/calc.tab.c ...ok ./test/calc.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 2 rules never reduced /builddir/build/BUILD/byacc-20130304/yacc: 18 shift/reduce conflicts, 26 reduce/reduce conflicts. ...ok ./test/calc1.output ...ok ./test/calc1.tab.c ...ok ./test/calc1.tab.h ...ok ./test/calc2.output ...ok ./test/calc2.tab.c ...ok ./test/calc2.tab.h ...ok ./test/calc3.output ...ok ./test/calc3.tab.c ...ok ./test/calc3.tab.h ...ok ./test/code_calc.output ...ok ./test/code_calc.tab.c ...ok ./test/code_calc.tab.h ...ok ./test/code_calc.code.c ...ok ./test/code_error.output ...ok ./test/code_error.tab.c ...ok ./test/code_error.tab.h ...ok ./test/code_error.code.c ...ok ./test/error.output ...ok ./test/error.tab.c ...ok ./test/error.tab.h ...ok ./test/ftp.output ...ok ./test/ftp.tab.c ...ok ./test/ftp.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 1 shift/reduce conflict, 29 reduce/reduce conflicts. ...ok ./test/grammar.output ...ok ./test/grammar.tab.c ...ok ./test/grammar.tab.h ...ok ./test/pure_calc.output ...ok ./test/pure_calc.tab.c ...ok ./test/pure_calc.tab.h ...ok ./test/pure_error.output ...ok ./test/pure_error.tab.c ...ok ./test/pure_error.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc.output ...ok ./test/quote_calc.tab.c ...ok ./test/quote_calc.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc-s.output ...ok ./test/quote_calc-s.tab.c ...ok ./test/quote_calc-s.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc2.output ...ok ./test/quote_calc2.tab.c ...ok ./test/quote_calc2.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc2-s.output ...ok ./test/quote_calc2-s.tab.c ...ok ./test/quote_calc2-s.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc3.output ...ok ./test/quote_calc3.tab.c ...ok ./test/quote_calc3.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc3-s.output ...ok ./test/quote_calc3-s.tab.c ...ok ./test/quote_calc3-s.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc4.output ...ok ./test/quote_calc4.tab.c ...ok ./test/quote_calc4.tab.h /builddir/build/BUILD/byacc-20130304/yacc: 54 shift/reduce conflicts. ...ok ./test/quote_calc4-s.output ...ok ./test/quote_calc4-s.tab.c ...ok ./test/quote_calc4-s.tab.h ====================TESTING END===================== + echo ====================TESTING END===================== + exit 0 Processing files: byacc-1.9.20130304-3.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jNQvyq + umask 022 + cd /builddir/build/BUILD + cd byacc-20130304 + DOCDIR=/builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + cp -pr ACKNOWLEDGEMENTS /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + cp -pr CHANGES /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + cp -pr NEW_FEATURES /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + cp -pr NOTES /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + cp -pr NO_WARRANTY /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + cp -pr README /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386/usr/share/doc/byacc-1.9.20130304 + exit 0 Provides: byacc = 1.9.20130304-3.el7 byacc(x86-32) = 1.9.20130304-3.el7 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.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) rtld(GNU_HASH) Processing files: byacc-debuginfo-1.9.20130304-3.el7.i686 Provides: byacc-debuginfo = 1.9.20130304-3.el7 byacc-debuginfo(x86-32) = 1.9.20130304-3.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/byacc-1.9.20130304-3.el7.i386 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Wrote: /builddir/build/RPMS/byacc-1.9.20130304-3.el7.i686.rpm Wrote: /builddir/build/RPMS/byacc-debuginfo-1.9.20130304-3.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.t2dEnK + umask 022 + cd /builddir/build/BUILD + cd byacc-20130304 + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.i386 + exit 0 Child return code was: 0 LEAVE do -->