Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-psutil.spec'], user='mockbuild'timeout=172800uid=1000gid=425logger=chrootPath='/var/lib/mock/epel7-build-9731937-780960/root'printOutput=Falsenspawn_args=[]env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'}shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-psutil.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory warning: Could not canonicalize hostname: buildvm-ppc64le-13.ppc.fedoraproject.org Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python-psutil-2.2.1-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-psutil.spec'], user='mockbuild'timeout=172800uid=1000gid=425logger=chrootPath='/var/lib/mock/epel7-build-9731937-780960/root'printOutput=Falsenspawn_args=[]env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'}shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-psutil.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YuFg2P + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf psutil-2.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/psutil-2.2.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd psutil-2.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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rFEby8 + umask 022 + cd /builddir/build/BUILD + cd psutil-2.2.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-ppc64le-2.7 creating build/lib.linux-ppc64le-2.7/psutil copying psutil/_psposix.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_psosx.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_psbsd.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_pswindows.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_compat.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/__init__.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_pssunos.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_common.py -> build/lib.linux-ppc64le-2.7/psutil copying psutil/_pslinux.py -> build/lib.linux-ppc64le-2.7/psutil running build_ext building '_psutil_linux' extension creating build/temp.linux-ppc64le-2.7 creating build/temp.linux-ppc64le-2.7/psutil gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -DPSUTIL_VERSION=221 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-ppc64le-2.7/psutil/_psutil_linux.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/psutil/_psutil_linux.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/_psutil_linux.so building '_psutil_posix' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O3 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-ppc64le-2.7/psutil/_psutil_posix.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-2.7/psutil/_psutil_posix.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64le-2.7/_psutil_posix.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py creating build/lib.linux-ppc64le-3.4 creating build/lib.linux-ppc64le-3.4/psutil copying psutil/_psposix.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_psosx.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_psbsd.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_pswindows.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_compat.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/__init__.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_pssunos.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_common.py -> build/lib.linux-ppc64le-3.4/psutil copying psutil/_pslinux.py -> build/lib.linux-ppc64le-3.4/psutil running build_ext building '_psutil_linux' extension creating build/temp.linux-ppc64le-3.4 creating build/temp.linux-ppc64le-3.4/psutil gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -DPSUTIL_VERSION=221 -I/usr/include/python3.4m -c psutil/_psutil_linux.c -o build/temp.linux-ppc64le-3.4/psutil/_psutil_linux.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.4/psutil/_psutil_linux.o -L/usr/lib64 -lpython3.4m -o build/lib.linux-ppc64le-3.4/_psutil_linux.cpython-34m.so building '_psutil_posix' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.4m -c psutil/_psutil_posix.c -o build/temp.linux-ppc64le-3.4/psutil/_psutil_posix.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.4/psutil/_psutil_posix.o -L/usr/lib64 -lpython3.4m -o build/lib.linux-ppc64le-3.4/_psutil_posix.cpython-34m.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Aqb1ys + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le ++ dirname /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le + cd psutil-2.2.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le running install running install_lib creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages copying build/lib.linux-ppc64le-2.7/_psutil_linux.so -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages copying build/lib.linux-ppc64le-2.7/_psutil_posix.so -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_psposix.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_psosx.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_psbsd.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_pswindows.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_compat.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/__init__.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_pssunos.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_common.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil copying build/lib.linux-ppc64le-2.7/psutil/_pslinux.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_psposix.py to _psposix.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_psosx.py to _psosx.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_psbsd.py to _psbsd.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_pswindows.py to _pswindows.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_pssunos.py to _pssunos.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_common.py to _common.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil/_pslinux.py to _pslinux.pyc writing byte-compilation script '/tmp/tmp24e3dB.py' /usr/bin/python2 -O /tmp/tmp24e3dB.py removing /tmp/tmp24e3dB.py running install_egg_info Writing /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/psutil-2.2.1-py2.7.egg-info + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le running install running install_lib creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4 creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages copying build/lib.linux-ppc64le-3.4/_psutil_linux.cpython-34m.so -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages copying build/lib.linux-ppc64le-3.4/_psutil_posix.cpython-34m.so -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages creating /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_psposix.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_psosx.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_psbsd.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_pswindows.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_compat.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/__init__.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_pssunos.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_common.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil copying build/lib.linux-ppc64le-3.4/psutil/_pslinux.py -> /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_psposix.py to _psposix.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_psosx.py to _psosx.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_psbsd.py to _psbsd.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_pswindows.py to _pswindows.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_compat.py to _compat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_pssunos.py to _pssunos.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_common.py to _common.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil/_pslinux.py to _pslinux.cpython-34.pyc writing byte-compilation script '/tmp/tmp997if2l_.py' /usr/bin/python3.4 -O /tmp/tmp997if2l_.py removing /tmp/tmp997if2l_.py running install_egg_info Writing /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/psutil-2.2.1-py3.4.egg-info + /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-2.2.1 extracting debug info from /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/_psutil_linux.so extracting debug info from /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7/site-packages/_psutil_posix.so extracting debug info from /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/_psutil_linux.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4/site-packages/_psutil_posix.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 37 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-psutil-2.2.1-2.el7.ppc64le/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib/debug/usr/lib64/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/lib64/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-psutil-2.2.1-2.el7.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sdKGoN + umask 022 + cd /builddir/build/BUILD + cd psutil-2.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python2-psutil-2.2.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python2-psutil-2.2.1 + cp -pr CREDITS /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python2-psutil-2.2.1 + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python2-psutil-2.2.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python2-psutil-2.2.1 + cp -pr TODO /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python2-psutil-2.2.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hy7Ce8 + umask 022 + cd /builddir/build/BUILD + cd psutil-2.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/licenses/python2-psutil-2.2.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/licenses/python2-psutil-2.2.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/licenses/python2-psutil-2.2.1 + exit 0 Provides: python-psutil = 2.2.1-2.el7 python-psutil(ppc-64) = 2.2.1-2.el7 python2-psutil = 2.2.1-2.el7 python2-psutil(ppc-64) = 2.2.1-2.el7 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.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-psutil < 2.2.1-2.el7 Processing files: python34-psutil-2.2.1-2.el7.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mXDggt + umask 022 + cd /builddir/build/BUILD + cd psutil-2.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python34-psutil-2.2.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python34-psutil-2.2.1 + cp -pr CREDITS /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python34-psutil-2.2.1 + cp -pr HISTORY.rst /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python34-psutil-2.2.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python34-psutil-2.2.1 + cp -pr TODO /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/doc/python34-psutil-2.2.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EJPdiO + umask 022 + cd /builddir/build/BUILD + cd psutil-2.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/licenses/python34-psutil-2.2.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/licenses/python34-psutil-2.2.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le/usr/share/licenses/python34-psutil-2.2.1 + exit 0 Provides: python34-psutil = 2.2.1-2.el7 python34-psutil(ppc-64) = 2.2.1-2.el7 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.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython3.4m.so.1.0()(64bit) python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-psutil-debuginfo-2.2.1-2.el7.ppc64le Provides: python-psutil-debuginfo = 2.2.1-2.el7 python-psutil-debuginfo(ppc-64) = 2.2.1-2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le warning: Could not canonicalize hostname: buildvm-ppc64le-13.ppc.fedoraproject.org Wrote: /builddir/build/RPMS/python2-psutil-2.2.1-2.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/python34-psutil-2.2.1-2.el7.ppc64le.rpm Wrote: /builddir/build/RPMS/python-psutil-debuginfo-2.2.1-2.el7.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qNH0rb + umask 022 + cd /builddir/build/BUILD + cd psutil-2.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-psutil-2.2.1-2.el7.ppc64le + exit 0 Child return code was: 0