Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ccache.spec'], user='mockbuild'printOutput=Falseshell=Falseuid=7225env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}gid=135chrootPath='/scratch/mock/epel-5-x86_64-19679/root'timeout=0logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ccache.spec'] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ccache-2.4-21.el5.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ccache.spec '], user='mockbuild'private_network=TrueprintOutput=Falseshell=Falseuid=7225env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}gid=135chrootPath='/scratch/mock/epel-5-x86_64-19679/root'timeout=0logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ccache.spec '] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.30990 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ccache-2.4 + /bin/gzip -dc /builddir/build/SOURCES/ccache-2.4.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ccache-2.4 ++ /usr/bin/id -u + '[' 7225 = 0 ']' ++ /usr/bin/id -u + '[' 7225 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ccache-html-links.patch):' + patch -p0 -s Patch #0 (ccache-html-links.patch): + echo 'Patch #1 (ccache-2.4-coverage-231462.patch):' + patch -p0 -s Patch #1 (ccache-2.4-coverage-231462.patch): + echo 'Patch #2 (ccache-2.4-hardlink-doc.patch):' + patch -p0 -s Patch #2 (ccache-2.4-hardlink-doc.patch): Patch #3 (ccache-2.4-noHOME-315441.patch): + echo 'Patch #3 (ccache-2.4-noHOME-315441.patch):' + patch -p0 -s + echo 'Patch #4 (06_md.diff):' + patch -p1 -s Patch #4 (06_md.diff): + sed -e 's|@LIBDIR@|/usr/lib64|g' -e 's|@CACHEDIR@|/var/cache/ccache|g' /builddir/build/SOURCES/ccache.sh.in + sed -e 's|@LIBDIR@|/usr/lib64|g' -e 's|@CACHEDIR@|/var/cache/ccache|g' /builddir/build/SOURCES/ccache.csh.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.30990 + umask 022 + cd /builddir/build/BUILD + cd ccache-2.4 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export FFLAGS ++ find . -name config.guess -o -name config.sub + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --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=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info configure: Configuring ccache checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for egrep... 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 ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for realpath... yes checking for snprintf... yes checking for vsnprintf... yes checking for vasprintf... yes checking for asprintf... yes checking for mkstemp... yes checking for gethostname... yes checking for getpwuid... yes checking for compar_fn_t in stdlib.h... yes checking for C99 vsnprintf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h + make -j20 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o ccache.o ccache.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o mdfour.o mdfour.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o hash.o hash.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o execute.o execute.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o util.o util.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o args.o args.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o stats.o stats.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o cleanup.o cleanup.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o snprintf.o snprintf.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -c -o unify.o unify.c stats.c: In function 'write_stats': stats.c:94: warning: ignoring return value of 'write', declared with attribute warn_unused_result gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -I. -o ccache ccache.o mdfour.o hash.o execute.o util.o args.o stats.o cleanup.o snprintf.o unify.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.33900 + umask 022 + cd /builddir/build/BUILD + cd ccache-2.4 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild ccache-2.4.compilers + make install DESTDIR=/var/tmp/ccache-2.4-21.el5.centos-root-mockbuild yodl2man -o ccache.1 ccache.yo make: yodl2man: Command not found /usr/bin/install -c -d /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/bin make: [ccache.1] Error 127 (ignored) /usr/bin/install -c -m 755 ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/bin /usr/bin/install -c -d /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/share/man/man1 /usr/bin/install -c -m 644 ./ccache.1 /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/share/man/man1/ + install -dm 755 /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/etc/profile.d + install -pm 644 ccache.sh ccache.csh /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/etc/profile.d + install -dm 755 /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/gcc + echo '%ghost /usr/lib64/ccache/gcc' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-gcc + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-gcc' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/g++ + echo '%ghost /usr/lib64/ccache/g++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-g++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-g++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/cc + echo '%ghost /usr/lib64/ccache/cc' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-cc + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-cc' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/c++ + echo '%ghost /usr/lib64/ccache/c++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-c++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-c++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/gcc296 + echo '%ghost /usr/lib64/ccache/gcc296' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-gcc296 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-gcc296' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/g++296 + echo '%ghost /usr/lib64/ccache/g++296' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-g++296 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-g++296' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/gcc32 + echo '%ghost /usr/lib64/ccache/gcc32' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-gcc32 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-gcc32' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/c++32 + echo '%ghost /usr/lib64/ccache/c++32' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-c++32 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-c++32' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/g++32 + echo '%ghost /usr/lib64/ccache/g++32' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-g++32 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-g++32' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/gcc34 + echo '%ghost /usr/lib64/ccache/gcc34' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-gcc34 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-gcc34' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/c++34 + echo '%ghost /usr/lib64/ccache/c++34' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-c++34 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-c++34' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/g++34 + echo '%ghost /usr/lib64/ccache/g++34' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-g++34 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-g++34' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/gcc44 + echo '%ghost /usr/lib64/ccache/gcc44' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-gcc44 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-gcc44' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/c++44 + echo '%ghost /usr/lib64/ccache/c++44' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-c++44 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-c++44' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/g++44 + echo '%ghost /usr/lib64/ccache/g++44' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-g++44 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-g++44' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/g++-libstdc++-so_7 + echo '%ghost /usr/lib64/ccache/g++-libstdc++-so_7' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-g++-libstdc++-so_7 + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-g++-libstdc++-so_7' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/avr-gcc + echo '%ghost /usr/lib64/ccache/avr-gcc' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-avr-gcc + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-avr-gcc' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/avr-c++ + echo '%ghost /usr/lib64/ccache/avr-c++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-avr-c++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-avr-c++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/avr-g++ + echo '%ghost /usr/lib64/ccache/avr-g++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-avr-g++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-avr-g++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/arm-gp2x-linux-gcc + echo '%ghost /usr/lib64/ccache/arm-gp2x-linux-gcc' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-gcc + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-gcc' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/arm-gp2x-linux-c++ + echo '%ghost /usr/lib64/ccache/arm-gp2x-linux-c++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-c++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-c++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/arm-gp2x-linux-g++ + echo '%ghost /usr/lib64/ccache/arm-gp2x-linux-g++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-g++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-g++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/i686-pc-mingw32-gcc + echo '%ghost /usr/lib64/ccache/i686-pc-mingw32-gcc' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-gcc + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-gcc' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/i686-pc-mingw32-c++ + echo '%ghost /usr/lib64/ccache/i686-pc-mingw32-c++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-c++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-c++' + for name in gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 gcc44 c++44 g++44 g++-libstdc++-so_7 avr-gcc avr-c++ avr-g++ arm-gp2x-linux-gcc arm-gp2x-linux-c++ arm-gp2x-linux-g++ i686-pc-mingw32-gcc i686-pc-mingw32-c++ i686-pc-mingw32-g++ + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/i686-pc-mingw32-g++ + echo '%ghost /usr/lib64/ccache/i686-pc-mingw32-g++' + for c in '$name' 'x86_64-redhat-linux-$name' + ln -s ../../bin/ccache /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-g++ + echo '%ghost /usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-g++' + install -dm 770 /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/var/cache/ccache + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/ccache-2.4 extracting debug info from /var/tmp/ccache-2.4-21.el5.centos-root-mockbuild/usr/bin/ccache symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/cc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-cc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/gcc296.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-gcc296.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/g++296.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-g++296.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/gcc32.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-gcc32.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/c++32.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-c++32.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/g++32.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-g++32.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/gcc34.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-gcc34.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/c++34.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-c++34.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/g++34.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-g++34.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/gcc44.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-gcc44.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/c++44.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-c++44.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/g++44.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-g++44.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/g++-libstdc++-so_7.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-g++-libstdc++-so_7.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/avr-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-avr-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/avr-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-avr-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/avr-g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-avr-g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/arm-gp2x-linux-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/arm-gp2x-linux-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/arm-gp2x-linux-g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-arm-gp2x-linux-g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/i686-pc-mingw32-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-gcc.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/i686-pc-mingw32-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-c++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/i686-pc-mingw32-g++.debug symlinked /usr/lib/debug/usr/bin/ccache.debug to /usr/lib/debug/usr/lib64/ccache/x86_64-redhat-linux-i686-pc-mingw32-g++.debug 185 blocks + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.33900 + umask 022 + cd /builddir/build/BUILD + cd ccache-2.4 + make test CC='gcc' ./test.sh starting testsuite base SUITE: base TEST: CCACHE_HASHDIR - Expected cache hit to be 5 got 6 cache directory .ccache cache hit 6 cache miss 4 called for link 1 multiple source files 1 compiler produced stdout 1 couldn't find the compiler 1 bad compiler arguments 1 not a C/C++ file 1 unsupported compiler option 1 output to a non-regular file 1 no input file 1 files in cache 6 cache size 12 Kbytes max cache size 976.6 Mbytes TEST FAILED make: *** [test] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.33900 (%check) Bad exit status from /var/tmp/rpm-tmp.33900 (%check) RPM build errors: Child return code was: 1 EXCEPTION: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ccache.spec Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/mockbuild/trace_decorator.py", line 84, in trace result = func(*args, **kw) File "/usr/lib/python3.4/site-packages/mockbuild/util.py", line 526, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) mockbuild.exception.Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ccache.spec LEAVE do --> EXCEPTION RAISED