Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-psutil.spec'], gid=135user='mockbuild'chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'shell=Falsetimeout=0env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash'}logger=printOutput=Falseuid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-psutil.spec'] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash'} and shell False sh: /usr/bin/python: No such file or directory Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/python-psutil-3.2.1-2bs02fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-psutil.spec '], private_network=Truegid=135user='mockbuild'chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'shell=Falsetimeout=0env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash'}logger=printOutput=Falseuid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-psutil.spec '] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GKprbm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf psutil-3.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/psutil-3.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd psutil-3.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/__init__.py + touch -r psutil/__init__.py.orig psutil/__init__.py + rm psutil/__init__.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_common.py + touch -r psutil/_common.py.orig psutil/_common.py + rm psutil/_common.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_compat.py + touch -r psutil/_compat.py.orig psutil/_compat.py + rm psutil/_compat.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_psbsd.py + touch -r psutil/_psbsd.py.orig psutil/_psbsd.py + rm psutil/_psbsd.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_pslinux.py + touch -r psutil/_pslinux.py.orig psutil/_pslinux.py + rm psutil/_pslinux.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_psosx.py + touch -r psutil/_psosx.py.orig psutil/_psosx.py + rm psutil/_psosx.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_psposix.py + touch -r psutil/_psposix.py.orig psutil/_psposix.py + rm psutil/_psposix.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_pssunos.py + touch -r psutil/_pssunos.py.orig psutil/_pssunos.py + rm psutil/_pssunos.py.orig + for file in 'psutil/*.py' + sed -i.orig -e 1d psutil/_pswindows.py + touch -r psutil/_pswindows.py.orig psutil/_pswindows.py + rm psutil/_pswindows.py.orig Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QD680Q + exit 0 + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/psutil copying psutil/_psposix.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_pslinux.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_common.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_pswindows.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_pssunos.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/__init__.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_psbsd.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_psosx.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_compat.py -> build/lib.linux-armv7l-2.7/psutil running build_ext building 'psutil._psutil_linux' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/psutil gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fPIC -DPSUTIL_VERSION=321 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-armv7l-2.7/psutil/_psutil_linux.o gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-2.7/psutil/_psutil_linux.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/psutil/_psutil_linux.so building 'psutil._psutil_posix' extension gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fPIC -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-armv7l-2.7/psutil/_psutil_posix.o gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-2.7/psutil/_psutil_posix.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/psutil/_psutil_posix.so + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/psutil copying psutil/_psposix.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_pslinux.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_common.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_pswindows.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_pssunos.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/__init__.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_psbsd.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_psosx.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_compat.py -> build/lib.linux-armv7l-3.4/psutil running build_ext building 'psutil._psutil_linux' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/psutil gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fPIC -DPSUTIL_VERSION=321 -I/usr/include/python3.4m -c psutil/_psutil_linux.c -o build/temp.linux-armv7l-3.4/psutil/_psutil_linux.o gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-3.4/psutil/_psutil_linux.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/psutil/_psutil_linux.cpython-34m.so building 'psutil._psutil_posix' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -fPIC -I/usr/include/python3.4m -c psutil/_psutil_posix.c -o build/temp.linux-armv7l-3.4/psutil/_psutil_posix.o gcc -pthread -shared -Wl,-z,relro -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp build/temp.linux-armv7l-3.4/psutil/_psutil_posix.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/psutil/_psutil_posix.cpython-34m.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PJV411 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm + cd psutil-3.2.1 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_psposix.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_pslinux.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_psutil_linux.so -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_common.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_pswindows.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_pssunos.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_psutil_posix.so -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/__init__.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_psbsd.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_psosx.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil copying build/lib.linux-armv7l-2.7/psutil/_compat.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_psposix.py to _psposix.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_pslinux.py to _pslinux.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_common.py to _common.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_pswindows.py to _pswindows.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_pssunos.py to _pssunos.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_psbsd.py to _psbsd.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_psosx.py to _psosx.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_compat.py to _compat.pyc writing byte-compilation script '/tmp/tmp3LIthm.py' /usr/bin/python2 -O /tmp/tmp3LIthm.py removing /tmp/tmp3LIthm.py running install_egg_info running egg_info writing psutil.egg-info/PKG-INFO writing top-level names to psutil.egg-info/top_level.txt writing dependency_links to psutil.egg-info/dependency_links.txt reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: manifest_maker: MANIFEST.in, line 18: 'recursive-include' expects ... writing manifest file 'psutil.egg-info/SOURCES.txt' Copying psutil.egg-info to /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil-3.2.1-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_psposix.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_psutil_linux.cpython-34m.so -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_pslinux.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_common.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_psutil_posix.cpython-34m.so -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_pswindows.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_pssunos.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/__init__.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_psbsd.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_psosx.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil copying build/lib.linux-armv7l-3.4/psutil/_compat.py -> /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_psposix.py to _psposix.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_pslinux.py to _pslinux.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_common.py to _common.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_pswindows.py to _pswindows.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_pssunos.py to _pssunos.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_psbsd.py to _psbsd.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_psosx.py to _psosx.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_compat.py to _compat.cpython-34.pyc writing byte-compilation script '/tmp/tmp7kw0h02y.py' /usr/bin/python3 -O /tmp/tmp7kw0h02y.py removing /tmp/tmp7kw0h02y.py running install_egg_info running egg_info writing psutil.egg-info/PKG-INFO writing dependency_links to psutil.egg-info/dependency_links.txt writing top-level names to psutil.egg-info/top_level.txt reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: manifest_maker: MANIFEST.in, line 18: 'recursive-include' expects ... writing manifest file 'psutil.egg-info/SOURCES.txt' Copying psutil.egg-info to /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil-3.2.1-py3.4.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/psutil-3.2.1 extracting debug info from /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_psutil_linux.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4/site-packages/psutil/_psutil_posix.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_psutil_linux.so extracting debug info from /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7/site-packages/psutil/_psutil_posix.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 66 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/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-psutil-3.2.1-2bs02fc23.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NaS0oG + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + make test-memleaks PYTHON=/usr/bin/python2 rm -f `find . -type f -name \*.py[co]` rm -f `find . -type f -name \*.so` rm -f `find . -type f -name .\*~` rm -f `find . -type f -name \*.orig` rm -f `find . -type f -name \*.bak` rm -f `find . -type f -name \*.rej` rm -rf `find . -type d -name __pycache__` rm -rf *.core rm -rf *.egg-info rm -rf *\estfile* rm -rf .coverage rm -rf .tox rm -rf build rm -rf dist rm -rf docs/_build rm -rf htmlcov /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/psutil copying psutil/_psposix.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_pslinux.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_common.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_pswindows.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_pssunos.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/__init__.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_psbsd.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_psosx.py -> build/lib.linux-armv7l-2.7/psutil copying psutil/_compat.py -> build/lib.linux-armv7l-2.7/psutil running build_ext building 'psutil._psutil_linux' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/psutil gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSUTIL_VERSION=321 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-armv7l-2.7/psutil/_psutil_linux.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/psutil/_psutil_linux.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/psutil/_psutil_linux.so building 'psutil._psutil_posix' extension gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-armv7l-2.7/psutil/_psutil_posix.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/psutil/_psutil_posix.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/psutil/_psutil_posix.so /usr/bin/python2 setup.py build_ext -i running build_ext copying build/lib.linux-armv7l-2.7/psutil/_psutil_linux.so -> psutil copying build/lib.linux-armv7l-2.7/psutil/_psutil_posix.so -> psutil /usr/bin/python2 setup.py install --user running install running bdist_egg running egg_info creating psutil.egg-info writing psutil.egg-info/PKG-INFO writing top-level names to psutil.egg-info/top_level.txt writing dependency_links to psutil.egg-info/dependency_links.txt writing manifest file 'psutil.egg-info/SOURCES.txt' reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: manifest_maker: MANIFEST.in, line 18: 'recursive-include' expects ... writing manifest file 'psutil.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv7l/egg running install_lib running build_py running build_ext creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/egg creating build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_psposix.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_pslinux.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_psutil_linux.so -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_common.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_pswindows.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_pssunos.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_psutil_posix.so -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/__init__.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_psbsd.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_psosx.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-2.7/psutil/_compat.py -> build/bdist.linux-armv7l/egg/psutil byte-compiling build/bdist.linux-armv7l/egg/psutil/_psposix.py to _psposix.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_pslinux.py to _pslinux.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_common.py to _common.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_pswindows.py to _pswindows.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_pssunos.py to _pssunos.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/__init__.py to __init__.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_psbsd.py to _psbsd.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_psosx.py to _psosx.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_compat.py to _compat.pyc creating stub loader for psutil/_psutil_linux.so creating stub loader for psutil/_psutil_posix.so byte-compiling build/bdist.linux-armv7l/egg/psutil/_psutil_linux.py to _psutil_linux.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_psutil_posix.py to _psutil_posix.pyc creating build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... psutil.__init__: module references __file__ creating dist creating 'dist/psutil-3.2.1-py2.7-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it removing 'build/bdist.linux-armv7l/egg' (and everything under it) Processing psutil-3.2.1-py2.7-linux-armv7l.egg creating /builddir/.local/lib/python2.7/site-packages/psutil-3.2.1-py2.7-linux-armv7l.egg Extracting psutil-3.2.1-py2.7-linux-armv7l.egg to /builddir/.local/lib/python2.7/site-packages Adding psutil 3.2.1 to easy-install.pth file Installed /builddir/.local/lib/python2.7/site-packages/psutil-3.2.1-py2.7-linux-armv7l.egg Processing dependencies for psutil==3.2.1 Finished processing dependencies for psutil==3.2.1 /usr/bin/python2 test/test_memory_leaks.py test_cmdline (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_connections (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_affinity_get (__main__.TestProcessObjectLeaksZombie) ... ok test_cpu_affinity_set (__main__.TestProcessObjectLeaksZombie) ... ok test_cpu_times (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_create_time (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_cwd (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_exe (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_gids (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_io_counters (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_ionice_get (__main__.TestProcessObjectLeaksZombie) ... ok test_ionice_set (__main__.TestProcessObjectLeaksZombie) ... ok test_memory_info (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_info_ex (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_maps (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_name (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_nice_get (__main__.TestProcessObjectLeaksZombie) ... ok test_nice_set (__main__.TestProcessObjectLeaksZombie) ... ok test_num_fds (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_num_handles (__main__.TestProcessObjectLeaksZombie) ... skipped 'Windows only' test_num_threads (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_open_files (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_ppid (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_resume (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on POSIX (pure python)' test_rlimit_get (__main__.TestProcessObjectLeaksZombie) ... ok test_rlimit_set (__main__.TestProcessObjectLeaksZombie) ... ok test_status (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_terminal (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_threads (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_uids (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_username (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on posix' test_cmdline (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_connections (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_affinity_get (__main__.TestProcessObjectLeaks) ... ok test_cpu_affinity_set (__main__.TestProcessObjectLeaks) ... ok test_cpu_times (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_create_time (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cwd (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_exe (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_gids (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_io_counters (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_ionice_get (__main__.TestProcessObjectLeaks) ... ok test_ionice_set (__main__.TestProcessObjectLeaks) ... ok test_memory_info (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_info_ex (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_maps (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_name (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_nice_get (__main__.TestProcessObjectLeaks) ... ok test_nice_set (__main__.TestProcessObjectLeaks) ... ok test_num_fds (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_num_handles (__main__.TestProcessObjectLeaks) ... skipped 'Windows only' test_num_threads (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_open_files (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_ppid (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_resume (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on POSIX (pure python)' test_rlimit_get (__main__.TestProcessObjectLeaks) ... ok test_rlimit_set (__main__.TestProcessObjectLeaks) ... ok test_status (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_terminal (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_threads (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_uids (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_username (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on posix' test_boot_time (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_count_logical (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_count_physical (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_times (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_disk_io_counters (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_disk_partitions (__main__.TestModuleFunctionsLeaks) ... ok test_disk_usage (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on POSIX (pure python)' test_net_connections (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on Linux (pure python)' test_net_if_addrs (__main__.TestModuleFunctionsLeaks) ... ok test_net_if_stats (__main__.TestModuleFunctionsLeaks) ... ok test_net_io_counters (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_per_cpu_times (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_pid_exists (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on POSIX (pure python)' test_swap_memory (__main__.TestModuleFunctionsLeaks) ... ok test_users (__main__.TestModuleFunctionsLeaks) ... ok test_virtual_memory (__main__.TestModuleFunctionsLeaks) ... ok ---------------------------------------------------------------------- Ran 78 tests in 11.400s OK (skipped=56) + make test-memleaks PYTHON=/usr/bin/python3 rm -f `find . -type f -name \*.py[co]` rm -f `find . -type f -name \*.so` rm -f `find . -type f -name .\*~` rm -f `find . -type f -name \*.orig` rm -f `find . -type f -name \*.bak` rm -f `find . -type f -name \*.rej` rm -rf `find . -type d -name __pycache__` rm -rf *.core rm -rf *.egg-info rm -rf *\estfile* rm -rf .coverage rm -rf .tox rm -rf build rm -rf dist rm -rf docs/_build rm -rf htmlcov /usr/bin/python3 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/psutil copying psutil/_psposix.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_pslinux.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_common.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_pswindows.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_pssunos.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/__init__.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_psbsd.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_psosx.py -> build/lib.linux-armv7l-3.4/psutil copying psutil/_compat.py -> build/lib.linux-armv7l-3.4/psutil running build_ext building 'psutil._psutil_linux' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/psutil gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSUTIL_VERSION=321 -I/usr/include/python3.4m -c psutil/_psutil_linux.c -o build/temp.linux-armv7l-3.4/psutil/_psutil_linux.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.4/psutil/_psutil_linux.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/psutil/_psutil_linux.cpython-34m.so building 'psutil._psutil_posix' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c psutil/_psutil_posix.c -o build/temp.linux-armv7l-3.4/psutil/_psutil_posix.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.4/psutil/_psutil_posix.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/psutil/_psutil_posix.cpython-34m.so /usr/bin/python3 setup.py build_ext -i running build_ext copying build/lib.linux-armv7l-3.4/psutil/_psutil_linux.cpython-34m.so -> psutil copying build/lib.linux-armv7l-3.4/psutil/_psutil_posix.cpython-34m.so -> psutil /usr/bin/python3 setup.py install --user running install running bdist_egg running egg_info creating psutil.egg-info writing dependency_links to psutil.egg-info/dependency_links.txt writing top-level names to psutil.egg-info/top_level.txt writing psutil.egg-info/PKG-INFO writing manifest file 'psutil.egg-info/SOURCES.txt' reading manifest file 'psutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: manifest_maker: MANIFEST.in, line 18: 'recursive-include' expects ... writing manifest file 'psutil.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv7l/egg running install_lib running build_py running build_ext creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/egg creating build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_psposix.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_psutil_linux.cpython-34m.so -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_pslinux.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_common.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_psutil_posix.cpython-34m.so -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_pswindows.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_pssunos.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/__init__.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_psbsd.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_psosx.py -> build/bdist.linux-armv7l/egg/psutil copying build/lib.linux-armv7l-3.4/psutil/_compat.py -> build/bdist.linux-armv7l/egg/psutil byte-compiling build/bdist.linux-armv7l/egg/psutil/_psposix.py to _psposix.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_pslinux.py to _pslinux.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_common.py to _common.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_pswindows.py to _pswindows.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_pssunos.py to _pssunos.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/__init__.py to __init__.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_psbsd.py to _psbsd.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_psosx.py to _psosx.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_compat.py to _compat.cpython-34.pyc creating stub loader for psutil/_psutil_linux.cpython-34m.so creating stub loader for psutil/_psutil_posix.cpython-34m.so byte-compiling build/bdist.linux-armv7l/egg/psutil/_psutil_linux.py to _psutil_linux.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/egg/psutil/_psutil_posix.py to _psutil_posix.cpython-34.pyc creating build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying psutil.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... psutil.__pycache__._psutil_posix.cpython-34: module references __file__ psutil.__pycache__.__init__.cpython-34: module references __file__ psutil.__pycache__._psutil_linux.cpython-34: module references __file__ creating dist creating 'dist/psutil-3.2.1-py3.4-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it removing 'build/bdist.linux-armv7l/egg' (and everything under it) Processing psutil-3.2.1-py3.4-linux-armv7l.egg creating /builddir/.local/lib/python3.4/site-packages/psutil-3.2.1-py3.4-linux-armv7l.egg Extracting psutil-3.2.1-py3.4-linux-armv7l.egg to /builddir/.local/lib/python3.4/site-packages Adding psutil 3.2.1 to easy-install.pth file Installed /builddir/.local/lib/python3.4/site-packages/psutil-3.2.1-py3.4-linux-armv7l.egg Processing dependencies for psutil==3.2.1 Finished processing dependencies for psutil==3.2.1 /usr/bin/python3 test/test_memory_leaks.py test_cmdline (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_connections (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_affinity_get (__main__.TestProcessObjectLeaksZombie) ... ok test_cpu_affinity_set (__main__.TestProcessObjectLeaksZombie) ... ok test_cpu_times (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_create_time (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_cwd (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_exe (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_gids (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_io_counters (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_ionice_get (__main__.TestProcessObjectLeaksZombie) ... ok test_ionice_set (__main__.TestProcessObjectLeaksZombie) ... ok test_memory_info (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_info_ex (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_maps (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_name (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_nice_get (__main__.TestProcessObjectLeaksZombie) ... ok test_nice_set (__main__.TestProcessObjectLeaksZombie) ... ok test_num_fds (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_num_handles (__main__.TestProcessObjectLeaksZombie) ... skipped 'Windows only' test_num_threads (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_open_files (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_ppid (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_resume (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on POSIX (pure python)' test_rlimit_get (__main__.TestProcessObjectLeaksZombie) ... ok test_rlimit_set (__main__.TestProcessObjectLeaksZombie) ... ok test_status (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_terminal (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_threads (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_uids (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on LINUX (pure python)' test_username (__main__.TestProcessObjectLeaksZombie) ... skipped 'not worth being tested on posix' test_cmdline (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_connections (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_affinity_get (__main__.TestProcessObjectLeaks) ... ok test_cpu_affinity_set (__main__.TestProcessObjectLeaks) ... ok test_cpu_times (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_create_time (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cwd (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_exe (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_gids (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_io_counters (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_ionice_get (__main__.TestProcessObjectLeaks) ... ok test_ionice_set (__main__.TestProcessObjectLeaks) ... ok test_memory_info (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_info_ex (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_memory_maps (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_name (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_nice_get (__main__.TestProcessObjectLeaks) ... ok test_nice_set (__main__.TestProcessObjectLeaks) ... ok test_num_fds (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_num_handles (__main__.TestProcessObjectLeaks) ... skipped 'Windows only' test_num_threads (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_open_files (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_ppid (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_resume (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on POSIX (pure python)' test_rlimit_get (__main__.TestProcessObjectLeaks) ... ok test_rlimit_set (__main__.TestProcessObjectLeaks) ... ok test_status (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_terminal (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_threads (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_uids (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_username (__main__.TestProcessObjectLeaks) ... skipped 'not worth being tested on posix' test_boot_time (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_count_logical (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_count_physical (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_cpu_times (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_disk_io_counters (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_disk_partitions (__main__.TestModuleFunctionsLeaks) ... ok test_disk_usage (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on POSIX (pure python)' test_net_connections (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on Linux (pure python)' test_net_if_addrs (__main__.TestModuleFunctionsLeaks) ... ok test_net_if_stats (__main__.TestModuleFunctionsLeaks) ... ok test_net_io_counters (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_per_cpu_times (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on LINUX (pure python)' test_pid_exists (__main__.TestModuleFunctionsLeaks) ... skipped 'not worth being tested on POSIX (pure python)' test_swap_memory (__main__.TestModuleFunctionsLeaks) ... ok test_users (__main__.TestModuleFunctionsLeaks) ... ok test_virtual_memory (__main__.TestModuleFunctionsLeaks) ... ok ---------------------------------------------------------------------- Ran 78 tests in 13.027s OK (skipped=56) Processing files: python2-psutil-3.2.1-2bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.e6h10g + exit 0 + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python2-psutil + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python2-psutil + cp -pr CREDITS /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python2-psutil + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python2-psutil + cp -pr README.rst /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python2-psutil + cp -pr TODO /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python2-psutil + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JfMCoU + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/licenses/python2-psutil + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/licenses/python2-psutil + cp -pr LICENSE /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/licenses/python2-psutil + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python-psutil = 3.2.1-2bs02fc23 python2-psutil = 3.2.1-2bs02fc23 python2-psutil(armv6hl-32) = 3.2.1-2bs02fc23 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 libc.so.6(GLIBC_2.13) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.6) libc.so.6(GLIBC_2.7) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-psutil < 3.1.1-3 python-psutil < 3.2.1-2bs02fc23 Processing files: python3-psutil-3.2.1-2bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QPaWEl + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python3-psutil + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python3-psutil + cp -pr CREDITS /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python3-psutil + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python3-psutil + cp -pr README.rst /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python3-psutil + cp -pr TODO /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/doc/python3-psutil + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5xlDfP + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/licenses/python3-psutil + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/licenses/python3-psutil + cp -pr LICENSE /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm/usr/share/licenses/python3-psutil + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python3-psutil = 3.2.1-2bs02fc23 python3-psutil(armv6hl-32) = 3.2.1-2bs02fc23 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 libc.so.6(GLIBC_2.13) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.6) libc.so.6(GLIBC_2.7) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython3.4m.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-psutil-debuginfo-3.2.1-2bs02fc23.armv6hl Provides: python-psutil-debuginfo = 3.2.1-2bs02fc23 python-psutil-debuginfo(armv6hl-32) = 3.2.1-2bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm Wrote: /builddir/build/RPMS/python2-psutil-3.2.1-2bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-psutil-3.2.1-2bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-psutil-debuginfo-3.2.1-2bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5LqPPT + umask 022 + cd /builddir/build/BUILD + cd psutil-3.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-psutil-3.2.1-2bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->