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-schedutils.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-schedutils.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-schedutils-0.2-8.fc16.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-schedutils.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-schedutils.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bxV8Xw + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf python-schedutils-0.2 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/python-schedutils-0.2.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-schedutils-0.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yYNx98 + umask 022 + cd /builddir/build/BUILD + cd python-schedutils-0.2 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build running build running build_ext building 'schedutils' extension creating build creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/python-schedutils gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -I/usr/include/python2.7 -c python-schedutils/schedutils.c -o build/temp.linux-x86_64-2.7/python-schedutils/schedutils.o python-schedutils/schedutils.c: In function 'schedfromstr': python-schedutils/schedutils.c:140:23: warning: Mismatching type in call to PyArg_ParseTuple with format code "s" [enabled by default] argument 3 ("&s") had type "char * *" but was expecting "const char * *" for format code "s" python-schedutils/schedutils.c:136:1: note: this function is too complicated for the reference-count checker to fully analyze: not all paths were analyzed python-schedutils/schedutils.c: In function 'get_affinity': python-schedutils/schedutils.c:28:17: warning: calling PyList_Append with NULL as argument 1 (list) at python-schedutils/schedutils.c:28 [enabled by default] python-schedutils/schedutils.c:15:23: note: when PyArg_ParseTuple() succeeds at: if (!PyArg_ParseTuple(args, "i", &pid)) python-schedutils/schedutils.c:15:5: note: taking False path at: if (!PyArg_ParseTuple(args, "i", &pid)) python-schedutils/schedutils.c:18:2: note: reaching: CPU_ZERO(&cpus); python-schedutils/schedutils.c:20:5: note: when considering range: 0 <= value <= 0x7fffffff at: if (sched_getaffinity(pid, sizeof(cpus), &cpus) < 0) { python-schedutils/schedutils.c:20:5: note: taking False path at: if (sched_getaffinity(pid, sizeof(cpus), &cpus) < 0) { python-schedutils/schedutils.c:25:7: note: reaching: list = PyList_New(0); python-schedutils/schedutils.c:25:7: note: when PyList_New() fails at: list = PyList_New(0); python-schedutils/schedutils.c:26:2: note: taking True path at: for (cpu = 0; cpu < CPU_SETSIZE; ++cpu) python-schedutils/schedutils.c:27:7: note: reaching: if (CPU_ISSET(cpu, &cpus)) python-schedutils/schedutils.c:27:7: note: taking True path at: if (CPU_ISSET(cpu, &cpus)) python-schedutils/schedutils.c:27:7: note: reaching: if (CPU_ISSET(cpu, &cpus)) python-schedutils/schedutils.c:27:6: note: when considering value == (int)1 from python-schedutils/schedutils.c:27 at: if (CPU_ISSET(cpu, &cpus)) python-schedutils/schedutils.c:27:6: note: taking True path at: if (CPU_ISSET(cpu, &cpus)) python-schedutils/schedutils.c:28:17: note: reaching: PyList_Append(list, Py_BuildValue("i", cpu)); python-schedutils/schedutils.c:28:17: note: when Py_BuildValue() succeeds at: PyList_Append(list, Py_BuildValue("i", cpu)); python-schedutils/schedutils.c:28:17: note: PyList_Append() invokes Py_TYPE() on the pointer via the PyList_Check() macro, thus accessing (NULL)->ob_type python-schedutils/schedutils.c:28:17: note: found 1 similar trace(s) to this python-schedutils/schedutils.c:10:1: note: graphical error report for function 'get_affinity' written out to 'build/temp.linux-x86_64-2.7/python-schedutils/schedutils.c.get_affinity-refcount-errors.html' creating build/lib.linux-x86_64-2.7 gcc -pthread -shared build/temp.linux-x86_64-2.7/python-schedutils/schedutils.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/schedutils.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JajoJR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 ++ dirname /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 + cd python-schedutils-0.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 creating /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr creating /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/schedutils.so -> /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/lib64/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/lib64/python2.7/site-packages/schedutils-0.1-py2.7.egg-info + mkdir -p /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/bin + cp -p pchrt.py /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/bin/pchrt + cp -p ptaskset.py /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/bin/ptaskset + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/python-schedutils-0.2 extracting debug info from /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/lib64/python2.7/site-packages/schedutils.so 11 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-schedutils-0.2-8.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-schedutils-0.2-8.fc16.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.A3m1JB + umask 022 + cd /builddir/build/BUILD + cd python-schedutils-0.2 + DOCDIR=/builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/share/doc/python-schedutils-0.2 + export DOCDIR + /bin/mkdir -p /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/share/doc/python-schedutils-0.2 + cp -pr COPYING /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64/usr/share/doc/python-schedutils-0.2 + exit 0 Provides: schedutils.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-schedutils-debuginfo-0.2-8.fc16.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 Wrote: /builddir/build/RPMS/python-schedutils-0.2-8.fc16.x86_64.rpm Wrote: /builddir/build/RPMS/python-schedutils-debuginfo-0.2-8.fc16.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QJlAuQ + umask 022 + cd /builddir/build/BUILD + cd python-schedutils-0.2 + rm -rf /builddir/build/BUILDROOT/python-schedutils-0.2-8.fc16.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->