Mock Version: 1.1.1 Mock Version: 1.1.1 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/readahead.spec'], False, '/var/lib/mock/dist-f15-build-883473-129580/root/', None, 86400, True, 0, 418, 418, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/readahead.spec'] warning: Could not canonicalize hostname: x86-19.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/readahead-1.5.7-1.fc15.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/readahead.spec'], False, '/var/lib/mock/dist-f15-build-883473-129580/root/', None, 86400, True, 0, 418, 418, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/readahead.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PZ6nxe + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf readahead-1.5.7 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/readahead-1.5.7.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd readahead-1.5.7 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lSG1Wy + umask 022 + cd /builddir/build/BUILD + cd readahead-1.5.7 + 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 -I/usr/lib64/gfortran/modules' + export FFLAGS + ./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 --sbindir=/sbin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for style of include used by make... GNU checking for x86_64-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 dependency style of gcc... none checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc configure: Default --exec-prefix detected. checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for blkid_devno_to_devname in -lblkid... yes checking for ext2fs_open in -lext2fs... yes checking for audit_open in -laudit... yes checking for auparse_init in -lauparse... yes checking for struct auditd_reply_list.reply... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating scripts/Makefile config.status: creating lists/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands + make -j16 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/readahead-1.5.7' Making all in src make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/src' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -include ../config.h -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c readahead-collector.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -include ../config.h -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c readahead.c readahead-collector.c: In function 'parse_events': readahead-collector.c:1010:6: warning: unused variable 'ignlen' gcc -std=gnu99 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o readahead readahead.o -lext2fs -lblkid gcc -std=gnu99 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o readahead-collector readahead-collector.o -laudit -lauparse make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/src' Making all in po make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/po' make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/po' Making all in scripts make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/scripts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/scripts' Making all in lists make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/lists' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/lists' make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7' make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7' make[1]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pGdrZ0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 ++ dirname /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 + cd readahead-1.5.7 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 Making install in src make[1]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/src' make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/src' test -z "/etc" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc" /usr/bin/install -c -m 644 readahead.conf '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc' test -z "/sbin" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/sbin" /usr/bin/install -c readahead-collector readahead '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/sbin' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/src' make[1]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/src' Making install in po make[1]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/po' /bin/mkdir -p /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share installing ar.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/ar/LC_MESSAGES/readahead.mo installing bg.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/bg/LC_MESSAGES/readahead.mo installing ca.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/ca/LC_MESSAGES/readahead.mo installing de.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/de/LC_MESSAGES/readahead.mo installing es.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/es/LC_MESSAGES/readahead.mo installing fi.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/fi/LC_MESSAGES/readahead.mo installing it.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/it/LC_MESSAGES/readahead.mo installing ja.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/ja/LC_MESSAGES/readahead.mo installing nl.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/nl/LC_MESSAGES/readahead.mo installing pl.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/pl/LC_MESSAGES/readahead.mo installing pt_BR.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/pt_BR/LC_MESSAGES/readahead.mo installing sr.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/sr/LC_MESSAGES/readahead.mo installing sr@latin.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/sr@latin/LC_MESSAGES/readahead.mo installing ta.gmo as /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/locale/ta/LC_MESSAGES/readahead.mo if test "readahead" = "gettext-tools"; then \ /bin/mkdir -p /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/po' Making install in scripts make[1]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/scripts' make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/scripts' make[2]: Nothing to be done for `install-exec-am'. test -z "/etc/init" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/init" /usr/bin/install -c -m 644 readahead-collector.conf readahead-disable-services.conf readahead.conf '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/init' test -z "/etc/../lib/readahead" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/../lib/readahead" /usr/bin/install -c readahead-collect.sh readahead-replay.sh readahead-sort.sh '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/../lib/readahead' test -z "/etc/cron.daily" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/cron.daily" /usr/bin/install -c readahead.cron '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/cron.daily' test -z "/etc/cron.monthly" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/cron.monthly" /usr/bin/install -c readahead-monthly.cron '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/cron.monthly' test -z "/etc/../lib/systemd/system" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/../lib/systemd/system" /usr/bin/install -c -m 644 readahead-collect.service readahead-replay.service readahead-sort.service '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/../lib/systemd/system' make install-data-hook make[3]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/scripts' /bin/mkdir -p -m 0755 \ /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/../lib/systemd/system/default.target.wants ( cd /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/../lib/systemd/system/default.target.wants && \ rm -f readahead-collect.service readahead-replay.service && \ ln -s ../readahead-collect.service readahead-collect.service && \ ln -s ../readahead-replay.service readahead-replay.service ) make[3]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/scripts' make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/scripts' make[1]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/scripts' Making install in lists make[1]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/lists' make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7/lists' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/lists' make[1]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7/lists' make[1]: Entering directory `/builddir/build/BUILD/readahead-1.5.7' make[2]: Entering directory `/builddir/build/BUILD/readahead-1.5.7' make[2]: Nothing to be done for `install-exec-am'. test -z "/etc/sysconfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/sysconfig" /usr/bin/install -c -m 644 readahead '/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/etc/sysconfig' make[2]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7' make[1]: Leaving directory `/builddir/build/BUILD/readahead-1.5.7' + mkdir -p /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/var/lib/readahead + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 readahead + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/readahead-1.5.7 extracting debug info from /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/sbin/readahead-collector extracting debug info from /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/sbin/readahead 78 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: readahead-1.5.7-1.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VLAlzu + umask 022 + cd /builddir/build/BUILD + cd readahead-1.5.7 + DOCDIR=/builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/doc/readahead-1.5.7 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/doc/readahead-1.5.7 + /bin/mkdir -p /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/doc/readahead-1.5.7 + cp -pr COPYING README lists/README.lists NEWS /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64/usr/share/doc/readahead-1.5.7 + exit 0 Provides: config(readahead) = 1:1.5.7-1.fc15 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/chkconfig /sbin/service Requires(preun): /bin/sh /sbin/chkconfig /sbin/service Requires(postun): /bin/sh Requires: /bin/bash /bin/sh libaudit.so.1()(64bit) libauparse.so.0()(64bit) libblkid.so.1()(64bit) libblkid.so.1(BLKID_1.0)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libext2fs.so.2()(64bit) rtld(GNU_HASH) Processing files: readahead-debuginfo-1.5.7-1.fc15.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 warning: Could not canonicalize hostname: x86-19.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/readahead-1.5.7-1.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/readahead-debuginfo-1.5.7-1.fc15.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lZRUSV + umask 022 + cd /builddir/build/BUILD + cd readahead-1.5.7 + rm -rf /builddir/build/BUILDROOT/readahead-1.5.7-1.fc15.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->