Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 Mock Version: 1.1.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-CDDB.spec'], False, '/var/lib/mock/fedora-16-x86_64/root/', None, 0, True, False, 500, 475, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-CDDB.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-CDDB-1.4-9.fc16.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-CDDB.spec'], False, '/var/lib/mock/fedora-16-x86_64/root/', None, 0, True, False, 500, 475, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-CDDB.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wlKfqL + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf CDDB-1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/CDDB-1.4.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd CDDB-1.4 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /bin/sed -e '/^#!/,1d' + mv CDDB.py.tmp CDDB.py + /bin/sed -e '/^#!/,1d' + mv DiscID.py.tmp DiscID.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aGSyYV + umask 022 + cd /builddir/build/BUILD + cd CDDB-1.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' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 copying CDDB.py -> build/lib.linux-x86_64-2.7 copying DiscID.py -> build/lib.linux-x86_64-2.7 running build_ext building 'cdrom' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/unix gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/usr/include/python2.7 -c unix/cdrommodule.c -o build/temp.linux-x86_64-2.7/unix/cdrommodule.o unix/cdrommodule.c: In function 'initcdrom': unix/cdrommodule.c:326:25: warning: calling PyDict_SetItemString with NULL as argument 3 (cdrom_error.1) at unix/cdrommodule.c:326 [enabled by default] unix/cdrommodule.c:323:12: note: when Py_InitModule4_64() succeeds at: module = Py_InitModule("cdrom", cdrom_methods); unix/cdrommodule.c:325:37: note: when PyErr_NewException() fails at: cdrom_error = PyErr_NewException("cdrom.error", NULL, NULL); unix/cdrommodule.c:326:25: note: found 1 similar trace(s) to this unix/cdrommodule.c:320:1: note: graphical error report for function 'initcdrom' written out to 'build/temp.linux-x86_64-2.7/unix/cdrommodule.c.initcdrom-refcount-errors.html' unix/cdrommodule.c: In function 'cdrom_open': unix/cdrommodule.c:283:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "|si" [enabled by default] argument 3 ("&cdrom_device") had type "char * *" but was expecting "const char * *" for format code "s" unix/cdrommodule.c:309:1: warning: ob_refcnt of '*cdrom_file_object' is 1 too high [enabled by default] unix/cdrommodule.c:309:1: note: was expecting final ob_refcnt to be N + 0 (for some unknown N) unix/cdrommodule.c:309:1: note: but final ob_refcnt is N + 1 unix/cdrommodule.c:300:23: note: new ref from (unknown) PyFile_FromFile allocated at: cdrom_file_object = PyFile_FromFile(cdrom_file, cdrom_device, "r", cdrom_close); unix/cdrommodule.c:283:26: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "|si", &cdrom_device, &cdrom_open_flags)) unix/cdrommodule.c:283:8: note: taking False path at: if (!PyArg_ParseTuple(args, "|si", &cdrom_device, &cdrom_open_flags)) unix/cdrommodule.c:286:20: note: reaching: cdrom_fd = open(cdrom_device, cdrom_open_flags); unix/cdrommodule.c:288:8: note: when considering range: -0x80000000 <= value <= -2 at: if (cdrom_fd == -1) { unix/cdrommodule.c:288:8: note: taking False path at: if (cdrom_fd == -1) { unix/cdrommodule.c:293:16: note: reaching: cdrom_file = fdopen(cdrom_fd, "r"); unix/cdrommodule.c:295:8: note: when treating unknown struct FILE * from unix/cdrommodule.c:293 as non-NULL at: if (cdrom_file == NULL) { unix/cdrommodule.c:295:8: note: taking False path at: if (cdrom_file == NULL) { unix/cdrommodule.c:300:40: note: reaching: cdrom_file_object = PyFile_FromFile(cdrom_file, cdrom_device, "r", cdrom_close); unix/cdrommodule.c:300:23: note: when PyFile_FromFile() succeeds at: cdrom_file_object = PyFile_FromFile(cdrom_file, cdrom_device, "r", cdrom_close); unix/cdrommodule.c:300:23: note: ob_refcnt is now refs: 1 + N where N >= 0 unix/cdrommodule.c:302:8: note: taking False path at: if (cdrom_file_object == NULL) { unix/cdrommodule.c:308:5: note: reaching: return Py_BuildValue("O", cdrom_file_object); unix/cdrommodule.c:308:5: note: when Py_BuildValue() succeeds at: return Py_BuildValue("O", cdrom_file_object); unix/cdrommodule.c:308:5: note: ob_refcnt is now refs: 1 + N where N >= 1 unix/cdrommodule.c:309:1: note: returning unix/cdrommodule.c:309:1: note: found 3 similar trace(s) to this unix/cdrommodule.c:275:1: note: graphical error report for function 'cdrom_open' written out to 'build/temp.linux-x86_64-2.7/unix/cdrommodule.c.cdrom_open-refcount-errors.html' unix/cdrommodule.c: In function 'cdrom_leadout': unix/cdrommodule.c:263:25: warning: Mismatching type in call to Py_BuildValue with format code "bbb" [enabled by default] argument 2 ("D.10876") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c:263:25: warning: Mismatching type in call to Py_BuildValue with format code "bbb" [enabled by default] argument 3 ("D.10874") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c:263:25: warning: Mismatching type in call to Py_BuildValue with format code "bbb" [enabled by default] argument 4 ("D.10872") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c: In function 'cdrom_toc_entry': unix/cdrommodule.c:197:25: warning: Mismatching type in call to Py_BuildValue with format code "bbb" [enabled by default] argument 2 ("D.10897") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c:197:25: warning: Mismatching type in call to Py_BuildValue with format code "bbb" [enabled by default] argument 3 ("D.10895") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c:197:25: warning: Mismatching type in call to Py_BuildValue with format code "bbb" [enabled by default] argument 4 ("D.10893") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c: In function 'cdrom_toc_header': unix/cdrommodule.c:143:25: warning: Mismatching type in call to Py_BuildValue with format code "bb" [enabled by default] argument 2 ("D.10915") had type "int" but was expecting "char" for format code "b" unix/cdrommodule.c:143:25: warning: Mismatching type in call to Py_BuildValue with format code "bb" [enabled by default] argument 3 ("D.10913") had type "int" but was expecting "char" for format code "b" gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.7/unix/cdrommodule.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/cdrom.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WUAYz8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 ++ dirname /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 + cd CDDB-1.4 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 creating /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr creating /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/DiscID.py -> /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/cdrom.so -> /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/CDDB.py -> /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages/DiscID.py to DiscID.pyc byte-compiling /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages/CDDB.py to CDDB.pyc writing byte-compilation script '/tmp/tmpMcfUhh.py' /usr/bin/python -O /tmp/tmpMcfUhh.py removing /tmp/tmpMcfUhh.py running install_egg_info Writing /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages/CDDB-1.4-py2.7.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/CDDB-1.4 extracting debug info from /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/site-packages/cdrom.so 19 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/lib64/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-CDDB-1.4-9.fc16.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4S8A1n + umask 022 + cd /builddir/build/BUILD + cd CDDB-1.4 + DOCDIR=/builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/share/doc/python-CDDB-1.4 + export DOCDIR + /bin/mkdir -p /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/share/doc/python-CDDB-1.4 + cp -pr CHANGES COPYING README /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64/usr/share/doc/python-CDDB-1.4 + exit 0 Provides: cdrom.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.7)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-CDDB-debuginfo-1.4-9.fc16.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 Wrote: /builddir/build/RPMS/python-CDDB-1.4-9.fc16.x86_64.rpm Wrote: /builddir/build/RPMS/python-CDDB-debuginfo-1.4-9.fc16.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gIUOP9 + umask 022 + cd /builddir/build/BUILD + cd CDDB-1.4 + rm -rf /builddir/build/BUILDROOT/python-CDDB-1.4-9.fc16.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->