Mock Version: 1.1.15 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/rtmpdump.spec'], False, '/var/lib/mock/rhel-6-x86_64/root/', None, 0, True, False, 500, 490, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/rtmpdump.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/rtmpdump.spec'], False, '/var/lib/mock/rhel-6-x86_64/root/', None, 0, True, False, 500, 490, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/rtmpdump.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sW335i + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf rtmpdump-20110811-gc58cfb3e + /usr/bin/gzip -dc /builddir/build/SOURCES/rtmpdump-20110811-gc58cfb3e.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd rtmpdump-20110811-gc58cfb3e + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Rb2TDj + umask 022 + cd /builddir/build/BUILD + cd rtmpdump-20110811-gc58cfb3e + LANG=C + export LANG + unset DISPLAY + make CRYPTO=GNUTLS SHARED=yes 'OPT=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'LIB_GNUTLS=-lgnutls -lgcrypt -ldl' make[1]: Entering directory `/builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e/librtmp' gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o rtmp.o rtmp.c gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o log.o log.c gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o amf.o amf.c gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o hashswf.o hashswf.c gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o parseurl.o parseurl.c ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o ar: creating librtmp.a gcc -shared -Wl,-soname,librtmp.so.0 -o librtmp.so.0 rtmp.o log.o amf.o hashswf.o parseurl.o -lgnutls -lgcrypt -ldl ln -sf librtmp.so.0 librtmp.so make[1]: Leaving directory `/builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e/librtmp' gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o rtmpdump.o rtmpdump.c gcc -Wall -o rtmpdump rtmpdump.o -Llibrtmp -lrtmp -lgnutls -lgcrypt -ldl gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o rtmpgw.o rtmpgw.c gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o thread.o thread.c gcc -Wall -o rtmpgw rtmpgw.o thread.o -lpthread -Llibrtmp -lrtmp -lgnutls -lgcrypt -ldl gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o rtmpsrv.o rtmpsrv.c gcc -Wall -o rtmpsrv rtmpsrv.o thread.o -lpthread -Llibrtmp -lrtmp -lgnutls -lgcrypt -ldl gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o rtmpsuck.o rtmpsuck.c rtmpsuck.c: In function 'ServeInvoke': rtmpsuck.c:384: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result gcc -Wall -o rtmpsuck rtmpsuck.o thread.o -lpthread -Llibrtmp -lrtmp -lgnutls -lgcrypt -ldl + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.23DUxt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 + cd rtmpdump-20110811-gc58cfb3e + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 + make CRYPTO=GNUTLS SHARED=yes DESTDIR=/builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 prefix=/usr mandir=/usr/share/man libdir=/usr/lib64 install make[1]: Entering directory `/builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e/librtmp' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e/librtmp' mkdir -p /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/bin /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/sbin /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/man/man8 cp rtmpdump /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/bin cp rtmpgw rtmpsrv rtmpsuck /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/sbin cp rtmpdump.1 /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/man/man1 cp rtmpgw.8 /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/man/man8 make[1]: Entering directory `/builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e/librtmp' sed -e "s;@prefix@;/usr;" -e "s;@libdir@;/usr/lib64;" \ -e "s;@VERSION@;v2.4;" \ -e "s;@CRYPTO_REQ@;gnutls;" \ -e "s;@PRIVATE_LIBS@;;" librtmp.pc.in > librtmp.pc mkdir -p /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/include/librtmp /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64/pkgconfig /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/man/man3 /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64 cp amf.h http.h log.h rtmp.h /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/include/librtmp cp librtmp.a /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64 cp librtmp.pc /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64/pkgconfig cp librtmp.3 /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/man/man3 cp librtmp.so.0 /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64 cd /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64; ln -sf librtmp.so.0 librtmp.so make[1]: Leaving directory `/builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e/librtmp' + rm -f /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64//usr/lib64/librtmp.a + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/rtmpdump-20110811-gc58cfb3e extracting debug info from /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/bin/rtmpdump extracting debug info from /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/lib64/librtmp.so.0 extracting debug info from /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/sbin/rtmpsrv extracting debug info from /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/sbin/rtmpgw extracting debug info from /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/sbin/rtmpsuck symlinked /usr/lib/debug/usr/lib64/librtmp.so.0.debug to /usr/lib/debug/usr/lib64/librtmp.so.debug 745 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.53PsVF + umask 022 + cd /builddir/build/BUILD + cd rtmpdump-20110811-gc58cfb3e + DOCDIR=/builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/rtmpdump-2.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/rtmpdump-2.4 + /bin/mkdir -p /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/rtmpdump-2.4 + cp -pr COPYING README /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/rtmpdump-2.4 + exit 0 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.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libgcrypt.so.11()(64bit) libgnutls.so.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librtmp.so.0()(64bit) rtld(GNU_HASH) Processing files: librtmp-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ujeSnS + umask 022 + cd /builddir/build/BUILD + cd rtmpdump-20110811-gc58cfb3e + DOCDIR=/builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-2.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-2.4 + /bin/mkdir -p /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-2.4 + cp -pr librtmp/COPYING /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-2.4 + exit 0 Provides: librtmp.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: 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) libc.so.6(GLIBC_2.7)(64bit) libdl.so.2()(64bit) libgcrypt.so.11()(64bit) libgcrypt.so.11(GCRYPT_1.2)(64bit) libgnutls.so.26()(64bit) libgnutls.so.26(GNUTLS_1_4)(64bit) rtld(GNU_HASH) Processing files: librtmp-devel-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DALMT4 + umask 022 + cd /builddir/build/BUILD + cd rtmpdump-20110811-gc58cfb3e + DOCDIR=/builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-devel-2.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-devel-2.4 + /bin/mkdir -p /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-devel-2.4 + cp -pr ChangeLog /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64/usr/share/doc/librtmp-devel-2.4 + exit 0 Provides: pkgconfig(librtmp) = v2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/pkg-config librtmp.so.0()(64bit) pkgconfig(gnutls) Processing files: rtmpdump-debuginfo-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 Wrote: /builddir/build/RPMS/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64.rpm Wrote: /builddir/build/RPMS/librtmp-2.4-0.1.20110811gitc58cfb3e.el6.x86_64.rpm Wrote: /builddir/build/RPMS/librtmp-devel-2.4-0.1.20110811gitc58cfb3e.el6.x86_64.rpm Wrote: /builddir/build/RPMS/rtmpdump-debuginfo-2.4-0.1.20110811gitc58cfb3e.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uCywd7 + umask 022 + cd /builddir/build/BUILD + cd rtmpdump-20110811-gc58cfb3e + rm -rf /builddir/build/BUILDROOT/rtmpdump-2.4-0.1.20110811gitc58cfb3e.el6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->