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-lirc.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-lirc.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-lirc-0.0.5-13.fc16.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-lirc.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-lirc.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EaURRh + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf pylirc-0.0.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/pylirc-0.0.5.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pylirc-0.0.5 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PqK9VF + umask 022 + cd /builddir/build/BUILD + cd pylirc-0.0.5 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-fplugin=python2 -fplugin-arg-python2-script=/test.py -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_ext building 'pylircmodule' extension creating build creating build/temp.linux-x86_64-2.7 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 -fplugin=python2 -fplugin-arg-python2-script=/test.py -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 pylircmodule.c -o build/temp.linux-x86_64-2.7/pylircmodule.o In file included from /usr/include/python2.7/pyconfig.h:6:0, from /usr/include/python2.7/Python.h:8, from pylircmodule.c:59: /usr/include/python2.7/pyconfig-64.h:1167:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default] /usr/include/features.h:164:0: note: this is the location of the previous definition /usr/include/python2.7/pyconfig-64.h:1189:0: warning: "_XOPEN_SOURCE" redefined [enabled by default] /usr/include/features.h:166:0: note: this is the location of the previous definition pylircmodule.c: In function 'pylirc_nextcode': pylircmodule.c:207:19: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat] pylircmodule.c:165:20: note: this function is too complicated for the reference-count checker to fully analyze: not all paths were analyzed pylircmodule.c:236:1: warning: ob_refcnt of new ref from call to Py_BuildValue is 1 too high [enabled by default] pylircmodule.c:236:1: note: was expecting final ob_refcnt to be N + 0 (for some unknown N) pylircmodule.c:236:1: note: but final ob_refcnt is N + 1 pylircmodule.c:180:11: note: new ref from call to Py_BuildValue allocated at: poTemp = Py_BuildValue(""); pylircmodule.c:172:25: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "|i", &intExtended)) { pylircmodule.c:172:7: note: taking False path at: if (!PyArg_ParseTuple(args, "|i", &intExtended)) { pylircmodule.c:180:11: note: reaching: poTemp = Py_BuildValue(""); pylircmodule.c:180:11: note: when Py_BuildValue() succeeds at: poTemp = Py_BuildValue(""); pylircmodule.c:180:11: note: ob_refcnt is now refs: 1 + N where N >= 0 pylircmodule.c:183:6: note: when considering range: -0x80000000 <= value <= -2 at: if(lirc_nextcode(&code) != -1) { pylircmodule.c:183:6: note: taking True path at: if(lirc_nextcode(&code) != -1) { pylircmodule.c:186:10: note: reaching: if(code) { pylircmodule.c:186:9: note: when treating unknown char * * from pylircmodule.c:183 as non-NULL at: if(code) { pylircmodule.c:186:9: note: taking True path at: if(code) { pylircmodule.c:189:16: note: reaching: lirc_code2char(config, code, &c); pylircmodule.c:191:5: note: when treating unknown char * * from pylircmodule.c:189 as non-NULL at: if (c) pylircmodule.c:191:5: note: taking True path at: if (c) pylircmodule.c:194:13: note: reaching: poTemp = PyList_New(0); pylircmodule.c:194:13: note: when PyList_New() succeeds at: poTemp = PyList_New(0); pylircmodule.c:197:8: note: taking True path at: if(poTemp) { pylircmodule.c:200:14: note: reaching: while(c) { pylircmodule.c:200:13: note: taking True path at: while(c) { pylircmodule.c:202:6: note: reaching: if(intExtended) { pylircmodule.c:202:5: note: when considering range: 1 <= value <= 0x7fffffff at: if(intExtended) { pylircmodule.c:202:5: note: taking True path at: if(intExtended) { pylircmodule.c:207:29: note: reaching: if (sscanf(code, "%*llx %x %*s %*s\n", &intRepeatCount) != 1) pylircmodule.c:207:22: note: when considering range: -0x80000000 <= value <= 0 at: if (sscanf(code, "%*llx %x %*s %*s\n", &intRepeatCount) != 1) pylircmodule.c:207:22: note: taking True path at: if (sscanf(code, "%*llx %x %*s %*s\n", &intRepeatCount) != 1) pylircmodule.c:209:37: note: reaching: intRepeatCount = 0; pylircmodule.c:212:32: note: when Py_BuildValue() succeeds at: PyList_Append(poTemp, Py_BuildValue("{s:s, s:i}", "config", c, "repeat", intRepeatCount)); pylircmodule.c:212:32: note: when PyList_Append() succeeds at: PyList_Append(poTemp, Py_BuildValue("{s:s, s:i}", "config", c, "repeat", intRepeatCount)); pylircmodule.c:222:17: note: reaching: lirc_code2char(config, code, &c); pylircmodule.c:200:13: note: when treating unknown char * * from pylircmodule.c:222 as NULL at: while(c) { pylircmodule.c:200:13: note: taking False path at: while(c) { pylircmodule.c:228:6: note: reaching: free(code); pylircmodule.c:236:1: note: returning pylircmodule.c:236:1: note: found 21 similar trace(s) to this pylircmodule.c:165:20: note: graphical error report for function 'pylirc_nextcode' written out to 'build/temp.linux-x86_64-2.7/pylircmodule.c.pylirc_nextcode-refcount-errors.html' pylircmodule.c: In function 'pylirc_init': pylircmodule.c:100:25: warning: Mismatching type in call to PyArg_ParseTuple with format code "s|si" [enabled by default] argument 3 ("&lircname") had type "char * *" but was expecting "const char * *" for format code "s" pylircmodule.c:100:25: warning: Mismatching type in call to PyArg_ParseTuple with format code "s|si" [enabled by default] argument 4 ("&configname") had type "char * *" but was expecting "const char * *" for format code "s" pylircmodule.c:126:1: warning: returning (PyObject*)NULL without setting an exception [enabled by default] pylircmodule.c:96:6: note: when considering range: -0x80000000 <= value <= -1 at: if(intInitialized) pylircmodule.c:96:6: note: taking True path at: if(intInitialized) pylircmodule.c:97:7: note: reaching: return NULL; pylircmodule.c:126:1: note: returning pylircmodule.c:126:1: note: found 1 similar trace(s) to this pylircmodule.c:89:20: note: graphical error report for function 'pylirc_init' written out to 'build/temp.linux-x86_64-2.7/pylircmodule.c.pylirc_init-refcount-errors.html' creating build/lib.linux-x86_64-2.7 gcc -pthread -shared -fplugin=python2 -fplugin-arg-python2-script=/test.py -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/pylircmodule.o -L/usr/lib64 -llirc_client -lpython2.7 -o build/lib.linux-x86_64-2.7/pylircmodule.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xoXW99 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 ++ dirname /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 + cd pylirc-0.0.5 + LANG=C + export LANG + unset DISPLAY + /bin/rm -rf /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 creating /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr creating /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/pylircmodule.so -> /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/lib64/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/lib64/python2.7/site-packages/pylirc-0.0.5-py2.7.egg-info + /usr/bin/install -p -m 0644 /builddir/build/SOURCES/python-lirc-README README + /usr/bin/install -p -m 0644 /builddir/build/SOURCES/python-lirc-API API + /usr/bin/install -p -m 0644 /builddir/build/SOURCES/python-lirc-sample-simple.py sample-simple.py + /usr/bin/install -p -m 0644 /builddir/build/SOURCES/python-lirc-sample-multithread.py sample-multithread.py + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/pylirc-0.0.5 extracting debug info from /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/lib64/python2.7/site-packages/pylircmodule.so 18 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-lirc-0.0.5-13.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-lirc-0.0.5-13.fc16.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.a1z0UF + umask 022 + cd /builddir/build/BUILD + cd pylirc-0.0.5 + DOCDIR=/builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/share/doc/python-lirc-0.0.5 + export DOCDIR + /bin/mkdir -p /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/share/doc/python-lirc-0.0.5 + cp -pr API PKG-INFO README sample-simple.py sample-multithread.py /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64/usr/share/doc/python-lirc-0.0.5 + exit 0 Provides: pylirc = 0.0.5-13.fc16 pylircmodule.so()(64bit) 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) liblirc_client.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-lirc-debuginfo-0.0.5-13.fc16.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 Wrote: /builddir/build/RPMS/python-lirc-0.0.5-13.fc16.x86_64.rpm Wrote: /builddir/build/RPMS/python-lirc-debuginfo-0.0.5-13.fc16.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2lzpOd + umask 022 + cd /builddir/build/BUILD + cd pylirc-0.0.5 + /bin/rm -rf /builddir/build/BUILDROOT/python-lirc-0.0.5-13.fc16.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->