Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/byacc.spec'], False, '/srv/build/7/D/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', '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 x86_64 --nodeps builddir/build/SPECS/byacc.spec'] with env {'LANG': 'en_GB', '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: x86_64 Building for target x86_64 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 x86_64 --nodeps builddir/build/SPECS/byacc.spec'], False, '/srv/build/7/D/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', '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 x86_64 --nodeps builddir/build/SPECS/byacc.spec'] with env {'LANG': 'en_GB', '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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.M3oSJO + 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.wtZ4nR + 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 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/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 -m64 -mtune=generic -I/usr/lib64/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=x86_64-redhat-linux-gnu --host=x86_64-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/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu Configuring for linux-gnu checking for x86_64-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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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 -m64 -mtune=generic -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.RdLbwY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 + cd byacc-20130304 + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 + make DESTDIR=/builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 install mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/bin mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/man/man1 /usr/bin/install -c yacc /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/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.x86_64/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.x86_64//usr/bin/byacc + ln -s yacc.1 /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64//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 110000000 /builddir/build/BUILD/byacc-20130304 extracting debug info from /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/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.4IJhc6 + umask 022 ====================TESTING========================= + cd /builddir/build/BUILD + cd byacc-20130304 + echo ====================TESTING========================= + make check /bin/sh ./test/run_test.sh ./test ** Mon Jun 9 19:46:18 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 + echo ====================TESTING END===================== + exit 0 ====================TESTING END===================== Processing files: byacc-1.9.20130304-3.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iSyF9e + umask 022 + cd /builddir/build/BUILD + cd byacc-20130304 + DOCDIR=/builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + cp -pr ACKNOWLEDGEMENTS /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + cp -pr CHANGES /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + cp -pr NEW_FEATURES /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + cp -pr NOTES /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + cp -pr NO_WARRANTY /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + cp -pr README /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64/usr/share/doc/byacc-1.9.20130304 + exit 0 Provides: byacc = 1.9.20130304-3.el7 byacc(x86-64) = 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()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) rtld(GNU_HASH) Processing files: byacc-debuginfo-1.9.20130304-3.el7.x86_64 Provides: byacc-debuginfo = 1.9.20130304-3.el7 byacc-debuginfo(x86-64) = 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.x86_64 Wrote: /builddir/build/RPMS/byacc-1.9.20130304-3.el7.x86_64.rpm Wrote: /builddir/build/RPMS/byacc-debuginfo-1.9.20130304-3.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FqLdjH + umask 022 + cd /builddir/build/BUILD + cd byacc-20130304 + rm -rf /builddir/build/BUILDROOT/byacc-1.9.20130304-3.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->